*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobc0b1d44db7ac6f6986de2d966fbf2397c2893df7
1 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3         * cus-edit.el (customize-option, customize-option-other-window):
4         Make them handle aliases.
6         * custom.el (custom-variable-p): Make it recursively follow
7         aliases.  Mention that in the docstring.
9 2005-07-07  Richard M. Stallman  <rms@gnu.org>
11         * cus-start.el (exec-path): Use `directory' instead of `file'.
12         Fix tag for nil.
14 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17         when called non-interactively.  Doc fix.
19 2005-07-07  Lute Kamstra  <lute@gnu.org>
21         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22         new address as well.
24 2005-07-07  Kenichi Handa  <handa@m17n.org>
26         * international/mule.el (make-coding-system): Describe
27         `ascii-incompatible' property in the docstring.
28         (set-file-name-coding-system): Signal an error if coding-system is
29         ascii-incompatible.
30         (set-keyboard-coding-system): Likewise.
32         * international/mule-cmds.el (set-default-coding-systems):
33         Don't set default-file-name-coding-system and
34         default-keyboard-coding-system if coding-system is
35         ASCII-incompatible.
37         * international/utf-16.el: Declare that all UTF-16-based coding
38         systems are ASCII-incompatible.
40 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
42         * progmodes/gud.el: Require font-lock for displaying errors.
43         Used by gdb-ui.el.
45 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
47         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
48         values for the pattern lists which are `read'able but not
49         `append'able (like symbols).
51 2005-07-06  Richard M. Stallman  <rms@gnu.org>
53         * progmodes/flymake.el (flymake-float-time): Instead of
54         with-no-warnings, test for xemacs.
55         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
56         to avoid warning.
58 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
60         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
62 2005-07-05  Lute Kamstra  <lute@gnu.org>
64         * battery.el: Add support for Darwin (with much debugging help
65         from Samuel Lauber <sam124@operamail.com>).
66         (battery-status-function, battery-echo-area-format)
67         (battery-mode-line-format): Add support for pmset on Darwin.
68         (battery-load-low, battery-load-critical): New user options.
69         (battery-pmset): New function.
71 2005-07-05  Lute Kamstra  <lute@gnu.org>
73         Update FSF's address in GPL notices.
75         * textmodes/page-ext.el: Update FSF's address.
77 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
79         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
80         filling from using prefix when filling a single-line docstring.
82         * progmodes/flymake.el: Remove useless eval-when-compile.
84         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
86 2005-07-04  Richard M. Stallman  <rms@gnu.org>
88         * textmodes/org.el (org-file-apps-defaults-gnu):
89         Rename from org-file-apps-defaults-linux.
90         (org-default-apps): Don't test system-type for `linux'.
91         (org-file-apps): Doc fix.
93 2005-07-04  David Ponce  <david@dponce.com>
95         * tree-widget.el: Improve header Commentary section.
96         (tree-widget) [defgroup]
97         (tree-widget-image-enable, tree-widget-themes-directory)
98         (tree-widget-theme, tree-widget-image-properties-emacs)
99         (tree-widget-image-properties-xemacs, tree-widget-create-image)
100         (tree-widget-image-formats, tree-widget-control)
101         (tree-widget-empty-control, tree-widget-leaf-control
102         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
103         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
104         (tree-widget-keep, tree-widget-after-toggle-functions)
105         (tree-widget-open-node, tree-widget-close-node): Doc fix.
106         (tree-widget-open-control, tree-widget-close-control): Fix doc and
107         :help-echo message.
108         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
109         (tree-widget-image-properties): Doc fix.  Clearer implementation.
110         (tree-widget--cursors): New constant.
111         (tree-widget-lookup-image): New function split from
112         `tree-widget-find-image'.  Clearer implementation.
113         (tree-widget-find-image): Use it.
114         (tree-widget-button-keymap): Use `set-keymap-parent'.
115         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
116         Define the sub-widgets here.
117         (tree-widget-node): Check that :node is not a tree-widget.
118         (tree-widget-get-super, tree-widget-open-control)
119         (tree-widget-close-control, tree-widget-empty-control)
120         (tree-widget-leaf-control, tree-widget-guide)
121         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
122         (tree-widget-no-handle, tree-widget-value-delete)
123         (tree-widget-map): Remove.
124         (tree-widget-children-value-save): Doc fix.  Simplified.
125         (tree-widget-value-create): Update according to previous changes.
127 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
129         * textmodes/org.el: Leading space replaced by TABS.
130         (org-recalc-marks, org-table-rotate-recalc-marks)
131         (org-table-get-specials): Treat "^" and "_" marks.
132         (org-table-justify-field-maybe): Optional argument NEW.
133         (org-table-eval-formula): Parsing of the format simplified.
134         New modes C,I.  Honor the %= parameter in the current table.
135         Avoid unnecessary re-align by using the NEW argument to
136         `org-table-justify-field-maybe'.
137         (org-calc-default-modes): Default for date-format mimicks org-mode.
138         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
140 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
142         * cus-face.el (custom-theme-set-faces): Make it handle face
143         aliases whose alias declarations are pre- or autoloaded.
145 2005-07-04  Juri Linkov  <juri@jurta.org>
147         * faces.el (read-face-name): Put the code for getting a face name
148         from the buffer before adding the faces from the `face' property.
149         Use `completing-read-multiple' instead of `completing-read'.
150         Require `crm'.  Add default value and post-process the returned
151         list of faces.
153         * emacs-lisp/crm.el (crm-find-current-element)
154         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
156         * emacs-lisp/lisp-mode.el (eval-defun-1):
157         * emacs-lisp/edebug.el (edebug-eval-defun):
158         Remove unnecessary quotes.
160 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
162         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
163         (prolog-indent-level): Fix typo in docstring.
165         * info.el (Info-history, Info-history-forward)
166         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
168         * add-log.el (add-change-log-entry):
169         * comint.el (comint-dynamic-list-input-ring)
170         (comint-dynamic-list-completions):
171         * dabbrev.el (dabbrev-expand):
172         * delim-col.el (delimit-columns-rectangle-line):
173         * diff-mode.el (diff-context->unified, diff-reverse-direction)
174         (diff-unified->context):
175         * ediff-init.el (ediff-abbrev-jobname):
176         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
177         (ediff-replace-session-activity-marker-in-meta-buffer):
178         * info.el (Info-summary):
179         * lpr.el (printify-region):
180         * printing.el (pr-create-interface):
181         * ps-print.el (ps-print-quote):
182         * ses.el (ses-column-widths, ses-print-cell)
183         (ses-adjust-print-width, ses-center):
184         * shell.el (shell-file-name-quote-list):
185         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
186         (strokes-fill-current-buffer-with-whitespace)
187         (strokes-xpm-for-stroke, strokes-list-strokes)
188         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
189         * term.el (term-dynamic-list-input-ring)
190         (term-dynamic-list-completions):
191         * calc/calc.el (math-format-stack-value):
192         * emacs-lisp/edebug.el (edebug-display-freq-count):
193         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
194         (delphi-new-comment-line):
195         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
196         * progmodes/executable.el (executable-set-magic):
197         * progmodes/python.el (inferior-python-mode):
198         * progmodes/scheme.el (scheme-mode-syntax-table):
199         * progmodes/sh-script.el (sh-maybe-here-document):
200         * progmodes/sql.el (sql-copy-column):
201         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
202         * textmodes/bibtex.el (bibtex-mode):
203         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
204         (sgml-auto-attributes):
205         * textmodes/table.el (table-insert, table-shorten-cell)
206         (table--generate-source-scan-lines, table-delete-row)
207         (*table--cell-delete-char, table--spacify-frame)
208         (table--horizontally-shift-above-and-below)
209         (table--cell-insert-char, table--cell-blank-str)
210         (table--fill-region-strictly):
211         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
212         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
214         * add-log.el (change-log):
215         * apropos.el (apropos):
216         * comint.el (comint-completion, comint-source):
217         * dabbrev.el (dabbrev):
218         * delim-col.el (columns):
219         * diff-mode.el (diff-mode):
220         * ediff.el (ediff):
221         * ediff-diff.el (ediff-diff):
222         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
223         * ediff-mult.el (ediff-mult):
224         * ediff-ptch.el (ediff-ptch):
225         * ediff-wind.el (ediff-window):
226         * facemenu.el (facemenu):
227         * indent.el (indent):
228         * info.el (info):
229         * jka-cmpr-hook.el (compression, jka-compr):
230         * lpr.el (lpr):
231         * outline.el (outlines):
232         * pcmpl-cvs.el (pcmpl-cvs):
233         * pcmpl-rpm.el (pcmpl-rpm):
234         * printing.el (printing):
235         * ps-print.el (postscript, ps-print, ps-print-horizontal)
236         (ps-print-vertical, ps-print-headers, ps-print-font)
237         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
238         (ps-print-background, ps-print-printer, ps-print-page)
239         (ps-print-miscellany):
240         * ses.el (ses):
241         * shell.el (shell, shell-directories, shell-faces):
242         * startup.el (initialization):
243         * strokes.el (strokes):
244         * term.el (term):
245         * uniquify.el (uniquify):
246         * w32-vars.el (w32):
247         * calc/calc.el (calc):
248         * emacs-lisp/bytecomp.el (bytecomp):
249         * emacs-lisp/cl-indent.el (lisp-indent):
250         * emacs-lisp/edebug.el (edebug):
251         * emacs-lisp/elp.el (elp):
252         * emacs-lisp/testcover.el (testcover):
253         * emacs-lisp/trace.el (trace):
254         * emulation/viper-ex.el (viper-ex):
255         * emulation/viper-mous.el (viper-mouse):
256         * mail/mailalias.el (mailalias):
257         * mail/supercite.el (supercite, supercite-frames)
258         (supercite-attr, supercite-cite, supercite-hooks):
259         * net/rcompile.el (remote-compile):
260         * net/rlogin.el (rlogin):
261         * obsolete/ooutline.el (outlines):
262         * progmodes/delphi.el (delphi):
263         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
264         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
265         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
266         (ebnf-optimization):
267         * progmodes/etags.el (etags):
268         * progmodes/executable.el (executable):
269         * progmodes/idlwave.el (idlwave):
270         * progmodes/pascal.el (pascal):
271         * progmodes/prolog.el (prolog):
272         * progmodes/python.el (python):
273         * progmodes/scheme.el (scheme):
274         * progmodes/sh-script.el (sh, sh-script):
275         * progmodes/sql.el (SQL):
276         * progmodes/tcl.el (tcl):
277         * textmodes/bibtex.el (bibtex, bibtex-autokey):
278         * textmodes/enriched.el (enriched):
279         * textmodes/makeinfo.el (makeinfo):
280         * textmodes/sgml-mode.el (sgml):
281         * textmodes/table.el (table-hooks):
282         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
283         * textmodes/texinfo.el (texinfo):
284         * textmodes/two-column.el (two-column):
285         Finish `defgroup' description with period.
287         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
288         * eshell/esh-var.el (eshell-var):
289         * progmodes/vhdl-mode.el (vhdl-testbench):
290         * textmodes/org.el (org): Fix typos in docstrings.
292         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
293         consistency.
295         * progmodes/flymake.el (flymake-find-file): Remove.
296         (flymake-float-time): Use `with-no-warnings'.
297         (flymake-check-start-time, flymake-check-was-interrupted)
298         (flymake-err-info, flymake-is-running, flymake-last-change-time)
299         (flymake-new-err-info): `defvar' at compile time.
301 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
303         * replace.el (occur-hook): Doc fix.
304         (occur-1): Don't call `occur-hook' if there are no matches.
306 2005-07-03  Richard M. Stallman  <rms@gnu.org>
308         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
309         global-map, save the same map.
310         (global-map): Don't alter it at top level.
311         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
312         Then alter it here instead.
313         (tpu-edt-off): Set global-map to the saved one.
315         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
316         All references simplified.
317         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
318         (zmacs-regions): Add defvar.
319         (repeat-complex-command-map): Everything about that deleted.
321         * textmodes/artist.el (artist-key-is-drawing)
322         (artist-key-endpoint1, artist-key-poly-point-list)
323         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
324         (artist-key-compl-table, artist-rb-save-data)
325         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
326         Don't put them in eval-when-compile.
327         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
329         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
330         Use with-no-warnings.
332         * net/browse-url.el (dos-windows-version): Add defvar.
334         * mail/supercite.el (filladapt-prefix-table): Add defvar.
336         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
337         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
338         (rmail-new-summary-line-count): Rename from new-summary-line-count.
339         Add defvar.
340         (rmail-summary-beginning-of-message): Use with-no-warnings.
341         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
343         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
344         Use with-no-warnings.
346         * emulation/vi.el (vi-mark-region): Use c-mark-function.
347         (c-mark-function): Add point-moving-unit property.
348         (vi-goto-line): Use with-no-warnings.
350         * emulation/edt.el (edt-last-copied-word): Add defvar.
351         (zmacs-region-stays): Likewise.
352         (edt-mark-section-wisely): Use c-mark-function for C.
353         Use makr-defun for Fortran.
354         (time-string): defvar deleted.
355         (edt-display-the-time): Don't set time-string.
357         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
359         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
360         Don't warn when name is not constant
361         or for defining the group `emacs'.
363         * tooltip.el (gud-tooltip-mode): Add defvar.
365         * startup.el (default-frame-background-mode): Add defvar.
367         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
369         * info.el (tool-bar-map): Add defvar.
371         * dired.el (dnd-protocol-alist): Add defvar.
373         * dired-aux.el (dired-query): Display question with answer, when
374         the user answers.
376         * custom.el (custom-add-option): Doc fix.
378         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
380 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
382         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
383         bogus name from the last change.
385 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
387         * custom.el (custom-declare-variable): Fix typos in comment.
388         (custom-known-themes): Doc fix.
389         (custom-theme-directory): New defcustom.
390         (require-theme): Make it check `custom-theme-directory'.
392         * cus-theme.el (custom-new-theme-mode): New function.
393         (custom-theme-name, custom-theme-variables, custom-theme-faces)
394         (custom-theme-description): Add compiler defvars.
395         (customize-create-theme): Add doc to the "*New Custom Theme*"
396         buffer.  Use `custom-new-theme-mode'.
397         (custom-theme-write): Put the created buffer in emacs-lisp-mode
398         and save it to the `custom-theme-directory'.  Make this the
399         default directory of the buffer.
401 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
403         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
404         Fix unbalanced parentheses.
406 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
409         into flymake-mode and delegate to flymake-mode.
411         * find-file.el (ff-which-function-are-we-in): Clean up.
413 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
415         * replace.el (occur-rename-buffer): Fix docstring.
417         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
418         (edt-last-copied-word, edt-learn-macro-count)
419         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
420         (edt-rect-start-point, edt-user-global-map, rect-start-point)
421         (time-string, zmacs-region-stays):
422         * emulation/edt-mapper.el (edt-save-function-key-map)
423         (EDT-key-name): `defvar' to silence the byte-compiler.
425 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
427         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
428         font-lock-regexp-backslash.  Doc fix.
429         (font-lock-regexp-backslash-grouping-construct): Rename from
430         font-lock-regexp-backslash-construct.  Doc fix.
431         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
432         grouping constructs.
434 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
436         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
437         updating all the prerequisites.
439 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
441         * textmodes/org.el (org-agenda-start-on-weekday)
442         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
443         (org-agenda-use-time-grid, org-archive-location)
444         (org-allow-space-in-links, org-usenet-links-prefer-google)
445         (org-enable-table-editor, org-export-default-language)
446         (org-export-html-show-new-buffer, org-fill-paragraph)
447         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
448         (org-goto-quit, org-occur, org-eval-in-calendar)
449         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
450         (org-agenda-diary-entry, org-remember-help)
451         (org-table-convert-region, org-at-table-p)
452         (org-table-move-row-down, org-table-move-row-up)
453         (org-table-copy-region, org-table-toggle-vline-visibility)
454         (org-table-get-stored-formulas, org-table-get-specials)
455         (org-recalc-commands, org-table-eval-formula)
456         (org-table-formula-substitute-names, orgtbl-make-binding)
457         (org-format-org-table-html, org-format-table-table-html)
458         (org-format-table-table-html-using-table-generate-source)
459         (org-customize): Fix typos in docstrings.
460         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
461         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
462         (org-back-to-heading): Doc fixes.
463         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
464         (org-agenda-change-all-lines, org-get-header):
465         Improve argument/docstring consistency.
466         (orgtbl-error): Fix error message.
468         * progmodes/flymake.el (flymake-find-possible-master-files)
469         (flymake-master-file-compare, flymake-get-line-err-count)
470         (flymake-highlight-line, flymake-gui-warnings-enabled):
471         Fix typos in docstrings.
472         (flymake-parse-line, flymake-get-project-include-dirs-function)
473         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
474         Doc fixes.
475         (flymake-get-project-include-dirs-function)
476         (flymake-make-err-menu-data):
477         Improve argument/docstring consistency.
479 2005-07-01  Lute Kamstra  <lute@gnu.org>
481         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
482         Catch errors with ignore-errors.  Use temporary buffer.
483         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
485         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
486         background color faces.
487         (facemenu-set-foreground, facemenu-set-background):
488         Use facemenu-set-face-from-menu.
489         (facemenu-set-face-from-menu): Treat face names that start with
490         "fg:" or "bg:" as special.
491         (facemenu-add-new-color): Don't create faces.  Simplify.
493 2005-06-30  Richard M. Stallman  <rms@gnu.org>
495         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
496         (crm-find-current-element): Likewise.
498 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
500         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
502 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * arc-mode.el (archive-extract): Make it work as a mouse binding.
505         (archive-mouse-extract): Make it an obsolete alias.
506         (archive-mode-map): Don't use archive-mouse-extract any more.
507         (archive-mode, archive-extract): write-contents-hooks ->
508         write-contents-functions.
509         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
510         first arg.
511         (archive-rename-entry): Update the call.
512         (archive-zip-summarize): Remove unused var `method'.
513         (archive-lzh-summarize): Remove unused var `creator'.
515         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
516         dedicated frame upon exit.
518         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
519         (archive-zip-extract, archive-zip-expunge)
520         (archive-zip-update, archive-zip-update-case): Use executable-find.
521         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
522         Use restore-buffer-modified-p.
523         (archive-extract, archive-add-new-member, archive-write-file-member):
524         Use with-current-buffer.
525         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
527 2005-06-30  Andreas Schwab  <schwab@suse.de>
529         * progmodes/gud.el (gud-filter): Remove unneeded progn.
531 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
533         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
535 2005-06-30  Juri Linkov  <juri@jurta.org>
537         * faces.el (vertical-border): Inherit from mode-line-inactive
538         only on tty.
540 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
542         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
543         example, -NLINES in the `occur' docstring).
545         * replace.el (occur-1): When no matches are found, do not set the
546         `buffer-read-only' and modified flags for the occur buffer,
547         because it is deleted.
549         * emulation/cua-base.el (cua-check-pending-input)
550         (cua-repeat-replace-region, cua-mode, cua-debug)
551         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
552         Fix typos in docstrings.
554         * emulation/cua-gmrk.el (cua-toggle-global-mark)
555         (cua-cut-region-to-global-mark)
556         (cua--cut-rectangle-to-global-mark):
557         Remove period from end of messages.
559         * emulation/cua-rect.el (cua-do-rectangle-padding):
560         Remove period from end of messages.
561         (cua--rectangle-seq-format): Fix typo in docstring.
562         (cua-sequence-rectangle, cua-fill-char-rectangle):
563         Improve argument/docstring consistency.
565 2005-06-29  Juri Linkov  <juri@jurta.org>
567         * faces.el (default-frame-background-mode): New internal variable.
568         (frame-set-background-mode): Use it.
570         * startup.el (normal-top-level): Set default-frame-background-mode
571         instead of frame-background-mode.  Before setting it, test for its
572         nil value.  Remove tests for frame-background-mode and frame
573         parameter `reverse'.  Add test for "unspecified-fg".
575         * term/xterm.el (xterm-rxvt-set-background-mode):
576         * term/rxvt.el (rxvt-set-background-mode):
577         Set default-frame-background-mode instead of frame-background-mode.
579 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
581         * simple.el (set-variable): Warn about obsolete user variables.
583         * imenu.el (imenu--completion-buffer):
584         * mouse.el (mouse-buffer-menu-alist):
585         * msb.el (msb-invisible-buffer-p):
586         * calendar/diary-lib.el (diary-header-line-format):
587         * emacs-lisp/pp.el (pp-buffer):
588         * progmodes/cperl-mode.el (cperl-do-auto-fill):
589         * textmodes/picture.el (picture-replace-match):
590         Change space constants followed by a sexp to "?\s ".
592         * play/decipher.el (decipher-loop-with-breaks):
593         * textmodes/texinfo.el (texinfo-insert-@item): Change space
594         constants "protected" from end of line by a comment to "?\s".
596 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * font-lock.el (save-buffer-state): Use `declare'.
600         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
601         reset the syntax-table to cperl-mode-syntax-table.
602         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
603         "foo_print_bar" is not matched as a reserved keyword.
605 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
607         * textmodes/org.el (orgtbl-setup): New function, for delayed
608         setup for the orgtbl commands.
609         (org-calc-default-modes): New option.
610         (orgtbl-make-binding): Use `defun' to get better help display.
611         (org-diary): Call `org-compile-prefix-format'.
612         (org-table-formula-substitute-names): New function.
613         (org-agenda-day-view, org-agenda-week-view): New commands.
614         (org-agenda-toggle-week-view): Command removed.
615         (org-tbl-menu): Split off from org-org-menu.
616         (org-mode): Move removal of outline-mode menus to here.
617         (org-table-formula-debug): New option.
618         (org-table-insert-row): Keep first field if just "#" or "*".
619         (org-mode): Paragraph regexps fixed.
620         (org-table-recalculate-regexp): New constant.
621         (org-table-justify-field-maybe): Avoid replace if not necessary.
622         (org-copy-special, org-cut-special): Use `call-interactively'.
623         (org-table-copy-region): Take region from `interactive' call.
624         (org-trim): Return string even if no match.
625         (org-formula): New face.
626         (org-set-font-lock-defaults): No longer highlight "FIXME".
627         But highlight formula-related fields in table.
628         (org-table-p): Use regexp, not fontification.
629         (org-table-align): Handle white space at end of line.
630         (org-table-formula-evaluate-inline): New option.
631         (org-mode): Auto-wrapping in comment lines turned off.
632         (org-table-copy-down): Evaluate only in copied field, not in
633         destination.
634         (org-table-current-formula): Variable removed.
635         (org-table-store-formulas, org-table-get-stored-formulas)
636         (org-table-modify-formulas, org-table-replace-in-formulas)
637         (org-table-maybe-eval-formula): New functions.
638         (org-table-get-formula): Modify to use stored formulas.
639         (org-table-insert-column, org-table-delete-column)
640         (org-table-move-column): Call `org-table-modify-formulas'.
641         (org-complete): Add completion for keyword formulas.
642         (orgtbl-mode): Pull orgtbl-mode-map to start of
643         minor-mode-map-alist.
645 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * progmodes/python.el (python-check): Require `compile' before
648         modifying its variables.
650         * newcomment.el (comment-indent-default): Don't get fooled by an early
651         end of buffer.
653 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
655         * ps-print.el (ps-print-version): Fix version number.
657 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
659         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
661 2005-06-28  Richard M. Stallman  <rms@gnu.org>
663         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
664         (flyspell-local-mouse-map): Declaration deleted.
665         (flyspell-mouse-map): Bind only mouse-2.
666         (flyspell-mode-map): Don't test flyspell-use-local-map.
667         (flyspell-overlay-keymap-property-name): Var deleted.
668         (flyspell-mode-on): Don't make local bindings for
669         flyspell-mouse-map and flyspell-mode-map.
670         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
672         * textmodes/ispell.el (ispell-word): Do not ignore short words.
674         * progmodes/compile.el (compilation-next-error-function):
675         Don't switch buffers; operate on the current buffer.
677         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
679         * comint.el (comint-password-prompt-regexp): Accept ", try again".
681         * bindings.el (global-map): Bind insertchar and its variants.
683 2005-06-27  Richard M. Stallman  <rms@gnu.org>
685         * textmodes/artist.el (artist-text-overwrite)
686         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
688 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
690         * ps-print.el: It was not working the page selection for printing.
691         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
692         (ps-print-version): New version 6.6.7.
693         (ps-end-sheet): New fun.
694         (ps-header-sheet, ps-end-job): Call it.
696 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
698         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
700 2005-06-27  Lute Kamstra  <lute@gnu.org>
702         * facemenu.el (facemenu-unlisted-faces): Add foreground and
703         background color faces.
704         (facemenu-get-face): Delete function.
705         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
706         (facemenu-add-new-color): Make second argument mandatory.
707         Create the appropriate face and return it.  Simplify.
708         (facemenu-set-foreground, facemenu-set-background): Don't check if
709         color is defined.  Use return value of facemenu-add-new-color.
711 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
713         * progmodes/gud.el (gud-filter): Add missing argument to
714         with-selected-window.
716 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
719         a :require to the defcustom.
721         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
722         defcustoms corresponding to minor modes.
724 2005-06-26  David Ponce  <david@dponce.com>
726         * recentf.el: Require tree-widget instead of wid-edit.
727         (recentf-filename-handler): Fix widget :type.
728         (recentf-cancel-dialog, recentf-open-more-files)
729         (recentf-open-files-action): Doc fix.
730         (recentf-dialog-goto-first): New function.
731         (recentf-dialog-mode-map): Set parent keymap first.
732         (recentf-dialog-mode): Define with define-derived-mode.
733         Don't display continuation lines in dialogs.
734         (recentf-edit-list): Rename from recentf-edit-selected-items.
735         (recentf-edit-list-select): Rename from recentf-edit-list-action.
736         Simplify.
737         (recentf-edit-list-validate): New function.
738         (recentf-edit-list): Update accordingly.
739         (recentf-open-files-item-shift): Remove.
740         (recentf-open-files-item): Convert menu elements into tree and
741         link widgets.  Don't create the widgets.
742         (recentf-open-files): Update accordingly.
743         (recentf-save-list): Untabify.
745 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
747         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
748         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
749         partially contained in the active region.  Do not take active
750         region into account when called from Lisp, unless INTERACTIVE arg
751         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
752         avoid trouble with fields.  Make marker point nowhere when no
753         longer used.  Always return nil.  Doc fix.
754         (flush-lines): Add INTERACTIVE arg.  Do not take active region
755         into account when called from Lisp, unless INTERACTIVE arg is
756         non-nil.  Use `forward-line' instead of `beginning-of-line' to
757         avoid trouble with fields.  Make marker point nowhere when no
758         longer used.  Always return nil.  Doc fix.
759         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
760         interchangeable.  Do not take active region into account when
761         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
762         message in echo area when called from Lisp, unless INTERACTIVE arg
763         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
764         Return the number of matches.  Doc fix.
765         (occur): Doc fix.
766         (perform-replace): Make comment follow double space convention for
767         the sake of `outline-minor-mode'.
769         * faces.el (facep): Doc fix.
771 2005-06-25  Richard M. Stallman  <rms@gnu.org>
773         * facemenu.el (facemenu-enable-faces-p): New function.
774         (facemenu-background-menu, facemenu-foreground-menu)
775         (facemenu-face-menu): Add menu-enable property.
777         * jka-compr.el (jka-compr-insert-file-contents):
778         Special handling if cannot find the uncompression program.
780         * cus-face.el (custom-face-attributes): Add autoload.
782         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
783         Bind comment-indent-function locally.
785         * window.el (save-selected-window): Use save-current-buffer.
787         * subr.el (with-selected-window): Use save-current-buffer.
789         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
790         and with-current-buffer.
792 2005-06-24  Richard M. Stallman  <rms@gnu.org>
794         * simple.el (line-move-1): Fix previous change.
796 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
798         * replace.el (occur-1): Set `buffer-read-only' and the
799         buffer-modified flag before running `occur-hook' to protect
800         against unintentional buffer switches that can lead to data loss.
802 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
804         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
805         (gud-gdb-marker-filter): Use font-lock-warning-face for any
806         initial error.
808         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
809         after fresh input.
810         (gdb-var-create-handler): Put name of expression in quotes.
812 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
814         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
815         elements of RING in order, and without bogus nil elements.
817 2005-06-23  Richard M. Stallman  <rms@gnu.org>
819         * simple.el (set-variable): Args renamed; doc fix.
820         (line-move-1): When there are overlays around, use vertical-motion.
822         * faces.el (escape-glyph): Use brown against light background.
823         (nobreak-space): Rename from no-break-space.
824         Fix previous change.
826         * dired-aux.el (dired-do-copy): Fix arg prompt.
828         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
830 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
832         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
833         rather than "Distributor".
835 2005-06-23  Lute Kamstra  <lute@gnu.org>
837         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
838         (debug-on-entry): Use it.  New interactive declaration that uses
839         function-called-at-point.
841 2005-06-23  Kim F. Storm  <storm@cua.dk>
843         * subr.el (save-match-data): Add comment about using evaporate arg
844         to set-match-data.
846 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
848         * cus-edit.el (customize-face)
849         (customize-face-other-window): Handle face aliases.
851         * faces.el (face-documentation, set-face-attribute)
852         (face-spec-set): Handle face aliases.
854 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
856         * help-mode.el (help-make-xrefs): If a symbol representing a face
857         name is not followed by the word "face", it could still be a
858         function or variable name, so don't bypass other checks.
860 2005-06-22  Juri Linkov  <juri@jurta.org>
862         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
863         Replace aliased functions with calls where second arg `inherit' is t.
865 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
867         * progmodes/gdb-ui.el (gdb-error): New variable.
868         (gdb-error): New function.
869         (gdb-annotation-rules): Act on error-begin and error annotations.
870         (gdb-concat-output): Use font-lock-warning-face for errors.
872 2005-06-22  Miles Bader  <miles@gnu.org>
874         * bindings.el (propertized-buffer-identification): Use renamed
875         `Buffer-menu-buffer' face.
877         * faces.el (vertical-border): Rename from `vertical-divider'.
878         (escape-glyph): Change dark-background color back to `cyan'.
880 2005-06-21  Juri Linkov  <juri@jurta.org>
882         * faces.el (face-user-default-spec): Try getting `customized-face'
883         prior to `saved-face'.
884         (frame-background-mode): Refill docstring.
886         * emacs-lisp/lisp-mode.el (eval-defun-1):
887         * emacs-lisp/edebug.el (edebug-eval-defun):
888         Set `saved-face' temporarily to nil before calling form.
889         Set `customized-face' to the new spec after that.
891 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
893         * subr.el (1value, lambda, key-substitution-in-progress):
894         Doc fixes.
896         * autoinsert.el (auto-insert-alist):
897         * ses.el (ses-call-printer):
898         * subr.el (noreturn):
899         * emacs-lisp/lisp.el (check-parens):
900         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
901         * net/browse-url.el (browse-url-mosaic):
902         * progmodes/cc-defs.el (c-safe-scan-lists):
903         * progmodes/ebnf-abn.el (ebnf-abn-lex):
904         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
905         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
906         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
907         * progmodes/ebnf-iso.el (ebnf-iso-lex):
908         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
910 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
912         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
914 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
916         * calendar/appt.el (appt-make-list): Activate the package, if
917         not already active (for backwards compatibility).
919 2005-06-20  Kim F. Storm  <storm@cua.dk>
921         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
923 2005-06-20  Miles Bader  <miles@gnu.org>
925         * faces.el (vertical-divider): New face.
927 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
929         * simple.el (kill-whole-line): Doc fix.
930         (next-error-buffer-p, next-error-find-buffer)
931         (clone-indirect-buffer): Fix typos in docstrings.
932         (comment-line-break-function): Doc fix: don't say variable
933         is automatically buffer-local (it isn't).
935 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
937         * net/tramp-ftp.el (top):
938         * net/tramp-smb.el (top):
939         * net/tramp-util.el (top):
940         * net/tramp-uu.el (top):
941         * net/tramp-vc.el (top):
942         * net/tramp.el (top): Revert copyright years back to original
943         ones.  Tramp has a life outside GNU Emacs.
945 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
947         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
949 2005-06-18  Juri Linkov  <juri@jurta.org>
951         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
952         end of first regexp to limit the match to the position between
953         line number and source line with same separator character as used
954         between file name and line number.  In the second regexp limit
955         mouse-face area to file name and line number by adding new group
956         for them and referring it in HYPERLINK arg.
957         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
958         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
959         previous line where grep markers may be already removed.
961 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
963         * progmodes/ps-mode.el: Update version and maintainer's email address.
965 2005-06-18  Steve Youngs  <steve@xemacs.org>
967         * net/browse-url.el (browse-url-browser-function)
968         (browse-url-default-browser): Add firefox.
969         (browse-url-firefox-program, browse-url-firefox-arguments)
970         (browse-url-firefox-startup-arguments)
971         (browse-url-firefox-new-window-is-tab): New defcustoms.
972         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
974 2005-06-17  Richard M. Stallman  <rms@gnu.org>
976         * startup.el (command-line): Warn if specified user name has
977         no home directory.
979         * term.el (term-get-old-input, term-input-filter, term-input-sender)
980         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
982         * longlines.el (longlines-mode, longlines-show-hard-newlines):
983         Doc fixes.
985         * faces.el (underline): Try bold if terminal doesn't support underline.
987         * mail/sendmail.el (mail-setup-with-from): New variable.
988         (mail-insert-from-field): New function.
989         (sendmail-send-it): Call it.
990         (mail-setup): Optionally call it here.
992         * term/linux.el: Call tty-no-underline.
994 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
996         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
998 2005-06-17  Miles Bader  <miles@gnu.org>
1000         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1001         (ediff-current-diff-C, ediff-current-diff-Ancestor)
1002         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1003         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1004         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1005         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1006         Remove "-face" suffix from face names.
1007         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1008         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1009         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1010         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1011         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1012         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1013         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1014         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1015         New backward-compatibility aliases for renamed faces.
1016         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1017         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1018         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1019         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1020         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1021         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1022         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1023         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1024         Use renamed ediff faces.
1026         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1027         Remove "-face" suffix from face names.
1028         (eshell-test-ok-face, eshell-test-failed-face):
1029         New backward-compatibility aliases for renamed faces.
1030         (eshell-run-test): Use renamed eshell-test faces.
1032         * eshell/em-prompt.el (eshell-prompt):
1033         Remove "-face" suffix from face name.
1034         (eshell-prompt-face): New backward-compatibility alias for renamed face.
1035         (eshell-emit-prompt): Use renamed eshell-prompt face.
1037         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1038         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1039         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1040         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1041         Remove "-face" suffix from face names.
1042         (eshell-ls-directory-face, eshell-ls-symlink-face)
1043         (eshell-ls-executable-face, eshell-ls-readonly-face)
1044         (eshell-ls-unreadable-face, eshell-ls-special-face)
1045         (eshell-ls-missing-face, eshell-ls-archive-face)
1046         (eshell-ls-backup-face, eshell-ls-product-face)
1047         (eshell-ls-clutter-face):
1048         New backward-compatibility aliases for renamed faces.
1049         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1051         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1052         Remove "-face" suffix from face name.
1053         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1054         instead of literal face.
1056 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
1058         * emacs-lisp/warnings.el (display-warning, lwarn)
1059         (warning-minimum-log-level): Doc fixes.
1060         (warning-minimum-level, warning-minimum-log-level):
1061         Add :debug to :type choices.
1063         * progmodes/ada-mode.el (ada-format-paramlist)
1064         (ada-get-indent-case, ada-check-matching-start)
1065         (ada-check-defun-name, ada-goto-matching-decl-start)
1066         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1067         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1068         (ada-make-subprogram-body): Follow error conventions.
1069         (ada-case-exception-file, ada-indent-comment-as-code)
1070         (ada-indent-handle-comment-special, ada-indent-renames)
1071         (ada-indent-return, ada-search-directories-internal)
1072         (ada-tab-policy, ada-case-exception-substring)
1073         (ada-other-file-alist, ada-matching-start-re)
1074         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1075         (ada-imenu-generic-expression, ada-compile-goto-error)
1076         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1077         (ada-popup-menu, ada-add-extensions, ada-mode)
1078         (ada-region-selected, ada-create-case-exception)
1079         (ada-create-case-exception-substring, ada-after-keyword-p)
1080         (ada-activate-keys-for-case, ada-adjust-case-region)
1081         (ada-adjust-case-buffer, ada-format-paramlist)
1082         (ada-scan-paramlist, ada-insert-paramlist)
1083         (ada-indent-newline-indent)
1084         (ada-indent-newline-indent-conditional)
1085         (ada-justified-indent-current, ada-goto-previous-word)
1086         (ada-indent-current, ada-get-indent-open-paren)
1087         (ada-get-indent-paramlist, ada-get-indent-end)
1088         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1089         (ada-get-indent-block-start, ada-get-indent-subprog)
1090         (ada-get-indent-noindent, ada-get-indent-label)
1091         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1092         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1093         (ada-goto-stmt-end, ada-goto-next-word)
1094         (ada-check-matching-start, ada-check-defun-name)
1095         (ada-goto-matching-decl-start, ada-goto-matching-start)
1096         (ada-goto-matching-end, ada-search-ignore-string-comment)
1097         (ada-in-decl-p, ada-looking-at-semi-or)
1098         (ada-looking-at-semi-private, ada-in-paramlist-p)
1099         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1100         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1101         (ada-next-procedure, ada-previous-procedure, ada-next-package)
1102         (ada-previous-package, ada-create-menu)
1103         (ada-fill-comment-paragraph-justify)
1104         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1105         (ada-other-file-name, ada-last-which-function-line)
1106         (ada-last-which-function-subprog, ada-which-function)
1107         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1108         (ada-gen-treat-proc, ada-check-emacs-version)
1109         (ada-continuation-indent, ada-align-region-separate):
1110         Fix typos in docstrings.
1111         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1113 2005-06-16  Lute Kamstra  <lute@gnu.org>
1115         * simple.el (fundamental-mode): Run after-change-major-mode-hook
1116         conditionally.
1118 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1120         * comint.el (comint-replace-by-expanded-filename)
1121         (comint-prompt-regexp, comint-delimiter-argument-list)
1122         (comint-preinput-scroll-to-bottom):
1123         * info.el (Info-hide-cookies-node):
1124         * ls-lisp.el (ls-lisp-classify):
1125         * find-file.el (ff-search-directories, ff-special-constructs)
1126         (ff-find-other-file):
1127         * font-lock.el (font-lock-keywords):
1128         * shell.el (shell-prompt-pattern)
1129         (shell-dynamic-complete-functions, shell-mode)
1130         (shell-delimiter-argument-list):
1131         * term.el (term-replace-by-expanded-filename)
1132         (term-prompt-regexp, term-delimiter-argument-list):
1133         * woman.el (woman-ignore, woman0-if):
1134         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1135         * emacs-lisp/elint.el (elint-init-env):
1136         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1137         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1138         * language/ethio-util.el (ethio-tilde-escape)
1139         (ethio-use-three-dot-question):
1140         * net/zone-mode.el (zone-mode-load-time-setup):
1141         * progmodes/cc-align.el (c-lineup-argcont):
1142         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1143         * progmodes/cperl-mode.el (cperl-set-style-back):
1144         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1145         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1146         Fix spellings in docstrings.
1148         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1149         * progmodes/modula2.el (m2-for): Fix spellings.
1151         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1153         * simple.el (undo-more): Don't use `format' on `error' arguments.
1154         Improve argument/docstring consistency.
1155         (pending-undo-list): Doc fix.
1157         * smerge-mode.el (smerge-ensure-match):
1158         * emulation/vip.el (vip-ex):
1159         * net/zone-mode.el (zone-mode-update-serial):
1160         * progmodes/idlwave.el (idlwave-complete):
1161         * progmodes/vhdl-mode.el (vhdl-visit-file)
1162         (vhdl-compose-wire-components):
1163         Don't use `format' on `error' arguments.
1165         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1166         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1167         (tooltip-help-tips): Fix typos in docstrings.
1169 2005-06-16  David Ponce  <david@dponce.com>
1171         * tree-widget.el (tree-widget-value-create): Simplify last change.
1173 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
1175         * ido.el (ido-incomplete-regexp): New variable.
1176         (ido-set-matches-1): Handle invalid-regexp error and set
1177         ido-incomplete-regexp.
1178         (ido-incomplete-regexp): New face.
1179         (ido-completions): Use it.
1180         (ido-complete, ido-exit-minibuffer, ido-completions):
1181         Handle incomplete regexps.
1182         (ido-completions): Add check for complete match when entering a regexp.
1184 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1188 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1190         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1191         by field delimiters.
1193 2005-06-15  David Ponce  <david@dponce.com>
1195         * tree-widget.el: eval-and-compile inlined functions so they will
1196         be available at run-time too.
1197         (tree-widget-super-format-handler)
1198         (tree-widget-format-handler): Remove.
1199         (tree-widget-value-create): Handle the :indent property.
1201 2005-06-15  Miles Bader  <miles@gnu.org>
1203         * progmodes/which-func.el (which-func): Only inherit
1204         `font-lock-function-name-face' when that makes sense against the
1205         default mode-line face, otherwise set the face color explicitly.
1207         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1208         faces instead of (non-existent) variables.
1210 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1213         (iswitchb-get-matched-buffers): Likewise.  Simplify.
1215 2005-06-14  Miles Bader  <miles@gnu.org>
1217         * progmodes/ld-script.el (ld-script-location-counter):
1218         Remove "-face" suffix from face name.
1219         (ld-script-location-counter-face):
1220         New backward-compatibility alias for renamed face.
1221         (ld-script-location-counter-face): Use renamed face.
1223         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1224         (cperl-hash): Remove "-face" suffix from face names.
1225         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1226         New backward-compatibility aliases for renamed faces.
1227         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1228         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1230         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1231         name.
1232         (which-func-face): New backward-compatibility alias for renamed face.
1233         (which-func-format): Use renamed which-func face.
1235         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1236         (vhdl-function, vhdl-directive, vhdl-reserved-word)
1237         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1238         names.
1239         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1240         (vhdl-speedbar-configuration, vhdl-speedbar-package)
1241         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1242         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1243         (vhdl-speedbar-architecture-selected)
1244         (vhdl-speedbar-configuration-selected)
1245         (vhdl-speedbar-package-selected)
1246         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1247         names.
1248         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1249         Use renamed faces.
1250         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1251         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1252         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1253         Use renamed faces.
1254         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1255         names.
1256         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1257         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1258         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1259         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1260         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1261         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1263         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1264         face name.
1265         (sh-heredoc-face): New backward-compatibility alias for renamed face.
1266         (sh-heredoc-face): Use renamed sh-heredoc face.
1268         * progmodes/idlw-help.el (idlwave-help-link):
1269         Remove "-face" suffix from face name.
1270         (idlwave-help-link-face):
1271         New backward-compatibility alias for renamed face.
1272         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1274         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1275         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1276         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1277         New backward-compatibility aliases for renamed faces.
1278         (idlwave-shell-disabled-breakpoint-face)
1279         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1281         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1282         Remove "-face" suffix from face names.
1283         (flymake-errline-face, flymake-warnline-face):
1284         New backward-compatibility aliases for renamed faces.
1285         (flymake-highlight-line): Use renamed flymake faces.
1287         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1288         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1289         (ebrowse-member-class, ebrowse-progress):
1290         Remove "-face" suffix from face names.
1291         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1292         (ebrowse-file-name-face, ebrowse-default-face)
1293         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1294         (ebrowse-progress-face):
1295         New backward-compatibility aliases for renamed faces.
1296         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1297         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1298         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1299         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1301         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1302         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1303         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1304         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1305         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1306         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1307         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1308         New backward-compatibility aliases for renamed faces.
1309         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1310         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1311         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1312         "font-lock-".  Use renamed antlr-mode faces.
1313         (antlr-font-lock-additional-keywords): Use renamed faces.
1314         Replace literal face-names with face variable references.
1316         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1317         face name.
1318         (Buffer-menu-buffer-face): New backward-compatibility alias for
1319         renamed face.
1320         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1322 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
1324         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1325         Eliminate "-face" suffix.
1326         (makefile-targets): Inherit from font-lock-function-name-face and
1327         eliminate "-face" suffix.
1328         (makefile-shell): Remove attributes and eliminate "-face" suffix.
1329         (makefile-*-font-lock-keywords): Append makefile-targets in rule
1330         actions, instead of prepending, to make it less visible.
1331         (makefile-previous-dependency, makefile-match-dependency):
1332         Don't match a target on a continuation line.
1334         * files.el (auto-mode-alist): Put Makefile in gmake mode.
1336 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
1338         * progmodes/gdb-ui.el (menu): Re-order menu items.
1339         (gdb-tooltip-print): Respect tooltip-use-echo-area.
1341         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1342         Define in tooltip.el.
1343         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1344         (gud-tooltip-tips): Respect tooltip-use-echo-area and
1345         gud-tooltip-echo-area.
1347         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1348         backward compatibility and make obsolete.
1349         (tooltip-help-tips): Use tooltip-use-echo-area.
1350         (tooltip-show-help-function): Rename to...
1351         (tooltip-show-help): ...this, because it is a function.
1352         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1354 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
1356         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1357         (edebug-print-length, edebug-print-level, edebug-print-circle)
1358         (edebug-modify-breakpoint, edebug-eval-last-sexp)
1359         (edebug-eval-print-last-sexp): Doc fixes.
1361 2005-06-14  Kim F. Storm  <storm@cua.dk>
1363         * ido.el (ido-mode): Make a new keymap every time we enable ido,
1364         as the coverage buffer/file/both may change.
1366 2005-06-14  Lute Kamstra  <lute@gnu.org>
1368         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1369         and run-mode-hooks.  Simplify.
1371         * mail/rmailedit.el (rmail-edit-mode):
1372         * progmodes/octave-inf.el (inferior-octave-mode):
1373         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1375         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1376         and run-mode-hooks.
1377         (recentf-edit-list, recentf-open-files): Don't call
1378         kill-all-local-variables directly.
1380         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1382 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
1384         * emacs-lisp/byte-run.el (make-obsolete)
1385         (define-obsolete-function-alias): Rename arguments FUNCTION and
1386         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1387         (make-obsolete-variable, define-obsolete-variable-alias):
1388         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1389         respectively.
1391         * isearchb.el (isearchb-activate):
1392         * pcvs.el (cvs-mode):
1393         * ses.el (ses-load):
1394         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1395         * net/tramp.el (tramp-find-file-exists-command)
1396         (tramp-find-shell):
1397         * progmodes/ada-mode.el (ada-create-case-exception)
1398         (ada-create-case-exception-substring, ada-make-subprogram-body):
1399         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1400         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1401         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1402         * textmodes/org.el (org-promote, org-evaluate-time-range)
1403         (org-agenda-next-date-line, org-agenda-previous-date-line)
1404         (org-agenda-error, org-open-at-point, org-table-move-row)
1405         (org-format-table-table-html-using-table-generate-source)
1406         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1407         * textmodes/reftex.el (reftex-access-scan-info):
1408         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1409         (reftex-toc-promote-prepare): Follow error conventions.
1411         * diff-mode.el (diff-mode): Fix typo in docstring.
1413         * forms.el (forms--intuit-from-file): Fix reference to
1414         `forms-number-of-fields' in error message.
1415         (forms-print): Fix quoting in error message.
1417         * forms.el (forms-mode):
1418         * emulation/vi.el (vi-goto-insert-state):
1419         * progmodes/flymake.el (flymake-new-err-info)
1420         (flymake-start-syntax-check-for-current-buffer)
1421         (flymake-simple-cleanup):
1422         * eshell/esh-var.el (eshell/export):
1423         * progmodes/gud.el (xdb):
1424         * textmodes/flyspell.el (flyspell-incorrect-hook)
1425         (flyspell-maybe-correct-transposition)
1426         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1428 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
1430         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1431         minibuffer prompt.
1433 2005-06-13  Kim F. Storm  <storm@cua.dk>
1435         * subr.el (add-to-ordered-list): New defun.
1437         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1438         add cua--keymap-alist to emulation-mode-map-alists.
1440 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * subr.el (complete-in-turn): New macro.
1443         (dynamic-completion-table, lazy-completion-table): Add debug info.
1445         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1446         in preference to face aliases.
1448         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1449         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1450         Remove unused vars `start' and `firstline'.
1451         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1452         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1454 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
1456         * cus-start.el (all): Don't complain about missing GTK-related
1457         variables, unless either `gtk' is boundp or this isn't a
1458         `windows-nt' build.
1460 2005-06-13  Lute Kamstra  <lute@gnu.org>
1462         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1463         run-mode-hooks.
1465         * ediff-mult.el (ediff-meta-mode):
1466         * ediff-util.el (ediff-mode): Use run-mode-hooks.
1468         * ledit.el (ledit-mode): Use delay-mode-hooks.
1470         * woman.el (woman-mode-line-format): Delete constant.
1471         (woman-mode-map): Initialize it properly.
1472         (woman-mode): Set mode-class property to special.
1473         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
1474         Set major-mode and mode-name.  Don't set mode-line-format directly.
1475         (Man-getpage-in-background): Don't reference woman-mode-line-format.
1477         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1478         string argument obsolete.
1480 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
1482         * textmodes/org.el (org-CUA-compatible): New option.
1483         (org-disputed-keys): New variable.
1484         (org-key): New function.
1485         (orgtbl-make-binding): Add docstring to the created function.
1486         (org-mode): Set paragraph start/separate regexps.
1487         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1488         (org-archive-location, org-archive-mark-done)
1489         (org-archive-stamp-time): New options.
1490         (org-archive-subtree): New command.
1491         (org-fill-paragraph): New function.
1492         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1493         (org-fake-empty-table-line): Function removed.
1494         (org-format-org-table-html): Do not create empty table lines at
1495         separator lines.  Improved table header treatment.
1496         (org-link-format): New option.
1497         (org-make-link): New function.
1498         (org-insert-link, org-store-link): Use org-make-link.
1499         (org-open-file): Quote file name for shell command, to allow
1500         spaces in file names.
1501         (org-link-regexp): Fix bug with mailto link.
1502         (org-link-maybe-angles-regexp, org-protected-link-regexp):
1503         New constants.
1504         (org-export-as-html): Deal with the optional angles around a link.
1505         Better treatment of file: links.
1506         (org-open-at-point): Replace @{ and @} with < and >.
1507         (org-run-mode-hooks): Function removed.
1508         (org-agenda-mode): No longer use `org-run-mode-hooks'.
1510 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
1512         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1513         MI command -data-list-register-values.
1514         (gdb-post-prompt): Indent properly.
1516 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
1518         * hilit-chg.el (highlight-changes-colors): Rename from
1519         `highlight-changes-colours'.
1520         (highlight-changes-colours): Keep as obsolete alias.
1521         (highlight-changes-face-list): Doc fix.
1522         (hilit-chg-make-list): Use `highlight-changes-colors'.
1524 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
1526         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1527         defun-prompt-regexp.
1529 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
1531         * loadup.el: Don't say we are dumping under 2 names on windows-nt
1532         and cygwin.
1534         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1535         Don't use an old loaddefs.el, as in Makefile.in.
1537 2005-06-12  Lute Kamstra  <lute@gnu.org>
1539         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1541         * man.el (Man-mode-map): Initialize it properly.
1542         (Man-mode): Set mode-class property to special.
1544         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1546 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
1548         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1549         A newline is needed in the docstring there.
1551         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1552         Doc fixes.
1554 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1556         * printing.el: Doc fix.  The menubar is no more changed when printing
1557         is loaded, it only changes when pr-menu-bind or pr-update-menus is
1558         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
1559         (pr-version): New version number (6.8.4).
1560         (pr-menu-bind): New command.
1561         (pr-update-menus): Docstring and code fix.
1562         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1563         Docstring fix.
1564         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1565         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1567 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
1569         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1570         "Returns" to "return", document useful return values, etc.
1572 2005-06-11  Alan Mackenzie  <acm@muc.de>
1574         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1575         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1576         (adaptive-file-function): Minor amendment to doc-string.
1578 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1580         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1581         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1582         Fix :type--it is `integer', not `string'.
1584         * faces.el (modeline-highlight): Rename from (the erroneous)
1585         `modeline-higilight'.
1587 2005-06-11  Lute Kamstra  <lute@gnu.org>
1589         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1590         lisp-interaction-mode-map but make it the parent.
1591         (edebug-eval-mode): Use define-derived-mode.
1593 2005-06-11  Andreas Schwab  <schwab@suse.de>
1595         * bindings.el: Add binding of `ESC functionkey' for every
1596         `M-functionkey'.
1597         * hexl.el (hexl-mode-map): Likewise.
1599 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
1601         * progmodes/compile.el (compilation-error-regexp-alist-alist)
1602         [msft]: update regexp for newer msft compilers.
1604 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
1606         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1607         ATTLIST portions of included DTDs.
1608         (xml-parse-dtd): Eliminate use of inefficient match-data.
1610 2005-06-10  Miles Bader  <miles@gnu.org>
1612         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1613         (mpuz-text): Remove "-face" suffix from face names.
1614         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1615         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1616         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1618         * play/gomoku.el (gomoku-O, gomoku-X):
1619         Remove "-face" suffix from face names.
1620         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1621         New backward-compatibility aliases for renamed faces.
1622         (gomoku-font-lock-keywords): Use renamed gomoku faces.
1624 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
1626         * thumbs.el: Fixes for changes of 2005-06-09.
1627         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1628         as a directory.
1629         (thumbs-thumbname): Remove directory separator from format string;
1630         `thumbs-thumbsdir' now returns a valid directory name.
1631         (thumbs-temp-dir): New defsubst.
1632         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1633         Use it.
1635         * cus-edit.el (minibuffer):
1636         * files.el (make-backup-file-name-function):
1637         * filesets.el (filesets-external-viewers):
1638         * hilit-chg.el (highlight-changes-colours)
1639         (highlight-changes-face-list, highlight-changes-rotate-faces):
1640         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1641         * kmacro.el (kmacro-call-macro):
1642         * log-edit.el (log-edit-changelog-full-paragraphs):
1643         * mouse.el (mouse-1-click-follows-link):
1644         * skeleton.el (skeleton-autowrap):
1645         * subr.el (insert-for-yank-1):
1646         * tempo.el (tempo-insert-region):
1647         * terminal.el (terminal-emulator):
1648         * time.el (display-time-mail-face):
1649         * vc.el (vc-annotate):
1650         * vcursor.el (vcursor-copy-line):
1651         * woman.el (woman-bold-headings, woman-ignore)
1652         (woman-default-faces, woman-monochrome-faces):
1653         * calendar/todo-mode.el (todo-insert-threshold):
1654         * emulation/pc-select.el (pc-select-selection-keys-only)
1655         (pc-selection-mode):
1656         * emulation/vip.el (vip-find-char-forward):
1657         * emulation/viper-cmd.el (viper-find-char-forward):
1658         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1659         (input-method-exit-on-invalid-key):
1660         * international/mule-diag.el (describe-coding-system):
1661         * international/ucs-tables.el (unify-8859-on-encoding-mode):
1662         * net/browse-url.el (browse-url-xterm-program):
1663         * obsolete/lazy-lock.el (lazy-lock-mode):
1664         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1665         (cperl-mode):
1666         * progmodes/cpp.el (cpp-face-light-name-list)
1667         (cpp-face-dark-name-list):
1668         * progmodes/delphi.el (delphi-newline-always-indents):
1669         Fix spellings in docstrings.
1671         * ido.el (ido-mode, ido-file-extensions-order)
1672         (ido-default-file-method, ido-default-buffer-method)
1673         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1674         (ido-decorations, ido-read-file-name-as-directory-commands)
1675         (ido-read-file-name-non-ido, ido-work-directory-list)
1676         (ido-ignore-item-temp-list, ido-current-directory)
1677         (ido-magic-forward-char, ido-enter-find-file)
1678         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1679         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1681 2005-06-10  Lute Kamstra  <lute@gnu.org>
1683         * play/dunnet.el (dun-mode): Use define-derived-mode.
1684         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
1685         obsolete alias.
1687         * play/doctor.el (doctor-mode-map): Remove defvar.
1688         (doctor-mode): Use define-derived-mode.
1690         * mail/mspools.el (mspools-mode):
1691         * net/eudc-hotlist.el (eudc-hotlist-mode):
1692         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1694 2005-06-10  Miles Bader  <miles@gnu.org>
1696         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1697         Remove "-face" suffix from face names.
1698         (flyspell-incorrect-face, flyspell-duplicate-face):
1699         New backward-compatibility aliases for renamed faces.
1700         (flyspell-mode-on, make-flyspell-overlay)
1701         (flyspell-highlight-incorrect-region)
1702         (flyspell-highlight-duplicate-region)
1703         (flyspell-display-next-corrections)
1704         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1706         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1707         from face name.
1708         (texinfo-heading-face): New backward-compatibility alias for
1709         renamed face.
1710         (texinfo-heading-face): Use renamed texinfo-heading face.
1712         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1713         suffix from face names.
1714         (tex-math-face, tex-verbatim-face):
1715         New backward-compatibility aliases for renamed faces.
1716         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1717         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1718         literal face name.
1720         * textmodes/table.el (table-cell): Remove "-face" suffix from face
1721         name.
1722         (table-cell-face): New backward-compatibility alias for renamed face.
1723         (table--put-cell-face-property, table--update-cell-face):
1724         Use renamed table-cell face.
1726         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1727         from face name.
1728         (sgml-namespace-face): New backward-compatibility alias for
1729         renamed face.
1730         (sgml-namespace-face): Use renamed sgml-namespace face.
1732         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1733         (org-level-4, org-level-5, org-level-6, org-level-7)
1734         (org-level-8, org-warning, org-headline-done)
1735         (org-deadline-announce, org-scheduled-today)
1736         (org-scheduled-previously, org-link, org-done, org-table)
1737         (org-time-grid): Remove "-face" suffix from face names.
1738         (org-level-1-face, org-level-2-face, org-level-3-face)
1739         (org-level-4-face, org-level-5-face, org-level-6-face)
1740         (org-level-7-face, org-level-8-face, org-warning-face)
1741         (org-headline-done-face, org-deadline-announce-face)
1742         (org-scheduled-today-face, org-scheduled-previously-face)
1743         (org-link-face, org-done-face, org-table-face)
1744         (org-time-grid-face):
1745         New backward-compatibility aliases for renamed faces.
1746         (org-level-faces, org-set-font-lock-defaults, org-timeline)
1747         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1748         (org-agenda-get-timestamps, org-agenda-get-scheduled)
1749         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1751         * emulation/viper-init.el (viper-search, viper-replace-overlay)
1752         (viper-minibuffer-emacs, viper-minibuffer-insert)
1753         (viper-minibuffer-vi): Remove "-face" suffix from face names.
1754         (viper-search-face, viper-replace-overlay-face)
1755         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1756         (viper-minibuffer-vi-face):
1757         New backward-compatibility aliases for renamed faces.
1758         (viper-search-face, viper-replace-overlay-face)
1759         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1760         (viper-minibuffer-vi-face): Use renamed viper faces.
1762         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1763         Remove "-face" suffix from face names.
1764         (testcover-nohits-face, testcover-1value-face):
1765         New backward-compatibility aliases for renamed faces.
1766         (testcover-mark): Use renamed testcover faces.
1768         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1769         face name.
1770         (diary-button-face): New backward-compatibility alias for renamed face.
1771         (diary-entry): Use renamed diary-button face.
1773         * calendar/calendar.el (diary, calendar-today, holiday)
1774         (mark-visible-calendar-date): Remove "-face" suffix from face names.
1775         (diary-face, calendar-today-face, holiday-face):
1776         New backward-compatibility aliases for renamed faces.
1777         (eval-after-load "facemenu", diary-entry-marker)
1778         (calendar-today-marker, calendar-holiday-marker, diary-face):
1779         Use renamed calendar faces.
1781         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1782         (compare-windows-face): New backward-compatibility alias for
1783         renamed face.
1784         (compare-windows-highlight): Use renamed compare-windows face.
1786         * strokes.el (strokes-char): Remove "-face" suffix from face name.
1787         (strokes-char-face): New backward-compatibility alias for renamed face.
1788         (strokes-encode-buffer): Use renamed strokes-char face.
1790         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1791         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1792         Remove "-face" suffix from face names.
1793         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1794         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1795         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1796         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1797         Use renamed pcvs faces.
1798         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1799         * pcvs-defs.el (cvs-mode-map): Likewise.
1800         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1802         * info.el (info-title-1, info-title-2, info-title-3)
1803         (info-title-4): Remove "-face" suffix from and downcase face names.
1804         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1805         (Info-title-4-face):
1806         New backward-compatibility aliases for renamed faces.
1807         (Info-fontify-node): Use renamed info faces.
1809         * hilit-chg.el (highlight-changes, highlight-changes-delete):
1810         Remove "-face" suffix from face names.
1811         (highlight-changes-face, highlight-changes-delete-face):
1812         New backward-compatibility aliases for renamed faces.
1813         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1814         (hilit-chg-make-list): Use renamed highlight-changes faces.
1816         * generic-x.el (show-tabs-tab, show-tabs-space):
1817         Remove "-face" suffix from face names.
1818         (show-tabs-tab-face, show-tabs-space-face):
1819         New backward-compatibility aliases for renamed faces.
1820         (show-tabs-generic-mode-font-lock-defaults-1)
1821         (show-tabs-generic-mode-font-lock-defaults-2):
1822         Use renamed show-tabs faces.
1824         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1825         (smerge-markers): Remove "-face" suffix from face names.
1826         (smerge-mine-face, smerge-other-face, smerge-base-face)
1827         (smerge-markers-face):
1828         New backward-compatibility aliases for renamed faces.
1829         (smerge-mine-face, smerge-other-face, smerge-base-face)
1830         (smerge-markers-face): Use renamed smerge faces.
1832         * log-view.el (log-view-file, log-view-message):
1833         Remove "-face" suffix from face names.
1834         (log-view-file-face, log-view-message-face):
1835         New backward-compatibility aliases for renamed faces.
1836         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1838         * paren.el (show-paren-match, show-paren-mismatch):
1839         Remove "-face" suffix from face names.
1840         (show-paren-match-face, show-paren-mismatch-face):
1841         New backward-compatibility aliases for renamed faces.
1842         (show-paren-function): Use renamed show-paren faces.
1844         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1845         (ruler-mode-margins, ruler-mode-fringes)
1846         (ruler-mode-column-number, ruler-mode-fill-column)
1847         (ruler-mode-comment-column, ruler-mode-goal-column)
1848         (ruler-mode-tab-stop, ruler-mode-current-column):
1849         Remove "-face" suffix from face names.
1850         (ruler-mode-default-face, ruler-mode-pad-face)
1851         (ruler-mode-margins-face, ruler-mode-fringes-face)
1852         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1853         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1854         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1855         New backward-compatibility aliases for renamed faces.
1856         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1857         (ruler-mode-column-number, ruler-mode-fill-column)
1858         (ruler-mode-comment-column, ruler-mode-goal-column)
1859         (ruler-mode-tab-stop, ruler-mode-current-column)
1860         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1862         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1863         face name.
1864         (whitespace-highlight-the-space): Use renamed face.
1865         (whitespace-highlight-face): New backward-compatibility alias for
1866         renamed face.
1868         * woman.el (woman-italic, woman-bold, woman-unknown)
1869         (woman-addition, woman-symbol-face):
1870         Remove "-face" suffix from face names.
1871         (woman-italic-face, woman-bold-face, woman-unknown-face)
1872         (woman-addition-face):
1873         New backward-compatibility aliases for renamed faces.
1874         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1875         (woman-decode-region, woman-replace-match)
1876         (woman-display-extended-fonts, woman-special-characters)
1877         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1878         Use renamed woman faces.
1880         * longlines.el (longlines-visible-face): Face removed.
1882         * diff-mode.el (diff-header, diff-file-header, diff-index)
1883         (diff-hunk-header, diff-removed, diff-added, diff-changed)
1884         (diff-function, diff-context, diff-nonexistent): Remove "-face"
1885         suffix from face names.
1886         (diff-header-face, diff-file-header-face, diff-index-face)
1887         (diff-hunk-header-face, diff-removed-face, diff-added-face)
1888         (diff-changed-face, diff-function-face, diff-context-face)
1889         (diff-nonexistent-face): New backward-compatibility aliases for
1890         renamed faces.
1891         (diff-header-face, diff-file-header-face)
1892         (diff-index, diff-index-face, diff-hunk-header)
1893         (diff-hunk-header-face, diff-removed, diff-removed-face)
1894         (diff-added, diff-added-face, diff-changed-face, diff-function)
1895         (diff-function-face, diff-context-face, diff-nonexistent)
1896         (diff-nonexistent-face): Use renamed diff-mode faces.
1898         * progmodes/compile.el (compilation-warning-face)
1899         (compilation-info-face): Remove "-face" suffix from face names.
1900         (compilation-warning-face, compilation-info-face):
1901         New backward-compatibility aliases for renamed faces.
1902         (compilation-warning-face, compilation-info-face):
1903         Use renamed compilation faces.
1905         * add-log.el (change-log-date, change-log-name)
1906         (change-log-email, change-log-file, change-log-list)
1907         (change-log-conditionals, change-log-function)
1908         (change-log-acknowledgement): Remove "-face" suffix from face names.
1909         (change-log-date-face, change-log-name-face)
1910         (change-log-email-face, change-log-file-face)
1911         (change-log-list-face, change-log-conditionals-face)
1912         (change-log-function-face, change-log-acknowledgement-face):
1913         New backward-compatibility aliases for renamed faces.
1914         (change-log-font-lock-keywords): Use renamed change-log faces.
1916         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1917         (custom-set, custom-changed, custom-saved, custom-button)
1918         (custom-button-pressed, custom-documentation, custom-state)
1919         (custom-comment, custom-comment-tag, custom-variable-tag)
1920         (custom-variable-button, custom-face-tag, custom-group-tag-1)
1921         (custom-group-tag): Remove "-face" suffix from face names.
1922         (custom-magic-alist, custom-magic-value-create)
1923         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1924         (custom-invalid-face, custom-rogue-face, custom-modified-face)
1925         (custom-set-face, custom-changed-face, custom-saved-face)
1926         (custom-button-face, custom-button-pressed-face)
1927         (custom-documentation-face, custom-state-face)
1928         (custom-comment-face, custom-comment-tag-face)
1929         (custom-variable-tag-face, custom-variable-button-face)
1930         (custom-face-tag-face, custom-group-tag-face-1)
1931         (custom-group-tag-face):
1932         New backward-compatibility aliases for renamed faces.
1934         * wid-edit.el (widget-documentation, widget-button)
1935         (widget-field, widget-single-line-field, widget-inactive)
1936         (widget-button-pressed): "-face" suffix removed from face names.
1937         (widget-documentation-face, widget-button-face)
1938         (widget-field-face, widget-single-line-field-face)
1939         (widget-inactive-face, widget-button-pressed-face):
1940         New backward-compatibility aliases for renamed faces.
1941         (widget-documentation-face, widget-button-face)
1942         (widget-button-pressed-face, widget-specify-field)
1943         (widget-specify-inactive): Use renamed widget faces.
1945 2005-06-10  Kenichi Handa  <handa@m17n.org>
1947         * term/x-win.el (x-clipboard-yank): Remove condition-case
1948         wrapping.
1950 2005-06-11  Kenichi Handa  <handa@m17n.org>
1952         * add-log.el (change-log-font-lock-keywords): Make the regexp for
1953         date lines stricter.
1955 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
1957         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1958         of x-get-selection.
1960 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
1962         * comint.el (comint-mode, comint-snapshot-last-prompt):
1963         * frame.el (frame-current-scroll-bars):
1964         * term.el (term-mode, term-check-proc, term-input-sender)
1965         (term-simple-send, term-extract-string, term-word)
1966         (term-match-partial-filename):
1967         * window.el (window-current-scroll-bars):
1968         * emulation/cua-base.el (cua-normal-cursor-color)
1969         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1970         (cua-global-mark-cursor-color):
1971         * mail/undigest.el (rmail-forward-separator-regex):
1972         Fix typos in docstrings.
1974         * comint.el (comint-check-proc, make-comint-in-buffer)
1975         (comint-source-default): Doc fixes.
1977         * term.el (term-send-string): Improve argument/docstring
1978         consistency.
1980 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
1982         * comint.el (comint-send-input): Bind `inhibit-read-only' around
1983         call to `delete-region'.
1984         (comint-mode-hook): Do not enable Font Lock by default.
1986 2005-06-09  Lute Kamstra  <lute@gnu.org>
1988         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1989         could be void.
1991 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * emacs-lisp/debug.el (debugger-will-be-back): New var.
1994         (debug): Use it.
1995         (debugger-step-through, debugger-continue, debugger-jump)
1996         (debugger-return-value): Set it when needed.
1997         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1998         Use inhibit-read-only.
2000 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
2002         * window.el (shrink-window-if-larger-than-buffer)
2003         (window-size-fixed): Fix typo in docstring.
2005         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
2006         thumbnails directory on loading.
2007         (thumbs-conversion-program): Use `eq' to check the system type,
2008         not `equal'.
2009         (thumbs-temp-dir): Initialize to `temporary-file-directory',
2010         not "/tmp".  Fix docstring.
2011         (thumbs-thumbsdir): New function to return the thumbnails
2012         directory, creating it if needed.
2013         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2014         (thumbs-temp-file): Delete variable and make it into a function.
2015         (thumbs-resize-image, thumbs-modify-image): Use it.
2016         (thumbs-kill-buffer): Simplify.
2017         (thumbs-gensym): Defalias or duplicate CL `gensym'.
2018         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2019         docstrings.
2021 2005-06-09  Kim F. Storm  <storm@cua.dk>
2023         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2024         set-match-data to free markers in match-data.
2026         * replace.el (replace-match-data): Pass RESEAT arg `t' to
2027         match-data to unchain markers in match-data.
2029 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2032         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
2033         unnecessary now.
2035 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2037         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2038         give the variable a doc string that doesn't say don't set it directly.
2040         * textmodes/ispell.el (ispell-check-version):
2041         Use match-string-no-properties.
2042         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2043         (ispell-buffer-local-words): Likewise.
2045         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2046         except on terminals with enough colors to really display it.
2047         (makefile-dependency-regex): Delete spurious `bb'.
2049         * faces.el (escape-glyph): Use blue once again in last case.
2050         (no-break-space): Redefine so that it isn't invisible on a tty.
2052 2005-06-08  Kim F. Storm  <storm@cua.dk>
2054         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2055         also when reading directory name.
2057 2005-06-08  Lute Kamstra  <lute@gnu.org>
2059         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2060         (flyspell-mode-line-string): Remove autoload cookie.
2061         (flyspell-mode): Remove defvar.
2063 2005-06-07  Lute Kamstra  <lute@gnu.org>
2065         * textmodes/org.el (org-run-mode-hooks): New function.
2066         (org-agenda-mode): Use it.
2068 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
2070         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2072 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2074         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2076 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
2078         * font-lock.el (font-lock-add-keywords): Doc fix.
2080 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2083         (tex-compile-default): In the absence of any history, use the order in
2084         tex-compile-alist to choose the preferred command.
2085         (tex-compile-commands): Reorder a bit.
2087         * textmodes/flyspell.el (flyspell-auto-correct-binding)
2088         (flyspell-incorrect-face, flyspell-duplicate-face):
2089         Use (X)Emacs-agnostic code.
2090         (flyspell-mode-map): Don't overwrite at each load.  Remove code
2091         redundant with the subsequent add-minor-mode.  Merge Emacs and
2092         XEmacs code.
2093         (flyspell-word): Minor simplification.
2094         (flyspell-math-tex-command-p): Quieten the byte-compiler.
2095         (flyspell-external-point-words): Remove unused vars `size' and `start'.
2096         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2097         Merge the corresponding Emacs code.
2098         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2100         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2101         a dedicated window.
2103         * international/latexenc.el (latexenc-find-file-coding-system):
2104         Undo part of last patch, to turn off a compiler warning.
2106 2005-06-06  Juri Linkov  <juri@jurta.org>
2108         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2109         Rename `tmm-inactive-face' to `tmm-inactive'.
2111 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
2113         * iswitchb.el: Rename faces.
2115 2005-06-06  Kim F. Storm  <storm@cua.dk>
2117         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2118         (cua-global-mark): Remove -face suffix from face names.
2120         * emulation/cua-gmrk.el (cua--init-global-mark):
2121         Remove cua-global-mark face setup.
2123 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2125         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2126         just like other allowed characters.
2127         (makefile-match-dependency): Exclude leading and training whitespace
2128         from the range of regexp subexp 1.
2129         (makefile-macroassign-regex): Don't try to match the body,
2130         just the name of the macro being defined.
2132         * info.el (Info-read-node-name-2): New function.
2133         (Info-read-node-name-1): Use that.
2134         Add a completion-base-size-function property.
2136         * simple.el (completion-setup-function): Look for
2137         completion-base-size-function property of
2138         minibuffer-completion-table.
2140         * files.el (locate-file-completion): Doc fix.
2142         * printing.el: Don't call pr-update-menus; user must do that.
2144         * emacs-lisp/debug.el (debugger-window): New variable.
2145         (debug): Use debugger-window if it is set and still alive.
2146         Record debugger-window for next entry.
2148         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2150 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
2152         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2153         (hack-one-local-variable, hack-local-variables)
2154         (hack-local-variables-prop-line): Pass that arg.
2156 2005-06-06  Kim F. Storm  <storm@cua.dk>
2158         * ido.el (ido-first-match, ido-only-match, ido-subdir)
2159         (ido-indicator): Remove -face suffix from face names.
2161 2005-06-06  Juri Linkov  <juri@jurta.org>
2163         * font-lock.el (font-lock-regexp-backslash)
2164         (font-lock-regexp-backslash-construct): New faces.
2165         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
2166         after `('.  Add `while-no-input' to control structures.
2168         * faces.el (no-break-space, shadow): New faces.
2169         (escape-glyph): Use less loud colors pink2 and red4.
2171         * diff-mode.el (diff-context-face)
2172         * dired.el (dired-ignored)
2173         * rfn-eshadow.el (file-name-shadow)
2174         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2176         * info.el (Info-title-1-face): Use green instead of yellow because
2177         bold yellow is not readable on light backgrounds.
2179         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2180         before selecting the desired mode to not spend time fontifying
2181         old contents.
2183 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
2185         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2186         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2188         * ps-print.el (ps-default-fg, ps-default-bg):
2189         Fix typos in docstrings.
2191         * isearchb.el (isearchb): Don't pass a spurious second argument to
2192         `iswitchb-completions'.
2194 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
2196         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2197         to preserve point.
2198         (gdb-find-file-hook): Add doc string.
2200         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2201         C dereferenced pointer expression.
2202         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
2204         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2206         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2207         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2208         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2209         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2210         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2211         Make background transparent.
2213 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2215         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
2216         (font-lock-remove-keywords): Doc fix.
2217         (font-lock-mode-major-mode): Compiler defvar.
2218         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2220         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2221         (font-lock-mode): Update `font-lock-mode-major-mode'.
2222         (font-lock-set-defaults): Compiler defvar.
2223         (font-lock-default-function): Take `font-lock-mode-major-mode'
2224         into account.
2226         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2227         keep track of which major mode it enabled the minor mode for.
2228         Use find-file-hook again.  Update docstring.
2230         * simple.el (eval-expression-print-level)
2231         (eval-expression-print-length, eval-expression-debug-on-error):
2232         Doc fixes.
2234 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
2236         * iswitchb.el (iswitchb-single-match-face)
2237         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2238         (iswitchb-invalid-regexp-face): New faces.
2239         (iswitchb-completions): Use them.
2240         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2241         now marked as an obsolete alias.
2242         (iswitchb-read-buffer): Remove check for bound font variables.
2243         (iswitchb-invalid-regexp): New free variable.
2244         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2245         set iswitchb-invalid-regexp.
2246         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2247         invalid regexps.
2248         (iswitchb-completions): Add check for complete match when entering
2249         a regexp.
2250         (iswitchb-completions): Remove require-match argument.
2251         (iswitchb-exhibit): Fix caller.
2252         (iswitchb-common-match-inserted): New variable.
2253         (iswitchb-complete, iswitchb-completion-help): Use it.
2255 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
2257         * url-http.el (url-http-chunked-encoding-after-change-function):
2258         Use `url-http-debug' instead of `message'.
2260 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
2262         * url-http.el (url-http-parse-headers): Pass redirected URL as a
2263         callback argument.
2265 2005-06-04  Kim F. Storm  <storm@cua.dk>
2267         * simple.el (line-move): Only call sit-for when moving backwards.
2269         * ido.el (ido-make-merged-file-list-1): New defun split from
2270         ido-make-merged-file-list.
2271         (ido-make-merged-file-list): Bind throw-on-input around call to
2272         ido-make-merged-file-list-1.  Return input-pending-p if
2273         interrupted by more input available.
2274         (ido-read-internal): Handle input-pending-p return value from
2275         ido-make-merged-file-list.
2277 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2279         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2280         compatibility code.
2282         * international/latexenc.el (latexenc-find-file-coding-system):
2283         Don't inherit the EOL part of the coding-system from the
2284         tex-main buffer.  Fit within 80 columns.
2286 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
2288         * tmm.el (tmm-inactive-face): New face.
2289         (tmm-remove-inactive-mouse-face): New function.
2290         (tmm-prompt, tmm-add-one-shortcut)
2291         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2292         but not selectable.
2294 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
2296         * faces.el (face-equal): Improve argument/docstring consistency.
2298 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
2300         * progmodes/make-mode.el (makefile-targets-face)
2301         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2302         (makefile-bsdmake-dependency-regex)
2303         (makefile-makepp-rule-action-regex)
2304         (makefile-bsdmake-rule-action-regex): New constants.
2305         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2307         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2308         Allow (...) within `...' for makepp messages.
2310 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2312         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2314         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2315         "." files are deleted from all file lists before comparison.
2317         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2318         (viper-ESC-key): Made them customizable.
2320         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2322 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2324         * autorevert.el (auto-revert-buffers): Use save-match-data.
2326 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2329         menu items with a nil command binding.
2331 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
2333         * emacs-lisp/cl-macs.el (defsetf):
2334         Improve argument/docstring consistency.
2336         * faces.el (list-faces-display): Improve the formatting by
2337         computing the maximum length required for any face-name (reworked
2338         patch of 1999-01-11, accidentally deleted on 1999-07-21).
2339         (internal-find-face): Remove redundant info in docstring.
2341 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
2343         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2344         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2345         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2346         (gdb-assembler-custom): Improve regexps.
2347         (def-gdb-auto-update-handler): Use window point to preserve point.
2349 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2351         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2353 2005-05-31  Jay Belanger  <belanger@truman.edu>
2355         * calc/calc-embed.el (calc-embedded-word): Change argument passed
2356         to calc-embedded.
2357         (calc-embedded-make-info): Have plain prefix argument select
2358         entire line.
2360 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
2362         * faces.el (list-faces-display): Signal error if passed a regexp
2363         that matches no face name.
2365         * simple.el (filter-buffer-substring): Fix typo in docstring.
2367 2005-05-31  Richard M. Stallman  <rms@gnu.org>
2369         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2370         (vhdl-emacs-21): Doc fix.
2371         (vhdl-mode): Unconditionally set comment-padding.
2372         (vhdl-fixup-whitespace-region): Insert spaces only where
2373         there are none.
2374         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2376 2005-05-30  John Wiegley  <johnw@newartisans.com>
2378         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2379         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2380         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2381         `directory-sep-char' to ?/, and all uses of `string-to-int' to
2382         `string-to-number'.
2384 2005-05-30  Jay Belanger  <belanger@truman.edu>
2386         * calc/calc.el (calc-bug-address): Fix docstring.
2387         (calc-window-hook, calc-trail-window-hook): New variables.
2388         (calc-trail-display): Restore use of calc-trail-window-hook.
2389         (calc): Restore use of calc-window-hook.
2391 2005-05-31  Masatake YAMATO  <jet@gyve.org>
2393         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2395         * help-fns.el (help-C-file-name): Add autoload mark for
2396         `find-function-noselect'.
2398 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2400         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2401         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2403 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2405         * calendar/diary-lib.el (mark-included-diary-files): Only kill
2406         included diary buffer if it was not already being visited.
2407         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2409         * calendar/icalendar.el (top-level): Do not require 'appt.
2411         * mail/supercite.el (sc-select-attribution): Only use a list
2412         element from sc-attrib-selection-list if it returns a string.
2413         Reported by Davide G. M. Salvetti <salve@debian.org>.
2415 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
2417         * thumbs.el (thumbs-thumbname): The resulting thumbname now
2418         includes a hash value to improve its uniqueness, and has a ".jpg"
2419         extension.  Also, it is now a valid filename on all systems.
2420         (thumbs-make-thumb): Use `let', not `let*'.
2421         (thumbs-show-thumbs-list): Check for JPEG availability.
2423 2005-05-30  Richard M. Stallman  <rms@gnu.org>
2425         * filesets.el (filesets-menu-ensure-use-cached):
2426         Prevent warning when emacs-version>= is undefined.
2428         * printing.el (pr-interactive-n-up): Use string-to-number.
2430         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2432         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2433         Warn only when name to be defined is quoted.
2435 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
2437         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2438         Make regexp more robust.
2439         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2440         Force regeneration of disassembly.
2442 2005-05-29  Jay Belanger  <belanger@truman.edu>
2444         * calc/calc.el (calc-user-invocation): Check if
2445         calc-invocation-macro is non-nil.
2447 2005-05-29  Juri Linkov  <juri@jurta.org>
2449         * add-log.el (change-log-font-lock-keywords):
2450         Add `+' to e-mail regexp to accept mail address with keywords.
2452         * man.el (Man-name-regexp): Add `:' to accept qualified names.
2454 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2456         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2458         * ielm.el (inferior-emacs-lisp-mode): Ditto.
2460 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2462         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2463         Undo the change that moves to end of the current word.
2465 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
2467         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2468         Throw error when count <= 0 to ensure input is a number.
2469         (gdb-read-memory-custom): Pick up address from buffer.
2470         (gdb-memory-mode): Allow user to increment and decrement
2471         memory address from header line.
2473 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2475         * flyspell.el (flyspell-version): Function deleted.
2476         (flyspell-auto-correct-previous-hook): Doc fix.
2478         * jit-lock.el (jit-lock-function, jit-lock-after-change):
2479         Do nothing if memory is full.
2481         * font-lock.el (font-lock-fontify-syntactically-region):
2482         Pass t for GREEDY to looking-back.
2484         * saveplace.el (save-place-alist-to-file): Write the file
2485         using write-region.
2487         * subr.el (looking-back): New argument GREEDY.
2489         * progmodes/compile.el (compilation-start): Set the mode
2490         before inserting the initial text.
2492         * progmodes/which-func.el (which-func-update-1): Turn the mode
2493         off in case of error by setting which-func-mode.
2495 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
2497         * flyspell.el (flyspell-auto-correct-previous-word):
2498         Narrow down to what's on the screen, and recenter overlays
2499         at the end of the next word.
2501 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
2503         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2504         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2505         (flyspell-abbrev-p): Default to nil.
2506         (flyspell-use-global-abbrev-table-p): Doc fix.
2507         (flyspell-large-region): Allow nil as value.
2508         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2510         (mail-mode-flyspell-verify): More robust handling
2511         of `mail-header-separator'.  More efficient signature detection.
2512         Allow for regexp metacharacters in message-header-separator.
2513         Adding `To' not to be checked in mail-mode-flyspell-verify.
2515         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2516         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2517         Bind flyspell-auto-correct-binding.
2518         Bind C-. and C-, .
2519         (flyspell-mode-map): Likewise.
2520         (flyspell-mode): Doc fix.
2521         (flyspell-accept-buffer-local-defs): Preserve current buffer.
2522         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2523         (flyspell-word-cache-result): New var, always local.
2524         (flyspell-check-pre-word-p): Doc fix.
2525         (flyspell-check-changed-word-p): Handle spc like newline.
2526         (flyspell-post-command-hook): Set flyspell-word-cache-result.
2527         (flyspell-word-search-backward, flyspell-word-search-forward):
2528         New functions.
2529         (flyspell-word): Return t if nothing to check.
2530         When parsing TeX code, check for after } or \.
2531         Use flyspell-word-search-backward to find previous word.
2532         Return nil if duplicated word.
2533         For word already checked, return same value as last time.
2534         Set flyspell-word-cache-result after checking.
2535         Don't clobber the return value.
2536         (flyspell-get-word): Major rewrite.
2537         (flyspell-external-point-words): New locals pword, pcount.
2538         Fix size used in progress message.
2539         Find the proper corresponding word in flyspell-large-region-buffer.
2540         (flyspell-region): Check for flyspell-large-region = nil.
2541         (flyspell-highlight-incorrect-region): Clean up overlays in region.
2542         (flyspell-auto-correct-word): Check that WORD is a cons.
2543         (flyspell-correct-word): Likewise.
2545 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
2547         * progmodes/make-mode.el (makefile-rule-action-regex)
2548         (makefile-macroassign-regex, makefile-makepp-mode)
2549         (makefile-bsdmake-mode): Continuation lines may be empty.
2550         Reported by Joshua Varner.
2551         (makefile-makepp-font-lock-keywords): Add $(stem).
2553 2005-05-28  Karl Berry  <karl@gnu.org>
2555         * textmodes/tex-mode.el: Now that tex-send-command calls
2556         shell-quote-argument (2005-03-31 change), remove all calls to
2557         shell-quote-argument; they all end up invoking tex-send-command.
2558         The double quoting loses on filenames with non-safe characters,
2559         such as "@".  Reported by Frederik Fouvry.
2561 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
2563         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2564         about preserving point.
2566 2005-05-27  Jay Belanger  <belanger@truman.edu>
2568         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2569         Info-goto-node.
2571         * calc/calc-embed.el (calc-embed-arg): New variable.
2572         (calc-do-embedded-activate, calc-embedded-activate-formula)
2573         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2574         variable by new variable.
2575         (calc-embedded-make-info): Replace undeclared variable by new
2576         variable.  When selecting region with positive prefix
2577         argument, use end of previous line instead of beginning of line.
2579         * calc/calc-aent.el (calc-arg-values): Declare it.
2581         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2582         Declare them.
2584         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2586         * calc/calc.el (calc-alg-map): Declare it.
2588         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2590 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
2592         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2593         (gdb-registers-buffer, toggle-gdb-all-registers):
2594         Toggle display of floating point registers.
2595         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2597         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
2598         (toggle-gud-tooltip-dereference):
2599         Rename from gud-toggle-tooltip-dereference.
2601 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2605 2005-05-27  Jay Belanger  <belanger@truman.edu>
2607         * calc/calc-prog.el (calc-kbd-report): Remove.
2608         (calc-kbd-query): Rewrite.
2610 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
2612         * image.el (image-library-alist): Move to image.c.
2613         (image-type-available-p): Doc fix.
2615 2005-05-27  Lute Kamstra  <lute@gnu.org>
2617         * calc/calc.el (calc):
2618         * outline.el (outline-1, outline-2, outline-3, outline-4)
2619         (outline-5, outline-6, outline-7, outline-8):
2620         * textmodes/dns-mode.el (dns-mode):
2621         * textmodes/sgml-mode.el (sgml-namespace-face):
2622         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2623         (tex-verbatim-face, tex-use-reftex):
2624         * textmodes/texinfo.el (texinfo-heading-face):
2625         Specify customization group.
2627         * longlines.el: Don't require easy-mmode.
2628         (longlines-visible-face): Specify customization group.
2630 2005-05-27  Kenichi Handa  <handa@m17n.org>
2632         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2633         encoding table of windows-1251.
2635         * international/ucs-tables.el (ucs-set-table-for-input):
2636         If translation-table-for-input of a coding system is a symbol, get
2637         its translation-table property.
2639         * international/code-pages.el: Don't register a coding system into
2640         non-iso-charset-alist more than once.
2641         (cp-make-coding-system): Likewise.
2643 2005-05-26  John Wiegley  <johnw@newartisans.com>
2645         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2646         `eshell-resume-eval' is wrapped in a list, it indicates that the
2647         command was run asynchronously.  In that case, unwrap the value
2648         before checking the delimiter value.
2650         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2651         character before a space at the end of a line is \, assume the space
2652         is part of the last argument rather than a final argument separator.
2654         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2655         is in use, and the target is `t' or `nil' (which are the most common
2656         values), don't assume that the symbol target is a buffer.
2658 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2660         * calendar/calendar.el (calendar-mode-line-format):
2661         Use mode-line-highlight as mouse-face.
2663         * time.el (display-time-string-forms, display-time-update):
2664         Use mode-line-highlight as mouse-face.
2666 2005-05-26  Jay Belanger  <belanger@truman.edu>
2668         * calc/calc.el (calc-language-alist): Remove extra defvar.
2670 2005-05-26  Lute Kamstra  <lute@gnu.org>
2672         * arc-mode.el (archive-mode):
2673         * bookmark.el (bookmark-read-annotation-mode)
2674         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2675         * bs.el (bs-mode):
2676         * calc/calc-yank.el (calc-edit-mode):
2677         * calc/calc.el (calc-mode, calc-trail-mode):
2678         * calculator.el (calculator-mode):
2679         * chistory.el (command-history-mode):
2680         * comint.el:
2681         * cus-edit.el (custom-mode):
2682         * descr-text.el (describe-text-mode):
2683         * ebuff-menu.el (Electric-buffer-menu-mode):
2684         * ediff-util.el (ediff-mode):
2685         * emacs-lisp/re-builder.el (reb-mode):
2686         * emulation/vi.el (vi-mode-setup):
2687         * emulation/ws-mode.el (wordstar-mode):
2688         * eshell/esh-mode.el (eshell-mode):
2689         * forms.el (forms-mode):
2690         * help-mode.el (help-mode):
2691         * hexl.el (hexl-mode):
2692         * ibuffer.el (ibuffer-mode):
2693         * ielm.el (inferior-emacs-lisp-mode):
2694         * info.el (Info-mode, Info-edit-mode):
2695         * international/swedish.el:
2696         * ledit.el (ledit-from-lisp-mode):
2697         * locate.el (locate-mode):
2698         * mail/rmail.el (rmail-mode):
2699         * mail/rmailedit.el (rmail-edit-mode):
2700         * mail/rmailsum.el (rmail-summary-mode):
2701         * mail/supercite.el (sc-electric-mode):
2702         * net/eudc.el (eudc-mode):
2703         * net/quickurl.el (quickurl-list-mode):
2704         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2705         * obsolete/ooutline.el (outline-mode):
2706         * obsolete/options.el (Edit-options-mode):
2707         * obsolete/rnews.el (news-mode):
2708         * obsolete/rnewspost.el (news-reply-mode):
2709         * play/5x5.el (5x5-mode):
2710         * play/decipher.el (decipher-mode, decipher-stats-mode):
2711         * play/gomoku.el (gomoku-mode):
2712         * play/snake.el (snake-mode):
2713         * play/solitaire.el (solitaire-mode):
2714         * play/tetris.el (tetris-mode):
2715         * progmodes/ada-mode.el (ada-mode):
2716         * progmodes/antlr-mode.el (antlr-mode):
2717         * progmodes/autoconf.el (autoconf-mode):
2718         * progmodes/dcl-mode.el (dcl-mode):
2719         * progmodes/delphi.el (delphi-mode):
2720         * progmodes/ebrowse.el (ebrowse-tree-mode)
2721         (ebrowse-electric-list-mode, ebrowse-member-mode)
2722         (ebrowse-electric-position-mode):
2723         * progmodes/f90.el (f90-mode):
2724         * progmodes/fortran.el (fortran-mode):
2725         * progmodes/icon.el (icon-mode):
2726         * progmodes/idlw-help.el (idlwave-help-mode):
2727         * progmodes/idlw-shell.el (idlwave-shell-mode):
2728         * progmodes/idlwave.el (idlwave-mode):
2729         * progmodes/inf-lisp.el (inferior-lisp-mode):
2730         * progmodes/m4-mode.el (m4-mode):
2731         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2732         * progmodes/modula2.el (modula-2-mode):
2733         * progmodes/octave-inf.el (inferior-octave-mode):
2734         * progmodes/octave-mod.el (octave-mode):
2735         * progmodes/pascal.el (pascal-mode):
2736         * progmodes/sh-script.el (sh-mode):
2737         * progmodes/sql.el (sql-mode, sql-interactive-mode):
2738         * progmodes/vhdl-mode.el (vhdl-mode):
2739         * progmodes/xscheme.el (scheme-interaction-mode):
2740         * replace.el (occur-mode):
2741         * ses.el (ses-mode):
2742         * simple.el (completion-list-mode):
2743         * skeleton.el:
2744         * speedbar.el (speedbar-mode):
2745         * term.el (term-mode):
2746         * terminal.el (terminal-edit-mode):
2747         * textmodes/reftex-index.el (reftex-index-mode)
2748         (reftex-index-phrases-mode):
2749         * textmodes/reftex-sel.el (reftex-select-label-mode)
2750         (reftex-select-bib-mode):
2751         * textmodes/reftex-toc.el (reftex-toc-mode):
2752         * wdired.el (wdired-change-to-wdired-mode):
2753         * wid-browse.el (widget-browse-mode):
2754         Use run-mode-hooks.
2756         * array.el (array-mode):
2757         * calendar/todo-mode.el (todo-mode):
2758         * man.el (Man-mode):
2759         * play/landmark.el (lm-mode):
2760         * play/mpuz.el (mpuz-mode):
2761         Use kill-all-local-variables and run-mode-hooks.
2763         * subr.el (delay-mode-hooks): Specify indentation.
2765 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
2767         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2769 2005-05-26  Jay Belanger  <belanger@truman.edu>
2771         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2772         of nil.
2774 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
2776         * progmodes/gdb-ui.el (gdb-frame-address):
2777         Rename from gdb-current-address.
2778         (gdb-previous-frame-address): Rename from gdb-previous-address.
2779         (gdb-selected-frame): Rename from gdb-current-frame.
2780         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2781         (gdb-frame-number): Rename from gdb-current-stack-level.
2782         (gdb-ann3): Match new mode-name for disassembly buffer.
2783         Extend initialization of variables.
2784         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2785         (gdb-memory-mode): Use mouse-face in header line.
2786         (gdb-assembler-buffer-name): Call it disassembly and give frame
2787         in mode line.
2788         (gdb-source-spec-regexp, gdb-assembler-custom)
2789         (gdb-invalidate-assembler, gdb-frame-handler):
2790         Make robust to leading zeroes in address format.
2792 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
2794         * textmodes/org.el (org-mode): Use `define-derived-mode' to
2795         define `org-mode'.
2796         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2798 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * log-edit.el (log-edit-changelog-entries): Distinguish between
2801         filenames like xfns.c and fns.c.
2803 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
2805         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2806         point after reverting.
2807         (Buffer-menu-make-sort-button): Handle the case where
2808         `Buffer-menu-use-header-line' is nil.
2810 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2812         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2813         New funcs.  In minibuffer-local-completion-map bind `]', `/'
2814         and `:' to them.
2816 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2818         * startup.el (normal-top-level): Allow modification of load-path while
2819         we're iterating over it.
2821 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
2823         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2824         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2825         (thumbs-resize-interactive, thumbs-insert-image)
2826         (thumbs-insert-thumb, thumbs-dired-show-marked)
2827         (thumbs-find-image-at-point, thumbs-delete-images)
2828         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2829         (thumbs-increment-image-size, thumbs-decrement-image-size):
2830         Fix typos in docstrings.
2832 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
2834         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2835         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2836         (cperl-mode): Use them.
2838 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
2840         * window.el (quit-window, shrink-window-if-larger-than-buffer):
2841         Doc fixes.
2843 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2845         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2846         Bind C-d to gdb-inferior-io-eof.
2848         * dired.el (dired-dnd-popup-notice): Use message-box.
2850 2005-05-23  Masatake YAMATO  <jet@gyve.org>
2852         * bindings.el (mode-line-major-mode-keymap):
2853         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2855         * faces.el (mode-line-highlight): New face.
2857         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2858         as mouse-face.
2860         * bindings.el (top-level, help-echo, mode-line-modified)
2861         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2862         as mouse-face.
2864 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
2866         * progmodes/cc-engine.el (c-guess-basic-syntax):
2867         Remove spurious call to `zerop'.
2869         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2871 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
2873         CC Mode update to 5.30.10:
2875         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2876         could go past the limit in decoration level 2, thereby causing
2877         errors during interactive fontification.
2879         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2880         the file is evaluated interactively.
2882         * cc-engine.el (c-guess-basic-syntax): Handle operator
2883         declarations somewhat better in C++.
2885         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2886         make use of `run-mode-hooks' which has been added in Emacs 21.1.
2887         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2888         (awk-mode): Use it.
2889         (make-local-hook): Suppress warning about obsoleteness.
2891         * cc-engine.el, cc-align.el, cc-cmds.el
2892         (c-append-backslashes-forward, c-delete-backslashes-forward)
2893         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2894         Compensate for return value from `forward-line' when it has moved
2895         but not to a different line due to eob.
2897         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2898         `objc-method-intro' and `objc-method-args-cont'.
2900 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
2902         CC Mode update to 5.30.10:
2904         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2905         in the copyright statement.  Incidentally, change "along with GNU
2906         Emacs" to "along with this program" where it occurs.
2908         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2909         so that it is interactive, hence can be found by M-x awk-mode
2910         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
2911         <gmorris+emacs@ast.cam.ac.uk>.
2913         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2914         Mode's regexps.
2916 2005-05-23  Kevin Ryde  <user42@zip.com.au>
2918         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2919         c-parse-state, to avoid a lisp error (on bad code).
2921 2005-05-23  Lute Kamstra  <lute@gnu.org>
2923         * subr.el (font-lock-defaults): Remove defvar as it's already
2924         defined in font-core.el.
2926         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2928 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
2930         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2931         more general and work when GDB variable "print pretty" is on,
2932         as with Emacs, for example.
2934 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
2936         * font-core.el: Update comment.
2938         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2939         Use `after-change-major-mode-hook' instead of `find-file-hook'.
2941         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2943 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
2945         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2946         and `yank-handler' in the doc strings.
2948 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2950         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
2952 2005-05-22  Richard M. Stallman  <rms@gnu.org>
2954         * help.el (describe-key): Move print-help-return-message call
2955         out of conditional.
2957         * progmodes/etags.el (list-tags): Use with-no-warnings.
2959         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2960         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2961         (starttls-extra-args, starttls-extra-arguments): Add defvars.
2963         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2965         * language/viet-util.el (viet-viscii-nonascii-translation-table):
2966         Add defvar.
2968         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2969         Use defvar, not defconst.
2971         * hexl.el (hexl-follow-line): Use with-no-warnings.
2973         * emulation/tpu-extras.el: Use write-file-functions instead of
2974         write-file-hooks.
2976         * dired.el (dired-font-lock-keywords): Fontify files with junk
2977         extensions even if marked by -F.
2979 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
2981         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2982         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2983         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2984         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2985         (concatenate, list-length, get*, getf, cl-remprop):
2986         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2987         (etypecase, progv, lexical-let, lexical-let*)
2988         (multiple-value-bind, multiple-value-setq, shiftf):
2989         Improve argument/docstring consistency.
2991         * subr.el (focus-frame, unfocus-frame):
2992         Revert deletion on 2005-05-01.
2994 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
2996         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2997         doesn't exist.
2999         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
3000         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3002 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
3004         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3005         already deleted variables: auto-fill-hook, blink-paren-hook,
3006         lisp-indent-hook, inhibit-local-variables, unread-command-event,
3007         suspend-hooks, comment-indent-hook, meta-flag,
3008         before-change-function, after-change-function,
3009         font-lock-doc-string-face.
3011 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3013         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3015 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3017         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3018         rmail-dont-reply-to.
3020 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3022         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3023         literal blank when splitting new-header-values.
3025 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
3027         * calendar/cal-menu.el (cal-menu-update): Add separator as a
3028         string so that tmm doesn't create a completion entry for it.
3030         * textmodes/table.el (table-disable-menu): Ditto.
3032 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3034         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3036         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3038         * net/rcompile.el (remote-compile): Use compilation-start.
3040         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3042 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
3044         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3045         Default to makefile-bsdmake-mode on BSD systems.
3047         * imenu.el (imenu-generic-expression, imenu--generic-function'):
3048         REGEXP may also be a search function now.  The part of doc-string
3049         for describing the structure was 95% identical to that of
3050         `imenu--generic-function'.  Unify it there.
3052         * progmodes/make-mode.el (makefile-imenu-generic-expression):
3053         Use function to find dependencies, because regexp alone is so complex,
3054         it easily goes into an endless loop.
3055         (makefile-makepp-mode): Also add submenu for Perl functions
3056         defined in the makefile.
3057         (makefile-bsdmake-mode): Special imenu-generic-expression no
3058         longer needed, due to function call.
3059         (makefile-match-dependency): Take BOUND into account when checking
3060         if we're through.
3062 2005-05-20  Jay Belanger  <belanger@truman.edu>
3064         * calc/calc-units.el (calc-invalidate-units-table):
3065         Use inhibit-read-only.
3066         (math-build-units-table-buffer): Use view-mode.
3068 2005-05-20  David Kastrup  <dak@gnu.org>
3070         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3071         easy-menu-add is not a nop on Emacs; and clarify when to call it.
3073 2005-05-20  Lute Kamstra  <lute@gnu.org>
3075         * diff-mode.el (diff-header-face, diff-file-header-face)
3076         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3077         (diff-added-face, diff-changed-face, diff-function-face)
3078         (diff-context-face, diff-nonexistent-face): Put them in the
3079         diff-mode customization group.
3081 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3085         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3087         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3088         Minor regexp-optimization.
3090 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
3092         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3093         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3094         (org-agenda-add-time-grid-maybe): New function.
3095         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3096         (org-table-create): `dotimes' instead of `mapcar'.
3097         (org-xor): Simplify implementation.
3098         (org-agenda): `inhibit-redisplay' turned on.
3099         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3100         a consistent line after a state change.
3101         (org-agenda-remove-times-when-in-prefix): New option.
3102         (org-prefix-has-time): New variable.
3103         (org-parse-time-string): Optional argument NODEFAULT.
3104         (org-format-agenda-item): Parse items for time-of-day
3105         specifications and move these into the prefix if possible.
3106         (org-agenda-priority): Get current heading, not previous heading
3107         during agenda remote editing.
3109 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3111         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3112         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3113         (remove-duplicates, delete-duplicates, substitute)
3114         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3115         (nsubstitute-if-not, find, find-if, find-if-not, position)
3116         (position-if, position-if-not, count, count-if, count-if-not)
3117         (mismatch, search, sort*, stable-sort, merge, member*)
3118         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3119         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3120         (intersection, nintersection, set-difference, nset-difference)
3121         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3122         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3123         (nsublis, tree-equal): Improve argument/docstring consistency.
3125         * subr.el (send-string, send-region):
3126         Remove obsolescence declaration.
3127         (window-dot, set-window-dot, read-input, show-buffer)
3128         (eval-current-buffer, string-to-int):
3129         Add release number to obsolescence declarations.
3131 2005-05-19  Kim F. Storm  <storm@cua.dk>
3133         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3134         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3136 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
3138         * faces.el (list-faces-display): Make back button respect optional
3139         regexp arg.
3141 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
3143         * calculator.el (calculator-radix-grouping-mode)
3144         (calculator-radix-grouping-digits, calculator-displayer)
3145         (calculator-radix-grouping-separator, calculator-copy-displayer):
3146         * dabbrev.el (dabbrev-search-these-buffers-only):
3147         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3148         (diff-advance-after-apply-hunk, diff-mode-hook)
3149         (diff-minor-mode-prefix):
3150         * imenu.el (imenu-use-popup-menu):
3151         * jit-lock.el (jit-lock-context-time):
3152         * newcomment.el (comment-fill-column, comment-column)
3153         (comment-style, comment-padding, comment-multi-line)
3154         (comment-empty-lines, comment-auto-fill-only-comments):
3155         * reveal.el (reveal-around-mark):
3156         * uniquify.el (uniquify-buffer-name-style)
3157         (uniquify-after-kill-buffer-p)
3158         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3159         (uniquify-min-dir-content, uniquify-separator)
3160         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3161         * w32-vars.el (w32-fixed-font-alist):
3162         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3163         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3164         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3165         * progmodes/perl-mode.el (perl-indent-level)
3166         (perl-continued-statement-offset, perl-continued-brace-offset)
3167         (perl-brace-offset, perl-brace-imaginary-offset)
3168         (perl-label-offset, perl-indent-continued-arguments)
3169         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3170         * progmodes/tcl.el (tcl-indent-level)
3171         (tcl-continued-indent-level, tcl-auto-newline)
3172         (tcl-tab-always-indent, tcl-electric-hash-style)
3173         (tcl-help-directory-list, tcl-use-smart-word-finder)
3174         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3175         (inferior-tcl-source-command):
3176         * textmodes/fill.el (enable-kinsoku):
3177         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3178         * textmodes/table.el (table-yank-handler):
3179         Specify missing group (and type, if simple) in defcustom.
3181 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3183         * progmodes/compile.el (compilation-finish-function): Fix defvar.
3185 2005-05-19  Richard M. Stallman  <rms@gnu.org>
3187         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3189         * subr.el (event-basic-type): Don't get an error.
3190         (left-fringe-p): Function deleted.
3192         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3193         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3195         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3196         in recursive copy.
3198         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3200         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3202         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3203         Call byte-compile-nogroup-warn if appropriate.
3205         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3206         (compilation-set-window): Don't call left-fringe-p; do it directly.
3208 2005-05-19  Jay Belanger  <belanger@truman.edu>
3210         * calc/calc-graph.el (calc-graph-format-data): Make sure
3211         var-PlotRejects is bound before trying to check its value.
3213 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
3215         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3216         definition of this variable from reftex-global.el to reftex.el,
3217         because it is needed in the menu.
3219 2005-05-19  Lute Kamstra  <lute@gnu.org>
3221         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3222         years are fixed.  Don't insert a space after a dash.
3224 2005-05-19  Kim F. Storm  <storm@cua.dk>
3226         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3228 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
3230         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3231         strings, because (eq ... ?\\) is fairly frequent.
3233         * progmodes/make-mode.el (makefile-add-this-line-targets):
3234         Simplify and integrate into `makefile-pickup-targets'.
3235         (makefile-add-this-line-macro): Simplify and integrate into
3236         `makefile-pickup-macros.
3237         (makefile-pickup-filenames-as-targets): Simplify.
3238         (makefile-previous-dependency, makefile-match-dependency):
3239         Don't stumble over `::'.
3241 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3243         * subr.el (post-command-idle-hook, post-command-idle-delay):
3244         Remove obsoletion of post-command-idle-hook and
3245         post-command-idle-delay.
3247         * faces.el (list-faces-display): Provide button when describe-face
3248         is called to take user back to the list of faces.
3250         * help-fns.el (describe-variable): Remove hyperlinks in a
3251         variable's value as these are quite frequently inappropriate.
3253         * follow.el (follow-submit-feedback, follow-mode):
3254         Remove references to post-command-idle-hook.
3256 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
3258         * progmodes/make-mode.el (makefile-previous-dependency)
3259         (makefile-match-dependency): Check for := (and in bsd mode also
3260         !=) to give a better result, even when font-lock is not on.
3262 2005-05-18  Jay Belanger  <belanger@truman.edu>
3264         * calc/calc-help.el (calc-s-prefix-help):
3265         Add `calc-copy-special-constant' to help string.
3267 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3269         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3271 2005-05-18  Jay Belanger  <belanger@truman.edu>
3273         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3274         in linear factors are in proper order.
3276 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
3278         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3279         Support for jurabib.
3281         * textmodes/reftex.el (featurep): Define aliases for overlay
3282         commands, for XEmacs compatibility, and use these aliases in
3283         overlay initializations.
3284         (reftex-highlight): Use `reftex-move-overlay'.
3285         (reftex-unhighlight): Use `reftex-delete-overlay'.
3286         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
3287         (reftex-access-search-path): Use `reftex-uniquify' instead of
3288         `reftex-uniq'
3290         * textmodes/reftex-sel.el (reftex-select-unmark):
3291         Overlay `before-string' property modification enables for Emacs as well.
3292         (reftex-select-item): Use `reftex-delete-overlay'.
3293         (reftex-select-mark): Use `reftex-make-overlay' and
3294         `reftex-overlay-put'.
3295         (reftex-select-unmark): Use `reftex-delete-overlay' and
3296         `reftex-overlay-put'.
3298 2005-05-18  Lute Kamstra  <lute@gnu.org>
3300         * emacs-lisp/lisp.el (check-parens): Fix docstring.
3302 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
3304         * add-log.el (add-change-log-entry):
3305         * array.el (array-make-template, array-reconfigure-rows)
3306         (array-init-max-row, array-init-max-column)
3307         (array-init-columns-per-line, array-init-field-width):
3308         * replace.el (replace-match-maybe-edit, perform-replace):
3309         * textmodes/spell.el (spell-region):
3310         Replace `read-input' by `read-string'.
3312         * forms.el (forms-mode):
3313         * finder.el (finder-compile-keywords):
3314         * shadowfile.el (shadow-read-files):
3315         Replace `eval-current-buffer' by `eval-buffer'.
3317         * terminal.el (te-pass-through):
3318         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3319         (ange-ftp-raw-send-cmd):
3320         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3321         (send-process-next-char, telnet-initial-filter, telnet):
3322         Replace `send-string' by `process-send-string'.
3324         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3325         (prolog-consult-region): Replace `send-string' by
3326         `process-send-string'; replace `send-region' by `process-send-region'.
3328         * progmodes/delphi.el (delphi-log-msg):
3329         Replace `set-window-dot' by `set-window-point'.
3331         * subr.el (window-dot, set-window-dot, read-input, send-string)
3332         (send-region, show-buffer, eval-current-buffer):
3333         Make really obsolete, as the comment says.
3335 2005-05-17  Kim F. Storm  <storm@cua.dk>
3337         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3338         (cua--init-keymaps): Bind C-return instead of S-return to set
3339         rectangle mark.
3341         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3342         instead of S-return to toggle/clear rectangle mark.
3344 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
3346         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3347         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3348         Also fontify plain strings assigned to variables, mostly so that a
3349         colon has a face and is thus not taken as a dependency separator.
3350         (makefile-previous-dependency): Inline the new matcher, because it
3351         is too complex to work in both directions.
3352         (makefile-match-dependency): Eliminate `backward' arg (see above).
3353         Completely reimplemented so as to not sometimes go into an endless
3354         loop.  It should also be more efficient, because first it only
3355         searches for `:', instead of applying the very complex regexp.
3356         (makefile-mode): Cancel `font-lock-support-mode', because blocks
3357         to be fontified in one piece can be too long for JIT.
3358         Makefiles are never *that* big.
3360 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
3362         * dired.el (dired-mode): Simplify.
3364 2005-05-17  Lute Kamstra  <lute@gnu.org>
3366         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3367         defcustom for the mode hook variable.
3369         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3370         Emacs Lisp Reference Manual.
3372 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
3374         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3375         (evenp, list*):
3376         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3377         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3379         * net/tramp-smb.el (tramp-smb-open-connection):
3380         Pass `tramp-chunksize' as fifth (required) argument.
3382 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
3384         * font-lock.el (lisp-font-lock-keywords-1):
3385         Set `font-lock-negation-char-face' for [^...] char group.
3386         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3388         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3389         a var, and refine it to mask one more level of nested vars.
3390         (makefile-rule-action-regex): Turn it into a var, and refine it so
3391         it recognizes backslashed continuation lines as belonging to the
3392         same command.
3393         (makefile-macroassign-regex): Refine it so it recognizes
3394         backslashed continuation lines as belonging to the same command.
3395         (makefile-var-use-regex): Don't look at the next char, because it
3396         might be the same one to be skipped by the initial [^$], leading
3397         to an overlooked variable use.
3398         (makefile-make-font-lock-keywords): Remove two parameters, which
3399         are now variables that some of the modes set locally.
3400         Handle dependency and rule action matching through functions, because
3401         regexps alone match too often.  Dependency matching now comes
3402         last, so it can check, whether a colon already matched something else.
3403         (makefile-mode): Inform that font-lock improves makefile parsing
3404         capabilities.
3405         (makefile-match-dependency, makefile-match-action): New functions.
3407 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
3409         * emacs-lisp/cl-extra.el (equalp): Doc fix.
3411         * align.el (align-regexp):
3412         * ansi-color.el (ansi-color-get-face):
3413         * array.el (array-reconfigure-rows, array-init-max-row)
3414         (array-init-max-column, array-init-columns-per-line)
3415         (array-init-field-width):
3416         * dired-aux.el (dired-trample-file-versions):
3417         * dired-x.el (dired-mark-sexp):
3418         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3419         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3420         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3421         * faces.el (face-read-integer):
3422         * files.el (backup-extract-version, insert-directory):
3423         * hexl.el (hexl-insert-decimal-char):
3424         * server.el (server-process-filter):
3425         * shell.el (shell-extract-num):
3426         * startup.el (command-line-1):
3427         * term.el (term-command-hook):
3428         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3429         (time-stamp-do-number):
3430         * time.el (display-time-update):
3431         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3432         (timezone-fix-time):
3433         * vms-patch.el (vms-suspend-resume-hook):
3434         * calendar/appt.el (appt-convert-time):
3435         * calendar/cal-bahai.el (mark-bahai-diary-entries):
3436         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3437         * calendar/cal-islam.el (mark-islamic-diary-entries):
3438         * calendar/calendar.el (calendar-cursor-to-date)
3439         (calendar-star-date):
3440         * calendar/diary-lib.el (diary-attrtype-convert)
3441         (mark-diary-entries, diary-entry-time):
3442         * calendar/solar.el (solar-get-number):
3443         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3444         * emacs-lisp/re-builder.el (reb-display-subexp):
3445         * emulation/edt.el (edt-set-scroll-margins):
3446         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3447         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3448         (vip-get-ex-count):
3449         * emulation/viper-ex.el (viper-get-ex-token)
3450         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3451         * international/fontset.el (fontset-plain-name):
3452         * mail/feedmail.el (feedmail-look-at-queue-directory):
3453         * mail/mailalias.el (mail-get-names):
3454         * mail/rmail.el (rmail-convert-to-babyl-format):
3455         * mail/rmailsum.el (rmail-make-basic-summary-line)
3456         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3457         (rmail-summary-goto-msg):
3458         * mail/smtpmail.el (smtpmail-read-response):
3459         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3460         (ange-ftp-vms-add-file-entry):
3461         * play/gametree.el (gametree-looking-at-ply)
3462         (gametree-current-branch-score):
3463         * progmodes/ada-xref.el (ada-prj-find-prj-file)
3464         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3465         * progmodes/cperl-mode.el (condition-case):
3466         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3467         (ebrowse-set-member-buffer-column-width)
3468         (ebrowse-select-1st-to-9nth):
3469         * progmodes/etags.el (etags-snarf-tag):
3470         * progmodes/flymake.el (flymake-parse-line):
3471         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3472         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3473         (idlwave-shell-menu-def):
3474         * progmodes/ps-mode.el (ps-run-goto-error):
3475         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3476         (vhdl-speedbar-contract-level):
3477         * term/mac-win.el (x-handle-numeric-switch):
3478         * term/sun-mouse.el (sun-get-frame-data):
3479         * term/w32-win.el (x-handle-numeric-switch):
3480         * term/x-win.el (x-handle-numeric-switch):
3481         * textmodes/ispell.el (ispell-parse-output):
3482         * textmodes/nroff-mode.el (nroff-outline-level):
3483         * textmodes/reftex-cite.el (reftex-bib-sort-year)
3484         (reftex-bib-sort-year-reverse, reftex-format-citation):
3485         * textmodes/reftex-parse.el (reftex-init-section-numbers)
3486         (reftex-section-number):
3487         * textmodes/texinfmt.el (texinfo-paragraphindent):
3488         Replace `string-to-int' by `string-to-number'.
3490         * international/latexenc.el: Add page marker to force the "Local
3491         Variables:" string out of the last page.
3493 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
3495         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3496         tooltip-change-major-mode.
3497         (gud-tooltip-print-command): Remove case where gud-minor-mode
3498         is gdb ("--fullname").
3499         (gud-tooltip-tips): Turn GUD tooltips off for this case and
3500         explain to user.
3502 2005-05-16  Jay Belanger  <belanger@truman.edu>
3504         * calc/calc-store.el (calc-copy-special-constant): New function.
3506         * calc/calc-ext.el (calc-init-extensions): Add binding for
3507         `calc-copy-special-constant'.
3509         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3510         for the `calc-copy-special-constant' command.
3512 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
3514         * subr.el (left-fringe-p): New function.
3516         * progmodes/compile.el (compilation-setup): Set local value of
3517         overlay-arrow-string to "" always.
3518         (compilation-set-window): Left fringe then don't scroll.
3519         No left fringe then no arrow and scroll message to top.
3520         (compilation-context-lines): Adjust doc string accordingly.
3522 2005-05-16  Kim F. Storm  <storm@cua.dk>
3524         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3525         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3526         (ido-wide-find-dir-or-delete-dir): New command for M-d.
3527         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
3528         (ido-read-file-name): Handle commands with ido property value
3529         equal to find-file as reading a file name, to allow C-d to enter dired.
3530         (ibuffer-find-file): Add ido property with value find-file.
3532 2005-05-15  Kim F. Storm  <storm@cua.dk>
3534         * subr.el (open-network-stream-nowait): Remove.
3535         (open-network-stream-server): Remove.
3537 2005-05-15  Richard M. Stallman  <rms@gnu.org>
3539         * faces.el (describe-face): Output a definition link button.
3541         * help-mode.el (help-face-def): New button type.
3543         * emacs-lisp/copyright.el (copyright-fix-years):
3544         Match properly if the first year is 2-digit.
3545         Don't mess up the whitespace after the years by filling.
3547         * dired-aux.el (dired-mark-confirm):
3548         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3550         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3551         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3552         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3554         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3555         Set font-lock-comment-start-skip.
3557         * font-lock.el (font-lock-comment-start-skip): New variable.
3558         (font-lock-comment-end-skip): New variable.
3559         (font-lock-fontify-syntactically-region): Use them if non-nil.
3561 2005-05-15  Jay Belanger  <belanger@truman.edu>
3563         * calc/calc-store.el (calc-store-value): Return a string rather
3564         than display it as a message.
3565         Use calc-var-name for variable name.
3566         (calc-store-into): Add the result of calc-store-value to message.
3567         (calc-copy-variable): Add a message.
3568         (calc-store-exchange): Improve error messages.
3569         (calc-store-binary, calc-store-map): Don't reset the values of
3570         special constants.
3572 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3574         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3575         manual to docstring.
3577         * files.el (hack-local-variables-confirm): Add STRING argument.
3578         Make the function handle non file visiting buffers correctly.
3579         (hack-local-variables-prop-line, hack-local-variables)
3580         (hack-one-local-variable): Use STRING arg of
3581         `hack-local-variables-confirm'.
3583 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
3585         Sync with Tramp 2.0.49.
3587         * tramp.el (tramp-handle-dired-call-process)
3588         (tramp-handle-insert-directory):`insert-buffer' cannot be used
3589         because the contents of the Tramp buffer is changed before
3590         insertion (`expand-file' and alike).
3591         (tramp-handle-insert-directory): If `localname' has an empty
3592         nondirectory name, it must not be quoted.
3593         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
3594         variable `tramp-chunksize'.  Change callees.
3595         (tramp-open-connection-setup-interactive-shell): Check remote host
3596         for buggy `send-process-string' implementation.
3597         Set `tramp-chunksize' if found.  Reported by Michael Kifer
3598         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3599         (tramp-handle-shell-command): `insert-buffer' cannot be used
3600         because the contents of the Tramp buffer is changed before
3601         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3602         <frederic.bothamy@free.fr>.
3603         (tramp-set-auto-save): Actions should be done for Tramp file name
3604         handler only.  Ange-FTP has its own auto-save mechanism.
3605         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3606         (tramp-set-auto-save-file-modes): Set file modes of
3607         `buffer-auto-save-file-name' to ?\600 as fallback solution.
3608         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3609         (tramp-bug): Remove obsolete variable.
3610         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
3611         for presence of `mml-mode'.  Make it running for older Emacsen as well.
3613 2005-05-14  John Paul Wallington  <jpw@pobox.com>
3615         * ibuf-ext.el (define-ibuffer-filter filename):
3616         If `dired-directory' is a list, use its car.
3618 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
3620         * ibuffer.el (define-ibuffer-column filename):
3621         If `dired-directory' is a list, use its car.
3623 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3625         * subr.el (symbol-file): Doc fix.
3627         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3628         (byte-compile-form): Call byte-compile-nogroup-warn.
3629         (byte-compile-warning-types): Doc fix.
3631         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3633         * progmodes/cc-engine.el (c-literal-faces):
3634         Add font-lock-comment-delimiter-face.
3636         * net/net-utils.el (dig): Use with-no-warnings.
3638         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3639         (sc-recite-frame-alist, sc-default-cite-frame)
3640         (sc-default-uncite-frame, sc-default-recite-frame)
3641         (sc-attrib-selection-list, sc-rewrite-header-list):
3642         Mark as risky-local-variable.
3644         * international/ogonek.el (ogonek-jak, ogonek-how):
3645         Don't use beginning-of-buffer.
3647         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3649         * calendar/solar.el (solar-data-list): Move definition up.
3651         * dnd.el (dnd-protocol-alist): Add autoload.
3653         * progmodes/sh-script.el: Many doc usage fixes.
3654         (sh-indent-after-do): Change default to match common styles.
3656 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
3658         * files.el (interpreter-mode-alist)
3659         (auto-mode-interpreter-regexp): Doc fixes.
3661 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
3663         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3665         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3667 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3669         * dired.el (dired-mode): make-variable-buffer-local =>
3670         make-local-variable.
3672 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3674         * term/mac-win.el (mac-select-convert-to-string): Try coding
3675         systems in mac-script-code-coding-systems if specified one cannot
3676         encode string for `com.apple.traditional-mac-plain-text'.
3678 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
3680         * progmodes/make-mode.el (makefile-targets-face)
3681         (makefile-shell-face, makefile-makepp-perl-face): New faces.
3682         (makefile-dependency-regex): Fix it to not make the colon in
3683         $(var:a=b) special.
3684         (makefile-rule-action-regex): New regexp for highlighting embedded
3685         Shell strings.
3686         (makefile-macroassign-regex): Handle != for highlighting as
3687         embedded Shell strings.
3688         (makefile-var-use-regex): New const.
3689         (makefile-statements, makefile-automake-statements)
3690         (makefile-gmake-statements, makefile-makepp-statements)
3691         (makefile-bsdmake-statements): New consts.
3692         (makefile-make-font-lock-keywords): New function.
3693         (makefile-automake-font-lock-keywords)
3694         (makefile-gmake-font-lock-keywords)
3695         (makefile-makepp-font-lock-keywords)
3696         (makefile-bsdmake-font-lock-keywords): New consts.
3697         (makefile-mode-map): Add switchers between the various submodes.
3698         (makefile-mode): Document the availability of the variants.
3699         (makefile-automake-mode, makefile-gmake-mode)
3700         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3702         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3703         new variants of makefile-mode.
3705 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * font-lock.el (font-lock-comment-delimiter-face): Fix up
3708         the inheritance.
3710 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
3712         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3713         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3715         * files.el (normal-mode): Extend the scope of the
3716         `enable-local-variables' binding to include the `set-auto-mode' call.
3717         (magic-mode-alist): Doc fix.
3719 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3722         font-lock-comment-face rather than copying its setting.
3724 2005-05-12  Andreas Schwab  <schwab@suse.de>
3726         * eshell/esh-mode.el (eshell-send-input): Doc fix.
3728 2005-05-12  Lute Kamstra  <lute@gnu.org>
3730         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3731         defcustom for the mode hook variable.  Delete the last argument.
3732         * generic-x.el: Fix callers of define-generic-mode.
3733         (generic-x-modes): Delete group.
3734         (show-tabs-tab-face, show-tabs-space-face): Put them in the
3735         generic-x customization group.
3737 2005-05-12  Kim F. Storm  <storm@cua.dk>
3739         * font-lock.el (font-lock-negation-char-face): Default to "off".
3741         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3742         font-lock-negation-char-face to ! in !=.
3744 2005-05-12  Masatake YAMATO  <jet@gyve.org>
3746         * add-log.el (find-change-log): Fix typos in the docstring
3747         of function.
3749 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3751         * international/latexenc.el (latexenc-find-file-coding-system):
3752         Avoid `re-search-forward' when looking for input encoding because
3753         of speed and safety.  Better regular expressions for recognizing
3754         input encoding.  Limit a search for TeX-master/tex-main-file to
3755         the local variable section.
3757 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
3759         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3760         syntax of $ to "'" (quote).
3762 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3764         * dnd.el (dnd-protocol-alist): Improve custom type.
3766         * dired.el (dired-dnd-protocol-alist): New variable.
3767         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
3768         `dired-mode-hook' to the end.
3770 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3773         comment-end if comment-start-skip is not set.
3774         Obey the font-lock-comment-delimiter-face variables.
3776 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3778         * files.el (executable-find): Move from executable.el.  Use locate-file.
3779         * progmodes/executable.el (executable-find): Move to files.el.
3781         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3782         when trying to ensure forward progress.
3784 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
3786         * mouse-sel.el (mouse-sel-follow-link-p): New function.
3787         (mouse-select, mouse-select-internal, mouse-extend-internal):
3788         Use it to implement mouse-1-click-follows-link functionality.
3790 2005-05-11  Richard M. Stallman  <rms@gnu.org>
3792         * font-lock.el (font-lock-fontify-syntactically-region):
3793         Use font-lock-comment-delimiter-face for comment delimiters.
3795 2005-05-10  Jay Belanger  <belanger@truman.edu>
3797         * calc/calc-help.el (calc-m-prefix-help): Add mention of
3798         preserving embedded modes.
3800 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3802         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3804         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3805         Move from ada-stmt.el.
3806         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3808         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3809         Move to ada-mode.el.
3810         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3812         * cus-edit.el (custom-file): Call file-chase-links.
3814         * files.el (read-directory-name): Fix previous change.
3815         (hack-local-variables-confirm): New function.
3816         (hack-local-variables-prop-line, hack-local-variables)
3817         (hack-one-local-variable): Use it.
3819 2005-05-10  Lute Kamstra  <lute@gnu.org>
3821         * font-lock.el (font-lock-keywords-alist)
3822         (font-lock-removed-keywords-alist): Clarify docstrings.
3824 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
3826         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3827         (gdb-source-info): Check for preprocessor info.
3828         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
3829         a macro for a function.
3830         (gdb-info-breakpoints-custom): Try to find file again if not already
3831         found (user might have used GDB dir command).
3832         (gdb-get-location): Update gdb-location-alist correctly for change
3833         to gdb-info-breakpoints-custom.
3835         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3836         (gud-tooltip-print-command): Add gdbmi case.
3837         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3838         preprocessor info.
3840 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
3842         * startup.el (fancy-splash-insert): Fix typo in doc string.
3844 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
3846         * obsolete/float.el (string-to-float):
3847         * obsolete/hilit19.el (hilit-add-pattern):
3848         * obsolete/rnews.el (news-parse-range, news-select-message)
3849         (news-get-pruned-list-of-files): Replace `string-to-int' by
3850         `string-to-number'.
3852         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3853         `find-file-not-found-hooks'; use `add-hook'.
3854         (uncompress-while-visiting): Set `write-file-functions', not
3855         `write-file-hooks'; use `add-hook'.
3857 2005-05-09  Kim F. Storm  <storm@cua.dk>
3859         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3860         (cua-paste): Handle clipboard action.
3861         (cua--init-keymaps): Remap clipboard-kill-region and
3862         clipboard-kill-ring-save.
3864 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
3866         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3867         Improve commentary.
3869         * simple.el (next-error-overlay-arrow-position): Revert the change
3870         made on 2005-04-30.
3872 2005-05-07  Jay Belanger  <belanger@truman.edu>
3874         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3875         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3876         `calc-sel-reselect'.
3878         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3879         Calc is in embedded mode.
3881 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
3883         * progmodes/compile.el (compilation-setup):
3884         Set overlay-arrow-string to an empty string on text terminals.
3886         * textmodes/ispell.el (ispell-program-name): Try looking for
3887         "aspell" along exec-path, and if found, use it as the default
3888         speller program.
3890 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
3892         * international/mule.el (sgml-xml-auto-coding-function):
3893         Recognize encoding='FOO' in single quotes as well as in double quotes.
3895 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3897         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3898         as well as `interactive', so that defmacro* would recognize
3899         `declare' forms.
3901 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
3903         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3904         Explain more about the LIGHTER arg's usage in the doc string.
3905         Add commentary to clarify what the code does.  Fix the regexp that
3906         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
3907         since it could have characters special to regular expressions.
3909 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
3911         * replace.el (occur-1): Bind inhibit-read-only so that
3912         erase-buffer doesn't barf on read-only text properties (likewise
3913         for add-text-properties in occur-engine).  Mark buffer as unmodified.
3914         (occur-engine): Don't set buffer-read-only here.
3916 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3919         list-buffers-directory.  This caused the *cvs-commit* buffer to be
3920         sometimes mistakenly reused as a *cvs* buffer.
3922 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
3924         * tooltip.el: Move code for GUD tooltips into gud.el.
3925         (require): CL no longer needed to compile case.
3926         (tooltip-mode): Do not toggle functions for GUD tooltips.
3927         (tooltip-gud-tips-p): Remove.  Replace with minor mode
3928         gud-tooltip-mode in gud.el.
3929         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3930         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3931         tooltip-gud prefix with gud-tooltip and obsolete.
3932         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3933         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3934         (tooltip-mouse-motion): Mouse movement functions/variable.
3935         Rename in gud.el by adding gud prefix.
3936         (tooltip-gud-original-filter, tooltip-gud-dereference)
3937         (tooltip-gud-event, tooltip-toggle-gud-tips)
3938         (tooltip-gud-process-output, tooltip-gud-print-command)
3939         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
3940         gud.el by replacing tooltip-gud prefix with gud-tooltip.
3941         (gdb-tooltip-print): Move to gdb-ui.el.
3943         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3944         (require): CL needed to compile case.
3945         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
3946         tooltip-gud-tips-p.  Make it a minor-mode.
3947         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3948         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3949         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3950         (gud-tooltip-change-major-mode)
3951         (gud-tooltip-activate-mouse-motions-if-enabled)
3952         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3953         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3954         (gud-tooltip-original-filter, gud-tooltip-dereference)
3955         (gud-tooltip-event, tooltip-toggle-gud-tips)
3956         (gud-tooltip-process-output, gud-tooltip-print-command)
3957         (gud-tooltip-tips): Move from tooltip.el.
3959         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3960         (gdb-cpp-define-alist-flags): Doc fix.
3961         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3962         gud-tooltip-mode is t.
3964 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3966         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3967         evaporate if their text is deleted.
3968         (goto-address-at-point): Make it work as a mouse binding as well.
3969         (goto-address-at-mouse): Obsolete it.  Update users.
3971 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3973         * calendar/appt.el (top-level): No longer activate on load.
3975 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
3977         * calendar/cal-bahai.el (mark-bahai-diary-entries):
3978         * net/webjump.el (webjump):
3979         * progmodes/idlw-help.el (idlwave-do-context-help1)
3980         (idlwave-highlight-linked-completions):
3981         * textmodes/po.el (po-find-file-coding-system-guts):
3982         Replace `assoc-ignore-case' by `assoc-string'.
3984 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
3986         * files.el (locate-file): Doc fix.
3988         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3989         Remove the redundant test for ms-dos.
3991         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3992         look for the preprocessor with exec-suffixes.  If not found in
3993         standard places, look in exec-path.  Remove most of the tests that
3994         used system-type.
3996         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3998         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4000         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4001         file-name clash with jka-compr.el on 8+3 filesystems.
4003 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4005         * term/mac-win.el: Don't define or bind scroll bar functions if
4006         x-toolkit-scroll-bars is t.
4007         (x-select-text, x-get-selection-value):
4008         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4009         (PRIMARY): Put mac-scrap-name property.
4010         (mac-select-convert-to-file-url): New function.
4011         (public.file-url): New selection target type.  Add to
4012         selection-converter-alist.
4013         (x-get-selection, x-selection-value): Handle it.
4014         (x-cut-buffer-or-selection-value): New alias.
4016 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4018         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4019         entry to avoid calling bibtex-find-entry with arg global
4020         being t.  Remove arg key.
4021         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4022         (bibtex-copy-summary-as-kill): Change accordingly.
4024 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4026         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4027         (org-agenda-date-later): Use with-current-buffer.
4029 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4031         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4032         (define-obsolete-variable-alias): Doc Fixes.
4034 2005-05-06  Kim F. Storm  <storm@cua.dk>
4036         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
4037         vertical-motion when selective-display is active.
4039         * ido.el (ido-setup-hook): New hook.
4040         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4041         (ido-input-stack): New var.
4042         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
4043         ido-next-work-file binding to M-O.
4044         Bind M-f to ido-wide-find-file-or-pop-dir.
4045         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4046         (ido-read-internal): Run ido-setup-hook.
4047         Catch quit in read-file-name and read-string to cancel edit.
4048         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4049         Automatically pop-all when completing a directory name (RET).
4050         (ido-file-internal): Add with-no-warnings around ffap and dired code.
4051         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4052         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4053         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4054         New functions for M-b/M-f to move among the directory components.
4055         (ido-make-merged-file-list): Catch quit to cancel merge.
4056         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4057         (ido-completion-help): No warnings for ido-completion-buffer-full.
4059 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
4061         * font-lock.el (font-lock-negation-char-face): New face and variable.
4062         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4063         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4064         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4065         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4067 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
4069         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4070         Fix typo in docstring.
4072         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4073         (ebrowse-print-statistics-line)
4074         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4076         * term/w32-win.el (image-library-alist): Add additional name for
4077         Xpm library.
4079 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
4081         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4082         use gcc instead of cpp.
4084         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4085         (gdb-create-define-alist): Use it.
4086         (gdb-cpp-define-alist-program): Update for MS-DOS.
4088 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
4090         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4092 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4094         * help.el (describe-key): No error when UNTRANSLATED is nil.
4096         * simple.el (line-move-1): Fix previous change to signal errors
4097         appropriately.
4099 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
4101         * calendar/icalendar.el (icalendar-version): Now at 0.12.
4102         (icalendar-duration-correction): Remove.
4103         (icalendar--get-event-properties): Split result at commas.
4104         (icalendar--decode-isoduration): New optional argument
4105         DURATION-CORRECTION.
4106         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4107         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4108         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4109         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4110         (icalendar--convert-anniversary-to-ical): New functions, extracted
4111         from icalendar-export-region, with bug fixes.
4112         (icalendar-export-region): Use the above functions.
4113         (icalendar-import-buffer): Check before saving diary file.
4114         (icalendar--convert-recurring-to-diary)
4115         (icalendar--convert-non-recurring-all-day-to-diary)
4116         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4117         extracted from icalendar--convert-ical-to-diary, with bug fixes.
4118         (icalendar--convert-ical-to-diary): Use the above functions.
4120 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
4122         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4123         Remove these recent additions.
4124         (c-mode): Restore to before 2005-04-28.
4126         * progmodes/cc-vars.el (cc-define-list-program): Remove this
4127         recent addition.
4129         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4130         (gdb-define-alist): New variables.
4131         (gdb-create-define-alist): New function.
4132         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4133         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4134         with string-to-number.
4135         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
4137         * progmodes/gud.el: Replace string-to-int with string-to-number.
4138         (gud-find-file): Handle gdb-define-alist.
4140         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4142 2005-05-02  Jay Belanger  <belanger@truman.edu>
4144         * calc/calc-aent.el (math-read-token):
4145         * calc/calc-bin.el (calc-word-size):
4146         * calc/calc-ext.el (calc-read-number-fancy):
4147         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4148         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4149         * calc/calc-frac.el (calc-over-notation):
4150         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4151         (calc-graph-num-points, calc-graph-init):
4152         * calc/calc-prog.el (calc-read-parse-table-part)
4153         (calc-edit-macro-repeats):
4154         * calc/calc-yank.el (calc-do-grab-rectangle):
4155         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4156         Replace `string-to-int' by `string-to-number'.
4158 2005-05-02  Kim F. Storm  <storm@cua.dk>
4160         * kmacro.el: Use executing-kbd-macro-index variable.
4162 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
4164         * net/rlogin.el (rlogin-parse-words): Delete func.
4165         (rlogin): Use split-string, not rlogin-parse-words.
4166         Also, if there are option-like elements in the parsed args,
4167         take the host to be the first arg immediately following them.
4168         Suggested by Michael Mauger.
4170 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4172         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4174 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4176         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4177         (cc-mode-cpp-program): Rename to cc-define-list-program and
4178         move to cc-vars.el.
4180         * progmodes/cc-vars.el (cc-define-list-program):
4181         Change to "gcc -E -dM -".  Make customizable.
4183 2005-05-02  Kim F. Storm  <storm@cua.dk>
4185         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4187 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4189         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4191         * international/mule-util.el (truncate-string): Remove alias and
4192         obsolete declaration.
4194         * international/mule-cmds.el (update-iso-coding-systems):
4195         Remove alias and obsolete declaration.
4197         * international/mule.el (coding-system-parent): Remove alias and
4198         obsolete declaration.
4200         * subr.el (define-function, sref): Remove aliases and obsolete
4201         declarations.
4202         (chars-in-region): Remove obsolete declaration.
4204 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4206         * info.el (Info-mode): Set widen-automatically to nil, locally.
4208         * simple.el (widen-automatically): New variable.
4209         (pop-global-mark): Obey widen-automatically.
4211 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4213         * term/xterm.el (function-key-map): Call substitute-key-definition
4214         before the keymap size is increased by a lot of define-key calls.
4216 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4218         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4219         Rename ARG to ELEMENT.  Doc fix.
4221 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4223         * allout.el (allout-exposure): Remove macro and obsolete declaration.
4224         Remove references to allout-exposure/change to allout-new-exposure.
4226         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4227         bytecode symbols.
4229         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4230         (compiled-function-p, focus-frame, unfocus-frame):
4231         Remove aliases and obsolete declarations.
4232         Back out inadvertent changes from previous commit.
4234 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4236         * files.el (require-final-newline): Make Custom tags consistent
4237         with mode-require-final-newline.
4238         (mode-require-final-newline): Doc fix.
4240 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
4242         * international/latexenc.el (latexenc-find-file-coding-system):
4243         Fix regular expressions.
4245 2005-05-01  David Kastrup <dak@gnu.org>
4247         * international/latexenc.el (latexenc-find-file-coding-system):
4248         Fix regular expressions.
4250 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4252         * subr.el (string-to-int): Make obsolete.
4254 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4256         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4258         * loadup.el: load jka-comp-hook.
4260         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4261         (jka-compr-handler): Add autoload.  `put' calls moved
4262         to jka-comp-hook.el.
4263         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4264         (jka-compr-inhibit): Autoload.
4266         * jka-comp-hook.el: New file.
4267         Enable the mode by default.
4269         * files.el (backup-buffer-copy): Use copy-file instead
4270         of write-region, and put back the 'excl.
4272 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
4274         * progmodes/flymake.el (flymake-split-string)
4275         (flymake-split-string, flymake-log, flymake-pid-to-names)
4276         (flymake-reg-names, flymake-get-source-buffer-name)
4277         (flymake-unreg-names, flymake-add-line-err-info)
4278         (flymake-add-err-info): Clarify docstrings.
4279         (flymake-popup-menu, flymake-make-emacs-menu)
4280         (flymake-make-xemacs-menu): Add docstrings.
4281         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4282         Set variables directly throughout.
4284 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
4286         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4287         exists.  Initialize cc-define-alist.
4288         (c-mode): Add cc-create-define-alist locally to after-save-hook.
4289         If there is no file (Macroexpansion) don't create an alist.
4291 2005-04-29  Sam Steingold  <sds@gnu.org>
4293         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4294         (cc-create-define-alist): Use it instead of the hard-coded string.
4296 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * international/mule-conf.el (file-coding-system-alist): Fix regexp
4299         for latexenc.
4301 2005-04-29  Lute Kamstra  <lute@gnu.org>
4303         * emacs-lisp/generic.el: Improve commentary section.
4304         (define-generic-mode): Improve docstring.
4306 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
4308         * textmodes/org.el (many places): Change to quiet the byte compiler.
4309         (org-prefix-format-compiled): New variable.
4310         (org-compile-prefix-format): New function.
4311         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4312         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4313         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4314         (org-get-entries-from-diary): Use `org-get-time-of-day' for
4315         consistency with entries from `org-mode' files.
4316         (org-get-time-of-day): Fix bug with partial matches early in a line.
4317         (org-non-link-chars): New constant.
4318         (org-link-regexp): Respect `org-non-link-chars'.
4319         (org-agenda-day-view): Remove command.
4320         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4321         (org-follow-bbdb-link, org-store-link): Search also company field.
4322         (org-highlight-overlay): New variable.
4323         (org-highlight, org-unhighlight): New functions.
4324         (org-agenda-mode): Add pre-command-hook to remove highlight.
4325         (org-evaluate-time-range): Behavior depends upon whether time stamp
4326         contains a time or not.
4327         (org-show-subtree, org-show-entry): New functions.
4328         (org-agenda-cleanup-fancy-diary): Remove empty lines.
4330 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
4332         * comint.el (comint-output-filter-functions): Add autoload cookie.
4334 2005-04-28  Kim F. Storm  <storm@cua.dk>
4336         * ido.el (ido-everywhere): Fix last change.
4338 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4340         * international/latexenc.el: New file.
4341         * international/mule-conf.el (file-coding-system-alist): For .tex,
4342         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4344 2005-04-28  Lute Kamstra  <lute@gnu.org>
4346         * font-lock.el (font-lock-add-keywords)
4347         (font-lock-remove-keywords): Clarify docstring.
4348         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4349         Don't start docstrings with a `*'.
4350         (font-lock-update-removed-keyword-alist): Give it a docstring.
4352         * generic-x.el: Update commentary section.
4353         Only require font-lock when compiling.
4354         Define all modes conditionally.
4355         Place all generic modes in the generic-x-modes customization group.
4356         (generic-x-modes): New customization group.
4357         (generic-default-modes, generic-mswindows-modes)
4358         (generic-unix-modes, generic-other-modes): New constants.
4359         (generic-define-mswindows-modes, generic-define-unix-modes):
4360         Update docstrings.  Make them obsolete.
4361         (generic-extras-enable-list): New default value.  Update docstring.
4362         Improve :type.  Change :set function.
4363         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4364         Fix docstring.
4366         * emacs-lisp/generic.el (generic-mode-internal):
4367         Simplify font-lock-defaults.
4368         (define-generic-mode): Fix docstring.
4370 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4373         font-lock-face property to highlight matches.
4375 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
4377         * progmodes/cc-mode.el (cc-create-define-alist): New function.
4378         (cc-define-alist): New variable.
4379         (c-mode): Make it local and initialize it.
4381         * progmodes/gdb-ui.el (gdb-active-process): New variable.
4382         (gdb-exited): New function.
4383         (gdb-annotation-rules): Use it.
4384         (gdb-starting): Set gdb-active-process to t.
4385         (gdb-stopping): Amend doc string.
4386         (gdb-reset): Set gdb-active-process to nil.
4388         * tooltip.el (tooltip-gud-tips): Show the associated #define
4389         directives when a C program under GDB is not executing.
4391 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4394         font-lock-fontify-syntactic-keywords.
4396         * font-lock.el (font-lock-default-fontify-region): Don't force
4397         parse-sexp-lookup-properties to nil.
4399 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4401         * man.el (man-mode-syntax-table): Set up `:' to have
4402         word-constituent syntax.
4404 2005-04-27  Lute Kamstra  <lute@gnu.org>
4406         * novice.el (disable-command): Don't add spurious newlines to the
4407         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
4409 2005-04-26  Jay Belanger  <belanger@truman.edu>
4411         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4412         than one window before deleting window.
4414 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
4416         * shell.el (shell-prompt-pattern): Doc fix.
4417         (shell-mode): Set paragraph-separate buffer locally to "\\'".
4419         * comint.el (comint-prompt-regexp, comint-get-old-input)
4420         (comint-use-prompt-regexp)
4421         (comint-use-prompt-regexp-instead-of-fields)
4422         (comint-replace-by-expanded-history, comint-send-input)
4423         (comint-output-filter, comint-get-old-input-default)
4424         (comint-line-beginning-position, comint-bol, comint-show-output)
4425         (comint-backward-matching-input, comint-forward-matching-input)
4426         (comint-next-prompt, comint-previous-prompt):
4427         Rename `comint-use-prompt-regexp-instead-of-fields' to
4428         `comint-use-prompt-regexp'.  Keep old name as alias and declare
4429         obsolete.
4430         (comint-use-prompt-regexp): Shorten first line of doc string.
4432         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4433         Set paragraph-separate buffer locally to "\\'".
4435         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4436         Adapt to above name change.
4438         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4439         (smbclient-prompt-regexp): Ditto.
4441         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4443 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
4445         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4446         gdb-location-list.
4447         Break lines that are over 80 characters wide.
4449 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4452         New fun and var, to preserve compatibility.
4454         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4456 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
4458         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4459         name to file-newer-than-file-p.
4461 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4463         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4465         * progmodes/python.el (python-mode):
4466         Use new name eldoc-documentation-function.
4468         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4470         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4471         (eldoc-documentation-function):
4472         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
4474 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
4476         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4478 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4480         * term/xterm.el (function-key-map): Fix strings for
4481         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
4482         {C,S,A,C-S}-{f1-f12}.
4484 2005-04-26  Kenichi Handa  <handa@m17n.org>
4486         * international/mule-cmds.el (select-safe-coding-system):
4487         Fix previous change.
4489 2005-04-26  Lute Kamstra  <lute@gnu.org>
4491         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4493         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4494         (font-lock-comment-delimiter-face): Ditto.
4496         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4498 2005-04-25  Jay Belanger  <belanger@truman.edu>
4500         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4501         to t while inserting information; use help-mode.
4503 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4505         * term.el (ansi-term-color-vector): Use the xterm colors.
4506         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
4508 2005-04-25  Lute Kamstra  <lute@gnu.org>
4510         * font-core.el (font-lock-defaults): Fix docstring.
4512         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4514 2005-04-25  Kenichi Handa  <handa@m17n.org>
4516         * international/mule-cmds.el (select-safe-coding-system):
4517         Don't check consistency with coding: spec, etc if raw-text or
4518         no-conversion was found to be safe.
4520 2005-04-24  Richard M. Stallman  <rms@gnu.org>
4522         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4523         citation markers at start of each line.
4525         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4526         citation markers at start of each line.
4528         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4530         * files.el (mode-require-final-newline): Fix previous change.
4531         (require-final-newline): Fix type label.
4533 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4535         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4536         statement in buffer (broken by 2004-11-24 change).
4538 2005-04-24  Kim F. Storm  <storm@cua.dk>
4540         * ido.el (ido-everywhere): Save and restore old read-buffer-function
4541         and read-file-name-function values.  Don't overwrite existing
4542         non-nil values if ido-mode is enabled without ido-everywhere.
4544 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
4546         * files.el (mode-require-final-newline): Minor doc fix.
4548 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4550         * subr.el (syntax-after): Doc fix.
4551         (syntax-class): If argument is nil, return nil.  Mask off upper 16
4552         bits, not 8 bits.
4554         * files.el (mode-require-final-newline): Doc fix.
4555         (backup-buffer-copy): Fix last change.
4557 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4559         * term/mac-win.el: Require select.  Set selection-coding-system to
4560         mac-system-coding-system.  Call menu-bar-enable-clipboard.
4561         (x-last-selected-text-clipboard, x-last-selected-text-primary)
4562         (x-select-enable-clipboard): New variables.
4563         (x-select-text, x-get-selection, x-selection-value)
4564         (x-get-selection-value, mac-select-convert-to-string)
4565         (mac-services-open-file, mac-services-open-selection)
4566         (mac-services-insert-text): New functions.
4567         (CLIPBOARD, FIND): Put mac-scrap-name property.
4568         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4569         (public.tiff): Put mac-ostype property.
4570         (selection-converter-alist): Add entries for them.
4571         (mac-application-menu-map): New keymap.
4572         (interprogram-cut-function, interprogram-paste-function): Set to
4573         x-select-text and x-get-selection-value, respectively.
4574         (split-window-keep-point): Set to t.
4576 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4578         * files.el (read-directory-name): Always pass non-nil
4579         DEFAULT-FILENAME arg to read-file-name.
4580         (backup-buffer-copy, basic-save-buffer-2): Take care against
4581         writing thru an unexpected existing symlink.
4582         (revert-buffer): In indirect buffer, revert the base buffer.
4583         (magic-mode-alist): Doc fix.
4584         (buffer-stale-function): Doc fix.
4585         (minibuffer-with-setup-hook): Avoid warning.
4586         (mode-require-final-newline): Doc and custom fix.
4588         * follow.el (follow-end-of-buffer): Use with-no-warnings.
4590         * font-lock.el (font-lock-comment-face): On terminals with few colors,
4591         use the default appearance.
4592         (font-lock-comment-delimiter-face): New face, new variable.
4594         * imenu.el (imenu--generic-function): The official position of a
4595         definition is the start of the line that BEG is in.
4597         * midnight.el (midnight-timer): Move defvar up.
4599         * mouse.el (mouse-drag-region-1): Delete some debugging code.
4601         * saveplace.el (save-place-to-alist): Use with-no-warnings.
4603         * startup.el (command-line): Use with-no-warnings.
4605         * window.el (window-size-fixed): New defvar.
4607         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4609         * mail/rmail.el (rmail-font-lock-keywords):
4610         Use font-lock-comment-delimiter-face.
4612         * mail/sendmail.el (mail-font-lock-keywords):
4613         Use font-lock-comment-delimiter-face.
4615         * progmodes/compile.el (next-error-highlight-timer): New defvar.
4617 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
4619         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4620         Specify t for LAXMATCH when matching directories.
4621         Save match data around compilation-compat-error-properties form.
4623 2005-04-23  David Kastrup  <dak@gnu.org>
4625         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4626         Mention that the autoloaded aliases should be kept for AUCTeX.
4628 2005-04-23  Andreas Schwab  <schwab@suse.de>
4630         * isearch.el (isearch-forward): Doc fix.
4632 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
4634         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4635         (jit-lock-stealth-nice): Change default value to 0.5.
4637 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4639         * abbrev.el (write-abbrev-file): Write table entries in
4640         alphabetical order by table name.
4642 2005-04-22  Kim F. Storm  <storm@cua.dk>
4644         * ido.el (ido-read-internal): Fix `list' completion.
4646 2005-04-22  Kenichi Handa  <handa@m17n.org>
4648         * recentf.el (recentf-save-file-coding-system): New variable.
4649         (recentf-save-list): Encode the file by
4650         recentf-save-file-coding-system and add coding: tag.
4652 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
4654         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4656 2005-04-21  Lute Kamstra  <lute@gnu.org>
4658         * loadhist.el (unload-feature): Don't remove a function from hooks
4659         if it is about to be restored to an autoload .  Remove functions
4660         that will become unbound from auto-mode-alist.  Simplify the code.
4662         * subr.el (assq-delete-all): New implementation that is linear,
4663         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
4664         (rassq-delete-all): New function.
4666         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4667         Add size-indication-mode.
4669 2005-04-21  Kenichi Handa  <handa@m17n.org>
4671         * international/mule-cmds.el: Add autoload for widget-value in
4672         eval-when-compile.
4674 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
4676         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4677         Add tooltip-mode.
4679         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4681 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
4683         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4684         (inferior-lisp-filter-regexp, inferior-lisp-program)
4685         (inferior-lisp-load-command, inferior-lisp-prompt)
4686         (inferior-lisp-mode-hook, lisp-source-modes)
4687         (inferior-lisp-load-hook): defvar->defcustom.
4688         (inferior-lisp-program, inferior-lisp-prompt)
4689         (inferior-lisp-load-hook): Doc fixes.
4690         (inferior-lisp-install-letter-bindings): Small change in
4691         introductory comment.
4693 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4695         * vc.el (vc-annotate-color-map): Change some colors so that text
4696         using them as foreground is readable on both white and black
4697         backgrounds.
4699 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * international/mule-conf.el (translation-table-for-input):
4702         Remove redundant declaration.
4704 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
4706         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4708         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4709         (tooltip-toggle-gud-tips): New function.
4711 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4713         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4714         right angle brackets.
4716 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
4718         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4720 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4723         Remove.  Update callers to use expand-file-name instead.
4725         * subr.el (syntax-class): New function.
4727         * simple.el (blink-matching-open): Use it.
4729         * paren.el (show-paren-function): Use it to recognize parens that are
4730         also used in 2-char comment markers.
4732 2005-04-19  Lute Kamstra  <lute@gnu.org>
4734         * loadhist.el (unload-feature): Update for new format of
4735         load-history.  Simplify the code.
4737 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4739         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4740         (mac-add-charset-info): New function.  Initialize variable
4741         mac-charset-info-alist using it.
4742         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4743         for translation.
4744         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4745         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4746         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4747         New CCL programs.
4749 2005-04-19  Kim F. Storm  <storm@cua.dk>
4751         * simple.el (next-buffer, prev-buffer, next-error)
4752         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4753         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4755         * bindings.el (next-buffer, prev-buffer, next-error)
4756         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4757         (clone-indirect-buffer-other-window): Move bindings from simple.el.
4758         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4759         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4761 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * isearch.el (isearch-edit-string): Make the search-ring available for
4764         minibuffer history commands.
4765         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4766         the default history commands now work just as well.
4767         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4769 2005-04-18  Kim F. Storm  <storm@cua.dk>
4771         * emulation/cua-base.el (cua--pre-command-handler): Add more
4772         elaborate check for shift modifier on non-window systems.
4774 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
4776         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4778 2005-04-18  Kim F. Storm  <storm@cua.dk>
4780         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4781         and make it optional.  Don't test tooltip-gud-echo-area here.
4782         (tooltip-gud-process-output, gdb-tooltip-print):
4783         Pass tooltip-gud-echo-area to tooltip-show.
4784         (tooltip-help-tips): Remove second optional arg to tooltip-show.
4786 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4788         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4789         `display-graphic-p' may not be bound yet.
4791 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
4793         * startup.el (command-line): No longer enable Xterm Mouse mode by
4794         default in terminals compatible with xterm.
4796         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4798 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
4800         * tooltip.el (tooltip-gud-echo-area): Rename from
4801         tooltip-use-echo-area.
4802         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4803         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4804         area independently of where help tooltips are displayed.
4806 2005-04-17  David Kastrup  <dak@gnu.org>
4808         * cus-theme.el (custom-theme-write-variables): Quote variables
4809         where necessary.
4811 2005-04-17  Richard M. Stallman  <rms@gnu.org>
4813         * simple.el (yank-excluded-properties): Add follow-link to value.
4815         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4817         * startup.el (fancy-splash-max-time): Just 30 seconds.
4818         (fancy-splash-delay): Just 7.
4819         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4821         * loadhist.el (unload-feature): Update for new format of load-history.
4822         Simplify the code.
4824         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4825         (rmail-font-lock-keywords): Don't fontify the text of a citation.
4827         * mail/sendmail.el (mail-font-lock-keywords):
4828         Don't fontify subject text.
4829         Don't fontify the text of a citation.
4831 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
4833         * comint.el (comint-output-filter): Run comint-output-filter-functions
4834         with point where the user had it.
4836 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * international/ucs-tables.el (ucs-set-table-for-input):
4839         Disable when using unify-on-decoding.
4841 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4843         * emulation/cua-base.el (cua-global-mark-face): Add special case
4844         for displays supporting a high number of colors.
4846 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4848         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4850 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
4852         * filesets.el (filesets-add-buffer): If user supplies a name of a
4853         non-existing fileset, create a new fileset.
4855 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
4857         * textmodes/org.el (org-up-heading-all): Fix bug with
4858         `outline-up-heading-all'.
4860 2005-04-16  Andreas Schwab  <schwab@suse.de>
4862         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4863         /etc/permissions.d/* and /etc/aliases.d/*.
4865 2005-04-16  Kenichi Handa  <handa@m17n.org>
4867         * international/code-pages.el (cp-make-coding-system):
4868         Set `translation-table-for-input' property value to the symbol
4869         ucs-mule-to-mule-unicode, not to that value.
4870         (pt154): Escape guillemet by `\'.
4872 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
4874         * loadup.el: Load tooltip if x-show-tip is fboundp.
4876         * startup.el (command-line): Add comment.
4878         * tooltip.el (tooltip-mode): Specify correct standard value for
4879         Custom in init-value.
4881 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
4883         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4884         possible.
4886 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
4888         * textmodes/org.el (org-agenda-date-prompt): Rename from
4889         `org-agenda-date-today'.
4890         (org-evaluate-time-range): Insert at point instead of directly
4891         after time range.
4892         (org-first-headline-recenter, org-subtree-end-visible-p)
4893         (org-optimize-window-after-visibility-change): New functions
4894         (org-agenda-post-command-hook): Don't allow point at end of line,
4895         to make sure it always hits the text properties.
4896         (org-agenda-next-date-line, org-agenda-previous-date-line):
4897         New commands.
4898         (org-set-regexps-and-options): Category may contain white space.
4899         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4900         Improve marker positions.
4901         (org-agenda-new-marker): Argument POS made optional.
4902         (org-agenda-get-timestamps): Deadlines which are done are listed
4903         in org-done-face now.
4904         (org-agenda-get-todos, org-agenda-get-timestamps)
4905         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4906         Set `undone-face' and `done-face' properties.
4907         (org-last-todo-state-is-todo): New variable.
4908         (org-todo): Set `org-last-todo-state-is-todo'.
4909         (org-agenda-todo): Change face according to
4910         `org-last-todo-state-is-todo'.  And change other lines referring to
4911         the same entry.
4912         (org-calendar-goto-agenda): New command.
4913         (org-calendar-to-agenda-key): New option.
4914         (org-startup-folded): New allowed value `content'.
4915         (org-set-regexps-and-options): Accept new value `content' for
4916         `org-startup-folded'.
4917         (org-get-current-options): Handle new value `content' for
4918         `org-startup-folded'.
4919         (org-insert-todo-heading): New command.
4920         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4921         interactively in empty file and option
4922         `org-insert-mode-line-in-empty-file' has been set.
4923         (org-agenda-todo,org-agenda-priority): Modify to use
4924         `org-agenda-change-all-lines'.
4925         (org-warning-face): Change color on dark background
4927 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4929         * international/mule-cmds.el (set-locale-environment): On Mac OS,
4930         use preferences AppleLocale and AppleLanguages, and variable
4931         mac-system-locale for default locale.  On Mac OS Classic, use
4932         mac-system-coding-system for default coding systems.
4934         * term/mac-win.el: Don't set file-name-coding-system.
4935         Decode variables system-name, emacs-build-system, user-login-name, and
4936         user-full-name by mac-system-coding-system on Mac OS Classic.
4937         (mac-system-coding-system): New variable.
4939 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4941         * startup.el (command-line): Handle `xterm-mouse-mode' before
4942         reading init file.
4944         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4946 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4948         * progmodes/sh-script.el (sh-here-document-word): Make it a
4949         defcustom.  Doc fix.
4950         (sh-add): Bash uses $(( )) for arithmetic.
4951         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4952         (sh-maybe-here-document): Remove quotes and leading whitespace
4953         from heredoc word when closing.  Indent heredoc with tabs if word
4954         starts with "-".
4956 2005-04-13  Richard M. Stallman  <rms@gnu.org>
4958         * simple.el (undo): Fix previous change.
4960         * custom.el (defface): Doc fix.
4962 2005-04-13  Lute Kamstra  <lute@gnu.org>
4964         * Makefile.in (DONTCOMPILE): Remove list.
4965         (compile, compile-always): Don't use DONTCOMPILE.
4966         (update-authors): Load the library in which batch-update-authors
4967         is defined.
4968         * makefile.w32-in (DONTCOMPILE): Remove list.
4969         (compile, compile-always): Fix comments.
4970         (update-authors): Load the library in which batch-update-authors
4971         is defined.
4973         * generic-x.el (generic-mode-ini-file-find-file-hook):
4974         Rename to ini-generic-mode-find-file-hook.
4975         Keep generic-mode-ini-file-find-file-hook as an alias.
4976         (ini-generic-mode-find-file-hook): Rename from
4977         generic-mode-ini-file-find-file-hook.  Fix docstring.
4978         (ini-generic-mode): Docstring change.
4979         (bat-generic-mode-run-as-comint): Silence the byte compiler.
4981         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4982         called from lisp.
4984         * generic.el: Move to the emacs-lisp subdir.
4986 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
4988         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4989         and C-S- function and cursor motion keys.
4991 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
4993         * startup.el (command-line): Enable Xterm Mouse mode by default.
4994         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4995         for Custom.  No longer show "Mouse" in mode line when enabled.
4996         Doc fix.
4998 2005-04-12  Kim F. Storm  <storm@cua.dk>
5000         * emulation/cua-base.el (cua-rectangle-face)
5001         (cua-rectangle-noselect-face): Define face attributes here.
5003         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5005 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5007         * startup.el (command-line): Turn off blinking cursor if
5008         cursorBlink in resources is off or false.
5010 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5012         * term/mac-win.el (dnd): Require dnd.
5013         (mac-drag-n-drop): Call dnd-handle-one-url.
5014         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5015         (kTextEncodingISOLatin2): Remove constants.
5016         (mac-script-code-coding-systems): New constant.
5017         (mac-handle-language-change): New function.
5018         (special-event-map): Bind it to `language-change' event.
5019         (mac-centraleurroman, mac-cyrillic): New coding systems.
5020         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5021         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5022         and mac-cyrillic-encoder to encode-mac-centraleurroman and
5023         encode-mac-cyrillic, respectively.
5025 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5027         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5028         Don't set overlay-arrow-string to "=>" as this is done
5029         globally in C now.
5031 2005-04-12  Lute Kamstra  <lute@gnu.org>
5033         * generic-x.el (rc-generic-mode, rul-generic-mode):
5034         Fix auto-mode-alist entries.
5035         (etc-fstab-generic-mode): Tweak fontification.
5037         * generic.el (generic-make-keywords-list): Fix docstring.
5038         (generic-mode-internal): Simplify generic-font-lock-keywords.
5040 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5042         * whitespace.el (whitespace-buffer-leading)
5043         (whitespace-buffer-trailing): Revert the incorrect test inversion.
5044         However, fix the highlight area for the leading and
5045         trailing whitespaces to show space.
5047 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5049         * whitespace.el (whitespace-version): Bump to 3.5
5051         (whitespace-buffer-leading, whitespace-buffer-trailing):
5052         Invert sense of the test to highlight the whitespace.
5054 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5056         * progmodes/gud.el (gud-display-line): GUD uses its own
5057         overlay arrow now so don't set overlay-arrow-string.
5058         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5060 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5062         * term.el (term-ansi-current-bold, term-ansi-current-underline)
5063         (term-ansi-current-reverse, term-ansi-current-invisible)
5064         (term-ansi-face-already-done): Change to boolean.
5065         (term-reset-terminal, term-handle-colors-array): Handle the above
5066         vars accordingly.
5067         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5068         (term-emulate-terminal): Use the new name.
5070         * faces.el (secondary-selection): Use yellow1, not yellow.
5071         (trailing-whitespace): Use red1, not red.
5073 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5075         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5076         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5077         (dired-dnd-handle-file): Call dnd-get-local-file-uri
5079         * cus-edit.el (dnd): New group.
5081         * term/w32-win.el (dnd): Require dnd
5082         (w32-drag-n-drop): Call dnd-handle-one-url.
5084         * x-dnd.el: Require dnd.
5085         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5086         Call dnd-handle-one-url.
5087         (x-dnd-types-alist, x-dnd-insert-utf8-text)
5088         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5089         to dnd-insert-text.
5090         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5091         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5092         (x-dnd-get-local-file-name, x-dnd-open-local-file)
5093         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5095         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5097 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5099         * wdired.el: Doc fixes.
5100         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5101         (wdired-use-dired-vertical-movement): Rename from
5102         wdired-always-move-to-filename-beginning.
5103         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5104         (wdired-change-to-wdired-mode): Change mode name.
5105         (wdired-newline): Delete.
5107 2005-04-11  Richard M. Stallman  <rms@gnu.org>
5109         * whitespace.el (whitespace-highlight-the-space):
5110         Don't call whitespace-unhighlight-the-space here.
5112         * simple.el (undo): Record t in undo-equiv-table
5113         for the redo record made by an undo-in-region.
5115 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5117         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5118         (gdb-frame-inferior-io-buffer): New Functions to control
5119         display of separate IO buffer.
5120         (menu): Add them to menu-bar.
5121         (gdb-display-buffer): Check for buffer another frame.
5122         Protect GUD buffer.
5123         (gdb-setup-windows): Create IO buffer if not already there.
5124         (gdb-memory-mode): Remove purecopy noops.
5126 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5128         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5129         and pass to self-insert-command.
5131 2005-04-11  Lute Kamstra  <lute@gnu.org>
5133         * generic.el: Commentary section cleanup.
5134         (generic): Delete.
5135         (generic-use-find-file-hook, generic-lines-to-scan)
5136         (generic-find-file-regexp, generic-ignore-files-regexp)
5137         (default-generic-mode, generic-mode-find-file-hook)
5138         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5139         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
5140         (generic-use-find-file-hook, generic-lines-to-scan)
5141         (generic-find-file-regexp, generic-ignore-files-regexp)
5142         (default-generic-mode, generic-mode-find-file-hook)
5143         (generic-mode-ini-file-find-file-hook): Move from generic.el.
5145 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
5147         * bookmark.el (bookmark-write-file): Catch errors writing file.
5148         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5150 2005-04-10  Richard M. Stallman  <rms@gnu.org>
5152         * startup.el (fancy-splash-tail): Update copyright year.
5153         (command-line): Split part of -Q into -D.
5154         (emacs-basic-display): New defvar.
5155         (fancy-splash-text): Correct name of menu item.
5157         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5159         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5160         lines in one node.
5162         * comint.el (comint-send-input): New arg ARTIFICIAL.
5163         Callers in this file changed.
5165         * abbrev.el (define-abbrevs): Read system abbrevs properly.
5167         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5169 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
5171         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
5172         `ldap-search-internal'.
5174 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5176         * files.el (set-auto-mode-1): Use line-end-position.
5178         * international/latin-1.el:
5179         * international/latin-2.el:
5180         * international/latin-3.el:
5181         * international/latin-4.el:
5182         * international/latin-5.el:
5183         * international/latin-8.el:
5184         * international/latin-9.el: Give punctuation syntax to NBSP.
5186         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5187         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5188         Use char-classes to accept non-ascii letters, accepted in some recent
5189         bibtex implementations.
5191 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
5193         * custom.el (custom-set-minor-mode): Any non-nil value for the
5194         variable should enable the mode when set through Custom.
5196 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5199         TAB binding so tab-always-indent is obeyed.
5200         (vhdl-minibuffer-local-map): Move initialization into declaration.
5201         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5202         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5203         (vhdl-hooked-abbrev): Avoid test for XEmacs.
5204         (vhdl-current-line): Use line-beginning-position.
5205         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5206         with-output-to-temp-buffer, so the current position can be recorded.
5208 2005-04-10  Masatake YAMATO  <jet@gyve.org>
5210         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5211         Add regexp for gcov.
5213 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5215         * calendar/time-date.el (time-to-seconds, seconds-to-time)
5216         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5217         syntax which Emacs 20 doesn't support.
5219 2005-04-09  Richard M. Stallman  <rms@gnu.org>
5221         * help.el (describe-key-briefly, describe-key):
5222         Replace strings as event types with "(any string)".
5224 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * arc-mode.el (archive-mode-map): Move initialization into
5227         the declaration.  Override *all* bindings of `undo'.
5228         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5230 2005-04-09  Jay Belanger  <belanger@truman.edu>
5232         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5234 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5236         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5237         (xterm-register-default-colors): Update color values computation
5238         to match xterm-200.
5240 2005-04-09  Kenichi Handa  <handa@m17n.org>
5242         * international/code-pages.el (iso-latin-7): Fix the map.
5244 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
5246         * emacs-lisp/lisp.el (defun-prompt-regexp)
5247         (parens-require-spaces, buffer-end, end-of-defun)
5248         (insert-parentheses): Doc fixes.
5250 2005-04-08  Kim F. Storm  <storm@cua.dk>
5252         * comint.el (comint-highlight-prompt): Fix face spec.
5253         * hi-lock.el (hi-green): Likewise.
5255 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5257         * cus-edit.el (custom-modified-face):
5258         * comint.el (comint-highlight-input): Fix previous changes.
5259         * term.el (term-handle-ansi-escape): Add a comment.
5261 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5264         in the buffer and in whitespace-highlighted-space.
5265         (whitespace-unhighlight-the-space): Simplify.
5266         (whitespace-buffer): Simplify.
5268 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5270         * textmodes/table.el (table-cell-face): Add special case for
5271         displays supporting a high number of colors.
5272         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5273         (vhdl-font-lock-reserved-words-face)
5274         (vhdl-speedbar-architecture-face)
5275         (vhdl-speedbar-instantiation-face)
5276         (vhdl-speedbar-architecture-selected-face)
5277         (vhdl-speedbar-instantiation-selected-face): Likewise.
5278         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5279         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5280         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5281         (ebrowse-root-class-face, ebrowse-member-attribute-face)
5282         (ebrowse-progress-face): Likewise.
5283         * progmodes/compile.el (compilation-info-face): Likewise.
5284         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5285         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5286         * calendar/calendar.el (diary-face): Likewise.
5287         * woman.el (woman-italic-face, woman-bold-face)
5288         (woman-unknown-face): Likewise.
5289         * wid-edit.el (widget-button-pressed-face): Likewise.
5290         * whitespace.el (whitespace-highlight-face): Likewise.
5291         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5292         * pcvs-info.el (cvs-marked-face): Likewise.
5293         * info.el (info-xref): Likewise.
5294         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5295         * hilit-chg.el (highlight-changes-face)
5296         (highlight-changes-delete-face): Likewise.
5297         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5298         (hi-red-b): Likewise.
5299         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5300         * font-lock.el (font-lock-keyword-face)
5301         (font-lock-function-name-face, font-lock-warning-face): Likewise.
5302         * cus-edit.el (custom-invalid-face, custom-modified-face)
5303         (custom-set-face, custom-changed-face, custom-variable-tag-face)
5304         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5305         * comint.el (comint-highlight-prompt): Likewise.
5307 2005-04-08  Lute Kamstra  <lute@gnu.org>
5309         * font-lock.el (font-lock-keywords): Docstring fixes.
5311 2005-04-08  Kenichi Handa  <handa@m17n.org>
5313         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5314         chars are more than a limit, print " and more..." at the tail.
5316 2005-04-08  Kim F. Storm  <storm@cua.dk>
5318         * emacs-lisp/authors.el (authors-aliases): Update list.
5319         (authors-ignored-files): New list.
5320         (authors-fixed-entries): Fix typo.
5321         (authors-renamed-files-alist): Update list.
5322         (authors-add): Check authors-ignored-files.
5324 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
5326         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5327         optional, to ensure backward compatibility.
5329 2005-04-08  Stephen Eglen  <stephen@gnu.org>
5331         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5333 2005-04-08  Kim F. Storm  <storm@cua.dk>
5335         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5337         * mouse.el (mouse-on-link-p): Doc fix.
5339 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
5341         * ielm.el (ielm-prompt-read-only): Doc fix.
5343         * comint.el (comint-prompt-read-only): Doc fix.
5345 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
5347         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5348         ensure dired always handles wildcards passed to ffap.
5349         (find-file-at-point): Use it.
5350         (ffap-dired-wildcards): Doc fix.
5352 2005-04-07  Juri Linkov  <juri@jurta.org>
5354         * simple.el (next-error-overlay-arrow-position): New defvar.
5355         Put "=>" on its property `overlay-arrow-string'.  Add it to
5356         `overlay-arrow-variable-list'.
5358         * progmodes/compile.el (compilation-setup):
5359         Set `next-error-overlay-arrow-position' to nil.  Also set it to
5360         nil in the local hook `kill-buffer-hook'.  Make local variable
5361         `overlay-arrow-string' and set it to "=>".
5362         (compilation-goto-locus): Set BOL position to
5363         `next-error-overlay-arrow-position' instead of
5364         `overlay-arrow-position'.
5366         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5367         locally instead of adding it to the global hook.
5368         (Info-kill-buffer): Move up.
5370 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5372         * term/xterm.el (xterm-standard-colors): Update color values from
5373         xterm-200.
5375 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5377         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5379         * fast-lock.el:
5380         * lazy-lock.el: Move them to the obsolete subdir.
5382 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5384         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5385         (wdired-add-replace-advice): Remove.
5386         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5388 2005-04-06  Kim F. Storm  <storm@cua.dk>
5390         * startup.el (command-line): Add --bare-bones alias for -Q.
5392 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5394         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5395         create the startup fontset if a font specification ends with
5396         `mac-roman'.
5398 2005-04-06  Lute Kamstra  <lute@gnu.org>
5400         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5401         change.
5403         * emacs-lisp/copyright.el (copyright-update-year): Replace the
5404         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
5406 2005-04-05  Lute Kamstra  <lute@gnu.org>
5408         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5409         (define-generic-mode): Ditto.  Fix debug declaration.
5411         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5412         Put them in the generic-x group.
5414         * calendar/timeclock.el (timeclock): Doc fix.
5416         * generic.el (define-generic-mode): Don't use custom-current-group.
5417         Document default :group value.
5418         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5419         (define-global-minor-mode): Don't use custom-current-group.
5421 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5423         * startup.el (command-line-1): Display startup-echo-area-message
5424         when fancy splash screen is in use.
5426         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5427         (sh-escaped-newline): New face.
5428         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5429         newline, and use sh-escaped-newline face.
5431         * progmodes/tcl.el (tcl-escaped-newline): New face.
5432         (tcl-builtin-list): New variable.
5433         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5434         newlines.  Fix keywords subexpression number.
5436 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
5438         * textmodes/org.el (org-diary-default-entry): Fix call to
5439         `add-to-diary-entry'.
5441 2005-04-05  Kim F. Storm  <storm@cua.dk>
5443         * ediff-init.el: Use (featurep 'xemacs).
5445 2005-04-05  David Ponce  <david@dponce.com>
5447         * cus-edit.el (face): Derive from symbol widget.  Display sample
5448         of the current face on the fly.
5449         (widget-face-sample-face-get, widget-face-notify): New functions.
5450         (widget-face-value-create): Remove.
5452         * wid-edit.el (widget-field-end): Temporarily remove field
5453         narrowing before to call `get-char-property'.
5455 2005-04-04  Jay Belanger  <belanger@truman.edu>
5457         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5458         (math-read-subscripts): New variable.
5459         (math-read-preprocess-string): Process subscripts.
5461 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5463         * comint.el (comint-prompt-read-only): Doc fix.
5465         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5466         `-1'.  Doc fix.
5468 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
5470         * textmodes/org.el (org-insert-mode-line-in-empty-file):
5471         Change default value to nil.
5473 2005-04-04  Lute Kamstra  <lute@gnu.org>
5475         * autorevert.el (auto-revert-mode): Specify :group.
5476         * battery.el (display-battery-mode): Specify :group.
5477         * diff-mode.el (diff-minor-mode): Specify :group.
5478         * font-core.el (font-lock-mode): Specify :group.
5479         * hl-line.el (hl-line-mode): Specify :group.
5480         * iimage.el (iimage): New customization group.
5481         (iimage-mode): Specify :group.
5482         * longlines.el (longlines-mode): Specify :group.
5483         * master.el: Don't require easy-mmode.
5484         (master): New customization group.
5485         (master-mode): Specify :group.
5486         * msb.el (msb-mode): Specify :group.
5487         * reveal.el (reveal-mode): Specify :group.
5488         * simple.el (next-error-follow-minor-mode): Specify :group.
5489         * smerge-mode.el (smerge-mode): Specify :group.
5490         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5491         * emulation/cua-base.el (cua-mode): Specify :group.
5492         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5493         * language/thai-util.el (thai-auto-composition-mode)
5494         (thai-word-mode): Specify :group.
5495         * mail/supercite.el (sc-minor-mode): Specify :group.
5496         * progmodes/cwarn.el (cwarn-mode): Specify :group.
5497         * progmodes/flymake.el (flymake-mode): Specify :group.
5498         * progmodes/glasses.el (glasses-mode): Specify :group.
5499         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5500         * textmodes/enriched.el (enriched-mode): Specify :group.
5501         * textmodes/refill.el (refill-mode): Specify :group.
5503         * add-log.el (change-log-font-lock-keywords): Names in
5504         parenthesized lists can contain spaces.
5506 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
5508         * startup.el (fancy-splash-text): Shorten default text of
5509         "Emacs Tutorial" line.  Also, if the current language env
5510         indicates an available tutorial file other than TUTORIAL,
5511         extract its title and append it to the line in parentheses.
5512         (fancy-splash-insert): If arg is a thunk, funcall it.
5514 2005-04-04  Jay Belanger  <belanger@truman.edu>
5516         * calc.el (calc-language-alist): Add tags to customization type.
5518 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
5520         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5521         Doc fix.
5523 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
5525         * add-log.el (change-log-font-lock-keywords): The manual
5526         describing a Change Log entry, says: (...) "Aside from these
5527         header lines, every line in the change log starts with a space or
5528         a tab.".  The font-lock was not highlighting lines started with
5529         spaces, added support for it.
5531 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5533         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5534         (bibtex-generate-url-list): Update docstring accordingly.  Put the
5535         complex example in the docstring.
5536         (bibtex-font-lock-url): Use pop.
5538 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5542         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5544 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5546         * filesets.el (filesets-set-default): Doc fix.
5548 2005-04-03  Lute Kamstra  <lute@gnu.org>
5550         * generic.el (define-generic-mode): Add argument to specify
5551         keywords for defcustom.
5552         (default-generic-mode): Specify :group.
5554         * generic-x.el: Specify :group for all generic modes.
5556         * desktop.el (desktop-no-desktop-file-hook)
5557         (desktop-after-read-hook): Doc fix.
5559 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
5561         * simple.el (visible-mode): Use explicit :group keyword.
5562         This changes the group of `visible-mode-hook' from paren-blinking
5563         to editing-basics.
5565 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
5567         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
5568         mailbox specifications as well as URLs.
5569         (rmail-insert-inbox-text): Remove unused conditional branches.
5571 2005-04-01  Jay Belanger  <belanger@truman.edu>
5573         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5574         (calc-gnuplot-print-command): Move definitions to calc.el.
5576         * calc/calc-embed.el (calc-embedded-announce-formula)
5577         (calc-embedded-open-formula, calc-embedded-close-formula)
5578         (calc-embedded-open-word, calc-embedded-close-word)
5579         (calc-embedded-open-plain, calc-embedded-close-plain)
5580         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5581         (calc-embedded-open-mode, calc-embedded-close-mode):
5582         Move definitions to calc.el.
5584         * calc/calc.el (calc-settings-file, calc-language-alist):
5585         Make customizable.
5586         (calc-embedded-announce-formula, calc-embedded-open-formula)
5587         (calc-embedded-close-formula, calc-embedded-open-word)
5588         (calc-embedded-close-word, calc-embedded-open-plain)
5589         (calc-embedded-close-plain, calc-embedded-open-new-formula)
5590         (calc-embedded-close-new-formula, calc-embedded-open-mode)
5591         (calc-embedded-close-mode, calc-gnuplot-name)
5592         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5593         from other files and make customizable.
5595 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5597         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5598         Use buffer-live-p.
5599         (cvs-mode-run): Don't call cvs-update-header here.
5600         (cvs-run-process): Call cvs-update-header.
5601         Use process properties for cvs-postprocess and cvs-buffer so that
5602         the sentinel can behave better if the temp buffer is killed.
5603         Use a pipe rather than a tty, to better handle unexpected prompts.
5604         (cvs-sentinel): Rewrite.  Call cvs-update-header.
5606 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
5608         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5609         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
5611 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * generic.el (define-generic-mode): Add indentation rule.
5615 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5617         * files.el (mode-require-final-newline): Make Custom correctly
5618         report a nil value and allow to set it to nil via Custom.
5619         Doc fix.
5621 2005-04-01  Kenichi Handa  <handa@m17n.org>
5623         * international/characters.el: Enable the correct case setting for
5624         dotless-i and dotted-I.
5626 2005-04-01  Kim F. Storm  <storm@cua.dk>
5628         * ido.el (ido-file-internal): Fall back to non-ido command if
5629         initial directory is on slow ftp (or tramp) host.
5631 2005-03-31  Richard M. Stallman  <rms@gnu.org>
5633         * emacs-lisp/autoload.el (make-autoload):
5634         Handle define-global-minor-mode.
5636         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5637         Rename from easy-mmode-define-global-mode.
5638         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5640         * progmodes/scheme.el (scheme-mode-syntax-table):
5641         Update syntax of | and # for two-character comment syntax.
5643 2005-03-31  Lute Kamstra  <lute@gnu.org>
5645         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5646         (define-minor-mode): Call custom-current-group at load-time.
5648         * generic.el (define-generic-mode): Add debug declaration.
5649         Add defcustom for the mode hook.
5650         (generic-mode-internal): Use run-mode-hooks.
5652 2005-03-31  Kim F. Storm  <storm@cua.dk>
5654         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5655         (mouse-fixup-help-message): New defun called by show_help_echo
5656         to fixup mouse-2 prefix in help messages when applicable.
5658         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5660 2005-03-31  Kenichi Handa  <handa@m17n.org>
5662         * language/thai-word.el (thai-find-word-ends): Pay attention to
5663         the case that we reach the end of buffer.
5665         * textmodes/fill.el (fill-text-properties-at): New function.
5666         (fill-newline): Use fill-text-properties-at instead of
5667         text-properties-at.
5669 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
5671         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5672         not comint-quote-filename.
5674 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
5676         * help-fns.el (help-with-tutorial): Revert last change.
5678 2005-03-31  Kim F. Storm  <storm@cua.dk>
5680         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5682 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5684         * calendar/cal-china.el: Update reference to "Calendrical
5685         Calculations" book; there's a new edition.
5686         * calendar/cal-coptic.el: Likewise.
5687         * calendar/cal-french.el: Likewise.
5688         * calendar/cal-hebrew.el: Likewise.
5689         * calendar/cal-islam.el: Likewise.
5690         * calendar/cal-iso.el: Likewise.
5691         * calendar/cal-julian.el: Likewise.
5692         * calendar/cal-mayan.el: Likewise.
5693         * calendar/cal-persia.el: Likewise.
5694         * calendar/calendar.el: Likewise.
5695         * calendar/holidays.el: Likewise.
5696         * calendar/lunar.el: Likewise.
5697         * calendar/solar.el: Likewise.
5699         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5700         white space from doc string.
5702 2005-03-30  Jay Belanger  <belanger@truman.edu>
5704         * calc/calc-help.el (calc-full-help): Remove email address.
5706 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
5708         * help-fns.el (help-with-tutorial): Delete title line.
5710 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5712         * calendar/cal-x.el (calendar-one-frame-setup)
5713         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5714         rather than 'symbol for set-window-dedicated-p.
5716         * calendar/appt.el (appt-buffer-name): Make it a constant.
5717         (appt-add): Doc fix.
5719         * filesets.el (filesets-menu-path, filesets-menu-before)
5720         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
5721         (filesets-menu-cache-file): Use directory ~/.emacs.d.
5722         (filesets-add-submenu): Delete and use add-submenu instead.
5724 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
5726         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5727         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5728         (org-diary-default-entry): New function.
5729         (org-get-entries-from-diary): Better parsing of diary entries.
5730         (org-agenda-check-no-diary): New function.
5731         ("diary-lib"): Advice to function `add-to-diary-list', to allow
5732         linking to diary entries.
5733         (org-agenda-execute-calendar-command): New function.
5734         (org-agenda): Improve visible section in window.
5735         Use `org-fit-agenda-window'.
5736         (org-fit-agenda-window): New option.
5737         (org-move-subtree-down): Better handling of empty lines
5738         at end of subtree.
5739         (org-cycle): Numeric prefix is interpreted now as show-subtree N
5740         levels up.
5741         (org-fontify-done-headline): New option.
5742         (org-headline-done-face): New face.
5743         (org-set-font-lock-defaults): Use `org-headline-done-face'.
5744         (org-table-copy-down): Rename from `org-table-copy-from-above'.
5745         When current field is non-empty, it is copied to next row.
5746         (org-table-copy-from-above): Fix bug which made it
5747         impossible to copy fields containing only a single non-white character.
5749 2005-03-30  Kim F. Storm  <storm@cua.dk>
5751         * kmacro.el (kmacro-end-macro): Isearch may store this command
5752         into the macro -- so ignore it when executing keyboard macro.
5754 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5756         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5758 2005-03-29  Kenichi Handa  <handa@m17n.org>
5760         * language/thai.el ("Thai"): Set setup-function and exit-function
5761         for Thai language environment.
5763         * language/thai-util.el: Require thai-word.
5764         (thai-word-mode-map): New variable.
5765         (thai-word-mode): New minor mode.
5766         (setup-thai-language-environment-internal): New function.
5767         (exit-thai-language-environment-internal): New function.
5769         * language/thai-word.el (thai-word-table): Declare it by defvar,
5770         use dolist to initialize it.
5771         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5772         (thai-fill-find-break-point): New functions.
5774 2005-03-29  Richard M. Stallman  <rms@gnu.org>
5776         * simple.el (idle-update-delay): Move definition up.
5777         (set-mark): Doc fix.
5779 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5781         * longlines.el: New file.
5783         * simple.el (buffer-substring-filters): New variable.
5784         (filter-buffer-substring): New function.
5785         (kill-region, copy-region-as-kill): Use it.
5787         * register.el (copy-to-register, append-to-register)
5788         (prepend-to-register): Use filter-buffer-substring.
5790 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5792         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5793         (gud-filter-pending-text): Move in front of gdb.
5794         (gud-overlay-arrow-position): New variable.
5795         (gud-sentinel, gud-display-line): Use it in place of
5796         overlay-arrow-position.
5798 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
5800         * progmodes/fortran.el (fortran-if-indent): Doc fix.
5801         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5802         (fortran-font-lock-keywords-4): New variable.
5803         (fortran-blocks-re, fortran-end-block-re)
5804         (fortran-start-block-re): New constants, for hideshow.
5805         (hs-special-modes-alist): Add a Fortran entry.
5806         (fortran-mode-map): Bind fortran-end-of-block,
5807         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5808         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
5809         (fortran-looking-at-if-then, fortran-end-of-block)
5810         (fortran-beginning-of-block): New functions, for hideshow.
5812         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5813         Doc fix.  Tweak regexp.
5814         (f90-beginning-of-block): Push mark first.
5816 2005-03-29  Jay Belanger  <belanger@truman.edu>
5818         * calc/calc.el: Update copyright date.
5819         (calc-version): Increase to 2.1.
5820         (calc-version-date): Remove.
5822         * calc/calc-help.el: Update copyright date.
5823         (calc-full-help): Remove reference to calc-version-date.
5824         Update copyright date.
5826 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5828         * vc.el (vc-do-command): Use a pipe for async processes, so password
5829         prompts don't show up at places where the user can't reply.
5831 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
5833         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5834         on the file name we pass to the inferior shell.
5836 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5838         * progmodes/which-func.el (which-function): Be robust in the face of an
5839         imenu--make-index-alist failure.
5841 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5843         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5845         * progmodes/python.el (python-preoutput-filter): Fix last change.
5847 2005-03-29  Lute Kamstra  <lute@gnu.org>
5849         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5850         functions and compiled macros.
5851         (debug-convert-byte-code): Handle macros too.
5852         (debug-on-entry-1): Don't signal an error when trying to clear a
5853         function that is not set to debug on entry.
5855 2005-03-29  Jay Belanger  <belanger@truman.edu>
5857         * calc/calc-lang.el: Add functions to math-function-table
5858         properties of tex and math.
5860 2005-03-29  Kenichi Handa  <handa@m17n.org>
5862         * ps-mule.el (ps-mule-plot-string): Translate characters by
5863         ps-print-translation-table.
5864         (ps-mule-begin-job): Call find-charset-region/string with
5865         ps-print-translation-table.
5866         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5868         * ps-print.el (ps-print-translation-table): New variable.
5869         (ps-plot-region): Translate characters by ps-print-translation-table.
5871 2005-03-29  Juri Linkov  <juri@jurta.org>
5873         * simple.el (next-error-highlight-timer): New variable.
5875         * progmodes/compile.el (compilation-goto-locus):
5876         Use `next-error-highlight-timer' instead of `sit-for'.
5878 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * mail/supercite.el (sc-mail-field): Use assoc-string.
5881         (sc-get-address): Simplify regexps.
5883         * files.el (minibuffer-with-setup-hook): New macro.
5884         (find-file-read-args): Use it to avoid let-binding
5885         minibuffer-with-setup-hook (which breaks turning on/off
5886         file-name-shadow-mode while in the prompt).
5888         * complete.el (PC-read-include-file-name-internal): Use test-completion.
5890 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
5892         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5894 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5896         * window.el (window-buffer-height): Use count-screen-lines.
5898         * progmodes/python.el (python-preoutput-leftover): New var.
5899         (python-preoutput-filter): Use it.
5900         (python-send-receive): Loop until all the result has been received.
5902 2005-03-28  Juri Linkov  <juri@jurta.org>
5904         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5906         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5907         "Recover Crashed Session".
5908         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5909         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5910         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5911         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5912         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5913         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5914         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5915         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5917         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5918         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5919         Ediff Sessions", "Toggle use of separate control buffer frame",
5920         "Use separate frame for Ediff control buffer".
5922         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5923         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5924         "Rename Bookmark", "Delete Bookmark".
5926         * info.el (Info-mode-menu): Remove ellipsis from "Index".
5927         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5928         Add `:active Info-index-alternatives' to "Next Matching Item".
5930         * wdired.el (wdired-change-to-wdired-mode):
5931         Mention `wdired-abort-changes' key in the initial message.
5933         * international/mule.el (auto-coding-alist): Associate non-ascii
5934         image filename extensions with `no-conversion'.
5936 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * international/iso-acc.el:
5939         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5941 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
5943         * textmodes/sgml-mode.el (html-mode): Doc update.
5945         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5947 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5949         * term.el (term-move-columns): Fix face after extending a line.
5950         (term-insert-spaces): Likewise.
5951         (term-reset-terminal): Fix off by one error.
5953 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5955         * international/mule.el (auto-coding-alist): Add .xpi files.
5957         * files.el (auto-mode-alist): Add .xpi files.
5959 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
5961         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5963 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5965         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5967 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5969         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5970         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
5972         * calendar/cal-move.el (calendar-beginning-of-year): Move the
5973         cursor to Jan 1 when needed.
5974         (calendar-end-of-year): Fix -/+ typo.
5975         Reported by Chong Yidong <cyd@stupidchicken.com>.
5977 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5981         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5982         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
5984 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5986         * filesets.el (filesets-init): Add autoload.
5988         * mail/mailalias.el (mail-directory): Doc fix.
5990 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5992         * mail/mailalias.el (mail-directory-process): Do nothing if
5993         mail-directory-process is an atom.
5994         (mail-get-names): Ignore mail-directory-names if it is an atom.
5995         (mail-directory-process defvar): Doc fix.
5996         (mail-names): Doc fix.
5998 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
6000         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6002 2005-03-26  Kenichi Handa  <handa@m17n.org>
6004         * international/mule-util.el (detect-coding-with-priority):
6005         Call update-coding-systems-internal before detect-coding-region.
6007 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
6009         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6010         (gdb-frames-mode-map): Add follow-link property.
6012 2005-03-25  Jay Belanger  <belanger@truman.edu>
6014         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6015         for variables.
6017 2005-03-25  Juri Linkov  <juri@jurta.org>
6019         * image-mode.el: Optimize image filename extension regexps in
6020         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
6021         in `auto-mode-alist'.
6022         (image-mode): Add `image-toggle-display-text' to local hook
6023         `change-major-mode-hook'.  Display the image as an image by
6024         default.  Set `cursor-type' and `truncate-lines' if the image
6025         is already displayed.  Take into account the current mode (image
6026         or text) in message.
6027         (image-minor-mode): New minor mode.
6028         (image-mode-maybe, image-toggle-display-text): New functions.
6029         (image-toggle-display): Use called-interactively-p.
6030         Let-bind `inhibit-read-only' to t.
6032         * image-mode.el (image-minor-mode): Set `cursor-type' and
6033         `truncate-lines' if the image is already displayed.  Add turning
6034         image-minor-mode off to `change-major-mode-hook'.  Add message.
6035         Call `image-toggle-display-text' after turning image-minor-mode off.
6037 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6040         Terminal.app, use utf-8.
6041         (set-display-table-and-terminal-coding-system): Add coding-system arg.
6042         (set-locale-environment): Use it.
6044         * term/xterm.el: Undo last change, better done in mule-cmds.el.
6046         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6048         * progmodes/python.el (python-close-block-statement-p)
6049         (python-outdent-p, python-current-defun): Use symbol-end.
6051 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6053         * files.el (save-some-buffers): Doc fix.
6055 2005-03-25  Werner Lemberg  <wl@gnu.org>
6057         * complete.el, thumbs.el: Replace `legal' with `valid'.
6058         * calendar/calendar.el: Replace `legal' with `valid'.
6059         * emacs-lisp/advice.el: Replace `legal' with `valid'.
6060         * mail/supercite.el: Replace `legal' with `valid'.
6061         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6062         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6063         Replace `legal' with `valid'.
6064         * textmodes/reftex-vars.el, textmodes/reftex.el:
6065         Replace `legal' with `valid'.
6067 2005-03-25  Werner Lemberg  <wl@gnu.org>
6069         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6070         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6071         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6072         * emulation/vip.el: Replace `illegal' with `invalid'.
6073         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6074         * mail/supercite.el: Replace `illegal' with `invalid'.
6075         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6076         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6077         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6078         * progmodes/sh-script.el, progmodes/xscheme.el:
6079         Replace `illegal' with `invalid'.
6080         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6081         * textmodes/reftex-index.el, textmodes/reftex-parse.el
6082         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6083         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6085 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6087         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6088         (flymake-find-buildfile, flymake-find-possible-master-files)
6089         (flymake-check-include, flymake-parse-line): Replace loops over the
6090         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6092         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6093         Substitute file-name-as-directory in the rest of the file.
6094         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6095         (flymake-replace-region): Remove unused arg `buffer'.
6096         (flymake-check-patch-master-file-buffer): Update calls to it.
6097         (flymake-add-err-info): Remove unused var `count'.
6098         (flymake-mode): Use define-minor-mode.
6100         * progmodes/flymake.el: Use with-current-buffer.
6101         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6102         flymake-replace-regexp-in-string, flymake-line-beginning-position)
6103         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6104         Avoid testing for `xemacs'.
6105         (flymake-nop): Move.
6106         (flymake-region-has-flymake-overlays): Return the computed value.
6107         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6108         Remove unused var `endline'.
6109         (flymake-get-line-count): Remove unused function.
6110         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6112         * emulation/vi.el:
6113         * generic.el:
6114         * hilit-chg.el (global-highlight-changes):
6115         * hi-lock.el (hi-lock-mode):
6116         * follow.el: find-file-hooks -> find-file-hook.
6118         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6120 2005-03-24  Juri Linkov  <juri@jurta.org>
6122         * dired.el (dired-mode-map): Add menu item "Compare directories"
6123         for dired-compare-directories.
6125         * dired-aux.el (dired-compare-directories): Add autoload cookie.
6126         Doc fix.  Replace `read-file-name' with `read-directory-name'.
6128 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6130         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6132 2005-03-24  Jay Belanger  <belanger@truman.edu>
6134         * calc/calc-embed.el (calc-embedded-mode-change): Save all
6135         relevant mode settings in calc-embedded-original-modes when modes
6136         are permanently changed.
6138 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * autoinsert.el: find-file-hooks -> find-file-hook.
6142 2005-03-24  Lute Kamstra  <lute@gnu.org>
6144         * generic.el (generic-font-lock-defaults): Make it obsolete.
6145         (generic-font-lock-keywords): New variable to replace
6146         generic-font-lock-defaults.
6147         (generic-mode-set-font-lock): Delete it.
6148         (generic-mode-internal): Don't call generic-mode-set-font-lock.
6149         (generic-bracket-support): Add docstring.
6151         * generic-x.el: Rename generic-font-lock-defaults to
6152         generic-font-lock-keywords throughout.
6153         (mailagent-rules-setup-function): Delete it.
6154         (mailagent-rules-generic-mode): Use anonymous function instead.
6155         (show-tabs-generic-mode-font-lock-defaults-1)
6156         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6157         Quote faces.
6158         (show-tabs-tab-face, show-tabs-space-face): Specify background,
6159         not foreground.
6161         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6162         Recognize define-generic-mode.
6164 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6167         if there's no completion table.
6169 2005-03-23  Miles Bader  <miles@gnu.org>
6171         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6172         Remove tty-specific variants, as they're no longer needed.
6174 2005-03-23  Lute Kamstra  <lute@gnu.org>
6176         * generic-x.el: Code cleanup: make args constant whenever possible.
6177         (installshield-statement-keyword-list)
6178         (installshield-system-functions-list)
6179         (installshield-system-variables-list, installshield-types-list)
6180         (installshield-funarg-constants-list): Make them constants.
6182         * generic.el (generic-make-keywords-list): Add autoload cookie.
6184         * calendar/time-date.el: Add comment on time value formats.
6185         Don't require parse-time.
6186         (with-decoded-time-value): New macro.
6187         (encode-time-value): New function.
6188         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6189         (days-to-time): Return a valid time value when arg is huge.
6190         (time-since): Use time-subtract.
6191         (time-to-number-of-days): Use time-to-seconds.
6193 2005-03-23  David Ponce  <david@dponce.com>
6195         * recentf.el: (recentf-keep): New option.
6196         (recentf-menu-action): Default to `find-file'.
6197         (recentf-keep-non-readable-files-flag)
6198         (recentf-keep-non-readable-files-p)
6199         (recentf-file-readable-p, recentf-find-file)
6200         (recentf-cleanup-remote): Remove.
6201         (recentf-include-p): More robust.
6202         (recentf-keep-p): New function.
6203         (recentf-remove-if-non-kept): Rename from
6204         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
6205         All callers updated.
6206         (recentf-menu-items-for-commands): Fix help string.
6207         (recentf-track-closed-file): Update.  Doc fix.
6208         (recentf-cleanup): Update.  Count removed files.  Doc fix.
6210 2005-03-23  Kim F. Storm  <storm@cua.dk>
6212         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6213         Don't inherit from fringe face (now happens automatically).
6215 2005-03-22  Kim F. Storm  <storm@cua.dk>
6217         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6218         position values.
6220 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6222         * menu-bar.el (showhide-date-time): Remove.
6223         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6224         (menu-bar-make-mm-toggle): Simplify.
6226 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6228         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6229         Accept qualified variable and function names.
6231 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
6233         * bindings.el (completion-ignored-extensions):
6234         Remove ".lis" for `vax-vms'.
6236 2005-03-22  Andreas Schwab  <schwab@suse.de>
6238         * generic-x.el: Revert last change.
6239         * ldefs-boot.el: Update.
6241 2005-03-22  Jay Belanger  <belanger@truman.edu>
6243         * calc/calc-embed (calc-embedded-original-modes): New variable.
6244         (calc-embedded-save-original-modes)
6245         (calc-embedded-restore-original-modes): New functions.
6246         (calc-do-embedded): Save original modes when entering embedded mode
6247         and restore when leaving embedded mode.
6248         (calc-embedded-modes-change): Change the value of
6249         calc-embedded-original-modes to reflect permanent changes.
6251 2005-03-22  Lute Kamstra  <lute@gnu.org>
6253         * generic-x.el: Require generic again.
6255 2005-03-22  Miles Bader  <miles@gnu.org>
6257         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6258         Tweak details to look good on both ttys and bitmap displays, light
6259         or dark background, etc.
6261 2005-03-21  Kim F. Storm  <storm@cua.dk>
6263         * tooltip.el (tooltip-show-help-function): Check car and cdr of
6264         mouse position.
6266 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * icomplete.el: Don't forcibly turn on the mode upon load.
6269         (icomplete-mode): Use define-minor-mode.
6270         (icomplete-eoinput): Default to nil.
6271         (icomplete-minibuffer-setup): Remove autoload.
6272         (icomplete-tidy): Simplify.
6273         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6274         in the initial state or if the user has modified the field.
6275         Fix handling of icomplete-max-delay-chars.
6276         Remove code that handles the oddball case where
6277         minibuffer-completion-table is an integer.
6278         Wrap icomplete-completions in while-no-input in case building
6279         completions takes more time than expected.
6280         (icomplete-completions): Simplify.
6282 2005-03-21  Richard M. Stallman  <rms@gnu.org>
6284         * jka-compr.el (jka-compr-really-do-compress):
6285         Make variable buffer-local.
6287         * image-mode.el: Handle .xpm files too.
6288         (image-toggle-display): Preserve modification flag.
6290         * help.el (where-is): Don't mention aliases with no key bindings.
6292 2005-03-21  Lute Kamstra  <lute@gnu.org>
6294         * generic.el: Fix commentary section.  Don't require cl for compilation.
6295         (generic-mode-list): Add autoload cookie.
6296         (generic-use-find-file-hook, generic-lines-to-scan)
6297         (generic-find-file-regexp, generic-ignore-files-regexp)
6298         (generic-mode, generic-mode-find-file-hook)
6299         (generic-mode-ini-file-find-file-hook): Fix docstrings.
6300         (define-generic-mode): Make it a defmacro.  Fix docstring.
6301         (generic-mode-internal): Code cleanup.  Add autoload cookie.
6302         (generic-mode-set-comments): Code cleanup.
6303         * generic-x.el: Don't prevent compilation.  Don't require generic.
6304         Follow coding conventions.  Minor code cleanup.
6305         (etc-fstab-generic-mode): Add some keywords.
6306         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6307         define-generic-mode like a function declaration.
6309 2005-03-21  Jay Belanger  <belanger@truman.edu>
6311         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6312         changing modes.
6314 2005-03-21  Sam Steingold  <sds@gnu.org>
6316         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6318 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6320         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6321         Add underscore to "f$ lexicals" regexp.
6323 2005-03-20  Juri Linkov  <juri@jurta.org>
6325         * subr.el (progress-reporter-do-update): When `min-value' is equal
6326         to `max-value', set `percentage' to 0 and prevent division by zero.
6328 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
6330         Sync with Tramp 2.0.48.
6332         * tramp.el (all): Change all addresses to .gnu.org.
6333         (tramp-append-tramp-buffers): New defun.
6334         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6335         Catch `dont-send' signal.
6336         (tramp-set-auto-save-file-modes): Set always permissions, because
6337         there might be an old auto-saved file belonging to another
6338         original file.  This could be a security threat.  Reported by
6339         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6340         Check for Emacs 21.3.50 removed.
6342         * tramp-smb.el (all): Remove debug construct for
6343         `with-parsed-tramp-file-name'.
6344         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6345         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6346         No error message if DIRECTORY or FILENAME doesn't exist.
6347         (tramp-smb-open-connection): Check existence of
6348         `tramp-smb-program'.
6350 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6352         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6353         Properly handle the case where the `m' or `s' command's argument is not
6354         yet terminated.
6355         (perl-indent-new-calculate): New function.
6356         (perl-indent-line): Use it.
6358 2005-03-20  Miles Bader  <miles@gnu.org>
6360         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6361         in text-mode too.  Change to new face names.
6362         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6363         Add `:weight bold' attribute.
6364         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6366 2005-03-19  Juri Linkov  <juri@jurta.org>
6368         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
6370         * international/mule.el (auto-coding-alist): Sync with
6371         `auto-mode-alist' by adding upper case archive file extensions
6372         and adding ear/war to jar extension.
6374 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
6376         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6377         running, restart it.
6379 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
6381         * finder.el (finder-current-item): Throw an error on an empty line.
6383         * man.el (Man-follow-manual-reference): If current-word returns
6384         nil, use "".
6386 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
6388         * simple.el (goto-line): Doc fix.
6390 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
6392         * files.el (save-buffer): Doc fix.
6394 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
6396         * recentf.el (recentf-cleanup-remote): New variable.
6397         (recentf-cleanup): Use it to conditionally check availability of
6398         remote files.
6400 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
6402         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6403         function names.
6405 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6407         * language/thai-word.el: New file.
6409 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6411         * files.el (backup-buffer): If the file's directory is not
6412         writable, use copy instead of move to backup the file.
6414 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6416         * obsolete/keyswap.el: Moved to obsolete/ from term/.
6418 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6420         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6421         Use functionp instead of symbolp and fboundp.  Reported by Drkm
6422         <darkman_spam@yahoo.fr>.
6423         (ps-print-version): New version 6.6.6.
6425 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
6427         * textmodes/table.el (table--line-column-position): New idiom.
6428         (table--row-column-insertion-point-p): New function to test
6429         validity of row and column insertion operation at a location.
6430         (table-global-menu, table-cell-menu): Use above functions for
6431         deterministic test operation.
6432         (table--editable-cell-p): Behave in deterministic fashion.
6434 2005-03-18  Juri Linkov  <juri@jurta.org>
6436         * isearch.el (isearch-lazy-highlight-new-loop):
6437         Make arguments beg and end optional.
6438         (isearch-update): Remove optional arguments nil from
6439         isearch-lazy-highlight-new-loop.
6440         (isearch-lazy-highlight-search): Let-bind case-fold-search to
6441         isearch-lazy-highlight-case-fold-search instead of
6442         isearch-case-fold-search, and let-bind isearch-regexp to
6443         isearch-lazy-highlight-regexp.
6444         Use isearch-lazy-highlight-last-string instead of isearch-string.
6446         * replace.el (perform-replace): Remove bindings of global
6447         variables isearch-string, isearch-regexp, isearch-case-fold-search.
6448         Add three new arguments to `replace-highlight'.
6449         (replace-highlight): Add arguments string, regexp, case-fold.
6450         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6451         to allow isearch-lazy-highlight-new-loop to use these values
6452         to set corresponding isearch-lazy-highlight-* internal
6453         variables whose values lazy highlighting will use regardless of
6454         changes to global variables isearch-string, isearch-regexp,
6455         isearch-case-fold-search during lazy highlighting loop.
6456         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6457         to `lazy-highlight-cleanup'.
6459         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6460         (ispell-highlight-face): Set default face to `isearch' when
6461         lazy highlighting is enabled.
6462         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6463         priority to 1.  Add lazy highlighting.
6464         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6465         from `isearch-dehighlight'.
6467 2005-03-18  David Ponce  <david@dponce.com>
6469         * files.el (hack-local-variables): Do a case-insensitive search
6470         for End.
6472 2005-03-18  Juri Linkov  <juri@jurta.org>
6474         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6475         `isearch-lazy-highlight-cleanup', add alias to old name and
6476         declare obsolete.  Add release numbers to other obsolete vars.
6477         (isearch-done, isearch-lazy-highlight-new-loop):
6478         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6479         (lazy-highlight-cleanup) <variable>: Doc fix.
6480         (isearch-lazy-highlight-update): Rename obsolete
6481         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6483 2005-03-18  Kenichi Handa  <handa@m17n.org>
6485         * language/thai-util.el: Fix categorization of Thai characters in
6486         thai-category-table.
6487         (thai-composition-pattern): Adjust it for the above change.
6488         (thai-self-insert-command, thai-compose-syllable): New functions.
6489         (thai-compose-region): Use thai-compose-syllable.
6490         (thai-compose-string): Likewise.
6491         (thai-composition-function): Likewise.
6492         (thai-auto-composition): New function.
6493         (thai-auto-composition-mode): New minor mode.
6495         * language/thai.el: Fix patterns to be registered in
6496         composition-function-table.
6498         * international/quail.el (quail-input-method): Locally bind
6499         inhibit-modification-hooks to t.
6501 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6503         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6504         (perl-mode): Use run-mode-hooks.
6506         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6507         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6508         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6510         * mail/sendmail.el (sendmail-send-it): Reenable the code
6511         to compute resend-to-address and use it.
6513         * tar-mode.el (tar-mode): Turn off undo unconditionally.
6515         * image-mode.el: New file.
6517         * image.el (insert-sliced-image): Add autoload cookie.
6519         * font-lock.el (font-lock-lines-before): New user option.
6520         (font-lock-after-change-function): Obey it.
6522         * bindings.el (esc-map): Make M-g a prefix.
6523         Bind M-g g and M-g M-g to goto-line.
6525         * faces.el (face-id): Doc fix.
6527 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6529         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6530         (rmail-show-message): Use rmail-unknown-mail-followup-to.
6531         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6533         * mail/sendmail.el (mail-yank-ignored-headers)
6534         (mail-font-lock-keywords, mail-mode-fill-paragraph):
6535         Add Mail-Followup-To and Mail-Reply-To headers.
6536         (mail-citation-hook): Add autoload cookie.
6537         (mail-mode): Doc fix.
6538         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6539         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6540         (mail-mode-fill-paragraph): Handle those headers.
6541         (mail-mailing-lists): New variable.
6542         (mail-mail-reply-to, mail-mail-followup-to): New functions.
6544 2005-03-17  Juri Linkov  <juri@jurta.org>
6546         * isearch.el (isearch-fallback): Check for `(car previous)'
6547         before calling `isearch-other-end-state'.
6549 2005-03-17  Kim F. Storm  <storm@cua.dk>
6551         * simple.el (move-beginning-of-line): Move to beginning of buffer
6552         line, as well as beginning of screen line.
6554 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
6556         * calendar/diary-lib.el (mark-diary-entries): Use new optional
6557         argument REDRAW rather than calendar-redrawing variable.
6558         * calendar/calendar.el (calendar-redrawing): Delete.
6559         (redraw-calendar): Do not bind calendar-redrawing.
6561 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
6563         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6564         diary-file buffer.
6566 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * help.el (describe-mode): Allow a :minor-mode-function property to
6569         specify a different minor mode toggle function than the variable.
6570         * simple.el (auto-fill-function):
6571         * subr.el (add-minor-mode): Use it.
6573 2005-03-16  Kenichi Handa  <handa@m17n.org>
6575         * language/ethio-util.el (sera-being-called-by-w3): New variable.
6576         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6577         (ethio-fidel-to-sera-buffer): Likewise.
6579 2005-03-16  Juri Linkov  <juri@jurta.org>
6581         * emacs-lisp/find-func.el (find-function-regexp):
6582         Add defun-emitting macro `menu-bar-make-toggle'.
6584         * isearch.el: Put `isearch-scroll' property to
6585         `split-window-horizontally'.
6587         * info.el: Update error messages for `debug-ignored-errors'.
6588         (Info-isearch-search): Doc fix.
6589         (Info-find-node): Move up code to go into info buffer before
6590         recording the node to the history.
6591         (Info-fontify-node): Fontify titles only if the next line
6592         has two or more `*', `=', `-', `.'.
6593         Display "go to this node" for empty (match-string 3).
6595 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6597         * term/mac-win.el: Add mouse pointer shape constants.
6599 2005-03-15  Kim F. Storm  <storm@cua.dk>
6601         * simple.el (move-beginning-of-line): Use vertical-motion.
6603 2005-03-15  Juri Linkov  <juri@jurta.org>
6605         * isearch.el (isearch-error): New variable.
6606         (isearch-invalid-regexp, isearch-within-brackets): Remove.
6607         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6608         (isearch-within-brackets-state): Remove.
6609         (isearch-case-fold-search-state, isearch-pop-fun-state):
6610         Decrease frame index.
6611         (isearch-mode, isearch-top-state, isearch-push-state)
6612         (isearch-edit-string, isearch-abort, isearch-search-and-update)
6613         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6614         (isearch-search, isearch-lazy-highlight-new-loop):
6615         Replace `isearch-invalid-regexp' with `isearch-error'.
6616         Remove `isearch-within-brackets'.
6617         (isearch-search): Add `search-failed' handler to `condition-case'.
6618         (isearch-lazy-highlight-search): Add `condition-case' to catch
6619         errors and allow `isearch-lazy-highlight-update' to try
6620         highlighting from the beginning of the window.
6621         (isearch-repeat): Move up code to set isearch-wrapped to t
6622         before calling isearch-wrap-function.
6624         * info.el (Info-isearch-initial-node): New internal variable.
6625         (Info-search): Signal an error in isearch mode when search leaves
6626         the initial node.  Signal an error when `bound' is non-nil and
6627         nothing was found in the current subfile.
6628         (Info-isearch-search): Remove `condition-case'.
6629         (Info-isearch-wrap): Don't wrap when search failed during leaving
6630         the initial node.  If `Info-isearch-search' is nil, wrap around
6631         the current node.
6632         (Info-isearch-start): New fun.
6633         (Info-mode): Add buffer-local hook `Info-isearch-start' to
6634         `isearch-mode-hook'.
6636 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6638         * simple.el (normal-erase-is-backspace): Set default to t if
6639         running on Mac.
6641         * term/mac-win.el (function-key-map): Sync with x-win.el.
6643 2005-03-15  Kenichi Handa  <handa@m17n.org>
6645         * international/mule-cmds.el (locale-language-names): Modify the
6646         format of elements and add more entries.
6647         (locale-preferred-coding-systems): Add more entries.
6648         (set-locale-environment): Adjust for the change of
6649         locale-language-names.
6651 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * pcvs.el (smerge-ediff): Remove bogus autoload.
6655 2005-03-14  Lute Kamstra  <lute@gnu.org>
6657         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6658         Ignore a `*' at the beginning of a line.
6660         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6661         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6662         subr.el.
6663         (dont-compile, eval-when-compile, eval-and-compile): Use declare
6664         to specify indentation.
6666         * generic.el (define-generic-mode): Let generic-mode-list be a
6667         list of strings; test membership with equal.
6669 2005-03-14  Kim F. Storm  <storm@cua.dk>
6671         * simple.el (next-line, previous-line): Add optional try-vscroll
6672         arg to recognize interactive use.  Pass it on to line-move.
6673         (line-move): Don't perform auto-window-vscroll when defining or
6674         executing keyboard macro to ensure consistent behavior.
6676 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6678         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6680 2005-03-13  Lute Kamstra  <lute@gnu.org>
6682         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6683         debugger-setup-buffer so that backtrace marks the frames set to
6684         debug-on-exit and we don't have to do it manually.  Set an extra
6685         debug-on-exit for macro's.
6686         (debugger-setup-buffer): Don't mark the top frame manually.
6688 2005-03-12  Lute Kamstra  <lute@gnu.org>
6690         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6691         lisp-indent-function throughout.
6692         (with-no-warnings): Set lisp-indent-function property.
6694 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
6696         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6697         Add entry for backslash.
6699 2005-03-12  Juri Linkov  <juri@jurta.org>
6701         * info.el (Info-search): Four fixes for backward search.
6703 2005-03-11  Jay Belanger  <belanger@truman.edu>
6705         * calc/calc.el (calc-language-alist): New variable.
6706         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6707         (calc-embedded-find-modes): Use calc-language-alist instead of
6708         calc-embedded-language-alist.
6710 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6712         * calendar/calendar.el (calendar-redrawing): New internal
6713         variable.
6714         (redraw-calendar): Remove bogus save-excursion from previous
6715         change.  Bind calendar-redrawing to t for mark-diary-entries.
6716         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6717         calendar if that is why we were called.
6719 2005-03-11  Kenichi Handa  <handa@m17n.org>
6721         * international/mule.el (make-coding-system): Set property
6722         coding-system-define-form to nil.
6723         (define-coding-system-alias): Likewise.
6725 2005-03-11  Kenichi Handa  <handa@m17n.org>
6727         These changes are suggested by Dave Love <fx@gnu.org>.
6729         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6730         coding: tag.
6731         (adaptive-fill-regexp): Add more bullets.
6732         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6733         regexps.
6735 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6737         * help.el (describe-mode): Properly handle non-trivial lighters.
6738         Don't ignore minor modes that are not listed in minor-mode-list.
6740         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6741         feature ON when the user requests to turn it OFF.
6743 2005-03-10  Lute Kamstra  <lute@gnu.org>
6745         * emacs-lisp/debug.el (debug-entry-code): Delete it.
6746         (implement-debug-on-entry): New function to replace debug-entry-code.
6747         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
6748         second argument as the 2005-03-07 change makes it obsolete.
6749         (debug-on-entry, cancel-debug-on-entry): Update call to
6750         debug-on-entry-1.
6751         (debug, debugger-setup-buffer): Comment update.
6752         (debugger-frame-number): Update to work with implement-debug-on-entry.
6754 2005-03-10  Jay Belanger  <belanger@truman.edu>
6756         * calc/calc-embed.el (math-ms-args): Declare it.
6757         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6758         math-ms-args.
6759         (calc-embedded-subst): Use math-multi-subst-rec to substitute
6760         variables.
6762 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
6764         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6765         Use message-box.
6767         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6768         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6769         (tooltip-gud-tips): Simplify.
6770         (tooltip-gud-tips-p): Remove superfluous :set.
6771         (tooltip-gud-modes): Add fortran-mode.
6772         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6774         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6776 2005-03-09  Kim F. Storm  <storm@cua.dk>
6778         * play/animate.el (animate-place-char): Use forward-line instead
6779         of next-line to improve performance.
6781 2005-03-09  Simon Josefsson  <jas@extundo.com>
6783         * net/browse-url.el (browse-url-default-browser): Doc fix.
6785 2005-03-09  Miles Bader  <miles@gnu.org>
6787         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6788         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6790 2005-03-09  Kenichi Handa  <handa@m17n.org>
6792         * international/latin-1.el: Set case and syntax for 255 only if
6793         set-case-syntax-set-multibyte is nil.
6795         * textmodes/ispell.el (ispell-insert-word): New function.
6796         (ispell-word): Use ispell-insert-word to insert a new word.
6797         (ispell-process-line): Likewise.
6798         (ispell-complete-word): Likewise.
6800 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
6802         * calendar/calendar.el (redraw-calendar): Preserve point.
6803         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6804         (calendar-week-start-day): Move after definition of
6805         redraw-calendar.  Delete buffer test, since redraw-calendar has
6806         that now.
6808         * calendar/diary-lib.el (mark-diary-entries): Only call
6809         redraw-calendar in the first of any recursive calls.
6810         Reported by Alan Shutko <ats@acm.org>.
6812 2005-03-08  Juri Linkov  <juri@jurta.org>
6814         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6815         (html-horizontal-rule, html-line, html-image, html-checkboxes)
6816         (html-radio-buttons): Add a space before the trailing `/>' where
6817         sgml-xml-mode is non-nil.
6818         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6819         the subsequent tag of the empty XML tag.
6820         (html-href-anchor): Don't set initial input to "http:".
6821         (html-image): Ask for the image URL and set point inside alt="".
6822         (html-name-anchor): Duplicate the name in the `id' attribute when
6823         sgml-xml-mode is non-nil.
6824         (html-paragraph): Remove \n before <p>.
6825         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6826         instead of `checked' when sgml-xml-mode is non-nil.
6828         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6829         Remove 1 space before #RRGGBB to not truncate it on terminal
6830         windows w/o fringes.  Remove 1 space between bg and fg examples
6831         to get more space.
6832         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6833         avoid byte-compile warnings.
6835         * image-file.el (image-file-handler): Put `safe-magic' property to
6836         `image-file-handler'.
6838         * info.el (Info-isearch-search): Emulate word search in
6839         isearching through multiple Info nodes with Info-search.
6840         (Info-isearch-wrap): Allow isearch-word.
6842 2005-03-08  Lute Kamstra  <lute@gnu.org>
6844         * emacs-lisp/debug.el (debugger-step-through): Make sure that
6845         stepping into the debugger's code is not possible.
6846         (debugger-jumping-flag): Docstring update.
6848 2005-03-08  Jay Belanger  <belanger@truman.edu>
6850         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6851         embedded mode begins.
6852         (calc-embedded-language-alist): New variable.
6853         (calc-embedded-find-modes): Use calc-embedded-language-alist to
6854         set default language mode.
6856 2005-03-08  Kenichi Handa  <handa@m17n.org>
6858         * international/ccl.el (define-ccl-program): Fix docstring about
6859         extra 256 bytes assured for the output buffer.
6861         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6862         Fix BUFFER_MAGNIFICATION to 2.
6863         (ccl-encode-mule-utf-16be-with-signature): Likewise.
6865 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
6867         * align.el (align-rules-list): Added an alignment rule for CSS
6868         declarations (applies to css-mode and html-mode buffers).
6870 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6874 2005-03-07  Kim F. Storm  <storm@cua.dk>
6876         * simple.el (move-beginning-of-line): New command.
6878         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6880         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6882         * emulation/cua-base.el: Put CUA move property on move-end-of-line
6883         and move-beginning-of-line.
6885         * apropos.el (apropos-print): Omit command from M-x ... RET.
6887 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
6889         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6890         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6892 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6894         * bindings.el (esc-map): Bind M-g to goto-line.
6896         * facemenu.el (global-map): Bind M-o, not M-g.
6898 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6900         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6901         "Open Directory" as for "Open File".
6903 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
6905         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6906         (push-mark-command): Run activate-mark-hook.
6908 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6910         * help-mode.el (help-mode-finish): Don't alter the element
6911         in view-return-to-alist if there already is one.
6913         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6914         make sure the current buffer is the expected one.
6916         * novice.el (disabled-command-function): Output in *Disabled Command*.
6917         Explicitly ignore non-keyboard events, and explicitly handle C-g.
6919         * textmodes/flyspell.el (flyspell-large-region):
6920         Pass args differently for aspell.
6922         * files.el (mode-require-final-newline): Doc fix.
6924 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6926         * progmodes/which-func.el (which-function):
6927         Specify NOERROR when calling imenu--make-index-alist.
6929 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * simple.el (normal-erase-is-backspace): Define default value.
6933         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6934         (custom-reevaluate-setting): Simple function to handle
6935         variables that are defined before their default value can really
6936         be computed.
6938         * startup.el (command-line): Use it for temporary-file-directory,
6939         small-emporary-file-directory, auto-save-file-name-transforms,
6940         blink-cursor-mode, and normal-erase-is-backspace.
6942         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6943         progress, even with buggy anchored keywords.
6945 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
6947         * simple.el (goto-line): Remove unbalanced final parenthesis.
6949 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6951         * simple.el (goto-line): Use a number at point as the default.
6952         With C-u as arg, switch buffers.
6954 2005-03-05  Juri Linkov  <juri@jurta.org>
6956         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6957         with `no-blinking-cursor'.
6959         * startup.el (no-blinking-cursor): New defvar.
6960         (command-line): Add `--no-blinking-cursor' to longopts.
6961         Set `no-blinking-cursor' to t for command line arguments
6962         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
6963         with `no-blinking-cursor' in the condition for calling
6964         `blink-cursor-mode'.
6966 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
6968         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6969         (menu-bar-options-save): Add blink-cursor-mode.
6970         (menu-bar-options-menu): Add blink-cursor-mode.
6972 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
6974         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6975         (icalendar-export-file, icalendar-export-region)
6976         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6977         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6979 2005-03-04  Lute Kamstra  <lute@gnu.org>
6981         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6982         (debug-function-list): Ditto.
6984 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
6986         * textmodes/texinfmt.el (texinfo-append-refill):
6987         Redefine the types of line to which @refill
6988         is not appended by replacing a search for `@refill\\|@bye' with
6989         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
6990         itemize@refill' bug and the unfilled long lines bug.
6991         (texinfmt-version): Update number and date.
6993 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6995         * international/code-pages.el (windows-1250, windows-125[2-8])
6996         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6998 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7001         bound yet.
7003 2005-03-02  Romain Francoise  <romain@orebokech.com>
7005         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7006         buffer after removing limits.
7007         (ibuffer-pop-filter): Ditto.
7008         Update copyright.
7010 2005-03-02  Miles Bader  <miles@gnu.org>
7012         * button.el (make-text-button): If the user doesn't specify a
7013         type, use the default.  Rewrite to use `add-text-properties' and
7014         plist functions.
7016 2005-03-01  Lute Kamstra  <lute@gnu.org>
7018         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7019         (debugger-jumping-flag): New var.
7020         (debug-entry-code): Use it.
7021         (debugger-jump): Use debugger-jumping-flag and add
7022         debugger-reenable to post-command-hook.
7023         (debugger-reenable): Use debugger-jumping-flag and remove itself
7024         from post-command-hook.
7025         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7026         debugger-reenable.
7028 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
7030         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7031         inclusion of "itemize\\|", which may be unnecessary, is certainly
7032         inelegant, and stops refilling in itemize lists when formatting
7033         Japanese Texinfo files to Info.
7034         Update copyright to 2005.
7036 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
7038         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7039         of an error if GDB can't find the source file.
7041 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7043         * calendar/calendar.el (redraw-calendar): Work from any buffer,
7044         not just the calendar.
7046         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7047         first.
7048         (diary-redraw-calendar): New function.
7049         (make-diary-entry): Add diary-redraw-calendar to local
7050         write-contents-functions.  Turn off selective display before
7051         inserting in diary.
7053 2005-03-01  Kim F. Storm  <storm@cua.dk>
7055         * emacs-lisp/copyright.el (copyright-fix-years): New command.
7057 2005-03-01  Lute Kamstra  <lute@gnu.org>
7059         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7060         that debug-entry-code can be safely removed from a function while
7061         this code is being evaluated.  Revert the 2005-02-27 change as the
7062         new implementation no longer requires it.  Make sure that a
7063         function body containing just a string is not mistaken for a docstring.
7064         (debug): Skip one more frame in case of debug on entry.
7065         (debugger-setup-buffer): Delete one more frame line in case of
7066         debug on entry.
7067         (debugger-frame-number): Update to use the new text introduced by
7068         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
7070 2005-02-28  Kim F. Storm  <storm@cua.dk>
7072         * double.el (double-translate-key): Call force-window-update after
7073         read-event to avoid crash in redisplay.
7075 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7078         (debug): Use it.  Move the inhibit-trace earlier.
7079         (debug-entry-code): New const.
7080         (debug-on-entry-1): Use it.
7082 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
7084         * international/utf-16.el (ccl-encode-mule-utf-16le):
7085         Fix BUFFER_MAGNIFICATION to 2.
7086         (ccl-encode-mule-utf-16be): Likewise.
7088 2005-02-28  Kenichi Handa  <handa@m17n.org>
7090         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7091         Fix BUFFER_MAGNIFICATION to 4.
7092         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7094 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
7096         * speedbar.el (speedbar-update-flag): Doc fix.
7097         (speedbar-show-info-under-mouse): Give set-mouse-position the right
7098         argument.
7100 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7102         * reveal.el (reveal-post-command): Don't try to reveal overlays which
7103         have a non-nil `invisible' property but are actually visible.
7105         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7106         for perldoc sections.
7107         (perl-outline-regexp, perl-outline-level): New var and function.
7108         (perl-mode): Use them.
7110 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
7112         * calendar/diary-lib.el (diary-remind): Discard any mark portion
7113         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7115 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7117         * cus-edit.el: Comment change.
7118         (custom-buffer-create-internal): Slightly reword text at top of
7119         Custom buffers.  Mention there that saving an option edits the
7120         init file.  Add link to Emacs manual node on `custom-file'.
7121         (custom-magic-alist): Rewrite individual State messages to use
7122         capitalized keywords.  Doc fix.
7124 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
7126         * calendar/calendar.el (calendar-buffer): Move above
7127         calendar-week-start-day.
7128         (calendar-week-start-day): Doc fix.  Add :set function.
7129         (calendar-minimum-window-height): New variable.
7130         (generate-calendar-window): Only resize window if selected-window
7131         is displaying the calendar buffer.  Use new variable
7132         calendar-minimum-window-height.
7133         (generate-calendar): Reword error message.
7134         (calendar-mode-map): Bind DEL to scroll-other-window-down.
7136 2005-02-27  Andreas Schwab  <schwab@suse.de>
7138         * vc.el (vc-do-command): Don't run command asynchronously when
7139         operating in a remote directory.
7141         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7142         change from sync with Tramp 2.0.47.
7144 2005-02-27  Richard M. Stallman  <rms@gnu.org>
7146         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7148         * textmodes/flyspell.el (flyspell-mode-on):
7149         Call ispell-change-dictionary only if necessary.
7151         * emacs-lisp/re-builder.el (regexp-builder): New function.
7153         * register.el (describe-register-1): Explicitly handle
7154         yank-excluded-properties = t.
7156         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7157         (custom-magic-alist): Change the status descriptions again.
7158         (face widget-type): Total rewrite based on `restricted-sexp'
7159         to eliminate the confusing double hiding levels.
7161         * emacs-lisp/debug.el (debug-on-entry-1):
7162         If function body is empty, add nil as body form.
7164 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * emacs-lisp/trace.el (inhibit-trace): New var.
7167         (trace-make-advice): Use it.
7169         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7171 2005-02-26  Kim F. Storm  <storm@cua.dk>
7173         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7174         (mouse-on-link-p, mouse-drag-region-1): Use it.
7176 2005-02-25  Lute Kamstra  <lute@gnu.org>
7178         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7180 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
7182         * frame.el (blink-cursor-mode): Add :group keyword.
7184 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
7186         * calendar/icalendar.el (icalendar--decode-isodatetime):
7187         New optional argument DAY-SHIFT.
7188         (icalendar-export-region): Fix coding-system-for-write.
7189         (icalendar--convert-ical-to-diary): Shift end-day of all-day
7190         events by one.
7192 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7196 2005-02-24  Kim F. Storm  <storm@cua.dk>
7198         * international/iso-acc.el (iso-accents-compose): Fix crash
7199         during redisplay.  Call force-window-update after read-event
7200         and delete-region to signal that window is not accurate.
7202 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7205         Remove unused and inexistent var `inhibit-trace'.
7206         (debugger-mode): Use run-mode-hooks.
7207         (debugger-list-functions): Add buttons; setup xref stack.
7209 2005-02-23  Richard M. Stallman  <rms@gnu.org>
7211         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7212         appointment says it was explicitly made.
7213         (appt-add): Set the 3rd element.
7214         (appt-make-list): Preserve explicit appointments.
7216         * subr.el (find-tag-default): Catch errors in forward-sexp.
7218 2005-02-23  Juri Linkov  <juri@jurta.org>
7220         * info.el (Info-isearch-search): New defcustom.
7221         (Info-isearch-search): Call the default isearch function
7222         when Info-isearch-search is nil.
7223         (Info-isearch-wrap): Use variable Info-isearch-search.
7225 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
7227         * cus-edit.el: Comment change.
7229 2005-02-22  Kim F. Storm  <storm@cua.dk>
7231         * progmodes/hideif.el (hide-ifdef-use-define-alist):
7232         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
7234 2005-02-22  Simon Josefsson  <jas@extundo.com>
7236         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7237         New variable.
7238         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
7239         Oskarsson" <myrkraverk@users.sourceforget.net>.
7241 2005-02-22  Kim F. Storm  <storm@cua.dk>
7243         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7244         check that window of that event is the selected window.
7245         (mouse-drag-region-1): Compare mouse event window to selected
7246         window before setting point.
7248         * tooltip.el (tooltip-show-help-function): Pass event to
7249         mouse-on-link-p so it can check selected window.
7251 2005-02-22  Kenichi Handa  <handa@m17n.org>
7253         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7254         (ps-mule-show-warning): New function.
7255         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7256         characters are found.
7258         * ps-print.el (ps-header-footer-string): Return a list of header
7259         and footer strings.
7261 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7263         * pcvs.el (cvs-retrieve-revision): Fix thinko.
7265 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         * frame.el (blink-cursor-mode): Use define-minor-mode.
7269         * term/mac-win.el (function-key-map): Use char-names more consistently.
7270         (file-name-coding-system): Only set it for MacOS-9.  The other case is
7271         already handled in mule-cmds.el (where it also works when mac-win.el
7272         is not used).
7274 2005-02-21  Kenichi Handa  <handa@m17n.org>
7276         * international/mule.el (ctext-pre-write-conversion): Always use
7277         " *code-converting-work*" buffer for work.
7279         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7281 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
7283         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7285 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
7287         * ses.el (undo-more): Restore defadvice, but only the part that
7288         allows changes outside the restricted area of the buffer.
7290 2005-02-20  Kim F. Storm  <storm@cua.dk>
7292         * simple.el (line-move): Add fourth optional arg try-vscroll which
7293         must be set to perform auto-window-vscroll.
7294         When moving backwards and doing auto-window-vscroll, automatically
7295         vscroll to the last part of lines which are taller than the window.
7296         (next-line, previous-line): Set try-vscroll arg on line-move.
7298 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7300         * replace.el (query-replace, query-replace-regexp)
7301         (replace-string, replace-regexp): When operating on region, make
7302         the minibuffer prompt say so.
7304         * isearch.el (isearch-forward): Document isearch-query-replace and
7305         isearch-query-replace-regexp keybindings.
7307 2005-02-19  Jay Belanger  <belanger@truman.edu>
7309         * calc/calc-aent.el (math-read-token): Add local variable.
7311         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7312         (calc-edit-top): Move declaration to earlier in file.
7313         (calc-edit-macro-repeats): Add local variables.
7315         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7316         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7317         calcFunc-tanh.
7318         Adjust integration rule for calcFunc-tan.
7320 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7322         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7323         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7324         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7325         (viper-skip-separators): Bug fix.
7326         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7327         particular major mode.
7328         (viper-del-backward-char-in-replace): Don't put deleted char on the
7329         kill ring.
7331         * viper-ex.el (viper-color-display-p): New function.
7332         (viper-has-face-support-p): Use viper-color-display-p.
7334         * viper-keym.el (viper-gnus-modifier-map): New keymap.
7336         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7338         * viper-util.el (viper-glob-unix-files): Fix shell status check.
7339         (viper-file-remote-p): Make equivalent to file-remote-p.
7341         * viper.el (viper-major-mode-modifier-list):
7342         Use viper-gnus-modifier-map.
7344 2005-02-19  David Kastrup  <dak@gnu.org>
7346         * subr.el (subregexp-context-p): Fix garbled doc string by adding
7347         quoting.
7349 2005-02-19  Jay Belanger  <belanger@truman.edu>
7351         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7352         Remove extra definitions.
7353         (calc-coth): New function.
7354         (calcFunc-cot): Fix `let'.
7356 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
7358         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7359         the reasons we use "type pc" in these faces.
7361         * button.el (button): Ditto.
7363 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
7365         * replace.el (query-replace-read-from): Set the value of
7366         query-replace-from-history-variable to handle the case of an empty
7367         string entered to accept the suggested default.
7369         * net/tramp.el (tramp-file-name-for-operation):
7370         Use dired-call-process instead of dired-call-process-command.
7372 2005-02-19  Jay Belanger  <belanger@truman.edu>
7374         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7375         (math-div-non-trig): New variables.
7376         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7377         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7378         (math-combine-prod, math-div-symb-fancy): Add simplifications for
7379         trig expressions.
7381 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
7383         * progmodes/gdb-ui.el (gdb-var-update-handler)
7384         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7385         for watch expressions,
7386         (gdb-var-create-handler): Don't set speedbar-update-flag.
7387         (gdb-post-prompt): Simplify test for speedbar.
7389 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7391         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7392         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7393         we use the syntax table of the correct buffer.
7394         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7395         Felix Gatzemeier.
7397         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7398         (ediff-file-remote-p): Make synonymous with file-remote-p.
7399         In all deffaces ediff-*-face-*, use min-colors.
7401         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7402         ediff-recurse-to-subdirectories.
7403         (ediff-mark-if-equal): Check that the arguments are strings, use
7404         ediff-same-contents (after to Felix Gatzemeier).
7406         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7407         nil.
7409 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7411         * log-view.el (log-view-message-re): Fix up Subversion regexp.
7413 2005-02-18  David Kastrup  <dak@gnu.org>
7415         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7416         use `mark-active' when defined.
7418 2005-02-18  Kenichi Handa  <handa@m17n.org>
7420         * ps-print.el (ps-font-info-database): New entry
7421         ZapfChancery-MediumItalic with correct font name.  Fix font name
7422         of the entry Zapf-Chancery-MediumItalic.
7424 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7426         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7428 2005-02-16  Kim F. Storm  <storm@cua.dk>
7430         * ido.el (ido-fallback-command): Pass user input to fallback command.
7432 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
7434         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7435         (gdb-find-file-hook): Add server prefix.
7437 2005-02-16  Richard M. Stallman  <rms@gnu.org>
7439         * replace.el (perform-replace): Pass new args to replace-highlight.
7440         (replace-highlight): Take region args,
7441         and pass them to isearch-lazy-highlight-new-loop.
7443         * novice.el (disabled-command-hook): Autoload the defalias
7444         and the make-obsolete-variable call.
7446         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7448         * isearch.el (isearch-lazy-highlight-start-limit)
7449         (isearch-lazy-highlight-end-limit): New variables limit
7450         the region for highlighting.
7451         (isearch-lazy-highlight-new-loop): New args BEG and END.
7452         (isearch-lazy-highlight-search): Use the new vars.
7453         (isearch-lazy-highlight-update): Likewise.
7455         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7457         * cus-start.el (all): Use default-boundp.
7459 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
7461         * menu-bar.el (menu-bar-select-frame): Handle current frame.
7463 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
7465         * autorevert.el (auto-revert-stop-on-user-input)
7466         (auto-revert-verbose): Doc fixes.
7468 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
7470         * international/mule-cmds.el (set-locale-environment): Remove call
7471         to set-selection-coding-system on Windows.
7473 2005-02-15  Jay Belanger  <belanger@truman.edu>
7475         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7476         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7477         calcFunc-coth.
7478         (math-simplify-sqrt): Add simplifications.
7480         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7481         to list.
7483         * calc/calc-ext.el: Add functions to autoloads.
7485         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7486         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7487         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7488         (math-csc-raw, math-cot-raw): New functions.
7490         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7492         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7493         the variable name in a message.
7495         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7496         calcFunc-csc, calcFunc-cot.
7498         * calc/calcalg2.el: Add derivative and integration rules for
7499         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7500         calcFunc-csch, calcFunc-coth.
7501         (math-do-integral-methods): Add to checks for when to use
7502         substitutions.
7504         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7506 2005-02-15  Lute Kamstra  <lute@gnu.org>
7508         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7509         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
7510         <monnier@iro.umontreal.ca>
7511         (lisp-outline-level): Improve efficiency.  Suggested by David
7512         Kastrup <dak@gnu.org>.
7514 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
7516         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7517         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7518         (gdb-set-gud-minor-mode-existing-buffers): New functions.
7519         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
7520         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7522 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
7524         * cus-start.el (all): Comment change.
7526 2005-02-14  Lute Kamstra  <lute@gnu.org>
7528         * cus-start.el (all): Check if symbol is void.
7530 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
7532         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7533         optional argument to \cite.
7535 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7537         * cus-edit.el (custom-buffer-create-internal): Update help message.
7538         (custom-magic-alist): Update help messages.
7540         * cus-start.el (all): Allow a var to specify a standard value.
7542 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
7544         * custom.el (custom-theme-set-variables): Handle variable aliases.
7546         * frame.el (blink-cursor-timer): Doc fix.
7547         (blink-cursor): Make it an alias for `blink-cursor-mode' and
7548         declare obsolete.
7549         (blink-cursor-mode): Define with defcustom and use correct
7550         standard expression in that defcustom.
7551         * startup.el (command-line): Adapt to above changes in frame.el.
7553 2005-02-11  Lute Kamstra  <lute@gnu.org>
7555         * apropos.el (apropos-score-doc): Prevent division by zero.
7557 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
7559         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7560         (icalendar--get-event-property-attributes)
7561         (icalendar--get-event-properties)
7562         (icalendar--datetime-to-diary-date): New functions.
7563         (icalendar--split-value): Doc fix.
7564         (icalendar--datetime-to-noneuropean-date)
7565         (icalendar--datetime-to-european-date): New optional argument
7566         SEPARATOR.  Return result as a string instead of a list.
7567         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7568         (icalendar--convert-string-for-export): Rename arg S to STRING.
7569         (icalendar-export-region): Doc fix.  Change name of error buffer.
7570         Save output buffer.
7571         (icalendar-import-file): Add blank at end of prompt.
7572         (icalendar-import-buffer): Doc fix.  Do not switch to error
7573         buffer.  Indicate status in return value.
7574         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
7575         buffer.  Save output buffer.  Handle exception from recurrence
7576         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
7577         events.  Fix problems with weekly all-day events.
7579 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7581         * simple.el (eval-expression-print-format):
7582         Avoid warning about edebug-active.
7584         * help.el (help-for-help-internal): Rename from help-for-help.
7585         (help-for-help): Define with defalias.
7587         * font-core.el (font-lock-default-function): Use with-no-warnings.
7589         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7591         * custom.el (defface): Doc fix.
7593 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
7595         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7596         width 0" to prevent word wrapping problems.
7598 2005-02-09  Kim F. Storm  <storm@cua.dk>
7600         * ido.el (ido-file-extensions-order): New defcustom.
7601         (ido-file-extension-lessp, ido-file-extension-aux)
7602         (ido-file-extension-order): New advanced file ordering.
7603         (ido-file-lessp): New simple file ordering.
7604         (ido-sort-list): Remove.
7605         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7606         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7608 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
7610         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7611         that some versions of grep produce.
7612         (grep-mode-font-lock-keywords): Likewise.
7614 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
7616         * progmodes/gdb-ui.el (gdb-location-list): New variable.
7617         (gdb-cdir): Delete.
7618         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7619         (gdb-source-info): Treat case when source file is in another
7620         directory properly.
7621         (gdb-get-location): New function.
7623 2005-02-07  Jay Belanger  <belanger@truman.edu>
7625         * calc/calc-prog.el (calc-write-parse-table-part)
7626         (calc-fix-token-name): Fix a check for language type.
7628         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7630 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
7632         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7633         as directory not writable.
7635 2005-02-07  Kim F. Storm  <storm@cua.dk>
7637         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7638         (cua--standard-movement-commands): Remove list.
7639         Instead, set CUA property value to move for movement commands.
7640         (cua-movement-commands): Remove.  Users must set CUA prop instead.
7641         (cua--pre-command-handler): Check CUA property.
7642         (cua--init-keymaps): Don't remap undo commands.
7643         (cua-mode): Don't call cua--rectangle-on-off.
7645         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7646         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7647         (cua--rect-undo-set-point): New var.
7648         (cua--rectangle-undo-boundary): Setup undo apply entry.
7649         (cua--rect-undo-handler): New function for rectangle undo.
7650         (cua--rect-start-position, cua--rect-end-position): Add.
7651         (cua--rectangle-post-command): Call cua--rectangle-set-corners
7652         for restored rectangle.  Set point if cua--rect-undo-set-point.
7654 2005-02-06  Jay Belanger  <belanger@truman.edu>
7656         * calc/calc-lang.el (calc-tex-language): Display more information
7657         in messages.
7659         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7660         in TeX mode.
7662 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7664         * emacs-lisp/lisp.el (buffer-end): Doc fix.
7666 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7668         * net/ldap.el (ldap-search-internal): Support attributes with
7669         optional descriptions separated by a semi-colon, as in
7670         "userCertificate;binary".
7672 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7674         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7675         isn't a cons (i.e. the version is 0).
7677 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7679         * help.el (help-for-help): Doc fix.
7681 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
7683         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
7684         GDB-Windows on the menu-bar as this works better.
7686 2005-02-04  Jay Belanger  <belanger@truman.edu>
7688         * calc/calc-embed.el (calc-embedded-update): Don't put in
7689         unnecessary newlines.  Adjust the end of formula marker.
7691         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7692         (math-latex-parse-two-args): New function.
7694 2005-02-03  Lute Kamstra  <lute@gnu.org>
7696         * help-fns.el (help-with-tutorial): Make sure that users cannot
7697         remove the entire text of the tutorial by means of `undo'.
7699 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7702         in recent changes, where the ispell process was repeatedly
7703         killed & restarted.
7705         * international/mule-cmds.el (set-locale-environment): Set file-name
7706         coding system to utf-8 on Darwin systems.
7707         (set-default-coding-systems): Don't set default-file-name-coding-system
7708         on Darwin systems.
7710 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7712         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7714 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
7716         * faces.el (list-faces-display): Add optional argument.
7718 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7720         * font-core.el (font-lock-default-function): Handle the rare case where
7721         only font-lock-keywords is set.
7723 2005-02-02  Kenichi Handa  <handa@m17n.org>
7725         * international/characters.el: Cancel previous change for
7726         I-WITH-DOT-ABOVE and DOTLESS-i.
7728         * international/latin-5.el: Cancel previous change.
7730 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
7732         * progmodes/gud.el: Correction to syntax in gud-menu-map.
7734 2005-02-02  Kenichi Handa  <handa@m17n.org>
7736         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7737         DOTLESS-i.
7739         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7740         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7742         * case-table.el (get-upcase-table): New function.
7743         (copy-case-table): Copy upcaes table too if non-nil.
7744         (set-case-syntax-delims): Maintain upcase table too.
7745         (set-case-syntax-pair): Likewise.
7746         (set-upcase-syntax, set-downcase-syntax): New functions.
7747         (set-case-syntax): Maintain upcase table too.
7749 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
7751         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7753         * progmodes/gud.el (gud-goto-info): New function.
7754         (gud-tool-bar-map): Use correct icon.
7756 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
7758         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7759         When delegating, order args in the funcall correctly.
7761 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
7763         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7765 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
7767         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7768         buffer not visiting a file.
7770 2005-01-31  Jay Belanger  <belanger@truman.edu>
7772         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7773         bound on the line with the formula.
7775 2005-01-31  Kim F. Storm  <storm@cua.dk>
7777         * ses.el (ses-create-cell-variable-range)
7778         (ses-destroy-cell-variable-range, ses-reset-header-string)
7779         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7780         (ses-insert-row): Fix format of apply undo entries.
7782 2005-01-31  Jay Belanger  <belanger@truman.edu>
7784         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7785         parts.
7787         * calc/calc-embed.el (calc-embedded-open-formula)
7788         (calc-embedded-close-formula): Ignore matrix environments.
7790         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7791         TeX mode.
7793         * calc/calc-lang.el (math-function-table, math-oper-table)
7794         (math-variable-table): Adjust the LaTeX portions.
7796         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7797         (math-latex-ignore-words): New constant.
7799 2005-01-31  Richard M. Stallman  <rms@gnu.org>
7801         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7802         (ispell-local-dictionary): Doc fix.
7803         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7804         Don't reinitialize at run time.  Don't defcustom.
7805         All uses changed to append ispell-local-dictionary-alist,
7806         or check it first.
7807         (ispell-current-dictionary): New variable for dictionary in use.
7808         (ispell-dictionary): Now used only for global default.
7809         (ispell-start-process): Set ispell-current-dictionary,
7810         not ispell-dictionary.
7811         (ispell-change-dictionary): Use this only for setting
7812         user preferences.
7813         (ispell-internal-change-dictionary): New function
7814         to change the current dictionary in use.
7815         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7816         Use ispell-current-dictionary.
7817         Handle ispell-local-dictionary-overridden.
7818         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7820 2005-01-31  Jay Belanger  <belanger@truman.edu>
7822         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7824         * calc/calc-ext.el: Add calc-latex-language to autoloads.
7825         (calc-mode-map): Add calc-latex-language.
7827         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7828         (math-latex-print-frac): New functions.
7829         (math-oper-table, math-function-table, math-variable-table)
7830         (math-complex-format, math-input-filter): Add latex properties.
7831         (calc-set-language): Set math-expr-special-function-mapping.
7833         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7834         (calc-write-parse-table-part): Add LaTeX support.
7836         * calc/calc.el (calc-language): Adjust docstring.
7837         (calc-set-mode-line): Add LaTeX support.
7838         (math-expr-special-function-mapping): New variable.
7839         (math-tex-ignore-words): Add to list.
7841         * calc/calccomp.el (math-compose-expr, math-compose-rows):
7842         Add LaTeX support.
7843         (math-compose-expr): Add support for special functions.
7845         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7847 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
7849         * progmodes/gdb-ui.el (gdb-memory-address)
7850         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7851         (gdb-memory-mode-map, gdb-memory-format-keymap)
7852         (gdb-memory-format-menu, gdb-memory-unit-keymap)
7853         (gdb-memory-unit-menu): New variables for a buffer
7854         that lets the user examine program memory.
7855         (gdb-memory-set-address, gdb-memory-set-repeat-count)
7856         (gdb-memory-format-binary, gdb-memory-format-octal)
7857         (gdb-memory-format-unsigned, gdb-memory-format-signed)
7858         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7859         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7860         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7861         (gdb-memory-unit-byte, gdb-memory-unit-menu)
7862         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7863         (gdb-memory-mode, gdb-memory-buffer-name)
7864         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7865         New functions for above buffer.
7867 2005-01-30  Richard M. Stallman  <rms@gnu.org>
7869         * cus-edit.el (custom-bury-buffer): Function deleted.
7870         (custom-buffer-done-function): Option deleted.
7871         (custom-buffer-done-kill): New (replacement option.
7872         (Custom-buffer-done): Call quit-window.
7873         (custom-buffer-create-internal): Update for above changes.
7875 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
7877         * simple.el (undo-ask-before-discard): New var.
7878         (undo-outer-limit-truncate): Implement it.
7879         (undo-extra-outer-limit): Doc update.
7881 2005-01-29  Richard M. Stallman  <rms@gnu.org>
7883         * ses.el (undo-more): Delete defadvice.
7884         (ses-begin-change): Doc fix.
7886         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7887         instead of rebinding C-x u and C-_.
7889         * files.el (normal-backup-enable-predicate): Return nil for files
7890         in /tmp, regardless of temporary-file-directory.
7892         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7894         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7895         (open-rectangle, delete-whitespace-rectangle-line)
7896         (clear-rectangle-line): If FILL, pass t instead of FILL
7897         for move-to-column's 2nd arg.
7899         * simple.el (undo): Fix the test for continuing a series of undos.
7900         (undo-more): Set pending-undo-list to t when we reach end.
7901         (pending-undo-list): Move up defvar.
7903         * wid-edit.el (widget-button-click):
7904         Shorten the range of the track-mouse binding.
7906         * comint.el (comint-insert-input): Undo previous changes;
7907         use last-input-event in interactive spec.
7909 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7911         * progmodes/compile.el (compilation-start): Bind buffer-read-only
7912         to nil before invoking call-process.  Reset buffer's modified flag
7913         after fontifying it in the no-async branch.
7915         * wid-edit.el (widget-specify-button): If mouse pointer shape
7916         cannot be changed, use mouse face instead.
7918 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
7920         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7921         (gdb-goto-breakpoint): Make breakpoint handling work on template
7922         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
7923         (gdb-assembler-custom): Update to recognize breakpoint information
7924         added on 2005-01-19.
7926 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7929         (dsssl-mode): Use define-derived-mode.
7930         (scheme-mode-initialize): Remove.
7931         (scheme-mode): Use run-mode-hooks.
7933         * cus-edit.el (customize-group-other-window)
7934         (custom-buffer-create-other-window): Don't override special-display-*.
7935         (custom-mode-map): Make it dense.
7937         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7938         sets the default value.
7940 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
7942         * descr-text.el: Add more keywords.
7944 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7946         * speedbar.el: Avoid unnecessary use of locate-library.
7948         * international/mule-cmds.el (standard-display-european-internal):
7949         Don't fiddle with latin-1 non-break space any more since it's now
7950         special cased in the C code.
7951         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7953 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7955         * cus-start.el (all): Add `undo-outer-limit'.
7957 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7959         * textmodes/bibtex.el (bibtex-format-entry):
7960         Use `bibtex-empty-field-re' only on the text of fields, not on entire
7961         field lines.
7962         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7963         not on part of a buffer.
7965 2005-01-25  Lute Kamstra  <lute@gnu.org>
7967         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7968         nonempty field text strings like "{letters\\macro{}more letters}".
7969         Clarify docstring.
7970         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7971         (bibtex-entry-offset, bibtex-parse-association)
7972         (bibtex-parse-field-name): Fix typos in docstrings.
7973         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7975 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
7977         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7978         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7979         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7980         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7982         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7983         isearch minor mode.
7985 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7987         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7989 2005-01-24  Lute Kamstra  <lute@gnu.org>
7991         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7992         CASECHARS and NOT-CASECHARS regular expressions of the
7993         "nederlands" and "nederlands8" dictionaries to prevent a "Range
7994         striding over charsets" error.
7996 2005-01-24  Jay Belanger  <belanger@truman.edu>
7998         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7999         display variable name.
8001 2005-01-24  Kenichi Handa  <handa@m17n.org>
8003         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8004         Fix setting of the element of encoded-kbd-iso2022-invocations.
8006 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
8008         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8009         (gdb-threads-select): Change to also accept mouse events.
8010         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8011         (gdb-threads-mouse-select): Delete.
8013 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
8015         * files.el (insert-directory): Take care of empty directory,
8016         listed without -a switch.
8018 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * textmodes/refill.el (refill-post-command-function):
8021         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8022         to the list of functions that we should be careful not to undo.
8023         (refill-late-fill-paragraph-function): Remove.
8024         (refill-saved-state): New var.
8025         (refill-mode): Use it to save fill-paragraph-function.
8026         Save also the value of auto-fill-function.
8028         * term/w32-win.el: Simplify code.
8030 2005-01-23  Kim F. Storm  <storm@cua.dk>
8032         * simple.el (line-move): Adapt to new return value from
8033         pos-visible-in-window-p.
8035         * simple.el (line-move): Fix last change.  Check partial
8036         visibility at point rather than at window-start.
8038 2005-01-22  Jason Rumney  <jasonr@gnu.org>
8040         * term/w32-win.el (xw-defined-colors): Remove debug-message.
8042 2005-01-22  David Kastrup  <dak@gnu.org>
8044         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8046 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
8048         * type-break.el (type-break-mode): Add a test for
8049         type-break-file-name being non-nil.
8051 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8053         * net/eudc.el (top level): Call (message "") via progn, so that
8054         eudc-options-file is loaded.
8056 2005-01-22  Kim F. Storm  <storm@cua.dk>
8058         * simple.el (line-move-1): Rename from line-move.
8059         (line-move): New function that adjusts vscroll for partially
8060         visible rows, and calls line-move-1 otherwise.
8062 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
8064         * pcomplete.el: define pcomplete-read-event instead of read-event,
8065         since it's not a complete read-event implementation
8067 2005-01-20  Jay Belanger  <belanger@truman.edu>
8069         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8070         for called function.
8072 2005-01-20  Steven Tamm  <steventamm@mac.com>
8074         * term/mac-win.el (process-connection-type): Remove.
8075         Controlled now by s/darwin.h:PTY_ITERATION.
8077 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8079         * window.el (handle-select-window): Don't switch window when we're
8080         in the minibuffer.
8082 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
8084         * subr.el (dotimes-with-progress-reporter): New macro.
8086         * ses.el (ses-dotimes-msg): Remove macro.
8087         Use `dotimes-with-progress-reporter' instead.
8089 2005-01-19  Steven Tamm  <steventamm@mac.com>
8091         * term/mac-win.el (process-connection-type): Use new
8092         operating-system-release variable to use ptys on Darwin 7 (OS X
8093         10.3) when using carbon build.
8095 2005-01-19  Jay Belanger  <belanger@truman.edu>
8097         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8098         flags if the last command was a tab or M-tab.
8100         * calc/calc-prog.el (calc-user-define-edit): Put original formula
8101         in formula editing buffer.
8103 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8105         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8106         breakpoint image symbol in margin.
8108 2005-01-19  Jay Belanger  <belanger@truman.edu>
8110         * calc/calc-prog.el (calc-execute-kbd-macro):
8111         Ignore calc-keep-arg-flag.
8113 2005-01-19  Kenichi Handa  <handa@m17n.org>
8115         * textmodes/ispell.el (ispell-looking-at): New function.
8116         (ispell-process-line): Use ispell-looking-at to compare the ispell
8117         output and the buffer contents.
8119 2005-01-18  Jay Belanger  <belanger@truman.edu>
8121         * calc/calc.el (calc-display-raw): Fix docstring.
8123 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8125         * simple.el (blink-matching-open): Strip extra info from syntax.
8127         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8128         funny chars in the end-of-here-doc marker.
8130 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8132         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8133         that enable/disabled state of breakpoints is shown correctly in
8134         fringe and on ttys.
8135         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8136         Add breakpoint information as text properties.
8137         (gdb-mouse-toggle-breakpoint):
8138         Rename to gdb-mouse-set-clear-breakpoint.
8139         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
8140         breakpoints in the margin.
8141         (gdb-remove-strings): Simplify.
8143 2005-01-17  Jay Belanger  <belanger@truman.edu>
8145         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8146         erasing buffer.
8148 2005-01-17  Richard M. Stallman  <rms@gnu.org>
8150         * progmodes/grep.el (grep-find): Copy from `grep' the condition
8151         for calling grep-compute-defaults.
8153         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8154         if buffer is empty.
8156         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8158 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * hilit-chg.el (highlight-changes-mode): Don't autoload.
8162         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8163         non-preloaded variables.
8165 2005-01-17  Steven Tamm  <steventamm@mac.com>
8167         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8168         tex-shell cause to force interactivity when using pipes.
8170 2005-01-17  Kim F. Storm  <storm@cua.dk>
8172         * simple.el (just-one-space): Make arg optional.
8174 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
8176         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8177         posn-at-x-y to t to access left-margin.
8179 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8181         Sync with Tramp 2.0.47.
8183         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8184         catching keep-date problems in cp/scp operations.
8185         (tramp-handle-copy-file): Don't call `set-file-modes'
8186         unconditionally.  Specialized functions should know better what is
8187         necessary.  This improves performance a little bit, and the
8188         functions could catch errors with `cp -p' and `scp -p'.
8189         (tramp-do-copy-or-rename-file-via-buffer)
8190         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8191         when appropriate.
8192         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8193         Call `set-file-modes' when appropriate.
8194         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
8195         Johnsson <isak@hypergene.com>
8196         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8197         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
8198         <joakim@verona.se>
8199         (tramp-file-name-for-operation): Mark `shell-command' as magic for
8200         Emacs only.
8202         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
8203         `find-file-hooks' and `dired-mode-hook'.
8204         (tramp-minor-mode-map): Respective map.  Add remapping for
8205         `compile' and `recompile'.
8206         (tramp-remap-command, tramp-recompile): New defuns.
8207         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8208         in buffer "*Compilation*".  Call the commands asynchronously.
8210         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8211         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8212         `shell-command', because it isn't magic in XEmacs.  Reported by
8213         Adrian Aichner <adrian@xemacs.org>.
8215         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8216         `substitute-in-file-name.
8217         (tramp-smb-handle-substitute-in-file-name): New defun.
8218         (tramp-smb-advice-PC-do-completion): Delete advice.
8220 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
8222         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8223         Fix error in deleting region.
8225 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8227         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8228         In non-temp buffer, switch syntax table temporarily.
8230         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8232         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8234         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8236         * imenu.el (imenu--split-menu): Copy menulist before sorting.
8237         (imenu--generic-function): Use START, not BEG, as pos of definition.
8239         * simple.el (just-one-space): Argument specifies number of spaces.
8241         * simple.el (eval-expression-print-format): Avoid warning
8242         about edebug-active.
8244 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
8246         * progmodes/sh-script.el: Code copied from make-mode.el
8247         with small changes,
8248         (sh-mode-map): Bind C-c C-\.
8249         (sh-backslash-column, sh-backslash-align): New variables.
8250         (sh-backslash-region, sh-append-backslash): New functions.
8252 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8254         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8255         (rmail-pop-password, rmail-pop-password-required): Move to
8256         rmail-obsolete group.
8257         (rmail-set-pop-password): Rename to rmail-set-remote-password.
8258         All callers updated.
8259         (rmail-get-pop-password): Rename to rmail-get-remote-password.
8260         Take an argument specifying whether it is POP or IMAP mailbox we
8261         are using.  All callers updated.
8262         (rmail-pop-password-error): Rename to
8263         rmail-remote-password-error.  Added mailutils-specific error message.
8264         (rmail-movemail-search-path)
8265         (rmail-movemail-variant-in-use): New variables.
8266         (rmail-remote-password, rmail-remote-password-required):
8267         New customization variables.
8268         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8269         (rmail-parse-url): New function.
8270         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8271         with GNU mailutils movemail.
8273 2005-01-15  Kevin Ryde  <user42@zip.com.au>
8275         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8276         suffix to space, $ or '$, to correctly position point when going
8277         to @table style constants like DBL_MAX.
8279 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8281         * type-break.el (type-break-mode, type-break-file-time)
8282         (type-break-file-keystroke-count, type-break-choose-file):
8283         Don't store data in or load data from the file if type-break-file-name
8284         is nil.
8285         (type-break-file-name): Doc update as per the above.
8287 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
8289         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8290         lookup-key might return nil; handle that.
8292 2005-01-15  Alan Mackenzie  <acm@muc.de>
8294         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8295         rather than the element found, thus enabling the tree to be setcar'd.
8297 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8299         * textmodes/org.el (org-show-following-heading): New option.
8300         (org-show-hierarchy-above): Use `org-show-following-heading'.
8301         (org-cycle): Documentation fix.
8303         * textmodes/org.el (orgtbl-optimized): New option
8304         (orgtbl-mode): New command, a minor mode.
8305         (orgtbl-mode-map): New variable.
8306         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8307         (orgtbl-error, orgtbl-self-insert-command)
8308         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8310         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8311         a local variable in each org-mode buffer.
8313         * textmodes/org.el (org-set-regexps-and-options): Rename from
8314         `org-set-regexps'.  Added checking for STARTUP keyword.
8315         (org-get-current-options): Add STARTUP options.
8316         (org-table-insert-row): Mode mode intelligent about when
8317         realignment is needed.
8318         (org-self-insert-command, org-delete-backward-char, org-delete-char):
8319         New commands.
8320         (org-enable-table-editor): New default value `optimized'.
8321         (org-table-blank-field): Support blanking regions if active.
8323 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8325         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8326         if the year is not given.
8328         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8329         Add new escapes %m and %M, fixed bug with %F by adding
8330         save-match-data.
8331         (reftex-reference): Remove ?. from list of spaces.
8332         (reftex-label-info): Add automatic label prefix recognition.
8334         * textmodes/reftex-index.el (reftex-index-next-phrase):
8335         Add slave parameter to call of `reftex-index-this-phrase'.
8336         (reftex-index-this-phrase): New optional argument.
8337         (reftex-index-region-phrases): Add slave parameter to call of
8338         `reftex-index-this-phrase'.
8339         (reftex-display-index): New argument redo.
8340         (reftex-index-rescan): Add 'redo to arguments of
8341         `reftex-display-index'.
8342         (reftex-index-Rescan, reftex-index-revert)
8343         (reftex-index-switch-index-tag): Add 'redo to arguments of
8344         `reftex-display-index'.
8345         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8346         indexing.  Fix bug with matching is there is a quote before or
8347         after the word.
8349         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8350         Fix bug when collecting citation keys in lines with comments.
8351         (reftex-citation): Prefix argument no longer rescans the document,
8352         but forces prompting for optional arguments of cite macros.
8353         (reftex-do-citation): Prompting for optional arguments implemented.
8355         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8356         Add optional arguments to most cite commands.
8357         (reftex-cite-cleanup-optional-args): New option
8358         (reftex-cite-prompt-optional-args): New option.
8359         (reftex-trust-label-prefix): New option.
8361         * textmodes/reftex-toc.el (reftex-toc-find-section):
8362         Add push-mark before changing the position in the buffer.
8364         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8365         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8367 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
8369         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8370         more carefully.
8372 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8374         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8375         (sgml-mode): Use it.
8376         (sgml-get-context): Better keep track of implicitly closed tags.
8378 2005-01-13  Kenichi Handa  <handa@m17n.org>
8380         * textmodes/ispell.el: These changes are to fix misalignment error
8381         caused by equivalent characters of different Emacs charsets.
8382         (ispell-unified-chars-table): New variable.
8383         (ispell-get-decoded-string): New function.
8384         (ispell-get-casechars, ispell-get-not-casechars)
8385         (ispell-get-otherchars): Call ispell-get-decoded-string.
8387 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
8389         * custom.el (custom-declare-variable): Just put symbol instead
8390         of (defvar . symbol) in `current-load-list'.
8392 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8394         * emacs-lisp/elint.el: Fixed typo in Commentary section.
8396 2005-01-12  Jay Belanger  <belanger@truman.edu>
8398         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8399         to create a Calc summary.
8401 2005-01-12  Kim F. Storm  <storm@cua.dk>
8403         * mouse.el (mouse-on-link-p): Change functionality and doc
8404         string to comply with latest description in lisp ref.
8406 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
8408         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8409         Enable mouse clicks on mode-line, header-line and margin.
8410         (event-type): Give mouse event symbols an 'event-kind property
8411         with value 'mouse-click.
8413 2005-01-12  Juri Linkov  <juri@jurta.org>
8415         * facemenu.el (list-colors-display): Add new arg buffer-name.
8416         Use it.  Fix docstring.  Replace code for identifying duplicate
8417         colors by the name with call to `list-colors-duplicates' which
8418         identifies duplicate colors by the value unless the color
8419         is one of special Windows colors.  Set truncate-lines to t.
8420         Print sorted duplicate color names on each line.  Indent to 22
8421         \(the longest color name in rgb.txt) instead of 20.  Optimize.
8422         (list-colors-duplicates): New function.
8423         (facemenu-color-name-equal): Delete function.
8425         * facemenu.el (list-colors-print): New function created from code
8426         in list-colors-display.  Print #RRGGBB at the window right edge.
8427         (list-colors-display): When temp-buffer-show-function is not
8428         defined, call list-colors-print from temp-buffer-show-hook
8429         to get the right value of window-width in list-colors-print
8430         after the buffer is displayed.
8432         * simple.el (pop-mark): Move deactivate-mark out of conditional
8433         part to deactivate the active mark regardless of the state of the
8434         mark ring.
8436         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8437         variables line in desktop files.
8439 2005-01-12  Juri Linkov  <juri@jurta.org>
8441         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8442         Bring together isearch highlight related options.
8443         (lazy-highlight): Replace group `replace' by `matching'.
8444         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8445         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8446         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8447         and declare them obsolete.
8448         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8449         (isearch-faces): Remove defgroup.
8450         (isearch-overlay, isearch-highlight, isearch-dehighlight):
8451         Move isearch highlighting code closer to lazy highlighting code.
8453         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8454         (query-replace-highlight, query-replace-lazy-highlight)
8455         (query-replace): Move definitions to the beginning of the file.
8457 2005-01-11  Juri Linkov  <juri@jurta.org>
8459         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8460         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8461         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8463         * info.el (Info-history-forward): New variable.
8464         (Info-select-node): Reset Info-history-forward to nil.
8465         (Info-last): Turn into defalias.
8466         (Info-history-back): Rename from Info-last.
8467         Add current node to Info-history-forward.
8468         (Info-history-forward): New fun.
8469         (Info-mode-map): Replace Info-last by Info-history-back.
8470         Bind Info-history-forward to "r".
8471         (Info-mode-menu): Replace Info-last by Info-history-back.
8472         Fix menu item text.  Add menu item for Info-history-forward.
8473         (info-tool-bar-map): Replace Info-last by Info-history-back.
8474         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
8475         for Info-history-forward.
8476         (Info-mode): Replace Info-last by Info-history-back in docstring.
8477         Add local variable Info-history-forward.
8478         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8480 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8483         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8484         Ignore select-window events rather than fiddle with
8485         mouse-autoselect-window.
8487 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
8489         * type-break.el (type-break-mode): Fix previous change.
8491 2005-01-10  Jay Belanger  <belanger@truman.edu>
8493         * calc/calc-ext.el (calc-reset): Reset when inside embedded
8494         calculator; only reset when point is inside a calculator.
8495         Don't adjust the window height if the window takes up the whole height
8496         of the frame.
8498 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
8500         * ebuff-menu.el (Electric-buffer-menu-mode):
8501         Preserve value of buffer-local var header-line-format.
8503 2005-01-09  Jay Belanger  <belanger@truman.edu>
8505         * calc/calc.el (calc-mode-var-list-restore-saved-values):
8506         Make sure settings file exists before accessing it.
8508         * calc/calc-embed.el (calc-embedded-subst):
8509         Replace math-multi-subst-rec, which is only supposed to be called
8510         by math-multi-subst, by math-multi-subst.
8512 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
8514         * vc.el (vc-allow-async-revert): New user option.
8515         (vc-disable-async-diff): New internal variable.
8516         (vc-revert-buffer): Use them to disable asynchronous diff.
8518         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8519         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8520         asynchronously if vc-disable-async-diff is t.
8522 2005-01-09  Jay Belanger  <belanger@truman.edu>
8524         * calc/calc.el (defcalcmodevar): New macro.
8525         (calc-mode-var-list-restore-default-values)
8526         (calc-mode-var-list-restore-saved-values): New functions.
8527         (calc-mode-var-list): Use defcalcmodevar to define it.
8528         (calc-always-load-extensions, calc-line-numbering)
8529         (calc-line-breaking, calc-display-just, calc-display-origin)
8530         (calc-number-radix, calc-leading-zeros, calc-group-digits)
8531         (calc-group-char, calc-point-char, calc-frac-format)
8532         (calc-prefer-frac, calc-hms-format, calc-date-format)
8533         (calc-float-format, calc-full-float-format, calc-complex-format)
8534         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8535         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8536         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8537         (calc-matrix-brackets, calc-language, calc-language-option)
8538         (calc-left-label, calc-right-label, calc-word-size)
8539         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8540         (calc-display-raw, calc-internal-prec, calc-angle-mode)
8541         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8542         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8543         (calc-window-height, calc-display-trail, calc-show-selections)
8544         (calc-use-selections, calc-assoc-selections)
8545         (calc-display-working-message, calc-auto-why, calc-timing)
8546         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8547         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8548         (calc-gnuplot-default-device, calc-gnuplot-default-output)
8549         (calc-gnuplot-print-device, calc-gnuplot-print-output)
8550         (calc-gnuplot-geometry, calc-graph-default-resolution)
8551         (calc-graph-default-resolution-3d, calc-invocation-macro)
8552         (calc-show-banner): Use defcalcmodevar to declare them and set
8553         their default values.
8555         * calc/calc-ext.el (calc-reset): Restore saved values of variables
8556         instead of default values (but restore default values if there is
8557         an argument of 0).
8559 2005-01-09  David Kastrup  <dak@gnu.org>
8561         * desktop.el (desktop-restore-eager): Fix typo in type.
8563 2005-01-08  Richard M. Stallman  <rms@gnu.org>
8565         * cus-edit.el (customize): Delete :link.
8567 2005-01-08  Jay Belanger  <belanger@truman.edu>
8569         * calc/calc.el (calc-mode): Remove the extension from the
8570         `calc-settings-file' file name when loading it.
8572 2005-01-08  Kim F. Storm  <storm@cua.dk>
8574         * info.el (Info-mode-map, Info-next-link-keymap)
8575         (Info-prev-link-keymap, Info-up-link-keymap):
8576         Map follow-link to mouse-face.
8577         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8579 2005-01-08  Jay Belanger  <belanger@truman.edu>
8581         * calc/calc.el (calc-settings-file): Change default value.
8582         Suggested by cgw in a comment in calc-mode.el.
8584         * calc/calc-mode.el (calc-settings-file-name):
8585         Compare calc-settings-file to user-init-file instead of ~/.emacs.
8586         Replace ~/.emacs in a prompt by calc-settings-file.
8588 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
8590         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8591         (desktop-lazy-idle-delay): New customizable variables.
8592         (desktop-buffer-args-list): New variable.
8593         (desktop-append-buffer-args): New function.
8594         (desktop-save): Call desktop-append-buffer-args for some buffers.
8595         (desktop-lazy-create-buffer): New function.
8596         (desktop-idle-create-buffers): New function.
8597         (desktop-read): Add message about buffers to restore lazily.
8598         (desktop-lazy-abort): New command.
8599         (desktop-clear): Call desktop-lazy-abort.
8600         (desktop-lazy-complete): New command.
8602 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8604         * emacs-lisp/find-func.el (find-face-definition):
8605         Rename from find-face.
8607 2005-01-06  Kim F. Storm  <storm@cua.dk>
8609         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8611         * man.el (Man-xref-man-page, Man-xref-header-file)
8612         (Man-xref-normal-file): Add follow-link property.
8614 2005-01-06  Jay Belanger  <belanger@truman.edu>
8616         * calc/calc-units.el: Make sure the proper macro definitions are
8617         available when compiling.
8619 2005-01-06  Juri Linkov  <juri@jurta.org>
8621         * isearch.el (isearch-lazy-highlight-update):
8622         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8624 2005-01-06  Miles Bader  <miles@gnu.org>
8626         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8627         (isearch-lazy-highlight-face): Use new name.
8629 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8631         * uniquify.el (uniquify-rationalize-file-buffer-names):
8632         Re-add an interactive spec.
8633         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8634         to the same name.
8636         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8637         (isearch-update, isearch-done): Adjust calls accordingly.
8639 2005-01-05  Richard M. Stallman  <rms@gnu.org>
8641         * custom.el (custom-set-variables, custom-theme-set-variables):
8642         Clarify documentation.
8644         * emacs-lisp/find-func.el (find-variable)
8645         (find-variable-other-window, find-variable-other-frame):
8646         Fix the TYPE args to find-function-read and find-function-do-it.
8647         (find-function): Doc fix.
8648         (find-function-at-point): Replace function-at-point alias.
8650 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8652         * cus-face.el (custom-declare-face):
8653         Record defface in current-load-list.
8655         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8657         * emacs-lisp/find-func.el: Doc fixes.
8658         (find-face-regexp): New variable.
8659         (find-function-regexp-alist): New variable.
8660         (find-function-C-source): Third arg is now TYPE.
8661         (find-function-search-for-symbol): Handle general TYPE.
8662         (find-function-read, find-function-do-it): Handle general TYPE.
8663         (find-definition-noselect, find-face): New functions.
8664         (function-at-point): Alias deleted.
8666 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * battery.el (display-battery-mode): Rename from display-battery.
8669         Handle the case where it gets turned off.
8671 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8673         * cus-edit.el (customize): Make :link point to user doc.
8675         * man.el (Man-fontify-manpage): Turn off undo generation.
8677         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8679 2005-01-04  Andreas Schwab  <schwab@suse.de>
8681         * files.el (insert-directory): Only look for error lines in
8682         inserted text.  Don't move too far after processing --dired markers.
8684 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8686         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8687         Don't expand if the character is @, period, dash, etc.
8688         (define-mail-abbrev): Quote names that contain problem characters.
8690 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
8692         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8694 2005-01-03  Richard M. Stallman  <rms@gnu.org>
8696         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8697         (query-replace-highlight, query-replace-lazy-highlight)
8698         (query-replace): Definitions moved up.  Doc fix.
8700 2005-01-03  Richard M. Stallman  <rms@gnu.org>
8702         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8703         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8704         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8705         (lazy-highlight-face): Rename from isearch-lazy-...
8706         Change all references to them.
8708 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8710         * cus-edit.el (custom-file): Doc fix for defcustom.
8711         (custom-file): The function no longer sets the variable
8712         `custom-file' to its return value.
8714         * startup.el (command-line): No longer load `custom-file'.
8716 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8718         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8720         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8721         Don't confuse module-prefixed identifiers for labels.
8722         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8724 2005-01-02  Richard M. Stallman  <rms@gnu.org>
8726         * files.el (basic-save-buffer-1): Fix previous change.
8728         * loadhist.el (file-loadhist-lookup): New function.
8729         (file-provides, file-requires): Use it.
8731         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8732         instead of calculating the right size.
8734 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8736         * vc-svn.el (vc-svn-diff): Stay local if possible.
8738 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8740         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8742         * files.el (hack-local-variables): Fix last change.
8744 2005-01-02  Jay Belanger  <belanger@truman.edu>
8746         * calc/calc-yank.el (calc-edit-top): New variable.
8747         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8748         object.  Change header properties.
8749         (calc-edit-finish, calc-edit-finish-stack-object)
8750         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8751         edited object.
8752         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8753         for the beginning of the edited object.
8754         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8755         for the beginning of the edited object.
8756         * calc/calc-prog.el (calc-edit-macro-finish-edit)
8757         (calc-finish-formula-edit, calc-macro-repeats)
8758         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8759         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8760         beginning of the edited object.
8761         (calc-user-define-edit): Change the header for editing macros.
8762         Remove unnecessary variable.
8764 2005-01-01  Jay Belanger  <belanger@truman.edu>
8766         * calc/calc-yank.el (calc-edit-mode): Change default header.
8767         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8768         * calc/calc-store.el (calc-edit-variable): Change title to match new
8769         header.
8770         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8771         mode to match new header.
8772         (calc-user-define-edit): Change titles to include names of commands.
8773         (calc-finish-formula-edit): Adjust to handle new header.
8774         (calc-finish-macro-edit): Remove.
8775         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8776         (calc-edit-macro-command, calc-edit-macro-command-type)
8777         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8778         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8779         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8780         (calc-edit-macro-finish-edit): New functions.
8781         (calc-user-define-edit): Use new functions to edit named calc macros.
8783 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
8785         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8787         * ses.el (copy-region-as-kill): Deactivate mark.
8789 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8791         * replace.el (occur-1): If the output buffer is also an input,
8792         don't kill it, rename it.
8794         * faces.el (set-face-background, set-face-foreground): Doc fix.
8796         * cus-face.el (custom-face-attributes): Fix :help-echo strings
8797         for :foreground and :background.
8799         * dired.el (dired-view-command-alist): Variable deleted.
8800         (dired-view-file, dired-mouse-find-file-other-window):
8801         Delete the code to use it.
8803 2005-01-01  Kim F. Storm  <storm@cua.dk>
8805         * image.el (insert-sliced-image): Use t for line-height property.
8807 2004-12-31  Jay Belanger  <belanger@truman.edu>
8809         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8810         for "var-" at the beginning of the minibuffer.
8812 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8814         * faces.el (read-face-name):
8815         Don't treat an attribute spec as a list of faces.
8817         * simple.el (undo): Use undo-equiv-table to detect
8818         unexpected changes since previous undo.
8819         (undo-list-saved): Variable deleted.
8820         (buffer-disable-undo): Don't alter undo-list-saved.
8822         * files.el (require-final-newline): Allow `visit' and `visit-save'.
8823         (mode-require-final-newline): New option.
8824         (after-find-file): Handle require-final-newline with new values.
8825         (basic-save-buffer): Handle new values of require-final-newline.
8827         * progmodes/sh-script.el (sh-require-final-newline):
8828         Alist value now controls whether to use mode-require-final-newline.
8829         (sh-set-shell): Implement that new meaning.
8831         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8832         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8833         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8834         Delete old-Emacs compatibility code.
8835         (antlr-c-common-init): Function deleted.
8837         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8838         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8839         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8840         * progmodes/python.el (python-mode): Use mode-require-final-newline.
8841         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8842         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8843         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8844         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8845         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8846         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8847         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8848         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8849         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8850         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8851         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8852         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8854 2004-12-31  Jay Belanger  <belanger@truman.edu>
8856         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8857         way to return to Calc.
8859         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8860         finish, C-xk as the way to cancel the edit.  Add cancel routine to
8861         kill-buffer-hook.
8863         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8864         MacEdit code.
8866         * calc/calc-prog.el: Remove obsolete MacEdit code.
8867         (calc-macro-edit-algebraic, calc-macro-edit-variable)
8868         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8870 2004-12-31  Kenichi Handa  <handa@m17n.org>
8872         * international/mule.el (buffer-file-coding-system-explicit):
8873         Rename for explicit-buffer-file-coding-system.
8874         (after-insert-file-set-coding): Adjust for the above change.
8876         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8877         to buffer-file-coding-system-explicit.
8878         (basic-save-buffer-1): Likewise.
8880 2004-12-30  Richard M. Stallman  <rms@gnu.org>
8882         * textmodes/artist.el (artist-butlast-fn): Var deleted.
8883         (artist-butlast, artist-last): Functions deleted.
8884         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8885         (artist-compute-key-compl-table): Call remq directly.
8886         (artist-remove-nulls): Function deleted.
8887         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8888         (artist-push, artist-pop): Macro deleted.
8890 2004-12-30  Andreas Leue  <al@sphenon.de>
8892         * textmodes/artist.el (artist-version): 1.2.6
8893         (artist-prev-next-op-alist): New variable.
8894         (artist-select-next-op-in-list): New function.
8895         (artist-select-prev-op-in-list): New function.
8896         (artist-make-prev-next-op-alist): New function.
8897         (artist-is-in-op-list-p): New function.
8898         (artist-get-first-non-nil-op): New function.
8899         (artist-get-last-non-nil-op): New function.
8900         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8901         artist-prev-next-op-alist.
8902         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8903         change drawing operation.
8905 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8907         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8909 2004-12-31  Masatake YAMATO  <jet@gyve.org>
8911         * server.el (server-process-filter): Suppress `error', too.
8913 2004-12-30  Jay Belanger  <belanger@truman.edu>
8915         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8916         Change the way a variable is displayed in a message.
8918         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8919         (calc-user-define-permanent, calc-execute-kbd-macro):
8920         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8922 2004-12-30  Kenichi Handa  <handa@m17n.org>
8924         * files.el (basic-save-buffer-1):
8925         Set explicit-buffer-file-coding-system to last-coding-system-used.
8926         (revert-buffer): Pay attention to
8927         explicit-buffer-file-coding-system (not buffer-file-coding-system)
8928         on bind coding-system-for-read.
8930         * international/mule.el (explicit-buffer-file-coding-system):
8931         New buffer local variable.
8932         (after-insert-file-set-coding): Set it to coding-system-for-read.
8934 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8936         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8938 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
8940         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8941         that include line numbers.
8943 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
8945         * files.el (hack-local-variables): If no PREFIX, set it to "^".
8946         Redundant variable PREFIXLEN removed.
8948 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
8950         * eshell/em-hist.el (eshell-previous-matching-input):
8951         Start the deletion from the end of the output.
8953 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8955         * term/mac-win.el: Require x-dnd.
8956         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
8958 2004-12-29  David Kastrup  <dak@gnu.org>
8960         * international/mule.el (decode-coding-inserted-region):
8961         Don't barf if `buffer-undo-list' is already set to `t'.
8963 2004-12-29  Jay Belanger  <belanger@truman.edu>
8965         * calc/calc-prog.el (calc-user-define-formula): Put default values
8966         for function names in prompts.
8967         (calc-user-define-permanent, calc-user-define-composition)
8968         (calc-user-define-formula): Remove the need for "calcFunc-" in the
8969         default input for algebraic functions.
8971 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
8973         * vc-rcs.el (vc-rcs-annotate-command):
8974         Fix omission bug: Call `vc-setup-buffer'.
8976 2004-12-29  Kenichi Handa  <handa@m17n.org>
8978         * international/mule.el (recode-region): New function.
8980 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8982         * simple.el (undo-extra-outer-limit): New variable.
8983         (undo-outer-limit-truncate): Test and set it.
8985         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8986         enables the feature to extend the existing region.
8988         * simple.el (mark-word): New arg ALLOW-EXTEND
8989         enables the feature to extend the existing region.
8991         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8992         enables the feature to extend the existing region.
8994         * startup.el (site-run-file): Don't allow setting it with Custom.
8996         * simple.el (buffer-disable-undo): Fix previous change.
8998 2004-12-27  Masatake YAMATO  <jet@gyve.org>
9000         * hexl.el (hexlify-buffer): Remove fontification here.
9001         Use font lock mechanism instead.
9002         (hexl-font-lock-keywords): New font lock kewords.
9003         (hexl-mode-old-font-lock-keywords): New variable.
9004         (hexl-mode): Store the old font lock keywords.
9005         (hexl-mode-exit): Restore the old font lock keywords.
9007 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9009         * simple.el (undo): Fix previous change.
9011 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9013         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
9014         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9015         Call x-open-connection on Mac OS X.
9017 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9019         * files.el (buffer-save-without-query): New var (buffer-local).
9020         (save-some-buffers): Save those buffers first, w/o asking.
9022         * files.el (insert-directory-ls-version): New variable.
9023         (insert-directory): When ls returns an error, test the version
9024         number to decide what the return code means.
9025         With --dired output format, detect and distinguish lines
9026         that are really error messages.
9027         (insert-directory-adj-pos): New function.
9029         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9031         * battery.el (battery-mode-line-format): Remove initial spaces.
9033         * uniquify.el (uniquify-rationalize-file-buffer-names):
9034         Delete interactive spec.
9036         * type-break.el (type-break-mode): Set buffer-save-without-query.
9037         Remove code that tried to set save-some-buffers-always.
9038         (type-break-file-keystroke-count): Bind deactivate-mark.
9040         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9042         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9043         Test that the buffer is live, and maybe reject current buffer too.
9044         Clarify.
9045         (next-error-find-buffer): Rewrite for clarity.
9047         * loadup.el: Don't use buffer-disable-undo; do it directly.
9049         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9050         (describe-variable): Call symbol-file with `defvar'.
9052         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9053         (symbol-file): Rewritten to handle new load-history format.
9054         Now takes an arg TYPE to specify looking for a particular
9055         type of definition only.
9057         * emacs-lisp/debug.el (debugger-make-xrefs):
9058         Call symbol-file with `defun'.
9060         * emacs-lisp/find-func.el (find-function-noselect):
9061         Call symbol-file with `defun'.
9062         (find-variable-noselect): Call symbol-file with `defvar'.
9064         * eshell/esh-cmd.el (eshell-find-alias-function):
9065         Call symbol-file with `defun'.
9067         * eshell/esh-test.el (eshell-test-goto-func):
9068         Call symbol-file with `defun'.
9070         * mail/rmail.el (rmail-resend):
9071         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9073         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9075         * progmodes/compile.el (compilation-find-buffer): Rename arg.
9077         * textmodes/texinfmt.el (texinfo-format-buffer-1):
9078         Call buffer-disable-undo.
9080         * simple.el (undo-list-saved): New variable (buffer-local).
9081         (undo): Set and test it.
9082         (buffer-disable-undo): Move here from buffer.c.
9083         Clear out undo-list-saved.
9085         * international/mule.el (decode-coding-inserted-region):
9086         Set buffer-undo-list in a correct and optimal way.
9088         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9089         (cperl-font-lock-unfontify-region-function): No need to save and
9090         restore info, since font-lock.el does it for us.
9092         * ansi-color.el (save-buffer-state): Definition deleted.
9093         (ansi-color-unfontify-region): Don't use save-buffer-state.
9095 2004-12-27  Dave Love  <fx@gnu.org>
9097         * wid-edit.el (function): Use restricted-sexp as parent.
9099 2004-12-27  Kevin Ryde  <user42@zip.com.au>
9101         * simple.el (next-matching-history-element): Use same
9102         `interactive' form as previous-matching-history-element.
9104         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9105         it can appear unencoded and has been seen from yahoo.
9107 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9109         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9110         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
9112 2004-12-27  Kenichi Handa  <handa@m17n.org>
9114         * international/utf-8.el (utf-translate-cjk-load-tables):
9115         Bind coding-system-for-read to nil while loading subst-*.
9117 2004-12-26  Jay Belanger  <belanger@truman.edu>
9119         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9120         default input.
9122 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
9124         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9125         before reverting and disable undo recording while reverting.
9127 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
9129         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9130         (hs-make-overlay): New function.
9131         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9132         (hs-flag-region): Delete function.
9133         (hs-hide-comment-region): No longer use `hs-flag-region'.
9134         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9135         (hs-hide-block-at-point): Likewise.
9136         (hs-hide-level-recursive): Use `hs-discard-overlays'.
9137         (hs-hide-all, hs-show-all): Likewise.
9138         (hs-show-block): Likewise.
9139         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9141 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
9143         * progmodes/hideshow.el: Require `cl' when compiling.
9144         Remove XEmacs and Emacs 19 compatibility.
9145         Use `dolist' and `add-to-list' for load-time actions.
9146         (hs-discard-overlays): Use `dolist'.
9147         (hs-show-block): Likewise.
9149 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
9151         * faces.el (mode-line, mode-line-inactive): Use min-colors.
9153 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
9155         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9156         When extending backwards, move outside the current comment first.
9158 2004-12-22  Kenichi Handa  <handa@m17n.org>
9160         * international/quail.el (quail-start-translation): Fix prompt
9161         string for the case if input-method-use-echo-area being non-nil.
9162         (quail-start-conversion): Likewise.
9163         (quail-show-guidance): Don't show guidance if
9164         input-method-use-echo-area is non-nil.
9166 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9168         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9170 2004-12-21  Markus Rost  <rost@ias.edu>
9172         * calendar/diary-lib.el (mark-diary-entries):
9173         Set mark-diary-entries-in-calendar only after checking for diary-file.
9175 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9177         * faces.el (escape-glyph): Use blue against light foreground.
9179         * simple.el (undo-outer-limit-truncate): New function.
9180         (undo-outer-limit-function): Use undo-outer-limit-truncate.
9182 2004-12-21  Eli Barzilay  <eli@barzilay.org>
9184         * calculator.el (calculator-radix-grouping-mode)
9185         (calculator-radix-grouping-digits)
9186         (calculator-radix-grouping-separator):
9187         New defcustoms for the new radix grouping mode functionality.
9188         (calculator-mode-hook): Now used in electric mode too,
9189         (calculator): Call it.
9190         (calculator-mode-map): Some new keys.
9191         (calculator-message): New function.  Some new calls.
9192         (calculator-op, calculator-set-register): Use it.
9193         (calculator-string-to-number): New function, mostly moved and
9194         updated code from calculator-curnum-value.
9195         (calculator-curnum-value): Use it.
9196         (calculator-paste): Use it, and update grabbing the current-kill.
9197         (calculator-rotate-displayer)
9198         (calculator-rotate-displayer-back): Toggle digit grouping when
9199         in radix mode, use calculator-message.
9200         (calculator-displayer-prev, calculator-displayer-next):
9201         Change digit group size when in radix mode.
9202         (calculator-number-to-string): Rename from
9203         calculator-num-to-string.  Now deals with digit grouping in
9204         radix mode.
9205         (calculator-update-display, calculator-put-value): Use the new name.
9206         (calculator-fact): Return a floating point number.
9207         (calculator-mode): Doc fix.
9209 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9211         * calendar/calendar.el (view-other-diary-entries): Add autoload.
9212         * calendar/diary-lib.el (view-other-diary-entries):
9213         Use current-prefix-arg in interactive spec.
9215 2004-12-19  Jay Belanger  <belanger@truman.edu>
9217         * calc/calc-aent.el (calcAlg-blank-matching-open):
9218         Temporarily adjust the syntax of both delimiters of half-open intervals.
9220 2004-12-19  Kim F. Storm  <storm@cua.dk>
9222         * mouse.el (mouse-1-click-follows-link): Doc fix.
9224 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9226         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9227         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9228         instead of centraleuropean as the name
9230 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
9232         Sync with Tramp 2.0.46.
9234         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9235         parameters wrt Tramp convention.
9236         (tramp-handle-file-attributes-with-perl)
9237         (tramp-handle-directory-files-and-attributes): Apply it.
9238         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9239         `copy-program'.  Reported by Zack Weinberg
9240         <zack@codesourcery.com>.
9241         (top): Set `edebug-form-spec' property directly rather than
9242         calling `def-edebug-spec'.
9244         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9245         advice less fragile.  Surround temporary redefinition of
9246         `substitute-in-file-name' with `unwind-protect'.  Suggested by
9247         Matt Hodges <MPHodges@member.fsf.org>.
9249 2004-12-17  Juri Linkov  <juri@jurta.org>
9251         * replace.el (occur-accumulate-lines, occur-engine):
9252         Make forcing deferred font-lock fontification jit-specific.
9254 2004-12-17  Kim F. Storm  <storm@cua.dk>
9256         * mouse.el (mouse-1-click-follows-link): New defcustom.
9257         (mouse-on-link-p): New function.
9258         (mouse-drag-region-1): Implement mouse-1-click-follows-link
9259         functionality.  Map a mouse-1 click event into a mouse-2 (or
9260         other) event when position is inside a link.
9262         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9263         prefix in tooltip text with "mouse-1" when this is a link
9264         recognized by mouse-1-click-follows-link functionality.
9266         * help.el (describe-key): Report effective and original binding
9267         for mouse-1 when clicked on a link.
9268         (describe-mode): Add follow-link property to "minor-mode" button.
9270         * help-fns.el (describe-variable): Add follow-link property to
9271         "below" button.
9273         * help-mode.el (help-xref): Add follow-link property.
9275         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9276         (apropos-command, apropos-variable, apropos-face, apropos-group)
9277         (apropos-widget, apropos-plist): Add follow-link property.
9279         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9280         checks if position is in a filename, rather than some other
9281         clickable item.  Function looks for cvs-filename-face at position.
9283         * wid-edit.el (widget-specify-field, widget-specify-button):
9284         Map a :follow-link keyword into a follow-link property.
9285         (link): Add :follow-link keyword, map to RET binding.
9287         * dired.el (dired-mode-map): Map follow-link to mouse-face.
9289         * progmodes/compile.el (compilation-minor-mode-map)
9290         (compilation-button-map, compilation-mode-map): Likewise.
9292 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
9294         * play/zone.el (zone): Init `line-spacing' from orig buffer.
9295         (zone-replace-char): Take `count' and `del-count'
9296         instead of `direction'.  Update callers.  When `del-count' is
9297         non-nil, delete that many characters, otherwise `count' characters
9298         backwards.  Insert the newly-replaced string `count' times.
9299         (zone-fret): Handle chars w/ width greater than one.
9300         (zone-fall-through-ws): No longer take window width `ww'.
9301         Update callers.  Add handling for `char-width' greater than one.
9302         (zone-pgm-drip): Update var holding window-end position every cycle.
9304 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
9306         * vc.el (vc-default-update-changelog): Use insert-file-contents,
9307         rather than insert-file.
9309 2004-12-16  Jay Belanger  <belanger@truman.edu>
9311         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9312         (math-init-random-base, math-random-digit): Check to see if
9313         var-RandSeed is bound.
9314         (math-random-last): Declare it.
9315         (math-random-digit): Don't make math-random-last local.
9317 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
9319         * play/zone.el (zone): Fix omission bug: Use a self-disabling
9320         one-shot thunk for uniform (error, quit, normal) recovery.
9321         Reported by John Paul Wallington.
9322         (zone-pgm-random-life): Fix bug:
9323         Recognize empty initial field by lack of "@" chars.
9325 2004-12-16  Juri Linkov  <juri@jurta.org>
9327         * help.el (function-called-at-point):
9328         * help-fns.el (variable-at-point): As a last resort try stripping
9329         non-word prefixes and suffixes.
9331         * descr-text.el (describe-property-list): Don't treat syntax-table
9332         specially.  Use describe-text-sexp which inserts [show] button
9333         for large objects and handles printing errors.  Sort properties
9334         by names in alphabetical order instead of by value sizes.
9335         Add `mouse-face' to list of properties for `describe-face' widget.
9336         (describe-char): Mask out face-id from 19 bits of character.
9337         Print face-id separately.
9339         * replace.el (occur-accumulate-lines, occur-engine):
9340         Fontify unfontified matching lines in the source buffer
9341         before copying them.
9342         (occur-engine): Don't put mouse-face on context lines.
9343         (occur-next-error): Set point to line beginning/end
9344         before searching for prev/next property to skip multiple
9345         matches on a line (not supported by occur engine).
9346         Remove redundant prefix-numeric-value.
9348 2004-12-15  Juri Linkov  <juri@jurta.org>
9350         * replace.el (match): New face.
9351         (list-matching-lines-face): Change default from `bold' to `match'.
9353         * progmodes/grep.el (grep-match-face): New defvar.
9354         (grep-mode-font-lock-keywords): Use grep-match-face instead of
9355         compilation-column-face to highlight grep matches.
9357         * apropos.el (apropos-match-face): Change default from
9358         `secondary-selection' to `match'.
9360         * info-look.el (info-lookup-highlight-face): Change default from
9361         `highlight' to `match'.
9363 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
9365         * progmodes/executable.el (executable-interpret): Eliminate
9366         obsolete compile-internal, and switch to comint for interaction.
9368 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
9370         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9371         `&&' when skipping multiple statements on a line.
9373 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
9375         * play/zone.el (zone): Set `truncate-lines'.
9376         Also, init `tab-width' with value from original buffer.
9377         (zone-shift-up): Rewrite for speed.
9378         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9379         (zone-pgm-jitter): Remove redundant entries from ops vector.
9380         (zone-exploding-remove): Reduce iteration count.
9381         (zone-cpos): Convert to defsubst.
9382         (zone-replace-char): New defsubst.
9383         (zone-park/sit-for): Likewise.
9384         (zone-fret): Take window-start arg.
9385         Update callers.  Use `zone-park/sit-for'.
9386         (zone-fill-out-screen): Rewrite.
9387         (zone-fall-through-ws): Likewise.  Update callers.
9388         (zone-pgm-drip): Use `zone-replace-char'.
9389         Move var inits before while-loop.  Use `zone-park/sit-for'.
9390         (zone-pgm-random-life): Handle empty initial field.
9391         Use `zone-replace-char' and `zone-park/sit-for'.
9393 2004-12-15  Juri Linkov  <juri@jurta.org>
9395         * isearch.el (isearch-update): Test isearch-lazy-highlight
9396         before calling isearch-lazy-highlight-new-loop.
9397         (isearch-lazy-highlight-new-loop):
9398         Don't test isearch-lazy-highlight.
9400         * replace.el (perform-replace): Add isearch-case-fold-search.
9401         Use delimited-flag for isearch-regexp.
9402         Reset isearch-lazy-highlight-last-string to force lazy
9403         highlighting when called from isearch mode.
9404         (query-replace-highlight): Revert defcustom type to boolean.
9405         (query-replace-lazy-highlight): New defcustom.
9406         (query-replace): New face.
9407         (perform-replace, replace-highlight, replace-dehighlight):
9408         Test query-replace-lazy-highlight instead of special value
9409         `isearch' of query-replace-highlight.
9410         (replace-dehighlight): Don't call isearch-dehighlight.
9411         (replace-highlight): Don't call isearch-highlight.
9412         Use face `query-replace' unconditionally.
9414 2004-12-14  Kim F. Storm  <storm@cua.dk>
9416         * simple.el (inhibit-mark-movement): Remove defvar.
9417         (beginning-of-buffer, end-of-buffer): Don't use it.
9419         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9420         Don't use inhibit-mark-movement.
9422         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9423         (cua--undo-push-mark): Remove.
9424         (cua--pre-command-handler, cua--post-command-handler):
9425         Don't fiddle with inhibit-mark-movement.
9427 2004-12-14  Juri Linkov  <juri@jurta.org>
9429         * buff-menu.el (list-buffers-noselect): Collect internal info
9430         for every buffer in BUFFER-LIST arg too.
9431         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9432         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9433         Bind same-window-buffer-names and same-window-regexps to nil.
9435 2004-12-13  Juri Linkov  <juri@jurta.org>
9437         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9439         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9440         (sc-cite-region, sc-uncite-region, sc-recite-region):
9441         Fix previous change to handle not alist as a symbol, but
9442         a citation frame as a symbol that represents a variable name.
9444 2004-12-13  Richard M. Stallman  <rms@gnu.org>
9446         * filecache.el (file-cache-add-directory-using-find):
9447         Only set up file-cache-find-command-posix-flag if we will use it.
9449         * bindings.el (mode-line-buffer-identification-keymap):
9450         Don't cancel the mode-line's usual down-mouse-1 binding.
9452         * cus-edit.el (custom-face-selected): Handle `default' specs.
9453         (custom-face-edit): Increase extra-offset.
9454         (custom-display): Handle `default' specs.
9456         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9458         * emacs-lisp/elint.el (elint-standard-variables)
9459         (elint-unknown-builtin-args): Move definitions up.
9461         * net/browse-url.el (browse-url-url-at-point): Add autoload.
9463         * info.el (info-xref-visited): Use `default' instead of t.
9464         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9466         * faces.el (header-line, mode-line-inactive, tool-bar):
9467         Use `default' instead of t for setting the defaults.
9468         (face-spec-choose): Separate `t' from `default'.
9470         * subr.el (while-no-input): New macro.
9472 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
9474         * filecache.el (file-cache-add-directory-using-find):
9475         Only test file-cache-find-command-posix-flag on some systems.
9477 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9479         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9480         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9481         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9482         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9483         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9485 2004-12-12  Juri Linkov  <juri@jurta.org>
9487         * files.el (find-file-other-window, find-file-other-frame):
9488         Add the first buffer to the returned value to return the complete
9489         list of all visited buffers.
9490         (find-file-read-only, find-file-read-only-other-window)
9491         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9492         `find-file-read-args'.  Signal an error about non-existent file
9493         only if file name doesn't contain wildcards.  Toggle read-only in
9494         all visited buffers.
9495         (find-alternate-file, find-alternate-file-other-window):
9496         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
9497         called interactively.  Pass arg `wildcards' to other functions.
9498         (find-file-noselect): Doc fix.
9500         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9501         Doc fix.
9502         (ffap-directory-finder): New variable.
9503         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9504         (ffap-file-at-point): Add /* to immediately rejected names.
9505         Return absolute file names matching ffap-dired-wildcards.
9506         (ffap-read-file-or-url): Set default value for `completing-read'
9507         to `buffer-file-name'.
9508         (find-file-at-point): When filename matches ffap-dired-wildcards,
9509         call ffap-file-finder with t arg `wildcards', instead of dired.
9510         (ffap-other-window, ffap-other-frame): Return visited buffers.
9511         (ffap-read-only, ffap-read-only-other-window)
9512         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9513         (dired-at-point): Call ffap-directory-finder instead of dired.
9514         (ffap-dired-other-window, ffap-dired-other-frame)
9515         (ffap-list-directory): New commands.
9516         (ffap-bindings): New keybindings for new commands.
9518 2004-12-12  Juri Linkov  <juri@jurta.org>
9520         * simple.el (beginning-of-buffer, end-of-buffer):
9521         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9522         Do not push mark when mark is active in transient-mark-mode.
9524         * simple.el (mark-word):
9525         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9526         * textmodes/paragraphs.el (mark-paragraph):
9527         Extend the region when mark is active in transient-mark-mode,
9528         regardless of the last command.  Doc fix.
9530         * simple.el (mark-word): Preserve direction when repeating.
9531         Make arg optional.  Interactive "p" -> "P".
9532         (transient-mark-mode, inhibit-mark-movement): Doc fix.
9534         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9535         preserving direction, to mark forward instead of backward when mark
9536         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9538 2004-12-12  Juri Linkov  <juri@jurta.org>
9540         * isearch.el (isearch-edit-string): Set 7th arg of
9541         `read-from-minibuffer' to `t' to inherit the current input
9542         method (whose name is indicated by [IM] in the minibuffer prompt)
9543         from the current buffer to the minibuffer.
9544         (isearch-lazy-highlight-update): Put body to `with-local-quit'
9545         to allow C-g quitting for lazy highlighting looping inside the
9546         search with nested repetition operators.  Add overlay to the list
9547         before setting its face and other properties to avoid the case of
9548         code quitting after placing the new overlay but before it's
9549         recorded on the list.  Select the window where isearch was
9550         activated, to highlight matches in the right window when isearch
9551         switches the current window to the minibuffer.
9553         * international/isearch-x.el
9554         (isearch-process-search-multibyte-characters):
9555         Use `isearch-message' as initial input for `read-string' instead
9556         of adding it to the minibuffer prompt.  After reading a string
9557         remove the initial value of `isearch-message' from the string.
9559         * replace.el (replace-match-maybe-edit): Doc fix.
9560         (perform-replace): Don't call `replace-highlight' when automatic
9561         replacement is requested in literal mode, since it is intended
9562         only to highlight words during entering a new replacement string
9563         for \? in non-literal mode.
9565         * replace.el (query-replace-highlight): Add new value `isearch'
9566         that allows query replacement to use isearch highlighting.
9567         Change type from `boolean' to `choice'.  Doc fix.
9568         (replace-highlight, replace-dehighlight, perform-replace):
9569         Use isearch highlighting if query-replace-highlight eq `isearch'.
9571 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9573         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9574         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9576         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9577         case of \end{verbatim}.
9579 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
9581         * term.el (term-termcap-format): Synchronize with terminfo.
9582         (term-emulate-terminal): Handle reset.
9583         (term-reset-terminal): New function.
9585 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
9587         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9588         (zone-fill-out-screen): New func.
9589         (zone-pgm-drip): Use `zone-fill-out-screen'.
9590         Also, no longer go to point-min on every cycle.
9591         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9592         (zone-pgm-random-life-wait): New user var.
9593         (zone-pgm-random-life): New func.
9595 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
9597         * files.el (auto-mode-alist): Map .com to DCL mode.
9599 2004-12-09  Richard M. Stallman  <rms@gnu.org>
9601         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9603 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
9605         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9606         buffer with a display margin.
9608 2004-12-08  Jay Belanger  <belanger@truman.edu>
9610         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9611         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9613 2004-12-08  Richard M. Stallman  <rms@gnu.org>
9615         * faces.el: Delete code to set display table.
9616         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
9618 2004-12-08  Jay Belanger  <belanger@truman.edu>
9620         * calc/calc.el: Add math-read-preprocess-string to autoloads.
9622         * calc/calc-ext.el (math-read-replacement-list)
9623         (math-read-superscripts, math-read-preprocess-string): Move to
9624         calc-aent.el.
9626         * calc/calc-aent.el (math-read-replacement-list)
9627         (math-read-superscripts, math-read-preprocess-string): Move from
9628         calc-ext.el.
9630 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9632         * isearch.el (isearch-quote-char): Fix up typo in last change.
9634 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
9636         * mouse.el (mouse-set-font): Handle the case where the command was
9637         not invoked using the mouse.
9639         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9640         (edmacro-finish-edit): Further update for keyboard macros that are
9641         lambda forms.
9642         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9644 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * font-lock.el (font-lock-unfontify-region): Save buffer state.
9647         (font-lock-default-unfontify-region): Don't save buffer state any more.
9649 2004-12-07  Jay Belanger  <belanger@truman.edu>
9651         * calc/calc-help.el (calc-describe-key):
9652         Set calc-summary-indentation even when Calc Summary buffer exists.
9654 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
9656         * calendar/holidays.el (holiday-easter-etc): Make arguments
9657         optional for backwards compatibility.  Doc fix.
9658         Remove un-necessary local vars mandatory, output-list.
9659         (holiday-advent): Make arguments optional for backwards
9660         compatibility.  Doc fix.
9662 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9664         * paren.el (show-paren-function): Fix last change (2004-12-02).
9666         * international/mule-util.el (char-displayable-p): Return nil for
9667         unibyte mode.
9669         * subr.el (subregexp-context-p): New function.
9671         * isearch.el (isearch-quote-char): Use it.
9673         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9674         (regexp-opt-not-groupie*-re): Remove.
9675         (regexp-opt): Properly handle inputs with duplicate entries.
9677 2004-12-06  Richard M. Stallman  <rms@gnu.org>
9679         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9681         * cus-edit.el (custom-file): Doc fix.
9683         * textmodes/org.el: New file.
9685 2004-12-06  Kenichi Handa  <handa@m17n.org>
9687         * ldefs-boot.el: Update international/mule-util.el section.
9689 2004-12-05  Sam Steingold  <sds@gnu.org>
9691         * net/tramp.el (tramp-handle-file-accessible-directory-p):
9692         Fix `tramp-time-diff' comparison logic.
9694 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
9696         * progmodes/which-func.el (which-function):
9697         Use `run-hook-with-args-until-success' instead of a custom loop.
9698         Fixes bug with local hooks.
9700 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9702         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9703         Use delete-dups when calculating the initial value.
9704         (bibtex-autokey-get-title): Use <=.
9705         (bibtex-goto-line): New function.
9706         (bibtex-reposition-window): Use line numbers instead of point
9707         positions.  Use window-body-height.
9708         (bibtex-find-crossref): Use bibtex-reposition-window.
9709         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
9710         position of entry if key is found or nil if not found.
9712 2004-12-05  Richard M. Stallman  <rms@gnu.org>
9714         * cus-edit.el (custom-file): Doc fix.
9716         * progmodes/sh-script.el (sh-indent-for-then): Change default.
9718 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9720         * simple.el (blink-matching-open):
9721         * textmodes/tex-mode.el (tex-validate-region):
9722         Obey syntax-table text properties.
9724 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
9726         * wid-edit.el (widget-specify-field): Add `real-field' property to
9727         boundary.
9728         (widget-field-at): Use it.
9730 2004-12-02  Richard M. Stallman  <rms@gnu.org>
9732         * progmodes/cc-mode.el (awk-mode autoload):
9733         Supply t meaning interactive function.
9735         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
9736         (isearch-mode-map): No special definition for space.
9737         (isearch-whitespace-chars): Command deleted.
9738         (isearch-forward-regexp): Doc fix.
9739         (isearch-quote-char): When a space is not inside brackets,
9740         use `[ ]' instead of just space.
9741         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9743         * imenu.el (imenu--generic-function): Delete code to exclude
9744         matches in comments.
9746         * man.el (Man-reverse-face): Change default to `highlight'.
9748         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9749         (occur-engine): Use `face' prop rather than `font-lock-face'
9750         when specifying use of `match-face'.
9751         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9753         * emacs-lisp/elint.el (elint-standard-variables): Update list.
9755         * add-log.el (add-log-current-defun): Handle the case where point
9756         is in the header part of a DEFUN construct.
9758 2004-12-02  Dave Love  <fx@gnu.org>
9760         * progmodes/python.el (python-font-lock-syntactic-keywords):
9761         Fix previous change.
9763 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
9765         * paren.el (show-paren-function): Check for matching chars
9766         specified by text props.
9768 2004-12-02  Jay Belanger  <belanger@truman.edu>
9770         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9771         when reading a new key sequence.
9773 2004-12-02  Kim F. Storm  <storm@cua.dk>
9775         * faces.el (escape-glyph): Rename from glyph.
9776         (standard-display-table): Set it here.  Add escape-glyph face to
9777         extra slot characters.
9779         * disp-table.el: Undo 2004-12-01 change.  Display table is now
9780         setup in faces.el.
9782 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
9784         * xml.el (xml-parse-dtd): Don't show validity messages when
9785         xml-validating-parser is nil.
9786         (xml-substitute-special): Fix validity error messages to
9787         actually show the unexpandable entity.  Added validity error if &
9788         isn't followed by an entity.
9789         (xml-parse-tag): Concatenate any string following the a
9790         <![CDATA[]]> section to the parsed CDATA.
9791         (xml-parse-dtd): Skip parameter entity declarations and use of
9792         parameter entities.
9794 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9796         * kmacro.el (kmacro-default-counter-format): New var.
9797         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
9798         (kmacro-display): Remove `nil' from `and' form.  Delete call to
9799         `format' inside `message'.
9800         (kmacro-start-macro): Use `kmacro-default-counter-format'.
9802 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * pcvs.el (cvs-header-msg): New function.
9805         (cvs-update-header): Use it.  Change calling convention.
9806         Correctly handle the case of having simultaneous active processes.
9807         (cvs-sentinel): Don't call cvs-update-header any more.
9808         (cvs-mode-run): Update call and add cvs-update-header to postproc.
9810 2004-12-01  Jay Belanger  <belanger@truman.edu>
9812         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9813         Change message.
9815 2004-12-01  Juri Linkov  <juri@jurta.org>
9817         * progmodes/prolog.el (prolog-mode-variables):
9818         Fix imenu-generic-expression.
9820 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
9822         * faces.el (glyph): New face.
9824         * disp-table.el: Add an autoloaded table, that doesn't require
9825         this library, with glyph face.
9827         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9828         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9829         (conf-quote-normal): Allow normalizing only ' or ".
9830         (conf-mode): Regexp-quote constructed comment-start and don't
9831         match section {} where "name" contains braces.
9833         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9834         files.
9836 2004-12-01  Kenichi Handa  <handa@m17n.org>
9838         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9839         (x-select-text): Don't treat eight-bit-control/graphic chars
9840         specially.  Store the encoded text in the X cut buffer.
9841         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9842         with x-last-selected-text-cut-encoded.
9844 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9846         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9848 2004-11-30  Markus Rost  <rost@ias.edu>
9850         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9851         AUCTeX.
9853 2004-11-30  Jay Belanger  <belanger@truman.edu>
9855         * calc/calc-arith.el (math-possible-signs): Made stronger checks
9856         on signs of intervals.
9857         (math-pow-of-zero): Strengthen checks for positive and negative
9858         exponents.
9860         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9861         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9862         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9863         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9864         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9865         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9866         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9867         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9868         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9869         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9870         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9871         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9872         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9873         with provide statements.
9875         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9877         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9879         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9880         (calc-load-everything, math-defsimplify): Replace dummy autoloading
9881         functions by require statements.
9882         (math-defsimplify): Move to calc-alg.el, add to autoloads.
9884         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9885         (calc-gnuplot-print): Give them values.
9887         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9888         autoloads.
9889         Add calc-do-embedded-activate to autoloads.
9890         (calc-gnuplot-name, calc-gnuplot-plot-command)
9891         (calc-gnuplot-print-command): Move them to calc-graph.el.
9893 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9895         * term/mac-win.el (ccl-encode-mac-roman-font)
9896         (ccl-encode-mac-cyrillic-font)
9897         (ccl-encode-mac-centraleuropean-font, encoder-list)
9898         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9899         Support Cyrillic, CentralEuropean, and Dingbat font display
9901 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
9903         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9905         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9906         still nil.
9908 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9910         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9911         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9913 2004-11-29  Jay Belanger  <belanger@truman.edu>
9915         * calc/calc-arith.el (math-pow-of-zero): Take into account different
9916         cases of the base and exponent.
9918 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9920         * simple.el (next-error-buffer-p): Allow for inclusive and
9921         exclusive tests for finding a buffer.
9922         (next-error-find-buffer): Pass the exclusive and inclusive tests
9923         to next-error-buffer-p.
9925         * replace.el (occur-next-error): Switch to the Occur buffer when
9926         appropriate, use the exclusive filter to next-error-find-buffer to
9927         do it.  Use the absolute value of the motion amount.
9929 2004-11-29  Kenichi Handa  <handa@m17n.org>
9931         * startup.el (command-line): Decode all default-directory by
9932         locale-coding-system.
9934 2004-11-29  Jay Belanger  <belanger@truman.edu>
9936         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9937         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9938         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9939         Replace calls to calc-extensions by appropriate require, replace
9940         calc-extensions-loaded by appropriate featurep.
9942         * calc/calc-ext.el: Move require to end of file.
9943         Remove redundant loading of calc.el.
9944         (calc-extensions-loaded): Remove unnecessary variable.
9945         (calc-extensions): Remove unnecessary function.
9946         (calc-load-everything): Replace calc-need-macros by appropriate require.
9948         * calc/calc-macs.el: Move provide to end of file.
9949         (calc-need-macros): Remove unnecessary function.
9951         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9952         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9953         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9954         Replace calc-extensions by appropriate require.
9955         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9957         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9958         Replace calc-need-macros by appropriate require.
9960         * calc/calc.el: Move require to end of file.
9961         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9962         Remove unnecessary variable.
9963         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9964         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9965         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9966         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9967         (math-stack-value-offset, math-format-value, math-format-flat-expr)
9968         (math-format-number, math-format-bignum, math-read-number)
9969         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9970         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9971         by appropriate require.
9972         (calc-check-defines): Replace calc-need-macros by appropriate require.
9974 2004-11-29  Kim F. Storm  <storm@cua.dk>
9976         * macros.el (insert-kbd-macro): Handle kmacro functions.
9978 2004-11-28  Juri Linkov  <juri@jurta.org>
9980         * compare-w.el (compare-windows-highlight): Attach each overlay
9981         to its window to properly highlight differences while comparing
9982         two windows of the same buffer.  Fix arguments.
9983         (compare-windows-sync-default-function): Fix arguments of
9984         `compare-windows-highlight'.
9986         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9987         Use `read-expression-history'.  Set initial contents only if
9988         `edebug-global-break-condition' is non-nil.  Set histpos to 1
9989         if initial contents is equal to the last history element.
9990         (edebug-set-conditional-breakpoint): Instead of temporarily
9991         prepending the current condition to the history, set initial
9992         contents to the current condition.  Set histpos to 1 if initial
9993         contents is equal to the last history element.
9995         * info.el (Info-search-whitespace-regexp): Remove shy group.
9996         (Info-search): Forward line if search is on the header line.
9997         Use search-whitespace-regexp in two other places.
9999 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10001         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10002         warning.  Delay real definition, which uses
10003         `set-fringe-indicators-1' till after the definition of that function.
10005 2004-11-28  Kim F. Storm  <storm@cua.dk>
10007         * fringe.el (fringe): New defgroup.
10008         (fringe-mode): Move to fringe group.
10009         (fringe-indicators): New defcustom.
10010         (set-fringe-indicators-1): New defun.
10012         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10013         (menu-bar-showhide-fringe-ind-menu): New keymap.
10014         (menu-bar-showhide-fringe-ind-empty)
10015         (menu-bar-showhide-fringe-ind-mixed)
10016         (menu-bar-showhide-fringe-ind-box)
10017         (menu-bar-showhide-fringe-ind-right)
10018         (menu-bar-showhide-fringe-ind-left)
10019         (menu-bar-showhide-fringe-ind-none): New defuns.
10020         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10022 2004-11-27  Richard M. Stallman  <rms@gnu.org>
10024         * comint.el (comint-read-noecho): Add trivial compatibility definition.
10026         * generic.el (define-generic-mode): Doc fix.
10028         * menu-bar.el (menu-bar-options-save): For the options
10029         that are toggled with menu-bar-make-mm-toggle, don't check
10030         for customized-value prop.
10032 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
10034         * mail/supercite.el (sc-cite-region): Handle the case where
10035         sc-cite-frame-alist is a symbol.
10036         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10037         a symbol.
10038         (sc-recite-region): Handle the case where sc-recite-frame-alist is
10039         a symbol.
10041 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10043         * wid-edit.el (widget-narrow-to-field): New function.
10044         (widget-complete): Use it.
10046 2004-11-27  Jay Belanger  <belanger@truman.edu>
10048         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10049         variable.
10050         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10051         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10052         (math-alg-inequalities): Move declaration to earlier in the file.
10054         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10055         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10056         Declare them.
10058         * calc/calc-lang.el (math-expr-data, math-expr-token)
10059         (math-exp-old-pos): Declare them.
10061         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10062         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10064 2004-11-27  Kim F. Storm  <storm@cua.dk>
10066         * progmodes/flymake.el: Use (featurep 'xemacs).
10067         (flymake-makehash): Change to defsubst.  Use fboundp.
10068         (flymake-time-to-float): Remove.
10069         (flymake-float-time): Merge code from flymake-time-to-float here.
10070         (flymake-replace-regexp-in-string): Change to defsubst.
10071         (flymake-split-string-remove-empty-edges):
10072         Rename to flymake-split-string.
10073         (flymake-split-string): Remove previous defalias.
10074         (flymake-get-temp-dir): Change to defsubst.
10075         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10076         Define for xemacs only.
10077         (flymake-master-file-count-limit): Change into compiler defvar only.
10078         (flymake-find-possible-master-files): Let-bind it dynamically while
10079         sorting files using flymake-master-file-compare.
10081 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10083         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10084         of defun-prompt-regexp matches inside a comment/string but the
10085         beginning is correctly outside everything.
10087         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10088         appears within a string or a comment.
10090         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10091         rather than make-symbol for symbols which are used in
10092         a symbol-macrolet or equivalent.
10094 2004-11-26  Jay Belanger  <belanger@truman.edu>
10096         * calc-misc.el (calc-last-why-command): Declare it.
10098         * calc-vec.el (math-grade-vec): New variable.
10099         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10100         Replace variable grade-vec by declared variable.
10101         (math-rb-close): New variable.
10102         (math-read-brackets, math-read-vector): Replace variable close by
10103         declared variable.
10105         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10106         (calc-one-window, calc-edit-handler, calc-restore-trail)
10107         (calc-allow-ret): Declare them.
10109         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10110         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10111         (math-radix-float-cache-tag, math-random-cache)
10112         (math-max-digits-cache, math-integral-cache, math-units-table)
10113         (math-format-date-cache, math-holidays-cache-tag): Declare them.
10114         (math-moc-func): New variable.
10115         (math-map-over-constants, math-map-over-constants-rec):
10116         Replace variable func by declared variable.
10118         * calc/calc-store.el (calc-given-value, calc-store-opers):
10119         Declare them.
10120         (calc-var-name-map): Move declaration to earlier in the file.
10121         (calc-pv-pos): New variable.
10122         (calc-permanent-variable, calc-insert-permanent-variable):
10123         Replace variable pos by declared variable.
10125         * calc/calc-mtx.el (calc-det-lu): New variable.
10126         (math-det-raw, math-det-step): Replace variable lu by declared variable.
10128         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10129         (math-multi-subst, math-multi-subst-rec): Replace variables temp
10130         and arg by declared variables.
10131         (calcFunc-reducer): Fix incorrect variable.
10132         (math-inner-mul-func, math-inner-add-func): New variables.
10133         (calcFunc-inner, math-inner-mats): Replace variables mul-func
10134         and add-func by declared variables.
10136         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10137         (calc-digit-value): Declare them.
10139         * calc/calc-help.el (Info-history): Declare it.
10140         (calc-describe-key): Make calc-summary-indentation a local variable.
10141         (calc-help-long-names): Move declaration to earlier in file.
10143         * calc/calc-embed.el (calc-original-buffer): Declare it.
10144         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10145         (calc-embed-bot): New variables.
10146         (calc-do-embedded, calc-embedded-mark-formula)
10147         (calc-embedded-find-bounds, calc-embedded-duplicate)
10148         (calc-embedded-new-formula, calc-embedded-make-info):
10149         Replace vars outer-top, outer-bot, bot and top by declared variables.
10150         (calc-embed-prev-modes): New variable.
10151         (calc-embedded-set-modes, calc-embedded-update): Replace variable
10152         prev-modes with declared variable.
10153         (calc-embed-vars-used): New variable.
10154         (calc-embedded-make-info, calc-embedded-evaluate-expr)
10155         (calc-embedded-update, calc-embedded-find-vars): Replace variable
10156         vars-used by declared variable.
10158         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10159         (math-format-radix-float): Remove unnecessary setq.
10160         (math-radix-float-cache): Declare it.
10162         * calc/calcsel2.el (calc-keep-selection): Declare it.
10164         * calc/calc-maint.el: Remove file.
10166 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10168         * textmodes/bibtex.el (bibtex-sort-entry-class)
10169         (bibtex-comment-start): Use defcustom.
10170         (bibtex-entry-field-alist): Use nil if initial content of the
10171         field is undefined.  Fix docstring.
10172         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10173         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10174         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10175         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10176         Fix docstring.
10177         (bibtex-autokey-title-terminators): Use only one regexp.
10178         (bibtex-string-maybe-empty-head): New variable.
10179         (bibtex-remove-delimiters-string): New function.
10180         (bibtex-text-in-field-bounds, bibtex-text-in-string):
10181         Use bibtex-remove-delimiters-string.
10182         (bibtex-progress-message, bibtex-field-left-delimiter)
10183         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10184         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10185         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10186         Simplify.
10187         (bibtex-format-entry): Use save-excursion for inherited booktitle.
10188         Use eq and bibtex-remove-delimiters-string.  For end markers use
10189         insertion type so that marker stays after inserted text.
10190         (bibtex-autokey-get-names): Return empty string if name is missing.
10191         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10192         calling bibtex-autokey-name-case-convert.
10193         (bibtex-autokey-demangle-title):
10194         Call bibtex-autokey-titleword-case-convert.  Remove call to
10195         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10196         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10197         (bibtex-read-key): New optional arg global.
10198         (bibtex-files-expand): New optional arg force.
10199         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10200         (bibtex-complete-crossref-cleanup): Rename from
10201         bibtex-complete-key-cleanup.  Simplify code.
10202         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
10203         Operate on current entry.
10204         (bibtex-button): Add docstring.
10205         (bibtex-entry): Simplify.
10206         (bibtex-make-field): Replace optional arg called-by-yank with more
10207         specific args move and interactive.
10208         (bibtex-end-of-entry): Use forward-sexp.
10209         (bibtex-find-entry-globally): Remove.
10210         (bibtex-find-crossref): Allow for crossref key located in other buffer.
10211         Bound to C-c C-x.
10212         (bibtex-find-entry): New optional args global and display.
10213         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
10214         (bibtex-validate): Use arg force of bibtex-files-expand.
10215         (bibtex-clean-entry): Bugfix, clean string entries properly.
10216         Always keep point at beginning of entry.
10217         (bibtex-complete): Bugfix.  Handle string entries properly.
10218         Call cleanup functions only if needed.
10219         (bibtex-String): Use bibtex-read-string-key.
10220         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
10221         case of replacement text.
10223 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10225         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10226         (tramp-perl-directory-files-and-attributes): New constant.
10227         (tramp-file-name-handler-alist): Delete file-directory-files, add
10228         directory-files-and-attributes.
10229         (tramp-perl-file-attributes): Surround uid and gid by double
10230         quotes.  Change parameter id-format from nonnumeric.
10231         (tramp-convert-file-attributes): New function.
10232         (tramp-handle-file-attributes): Use it.
10233         (tramp-maybe-send-perl-script): New function.
10234         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
10235         file mode.  Change parameter id-format from nonnumeric.
10236         (tramp-handle-file-attributes-with-ls): Change parameter id-format
10237         from nonnumeric.
10238         (tramp-post-connection): Don't send tramp-perl-file-attributes
10239         script.  Reset connection property "perl-scripts".
10240         (tramp-handle-insert-directory): Run real handler when ls-lisp is
10241         in use.
10243 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10245         * desktop.el (desktop-read): Replace mapcar with mapc.
10246         (desktop-create-buffer): Replace mapcar with mapc.
10247         Remove redundant piece of code.
10249 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
10251         * progmodes/gud.el (gud-display-line): Use display-buffer
10252         for GDB-UI as for GUD.
10254         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10255         Delete variables.
10256         (gdb-ann3): Don't make GUD buffer dedicated.
10257         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10258         (gdb-display-source-buffer): Delete function.
10259         (gdb-view-source-function, gdb-view-assembler): Delete functions.
10260         (menu): Delete menu bindings for viewing source/assembler.
10261         (gdb-setup-windows, gdb-restore-windows):
10262         Don't dedicate GUD.  No assembler now.
10263         (gdb-reset): No need to undedicate source buffers now.
10264         (gdb-source-info): No assembler now.
10266 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
10268         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10269         width to those for special frames.
10270         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10271         Use display-buffer.
10272         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10273         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10274         (gdb-frame-assembler-buffer): Rework like
10275         gdb-frame-breakpoints-buffer.
10277 2004-11-25  Richard M. Stallman  <rms@gnu.org>
10279         * progmodes/flymake.el: Reindent.
10280         (flymake-split-string): Turn into defalias.
10281         (flymake-fix-file-name): Rename from flymake-fix-path-name.
10282         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10283         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
10284         (flymake-build-relative-filename): Rename from ...path.
10285         Fix error message.
10287 2004-11-25  Cheng Gao  <chenggao@gmail.com>
10289         * progmodes/flymake.el: Much whitespace and capitalization change.
10290         Move `provide' to end.  Require `compile' only when compiling.
10292 2004-11-24  Jay Belanger  <belanger@truman.edu>
10294         * calc/calc-alg.el: Added comment.
10295         (math-polynomial-base): Replace variable mpb-top-expr by
10296         math-poly-base-top-expr.
10298         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10299         (math-polynomial-p1): Replace variable mpb-top-expr by declared
10300         variable.
10301         (math-poly-base-total-base): New variable.
10302         (math-total-polynomial-base, math-polynomial-p1): Replace variable
10303         mpb-total-base by declared variable.
10304         (math-factored-vars, math-to-list): Declare it.
10305         (math-fact-expr): New variable.
10306         (calcFunc-factors, calcFunc-factor, math-factor-expr)
10307         (math-factor-expr-try, math-factor-expr-part): Replace variable
10308         expr by declared variable.
10309         (math-fet-x): New variable.
10310         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10311         by declared variable.
10312         (math-factor-poly-coefs): Make temp a local variable.
10314         * calc/calc-units.el (calc-convert-units): Make units a local
10315         variable.
10316         (calc-num-units, calc-den-units): New variables.
10317         (calc-explain-units, calc-explain-units-rec): Replace variables
10318         num-units and den-units by declared variables.
10319         (math-cu-unit-list): New variable.
10320         (math-build-units-table, math-compare-unit-names)
10321         (math-convert-units, math-convert-units-rec): Replace variable
10322         unit-list by declared variable.
10323         (math-fbu-base, math-fbu-entry): New variables.
10324         (math-find-base-units, math-find-base-units-rec): Replace variables
10325         base and entry by declared variables.
10326         (math-which-standard): New variable.
10327         (math-to-standard-units, math-to-standard-rec): Replace variable
10328         which-standard by declared variable.
10329         (math-fcu-u): New variable.
10330         (math-find-compatible-unit, math-find-compatible-unit-rec):
10331         Replace variable u by declared variable.
10332         (math-cu-new-units, math-cu-pure): New variables.
10333         (math-convert-units, math-convert-units-rec): Replace variables
10334         new-units and pure by declared variables.
10335         (math-try-cancel-units): New variable.
10336         (math-simplify-units-quotient): Replace variable try-cancel-units by
10337         declared variable.
10339 2004-11-24  Richard M. Stallman  <rms@gnu.org>
10341         * textmodes/ispell.el (ispell-check-version):
10342         If default-directory is nonexistent, use home dir.
10344         * progmodes/grep.el (grep-regexp-alist):
10345         Don't match parens around line numbers.
10347         * progmodes/cperl-mode.el (cperl-indent-region)
10348         (cperl-imenu--create-perl-index, cperl-xsub-scan):
10349         Don't print progress messages.
10351         * progmodes/compile.el (compilation-mode-map):
10352         Don't inherit from compilation-minor-mode-map;
10353         copy its bindings instead.  But the menu bar Compile
10354         entry now does inherit from compilation-menu-map.
10356         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10357         Use with-no-warnings around compiler-macroexpand.
10359         * imenu.el: Don't always require newcomment.
10360         (imenu--generic-function): Call comment-normalize-vars
10361         if we have a comment syntax.
10362         Exit the loop if REGEXP matches the null string.
10363         Test comment-start as well as comment-start-skip
10364         when deciding whether to check for comments.
10366         * tooltip.el (tooltip-mode): Doc fix.
10368         * term.el (term-escape-char, term-mode): Doc fixes.
10370 2004-11-24  Dave Love  <fx@gnu.org>
10372         * progmodes/python.el (python-font-lock-syntactic-keywords):
10373         Check for escapes in the regexp.
10374         (python-quote-syntax): Don't do it here.
10376 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10378         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10379         (gdb-frames-mode-map, gdb-threads-mode-map)
10380         (gdb-registers-mode-map, gdb-locals-mode-map)
10381         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10382         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10384         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10385         (dedicated-switch-to-buffer): Rework.
10386         (gdb-var-evaluate-expression-handler, gdb-put-string):
10387         Remove unused variable bindings.
10388         (gdb-setup-windows, gdb-display-buffer):
10389         Simplify.  Use pop-to-buffer.
10390         (gdb-view-source-function): Simplify.
10391         (gdb-frame-breakpoints-buffer):
10392         Use pop-to-buffer, special-display-regexps.
10394 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10396         * progmodes/f90.el (f90-smart-end)
10397         (f90-previous-statement, f90-beginning-of-block): Doc fix.
10398         (f90-calculate-indent): Handle un-named PROGRAM blocks.
10399         (f90-end-of-block): Doc fix.  Make check of outermost block
10400         conditional on value of `f90-smart-end'.
10401         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10402         Handle case where END-BLOCK is nil.
10403         (f90-match-end): Handle un-named PROGRAM blocks.
10404         (f90-backslash-not-special): New function.
10406 2004-11-24  Jay Belanger  <belanger@truman.edu>
10408         * calc/calc.el (calc-embedded-active): Removed unnecessary
10409         declaration.
10410         (calc-show-banner): Removed redundant declaration.
10412         * calc/calc-graph.el (calc-gnuplot-default-device)
10413         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10414         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10415         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10416         Remove redundant initial values.
10418         * calc/calc-arith.el (math-scalar-functions)
10419         (math-nonscalar-functions, math-scalar-if-args-functions)
10420         (math-real-functions, math-positive-functions)
10421         (math-nonnegative-functions, math-real-scalar-functions)
10422         (math-real-if-arg-functions, math-integer-functions)
10423         (math-num-integer-functions, math-rounding-functions)
10424         (math-float-rounding-functions, math-integer-if-args-functions)
10425         (math-super-types): Move declarations to earlier in file.
10426         (math-unit-prefixes): Declared it.
10427         (math-floor-prec, math-trunc-prec): New variables.
10428         (math-trunc-fancy): Replace variable prec by declared variable.
10429         (math-floor-fancy): Replace variable prec by declared variable.
10430         (math-com-bterms): New variable.
10431         (math-commutative-equal, math-commutative-collect):
10432         Replace variable bterms by declared variable.
10434         * calc/calc-misc.el (math-trunc): Replace variable prec by
10435         math-trunc-prec.
10436         (math-floor): Replace variable prec by math-floor-prec.
10438         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10439         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10440         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10441         (math-format-date, math-format-date-part): Replace variables
10442         date, dt, year, month, day, weekday, hour, minute, second and
10443         bc-flag by declared variables.
10444         (math-pd-str): New variable.
10445         (math-parse-date, math-parse-date-word, math-parse-standard-date):
10446         Replace variable str by declared variable.
10447         (math-daylight-savings-hook, math-tzone-names): Move definitions
10448         to earlier in the file.
10449         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10450         (math-sh-year): New variable.
10451         (math-setup-add-holidays, math-setup-holidays)
10452         (math-setup-year-holidays): Replace variable `year' by declared
10453         variable.
10455         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10456         New variables.
10457         (math-nth-root-float, math-nth-root-float-iter): Replace variables
10458         n, nf and nfm1 by declared variables.
10459         (math-nri-n): New variable.
10460         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10461         n by declared variable.
10462         (calcFunc-log): Removed misplaced condition.
10464 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10466         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10468 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10470         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10471         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10472         Dedicate gdb-related windows.
10473         (gdb-display-buffer): Dedicate gdb-related windows.
10474         Don't grab other frames.
10475         (gdb-reset): Remove dedicated property after debugging.
10477 2004-11-24  Jay Belanger  <belanger@truman.edu>
10479         * calc/calc-sel.el: Add comment.
10481         * calc/calc.el (math-stack-value-offset): Replace variables c,
10482         wid and off with math-svo-c, math-svo-wid and math-svo-off.
10484         * calc/calccomp.el (math-comp-sel-tag): Declare it.
10485         (math-svo-c, math-svo-wid, math-svo-off): New variables.
10486         (math-stack-value-offset-fancy): Replace variables c, wid and off
10487         by declared variables.
10488         (math-comp-just, math-comp-comma-spc): New variables.
10489         (math-compose-expr, math-compose-matrix): Replace variables `just'
10490         and comma-spc by declared variable.
10491         (math-comp-vector-prec): New variable.
10492         (math-compose-expr, math-compose-matrix, math-compose-rows):
10493         Replace variable vector-prec by declared variable.
10494         (math-comp-left-bracket, math-comp-right-bracket)
10495         (math-comp-comma): New variables.
10496         (math-compose-expr, math-compose-rows): Replace variables
10497         left-bracket, right-bracket and comma by declared variables.
10498         (math-comp-full-width): New variable.
10499         (math-comp-to-string-flat, math-comp-to-string-flat-term):
10500         Replace variable full-width by declared variable.
10501         (math-comp-highlight, math-comp-word, math-comp-level)
10502         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10503         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10504         New variables.
10505         (math-comp-to-string-flat, math-comp-to-string-flat-term)
10506         (math-comp-sel-flat-term): Replace variables comp-highlight,
10507         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10508         declared variables.
10509         (math-comp-simplify, math-comp-simplify-term)
10510         (math-comp-add-string, math-comp-add-string-sel):
10511         Replace variables comp-highlight, comp-buf, comp-base,
10512         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10514 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10516         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10518         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10519         and x-server-version may throw.
10521 2004-11-23  Kim F. Storm  <storm@cua.dk>
10523         * subr.el (substitute-key-definition-key): Optimize.
10524         Don't call indirect-function for nil defn (always signals error).
10526         * ido.el (ido-read-internal): Fix require-match check when
10527         ido-directory-too-big is set.
10529 2004-11-23  Jay Belanger  <belanger@truman.edu>
10531         * calc/calc-ext.el (math-read-replacement-list)
10532         (math-read-superscripts): New variables.
10533         (math-read-preprocess-string): New function.
10534         (math-read-expr): Filter input through math-read-preprocess-string.
10536         * calc/calc-aent.el (math-read-exprs): Filter input through
10537         math-read-preprocess-string.
10539 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
10541         * progmodes/compile.el (compilation-start): In cd command use
10542         substitute-env-vars -- not quite shell compatible but better than
10543         nothing.
10544         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10545         handle the newer versions messages, which are more parseable.
10547 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10549         * reveal.el (reveal-mode-map): New var.
10550         (reveal-mode): Use it.
10552 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
10554         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10555         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10557 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10559         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10560         header-line when needed.
10561         Use fixed-pitch only in the header-line.
10562         Build the underline automatically.  Use emdash if available.
10564 2004-11-22  Richard M. Stallman  <rms@gnu.org>
10566         * dired.el (dired-recursive-copies): Move from dired-aux.el.
10567         * dired-aux.el (dired-recursive-copies): Move to dired.el.
10569 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
10571         * progmodes/gdb-ui.el (gdb-resync): New function.
10572         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10573         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10574         Use it to fail more gracefully.
10575         (gdb-variables): Delete variable.
10576         Re-order variables to reduce byte-compiler warnings.
10578 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10580         * descr-text.el (describe-char):
10581         * paren.el (show-paren-function):
10582         * subr.el (syntax-after): Undo last change.
10584         * progmodes/python.el (run-python): Don't hard code *Python*.
10585         Don't modify global process-environment.
10586         (python-send-region, python-load-file): Don't assume that
10587         python-buffer == (process-buffer (python-proc)).
10588         (python-switch-to-python): Simplify.
10590         * dired.el (dired-align-file): Don't assume line starts with spaces.
10592 2004-11-21  Jay Belanger  <belanger@truman.edu>
10594         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10595         Replace variable `lines' by math-read-big-lines.
10596         (math-read-big-expr): Replace variables the-baseline, the-h2
10597         and err-msg by math-read-big-baseline, math-read-big-h2 and
10598         math-read-err-msg.
10599         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10601         * calc/calc-lang.el (math-read-big-rec): Fix typo.
10602         (math-read-big-balance): Replace unbound variable by value.
10603         (math-read-big-lines): New variable.
10604         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10605         (math-read-big-error, math-read-big-balance): Replace variable
10606         `lines' by declared variable.
10607         (math-read-big-baseline, math-read-big-h2): New variables.
10608         (math-read-big-rec): Replace variables the-baseline and the-h2
10609         by declared variables.
10610         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10611         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10612         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10613         declared variables.
10614         (math-read-big-err-msg): New variable.
10615         (math-read-big-error): Replace variable err-msg by declared variable.
10617 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10619         * ses.el: Add coding cookie.
10620         Fix up docstrings, follow new commenting conventions.
10621         (ses-header-line-menu): Fix missing variable rename for header-row.
10622         (ses-cell-size): Remove.
10623         (ses-make-cell): New function.
10624         (ses-cell, ses-insert-row, ses-insert-column): Use it.
10625         (ses-calculate-cell): Remove unused var `symbol'.
10626         (ses-narrowed-p): New function.
10627         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10628         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10629         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10630         (ses-setup): Use restore-buffer-modified-p.
10631         (ses-cleanup): Remove unused var `end'.
10632         (ses-header-string-left-offset): Remove.
10633         (ses-create-header-string): Adjust to new behavior of `align-to'.
10634         Truncate excessively large fields to preserve alignment.
10635         (ses-reconstruct-all): Remove unused var `refs'.
10636         (ses-read-cell-printer): Remove unused var `prompt'.
10637         (ses-delete-row): Remove unused var `pos'.
10638         (ses-delete-column): Remove unused var `new'.
10640 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10642         * ps-print.el: Insert :version tag into all defgroup and defcustom.
10643         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10644         Eliminate eval-and-compile usage.
10645         (ps-insert-file): Use insert-file-contents instead of insert-file.
10646         (ps-setup): Code fix.
10648         * printing.el (pr-setup, lpr-setup): Code fix.
10650 2004-11-21  Jay Belanger  <belanger@truman.edu>
10652         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10653         (calc-original-buffer): Declare them.
10654         (calc-user-formula-alist): New variable.
10655         (calc-user-define-formula, calc-fix-user-formula)
10656         (calc-user-define-composition, calc-finish-formula-edit):
10657         Replace variable `alist' by declared variable.
10658         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10659         (var-q7, var-q7, var-q8, var-q9): Declare them.
10660         (calc-kbd-push): Don't check to see if var-q0 through var-q9
10661         are bound.
10662         (calcFunc-typeof): Replace undeclared variable by expression.
10663         (math-exp-env): New variable.
10664         (math-define-body, math-define-exp): Replace exp-env by declared var.
10665         (math-define-exp): Replace misplaced variable by expression.
10667         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10668         (calc-curve-model, calc-curve-coefnames): New variables.
10669         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10670         varnames, model and coefnames by declared variables.
10671         (math-root-widen): New variable.
10672         (math-search-root, math-find-root): Replace variable root-widen by
10673         declared variable.
10674         (var-DUMMY): Declare it.
10675         (math-root-vars, math-min-vars): Move the declarations to earlier in
10676         the file.
10677         (math-brent-min): Make d a local variable.
10678         (math-find-minimum): Replace non-existent variable.
10679         (math-ninteg-romberg): Remove unnecessary variable.
10680         (math-ninteg-temp): New variable.
10681         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10682         integ-temp by declared variable.
10683         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10684         New variables.
10685         (math-general-fit): Replace variables first-var, first-coef and
10686         new-coefs by declared variables.
10687         (calcFunc-fitvar): Replace variable first-var by declared variable.
10688         (calcFunc-fitparam): Replace variable first-coef by declared variable.
10689         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10690         (math-all-vars-vars, math-all-vars-found): New variables.
10691         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10692         found by declared variable math-all-vars-vars.
10694 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
10696         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10697         of `defconst'.
10699 2004-11-20  Richard M. Stallman  <rms@gnu.org>
10701         * isearch.el (isearch-mode-map): Don't bind SPC.
10702         (isearch-whitespace-chars): Function deleted.
10703         (isearch-search): Bind search-spaces-regexp.
10704         (isearch-lazy-highlight-search): Likewise.
10705         (search-whitespace-regexp): Doc fix.
10706         (isearch-forward-regexp): Doc fix.
10708         * emacs-lisp/bytecomp.el (byte-compile-form):
10709         Move the calls to byte-compile-set-symbol-position,
10710         to avoid having two for the same symbol occurrence.
10712         * comint.el (comint-input-ring-size): Increase to 150.
10714         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10715         New variables.
10716         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10717         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10719         * imenu.el (imenu--generic-function):
10720         Ensure we keep moving backward even if BEG isn't further back.
10722         * replace.el (query-replace-read-to, query-replace-read-from):
10723         Specify t for KEEP-ALL in read-from-minibuffer.
10725         * progmodes/python.el (python-switch-to-python):
10726         If Python isn't running, start it.
10727         Don't alter debug-ignored-errors.
10729         * progmodes/cperl-mode.el (cperl-indent-region):
10730         Don't mind imenu-scanning-message.
10732         * bindings.el (global-map): Bind C-e to move-end-of-line.
10734         * simple.el (line-move-finish): New arg FORWARD.
10735         Ignore invisible newlines, not intangible ones.
10736         Conditions for acceptable stopping positions depend on FORWARD.
10737         (line-move): Pass FORWARD arg to line-move-finish.
10739         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10740         of HEADER.  Compensate for this change in the code to add display
10741         properties.  Don't make the first line intangible.
10743         * info.el (Info-search): Fix previous change.
10745 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
10747         * Makefile.in (recompile): Revert 2004-11-19 change.
10748         (compile): Likewise.
10750 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
10752         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10754 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10756         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
10757         defgroup and defcustom.  Eliminate eval-and-compile usage.
10759         * progmodes/ebnf-otz.el: Fix typos.
10761 2004-11-19  Jay Belanger  <belanger@truman.edu>
10763         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10764         (calc-edit-finish, calc-finish-stack-edit): Replace variable
10765         disp-trail by declared variable.
10767         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10768         (calc-finish-selection-edit): Replace variable disp-trail by
10769         declared variable.
10770         (calc-selection-cache-entry): Move declaration to earlier in the file.
10771         (calc-selection-cache-num, calc-selection-cache-comp)
10772         (calc-selection-cache-offset, calc-selection-true-num)
10773         (calc-final-point-line, calc-final-point-column)
10774         (calc-original-buffer): Declare them.
10775         (calc-fnp-op, calc-fnp-num): New variables.
10776         (calc-find-nth-part, calc-find-nth-part-rec)
10777         (calc-select-previous): Replace op and num by declared variables.
10778         (calc-rsf-old, calc-rsf-new): New variables.
10779         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10780         Replace variables old and new by declared variables.
10781         (calc-sel-reselect): New variable.
10782         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10783         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10784         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10785         reselect with declared variable.
10787         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10788         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10789         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10790         (math-import-list, math-rewrite-phase): Declare them.
10791         (math-rewrite): Use let* to declare variables.
10792         (calc-rewrite-selection): Make rules a local variable.
10793         (calc-rewr-sel): New variable.
10794         (calc-rewrite-selection, calc-locate-selection-marker)
10795         (calc-rewrite): Use the declared variable calc-rewr-sel instead
10796         of sel.
10797         (math-rewrite-whole-expr): New variable.
10798         (math-rewrite, math-rewrite-phase): Replace variable expr by
10799         declared variable.
10800         (math-rewrite-heads-heads, math-rewrite-heads-skips)
10801         (math-rewrite-heads-blanks ): New variables.
10802         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10803         heads, skips and blanks by declared variables.
10804         (math-rwcomp-subst-old, math-rwcomp-subst-new)
10805         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10806         New variables.
10807         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10808         old, new, old-func and new-func by declared variables.
10809         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10810         Remove unnecessary variable.
10811         (math-apply-rw-regs): New variable.
10812         (math-apply-rewrites, math-rwapply-replace-regs)
10813         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10814         (math-apply-rw-ruleset): New variable.
10815         (math-apply-rewrites, math-rwapply-remember): Replace variable
10816         ruleset by declared variable.
10818 2004-11-19  Richard M. Stallman  <rms@gnu.org>
10820         * info.el (Info-search): Use search-whitespace-regexp.
10822 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
10824         * vc-rcs.el (vc-rcs-parse): New function.
10825         (vc-rcs-annotate-command): Likewise.
10826         (vc-rcs-annotate-current-time): Likewise.
10827         (vc-rcs-annotate-time): Likewise.
10828         (vc-rcs-annotate-extract-revision-at-line): Likewise.
10830 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
10832         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10834 2004-11-18  Jay Belanger  <belanger@truman.edu>
10836         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10838 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10840         * printing.el: Eliminate use of interactive-p and eval-and-compile.
10841         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10842         Use make-temp-file to generate PostScript files in any situation.
10843         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10844         (pr-interactive-p): Eliminate var.
10845         (pr-save-interactive): Eliminate macro.
10846         (pr-interface, pr-ps-directory-preview)
10847         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10848         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10849         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10850         (pr-ps-buffer-ps-print, pr-ps-region-preview)
10851         (pr-ps-region-using-ghostscript, pr-ps-region-print)
10852         (pr-ps-region-ps-print, pr-ps-mode-preview)
10853         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10854         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10855         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10856         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10857         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10858         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10859         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10860         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10861         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10862         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10863         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10864         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10865         Eliminate pr-save-interactive usage.
10866         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10867         Eliminate pr-interactive-p usage.
10868         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10869         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10870         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10871         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10872         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10873         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10874         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10875         New funs.
10876         (pr-ps-file): Use make-temp-file to generate a temporary file.
10878 2004-11-17  Jay Belanger  <belanger@truman.edu>
10880         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10881         a local variable.
10882         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10883         (math-top-only): New variable.
10884         (math-simplify, math-simplify-step): Replace variable top-only by
10885         declared variable math-top-only.
10886         (math-simplify-expr): Declare it.
10887         Replace argument expr in all calls of math-defsimplify by
10888         math-simplify-expr.
10889         (math-simplify-plus, math-simplify-times, math-simplify-divide)
10890         (math-simplify-divisor, math-simplify-one-divisor)
10891         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10892         (math-simplify-pow): Replace variable expr by declared variable
10893         math-simplify-expr.
10894         (math-simplify-divisor): Remove local variables temp and op.
10895         (math-simplify-one-divisor): Make temp and op local variables.
10896         (math-simplify-divisor-nover, math-simplify-divisor-dover):
10897         New variables.
10898         (math-simplify-divisor, math-simplify-one-divisor):
10899         Replace variables nover and dover by declared variables.
10900         (math-expr-subst-new, math-expr-subst-old): New variables.
10901         (math-expr-subst, math-expr-subst-rec): Replace variables new
10902         and old by declared variables.
10903         (math-is-poly-degree, math-is-poly-loose): New variables.
10904         (math-is-polynomial, math-is-poly-rec): Replace variables degree
10905         and loose by declared variables.
10906         (math-poly-base-const-ok, math-poly-base-pred): New variables.
10907         (math-polynomial-base, math-polynomial-base-rec):
10908         Replace variables const-ok and mpb-pred by declared variables.
10910         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10912         * calc/calc-ext.el (math-defsimplify): Change the argument in
10913         the created function to math-simplify-expr.
10915         * calc/calc-units.el (math-simplify-expr): Declare it.
10916         Replace argument expr in all calls of math-defsimplify by
10917         math-simplify-expr.
10918         (math-simplify-units-prod): Replace variable expr by declared
10919         variable math-simplify-expr.
10921 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10924         Replace mapcar->dolist, format->string.
10926 2004-11-17  Miles Bader  <miles@gnu.org>
10928         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10929         * progmodes/idlwave.el: Remove RCS keywords.
10931 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
10933         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10934         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10935         Update to IDLWAVE version 5.5.  Too many changes to list them here.
10936         * progmodes/idlw-help.el: New file.
10938 2004-11-16  Richard M. Stallman  <rms@gnu.org>
10940         * international/iso-cvt.el (iso-tex2iso-trans-tab):
10941         Discard spaces after \i according to TeX rules.
10943         * international/mule.el (set-buffer-file-coding-system):
10944         New arg NOMODIFY.
10945         (after-insert-file-set-coding): Pass that new arg.
10946         Prevent set-buffer-multibyte from trying to lock the file.
10948         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10950         * saveplace.el (save-place): Doc fix.
10952         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10953         temporarily widen before finding the following word to copy.
10955         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10956         (cl-map-keymap): Definition deleted.
10958         * subr.el (map-keymap-internal): New function.
10960 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10962         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10963         when pressing rather than when releasing mouse-2.  Simplify.
10965 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10967         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10968         (compilation-mode): Set it here instead.
10970         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10972         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10973         (loop, cl-parse-loop-clause, defsetf): Use backquote.
10975 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10977         * progmodes/compile.el (compilation-internal-error-properties):
10978         Fix up a transposition-typo.  Check end-col before using it.
10980 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
10982         * international/iso-cvt.el (iso-tex2iso-trans-tab):
10983         Discard whitespace after macro \i when converting it.
10985 2004-11-16  Juri Linkov  <juri@jurta.org>
10987         * emacs-lisp/find-func.el (find-function-regexp):
10988         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
10989         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
10990         Remove invalid `\W' from [^cgv\W].  Doc fix.
10991         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10993 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10995         * play/life.el: Maintainer is now FSF.
10996         (life-patterns, life-neighbor-deltas, life-window-start)
10997         (life-current-generation, life-generation-string): Use defvar
10998         instead of defconst.
11000 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11002         * progmodes/compile.el (compilation-move-to-column): New fun.
11003         (compilation-internal-error-properties)
11004         (compilation-next-error-function): Use it to make sure we don't go past
11005         the end of line.
11007 2004-11-15  John Paul Wallington  <jpw@gnu.org>
11009         * autoinsert.el (auto-insert-alist): Insert the user's name in
11010         copyright notice, rather than Free Software Foundation, for the
11011         Emacs Lisp header case too.
11013 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11015         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11016         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11017         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
11018         return the list of string in a string.
11019         (pr-call-process): Message if calling process returns an error, that
11020         is, the exit status is different of zero.
11022 2004-11-15  Jay Belanger  <belanger@truman.edu>
11024         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11025         variable var-thing.
11026         (math-integ-depth, math-integ-level, math-integral-limit)
11027         (math-enable-subst, math-any-substs, math-integ-msg)
11028         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11029         (math-int-threshold, math-int-factors, math-double-roots)
11030         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11031         (var-GenCount): Declare these variables.
11032         (calcFunc-integ): Don't check if var-IntegLimit is bound.
11033         (math-integral-cache, math-integral-cache-state):
11034         Move declarations to earlier in the file.
11035         (math-deriv-var, math-deriv-total, math-deriv-symb)
11036         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11037         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11038         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11039         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11040         (math-solve-res): New variables
11041         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11042         (math-integral, math-replace-integral-parts)
11043         (math-integrate-by-parts, calc-dump-integral-cache)
11044         (math-try-integral, math-do-integral, math-do-integral)
11045         (math-do-integral-methods, math-try-solve-for)
11046         (math-try-solve-prod, math-solve-poly-funny-powers)
11047         (math-solve-crunch-poly, math-decompose-poly)
11048         (math-solve-find-root-term, math-find-root-in-prod)
11049         (math-integ-try-linear-substitutions)
11050         (math-integ-try-substitutions, math-expr-rational-in)
11051         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11052         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11053         (math-solve-for, math-solve-system, math-solve-system-rec)
11054         (math-solve-get-sign, math-solve-get-int)
11055         (math-solve-system-subst): Replace undeclared variables with newly
11056         declared variables.
11058 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11060         * winner.el (winner-active-region, winner-edges, winner-window-list):
11061         Define at toplevel.
11062         (winner-mode-map): Move init inside declaration.
11064 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11066         * files.el (convert-standard-filename): Doc fix.
11068 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
11070         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11071         passwd, group, shadow, default/* and pam.d/*.
11073 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11075         * printing.el (pr-menu-spec): Adjust menu specification.
11077 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11079         * printing.el: Doc fix.  Insert :version tag into all defcustom.
11080         Handle interactive-p as is recommended in Emacs Lisp Reference.
11081         Set the file permission bits for newly created files.
11082         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11083         The printing menu specification (in `pr-menu-spec') was merged.
11084         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11085         (pr-version): New version number (6.8.3).
11086         (pr-file-modes): New option.
11087         (pr-interactive-p): New var.
11088         (pr-save-interactive, pr-save-file-modes): New macros.
11089         (pr-setup): Code fix.
11090         (pr-menu-spec): Menu specification merged.
11091         (pr-call-process, pr-text2ps): Set file permission bits.
11092         (pr-despool-print): Set file permission bits.  Handle interactive-p as
11093         is recommended.
11094         (pr-interface, pr-ps-directory-preview)
11095         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11096         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11097         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11098         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11099         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11100         (pr-ps-region-ps-print, pr-ps-mode-preview)
11101         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11102         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11103         (pr-despool-using-ghostscript, pr-despool-ps-print)
11104         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11105         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11106         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11107         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11108         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11109         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11110         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11111         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11112         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11113         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11114         Handle interactive-p as is recommended.
11116 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11118         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11119         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11121         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11122         so it doesn't forget to highlight the beginning of the region either.
11124 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
11126         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11127         (c-font-lock-init): Eliminate obsolete make-local-hook.
11128         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11129         (awk-mode): Use run-mode-hooks.
11131         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11133 2004-11-13  Kim F. Storm  <storm@cua.dk>
11135         * mouse.el (mouse-drag-copy-region): Add :version.
11136         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11137         while dragging mode line, so mode line can be dragged downwards.
11138         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11139         while pressing mouse button so window doesn't scroll until we
11140         release the mouse if clicking on partially visible line.
11142 2004-11-12  Jay Belanger  <belanger@truman.edu>
11144         * calc/calc-graph.el (calc-dumb-map): Declare it.
11145         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11146         than unbound.
11147         (calc-graph-name): Made `end' a local variable.
11148         (calc-graph-lookup): Made `varname' a local variable.
11149         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11150         Declare them.
11151         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11152         (calc-graph-plot, calc-graph-compute-3d): Remove references to
11153         the unused variable y3vec.
11154         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11155         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11156         calc-graph-prev-kill-hook.
11157         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11158         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11159         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11160         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11161         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11162         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11163         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11164         (calc-graph-y3value, calc-graph-y3name)
11165         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11166         (calc-graph-stepcount, calc-graph-is-splot)
11167         (calc-graph-surprise-splot, calc-graph-blank)
11168         (calc-graph-non-blank, calc-graph-curve-num): New variables.
11169         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11170         (calc-graph-recompute-2d, calc-graph-compute-3d)
11171         (calc-graph-format-data): Replace undeclared variables with the
11172         above newly declared variables.
11174 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
11176         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11177         `rsf-beep' and `rsf-sleep-after-message'.
11179         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11180         list if `message-sender' is non-nil.
11182 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11184         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11185         consing by using mapc instead of mapcar.
11187 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
11189         * tooltip.el (require): Explain why CL is needed.
11191 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11193         * printing.el: Insert :version into defgroup (printing).  All reference
11194         to Files option in menubar were changed to File.
11195         (pr-version): New version number (6.8.2).
11196         (pr-get-symbol): Call easy-menu-intern.
11197         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
11198         compilation gripes.
11200 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11203         new byte-compile-function-environment binding to t.
11205         * font-lock.el (font-lock-fontify-syntactically-region):
11206         Don't forget to highlight the last char when we hit `end'.
11208         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11209         (mwheel-scroll): Adjust accordingly.
11211         * cvs-status.el: Reduce spurious warnings.
11212         (cvs-status-checkout): Remove.
11213         (cvs-status-mode-map): Use cvs-mode-checkout instead.
11215         * pcvs.el (cvs-mode-checkout): New command.
11217         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11219         * tooltip.el: Require CL.
11221         * emacs-lisp/bytecomp.el: Use push.
11222         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11223         (defalias): Remove the `byte-compile' property and add
11224         a `byte-hunk-handler'.
11226 2004-11-11  Juri Linkov  <juri@jurta.org>
11228         * info.el (Info-search): Save match data for isearch.
11229         Skip Tag Table node.
11231         * descr-text.el (describe-char): Replace syntax-after with code
11232         from its previous version.
11234         * files.el (magic-mode-alist): Use optimization for SGML mode too.
11235         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
11237         * international/mule.el (sgml-html-meta-auto-coding-function):
11238         Remove > after <html to allow HTML attributes.
11240 2004-11-11  Jay Belanger  <belanger@truman.edu>
11242         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11243         a variable.
11244         (calcFunc-dfac): Replace unbound max by n.
11245         (math-stirling-local-cache): New variable.
11246         (math-stirling-number, math-stirling-1, math-stirling-2):
11247         Replace the variable `cache' by the declared variable
11248         math-stirling-local-cache.
11249         (var-RandSeed): Declare it as a variable.
11250         (math-init-random-base, math-random-digit): Don't check to see if
11251         var-RandSeed is bound.
11252         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11253         Declare them instead of just setting them.
11254         (math-init-random-base): Made i a local variable.
11255         (math-random-digit): Made math-random-last a local variable.
11256         (math-prime-test-cache): Move declaration to before it is used.
11257         (math-prime-test-cache-k, math-prime-test-cache-q)
11258         (math-prime-test-cache-nm1, math-prime-factors-finished):
11259         Declare them as variables.
11261 2004-11-11  Jay Belanger  <belanger@truman.edu>
11263         * calc/calc-ext.el (math-defcache): Use defvar for the new
11264         variables it creates.
11266 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
11268         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11269         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11270         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11271         (desktop-save): Add :version.
11273 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11275         * printing.el (pr-get-symbol): Don't downcase.
11277 2004-11-10  Jay Belanger  <belanger@truman.edu>
11279         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11280         string to kill-ring.
11282         * calc/calc-aent.el (calc-alg-exp, math-toks)
11283         (math-exp-pos,math-exp-old-pos, math-exp-token)
11284         (math-exp-keep-spaces, math-exp-str): New variables.
11285         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11286         (calcAlg-enter): Use declared variable calc-alg-exp.
11287         (math-build-parse-table, math-find-user-token): Use declared
11288         variable math-toks.
11289         (math-read-exprs, math-read-token, calc-check-user-syntax)
11290         (calc-match-user-syntax, match-factor-after, math-read-factor):
11291         Use declared variables math-exp-pos math-exp-old-pos.
11292         (math-read-exprs, math-read-token, math-read-expr-level)
11293         (calc-check-user-syntax, calc-match-user-syntax)
11294         (match-factor-after, math-read-factor): Use declared variable
11295         math-exp-token.
11296         (math-read-exprs, math-read-expr-list, math-read-token)
11297         (math-read-factor): Use declared variable math-exp-keep-spaces.
11298         (math-read-exprs, math-read-token): Use declared variable
11299         math-exp-str.
11300         (calc-match-user-syntax): Make m a local variable.
11302         * calc/calc-ext.el (math-read-expr): Use declared variables
11303         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11304         math-exp-keep-spaces.
11306         * calc/calc-forms.el (math-read-angle-bracket): Use declared
11307         variables math-exp-pos, math-exp-str.
11309         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11310         math-exp-old-pos.
11311         (math-parse-fortran-vector, math-parse-fortran-vector-end)
11312         (math-parse-eqn-prime): Use declared variable math-exp-token.
11314         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11315         Use declared variable math-exp-pos.
11316         (math-check-for-commas): Use declared variable math-exp-str.
11317         (math-read-brackets): Use declared variables math-exp-old-pos,
11318         math-exp-keep-spaces.
11319         (math-read-brackets, math-read-vector, math-read-matrix):
11320         Use declared variable math-exp-token.
11322 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11325         where the keymap is a symbol.
11326         (easy-menu-add-item): Use keymap-prompt.  Simplify.
11328         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11330         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11331         (sgml-parse-tag-backward): Use it to skip spurious < or >.
11333 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
11335         * ebuff-menu.el: Doc fixes throughout.
11336         (electric-buffer-menu-mode-hook): New defvar.
11338 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
11340         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11341         The resulting compiler warnings appear to be harmless.
11343 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
11345         * textmodes/conf-mode.el: New file.
11347         * files.el (auto-mode-alist, magic-mode-alist): Use it.
11349 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11353 2004-11-09  Jay Belanger  <belanger@truman.edu>
11355         * calc/calc-ext.el (calc-init-extensions): Remove old code.
11357         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11358         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11359         (calc-z-prefix-help, calc-user-function-list): Use declared
11360         variables calc-z-prefix-buf, calc-z-prefix-msgs.
11361         (math-map-tree, math-map-tree-rec): Use declared variables
11362         math-mt-many, math-mt-func.
11363         (math-read-expression, math-read-string): Use declared variable
11364         math-expr-data.
11366         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11367         variable math-normalize-a.
11369         * calc/calc.el (math-normalize-a): New variable.
11370         (math-normalize): Use declared variable math-normalize-a.
11372         * calc/calc-poly.el (math-expand-form): Use declared variable
11373         math-mt-many.
11375         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11376         Use declared variable math-mt-many.
11377         (math-rewrite): Use declared variable math-mt-func.
11379         * calc/calc-vec.el (math-read-brackets, math-read-vector)
11380         (math-read-matrix): Use declared variable math-expr-data.
11382         * calc/calc-lang.el (math-parse-fortran-vector)
11383         (math-parse-fortran-vector-end, math-parse-tex-sum)
11384         (math-parse-eqn-matrix, math-parse-eqn-prime)
11385         (math-read-math-subscr): Use declared variable math-expr-data.
11387         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11388         (math-read-expr-level, math-read-token, calc-check-user-syntax)
11389         (calc-match-user-syntax, math-read-if, math-factor-after)
11390         (math-read-factor): Use declared variable math-expr-data.
11392 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
11394         * calendar/diary-lib.el (diary-from-outlook)
11395         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11396         interactive-p; but rather new optional argument NOCONFIRM.
11398 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11401         (easy-menu-name-match): Revert correspondingly.
11403 2004-11-09  Richard M. Stallman  <rms@gnu.org>
11405         * emacs-lisp/bytecomp.el (byte-compile-defalias):
11406         Turn off warnings for the new function even if definition not constant.
11407         If the definition isn't a quoted symbol, record (FUNCTION . t).
11408         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11409         (byte-compile-callargs-warn): Handle (FUNCTION . t).
11410         (display-call-tree, byte-compile-arglist-warn):
11411         Handle t returned by byte-compile-fdefinition.
11413 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11415         * Makefile.in (maintainer-clean): Depend on distclean.
11417         * help-fns.el (help-C-file-name): File name must be in build-files
11418         to be returned.
11420 2004-11-09  Jay Belanger  <belanger@truman.edu>
11422         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11423         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11425         * calc/calc.el (calc, calc-trail-display, calc-mode):
11426         Remove obsolete sections.
11428         * calc/calc.el (calc-x-paste-text): Remove.
11430         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11431         mouse-2.
11433 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
11435         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11436         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11437         current frame (in case of recursive calls).
11438         (gdb-show-changed-values): Add :version keyword.
11440 2004-11-09  Kenichi Handa  <handa@m17n.org>
11442         * international/mule-cmds.el: Change coding: tag back to
11443         iso-2022-7bit.
11445 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11447         * international/mule-cmds.el: Change coding-system to utf-8.
11448         (select-safe-coding-system-interactively):
11449         New function extracted from select-safe-coding-system.
11450         (select-safe-coding-system): Use it.
11452 2004-11-08  Richard M. Stallman  <rms@gnu.org>
11454         * subr.el (syntax-after): Doc fix.
11456         * paren.el (show-paren-function): Change calls to syntax-after
11457         for new way of returning the value.
11459         * menu-bar.el (menu-bar-file-menu): Make this the real name
11460         and menu-bar-files-menu the alias.  Use the former.
11461         (global-map): Use `file', not `files', as the symbol.
11463         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11465         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11466         Don't use beginning-of-buffer.
11467         (filesets-cmd-show-result): Use with-no-warnings.
11469 2004-11-08  Juri Linkov  <juri@jurta.org>
11471         * progmodes/compile.el (compile): Don't overwrite last command in
11472         minibuffer history with default command if they are not equal.
11474 2004-11-08  Jay Belanger  <belanger@truman.edu>
11476         * calc/calcalg2.el (math-do-integral-methods): Try linear then
11477         non-linear substitutions.
11479 2004-11-08  Jay Belanger  <belanger@truman.edu>
11481         * calc/calcalg2.el (math-linear-subst-tried): New variable.
11482         (math-do-integral): Set `math-linear-subst-tried' to nil.
11483         (math-do-integral-methods): Use `math-linear-subst-tried' to
11484         determine what type of substitution to try.
11485         (math-integ-try-linear-substituion):
11486         Set `math-linear-subst-tried' to t.
11488 2004-11-08  Kim F. Storm  <storm@cua.dk>
11490         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11492 2004-11-07  Juri Linkov  <juri@jurta.org>
11494         * info-look.el (info-lookup): Allow reusing in the current buffer
11495         not only *info* buffer, but all (even renamed) Info buffers
11496         by checking for major-mode instead of *info* buffer name.
11497         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11498         (octave-mode, maxima-mode) <doc-spec>:
11499         Allow long dashes generated by Texinfo 4.7 before definitions.
11500         (texinfo-mode) <doc-spec>: Add space to suffix to find command
11501         definitions with argument separated by space.
11503 2004-11-06  Richard M. Stallman  <rms@gnu.org>
11505         * simple.el (next-error group, face): Move before first use.
11506         (next-error-highlight, next-error-highlight-no-select): Likewise.
11508         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11509         (line-move): New args NOERROR and TO-END.
11510         Return t if if succeed in moving specified number of lines.
11511         (move-end-of-line): New function.
11513         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11514         (end-of-buffer-other-window): Likewise.
11516         * simple.el (line-move-ignore-invisible): Default to t.
11518         * subr.el (syntax-after): Return the syntax letter, not the raw code.
11520         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11522         * international/iso-cvt.el (iso-cvt-define-menu):
11523         Rename menu-bar-files-menu to menu-bar-file-menu.
11525         * net/browse-url.el (browse-url-gnome-moz-program)
11526         (browse-url-gnome-moz-arguments): Move up before first use.
11528         * net/tramp.el (tramp group): Add :version.
11530         * progmodes/ada-xref.el (ada-gdb-application):
11531         Use goto-char instead of beginning-of-buffer.
11533         * progmodes/cperl-mode.el (cperl-info-on-command):
11534         Use goto-char instead of beginning-of-buffer.
11536         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11537         Move up before first use.
11538         (idlwave-shell-temp-pro-file): Likewise.
11539         (idlwave-shell-temp-rinfo-save-file): Likewise.
11540         (idlwave-shell-temp-file): Minor doc fix.
11542         * textmodes/flyspell.el (flyspell-external-point-words):
11543         Use goto-char instead of beginning-of-buffer.
11545 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
11547         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11548         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
11549         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11551 2004-11-06  David Ponce  <david@dponce.com>
11553         * recentf.el (recentf-menu-path): Use menu item name.
11555 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
11557         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11558         display doesn't support images.
11560 2004-11-06  Andreas Schwab  <schwab@suse.de>
11562         * tempo.el (tempo-match-finder): Doc fix.
11564         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11566 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11568         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11569         (easy-menu-lookup-name): New fun to replace it.
11570         (easy-menu-get-map): Use it to obey menu item names (rather than just
11571         keys) when looking up `path'.
11572         (easy-menu-always-true-p): Rename from easy-menu-always-true.
11573         (easy-menu-convert-item-1): Adjust to new name.
11575 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
11577         * outline.el (hide-body): Don't hide lines at the top of the file
11578         that precede the first header line.
11580 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
11582         * align.el (align-areas): Delete whitespace before reindenting, so
11583         that tabs are never placed after spaces.
11585 2004-11-06  Alan Shutko  <ats@acm.org>
11587         * macros.el (insert-kbd-macro): Do completions based on macros,
11588         rather than all commands.
11590 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
11592         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11593         to solve a bug whereby tags with 'b' don't match.
11595 2004-11-05  Juri Linkov  <juri@jurta.org>
11597         * info.el (Info-search): Don't search in node header lines
11598         and file headers.
11600         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11601         symbol-constituent characters after dot, not only digits.
11603 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
11605         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11607 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11609         * dired.el (dired-read-dir-and-switches): Call read-directory-name
11610         if a dialog will be used, read-file-name otherwise.
11612 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11614         * textmodes/table.el (table group): Add :version.
11616         * textmodes/ispell.el (ispell-word):
11617         Don't alter args; set them only thru `interactive' spec.
11619         * textmodes/flyspell.el (flyspell-word):
11620         Don't alter FOLLOWING; set it only thru `interactive' spec.
11622         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11624         * net/browse-url.el (browse-url-maybe-new-window):
11625         Use called-interactively-p.
11627         * mail/supercite.el (sc-cite-region):
11628         Don't use interactive-p.  Add arg INTERACTIVE.
11629         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
11631         * international/mule-cmds.el (set-input-method, toggle-input-method):
11632         Don't use interactive-p.  Add arg INTERACTIVE.
11634         * eshell/esh-mode.el (eshell-show-maximum-output):
11635         Don't use interactive-p.
11636         (eshell-truncate-buffer): Just message, no error, if buffer is short.
11638         * mouse.el (mouse-show-mark): Get positions to delete from mark
11639         and point, not from mouse-drag-overlay.
11641         * imenu.el (imenu-eager-completion-buffer): Add :version.
11643         * filesets.el (filesets group): Add :version.
11645 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
11647         * files.el (xml-based-modes): Delete var.
11648         (magic-mode-alist): New more general var.
11649         (set-auto-mode): Use it.
11651         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11652         when clicking from another window.
11654 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
11656         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11657         (vc-cvs-annotate-time): Incorporate value of deleted var.
11658         Remove special-case handling of beginning-of-buffer cruft.
11659         Cache ending position (point) and return value in text property
11660         `vc-cvs-annotate-time', and consult it on subsequent invocations.
11662         * vc-cvs.el (vc-cvs-annotate-command):
11663         Delete extraneous lines from beginning of buffer.
11664         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11666         * progmodes/grep.el (grep-default-command): Take empty string
11667         for tag if all other methods yield nil.  Shell-quote the tag.
11669         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11670         spec in `interactive' form, and mention it in the docstring.
11671         Also, make sure point is at bol after calling `annotate-time'.
11673 2004-11-02  Richard M. Stallman  <rms@gnu.org>
11675         * cus-edit.el (customize-group-other-window):
11676         Select the window that displays the custom buffer.
11677         (custom-buffer-create-other-window): Likewise.
11679         * comint.el (comint-insert-input): Fix previous change.
11681         * emacs-lisp/elp.el (elp-instrument-function):
11682         Use called-interactively-p.
11684         * emacs-lisp/easymenu.el (easy-menu-intern):
11685         Don't downcase; rather, case-flip the first letter of each word.
11687         * emacs-lisp/easy-mmode.el (define-minor-mode):
11688         Use called-interactively-p.
11690         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11691         Add interactive-only.
11692         (byte-compile-warnings): Add interactive-only as option.
11693         (byte-compile-interactive-only-functions): New variable.
11694         (byte-compile-form): Warn about calls to functions
11695         in byte-compile-interactive-only-functions.
11697         * emacs-lisp/autoload.el (update-file-autoloads):
11698         Don't use interactive-p; take new arg SAVE-AFTER.
11700         * emacs-lisp/advice.el (ad-make-advised-definition):
11701         Use called-interactively-p.
11703 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11705         * files.el (find-file-existing): New function.
11707         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11708         find-file-existing.  Add "New File..." that calls find-file.
11710         * diropen.pbm, diropen.xpm: New files.
11712         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11713         icon diropen.  New tool bar item find-file-existing uses icon open.
11715         * dired.el (dired-read-dir-and-switches): Call read-directory-name
11716         instead of read-file-name.
11718 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
11720         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11721         (icalendar--split-value): Change name of work buffer.
11722         (icalendar--get-weekday-abbrev): Return nil on error.
11723         (icalendar--date-to-isodate): New function.
11724         (icalendar-convert-diary-to-ical)
11725         (icalendar-extract-ical-from-buffer): Use only two args for
11726         make-obsolete (XEmacs compatibility).
11727         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11728         (icalendar-export-region): Doc fix.
11729         If error, return non-nil and write errors to a buffer.
11730         Use correct weekday for weekly recurring events.
11731         Check whether date has been parsed for ordinary events.
11732         Make weekly events start in the year 2000.
11733         DTEND is non-inclusive, shift end date by one day if
11734         necessary (not for entries that have date and time).
11735         Rename local let variables: oops -> found-error, datestring ->
11736         startdatestring.
11738 2004-11-02  Kim F. Storm  <storm@cua.dk>
11740         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11741         keep-mode-if-same variable.  Add it as optional arg instead.
11742         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11744         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11745         substitute-command-keys will select lower-case bindings like those
11746         used in the static help texts.
11748         * descr-text.el (describe-text-properties): Don't err if called in
11749         the *Help* buffer; output to *Help-2* buffer instead.
11751         * kmacro.el (group kmacro): Add :version.
11752         (kmacro-keyboard-quit): New function to cleanup on C-g.
11753         (kmacro-start-macro): Set defining-kbd-macro to append when
11754         appending to last macro.
11756         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11758 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
11760         * progmodes/gdb-ui.el (gdb-enable-debug-log)
11761         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11762         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11763         Add :version keyword.
11765 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
11767         * progmodes/flymake.el (flymake-err-line-patterns):
11768         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11769         `compilation-error-regexp-alist-alist' to internal Flymake format.
11771         * progmodes/flymake.el: Eliminate byte-compiler warnings.
11773 2004-11-01  Jay Belanger  <belanger@truman.edu>
11775         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11776         with `interactive "s"'.
11778 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11780         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11781         Revert change from 2004-10-16.  '*' checks the current buffer, but the
11782         mouse click may be in another buffer.
11784 2004-11-01  John Paul Wallington  <jpw@gnu.org>
11786         * files.el (large-file-warning-threshold): Add :version keyword.
11787         (kill-some-buffers): Doc fix.
11789         * thumbs.el (group thumbs): Add :version keyword.
11791         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11793 2004-11-01  Richard M. Stallman  <rms@gnu.org>
11795         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11797         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11799         * allout.el (allout group): Add :version.
11800         (allout-init): Don't use interactive-p.
11801         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11802         (allout-forward-current-level, allout-backward-current-level):
11803         Don't use interactive-p.
11805         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11806         (bibtex-find-text): Likewise.
11808         * progmodes/vhdl-mode.el (vhdl-fill-region)
11809         (vhdl-beginning-of-statement): Don't use interactive-p.
11811         * progmodes/idlwave.el (idlwave-update-routine-info):
11812         Don't use interactive-p.
11814         * progmodes/idlw-shell.el (idlwave-shell-send-char):
11815         Don't use interactive-p.
11817         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11818         Don't use interactive-p.
11820         * progmodes/ada-xref.el (ada-make-body-gnatstub):
11821         Don't use interactive-p.
11823         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11824         (fortune-in-buffer): Doc fix.
11826         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11828         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11829         don't select the temporary buffer.
11830         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11831         (eudc-get-phone): Likewise.
11833 2004-11-01  Kim F. Storm  <storm@cua.dk>
11835         * man.el (Man-xref-normal-file): Fix help-echo.
11837 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11839         * reveal.el (reveal-last-tick): New var.
11840         (reveal-post-command): Use it to avoid closing overlays when we're
11841         appending text to them.
11843 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11845         * textmodes/bibtex.el: Require button.
11846         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11847         (bibtex-reference-keys): Distinguish between header keys and
11848         crossref keys.
11849         (bibtex-beginning-of-field): New function.
11850         (bibtex-url-map): Remove.
11851         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11852         (bibtex-font-lock-url-regexp): Assume that field names begin at
11853         the beginning of a line.
11854         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
11855         Remove field delimiters.  Use bibtex-beginning-of-field.
11856         Bugfix, point can be inside a field with a url.
11857         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11858         New functions.
11859         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11860         (bibtex-key-in-head): Simplify.
11861         (bibtex-current-line): Use bolp.
11862         (bibtex-parse-keys): Remove unused arg `add'.
11863         Use bibtex-type-in-head and bibtex-key-in-head.
11864         (bibtex-parse-entry, bibtex-autofill-entry):
11865         Use bibtex-type-in-head and bibtex-key-in-head.
11866         (bibtex-autokey-get-field): Do not alter case of replacement text.
11867         (bibtex-autokey-get-names): Do all processing of name list.
11868         (bibtex-autokey-get-year): New function.
11869         (bibtex-autokey-get-title): Do all processing of title words.
11870         (bibtex-generate-autokey): Simplify.
11871         (bibtex-string-files-init): Use default-directory.
11872         Allow for absolute file names in bibtex-string-files.
11873         (bibtex-files, bibtex-file-path): New variables.
11874         (bibtex-files-expand): New function.
11875         (bibtex-find-entry-globally): New command.
11876         (bibtex-summary-function): New variable.
11877         (bibtex-summary): Default value of bibtex-summary-function.
11878         (bibtex-find-crossref): New optional args pnt and split.
11879         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11880         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11881         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
11882         Fix handling of required and alternative fields.
11883         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11884         Use cons and display-buffer.
11885         (bibtex-validate-globally): New command.
11886         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
11887         bibtex-parse-keys and bibtex-parse-strings for updating
11888         bibtex-reference-keys and bibtex-strings.
11889         (bibtex-realign): Remove blank lines past the last entry.
11890         (bibtex-reformat): Use bibtex-entry-format as default.
11891         (bibtex-choose-completion-string): Remove.
11892         (bibtex-complete): Do not use bibtex-choose-completion-string.
11893         (bibtex-url): Simplify.
11895 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11897         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11898         (x-dnd-types-alist, x-dnd-open-file-other-window)
11899         (x-dnd-known-types): Add :version.
11901 2004-10-31  John Paul Wallington  <jpw@gnu.org>
11903         * ibuffer.el (group ibuffer): Add :version keyword.
11905 2004-10-31  Kim F. Storm  <storm@cua.dk>
11907         * ido.el (group ido): Add :version keyword.
11908         (ido-mode): Remove :version keyword.
11910         * emulation/cua-base.el (group cua): Add :version keyword.
11911         (cua-mode): Remove :version keyword.
11913 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11915         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11917         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11918         compiler warning.
11919         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
11920         function.
11921         (help-at-pt-display-when-idle): Remove autoload.
11923 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11925         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11927 2004-10-30  Juri Linkov  <juri@jurta.org>
11929         * help.el (function-called-at-point):
11930         * help-fns.el (variable-at-point): Read -> intern.
11932 2004-10-30  Simon Josefsson  <jas@extundo.com>
11934         * progmodes/autoconf.el (autoconf-font-lock-keywords):
11935         Recognize AS_* too.
11937 2004-10-29  Simon Josefsson  <jas@extundo.com>
11939         * subr.el (read-passwd): Move back from password.el.
11941         * password.el: Remove, not ready yet.
11943 2004-10-29  Andreas Schwab  <schwab@suse.de>
11945         * speedbar.el (speedbar-frame-parameters): Improve customize type.
11947 2004-10-29  Sam Steingold  <sds@gnu.org>
11949         * mouse.el (mouse-show-mark): Replace the last occurrence of
11950         x-lost-selection-hooks with x-lost-selection-functions.
11952 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11954         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11955         x-lost-selection-functions is bound.
11957         * mouse-sel.el (mouse-sel-mode):
11958         * emacs-lisp/lselect.el: Adjust to new names for
11959         x-(lost|sent)-selection-functions.
11961         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11962         New obsolete aliases of x-lost-selection-functions and
11963         x-sent-selection-functions.
11965 2004-10-28  Kim F. Storm  <storm@cua.dk>
11967         * imenu.el (imenu-scanning-message): Remove.
11968         (imenu-progress-message): Make it a no-op.
11970 2004-10-28  John Paul Wallington  <jpw@gnu.org>
11972         * files.el (set-auto-mode): Call `throw' correctly.
11974 2004-10-28  Juri Linkov  <juri@jurta.org>
11976         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11977         to search `Info-...' commands in `info' manual.
11978         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11979         Add 'info-file "emacs" property.
11980         (Info-find-emacs-command-nodes): Fix index line number regexp.
11981         Set real line number (instead of fake 0) in first element of the
11982         returned list.
11983         (Info-goto-emacs-command-node): Use line number of first element
11984         to set point in the first found Info node.
11986         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11987         code to `grep-mode-font-lock-keywords'.
11988         (grep-mode-font-lock-keywords): Delete grep markers instead
11989         of making them invisible.
11991 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11993         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11994         and x-server-version in bug report.
11996 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
11998         * files.el (set-auto-mode-0): New function.
11999         (set-auto-mode): Use it to handle aliased modes and to
12000         be consistent between C-x C-f and C-x C-w.
12002 2004-10-28  Kenichi Handa  <handa@m17n.org>
12004         * international/utf-8.el (utf-translate-cjk-charsets):
12005         Add katakana-jisx0201.
12007         * international/subst-jis.el: Add data for JISX0201.
12009 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12011         * obsolete/hilit19.el (hilit-mode): New function.
12012         Move all the toplevel side-effecting stuff into it, so that loading
12013         hilit19 doesn't mess everything up any more.
12015 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12017         * add-log.el (add-change-log-entry): Set up mailing address
12018         and full name later, and don't alter add-log-mailing-address
12019         or add-log-full-name.
12021         * elide-head.el (elide-head): Change error to message.
12022         (elide-head-show): Likewise.
12024         * apropos.el (apropos-macrop): Doc fix.
12026         * mouse.el (mouse-show-mark): Do most processing the same
12027         regardless of transient-mark-mode.
12029         * shadowfile.el (shadow-copy-files): Use interactive-p
12030         only to control whether to print a message.
12032         * tar-mode.el (tar-mode): Use write-contents-functions,
12033         not write-contents-hooks.
12035         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12036         directory-sep-char.
12038 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12040         * strokes.el (strokes-unload-hook): Fix previous change.
12042         * type-break.el (type-break-run-at-time): Always use run-at-time;
12043         forget the alternatives.
12044         (type-break-cancel-function-timers): Always use cancel-function-timers;
12045         forget the alternatives.
12047         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12049 2004-10-27  Kenichi Handa  <handa@m17n.org>
12051         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12053         * international/subst-gb2312.el: Likewise.
12055         * international/subst-big5.el: Likewise.
12057         * international/subst-ksc.el: Likewise.
12059         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12060         New variable.
12061         (utf-translate-cjk-set-unicode-range): New function.
12062         (utf-translate-cjk-unicode-range): Make it customizable.
12063         (utf-8-post-read-conversion):
12064         Use utf-translate-cjk-unicode-range-string.
12065         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12066         Unicode ranges.
12068 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
12070         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12071         trivial variants to shorten the list.
12072         (xml-based-modes): New var.
12073         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12074         declaration higher priority than auto-mode-alist.
12076         * find-file.el (cc-other-file-alist): Bring it in line with
12077         cc-mode's auto-mode-alist entries and use \' instead of $.
12079         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12080         and add "Id" and "Name" submenus to it.
12082         * imenu.el (imenu--generic-function): Skip matches in comments.
12084 2004-10-26  Jay Belanger  <belanger@truman.edu>
12086         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12087         (full-calc-keypad, calc-trail-display): Use an extra argument
12088         instead of `interactive-p'.
12090         * calc/calc-misc.el (calc-other-window): Use an extra argument
12091         instead of `interactive-p'.
12093         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12094         `interactive-p'.
12096 2004-10-26  Kim F. Storm  <storm@cua.dk>
12098         * help.el (describe-key): Describe both down-event and up-event
12099         for a mouse click.
12101 2004-10-26  Richard M. Stallman  <rms@gnu.org>
12103         * woman.el (woman): Don't call interactive-p.
12105         * pcomplete.el (pcomplete): Instead of interactive-p,
12106         use an arg set non-nil by the interactive spec.
12108         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12109         use an arg set non-nil by the interactive spec.
12111         * man.el (Man-cleanup-manpage): Instead of interactive-p,
12112         use an arg set non-nil by the interactive spec.
12114 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
12116         * progmodes/flymake.el (flymake-split-string):
12117         Use `flymake-split-string-remove-empty-edges' in any case.
12119 2004-10-26  Masatake YAMATO  <jet@gyve.org>
12121         * progmodes/flymake.el (flymake-err-line-patterns):
12122         Use `compilation-error-regexp-alist-alist' instead of
12123         `compilation-error-regexp-alist'.
12125 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12128         verbatim face on the \ of \end{verbatim}.
12130 2004-10-25  Jay Belanger  <belanger@truman.edu>
12132         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12133         erasing minibuffer.
12135 2004-10-25  Simon Josefsson  <jas@extundo.com>
12137         * subr.el (read-passwd): Move to net/password.el.
12139         * net/password.el (read-passwd): Add.  Autoload it.
12141 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
12143         * mouse-sel.el (mouse-sel-mode): Specify custom group.
12145         * simple.el (process-file): Fix logic.
12147 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12149         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12150         (increase-right-margin): Remove erroneous call to `interactive-p'.
12152 2004-10-24  Kim F. Storm  <storm@cua.dk>
12154         * help.el (describe-mode): Fix 2004-10-13 change.
12155         Copy pure "Auto Fill" string so it can be propertized later
12156         without causing a read-only error.
12158 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12160         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12161         style indexes.
12163 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
12165         * simple.el (process-file): Accept nil for INFILE.  Reported by
12166         Luc Teirlinck.
12168 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12170         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12171         Handle periods and underscores in a function name.
12172         Remove the address fontification.
12174 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12176         * progmodes/asm-mode.el (asm-font-lock-keywords):
12177         Use font-lock-variable-name-face for registers.
12179 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
12181         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12182         kill-all-local-variables.
12183         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12184         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12185         Use kill-all-local-variables and provide mode-hooks.
12186         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12187         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12188         Suggested by Masatake YAMATO <jet@gyve.org>.
12190 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
12192         * simple.el (process-file): New function, similar to call-process
12193         but supports file handlers.
12194         * vc.el (vc-do-command): Use it, instead of call-process.
12195         * net/tramp-vc.el (vc-do-command): Do not advise it if
12196         process-file is fboundp.
12197         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12198         process-file.
12199         (tramp-handle-process-file): New function.
12200         (tramp-file-name-for-operation): Support process-file.
12202 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
12204         * calendar/icalendar.el (icalendar--weekday-array): New constant.
12205         (icalendar-weekdayabbrev-table)
12206         (icalendar-monthnumber-table): Delete.
12207         (icalendar--get-month-number): Use calendar-month-name-array.
12208         (icalendar--get-weekday-number): New function.
12209         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12210         (icalendar-export-region): Handle multi-line entries.
12211         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12213 2004-10-23  John Paul Wallington  <jpw@gnu.org>
12215         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12216         `wildcards' set to t in interactive spec.
12218         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12219         interactive spec rather than use `interactive-p'.
12220         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12221         rather than use function `interactive-p'.
12223 2004-10-22  Kenichi Handa  <handa@m17n.org>
12225         * international/mule.el (translate-region): Implement it in Lisp
12226         as a front end of translate-region-internal.
12228 2004-10-21  Jay Belanger  <belanger@truman.edu>
12230         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12231         Declare these variables with defvar.
12233         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12234         is bound, only check to see if it is bound.
12236 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12239         Don't output messages.
12241         * calc/calc-help.el (calc-describe-bindings): Fix last change.
12243 2004-10-21  John Paul Wallington  <jpw@gnu.org>
12245         * calc/calc-graph.el (calc-graph-init):
12246         Use `set-process-query-on-exit-flag'.
12248 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
12250         * progmodes/compile.el (compilation-start): Rely on `cd' to get
12251         dir right and also allow argumentless cd.
12253 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12255         * textmodes/flyspell.el (flyspell-mode): Doc fix.
12257         * eshell/em-unix.el (eshell-grep):
12258         Don't bind compilation-process-setup-function.
12260         * comint.el (comint-insert-input): Use @ in `interactive'.
12261         (comint-input-filter-functions): Doc fix.
12262         (comint-kill-whole-line, comint-get-source): Doc fix.
12264         * progmodes/compile.el (compilation-setup):
12265         Don't set buffer-read-only if MINOR is non-nil.
12267 2004-10-19  Jay Belanger  <belanger@truman.edu>
12269         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12270         (calc-emacs-type-gnu19): Remove.
12271         (calc-digit-map, calc-read-key-sequence, calc-read-key):
12272         Remove check for old emacs versions.
12274         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12275         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12276         for current Emacs.
12278         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12279         the end of the minibuffer.
12280         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
12281         copy `esc-map'.
12283         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12285         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12286         call that would be given when the current emacs was used.
12288 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
12290         * calendar/icalendar.el: Set coding to utf-8.
12291         (icalendar-version): Increase to 0.07.
12292         (icalendar-monthnumber-table): Change March pattern.
12293         (icalendar-get-all-event-properties)
12294         (icalendar-set-event-property): Delete.
12295         (icalendar-all-events): No longer interactive.
12296         (icalendar-convert-diary-to-ical)
12297         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12298         their replacements.
12299         (icalendar-export-file, icalendar-export-region): New functions;
12300         essentially old `icalendar-convert-diary-to-ical' but appending to
12301         target rather than overwriting.
12302         (icalendar-import-file): Append to target file rather than
12303         overwriting.  Fourth arg deleted.
12304         (icalendar-import-buffer): New name for old
12305         `icalendar-extract-ical-from-buffer'.
12306         (icalendar--convert-string-for-import): New name for
12307         old `icalendar-convert-for-import'.
12308         (include-icalendar-files): Delete.
12309         Prefix for all internal functions changed from `icalendar-'
12310         to `icalendar--'.
12312 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12314         * paths.el (news-path): Fix previous change.
12316 2004-10-18  Jay Belanger  <belanger@truman.edu>
12318         * calc/calc-help.el (calc-describe-bindings):
12319         Set `buffer-read-only' to nil while working in the keybindings buffer;
12320         remove some extra information from the keybindings buffer.
12322 2004-10-18  David Ponce  <david@dponce.com>
12324         * mouse.el (mouse-drag-move-window-top): New function.
12325         (mouse-drag-mode-line-1): Use it.
12327 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12329         * info.el (Info-fontify-node): For multiline refs,
12330         arrange to unfontify newline and surrounding whitespace.
12332 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12334         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12335         directory is missing.
12337 2004-10-17  John Paul Wallington  <jpw@gnu.org>
12339         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12340         New customizable variable; whether to display buffers that match
12341         `ibuffer-maybe-show-predicates' by default.
12342         (ibuffer-maybe-show-predicates): Mention it in docstring.
12343         (ibuffer-display-maybe-show-predicates): New variable.
12344         (ibuffer-update): Prefix arg now toggles whether buffers that
12345         match `ibuffer-maybe-show-predicates' should be displayed.
12346         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12347         locally to heed `ibuffer-default-display-maybe-show-predicates'.
12348         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12350 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
12352         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
12353         work correctly.
12355 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
12357         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12358         (Buffer-menu-beginning): New helper function.
12359         (Buffer-menu-execute): Use it.
12360         (Buffer-menu-select): Use it.
12361         (Buffer-menu-sort): Use it and also keep markers.
12363 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12365         * paths.el (news-directory): Rename from news-path.  Old name alias.
12366         (rmail-spool-directory): Use defvar.
12367         (sendmail-program): Use defcustom.
12368         (remote-shell-program): Use defcustom.
12369         (term-file-prefix): Use defvar.
12370         (abbrev-file-name): Use defvar.
12372         * term.el: Add maintainer.
12374         * subr.el (with-local-quit): Return nil if there's a quit.
12375         (read-passwd): Use with-local-quit.  Doc fix.
12377         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12378         (strokes-unload-hook): Set as a variable with add-hook.
12380         * startup.el (fancy-splash-tail, normal-splash-screen):
12381         Update copyright year.
12383         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12385         * server.el (server-unload-hook): Set as a variable with add-hook.
12387         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12389         * frame.el (special-display-popup-frame):
12390         Make the buffer current as its frame is created.
12392         * delsel.el (delsel-unload-hook): Set as a variable.
12394         * comint.el (comint-output-filter-functions):
12395         Add comint-watch-for-password-prompt.
12396         (comint-read-noecho): Function deleted.
12397         (send-invisible): Use read-passwd.
12399         * fringe.el (fringe-mode-initialize): New function.
12400         (fringe-mode): Use fringe-mode-initialize as :initialize.
12402 2004-10-17  Kim F. Storm  <storm@cua.dk>
12404         * language/indian.el (indian-script-language-alist): Swap value and doc.
12405         (indian-font-char-index-table): Doc fix.
12407 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12411 2004-10-16  Juri Linkov  <juri@jurta.org>
12413         * progmodes/compile.el (compilation-start): Move let-binding of
12414         `process-environment' into `with-current-buffer' body.
12415         Reported by Matt Hodges <MPHodges@member.fsf.org>.
12417 2004-10-16  Richard M. Stallman  <rms@gnu.org>
12419         * pcvs-util.el (cvs-bury-buffer):
12420         Don't call get-buffer-window for effect.
12422         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12424         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12426         * msb.el (msb-unload-hook): Set the variable.
12428         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12429         Use * to err if buffer is readonly.
12431         * subr.el (looking-back): Return only t or nil.
12433         * whitespace.el (whitespace-unload-hook): Set the variable.
12435         * view.el (view-mode-enable): Set view-page-size and
12436         view-half-page-size to nil.
12437         (view-set-half-page-size-default): view-half-page-size = nil
12438         means the default.
12439         (View-scroll-page-forward): Use view-page-size-default.
12440         (View-scroll-page-backward): Likewise.
12441         (view-page-size, view-half-page-size): Doc fixes.
12443         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12445         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12447         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12448         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
12449         (byte-compile-log-1): Bind inhibit-read-only.
12450         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12451         (byte-compile-log-warning): Likewise.
12452         (byte-compile-file-form-require): Detect "cl" from the arg value.
12454         * progmodes/compile.el (compilation-start): Assume compilation-mode
12455         will make the buffer read-only.
12456         (compilation-mode): Take arg name-of-mode.
12457         (compilation-setup): Make buffer read-only.
12458         (compilation-handle-exit): Bind inhibit-read-only.
12460         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12461         (ispell-message): Likewise.
12462         (ispell-show-choices): Don't call get-buffer-window uselessly.
12463         (ispell-init-process): Use set-process-query-on-exit-flag.
12465 2004-10-16  Kim F. Storm  <storm@cua.dk>
12467         * fringe.el (fringe-bitmaps): Only initialize when defined.
12469         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12470         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12472         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12474 2004-10-15  Simon Josefsson  <jas@extundo.com>
12476         * net/password.el: Add.
12478 2004-10-14  Masatake YAMATO  <jet@gyve.org>
12480         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12481         (gdb-script-end-of-defun): New function.
12482         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12483         `gdb-script-end-of-defun' as *-of-defun-function.
12485 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
12487         * button.el (button-activate): Allow a marker to display as an action.
12489         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12491         * help.el (describe-mode): Use it to make minor mode list into
12492         hyperlinks.
12494 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12496         * vc.el (vc-annotate-display-select): Fix typo.
12498         * subr.el (substitute-key-definition-key): New function.
12499         (substitute-key-definition): Use it with map-keymap.
12500         (event-modifiers): Use push.
12501         (mouse-movement-p, with-temp-buffer): Simplify.
12503 2004-10-12  Jay Belanger  <belanger@truman.edu>
12505         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12506         New variables.
12507         (calc-help-index-entries): New function.
12508         (calc-describe-function): Use `calc-help-function-list' instead of
12509         obarray for completion.
12510         (calc-describe-variable): Use `calc-help-variable-list' instead
12511         of obarray for completion.
12513 2004-10-12  Richard M. Stallman  <rms@gnu.org>
12515         * info-look.el (info-lookup-file): Add info-file property.
12516         (info-lookup-symbol): Likewise.
12518         * info.el (info-xref): Add underlining.
12519         (info): Add info-file property.
12520         (Info-find-emacs-command-nodes): Specify case-sensitive search.
12522 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
12524         Sync with Tramp 2.0.45.
12526         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12527         defined.  This is not the case for XEmacs without package "edebug".
12528         (tramp-set-auto-save-file-modes): Set permissions of autosaved
12529         remote files to the permissions of the original file.  This is not
12530         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
12531         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
12532         (tramp-perl-decode): Fix an error in Perl implementation.
12533         $pending must be cleared every loop.  Reported by Benjamin Place
12534         <benjaminplace@sprintmail.com>
12536         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12537         Don't activate advice during definition.  This is done later on,
12538         depending on test result of `substitute-in-file-name'.
12539         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12541 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12543         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12545         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12547 2004-10-12  David Ponce  <david@dponce.com>
12549         * recentf.el (recentf-edit-list): Update the menu when the recentf
12550         list has been modified.
12552 2004-10-12  Simon Josefsson  <jas@extundo.com>
12554         * net/tls.el (tls-certtool-program): New variable.
12555         (tls-certificate-information): New function, based on
12556         ssl-certificate-information.
12558 2004-10-12  Kenichi Handa  <handa@m17n.org>
12560         * international/mule.el (coding-system-equal): Move from mule-util.el.
12562         * international/mule-util.el (coding-system-equal): Move to mule.el.
12564 2004-10-12  Kim F. Storm  <storm@cua.dk>
12566         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12567         reset kmacro-initial-counter-value if set.
12568         (kmacro-set-counter): Only set kmacro-counter if defining or executing
12569         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
12570         (kmacro-display): Show macro counter if non-zero.
12572         * subr.el (substitute-key-definition): Mention command remapping
12573         in doc string.
12575 2004-10-11  Jay Belanger  <belanger@truman.edu>
12577         * calc/calc-misc.el (calc-info-goto-node): New function.
12578         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12579         node in one step.
12580         (calc-describe-copying, calc-describe-distribution)
12581         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12582         Go to appropriate info node in one step.
12584 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12586         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12588         * font-lock.el (font-lock-apply-highlight): Fix last change.
12590 2004-10-11  Simon Josefsson  <jas@extundo.com>
12592         * mail/smtpmail.el (smtpmail-open-stream): Look for
12593         starttls-gnutls-program instead of starttls-program iff
12594         starttls-use-gnutls is non-nil.
12595         (smtpmail-open-stream): Don't overwrite user settings of
12596         starttls-extra-arguments and starttls-extra-args.
12598 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12600         * comint.el (comint-mouse-insert-input): Remove.
12601         (comint-insert-input): Make it work for mouse bindings.
12602         (comint-mode-map): Move defs into the declaration.
12603         (comint-output-filter): Typo.
12605         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12607 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
12609         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12610         (ange-ftp-call-chmod): Reference remote-shell-program instead of
12611         ange-ftp-remote-shell.
12613 2004-10-10  Andreas Schwab  <schwab@suse.de>
12615         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12616         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12617         Reported by <sri@asu.edu>.
12619 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
12621         * vc.el (vc-annotate-mode): Remove variable.
12622         (vc-annotate-display-select): Only call vc-annotate-mode
12623         if we're not in that mode already.
12625 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12627         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12628         (imenu-choose-buffer-index): Check here for rescan instead.
12630         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12631         where the face expression evals to nil.
12633         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12634         (tex-font-lock-keywords-2): Use it.
12635         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12637         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12639 2004-10-09  Kim F. Storm  <storm@cua.dk>
12641         * subr.el (progress-reporter-update): Define before first usage.
12642         (make-progress-reporter): Doc fix.
12644 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
12646         * textmodes/paragraphs.el (sentence-end-double-space)
12647         (sentence-end-without-period, sentence-end-without-space)
12648         (sentence-end): Doc fixes.
12650 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
12652         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12653         Change paragraph-start regexp so we don't fill code starting with #'(.
12655 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
12657         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12658         New defcustom.
12659         (extract-address-components): Use it.
12661 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
12663         * subr.el (make-progress-reporter, progress-reporter-update)
12664         (progress-reporter-force-update, progress-reporter-do-update)
12665         (progress-reporter-done): New functions.
12667         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12669         * progmodes/etags.el (etags-tags-completion-table): Use progress
12670         reporter.
12671         (etags-tags-apropos): Likewise.
12673 2004-10-08  Alan Mackenzie  <acm@muc.de>
12675         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12676         of current line.
12678 2004-10-08  Masatake YAMATO  <jet@gyve.org>
12680         * server.el (server-process-filter): Wrap `process-send-region'
12681         by `condition-case' to guard the case when the pipe to PROC is closed.
12683 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
12685         * xml.el (xml-substitute-special): Limit handling of external entities.
12687 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
12689         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12691 2004-10-06  John Paul Wallington  <jpw@gnu.org>
12693         * xml.el (xml-parse-dtd): Fix `error' call.
12695 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
12697         * xml.el (xml-substitute-special): Return a single string instead
12698         of a list of strings if an entity substitution is made.
12700 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
12702         * calendar/icalendar.el: New file.
12704 2004-10-05  Juri Linkov  <juri@jurta.org>
12706         * isearch.el (isearch-done): Set mark after running hook.
12707         Reported by Drew Adams <drew.adams@oracle.com>.
12709         * info.el (Info-history, Info-toc): Fix Info headers.
12710         (Info-toc): Narrow buffer before Info-fontify-node.
12711         (Info-build-toc): Don't check for special Info file names.
12712         Set main-file to nil if Info-find-file returns a symbol.
12714 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
12716         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12717         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12718         * calendar/cal-menu.el (calendar-mode-map): Ditto.
12720 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12722         * calendar/cal-iso.el (calendar-iso-read-args): New function,
12723         for old interactive spec from calendar-goto-iso-date.
12724         (calendar-goto-iso-date): Use it.
12725         (calendar-goto-iso-week): New function.  Suggested by Emilio
12726         C. Lopes <eclig@gmx.net>.
12728 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
12730         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12731         `set-right-margin' bindings that follow the minor mode conventions.
12733 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12735         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12736         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12737         (latex-block-args-alist): Add minipage and picture.
12738         (latex-block-body-alist): Use reftex-label if enabled.
12739         (latex-insert-block): Don't insert a \n if not necessary.
12740         (tex-compile-commands): Make sure dvips doesn't send to printer.
12741         (tex-compile-default): Handle the case where no executable is found.
12742         (latex-noindent-environments): New var.
12743         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
12744         If tex-indent-allhanging is non-nil, make sure we only align for macros
12745         at beginning of line.
12747 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
12749         * newcomment.el (comment-beginning): Doc fix and don't choke on
12750         unset `comment-end-skip' when at beginning of comment.
12752 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
12754         * term.el (term-adjust-current-row-cache): Don't allow the current
12755         row to become negative.
12756         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
12757         the end of the line.  Fix scroll down.  Add comments.
12758         (term-handle-ansi-escape): Don't exceed terminal width when moving
12759         right.
12760         (term-scroll-region): Move the cursor after setting the scroll region.
12762 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
12764         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12765         to `width' for consistency with docstring.  Doc fix.
12767 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
12769         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12770         This is necessary for derived modes.
12772 2004-09-30  Kim F. Storm  <storm@cua.dk>
12774         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12775         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12777         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12778         kmacro-extract-lambda functions.
12779         (edit-kbd-macro): Handle kmacro lambda forms.
12780         Include counter and counter format in edit buffer.
12781         (edmacro-finish-edit): Get counter and format from edit buffer and
12782         update kmacro bindings when found.
12784 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
12786         * textmodes/paragraphs.el (forward-paragraph):
12787         Avoid args-out-of-range error when point winds up at the beginning of
12788         the buffer and hard newlines are enabled.
12790         * newcomment.el (comment-multi-line): Doc fix.
12792 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12794         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12795         (diff-fixup-modifs): Catch unified-diff file-headers.
12797 2004-09-29  Kim F. Storm  <storm@cua.dk>
12799         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12800         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12801         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12803         * fringe.el (fringe-bitmap-p): New macro.
12804         (fringe-bitmaps): Add standard fringe bitmaps on load.
12806 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12808         * dired.el (dired-view-command-alist): Use more efficient regexps.
12809         Remove dubious arguments.
12810         (dired-align-file): New function.
12811         (dired-insert-directory): Use it.
12812         (dired-move-to-end-of-filename): Make the " -> " search more specific.
12813         (dired-buffers-for-dir): Remove unused var `pattern'.
12815 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
12817         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12818         from diary display excursion.  Store diary buffer's point for
12819         `simple-diary-display'.
12820         (simple-diary-display): Set window point and start when
12821         displaying buffer, to preserve point.
12823 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
12825         * textmodes/enriched.el (enriched-translations): Replace defconst
12826         with defvar.
12828 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12830         * printing.el: Doc fix.
12831         (pr-version): New version number (6.8.1).
12832         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12833         make-temp-name.
12834         (pr-delete-file): Check if file exists before deleting it.
12835         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12837 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * term.el (term-display-table): New variable.
12840         (term-mode): Use it.
12841         (term-exec-1): Set the coding system to binary.
12842         (term-emulate-terminal): Decode the string before inserting it.
12844 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
12846         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12847         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12848         (map): Bind S-prior, S-next and S-insert.
12849         (term-mode): Set `indent-tabs-mode' to nil.
12850         (term-paste): New function to be bound to S-insert.
12851         (term-send-del, term-send-backspace): Change the strings sent.
12852         (term-termcap-format): Synchronize with etc/e/eterm.ti.
12853         (term-handle-colors-array): Fix handling of underline and reverse.
12854         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
12855         (term-erase-in-line): Fix comparison.
12856         (term-emulate-terminal): Fix line wrap handling.
12857         (term-start-output-log): Rename from `term-set-output-log'.
12858         (term-stop-output-log): Rename from `term-stop-photo'.
12859         (term-switch-to-alternate-sub-buffer): Comment out, unused.
12861 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12863         * dired.el (dired-move-to-filename): Don't output a message if
12864         raise-error is non-nil.  Fix return position and value.
12866         * files.el (insert-directory): Obey --dired even with symlinks.
12868 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
12870         * ls-lisp.el (ls-lisp-format): Mark file names with property
12871         dired-filename.
12873 2004-09-25  Kim F. Storm  <storm@cua.dk>
12875         * ido.el (ido-max-directory-size): New defcustom.
12876         (ido-decorations): Add "too big" element.
12877         (ido-directory-too-big): New dynamic var.
12878         (ido-may-cache-directory): Don't cache big directories.
12879         (ido-directory-too-big-p): New defun.
12880         (ido-set-current-directory): Update ido-directory-too-big.
12881         (ido-read-internal): Make empty ido-cur-item if too-big.
12882         (ido-buffer-internal): Use ido-read-internal directly instead of
12883         ido-read-buffer.
12884         (ido-file-internal): Init ido-directory-too-big.
12885         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12886         and redo completion with full list.
12887         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12888         it, and show completions.
12889         (ido-all-completions): Let bind ido-directory-too-big to nil.
12890         (ido-exhibit): Handle ido-directory-too-big.
12891         (ido-read-buffer): Handle fallback to read-buffer.
12892         Init ido-directory-too-big.
12893         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12894         Init ido-directory-too-big.
12896 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
12898         * subr.el (delay-mode-hooks): Doc fix.
12900 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
12902         * textmodes/enriched.el
12903         (enriched-default-text-properties-local-flag): New variable.
12904         (enriched-mode): Make sure that enabling and disabling the mode is
12905         a no-op.  Doc fix.
12907 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
12909         * calendar/holidays.el (holiday-advent): Report on a specified day
12910         offset from advent, not just advent.
12911         (holiday-easter-etc): Report on one specified day offset from
12912         easter, not all easter holidays.  Various Easter holidays moved to
12913         `christian-holidays' variable in calendar.el.
12914         * calendar/calendar.el (christian-holidays): Adapt for new
12915         behavior of `holiday-advent' and `holiday-easter-etc' functions.
12917 2004-09-23  Kim F. Storm  <storm@cua.dk>
12919         * image.el (insert-sliced-image): Add doc string.
12921         * ido.el (ido-choice-list): New dynamic var for `list' context.
12922         (ido-context-switch-command): New dynamic var.
12923         (ido-define-mode-map): Generalize switch between file/buffer contexts.
12924         (ido-read-internal): Handle new `list' context.
12925         Handle insert-buffer and insert-file ido-exit values.
12926         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
12927         ido-context-switch-command.  Handle insert-file ido-exit value.
12928         (ido-read-buffer): Set ido-context-switch-command to 'ignore
12929         unless it is already bound by caller.
12930         (ido-file-internal): New arg switch-cmd.  Use it to setup
12931         ido-context-switch-command.  Handle insert-buffer ido-exit value.
12932         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12933         used for context switching.
12934         (ido-all-completions): Handle new `list' context.
12935         (ido-make-choice-list): Return choices for `list' context.
12936         (ido-find-file-in-dir, ido-display-file, ido-write-file)
12937         (ido-display-buffer, ido-kill-buffer): Disable context switching.
12938         (ido-insert-buffer, ido-insert-file): Setup context switching.
12939         (ido-exhibit): Handle `list' context.
12940         (ido-read-file-name): Disable context switching.  Handle fallback.
12941         (ido-read-directory-name): Disable context switching.
12942         (ido-completing-read): New defun like completing-read.  Setup and
12943         use new `list' context.
12945 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
12947         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12949 2004-09-21  Jay Belanger  <belanger@truman.edu>
12951         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12952         `calc-graph-set-styles' so the gnuplot buffer will appear in a
12953         separate window.
12955 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
12957         * subr.el (after-change-major-mode-hook): Doc fix.
12959 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12961         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
12962         of ghostscript for monochrome PostScript file in Windows.
12964 2004-09-21  Kenichi Handa  <handa@m17n.org>
12966         * descr-text.el (describe-char): Checking of quail activation fixed.
12968 2004-09-21  Jay Belanger  <belanger@truman.edu>
12970         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12972 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
12974         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12975         after the mode hooks instead of before.  Doc fix.
12977 2004-09-20  Jason Rumney  <jasonr@gnu.org>
12979         * startup.el (command-line) [windows-nt]: Try .emacs first, then
12980         _emacs, but revert to .emacs if neither exists in home directory.
12982 2004-09-20  John Paul Wallington  <jpw@gnu.org>
12984         * bindings.el (completion-ignored-extensions): Add .dfsl.
12986 2004-09-20  Richard M. Stallman  <rms@gnu.org>
12988         * bindings.el (scroll-left): Make it disabled.
12990         * files.el (enable-local-eval): Doc fix.
12992         * indent.el (move-to-left-margin): Special case for minibuffer.
12994         * term.el (term-emulate-terminal): Turn off undo for output.
12995         Use with-current-buffer and save-selected-window.
12997         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12999         * progmodes/make-mode.el (makefile-fill-paragraph):
13000         Don't insist on spaces when looking for comments.  # is enough.
13002         * files.el (hack-local-variables): Copy the variables list
13003         to another buffer, strip prefixes and suffixes there, then read.
13004         (enable-local-eval): Doc fix.
13005         (ignored-local-variables): Initialize to nil.
13006         (risky-local-variable-p): Don't check ignored-local-variables here.
13007         (hack-one-local-variable): Ignore var if in ignored-local-variables.
13009 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13011         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13012         of = to "." (punctuation).
13014 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13016         * subr.el (event-basic-type): Fix mask (extend to 22bits).
13018 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
13020         * textmodes/enriched.el (enriched-rerun-flag): New variable.
13021         (enriched-before-change-major-mode): New function.
13022         Add it to `change-major-mode-hook'.
13023         (enriched-after-change-major-mode): New function.
13024         Add it to `after-change-major-mode-hook'.
13025         (enriched-mode): Make it work correctly if called from
13026         `after-change-major-mode-hook'.
13027         No longer set `indent-line-function'.
13029         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13031         * subr.el (after-change-major-mode-hook): New variable.
13032         (run-mode-hooks): Implement it.
13034 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13036         * battery.el (battery-linux-proc-apm): Use string-to-number.
13037         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13038         Use dolist (and less indentation).  Use erase-buffer.
13039         Pre-initialize `design-capacity', `warn', and `low'.
13040         (battery-format): Use replace-regexp-in-string.
13042 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13044         * battery.el: Delete superfluous empty lines.
13045         (battery-linux-proc-acpi): Attempt to gather information from all
13046         battery subdirectories regardless of their file name.
13047         (battery-linux-proc-apm): Replace all occurrences of
13048         battery-hex-to-int-2 with string-to-int (base 16).
13049         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13050         (battery-hex-map): Delete variable.
13052 2004-09-18  John Paul Wallington  <jpw@gnu.org>
13054         * calc/calc-units.el (calc-quick-units): Fix overzealous
13055         s/or/unless/.
13057 2004-09-17  Jay Belanger  <belanger@truman.edu>
13059         * calc/calc.el (calc-mode-var-list): Fix the value of
13060         `calc-matrix-brackets'.
13062 2004-09-17  Romain Francoise  <romain@orebokech.com>
13064         * ibuf-ext.el (define-ibuffer-filter filename):
13065         Expand dired-directory since buffer-file-name is absolute.
13067 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13069         * ediff-init.el (ediff-current-diff-face-A)
13070         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13071         (ediff-current-diff-face-Ancestor)
13072         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13073         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13074         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13075         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13076         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13077         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13078         Use min-colors.
13080         * term.el (term-down): Perform vertical motion if DOWN is negative.
13081         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13082         (term-termcap-format): Synchronize with the eterm terminfo entry
13083         in etc/e/eterm.ti.
13084         (term-handle-colors-array): If the current foreground or
13085         background are zero (i.e. unspecified), use the foreground and
13086         background of the default face for reverse video.
13087         (term-ansi-at-eval-string, term-ansi-default-fg)
13088         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13089         (term-mem): Delete unused function.
13090         (term-protocol-version): Increment.
13091         (term-current-face): Set to default.
13093 2004-09-15  Jay Belanger  <belanger@truman.edu>
13095         * calc/calc.el (calc-mode-var-list): Define this variable.
13096         (calc-always-load-extensions, calc-line-numbering)
13097         (calc-line-breaking, calc-display-just, calc-display-origin)
13098         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13099         (calc-group-char, calc-point-char, calc-frac-format)
13100         (calc-prefer-frac, calc-hms-format, calc-date-format)
13101         (calc-float-format, calc-full-float-format, calc-complex-format)
13102         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13103         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13104         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13105         (calc-matrix-brackets, calc-language, calc-language-option)
13106         (calc-left-label, calc-right-label, calc-word-size)
13107         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13108         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13109         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13110         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13111         (calc-window-height, calc-display-trail, calc-show-selections)
13112         (calc-use-selections, calc-assoc-selections)
13113         (calc-display-working-message, calc-auto-why, calc-timing)
13114         (calc-mode-save-mode, calc-standard-date-formats)
13115         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13116         (calc-user-parse-tables, calc-gnuplot-default-device)
13117         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13118         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13119         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13120         (calc-invocation-macro, calc-show-banner): Give these values as
13121         part of `calc-mode-var-list's initialization after the variables
13122         are declared with defvar.
13123         (calc-bug-address): Change email address to send bug reports to.
13124         Change the maintainer address at the top.
13125         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13126         than "\\.emacs" to determine if it is the user-init-file.
13128         * calc/calc-embed.el (calc-embedded-set-modes): Use
13129         `calc-mode-var-list' correctly.
13131 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
13133         * vc.el (annotate-time): Document point handling.
13134         (vc-annotate-display-autoscale): Doc fix.
13136 2004-09-15  Miles Bader  <miles@gnu.org>
13138         * generic.el (generic-make-keywords-list): Use symbol rather than
13139         word anchors in regexp.
13141 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13143         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13144         no file name consider `dired-directory'.
13146 2004-09-14  Kim F. Storm  <storm@cua.dk>
13148         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
13150 2004-09-14  Simon Josefsson  <jas@extundo.com>
13152         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13154         * textmodes/dns-mode.el: Add.
13156 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13158         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13159         (disabled-command-function): Make the ?\  char more obvious.
13161         * vc-arch.el (vc-arch-root, vc-arch-registered):
13162         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13164 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
13166         * windmove.el (windmove-frame-edges): Report coordinates of
13167         outside edges of frame, not inside edges.
13168         (windmove-coordinates-of-position): Convert into wrapper to new
13169         function `windmove-coordinates-of-window-position';
13170         `compute-motion' always applies to selected window.
13171         (windmove-coordinates-of-position): Update documentation to refer
13172         to Emacs 21 Lisp Reference Manual.
13173         (windmove-find-other-window): Fix off-by-one errors for max x,y.
13175 2004-09-13  Kim F. Storm  <storm@cua.dk>
13177         * isearch.el (isearch-resume-in-command-history): Rename from
13178         isearch-resume-enabled and change default to nil.
13180 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13182         * vc-hooks.el (vc-ignore-dir-regexp): New var.
13183         (vc-registered): Use it.
13184         (vc-find-root): New fun.
13186         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13187         Don't tell to use \\{...} when it's already done.
13189         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13190         Provide a sample complex default.
13191         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13192         (bibtex-entry): Use mapc.
13194 2004-09-12  Kim F. Storm  <storm@cua.dk>
13196         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13198         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13199         inhibit-field-text-motion to t so rectangles work in comint buffers.
13201         * simple.el (choose-completion-string): Set buffer before running
13202         choose-completion-string-functions hook so it can be buffer-local.
13204 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
13206         * progmodes/compile.el (compilation-start): Parse command to see
13207         if it starts with a cd, and if so perform it for the *compilation*
13208         buffer.  Change the header to reflect this.
13210 2004-09-11  Kim F. Storm  <storm@cua.dk>
13212         * ido.el (ido-enable-dot-prefix): Doc fix.
13213         (ido-enable-dot-prefix): New defcustom.
13214         (ido-set-matches1): Use it.
13216 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13218         * textmodes/bibtex.el (bibtex-mark-active)
13219         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13221 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13223         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13224         used in a case insensitive environment.
13225         (bibtex-mode-map): Rearrange order of menus.
13226         (bibtex-quoted-string-re): Obsolete.
13227         (bibtex-complete-key-cleanup): Variable replaced by new function.
13228         (bibtex-font-lock-keywords): Use backquotes.
13229         (bibtex-font-lock-url-regexp): New internal variable.
13230         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13231         "OPT" and "ALT".
13232         (bibtex-insert-current-kill, bibtex-make-field)
13233         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13234         (bibtex-parse-field-text): Simplify.
13235         (bibtex-string=): New helper function.
13236         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13237         (bibtex-map-entries): Use bibtex-string=.
13238         (bibtex-search-entry): Use not.
13239         (bibtex-enclosing-field): Fix docstring.
13240         (bibtex-assoc-regexp): Obsolete.
13241         (bibtex-format-entry): Use assoc-string and bibtex-string=.
13242         (bibtex-autokey-get-names): Handle empty name field.
13243         (bibtex-parse-strings): Use assoc-string and unless.
13244         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13245         Use assoc-string.
13246         (bibtex-pop): Simplify.
13247         (bibtex-mode): Set font-lock-extra-managed-props.
13248         (bibtex-entry-update): Use assoc-string.
13249         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13250         (bibtex-autofill-entry): Use bibtex-string=.
13251         (bibtex-print-help-message): Simplify.
13252         (bibtex-find-entry): New optional arg START.
13253         (bibtex-validate): Use bibtex-string= and assoc-string.
13254         Do not call obsolete function compilation-parse-errors.
13255         (bibtex-remove-delimiters): Only remove delimiters if present.
13256         (bibtex-copy-entry-as-kill): Add docstring.
13257         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
13258         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13259         (bibtex-complete): Use bibtex-predefined-month-strings,
13260         bibtex-string=, and new function bibtex-complete-key-cleanup.
13261         (bibtex-generate-url-list): New variable.
13262         (bibtex-url): New command bound to C-c C-l and mouse-2.
13263         (bibtex-url-map): New local keymap for bibtex-url-mouse.
13264         (bibtex-font-lock-url): New function.
13266 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13270 2004-09-09  Kim F. Storm  <storm@cua.dk>
13272         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13273         counter and format with binding.
13274         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
13275         the declared macro uses own macro counter and format.  Give symbol
13276         kmacro property.
13277         (kmacro-keymap): Bind kmacro-name-last-macro to n.
13278         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13279         (kmacro-end-and-call-macro): Doc fix.
13281 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
13283         * desktop.el (desktop-clear-preserve-buffers):
13284         Remove make-obsolete-variable.
13286 2004-09-08  Richard M. Stallman  <rms@gnu.org>
13288         * buff-menu.el (list-buffers-noselect): Call format-mode-line
13289         with the buffer as argument.
13291 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13295 2004-09-08  Juri Linkov  <juri@jurta.org>
13297         * replace.el (perform-replace): Use `query-replace-descr'.
13299         * cus-start.el (history-delete-duplicates): Specify customization.
13301         * diff-mode.el (diff-mode-map):
13302         * progmodes/compile.el (compilation-mode-map):
13303         * progmodes/grep.el (grep-mode-map):
13304         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13305         to `next-error-follow-minor-mode'.
13307 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13309         * isearch.el (isearch-lazy-highlight-update): Take into account
13310         the case of zero-length match at the search bound.
13312 2004-09-08  Kim F. Storm  <storm@cua.dk>
13314         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13315         change.  Use zero width overlays when necessary.
13317 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13319         * subr.el (split-string): Docfix.
13321 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13323         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13324         (display-call-tree): Ensure newline after caller/calls blocks.
13326 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13328         * startup.el (command-line-1): Make option
13329         --directory/-L modify `load-path' straight away.
13331 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13333         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13335 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13337         * emacs-lisp/autoload.el (make-autoload):
13338         Handle `define-compilation-mode'.
13340         * emacs-lisp/lisp-mode.el (define-compilation-mode):
13341         Specify `doc-string-elt' property.
13343 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13345         * bs.el (bs-mode): Doc fix.
13347 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13349         * info.el (Info-insert-dir): Fix temp buffer leak bug.
13351 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13353         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13355 2004-09-08  Kenichi Handa  <handa@m17n.org>
13357         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13358         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13359         ps-mule-next-point -> 1+).
13361         * composite.el (encode-composition-rule): Add autoload cookie.
13363 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
13365         * format.el (buffer-auto-save-file-format): Make it permanent local.
13367 2004-09-07  Kim F. Storm  <storm@cua.dk>
13369         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13370         (authors-fixed-entries): Fix typo.
13371         (authors-canonical-author-name): Compact multiple spaces.
13372         Ignore trivial names (e.g. only first name).
13374         * term.el (term-window-width): Only use full window width on
13375         window system if overflow-newline-into-fringe is enabled.
13376         (term-mode): Don't disable overflow-newline-into-fringe.
13378 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13380         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13381         motion as seen on my Mac OS X xterms.
13383         * newcomment.el (uncomment-region-default, comment-region-default):
13384         New functions extracted from uncomment-region and comment-region.
13385         (comment-region, comment-region-function, uncomment-region)
13386         (uncomment-region-function): Use them.
13388         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13390         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13391         It's not crucial but can make sense at times.
13393         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13394         the first commit.
13396         * vc.el (vc-buffer-context, vc-restore-buffer-context):
13397         Disable obsolete code.
13399 2004-09-07  Juri Linkov  <juri@jurta.org>
13401         * progmodes/grep.el (grep-highlight-matches): Change default from
13402         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
13403         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13404         if grep option `--color' is available, or to `nil' otherwise.
13405         (grep-process-setup): Call `grep-compute-defaults' if
13406         `grep-highlight-matches' is not computed.  Set env-vars only
13407         if `grep-highlight-matches' is `t'.
13408         (grep-use-null-device): Remove redundant type `boolean' (`choice'
13409         is already defined).
13411         * progmodes/compile.el (compilation-start): Use copy of
13412         `process-environment' created by `copy-sequence' to not
13413         modify env-vars in the global `process-environment'.
13415 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
13417         * simple.el (next-error-follow-minor-mode): Fix last change.
13419 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
13421         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13422         permanent local.
13424 2004-09-04  Richard M. Stallman  <rms@gnu.org>
13426         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13427         highlighting if the search string is empty.
13429 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
13431         * facemenu.el (facemenu-active-faces): Change condition of inner
13432         `while' loop to also check the first two elements of `face-atts'
13433         and `mask-atts'.
13435 2004-09-04  John Paul Wallington  <jpw@gnu.org>
13437         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13438         (thumbs-view-image-mode): Make buffer read-only.
13440 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
13442         * textmodes/ispell.el (ispell-really-aspell): New defvar.
13443         (ispell-check-version): Set it.
13444         (ispell-send-replacement): New function.
13445         (ispell-process-line): Call ispell-send-replacement.
13447 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13449         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13450         Support choosing seconds with "s".
13452 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
13454         * terminal.el (te-escape): Show `?' in prompt for help key.
13456 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
13458         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13460 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13462         * simple.el (next-error-follow-minor-mode)
13463         (next-error-follow-mode-post-command-hook): New functions.
13464         (next-error-follow-last-line): New defvar.
13466         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13467         * progmodes/compile.el (compilation-mode-map): Likewise.
13468         * progmodes/grep.el (grep-mode-map): Likewise.
13469         * replace.el (occur-mode-map): Likewise.
13471         * newcomment.el (uncomment-region): Bind comment-use-global-state
13472         to nil.
13474 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
13476         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13477         locally around the call to `revert-buffer'.
13479 2004-09-03  Juri Linkov  <juri@jurta.org>
13481         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13482         `isearch-adjusted' to `t'.
13483         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13484         (isearch-message-prefix): Add "pending" for isearch-adjusted.
13485         (isearch-other-meta-char): Restore isearch-point unconditionally.
13486         (isearch-query-replace): Add new arg `regexp-flag' and use it.
13487         Set point to start of match if region is not active in transient
13488         mark mode (to include the current match to region boundaries).
13489         Push the search string to `query-replace-from-history-variable'.
13490         Add prompt "Query replace regexp" for isearch-regexp.
13491         Add region beginning/end as last arguments of `perform-replace.'
13492         (isearch-query-replace-regexp): Replace code by the call to
13493         `isearch-query-replace' with arg `t'.
13495 2004-09-03  Richard M. Stallman  <rms@gnu.org>
13497         * startup.el (normal-top-level): Undo previous TERM change.
13499 2004-09-03  Kim F. Storm  <storm@cua.dk>
13501         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13502         highlight overlays; allow using RET when cursor is over a button.
13503         (cua--highlight-rectangle): Use it.
13504         (cua--rectangle-set-corners): Don't move backwards at eol.
13505         (cua--forward-line): Don't move into void after eob.
13507         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13508         point is set (and displayed) inside rectangle.
13509         (cua--rectangle-operation): Fix for highlight of empty lines.
13510         (cua--highlight-rectangle): Fix highlight for tabs.
13511         Position cursor at left/right edge of rectangle using new `cursor'
13512         property on overlay strings.
13513         (cua--indent-rectangle): Don't tabify.
13514         (cua-rotate-rectangle): Ignore that point has moved.
13516 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13518         * term/mac-win.el: Add ASCII equivalents for some function keys.
13519         (mode-line-frame-identification): Sync with x-win.el.
13521 2004-09-02  Juri Linkov  <juri@jurta.org>
13523         * progmodes/compile.el (compilation-buffer-name): Compare major
13524         mode with second element of compilation-arguments instead of third
13525         to reflect latest changes in compilation-arguments structure.
13526         (recompile): Use global variable `compilation-directory' to get
13527         recent compilation directory only when `recompile' is invoked NOT
13528         in the compilation buffer.  Otherwise, use `default-directory' of
13529         the compilation buffer.
13530         (compilation-error-properties): Allow to funcall col and end-col.
13531         (compilation-mode-font-lock-keywords): Check col and end-col by
13532         `integerp'.
13533         (compilation-goto-locus): If end-mk is non-nil in transient mark
13534         mode don't activate the mark (and don't display message in
13535         push-mark), but highlight overlay between mk and end-mk.
13537         * progmodes/grep.el (grep-highlight-matches): New defcustom.
13538         (grep-regexp-alist): Add rule to highlight grep matches.
13539         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13541         * info.el (Info-fontify-node): Don't compute other-tag
13542         if Info-hide-note-references=hide.
13544         * help.el (function-called-at-point):
13545         * help-fns.el (variable-at-point):
13546         Try `find-tag-default' when other methods failed.
13548         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13549         Do not push mark if inhibit-mark-movement is non-nil.
13551         * textmodes/ispell.el (ispell-html-skip-alists):
13552         Fix backslashes in docstring.
13554 2004-09-01  Juri Linkov  <juri@jurta.org>
13556         * isearch.el (isearch-wrap-function)
13557         (isearch-push-state-function): New defvars.
13558         (isearch-pop-fun-state): New defsubst.
13559         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13560         (isearch-push-state): Set the result of calling
13561         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13562         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13563         restore the mode-specific starting point of terminated search.
13564         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13565         (isearch-repeat): Call `isearch-wrap-function' if defined.
13566         (isearch-message-prefix): Don't add prefix "over" to the message
13567         for wrapped search if `isearch-wrap-function' is defined.
13568         (isearch-search): Call function saved in `isearch-pop-fun-state' to
13569         restore the mode-specific starting point of failed search.
13571         * info.el (Info-search-whitespace-regexp): Fix backslashes.
13572         (Info-search): Add new optional arguments for the sake of isearch.
13573         Replace whitespace in Info-search-whitespace-regexp literally.
13574         Add backward search.  Don't call `Info-select-node' if regexp is
13575         found in the same Info node.  Don't add node to Info-history for
13576         wrapped isearch.
13577         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13578         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13579         (Info-mode): Set local variables `isearch-search-fun-function',
13580         `isearch-wrap-function', `isearch-push-state-function',
13581         `search-whitespace-regexp'.
13583         * isearch.el: Remove ancient Change Log section.
13584         (isearch-string, isearch-message-string, isearch-point)
13585         (isearch-success, isearch-forward-flag, isearch-other-end)
13586         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13587         (isearch-barrier, isearch-within-brackets)
13588         (isearch-case-fold-search): Add suffix `-state' to state-related
13589         defsubsts to avoid name clashes with other function names.
13591         * simple.el (next-error): New defgroup and defface.
13592         (next-error-highlight, next-error-highlight-no-select):
13593         New defcustoms.
13594         (next-error-no-select): Let-bind next-error-highlight to the value
13595         of next-error-highlight-no-select before calling `next-error'.
13597         * progmodes/compile.el (compilation-goto-locus):
13598         Use `next-error' face instead of `region'.  Set 4-th argument of
13599         `move-overlay' to `current-buffer' to move overlay to different
13600         source buffers.  Use new variable `next-error-highlight'.
13602         * simple.el (next-error-find-buffer): Move the rule
13603         "if current buffer is a next-error capable buffer" after the
13604         rule "if next-error-last-buffer is set to a live buffer".
13605         Simplify to test all rules in one `or'.
13606         (next-error): Doc fix.
13607         (next-error, previous-error, first-error)
13608         (next-error-no-select, previous-error-no-select):
13609         Make arguments optional.
13611 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
13613         * macros.el (apply-macro-to-region-lines): Make it operate on all
13614         lines that begin in the region, rather than on all complete lines
13615         in the region.
13617 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13619         * x-dnd.el (x-dnd-protocol-alist): Document update.
13620         (x-dnd-known-types): Defcustom it.
13621         (x-dnd-handle-motif): Print message-atom in error message.
13623 2004-08-30  John Paul Wallington  <jpw@gnu.org>
13625         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13626         strings rather than programatically constructing message.
13628 2004-08-30  Richard M. Stallman  <rms@gnu.org>
13630         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13631         Don't return a string that would read as the wrong character code.
13633 2004-08-29  Kim F. Storm  <storm@cua.dk>
13635         * emulation/cua-base.el (cua-auto-expand-rectangles):
13636         Remove automatic rectangle padding feature; replace by non-destructive
13637         virtual rectangle edges feature.
13638         (cua-virtual-rectangle-edges): New defcustom.
13639         (cua-auto-tabify-rectangles): New defcustom.
13640         (cua-paste): If paste into a marked rectangle, insert rectangle at
13641         current column, even if virtual; also paste exactly as many lines
13642         as has been marked (ignore additional lines or add empty lines),
13643         but paste whole source if only one line is marked.
13644         (cua--update-indications): No longer use overwrite-cursor to
13645         indicate rectangle padding
13647         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13648         (cua--rectangle-virtual-edges): New defun.
13649         (cua--rectangle-get-corners): Remove optional PAD arg.
13650         (cua--rectangle-set-corners): Never do padding.
13651         (cua--forward-line): Remove optional PAD arg.  Simplify.
13652         (cua-resize-rectangle-right, cua-resize-rectangle-left)
13653         (cua-resize-rectangle-down, cua-resize-rectangle-up):
13654         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13655         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13656         (cua--rectangle-move): Never do padding.  Simplify.
13657         (cua--tabify-start): New defun.
13658         (cua--rectangle-operation): Add tabify arg.  All callers changed.
13659         (cua--pad-rectangle): Remove.
13660         (cua--delete-rectangle): Handle delete with virtual edges.
13661         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13662         (cua--insert-rectangle): Handle insert at virtual column.
13663         Perform auto-tabify if necessary.
13664         (cua--activate-rectangle): Remove optional FORCE arg.
13665         Never do padding.  Simplify.
13666         (cua--highlight-rectangle): Enhance for virtual edges.
13667         (cua-toggle-rectangle-padding): Remove command.
13668         (cua-toggle-rectangle-virtual-edges): New command.
13669         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
13670         (cua--rectangle-post-command): Don't force rectangle padding.
13671         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13673 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
13675         * indent.el (edit-tab-stops-buffer): Doc fix.
13677 2004-08-28  Richard M. Stallman  <rms@gnu.org>
13679         * progmodes/grep.el (grep-default-command): Use find-tag-default.
13680         (grep-tag-default): Function deleted.
13682         * subr.el (find-tag-default): Move from etags.el.
13684         * progmodes/etags.el (find-tag-default): Move to subr.el.
13686         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13687         into the basic character if it has an uppercase form.
13689 2004-08-27  Kenichi Handa  <handa@m17n.org>
13691         * international/utf-8.el (utf-8-post-read-conversion): If the
13692         buffer is unibyte, temporarily make it multibyte.
13694 2004-08-27  Masatake YAMATO  <jet@gyve.org>
13696         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13698 2004-08-25  John Paul Wallington  <jpw@gnu.org>
13700         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13701         0, 1, and many mismatches in message.
13702         (tex-start-shell): Use `set-process-query-on-exit-flag'.
13704         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13705         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13707 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13709         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13710         vc-diff-switches differently.
13712 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
13714         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13715         before and a real defvar after
13716         `speedbar-supported-extension-expressions'.  This is to silence
13717         the compiler without breaking bootstrapping.
13719 2004-08-22  Richard M. Stallman  <rms@gnu.org>
13721         * textmodes/flyspell.el (flyspell-word):
13722         Use set-process-query-on-exit-flag.
13723         (flyspell-highlight-duplicate-region): Take POSS as arg.
13724         (flyspell-word): Pass POSS as arg.
13726         * progmodes/ada-xref.el: Many doc and style fixes.
13727         (ada-find-any-references): Use compilation-start.
13728         (ada-get-ali-file-name): Improve error msg.
13729         (ada-get-ada-file-name): Likewise.
13731         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13732         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13734         * mail/mail-extr.el (mail-extr-all-top-level-domains):
13735         Add forward defvar.
13737         * whitespace.el (global-whitespace-mode): New alias
13738         for whitespace-global-mode.
13740         * speedbar.el (speedbar-file-regexp): Move definition up.
13741         (speedbar-mode, speedbar-set-mode-line-format):
13742         Use with-no-warnings.
13743         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13745         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13746         controls whether to display the error buffer.
13748         * ps-mule.el: Delete compatibility code for old Emacsen.
13749         (ps-mule-find-wrappoint): Don't use chars-in-region.
13751         * frame.el (display-mouse-p, display-selections-p):
13752         Use with-no-warnings.
13754         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13756 2004-08-22  David Kastrup  <dak@gnu.org>
13758         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13759         information.
13761         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13763 2004-08-22  Andreas Schwab  <schwab@suse.de>
13765         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13767 2004-08-22  Masatake YAMATO  <jet@gyve.org>
13769         * cvs-status.el (cvs-status-checkout): New function.
13770         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13772 2004-08-21  David Kastrup  <dak@gnu.org>
13774         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13775         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13776         has been converted to use hashtables, the relation `nil=none' is
13777         no longer valid, as `nil' is not a hashtable.  This patch tries to
13778         reduce the number of resulting errors.
13780 2004-08-21  John Paul Wallington  <jpw@gnu.org>
13782         * subr.el (process-kill-without-query): Made obsolete in
13783         version 21.4, not 21.5.
13785         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13786         (vc-previous-comment, vc-next-comment)
13787         (vc-comment-search-reverse, vc-comment-search-forward)
13788         (vc-comment-to-change-log): Likewise.
13790         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13792 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
13794         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13795         Correct indentation of DEFMETHODS with non-standard method
13796         combinations (e.g., PROGN, MIN, MAX).
13798 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13800         * startup.el (normal-top-level-add-subdirs-to-load-path):
13801         Avoid unnecessarily checking system-type.
13802         (normal-top-level): Set TERM to "dumb".  Simplify.
13804         * avoid.el (mouse-avoidance-ignore-p): New fun.
13805         Also ignore switch-frame, select-window, double, and triple clicks.
13806         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13807         (mouse-avoidance-fancy-hook): Use it.
13809 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
13811         * avoid.el (mouse-avoidance-nudge-mouse)
13812         (mouse-avoidance-banish-destination): Stay within the current window
13813         to avoid problems with mouse-autoselect-window.
13815 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13817         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13818         the newer format of some messages in cvs-1.12.1.
13820 2004-08-19  Masatake YAMATO  <jet@gyve.org>
13822         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13823         (elp-results-jump-to-definition-by-mouse)
13824         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13825         (elp-output-result): Use elp-output-insert-symname.
13827 2004-08-18  Kenichi Handa  <handa@m17n.org>
13829         * language/cyrillic.el: Register koi8-r in
13830         ctext-non-standard-encodings-alist.
13831         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13833 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
13835         * emacs-lisp/copyright.el (copyright-update-year): Delete code
13836         that replaces 20xy with xy.
13838 2004-08-17  John Paul Wallington  <jpw@gnu.org>
13840         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13841         (reb-force-update): Doc fix.
13843 2004-08-16  Richard M. Stallman  <rms@gnu.org>
13845         * progmodes/which-func.el (which-func-update-1): Doc fix.
13847         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13848         (sh-mode-abbrev-table): New variable.
13850         * progmodes/compile.el (compilation-mode): Doc fix.
13852         * emacs-lisp/lisp-mode.el (eval-last-sexp):
13853         Don't cons a new symbol each time.
13854         (eval-last-sexp-fake-value): New variable.
13856         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13857         (copyright-update-year): Detect continuation of list of years.
13859         * term.el (term-default-fg-color, term-default-bg-color)
13860         (ansi-term-color-vector): Use `unspecified', not nil, as default.
13862         * imenu.el: Several doc fixes: don't say variables are buffer-local.
13864 2004-08-16  Davis Herring  <herring@lanl.gov>
13866         * isearch.el (isearch-string, isearch-message-string, isearch-point)
13867         (isearch-success, isearch-forward-flag, isearch-other-end)
13868         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13869         (isearch-barrier, isearch-within-brackets)
13870         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13872 2004-08-16  Kenichi Handa  <handa@m17n.org>
13874         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13876 2004-08-15  Kenichi Handa  <handa@m17n.org>
13878         * term/x-win.el (x-selection-value): If utf8 was successful but
13879         ctext was not, use utf8 string.
13881 2004-08-14  Davis Herring  <herring@lanl.gov>
13883         * isearch.el: Remove accidental changes of March 4.  Fix backing
13884         up when a regexp isearch is made more general.  Use symbolic
13885         accessor functions for isearch stack frames to make usage clearer.
13886         (search-whitespace-regexp): Made groups in documentation shy (as
13887         is the group in the default value).
13888         (isearch-fallback): New function, addresses problems with regexps
13889         liberalized by `\|', adds support for liberalization by `\}' (the
13890         general repetition construct), and incorporates behavior for
13891         `*'/`?'.
13892         (isearch-}-char): New command, calls `isearch-fallback' with
13893         arguments appropriate to a typed `}'.
13894         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13895         appropriately.
13896         (isearch-mode-map): Bind `}' to `isearch-}-char'.
13897         (isearch-string, isearch-message,string, isearch-point)
13898         (isearch-success, isearch-forward-flag, isearch-other-end)
13899         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13900         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13901         New inline functions to read fields of a stack frame.
13903 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
13905         * battery.el (battery-linux-proc-acpi): Look into battery
13906         directories matching the literal string "CMB", too (required for
13907         Linux kernel version 2.6.7).
13909 2004-08-14  John Paul Wallington  <jpw@gnu.org>
13911         * cus-start.el (read-file-name-completion-ignore-case): Add.
13912         (blink-cursor-alist): Change version to "21.4".
13914         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13916 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
13918         * speedbar.el (speedbar-scan-subdirs): New option.
13919         (speedbar-file-lists): Don't ignore file-name case on Unix and use
13920         dolist.
13921         (speedbar-insert-files-at-point): Take an extra argument and use
13922         it to optionally find out if a subdir is empty.  Also unreadable
13923         files don't get expand buttons.
13924         (speedbar-directory): New image (unused pixmap already existed).
13925         (speedbar-expand-image-button-alist): Use it.
13927 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
13929         CC Mode update to 5.30.9:
13931         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13932         Move from cc-vars to cc-defs for dependency reasons.  Fix the
13933         POSIX char class test to check that it works in
13934         `skip-chars-(forward|backward)' too.
13936         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13937         first argument starts with a special brace list.
13939         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13940         when `c-opt-type-concat-key' is used (i.e. in Pike).
13942         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13943         Fix bug when the inner char pair doesn't have paren syntax,
13944         i.e. "(<>)".
13946         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13947         whitespace safe.
13949         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13950         position for `arglist-intro', `arglist-cont-nonempty' and
13951         `arglist-close' when there are two arglist open parens on the same
13952         line and there's nothing in front of the first.
13954         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13955         locking of qualified names in Java, which previously could fontify
13956         common indexing expressions in many cases.  The standard Java
13957         naming conventions are used to tell them apart.
13959         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13960         Fix inconsistency wrt opening parens on the first line inside a paren
13961         block.
13963         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13964         compile time for the sake of `c-major-mode-is'.
13966         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13967         `c-major-mode-is' in the event that this is used inside a
13968         `c-lang-defconst'.
13970         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13971         `c-lang-defconst' so that it works better with fallback languages.
13973         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13974         it to fail to record the base mode.
13976         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13977         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13978         is used.  Reorder the syntax checks to get more efficient
13979         skipping in some situations.
13981         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13982         continuation which might precede the newly inserted '{'.
13984         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13985         Fix cases where it could loop indefinitely.
13987         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13988         size specs correctly.  Only fontify identifiers in front of '('
13989         with as functions - don't accept any paren char.  Tighten up
13990         initializer skipping to stop before function and class blocks.
13992         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13993         the point could be left directly after an open paren when finding
13994         the beginning of the first decl in the block.
13996         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13997         table when filtering out legitimate open parens to be recorded.
13998         This could cause cache inconsistencies when e.g.
13999         `c++-template-syntax-table' was temporarily in use.
14001         * progmodes/cc-engine.el (c-on-identifier)
14002         (c-simple-skip-symbol-backward): Small fix for handling "-"
14003         correctly in `skip-chars-backward'.  Affected the operator lfun
14004         syntax in Pike.
14006         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14007         Fix bug that could cause an error from `after-change-functions' when
14008         the changed region is at bob.
14010 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
14012         CC Mode update to 5.30.9:
14014         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14015         to say that <TAB> doesn't insert WS into a CPP line.
14016         (c-indent-command, c-tab-always-indent): Amend doc strings.
14018         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14019         checks for user errors, thus eliminating cryptic and unhelpful
14020         Emacs error messages.  (1) Check the arg to `c-set-style' is a
14021         string.  (2) Check that settings to `c-offsets-alist' are not
14022         spuriously quoted.
14024         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14025         which precedes the newly inserted `{'.
14027 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
14029         Sync with Tramp 2.0.44.
14031         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14032         function "tramp_file_attributes".  Otherwise, file names
14033         containing spaces are misinterpreted.  Reported by Magnus Henoch
14034         <mange@freemail.hu>.
14035         (tramp-handle-file-truename): FILENAME must be expanded first.
14036         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14037         obscure results.  Reported by D. Goel <deego@gnufans.org>.
14038         (tramp-handle-verify-visited-file-modtime): If file does not
14039         exist, say it is not modified if and only if that agrees with the
14040         buffer's record.  Check whether a file is visiting the buffer, or
14041         the buffer has no recorded last modification time.  Return t in
14042         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
14043         <teirllm@auburn.edu>.
14044         (tramp-handle-write-region): Pass modtime explicitly to
14045         `set-visited-file-modtime', because filename can be different
14046         from (buffer-file-name) if `file-precious-flag' is set.
14047         `set-visited-file-modtime' must be called always when `visit' is t
14048         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14049         (tramp-handle-set-visited-file-modtime): If `time-list' is not
14050         nil, don't apply the whole body.  If the file doesn't exists, set
14051         modtime to '(-1 65535).  Suggested by Luc Teirlinck
14052         <teirllm@auburn.edu>.
14054 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14056         * help.el (describe-bindings): Doc fix.
14058         * subr.el (kbd): Doc fix.
14060 2004-08-08  John Paul Wallington  <jpw@gnu.org>
14062         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14063         instead of `string-to-int'.
14064         (define-ibuffer-column mode): Fix indentation.
14066 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
14068         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14070 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14072         * subr.el (global-unset-key, local-unset-key): Doc fixes.
14074         * novice.el (disabled-command-function): New variable renamed from
14075         `disabled-command-hook'.
14076         (disabled-command-hook): Keep the _variable_ as alias for
14077         `disabled-command-function' and make obsolete.
14078         (disabled-command-function): Function renamed from
14079         `disabled-command-hook'.  Adapt code to name change of the variable.
14081 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
14083         * simple.el (completion-root-regexp): New defvar.
14084         (completion-setup-function): Use it instead of a literal string.
14086 2004-08-07  John Paul Wallington  <jpw@gnu.org>
14088         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14089         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14090         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14091         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14093 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14095         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14096         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14098 2004-08-04  Kenichi Handa  <handa@m17n.org>
14100         * international/encoded-kb.el (encoded-kbd-setup-keymap):
14101         Fix previous change.
14103 2004-08-03  Kenichi Handa  <handa@m17n.org>
14105         * international/encoded-kb.el: The following changes are to
14106         utilize key-translation-map instead of minor mode map.
14107         (encoded-kbd-iso2022-non-ascii-map): Delete it.
14108         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14109         (encoded-kbd-last-key): New function.
14110         (encoded-kbd-iso2022-single-shift): New function.
14111         (encoded-kbd-iso2022-designation)
14112         (encoded-kbd-self-insert-iso2022-7bit)
14113         (encoded-kbd-self-insert-iso2022-8bit)
14114         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14115         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14116         key-translation-map.
14117         (encoded-kbd-setup-keymap): Setup key-translation-map.
14118         (saved-key-translation-map): New variable.
14119         (encoded-kbd-mode): Save/restore key-translation-map.
14120         Adjust for the change of encoded-kbd-setup-keymap.
14122 2004-08-02  Kim F. Storm  <storm@cua.dk>
14124         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14125         and call compute-motion with nil for topos and width to get proper
14126         usable width and height for both window and non-window systems.
14128         * windmove.el (windmove-coordinates-of-position): Let compute-motion
14129         calculate usable window width and height.
14131         * window.el (window-buffer-height): Call compute-motion with nil width.
14133 2004-08-01  David Kastrup  <dak@gnu.org>
14135         * replace.el (query-replace-read-from):
14136         Use `query-replace-compile-replacement'.
14137         (query-replace-compile-replacement): New function.
14138         (query-replace-read-to): Use `query-replace-compile-replacement'
14139         for repeating the last command.
14141 2004-08-01  John Paul Wallington  <jpw@gnu.org>
14143         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14144         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14145         (pr-switches): Remove period from end of error messages.
14147         * help-mode.el (help-go-back): Likewise.
14149         * abbrev.el (only-global-abbrevs): Doc fix.
14150         (edit-abbrevs-map): Define within defvar.
14151         (quietly-read-abbrev-file): Doc fix.
14153 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
14155         * novice.el (enable-command, disable-command): Doc fixes.
14157         * subr.el (event-modifiers, event-basic-type): Doc fixes.
14159 2004-07-30  Richard M. Stallman  <rms@gnu.org>
14161         * subr.el (with-local-quit): Doc fix.
14163 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
14165         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14167 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
14169         * custom.el (defcustom): Doc fix.
14171 2004-07-28  Masatake YAMATO  <jet@gyve.org>
14173         * progmodes/etags.el (etags-tags-apropos): Show building progress.
14175 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14177         * imenu.el (imenu-prev-index-position-function)
14178         (imenu-extract-index-name-function, imenu-name-lookup-function)
14179         (imenu--index-alist): Docstring redundancy fix.
14181 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
14183         * wdired.el (wdired-finish-edit): Require dired-aux before locally
14184         binding dired-backup-overwrite.
14186 2004-07-25  John Paul Wallington  <jpw@gnu.org>
14188         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14190 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
14192         * term/tty-colors.el (tty-color-approximate): Doc fix.
14194         * select.el (x-get-selection, x-set-selection): Doc fixes.
14196         * frame.el (make-frame): Doc fix.
14198 2004-07-24  Richard M. Stallman  <rms@gnu.org>
14200         * mail/rmail.el (rmail-mime-charset-pattern):
14201         Don't include semicolon in the charset value.
14203         * replace.el (occur-next-error): Call set-window-point.
14204         (occur-engine): Handle negative NLINES.
14206 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
14208         * frame.el (modify-all-frames-parameters): Minor doc fix.
14209         (set-frame-configuration): Doc fix.
14211 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14213         * simple.el (completion-setup-function): Compute the common parts
14214         and the first difference place correctly when
14215         partial-completion-mode is on.
14217 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14219         * ps-print.el: Doc fix.
14220         (ps-print-version): New version 6.6.5.
14221         (ps-printing-region): Doc fix.
14222         (ps-generate-string-list): Comment fix.
14223         (ps-message-log-max): Code fix.
14225 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14227         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14228         generated PostScript.
14230 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
14232         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
14233         with Gnus v5_10 branch.)
14235 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14237         * calendar/time-date.el (time-to-number-of-days): New function.
14238         Imported from from Gnus.
14240 2004-07-22  Kim F. Storm  <storm@cua.dk>
14242         * progmodes/make-mode.el: Fix comments.
14244 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14246         * printing.el: Doc fix.
14248 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
14250         * frame.el (modify-all-frames-parameters): Minor doc fix.
14252 2004-07-20  Richard M. Stallman  <rms@gnu.org>
14254         * textmodes/fill.el (fill-nobreak-p): If this break point is
14255         at the end of the line, don't consider the newline which follows
14256         as a reason to return t.
14258 2004-07-19  John Paul Wallington  <jpw@gnu.org>
14260         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14262 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
14264         * dired-aux.el (dired-do-kill-lines): Expand docstring.
14265         Delete irrelevant code.
14267 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14269         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14270         New docstring.  From Luc Teirlinck.
14272 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
14274         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14275         section.
14276         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14277         non-file buffers.  We know it is nil.
14279 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14281         Sync with Tramp 2.0.43.
14283         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14284         Remove outdated comment.
14285         (tramp-locked, tramp-locker): New variables for implementing a
14286         global lock.
14287         (tramp-sh-file-name-handler): Use them to implement the global lock.
14289 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
14291         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
14292         calls to respective `xxx` calls.
14293         (tramp-process-alive-regexp): Precise doc string.
14294         (tramp-multi-action-process-alive): New defun.
14295         (tramp-multi-actions): Use it.
14296         (tramp-handle-find-backup-file-name): `copy-tree' is available
14297         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
14298         in order to avoid this function.
14299         (tramp-handle-write-region): Set current buffer.  If connection
14300         wasn't open, `file-modes' has changed it accidentally.  Reported by
14301         David Kastrup <dak@gnu.org>.
14302         (tramp-enter-password, tramp-read-passwd): New arguments USER and
14303         HOST.
14304         (tramp-action-password, tramp-multi-action-password): Apply it.
14305         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14306         name must still contain the port number.  Otherwise, we have two
14307         Tramp buffers, with all the confusion.  Reported by Myron Selby
14308         <myron@xytech.com> and Rolf Dubitzky
14309         <Dubitzky@physi.uni-heidelberg.de>.
14311         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14312         HOST to `tramp-enter-passwd'.
14314         * net/tramp-vc.el (all): Code cleanup.  Change all
14315         `tramp-handle-xxx' calls to respective `xxx` calls.
14317 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
14319         * emacs-lisp/testcover.el: New category "potentially-1valued" for
14320         functions that are not erroneous if either 1-valued or
14321         multi-valued.  Detect functions in this class.
14322         (testcover-1value-functions, testcover-compose-functions)
14323         (testcover-progn-functions) Add some additional functions to lists.
14324         (testcover-mark): Bugfix when marking up the definition for an
14325         empty function.
14327 2004-07-17  Richard M. Stallman  <rms@gnu.org>
14329         * replace.el (occur-read-primary-args): Pass default to
14330         read-from-minibuffer.
14332         * mail/footnote.el (footnote-section-tag): Use defcustom.
14334         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14335         Compile font-lock-keywords, not KEYWORDS.
14336         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14337         Add warn, check-type.  Handle cerror like error.
14339 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14341         * progmodes/which-func.el (which-func-keymap): New var.
14342         (which-func-face): New face.
14343         (which-func-format): Use them.
14345 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14347         * buff-menu.el (list-buffers-noselect): Append the buffer's
14348         process status to its mode name.
14350 2004-07-16  Kim F. Storm  <storm@cua.dk>
14352         * simple.el (inhibit-mark-movement): New defvar.
14353         (beginning-of-buffer, end-of-buffer): Do not push mark if
14354         inhibit-mark-movement is non-nil or C-u prefix is given.
14356         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14357         Init to beginning-of-buffer and end-of-buffer.
14358         (cua--undo-push-mark): New defvar.
14359         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14360         already active and command is in cua--preserve-mark-commands.
14361         Also fix check for shift modifier on non-window systems.
14362         (cua--post-command-handler): Clear inhibit-mark-movement if set.
14364 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
14366         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14367         of two integers, instead of a cons.
14369         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14370         `visited-file-modtime' now returns a list of two integers, instead
14371         of a cons.
14373         * dired.el (dired-directory-changed-p): Ditto.
14375         * progmodes/grep.el (grep): Doc fix.
14377 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14379         * autorevert.el (auto-revert-tail-mode)
14380         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14381         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14382         in both at the same time.
14383         (auto-revert-tail-mode): New command.
14384         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14385         (auto-revert-handler): Revert only either tail or whole file.
14387         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14388         add auto-revert-tail-mode.
14390 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14392         * printing.el: Doc fix.  Change name of some funs.
14393         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
14394         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
14395         (pr-standard-file-name): New fun.  Replace pr-standard-path.
14396         (pr-call-process): Code fix.
14398 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
14400         * subr.el (with-selected-window): Doc fix.
14402 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
14404         * subr.el (get-buffer-window-list): Doc fix.
14406 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
14408         * files.el (switch-to-buffer-other-window): Doc fix.
14410         * window.el (save-selected-window, one-window-p)
14411         (split-window-keep-point, split-window-vertically)
14412         (split-window-horizontally): Doc fixes.
14414 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14416         * printing.el: Doc fix.  Now it uses call-process instead of
14417         shell-command for low command execution.
14418         (pr-version): New version number (6.8).
14419         (pr-shell-file-name): Option removed.
14420         (pr-shell-command): Fun removed.
14421         (pr-call-process): New fun.  Replace pr-shell-command.
14422         (pr-standard-path, pr-remove-nil-from-list): New funs.
14423         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14424         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14425         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14426         (pr-ps-utility-process, pr-txt-print): Code fix.
14428 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14430         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14431         boolean.
14433 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
14435         * wid-edit.el (widget-field-buffer): Doc fix.
14437 2004-07-09  John Paul Wallington  <jpw@gnu.org>
14439         * emacs-lisp/re-builder.el (reb-update-overlays):
14440         Distinguish between one and several matches in message.
14442 2004-07-09  Richard M. Stallman  <rms@gnu.org>
14444         * mouse.el (mouse-set-region-1): If transient-mark-mode
14445         is `identity', change it to `only'.
14447         * simple.el (current-word): Doc fix.
14449 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
14451         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14452         so that it is more understanding of whitespace.
14454         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14455         (("ns" . "element") (attr-list) children) instead of
14456         ((:ns . "element") (attr-list) children) in order to reduce the
14457         number of symbols used.
14458         (xml-skip-dtd): Change to use xml-parse-dtd but set
14459         xml-validating-parsing to nil.
14460         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14461         (xml-substitute-entity): Remove in favor of new entity substitution.
14462         (xml-substitute-special): Rewrite in to substitute complex
14463         entities from DOCTYPE declarations.
14464         (xml-parse-fragment): Parse fragments from entity declarations.
14465         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14466         (xml-parse-dtd, xml-substitute-special): Make validity checks
14467         conditioned on xml-validating-parser.  Add "Not Well Formed" to
14468         error messages about well-formedness.
14470 2004-07-08  Steven Tamm  <steventamm@mac.com>
14472         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14473         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14474         Do not treat double clicks and triple clicks specially in the
14475         scroll bar (preventing strange repositioning problems)
14477 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14479         * replace.el (query-replace-regexp-eval): Fix last change.
14481 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14483         * replace.el (query-replace-descr): New fun.
14484         (query-replace-read-from, query-replace-read-args): Default to the
14485         previous from&to.
14486         (query-replace-read-to): Quote the `from' string when displaying it.
14487         (query-replace-regexp-eval): Immediately check read-only status.
14488         Use query-replace-read-from to get the \n checking.
14489         Quote the `from' string when displaying it.
14490         (map-query-replace-regexp, occur-read-primary-args):
14491         Quote the `from' string when displaying it.
14493         * isearch.el (isearch-query-replace): Pass the regexp-ness and
14494         delimited-ness of the search to query-replace.
14496         * replace.el (query-replace-read-from, query-replace-read-to):
14497         New funs extracted from query-replace-read-args.
14498         (query-replace-read-args): Use them.
14500         * replace.el (query-replace-interactive, query-replace-read-args):
14501         Remove the `initial' special value.
14502         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14503         (occur-engine): Remove unused var `matchend'.
14505         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14506         Use the search string without prompting.
14508 2004-07-05  Kenichi Handa  <handa@m17n.org>
14510         * international/mule.el (decode-coding-inserted-region):
14511         Set last-coding-system-used only when coding is nil.
14513 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
14515         * progmodes/grep.el (grep-compute-defaults, grep-command)
14516         (grep-program, find-program, grep-find-use-xargs, grep-history)
14517         (grep-find-history, grep-tag-default, grep-find-command)
14518         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14519         Add autoload cookies, for unbundled packages that load `compile'
14520         and expect all grep-related symbols to become defined.
14522 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
14524         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14525         (iimage-mode-image-search-path): New user option to search the
14526         image file.
14527         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
14528         have locate-file.
14529         (iimage-mode-buffer): Use it.
14531 2004-07-03  Nick Roberts  <nickrob@gnu.org>
14533         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14534         carefully.
14535         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14537 2004-07-03  Juri Linkov  <juri@jurta.org>
14539         * replace.el (query-replace-read-args): Swallow space after 'foo,
14540         not after (quote foo).  Match space only immediately after symbol,
14541         not anywhere in the whole string.
14543 2004-07-02  Richard M. Stallman  <rms@gnu.org>
14545         * replace.el (query-replace-read-args): Swallow space after
14546         symbols, not after closeparens.  But avoid error if string ends there.
14548         * progmodes/python.el (python-beginning-of-statement):
14549         Exit the loop if backward-up-list gets error.
14551         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14553 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
14555         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14556         only if vc-consult-headers is non-nil.
14558 2004-07-02  Juri Linkov  <juri@jurta.org>
14560         * pcvs.el (cvs-mode-diff-repository): New command.
14562         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14564 2004-07-01  Juri Linkov  <juri@jurta.org>
14566         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14567         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
14568         C-M-% to isearch-query-replace-regexp.
14569         (minibuffer-local-isearch-map): Add arrow key bindings.
14570         Bind C-f to isearch-yank-char-in-minibuffer.
14571         (isearch-forward): Doc fix.
14572         (isearch-edit-string): Doc fix.
14573         (isearch-query-replace, isearch-query-replace-regexp): New funs.
14574         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
14575         (isearch-yank-char): Add optional arg.
14576         (isearch-yank-char-in-minibuffer): New fun.
14578         * replace.el (query-replace-interactive): Change type from boolean
14579         to choice.  Add value `initial'.
14580         (query-replace-read-args): Handle value `initial' of
14581         query-replace-interactive.
14583 2004-06-29  Kim F. Storm  <storm@cua.dk>
14585         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14586         (breakpoint-disabled-bitmap-face): Add :group 'gud.
14588         * progmodes/ada-xref.el (ada-tight-gvd-integration):
14589         Add :group 'ada.
14591         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14593 2004-06-29  Juri Linkov  <juri@jurta.org>
14595         * replace.el (query-replace-read-args): Swallow a space after
14596         everything except )]" which in most cases means after a symbol.
14598         * emacs-lisp/pp.el (pp-buffer): Add autoload.
14600 2004-06-28  Richard M. Stallman  <rms@gnu.org>
14602         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14603         More changes to go with previous change in font-lock.el.
14605 2004-06-26  David Kastrup  <dak@gnu.org>
14607         * replace.el (perform-replace): Highlight the match even in
14608         non-query mode if there is potential replace string editing.
14610 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
14612         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14613         agree with new return value of `file-remote-p'.
14614         This syncs with Tramp 2.0.42.
14616         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14617         according to new documentation of `file-remote-p'.
14619         * files.el (file-remote-p): Fix doc to say that return value is
14620         identification of remote system, if not nil.
14621         (file-relative-name): Use new return value of `file-remote-p'.
14623 2004-06-26  Nick Roberts  <nickrob@gnu.org>
14625         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14626         (gdb-goto-breakpoint): Fix breakage.
14628 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
14630         * man.el (Man-getpage-in-background): Add windows-nt to the list
14631         of systems where shell-file-name should be used instead of
14632         literal "sh".
14634 2004-06-25  Sam Steingold  <sds@gnu.org>
14636         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14637         function names `(setf symbol)'.
14639 2004-06-24  Richard M. Stallman  <rms@gnu.org>
14641         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14643         * font-lock.el (font-lock-keywords): Change format of compiled values.
14644         Document it.
14645         (font-lock-add-keywords): If font-lock-keywords is compiled,
14646         extract the uncompiled version, modify, then recompile.
14647         (font-lock-remove-keywords): Likewise.
14648         (font-lock-fontify-keywords-region): Handle changed format.
14649         (font-lock-compile-keywords): Handle changed format.
14650         (font-lock-set-defaults): Compile the keywords explicitly here.
14652 2004-06-24  David Kastrup  <dak@gnu.org>
14654         * replace.el (query-replace-read-args): Implement `\,' and `\#'
14655         replacements here.
14656         (query-replace-regexp): Doc string explaining this and the new
14657         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
14658         is better placed in `query-replace-read-args'.
14659         (replace-regexp): Explain `\,', `\#' and `\?'.
14660         (replace-match-data): New function for thorough reuse/destruction
14661         of old match-data.
14662         (replace-match-maybe-edit): Function for implementing `\?' editing.
14663         (perform-replace): Fix maintaining of the match stack including
14664         already matched regions, implement `\?', fix various problems
14665         with regions while editing and other stuff.
14666         (replace-highlight): Simplify.
14668 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
14670         * progmodes/grep.el (grep-error-screen-columns): New variable.
14671         (grep-regexp-alist): Give it the full functionality of gnu style
14672         compilation messages with line and column ranges.  Ask me for the
14673         perl script I'm working on, that uses these.
14675 2004-06-23  Nick Roberts  <nickrob@gnu.org>
14677         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14678         Remove.
14679         (comint-insert-input, comint-mouse-insert-input): New functions
14680         based on comint-insert-clicked-input for two bindings but just
14681         one functionality.
14683 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14685         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14687 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
14689         * files.el (write-contents-functions): Doc fix.
14691 2004-06-21  Juanma Barranquero  <lektu@terra.es>
14693         * image.el (image-library-alist): Rewrite docstring in active voice.
14695 2004-06-20  Richard M. Stallman  <rms@gnu.org>
14697         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14699         * isearch.el (isearch-repeat): Avoid testing old match data.
14700         (isearch-message): Display trailing space in special font
14701         when search is failing.
14702         (isearch-search-fun-function): Doc fix.
14704         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14706 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
14708         * frame.el (show-trailing-whitespace): Doc fix.
14710         * cus-edit.el (custom-variable-documentation): New function.
14711         (custom-variable): Use it.
14713 2004-06-19  Nick Roberts  <nickrob@gnu.org>
14715         * man.el (Man-getpage-in-background): Revert previous change but
14716         make cygwin a special case.
14718 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
14720         * autorevert.el (global-auto-revert-non-file-buffers):
14721         Update docstring.
14723 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
14725         * progmodes/compile.el (compilation-error-properties): Store one
14726         more than end-col, if present, so that transient-mark-mode will
14727         highlight last char too.
14728         * progmodes/grep.el (grep-regexp-alist): Match columns and column
14729         ranges, if present.
14731 2004-06-18  Jason Rumney  <jasonr@gnu.org>
14733         * makefile.w32-in: Double percent signs in for loops.
14735 2004-06-17  David Kastrup  <dak@gnu.org>
14737         * replace.el (query-replace-read-args): Only warn about use of \n
14738         and \t when we are doing a regexp replacement and the actual
14739         escaped character is n or t.
14740         (query-replace-regexp): Add \, and \# interpretation to
14741         interactive call and document it.
14742         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14743         as shortkey for replace-count.
14744         (replace-quote): New function for doubling backslashes.
14746 2004-06-17  Juanma Barranquero  <lektu@terra.es>
14748         * files.el (parse-colon-path, cd): Mention in docstring that the
14749         path separator is colon in GNU-like systems.
14751         * newcomment.el (comment-region-internal): Fix docstring.
14753         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14754         (ewoc-invalidate, ewoc-collect): Doc fixes.
14755         (ewoc--create-node, ewoc--delete-node-internal):
14756         Fix typos in docstring.
14758 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
14760         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14761         manual to docstring.
14763 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14765         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14767 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
14769         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14770         Add hyperlink to emacs-xtra manual to docstring.
14772         * autorevert.el (global-auto-revert-non-file-buffers):
14773         Add hyperlink to emacs-xtra manual to docstring, as well as an
14774         info-link.
14776 2004-06-14  Juanma Barranquero  <lektu@terra.es>
14778         * image.el (image-library-alist): New variable to map image types
14779         to external libraries.  Initialized to nil, unless system-specific
14780         configs change it.
14781         (image-type-available-p): Determine whether an image type is
14782         available by calling `init-image-library'.
14784         * term/w32-win.el (image-library-alist): Initialize to a known set
14785         of probable library names.
14787 2004-06-14  Kenichi Handa  <handa@m17n.org>
14789         * international/code-pages.el (windows-1256, cp1125): Fix tables
14790         for several characters.
14792         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14794 2004-06-13  Richard M. Stallman  <rms@gnu.org>
14796         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14798         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14799         not "`pc-selection-mode'".
14801         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14803         * simple.el (previous-matching-history-element): Specify a default.
14805         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14807         * cus-face.el (custom-declare-face): Simplify code.
14809         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14811 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14813         * files.el (before-save-hook): Add `time-stamp' to the options.
14815         * time-stamp.el (time-stamp): Recommend adding it to
14816         `before-save-hook', rather than `write-file-functions'.
14817         Make a similar change in `Commentary' section.
14819 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14821         * diff-mode.el (diff-current-defun): If at start of hunk, use
14822         position of first change.
14824 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
14826         * dired-x.el (dired-mark-omitted): Bind to "*O".
14828 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
14830         * bookmark.el (bookmark-bmenu-relocate): New function, as
14831         suggested by David J. Biesack <David.Biesack@sas.com>.
14832         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14833         (bookmark-bmenu-mode): Describe binding in doc string.
14834         (bookmark-set-filename): Save the bookmark list if it's time.
14836 2004-06-13  Kenichi Handa  <handa@m17n.org>
14838         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14839         (ccl-untranslated-to-ucs): Fix typo.
14841 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
14843         * progmodes/python.el (python-open-block-statement-p):
14844         Fix indentation after a block opening that contains a comment.
14846 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
14848         * bindings.el (completion-ignored-extensions): Add file extensions
14849         of Python byte-compiled files.
14851 2004-06-12  Juri Linkov  <juri@jurta.org>
14853         * info.el (Info-goto-node): Add autoload.
14854         (Info-toc): Add substring-no-properties on Info file name.
14855         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14856         (Info-mode-map): Bind L to Info-history, T to Info-toc.
14858 2004-06-12  Kenichi Handa  <handa@m17n.org>
14860         * international/mule-cmds.el (set-language-environment):
14861         Load subst tables if necessary.
14863         * international/mule.el (decode-char): Load subst tables if necessary.
14864         (encode-char): Likewise.
14866         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14867         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
14868         (utf-16le-decode-loop): Set r5 to -1 before loop.
14869         (utf-16be-decode-loop): Likewise.
14870         (ccl-decode-mule-utf-16le): Add EOF processing block.
14871         (ccl-decode-mule-utf-16be): Likewise.
14872         (ccl-decode-mule-utf-16le-with-signature): Likewise.
14873         (ccl-decode-mule-utf-16be-with-signature): Likewise.
14874         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
14875         (ccl-mule-utf-16-encode-untrans): New CCL.
14876         (utf-16-decode-to-ucs): Handle pre-read character.
14877         (utf-16le-encode-loop): Handle surrogate pair.
14878         (utf-16be-encode-loop): Likewise.
14879         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14880         of utf-16le-encode-loop.
14881         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14882         of utf-16be-encode-loop.
14883         (mule-utf-16-post-read-conversion):
14884         Call utf-8-post-read-conversion at first.
14885         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14886         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14887         Add post-read-conversion and pre-write-conversion.
14889         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14890         (utf-translate-cjk-unicode-range): New variable.
14891         (utf-translate-cjk-load-tables): New function.
14892         (utf-lookup-subst-table-for-decode): New function.
14893         (utf-lookup-subst-table-for-encode): New function.
14894         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
14895         tables here.  Update safe-charsets of utf-* coding systems.
14896         (ccl-mule-utf-untrans): New CCL.
14897         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
14898         at end of each branch.
14899         (ccl-mule-utf-8-encode-untrans): New CCL.
14900         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14901         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
14902         length of encoding.  Don't return r0.
14903         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
14904         (utf-8-post-read-conversion): Narrow to region properly.
14905         If utf-translate-cjk-mode is on, load tables if necessary.
14906         Call utf-8-compose with hash-table arg if necessary.
14907         Call XXX-compose-region instead of XXX-post-read-conversion.
14908         (utf-8-pre-write-conversion): New function.
14909         (mule-utf-8): Include CJK charsets in safe-charsets if
14910         utf-translate-cjk-mode is on.  Add pre-write-conversion.
14912         * international/characters.el: Temporarily set
14913         utf-translate-cjk-mode to nil.
14915         * language/devan-util.el (devanagari-compose-region):
14916         Add autoload cookie.
14918         * international/ccl.el (ccl-dump-call): Fix printing the
14919         subroutine name.
14921 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14923         * dired.el (dired-revert): If buffer is marked unmodified before
14924         reverting, keep it marked unmodified.
14925         Adapt to new conventions for commenting out code.
14926         (dired-make-relative): Adapt to new conventions for commenting out code.
14928 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
14930         * eshell/esh-module.el (eshell-load-defgroups):
14931         Bind `vc-handled-backends' to nil when opening files.
14933 2004-06-11  Juanma Barranquero  <lektu@terra.es>
14935         * files.el (parse-colon-path, cd): Doc fixes (refer to
14936         `path-separator', not colon).
14938 2004-06-10  Juanma Barranquero  <lektu@terra.es>
14940         * newcomment.el (comment-search-forward)
14941         (comment-search-backward): Fix typos in docstring.
14942         (comment-region): Doc fix.
14944 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
14946         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14947         switch is no longer stored in `dired-switches-alist'.
14949         * dired-aux.el (dired-insert-subdir): Do not store R switch in
14950         `dired-switches-alist'.
14952 2004-06-10  Kim F. Storm  <storm@cua.dk>
14954         * pcvs.el (cvs-mode-diff-yesterday): New command.
14956         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14958 2004-06-10  Juri Linkov  <juri@jurta.org>
14960         * emacs-lisp/edebug.el (edebug-eval-defun):
14961         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14962         Fix docstring.
14964         * simple.el (eval-expression-print-format): Don't print additional
14965         information on the first call to `eval-print-last-sexp'.
14966         (next-error-find-buffer): Fix punctuation.
14967         (killing) <defgroup>: Fix punctuation.
14968         (yank-excluded-properties): Change group from editing to killing.
14970         * replace.el (perform-replace): Use `limit' to terminate the
14971         while-loop explicitly.
14973 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14975         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14976         Use lc-*.xpm as prefix instead of *-locol.xpm.
14978         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14979         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14980         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14981         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14982         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14983         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14984         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14985         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14986         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14987         * toolbar/lc-up_arrow.xpm:
14988         Rename from *-locol.xpm.
14990 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
14992         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14993         include forms like &<str>; as valid url patterns.
14995 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
14997         * dired.el (dired-diff, dired-backup-diff)
14998         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14999         (dired-do-chown, dired-do-touch, dired-do-print)
15000         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15001         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15002         (dired-create-directory, dired-do-copy, dired-do-symlink)
15003         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15004         (dired-do-copy-regexp, dired-do-hardlink-regexp)
15005         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15006         (dired-maybe-insert-subdir, dired-next-subdir)
15007         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15008         (dired-kill-subdir, dired-tree-up, dired-tree-down)
15009         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15010         (dired-run-shell-command, dired-query): Remove redundant,
15011         or incorrect, autoloads.
15013         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15014         does not end in a slash.  Add optional argument KILL-ROOT.
15015         Update docstring.
15016         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15017         (dired-query): Add autoloads.
15019 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
15021         * progmodes/compile.el (compilation-set-window-height):
15022         Rearrange the save-* functions because a buffer can have several current
15023         point in different windows.
15024         (compilation-error-regexp-alist-alist): Recognize {standard input}
15025         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15027 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15029         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15030         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15031         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15032         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15033         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15034         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15035         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15036         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15037         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15038         * toolbar/up_arrow-locol.xpm:
15039         New versions of icons that uses fewer colors.
15041         * toolbar/tool-bar.el (tool-bar-local-item)
15042         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15043         if display-color-cells is 256 or less.
15045 2004-06-08  Kim F. Storm  <storm@cua.dk>
15047         * wid-edit.el (widget-specify-button): Use hand pointer rather
15048         than mouse-face as visible mouse-over effect.
15050 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
15052         * saveplace.el (save-place-alist-to-file): Bind `print-length'
15053         and `print-level' to nil when writing out `save-place-alist'.
15054         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15056 2004-06-07  Juanma Barranquero  <lektu@terra.es>
15058         * completion.el (completion-kill-region): Doc fix.
15060         * format.el (format-insert-annotations)
15061         (format-annotate-location): Doc fixes.
15062         (format-subtract-regions): Make arguments match their use in docstring.
15064         * simple.el (kill-region): Doc fix.
15066         * subr.el (insert-buffer-substring-no-properties)
15067         (insert-buffer-substring-as-yank): Doc fixes.
15069 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
15071         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15072         Update docstring.
15073         (dired-reset-subdir-switches): New function.
15075         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15076         Limit scope of `buffer-read-only' binding.
15078 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
15080         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15081         eshell-explicit-command-char.
15083 2004-06-06  Juanma Barranquero  <lektu@terra.es>
15085         * help-fns.el (help-argument-name): Inherit from italic face only
15086         if the frame supports it.
15088 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15090         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15091         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15092         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15093         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15094         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15095         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15096         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15097         New conversions from xpm files.
15099         * toolbar/README: New file.
15101 2004-06-06  Richard M. Stallman  <rms@gnu.org>
15103         * isearch.el (isearch-mode-map): Undo previous change.
15105 2004-06-05  Juri Linkov  <juri@jurta.org>
15107         * bindings.el (debug-ignored-errors): Add regexps for history
15108         related messages.  Remove $ from "No further undo information".
15109         Move Ediff's messages to ediff.el.
15111         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15113         * cus-edit.el (custom-display): Add `min-colors'.
15115         * custom.el (defface): Add `supports' to docstring.
15117         * help-fns.el (help-argument-name): Add :group 'help.
15119 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
15121         * find-dired.el (find-ls-subdir-switches): New user option.
15122         (find-dired): No longer call `abbreviate-file-name' on DIR.
15123         Set `dired-subdir-switches' buffer-locally.
15125         * locate.el: Merge the two `Commentary' sections.
15126         (locate-ls-subdir-switches): New user option.
15127         (locate): Update for other changes.
15128         (locate-mode-map): Restore Dired binding for mouse-2.
15129         Bind `locate-mouse-view-file' to M-mouse-2.
15130         Bind `l' to `locate-do-redisplay'.
15131         (locate-main-listing-line-p, locate-do-redisplay): New functions.
15132         (locate-mouse-view-file, locate-tags, locate-find-directory):
15133         Print message if used outside main listing.
15134         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
15135         Various changes to support inserted subdirectories.
15136         (locate-insert-header): Change header of *Locate* buffer.
15138         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15139         Change interactive default switches.
15140         (dired-rename-subdir-2): Update `dired-switches-alist'.
15141         (dired-insert-subdir, dired-kill-subdir):
15142         Handle `dired-switches-alist'.  Do not mark buffer modified.
15143         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15144         (dired-insert-subdir-doinsert): Omit messages.
15145         Handle `dired-subdir-switches'.
15146         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15148         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15149         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15150         subdirs if -R switch is used for a subdir.
15151         (dired-mode): Set `dired-switches-alist'.
15152         (dired-build-subdir-alist): Only print number of directories in
15153         echo area when invoked interactively.
15155 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
15157         * dired-x.el (dired-omit-mode): Rename from
15158         dired-omit-files-p.  Use define-minor-mode to define it.
15159         (dired-omit-files-p): Add as alias for dired-omit-mode.
15160         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
15161         dired-mark-omitted.
15162         (dired-mark-omitted): Add.  Bind to M-O.
15164 2004-06-05  Kenichi Handa  <handa@m17n.org>
15166         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15168 2004-06-05  Juanma Barranquero  <lektu@terra.es>
15170         * help-fns.el (help-argument-name): Reintroduce face.
15171         (help-default-arg-highlight): Use it, now that
15172         `face-differs-from-default-p' can be trusted.
15174 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15176         * textmodes/table.el: Sentence commands added to Point Motion
15177         group; kill and backward-kill commands added to Extraction group.
15179 2004-06-04  Mario Lang  <mlang@delysid.org>
15181         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15182         systems appear to use mW, make the code handle this.  Fix a
15183         division-by-zero bug while at it, and handle kernels with
15184         a slightly different layout in /proc/acpi.
15186 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
15188         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15189         because the latter is a CL-ism.  This fixes the bug reported by
15190         Shawn Boyette <mdxi@collapsar.net> in
15191         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15193 2004-06-04  Miles Bader  <miles@gnu.org>
15195         * faces.el (display-supports-face-attributes-p): Function moved to
15196         C code.  Previously only the tty-related portion of this function
15197         was done in C; however the previous attempt to do a halfway-proper
15198         job for non-tty displays in lisp didn't work properly because of
15199         funny conditions during Emacs startup.
15200         (face-differs-from-default-p): Simplify, now that
15201         display-supports-face-attributes-p works properly on all display
15202         types.  Remove :stipple from comparison; it doesn't really work
15203         in emacs anyway.
15205 2004-06-04  Miles Bader  <miles@gnu.org>
15207         * faces.el (face-differs-from-default-p): Use a different
15208         implementation, so we can really check whether FACE displays
15209         differently or not.
15211 2004-06-04  Miles Bader  <miles@gnu.org>
15213         * faces.el (display-supports-face-attributes-p): Implement a
15214         `different from default' check for non-tty displays.
15216 2004-06-03  David Kastrup  <dak@gnu.org>
15218         * woman.el (woman-mapcan): More concise code.
15219         (woman-topic-all-completions, woman-topic-all-completions-1)
15220         (woman-topic-all-completions-merge): Replace by a simpler and
15221         much faster implementation based on O(n log n) sort/merge instead
15222         of the old O(n^2) behavior.
15224 2004-06-03  Miles Bader  <miles@gnu.org>
15226         * subr.el (read-number): Use canonical format for default in prompt.
15228         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15229         Add regexp for " [...]" style defaults.
15231 2004-06-02  Romain Francoise  <romain@orebokech.com>
15233         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15234         groups: if the user asks for a hidden buffer, open the
15235         corresponding filter group to expose it.
15237         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15238         `ibuffer-jump-to-buffer'.
15239         (ibuffer-jump-offer-only-visible-buffers): New user option.
15241 2004-06-02  Juanma Barranquero  <lektu@terra.es>
15243         * faces.el (frame-update-faces): Add empty docstring so the one
15244         for `ignore' doesn't show through.
15246         * subr.el (process-kill-without-query): Remove spurious "\n" on
15247         obsolescence string.
15248         (focus-frame, unfocus-frame): Add obsolescence declaration and
15249         empty docstring.
15251         * international/mule.el (register-char-codings): Make alias for
15252         `ignore'.  Move docstring to obsolescence info and remove redundancy.
15254 2004-06-02  Kim F. Storm  <storm@cua.dk>
15256         * frame.el (blink-cursor-start): Turn cursor off initially so blink
15257         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15259 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15261         * comint.el (comint-replace-by-expanded-history-before-point):
15262         Obey `start' as the docstring says.
15263         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15264         (comint-update-fence): Prevent font-lock from running unnecessarily.
15265         (comint-dynamic-list-completions): Use with-current-buffer.
15267 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15269         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15270         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15271         (bibtex-entry-update): Handle alternatives and optional fields.
15272         (bibtex-parse-entry): Bugfix, handle empty key.
15274 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         * vc-arch.el (vc-arch-state): Don't assume the file exists.
15278 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
15280         * desktop.el (desktop-save): Don't save minor modes without a
15281         known mode initialization function.
15283 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
15285         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15287         * autorevert.el: Update `Commentary' section.
15289 2004-05-30  Juanma Barranquero  <lektu@terra.es>
15291         * dos-fns.el (convert-standard-filename):
15292         * files.el (convert-standard-filename):
15293         * w32-fns.el (convert-standard-filename):
15294         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15296 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
15298         Sync with Tramp.
15300         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15301         (tramp-let-maybe): Move to an earlier spot in the file.
15302         Patch by Andreas Schwab.
15304 2004-05-30  Andreas Schwab  <schwab@suse.de>
15306         * dired.el (dired-get-filename): Don't use dired-re-dot.
15308 2004-05-30  Richard M. Stallman  <rms@gnu.org>
15310         * files.el (find-file): Doc fix.
15312         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15314 2004-05-30  Nick Roberts  <nickrob@gnu.org>
15316         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15317         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15318         modeline of the locals buffer.
15319         (gdb-goto-breakpoint): Handle gdbmi.
15320         (gdb-get-frame-number): Change for gdbmi.
15322 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
15324         * files.el (file-remote-p): Apply file name handler for operation
15325         `file-remote-p'.  It isn't a property any longer.
15326         (file-relative-name): `fh' and `fd' get the required value via
15327         `find-file-name-handler' already.
15329         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15330         (top): Remove setting of `file-remote-p' property for
15331         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
15333 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
15335         Version 2.0.41 of Tramp released.
15337         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15338         Throw away if process has died.
15339         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15340         (tramp-out-of-band-prompt-regexp): Rename to
15341         `tramp-process-alive-regexp', because its usage is widen.
15342         (tramp-actions-copy-out-of-band): Apply it.
15343         (tramp-actions-before-shell, tramp-multi-actions):
15344         Add `tramp-action-process-alive' action.
15345         (tramp-action-process-alive): New defun.
15346         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15347         Add entry for `file-remote-p'.
15348         (tramp-handle-file-remote-p): New defun.
15349         (top): Remove setting of `file-remote-p'.  Don't set
15350         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15352         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15353         `file-remote-p'.
15355         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15356         counted for (last) line.  [They should or they shouldn't?  --Stef]
15357         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15359 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
15361         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15362         not really necessary but seems to keep the shell history smaller
15363         in some cases.  It is no substitute for setting HISTFILE and
15364         HISTSIZE from tramp-open-connection-setup-interactive-shell,
15365         though.  Suggested by Luc Teirlinck.
15366         (tramp-open-connection-setup-interactive-shell): Export variables
15367         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
15368         (tramp-set-process-query-on-exit-flag): New compat function.
15369         (tramp-open-connection-multi, tramp-open-connection-su)
15370         (tramp-open-connection-rsh, tramp-open-connection-telnet)
15371         (tramp-do-copy-or-rename-file-out-of-band): Use it.
15372         (tramp-let-maybe): New macro, let-binds a variable only if it
15373         isn't obsolete.
15374         (tramp-check-ls-commands, tramp-handle-expand-file-name)
15375         (tramp-handle-file-truename): Use it.
15376         (tramp-completion-file-name-regexp-unified): Avoid matching
15377         filenames starting with "/:" -- those are reserved for
15378         file-name-non-special.
15380         * tramp-smb.el (tramp-smb-open-connection):
15381         Use tramp-set-process-query-on-exit-flag compat function.
15383 2004-05-29  Richard M. Stallman  <rms@gnu.org>
15385         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15387         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15388         (eval-last-sexp-print-value): Print char equivalent regardless
15389         of standard-output value.
15391         * thumbs.el (thumbs-subst-char-in-string): Delete.
15392         (thumbs-thumbname): Use subst-char-in-string.
15393         (thumbs-resize-image): Use condition-case, not ignore-errors.
15394         (thumbs-kill-buffer): Likewise.
15396         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
15397         (thumbs-mode): Make buffer read-only.
15398         (thumbs-make-thumb): Unconditionally accept an existing file.
15399         (thumbs-insert-thumb): Add thumb-image-file property to the image.
15400         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15401         (thumbs-show-thumbs-list): Error if images not supported.
15402         (thumbs-save-current-image): Improve prompt string.
15403         (thumbs-mode-map): Define u, R, x.
15404         (thumbs-unmark): New command.
15405         (thumbs-emboss-image): Minor cleanup.
15406         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15407         (thumbs-rename-images): New command.
15408         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
15410         * thumbs.el (thumbs-current-image): New function.
15411         (thumbs-file-list, thumbs-file-alist): New functions.
15412         (thumbs-find-image): Delete arg L.
15413         Don't set up thumbs-fileL as buffer-local global var.
15414         (thumbs-find-image-at-point): Use thumbs-current-image.
15415         (thumbs-set-image-at-point-to-root-window): Likewise.
15416         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15417         Record and warn about errors.  Update thumbs-markedL for deletions.
15418         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15419         (thumbs-redraw-buffer): Use thumbs-file-list.
15420         (thumbs-mark): Use thumbs-current-image.
15421         (thumbs-show-name): Use thumbs-current-image.
15423         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15424         and imenu--last-menubar-index-alist.
15426         * subr.el (with-selected-window): Undo previous change.
15428 2004-05-29  John Paul Wallington  <jpw@gnu.org>
15430         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15431         (thumbs-mouse-find-image): New command.
15432         (thumbs-mode-map): Bind it to mouse-2.
15433         (thumbs-mode): Make mode-class special.
15434         (thumbs-view-image-mode): Likewise.
15436 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
15438         * flymake.el: New file.
15440 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
15442         * files.el (find-file-noselect-1): Do not bind
15443         `inhibit-read-only' to t during execution of
15444         `find-file-not-found-functions'.
15446 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15448         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15449         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15451 2004-05-28  Juri Linkov  <juri@jurta.org>
15453         * simple.el (eval-expression-print-format): New fun.
15455         * simple.el (eval-expression):
15456         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15457         * emacs-lisp/edebug.el (edebug-compute-previous-result)
15458         (edebug-eval-expression): Print additionally the value returned by
15459         `eval-expression-print-format'.
15461         * emacs-lisp/lisp.el (insert-pair-alist): New var.
15462         (insert-pair): Make arguments optional.  Find character pair
15463         from `insert-pair-alist' according to the last input event.
15464         (insert-parentheses): Make arguments optional.
15465         (raise-sexp, delete-pair): New funs.
15467         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15468         (emacs-lisp-mode-map, lisp-interaction-mode-map):
15469         Bind C-M-q to `indent-pp-sexp'.
15471         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15472         `pp-to-string' modified to be able to format text with newlines.
15473         (pp-to-string): Move the buffer-formatting part of the code to
15474         `pp-buffer'.  Call `pp-buffer'.
15476         * info.el (Info-desktop-buffer-misc-data): Don't save information
15477         about virtual files.
15478         (Info-restore-desktop-buffer): Restore Info buffers in prepared
15479         buffers with names obtained from the desktop file instead of the
15480         default *info* buffer.
15482 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15484         * subr.el (with-selected-window): Only save/restore the selected window.
15486         * progmodes/compile.el (compilation-error-regexp-alist):
15487         Use expand-file-name and data-directory.
15489         * progmodes/grep.el (grep-tree): Rework previous fix.
15491         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15492         after the user marked text with the mouse.
15494         * startup.el (command-line): Keep the first regexp of
15495         auto-save-file-name-transforms intact.
15497 2004-05-28  Juanma Barranquero  <lektu@terra.es>
15499         * cus-edit.el (customize-face, customize-face-other-window)
15500         (custom-face-edit-delete): Make arguments match their use in
15501         docstring.
15502         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15503         docstring.
15505         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15506         not `cvs-butlast'.
15508         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15509         `nbutlast' are in subr.el).
15511         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15512         (set-w32-system-coding-system): Doc fixes.
15514         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15515         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15516         Make arguments match their use in docstring.
15517         (artist-draw-region-trim-line-endings)
15518         (artist-mouse-choose-operation): Fix typo in docstring.
15519         (artist-key-set-point-common): Doc fix.
15521 2004-05-28  Simon Josefsson  <jas@extundo.com>
15523         * mail/smtpmail.el (smtpmail-open-stream):
15524         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15526 2004-05-26  Simon Josefsson  <jas@extundo.com>
15528         * starttls.el: Merge with my GNUTLS based starttls.el.
15529         (starttls-gnutls-program, starttls-use-gnutls)
15530         (starttls-extra-arguments, starttls-process-connection-type)
15531         (starttls-connect, starttls-failure, starttls-success): New variables.
15532         (starttls-program, starttls-extra-args): Doc fix.
15533         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15534         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15535         and pass on to corresponding *-gnutls function if it is set.
15537 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
15539         * autorevert.el (auto-revert-handler): Disable auto-reverting of
15540         remote files.
15542 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
15544         * files.el (file-name-non-special): There are more operations
15545         which need handling: `find-backup-file-name',
15546         `insert-file-contents', `verify-visited-file-modtime',
15547         `write-region'.  Rename t value of method to `add'.  Add new
15548         methods `quote' and `unquote-then-quote' to file-arg-indices.
15550 2004-05-25  Juri Linkov  <juri@jurta.org>
15552         * info.el (Info-toc): Call Info-mode on intermediate buffer.
15553         (Info-index-nodes): Enclose code in condition-case to catch errors.
15554         (Info-index-node): Don't search all index nodes if request is only
15555         for the current node and file is not in the cache of index nodes.
15556         (Info-mode-map): Bind Info-copy-current-node-name to `w'
15557         for consistency with dired-copy-filename-as-kill.
15558         Bind `S' to Info-search-case-sensitively.
15559         (Info-copy-current-node-name): New arg.  With zero prefix arg put
15560         the name inside a function call to `info'.  Display copied text in
15561         the echo area.
15563 2004-05-25  Sam Steingold  <sds@gnu.org>
15565         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15566         strip the package prefix from the symbol name, if any.
15567         Make it the `find-tag-default-function' for `lisp-mode'.
15569 2004-05-25  John Paul Wallington  <jpw@gnu.org>
15571         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15572         instead of obsolete `process-kill-without-query'.
15574         * textmodes/texinfmt.el (texinfo-indexvar-alist):
15575         Declare as variable, not constant.
15577 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15579         * files.el (find-file-noselect-1): Fix bug introduced by
15580         Revision 1.694.  As a side effect, `inhibit-read-only'
15581         is again, by default, t during execution of
15582         `find-file-not-found-functions'.
15583         (insert-directory): Check that lines were really inserted by
15584         the --dired switch, before erasing them.
15586 2004-05-24  Nick Roberts  <nickrob@gnu.org>
15588         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15589         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15590         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15591         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15592         gud-minor-mode (gdbmi).
15594 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
15596         * net/browse-url.el (browse-url-interactive-arg): Enable user to
15597         explicitly select the text to be taken as URL.
15599 2004-05-23  Juri Linkov  <juri@jurta.org>
15601         * info.el (Info-index-nodes): New var and fun.
15602         (Info-goto-index, Info-index, info-apropos)
15603         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15604         (Info-index): Fix docstring.  Store and restore Info-history-list.
15605         (Info-complete-nodes): New var.
15606         (Info-complete-menu-item): Use it.
15607         (Info-index-node): New fun.
15608         (Info-final-node, Info-forward-node, Info-backward-node)
15609         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15610         Use Info-index-node.
15611         (Info-extract-menu-item, Info-extract-menu-counting): Set second
15612         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15613         (Info-find-node-2): If a node with period in its name not found,
15614         try to find a node without the name part after period.
15615         (Info-select-node): Call Info-fontify-node only if
15616         Info-fontify-maximum-menu-size is not nil.
15617         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15618         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15619         Preserve Info-history-list.
15620         (Info-toc): Set Info-current-file.
15621         (Info-build-toc): Move point to the beginning of the buffer.
15622         Add main-file variable.
15623         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15624         Use backslashed representation of the control character ^_.
15626         * textmodes/texinfmt.el (texinfo-print-index): Print index line
15627         numbers in the new Texinfo 4.7 format.
15629         * add-log.el (change-log-font-lock-keywords): Remove `:' from
15630         regexps for function and variable names.
15632         * descr-text.el (describe-property-list): Add [show] button for
15633         `syntax-table' property with action to pp to a separate buffer.
15634         (describe-char): Replace search-forward by re-search-forward with
15635         whitespace regexp after "character:" to not fail in too narrow windows.
15637         * simple.el (next-error-find-buffer): Add a rule to return
15638         next-error capable buffer if one window on the selected frame
15639         displays such buffer.
15641 2004-05-23  Nick Roberts  <nickrob@gnu.org>
15643         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15644         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15645         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15646         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15647         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15648         Handle new value for gud-minor-mode (gdbmi).
15649         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15650         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15651         Change from local to global gdb variable set.
15652         (gdb-ann3): Initialize above gdb variable set.
15653         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15654         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15655         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15656         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15657         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15658         (gdb-info-locals-handler, gdb-invalidate-assembler)
15659         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15660         set as global variables.
15661         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15662         Handle gdbmi.
15663         (gdb-info-breakpoints-custom): Fix regexp.
15664         (def-gdb-var): Delete.
15666         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15667         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15668         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15669         a new mode.  The file (gdb-mi.el) for this mode will be included
15670         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15671         primary interface.
15673 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
15675         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15676         interpreted as a directory.
15678 2004-05-22  Richard M. Stallman  <rms@gnu.org>
15680         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15681         as a close quote.
15683         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15685         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15686         Use assoc-string, not assoc-ignore-case.
15688         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15690         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15691         If moving back then fwd gets a defun that ends before point,
15692         try again moving fwd then back.
15694         * files.el (file-name-non-special): Allow t in file-arg-indices
15695         to mean requote the return value.  Use `identity' as an element
15696         rather than as the whole value.
15698         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
15700 2004-05-22  Juanma Barranquero  <lektu@terra.es>
15702         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15703         `help-make-usage'.
15704         (help-highlight-arguments): Skip function name before searching
15705         for arguments.
15707 2004-05-21  Juanma Barranquero  <lektu@terra.es>
15709         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15710         Don't mention in the docstring these arguments meant for
15711         internal (recursive) use only.
15712         (allout-char-spec): Comment out (it's not implemented).
15713         (allout-old-expose-topic, allout-exposure): Fix docstring and add
15714         obsolescence declaration.
15715         (allout-flatten-exposed-to-buffer)
15716         (allout-indented-exposed-to-buffer): Fix typos in docstring.
15717         (my-mark-marker): Doc fix.
15718         (produce-allout-mode-map, allout-sibling-index)
15719         (allout-isearch-expose, allout-distinctive-bullet)
15720         (allout-open-topic, allout-reindent-body)
15721         (allout-rebullet-heading, allout-process-exposed)
15722         (allout-insert-listified, allout-latex-verb-quote)
15723         (allout-insert-latex-header, allout-insert-latex-trailer):
15724         Make arguments match their use in docstring.
15725         (allout-primary-bullet, allout-old-style-prefixes)
15726         (allout-inhibit-protection, allout-init, allout-mode)
15727         (allout-before-change-protect, allout-flag-region):
15728         Use "Emacs" instead of "emacs" in docstrings.
15730 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15732         * international/characters.el: Modify syntax of more characters.
15734 2004-05-21  Masatake YAMATO  <jet@gyve.org>
15736         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15737         (etags-tags-completion-table): Show parsing progress.
15739 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
15741         * locate.el (locate-prompt-for-command): Shorten first line of
15742         docstring.
15743         (locate-mode): Expand docstring and include keymap summary.
15745         * files.el (find-file-noselect-1): Limit the scope of the
15746         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
15747         is, by default, nil during the execution of
15748         `find-file-not-found-functions' and `find-file-hook'.
15750 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
15752         * facemenu.el (facemenu-color-name-equal): New function.
15753         (list-colors-display): Use it to compare colors instead of
15754         facemenu-color-equal.
15756 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
15758         * compare-w.el (compare-windows-face): Use min-colors instead of
15759         checking for tty or pc types.
15761 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15763         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15764         (completion-setup-function): Use with-current-buffer.
15765         Properly save excursion.  Simplify.
15766         Don't assume there is necessarily a `mouse-face' property somewhere.
15768         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15770         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
15772         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15773         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15774         Use with-current-buffer.
15775         (byte-goto-log-buffer): Delete.
15776         (byte-compile-log-file): Call compilation-forget-errors.
15778 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15780         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15781         output messages into the search result.
15783 2004-05-19  Masatake YAMATO  <jet@gyve.org>
15785         * wid-edit.el (widget-radio-button-notify): Revert my last
15786         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15788 2004-05-19  Kenichi Handa  <handa@m17n.org>
15790         * international/characters.el: Fix syntax (open/close) of CJK chars.
15792 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15794         * help-mode.el (help-go-back): Don't depend on position of back button.
15796 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15798         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15799         files files don't contain an accidental additional /.
15801         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15802         in source buffer.
15804 2004-05-18  Masatake YAMATO  <jet@gyve.org>
15806         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15807         to widget-apply.  :action method assumes 2 arguments, not 3.
15809 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
15811         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15812         New constants.
15813         (hs-special-modes-alist): Add an f90-mode entry.
15815 2004-05-17  Sam Steingold  <sds@gnu.org>
15817         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15818         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
15820 2004-05-16  Kim F. Storm  <storm@cua.dk>
15822         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15824 2004-05-15  John Wiegley  <johnw@newartisans.com>
15826         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15827         (eshell-output-object-to-target): Improve output speed 20% by not
15828         calling `eshell-stringify' if something is already known to be a string.
15830 2004-05-15  Alex Ott  <ott@jet.msk.su>
15832         * textmodes/ispell.el (ispell-local-dictionary-alist):
15833         Add windows-1251 to the choice of coding systems.
15834         (ispell-dictionary-alist-6): Add support for "russianw.aff",
15835         encoded in cp1251.
15837 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
15839         * progmodes/compile.el (compilation-warning-face)
15840         (compilation-info-face): Use min-colors.
15842 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15844         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15845         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15846         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15847         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15848         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15849         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15850         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15851         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15852         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15853         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15854         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15855         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15856         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15857         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15859 2004-05-15  Kim F. Storm  <storm@cua.dk>
15861         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15862         Use it to set triggered-p element of timer.
15863         (timer-event-handler): Set triggered-p element non-nil while running
15864         the timer function.
15866 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15868         * descr-text.el (describe-char-unicode-data)
15869         (describe-char-unicodedata-file): Re-enable the unicode code now that
15870         the licensing issues have been cleared in the unicode-4 license.
15871         (describe-text-properties-1): Remove unused `overlay' var.
15872         (describe-char): Remove unused var `buffer'.
15874 2004-05-14  David Ponce  <david@dponce.com>
15876         * tree-widget.el: New file.
15878 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
15880         * language/european.el ("Brazilian Portuguese"): Add support for
15881         Brazilian Portuguese.
15883 2004-05-13  John Wiegley  <johnw@newartisans.com>
15885         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15886         `recentf-mode' if this variable has been customized to t.
15888         * eshell/esh-test.el (eshell-test): Call the function
15889         `emacs-version' rather than trying to build a custom version string.
15891 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15893         * net/telnet.el (telnet-mode): Use define-derived-mode.
15894         Don't modify the global value of comint-prompt-regexp.
15896 2004-05-13  John Paul Wallington  <jpw@gnu.org>
15898         * version.el (emacs-version): Check for `gtk' feature before
15899         `x-toolkit' feature.
15901 2004-05-13  Juanma Barranquero  <lektu@terra.es>
15903         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15904         arguments in the docstring, they're used only in recursive calls.
15906         * help-fns.el (help-arg-highlighting-function)
15907         (help-argument-name): Delete.
15908         (help-default-arg-highlight): New function.
15909         (help-do-arg-highlighting): Use it.
15911 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15913         * calendar/appt.el (appt-disp-window):
15914         Use `calendar-set-mode-line' for a centered mode-line.
15916 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15918         * calendar/appt.el (appt-disp-window): Do not split window
15919         excessively when `split-height-threshold' is low.
15921 2004-05-12  Nick Roberts  <nickrob@gnu.org>
15923         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15924         kill-buffer-hook here and make it local.
15925         (gud-kill-buffer-hook): Use kill-process for a sure kill.
15927 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
15929         * progmodes/compile.el (compilation-set-window-height):
15930         Use save-excursion to protect against misplaced marker.
15932 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15934         * custom.el (defface): Document that type can have value gtk.
15936         * faces.el (face-spec-set-match-display): Handle type gtk in display.
15938 2004-05-12  Kenichi Handa  <handa@m17n.org>
15940         * descr-text.el: Require quail at compile time.
15941         (describe-char): If an input method is on and it supports the
15942         character, show how to input it.
15944         * international/quail.el (quail-install-decode-map): Accept a
15945         char-table whose subtype is `quail-decode-map'.
15946         (quail-store-decode-map-key, quail-gen-decode-map1)
15947         (quail-gen-decode-map, quail-find-key1, quail-find-key)
15948         (quail-show-key): New functions.
15950 2004-05-12  Juanma Barranquero  <lektu@terra.es>
15952         * generic.el (define-generic-mode): Remove redundant arglist info.
15954         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15955         Make arguments match their use in docstring.
15956         (help-arg-highlighting-function): New variable.
15957         (help-argument-name): Mention it in the docstring.
15958         (help-do-arg-highlight): Use it.  Expand regexp to accept also
15959         ARG-xxx and xxx-ARG references.
15961 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
15963         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15964         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15965         and "mailto:addr1?to=addr2" equal.
15967 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15969         * man.el (Man-getpage-in-background): Use shell-file-name
15970         and shell-command-switch variables instead of hard-coded values.
15972 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
15974         * iimage.el: New file.
15976 2004-05-11  Juanma Barranquero  <lektu@terra.es>
15978         * custom.el (custom-initialize-default, defcustom):
15979         Fix typo in docstring.
15981         * files.el (set-visited-file-name, file-expand-wildcards):
15982         Fix docstring.
15984 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15986         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15988         * subr.el (eventp): Be more discriminating with integers.
15990 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
15992         * progmodes/compile.el (compile): Add universal prefix arg.
15993         (compilation-error-regexp-alist-alist): Add edg patterns.
15995 2004-05-10  Sam Steingold  <sds@gnu.org>
15997         * textmodes/ispell.el (ispell-message):
15998         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16000 2004-05-10  Dave Love  <fx@gnu.org>
16002         * progmodes/python.el (help-buffer): Autoload when compiling.
16003         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16004         (run-python): Prepend to any existing PYTHONPATH.
16006 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
16008         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16009         for pending breakpoints.
16011 2004-05-10  Richard M. Stallman  <rms@gnu.org>
16013         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
16014         directly without calling any functions in Rmail.
16015         (unrmail-unprune): Function deleted.
16017 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16020         C-c C-z binding.
16022 2004-05-10  Kenichi Handa  <handa@m17n.org>
16024         * descr-text.el (describe-char): Fix previous change.  Don't make
16025         a unibyte character to multibyte in the *Help* buffer.
16027 2004-05-10  Miles Bader  <miles@gnu.org>
16029         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16030         buffer an error if the debugger process is actually running.
16032 2004-05-10  Juanma Barranquero  <lektu@terra.es>
16034         * help-fns.el (help-argument-name): Default to italic.
16035         (help-highlight-arguments): Return always (usage . doc), even when
16036         usage is nil.
16038         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16039         (define-ibuffer-filter): Add usage info.
16040         (define-ibuffer-op): Add usage info (but CL-style defaults for
16041         keyword args are not shown).
16043         * subr.el (remove-overlays, read-passwd): Fix docstring.
16044         (start-process-shell-command): Fix docstring.  Put usage info in a
16045         format usable by `describe-function'.
16046         (open-network-stream, open-network-stream-nowait)
16047         (open-network-stream-server): Fix docstring.
16049 2004-05-09  Jason Rumney  <jasonr@gnu.org>
16051         * international/code-pages (cp932, cp936, cp949, c950): Remove.
16052         Only define cp125* if windows-125* is already defined.
16054         * language/korean.el (cp949): Add alias.
16056         * language/chinese.el (cp936, cp950): Add aliases.
16058         * language/japanese.el (cp932): Add alias.
16060         * term/w32-win.el: Require code-pages.
16062         * international/mule-cmds.el (set-locale-environment):
16063         On MS-Windows use ansi code-page for default coding-systems.
16064         Set up paper sizes for Windows 3 letter languages.
16066         * international/code-pages.el (cp932, cp936, cp949, cp950):
16067         Add aliases.  Also add cp125* if not already defined.
16069 2004-05-09  Juanma Barranquero  <lektu@terra.es>
16071         * help-fns.el (help-highlight-arguments): Don't try to highlight
16072         missing or autoloaded arglists.  Accept structured arguments, like
16073         the first ones of `do' and `flet'.
16075         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16076         (cvs-get-marked): Remove redundant arglist info.
16078         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16079         Don't use CL-style default args.
16081 2004-05-08  Andreas Schwab  <schwab@suse.de>
16083         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16085         * international/subst-ksc.el: Fix references to utf-translate-cjk
16086         into utf-translate-cjk-mode.
16087         * international/subst-big5.el: Likewise.
16088         * international/subst-gb2312.el: Likewise.
16089         * international/subst-jis.el: Likewise.
16090         * international/utf-16.el: Likewise.
16091         * international/utf-8.el: Likewise.
16093 2004-05-08  John Wiegley  <johnw@newartisans.com>
16095         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16096         "virtual buffers" (off by default), which makes it possible to
16097         switch to the "virtual" buffers of recently visited files.  When a
16098         buffer name search fails, and this option is on, iswitchb will
16099         look at the list of recently visited files, and permit matching
16100         against those names.  When the user hits RET on a match, it will
16101         revisit that file.
16102         (iswitchb-read-buffer): Add two optional arguments, which makes
16103         isearchb.el possible.
16104         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16105         (iswitchb-next-match): Add support for virtual buffers.
16107         * isearchb.el: This module extends iswitchb to provide "as you
16108         type" buffer selection.
16110         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16111         Ignore the read-only property when flyspell highlighting is on.
16112         Not ignoring it leads to a series of confusing errors.
16113         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16114         but also make sure to call flyspell-incorrect-hook.
16115         (flyspell-maybe-correct-transposition): Perform transposition test
16116         by bit twiddling a string, rather than using a temp buffer.
16117         (flyspell-maybe-correct-doubling): Use a string rather than a temp
16118         buffer.  This is also the original version of the code, which
16119         could not be checked in before due to a previous lack of
16120         assignment papers.  This version has seen heavy usage on my system
16121         for several years now.
16123         * calendar/cal-bahai.el: New file, which adds support for the
16124         Baha'i calendar to Emacs.  This calendar is based on a solar year
16125         of 19 months of 19 days, with 4 intercalary days.  Each year
16126         begins on March 21, with the calendar starting in 1844.
16128         * calendar/cal-menu.el, calendar/calendar.el
16129         * calendar/diary-lib.el, calendar/holidays.el:
16130         Added support for using cal-bahai.el.
16132         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16133         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16134         function can be used outside of eshell buffers.
16135         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16137 2004-05-08  Juanma Barranquero  <lektu@terra.es>
16139         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16140         word constituent so FOO-ARG is not recognized as an arg.
16141         (help-highlight-arguments): Don't skip lists in mandatory arguments.
16143         * simple.el (next-error): Fix typo in docstring.
16144         (open-line): Make argument names match their use in docstring.
16145         (split-line): Fix docstring.
16147         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16148         usable by `describe-function'.
16149         (gensym, gentemp, typep, ignore-errors): Make argument names match
16150         their use in docstring.
16152         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16153         argument to `help-setup-xref'.
16155 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
16157         Version 2.0.40 of Tramp released.
16159         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16160         Use symbol-function to invoke functions only known on some Emacs
16161         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
16162         Scaldeferri <kevin@scaldeferri.com>.
16163         (tramp-do-copy-or-rename-file-via-buffer): Rename from
16164         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16165         consistent with the other tramp-do-* functions.
16166         (tramp-do-copy-or-rename-file): Calls adjusted.
16167         (tramp-process-initial-commands): Avoid liveness check on shell --
16168         we know that it must be alive since we're opening a connection at
16169         this moment.
16170         (tramp-last-cmd): New internal variable.
16171         (tramp-process-echoes): New tunable.
16172         (tramp-send-command): Set tramp-last-cmd.
16173         (tramp-wait-for-output): Delete echo, if applicable.
16174         (tramp-read-passwd): Construct the key for the password cache in a
16175         way that works for multi methods, too.
16176         (tramp-bug): Add backup-directory-alist and
16177         bkup-backup-directory-info to bug reports, with Tramp counterparts.
16179 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
16181         * net/tramp*.el: Suppress byte-compiler warnings where possible.
16183         * net/tramp.el (tramp-out-of-band-prompt-regexp)
16184         (tramp-actions-copy-out-of-band): New defcustoms.
16185         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16186         used instead of a synchronous one.  Allows password entering.
16187         (tramp-action-out-of-band): New defun.
16188         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16189         Remove restriction with password from doc string.
16190         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16191         `tramp-out-of-band-prompt-regexp',
16192         `tramp-actions-copy-out-of-band', `password-cache' and
16193         `password-cache-expiry'.
16194         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
16195         password caching.
16196         (tramp-touch): FILE can be a local file, too.
16197         (TODO): Remove items done.
16198         (tramp-handle-insert-directory): Properly quote file name also if
16199         not full-directory-p.  Handle wildcard case.  Reported by Andreas
16200         Schwab <schwab@suse.de>.
16201         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16202         new file.
16203         (tramp-handle-file-local-copy, tramp-handle-write-region):
16204         The permissions of the temporary file are set if filename exists.
16205         Reported by Ted Stern <stern@cray.com>.
16206         (tramp-backup-directory-alist)
16207         (tramp-bkup-backup-directory-info): New defcustoms.
16208         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16209         (tramp-handle-find-backup-file-name): New function.
16210         Implements Tramp's find-backup-file-name.
16212         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16213         for `find-backup-file-name'.
16215         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16216         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
16218 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
16220         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16222 2004-05-07  Juanma Barranquero  <lektu@terra.es>
16224         * subr.el (lambda): Add arglist description to docstring.
16225         (declare): Fix typo in docstring.
16226         (open-network-stream): Fix docstring.
16227         (process-kill-without-query): Fix docstring and add obsolescence info.
16228         (last, butlast, nbutlast): Make arguments match their use in docstring.
16229         (insert-buffer-substring-no-properties): Likewise.
16230         (insert-buffer-substring-as-yank): Likewise.
16231         (split-string): Fix docstring.
16233         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16234         Make argument names match their use in docstring.
16236         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16238 2004-05-06  Nick Roberts  <nickrob@gnu.org>
16240         * progmodes/gdb-ui.el: Improve/extend documentation strings.
16241         Fit first sentence on one line for apropos-command.
16243 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16245         Changes largely merged in from Dave Love's code.
16246         * progmodes/python.el: Doc fixes.
16247         (python-mode-map): Add python-complete-symbol.
16248         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16249         (python-comment-indent, python-complete-symbol)
16250         (python-symbol-completions, python-partial-symbol)
16251         (python-try-complete): New.
16252         (python-indent-line): Remove optional arg.  Use python-block-end-p.
16253         (python-check): Bind compilation-error-regexp-alist.
16254         (inferior-python-mode): Use rx.  Move keybindings to top level.
16255         Set comint-input-filter.
16256         (python-preoutput-filter): Use rx.
16257         (python-input-filter): Re-introduce.
16258         (python-proc): Start new process if necessary.
16259         Check python-buffer non-nil.
16260         (view-return-to-alist): Defvar.
16261         (python-send-receive): New.
16262         (python-eldoc-function): Use it.
16263         (python-mode-running): Don't defvar.
16264         (python-mode): Set comment-indent-function.
16265         Maybe update hippie-expand-try-functions-list.
16266         (python-indentation-levels): Initialize differently.
16267         (python-block-end-p): New.
16268         (python-indent-line): Use it.
16269         (python-compilation-regexp-alist): Augment.
16270         (run-python): Import `emacs' module to Python rather than loading
16271         code directly.  Set python-buffer differently.
16272         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
16273         Use python-proc.
16274         (python-send-command): Go to end of comint buffer.
16275         (python-load-file): Use python-proc, emacs.eimport.
16276         (python-describe-symbol): Simplify interactive form.
16277         Use emacs.help.  Do use temp-buffer-show-hook.
16278         Call print-help-return-message.
16279         (hippie-exp): Require when compiling.
16280         (python-preoutput-continuation): Use rx.
16282         * diff-mode.el (diff-make-unified): Fix regexp.
16284 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
16286         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16287         filter groups from the buffer when rebuilding the Ibuffer buffer
16288         and `ibuffer-show-empty-filter-groups' is nil.
16290 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16292         * ps-print.el (ps-print-quote): Call ps-value-string.
16293         (ps-setup): Call ps-comment-string.
16294         (ps-value-string, ps-comment-string): New funs.
16296 2004-05-06  Juanma Barranquero  <lektu@terra.es>
16298         * ehelp.el (electric-help-command-loop): Check whether the last
16299         character is visible, not (point-max).
16301         * help-fns.el (help-argument-name): Default to bold; don't inherit
16302         from font-lock-variable-name-face.
16303         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16305 2004-05-05  Kenichi Handa  <handa@m17n.org>
16307         * descr-text.el (describe-char): Copy the character with text
16308         properties and overlays into the first line, and call
16309         describe-text-properties on it.
16311 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
16313         * iswitchb.el (iswitchb-global-map): Fix typo.
16314         Remove unwanted ###autoloads from source file.
16316 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
16318         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16319         in run-hooks.  Use substitute-command-keys in message.
16320         (wdired-abort-changes): Add message.
16322 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
16324         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16325         (sql-emacs20-p): Remove.
16326         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16327         (sql-builtin-face, sql-doc-face): Remove.
16328         (sql-mode-ansi-font-lock-keywords)
16329         (sql-mode-oracle-font-lock-keywords)
16330         (sql-mode-postgres-font-lock-keywords)
16331         (sql-mode-linter-font-lock-keywords)
16332         (sql-mode-ms-font-lock-keywords)
16333         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16334         (sql-product-font-lock): Fix font-lock reset when font rules change.
16335         (sql-highlight-product): Remove incorrect font-lock reset logic.
16337 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
16339         * ses.el (ses-set-parameter): Fix typo.
16341 2004-05-04  Kim F. Storm  <storm@cua.dk>
16343         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16344         Must expand directory for completion to work; and don't mess with
16345         process-environment.
16346         (ido-read-file-name): If command has ido property, don't use ido
16347         if value is ignore, or read as directory if value is dir.
16348         Set ido ignore property for dired-do-rename command.
16350 2004-05-04  Juanma Barranquero  <lektu@terra.es>
16352         * ehelp.el (electric-help-command-loop, electric-help-undefined)
16353         (electric-help-help): Check against unmapped commands.
16355         * help-fns.el (help-argument-name): New face, inheriting from
16356         font-lock-variable-name-face, to highlight function arguments in
16357         `describe-function' and `describe-key'.
16358         (help-do-arg-highlight): Auxiliary function to highlight a given
16359         list of arguments in a string.
16360         (help-highlight-arguments): Highlight the function arguments and
16361         all uses of them in the docstring.
16362         (describe-function-1): Use it.  Do docstring output via `insert',
16363         not 'princ', so text attributes are preserved.
16365         * winner.el (winner-mode-map): Move `winner-undo' and
16366         `winner-redo' to C-c <left> and C-c <right>, respectively (the
16367         previous bindings conflict with `prev-buffer', `next-buffer').
16369 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16371         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16372         (bibtex-entry-update): New command bound to C-c C-u.
16373         (bibtex-text-in-string): Fix regexp.
16374         (bibtex-assoc-of-regexp): Remove.
16375         (bibtex-progress-message): Fix docstring.
16376         (bibtex-inside-field): Use if.
16377         (bibtex-assoc-regexp): New function.
16378         (bibtex-format-entry): Make code more robust so that it formats
16379         also old entries.
16380         (bibtex-autokey-demangle-title): Merge with obsolete function
16381         bibtex-assoc-of-regexp.
16382         (bibtex-field-list): New function.
16383         (bibtex-entry): Use bibtex-field-list.
16384         (bibtex-parse-entry): Fix docstring.
16385         (bibtex-print-help-message): Use bibtex-field-list.
16386         (bibtex-make-field): Use bibtex-field-list.
16387         (bibtex-entry-index): Bugfix.  Return crossref key if required.
16388         (bibtex-lessp): Fix docstring.
16390 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
16392         * select.el (xselect-convert-to-string): Move comment to intended line.
16394 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16396         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16397         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16399 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16401         * term/x-win.el (x-clipboard-yank): Don't exit on error from
16402         x-get-selection.
16404 2004-05-03  Jason Rumney  <jasonr@gnu.org>
16406         * makefile.nt: Remove.
16408 2004-05-03  Kim F. Storm  <storm@cua.dk>
16410         * emulation/cua-base.el (cua--update-indications): Fix last change.
16411         (cua-mode): Deactivate mark when cua-mode is enabled.
16413 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
16415         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16417 2004-05-03  Nick Roberts  <nickrob@gnu.org>
16419         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16420         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16421         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16422         window over visible frames.
16423         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16425 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16427         * progmodes/compile.el (compilation-gcpro): New var.
16428         (compilation-fake-loc): Use it.
16429         (compilation-forget-errors): Reset it.
16431 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
16433         * diff-mode.el (diff-header-face, diff-file-header-face):
16434         Use min-colors.
16436 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16438         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16439         (bibtex-clean-entry): Disentangle code.
16440         (bibtex-realign): New function.
16441         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
16442         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16443         Remove undocumented optional arg called-by-convert-alien.
16444         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
16445         for sorting instead of bibtex-sort-buffer.
16447 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
16449         * progmodes/compile.el (compilation-start): In the
16450         no-async-subprocesses branch, call sit-for to give redisplay a
16451         chance to show the updated process status in the mode line, and
16452         fontify the buffer explicitly after the process exits.
16454 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16456         * progmodes/python.el (python-compilation-line-number): Remove.
16457         (python-compilation-regexp-alist): Don't use it any more.
16458         (python-orig-start, python-input-filter): Remove.
16459         (inferior-python-mode): Don't set up comint-input-filter-functions.
16460         (python-send-region): Use compilation-fake-loc.
16462         * progmodes/compile.el (compilation-messages-start): New var.
16463         (compilation-mode): Don't setup next-error-function here.
16464         (compilation-setup): Set it up here instead (for minor modes as well).
16465         Make compilation-messages-start buffer local.
16466         (compilation-next-error-function): Use it.
16467         (compilation-forget-errors): Set compilation-messages-start.
16469 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16471         * ielm.el (ielm-prompt-read-only): Update docstring.
16473         * comint.el (comint-prompt-read-only): Update docstring.
16474         (comint-update-fence, comint-kill-whole-line)
16475         (comint-kill-region): New functions.
16477         * simple.el (kill-whole-line): Use "p" instead of "P" in
16478         interactive form.
16480 2004-05-01  Juanma Barranquero  <lektu@terra.es>
16482         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16483         format arglist so default values in CL-style argument lists are
16484         correctly shown.
16486 2004-05-01  Jason Rumney  <jasonr@gnu.org>
16488         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16490 2004-05-01  Kenichi Handa  <handa@m17n.org>
16492         * international/titdic-cnv.el (miscdic-convert): Don't generate a
16493         quail file if it is up to date.
16495 2004-04-30  Juri Linkov  <juri@jurta.org>
16497         * cus-edit.el (custom-mode-map):
16498         Add key binding `C-x C-s' to `Custom-save'.
16500         * outline.el (outline-blank-line): New var.
16501         (outline-next-preface, outline-show-heading)
16502         (outline-end-of-subtree): Use it.
16504         * dired-aux.el (dired-touch-initial): New fun.
16505         (dired-do-chxxx): Call it for op-symbol `touch'.
16506         (dired-diff): Use `dired-dwim-target-directory'
16507         if current dired buffer has no buffer mark.
16509         * bindings.el (propertized-buffer-identification):
16510         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16511         Add C-M-arrow keys for consistency.
16513         * files.el (confirm-kill-emacs):
16514         Change group from top-level `emacs' to `convenience'.
16516         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16517         Push mark on the first call of successive command calls.
16518         (insert-pair): New fun created from `insert-parentheses' with
16519         `open' and `close' arguments added.  Enclose active regions
16520         in paired characters.  Compare adjacent characters syntax with
16521         inserted characters syntax before inserting a space.
16522         (insert-parentheses): Call `insert-pair' with ?\( ?\).
16524         * delsel.el: Don't put `delete-selection' property
16525         on `insert-parentheses' symbol to take advantage of
16526         region handling in `insert-pair' function.
16527         Suggested by Stephan Stahl <stahl@eos.franken.de>.
16529 2004-04-30  Kim F. Storm  <storm@cua.dk>
16531         * emulation/cua-base.el: Add support for changing cursor types;
16532         based on patch from Michael Mauger.
16533         (cua-normal-cursor-color, cua-read-only-cursor-color)
16534         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16535         Customization cursor type and/or cursor color.
16536         (cua--update-indications): Handle cursor type changes.
16537         (cua-mode): Update cursor indications if enabled.
16539         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16541         * mouse.el (mouse-drag-copy-region): New defcustom.
16542         (mouse-set-region, mouse-drag-region-1): Use it.
16544         * simple.el (kill-ring-save): If region face background color is
16545         unspecified (if no highlighting), show extent of fully visible
16546         region even if transient-mark-mode is enabled.
16548         * emulation/cua-base.el (cua--standard-movement-commands):
16549         Add cua-scroll-up and cua-scroll-down.
16550         (cua-scroll-up, cua-scroll-down): New commands.
16551         (cua--init-keymaps): Remap scroll-up and scroll-down.
16553         * emulation/cua-rect.el (cua--convert-rectangle-as):
16554         New defmacro.
16555         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16556         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16557         New commands (suggested by Jordan Breeding).
16559 2004-04-30  Juanma Barranquero  <lektu@terra.es>
16561         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16563 2004-04-30  Mario Lang  <mlang@delysid.org>
16565         * diff.el (diff-switches): Fix typo in docstring.
16567 2004-04-30  Alex Schroeder  <alex@gnu.org>
16569         * xml.el (xml-debug-print-internal): Don't add newline and
16570         indentation to text nodes and write empty elements as empty tags
16571         instead of opening and closing tags.
16572         (xml-debug-print): Take optional indent-string argument.
16573         (xml-print): Alias for xml-debug-print.
16575 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16577         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16578         than duplicate call to `line-beginning-position'.
16580         * progmodes/f90.el (f90-get-present-comment-type):
16581         Return whitespace, as well as comment chars, for consistent filling
16582         of comment blocks.  Use `match-string-no-properties'.
16583         (f90-break-line): Trim trailing whitespace when filling comments.
16585 2004-04-30  Dave Love  <fx@gnu.org>
16587         * calendar/diary-lib.el (diary-outlook-formats): New variable.
16588         (diary-from-outlook-internal, diary-from-outlook)
16589         (diary-from-outlook-gnus, diary-from-outlook-rmail):
16590         New functions to import diary entries from Outlook-format
16591         appointments in mail messages.
16593 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16595         * progmodes/python.el (python-send-command): New fun.
16596         (python-send-region, python-load-file): Use it.
16598         * progmodes/compile.el (compilation-last-buffer): Add var alias.
16600         * help-fns.el (help-C-file-name): Use new subr-name.
16601         Prepend `src/' to the file name.
16602         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16603         (describe-function-1, describe-variable): Only find a C source file
16604         name if DOC is already loaded.
16606         * help-mode.el (help-function-def, help-variable-def):
16607         Use the new find-function-search-for-symbol functionality.
16608         Allow FILE to be `C-source'.
16610         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16611         (find-function-C-source): New fun.
16612         (find-function-search-for-symbol): Use it.
16614 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
16616         * progmodes/sql.el (sql-product-alist): Rename variable
16617         `sql-product-support'.  Add Postgres login parameters.
16618         (sql-set-product, sql-product-feature): Update with renamed variable.
16619         (sql-connect-postgres): Add username prompt.
16620         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16621         Make patterns less product specific.
16622         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16623         (sql-mode-abbrev-table): Modify initialization.
16624         (sql-builtin-face): Add variable.
16625         (sql-keywords-re): Add macro.
16626         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16627         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16628         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16629         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16630         (sql-mode-linter-font-lock-keywords)
16631         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16632         (sql-mode-sybase-font-lock-keywords)
16633         (sql-mode-informix-font-lock-keywords)
16634         (sql-mode-interbase-font-lock-keywords)
16635         (sql-mode-ingres-font-lock-keywords)
16636         (sql-mode-solid-font-lock-keywords)
16637         (sql-mode-sqlite-font-lock-keywords)
16638         (sql-mode-db2-font-lock-keywords): Default to nil.
16639         (sql-product-font-lock): Always highlight ANSI keywords.
16640         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16641         (sql-send-string): Add function.
16643 2004-04-29  Dave Love  <fx@gnu.org>
16645         * progmodes/cfengine.el (cfengine-beginning-of-defun)
16646         (cfengine-end-of-defun): Ensure progress through buffer.
16648         * info-look.el (cfengine-mode): Accept a terminal ().
16650 2004-04-29  Juri Linkov  <juri@jurta.org>
16652         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16653         instead of isearch-yank-word-or-char.  Add new key bindings for
16654         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16655         (isearch-del-char): New fun.
16656         (isearch-forward, isearch-edit-string): Update docstring.
16657         (isearch-yank-char): Doc fix.
16658         (isearch-other-meta-char): Restore point after scrolling.
16660         * progmodes/compile.el (compilation-context-lines): Add nil option
16661         to disable compilation output window scrolling.
16662         (compilation-set-window): Use it.
16664         * outline.el (outline-next-preface, outline-show-heading):
16665         Don't leave unhidden blank line before heading.
16666         (outline-end-of-subtree): Include last newline into subtree.
16667         (hide-entry): Leave point at beginning of heading instead of end.
16668         (outline-up-heading): Push mark for the first call of successive
16669         command calls.
16671 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
16673         * comint.el (comint-prompt-read-only): New variable.
16674         (comint-output-filter): Implement it.
16676         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16677         (ielm-prompt-internal): New variable.
16678         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16679         (ielm-send-input): Delete unused variable `buf'.
16680         (ielm-eval-input): Use `ielm-prompt-internal'.
16681         (inferior-emacs-lisp-mode): Use new variables
16682         `comint-prompt-read-only' and `ielm-prompt-internal'.
16683         Get rid of obsolete variable `directory-sep-char'.
16684         (ielm): Use `zerop'.
16686 2004-04-29  John Paul Wallington  <jpw@gnu.org>
16688         * thumbs.el (toplevel): Require cl at compile time.
16689         Remove conditional definitions of `ignore-errors' and `caddar'
16690         because they occur at run time.
16692 2004-04-28  Nick Roberts  <nickrob@gnu.org>
16694         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16695         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16696         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16697         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16699         * progmodes/gud.el (gud-common-init): Throw an error if program is
16700         already running under gdb.
16702 2004-04-28  John Paul Wallington  <jpw@gnu.org>
16704         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16705         (thumbs-show-image-num): Move assignment of
16706         `thumbs-current-image-filename' within scope of `i'.
16707         (thumbs-emboss-image): Don't use `evenp'.
16709 2004-04-28  Richard M. Stallman  <rms@gnu.org>
16711         * progmodes/compile.el (compilation-context-lines): Default now 0.
16713 2004-04-28  Juanma Barranquero  <lektu@terra.es>
16715         Use `time-less-p' from calendar/time-date.el instead of defining
16716         custom versions of it.
16718         * pcomplete.el (pcomplete-time-less-p): Remove.
16720         * thumbs.el (time-less-p): Remove.
16722         * calendar/timeclock.el (timeclock-time-less-p): Remove.
16723         (timeclock-generate-report): Use `time-less-p'.
16725         * emacs-lisp/autoload.el (autoload-before-p): Remove.
16726         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16728 2004-04-28  Masatake YAMATO  <jet@gyve.org>
16730         * subr.el (remove-overlays): Make arguments optional.
16732         * wid-edit.el (widget-specify-button): Put evaporate to the
16733         overlay for sample.
16734         (widget-specify-sample): Put evaporate to the overlay for sample.
16735         (widget-specify-doc): Put evaporate to the overlay for documentation.
16737 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
16739         * info.el (info-apropos): Make it an index node.  Align node names
16740         like makeinfo.
16742 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
16744         * net/browse-url.el (browse-url-netscape-sentinel)
16745         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16746         (browse-url-epiphany-sentinel, browse-url-mosaic):
16747         Use browse-url-*-program instead of a literal program name.
16749 2004-04-27  Kevin Ryde  <user42@zip.com.au>
16751         * eshell/em-alias.el:
16752         * eshell/em-dirs.el:
16753         * eshell/em-hist.el:
16754         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16755         features when M-x customize-group loads modules before the main
16756         eshell.el.
16758 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
16760         * subr.el (momentary-string-display): Support EXIT-CHAR that is
16761         either a character representation of an event or an event
16762         description list.
16764         * type-break.el: Capitalize Emacs and Lisp.
16765         (type-break-good-break-interval, type-break-demo-boring-stats)
16766         (type-break-terse-messages, type-break-file-name): New defcustoms.
16767         (type-break-post-command-hook)
16768         (type-break-warning-countdown-string): Quote variable names in doc.
16769         (type-break-interval-start, type-break-auto-save-file-name): New vars.
16770         (type-break-mode): Document type-break-good-break-interval and the
16771         "session" file.  Schedule break according to the session file.
16772         Kill session file buffer on exit.  Organize for save-some-buffers
16773         to always save the session file.
16774         (type-break-mode-line-message-mode, type-break-query-mode):
16775         Uppercase arguments.
16776         (type-break-file-time, type-break-file-keystroke-count, timep)
16777         (type-break-choose-file, type-break-get-previous-time)
16778         (type-break-get-previous-count): New defuns.
16779         (type-break): Avoid break querying after a completed break in the
16780         case where the query was initiated during user invocation of the
16781         break.  Optional terse messages.
16782         Use type-break-good-break-interval if type-break-good-rest-interval is
16783         nil.  File the break time.
16784         (type-break-schedule): New optional args for overriding the use of
16785         the current time.
16786         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16787         after a break.
16788         (type-break-check): File the keystroke count.
16789         (type-break-do-query): Prevent a second query when the break is
16790         interrupted.  Optional terse message.
16791         (type-break-keystroke-reset): Record the start of a typing interval.
16792         (type-break-demo-boring): Optional terse messages.  Display word
16793         per minute and keystroke counts according to
16794         type-break-demo-boring-stats.
16796 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
16798         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16799         directories, make sure they exist under archive-tmpdir.
16801 2004-04-27  Juri Linkov  <juri@jurta.org>
16803         * help.el (view-emacs-news): With argument, display info for the
16804         selected version by finding it among different NEWS files, and
16805         narrowing the buffer to the selected version.
16807         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16808         same-window-buffer-names.
16809         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
16810         non-numeric prefix argument, append the number to the buffer name
16811         for numeric prefix argument.
16812         (info-other-window): Bind same-window-regexps to nil.
16813         (Info-reference-name): Rename to Info-point-loc.
16814         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16815         and Info-find-index-name for stringy Info-point-loc.
16816         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
16817         without middle `.', but with final `.' and optional line number
16818         for it.  Set Info-point-loc for index nodes.
16819         (Info-index): Remove middle `.' from index entry regexp.
16820         Modify line number regexp.
16821         (Info-index-next): Decrement line number.
16822         (info-apropos): Remove middle `.' from index entry regexp.
16823         Add optional line number regexp at the end.  Add matched value
16824         for line number to the result list and insert it to the buffer.
16825         Replace match-string by match-string-no-properties.
16826         Reorder result list.
16827         (Info-fontify-node): Hide index line numbers.
16828         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16829         empty matches.
16830         (Info-follow-reference): Use `str' instead of
16831         Info-following-node-name-re.
16832         (Info-toc): Use full file names.  Set Info-current-node to "Top".
16833         (Info-fontify-node): Compare file names without directory name.
16834         (Info-try-follow-nearest-node): Don't set Info-reference-name.
16835         Set second arg of Info-extract-menu-node-name for index nodes.
16836         (info-xref-visited): Use magenta3 instead of magenta4.
16837         (Info-mode): Add info-apropos to docstring.
16839         * log-view.el (log-view-diff): Replace interactive code "r"
16840         by a list to allow to call it even if region is not active.
16842         * paren.el (show-paren-highlight-openparen): New var.
16843         (show-paren-function): Turn on openparen highlighting when
16844         matching forward if show-paren-highlight-openparen is non-nil.
16846         * simple.el (kill-ring-save): Use blink-matching-delay instead of
16847         the constant value 1.
16848         (completions-common-part): Expand docstring.
16850         * textmodes/picture.el (picture-mode-map): Add arrow keys.
16852 2004-04-27  Kim F. Storm  <storm@cua.dk>
16854         * image.el (insert-sliced-image): Use line-height instead of
16855         line-spacing property on newline.
16857 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
16859         * desktop.el (desktop-buffer-misc-data-function): Rename to
16860         desktop-save-buffer and change docstring.
16861         (desktop-buffer-modes-to-save): Delete.
16862         (desktop-save-buffer-p): Use desktop-save-buffer instead of
16863         desktop-buffer-modes-to-save.
16864         (desktop-save): Rename desktop-buffer-misc-data-function to
16865         desktop-save-buffer and allow non-function value.
16866         (desktop-missing-file-warning): Correct docstring.
16868         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16869         to desktop-save-buffer.
16871         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16872         desktop-save-buffer.
16874         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16876         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16878 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
16880         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16882 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
16884         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16885         (ielm): Only go to the end of the buffer when starting a new process.
16887 2004-04-25  Juanma Barranquero  <lektu@terra.es>
16889         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16890         mode line.  Bind `inhibit-read-only' to t before modifying
16891         properties of text in the buffer.
16892         (ielm): Force point to the end of buffer, even when running ielm
16893         from inside itself.
16895 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16897         * info.el (info-apropos): Reset Info-complete-cache.
16899 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
16901         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16902         Also recognize severe Irix et al. messages.
16903         (compilation-normalize-filename, compile-abbreviate-directory):
16904         Delete functions.
16905         (compilation-get-file-structure): New function inherits
16906         functionality of the two preceding ones.
16907         (compilation-internal-error-properties, compilation-fake-loc):
16908         Use it so that different paths to the same file share the same
16909         markers.  Also optimize finding adjacent marker slightly.
16911 2004-04-25  Kim F. Storm  <storm@cua.dk>
16913         * image.el (insert-sliced-image): Add line-spacing t property
16914         to newlines separating image lines.
16916 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
16918         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16920         * ielm.el (ielm-prompt-read-only): New user option.
16921         (ielm-prompt): Expand docstring to describe new behavior.
16922         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16923         mention it in the docstring.
16925 2004-04-24  Andreas Schwab  <schwab@suse.de>
16927         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16929         * diff.el (diff): Set default-directory in diff buffer.
16931 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
16933         * mail/sendmail.el (mail-bury): Don't delete the frame where the
16934         mail was being composed if the terminal cannot display more than
16935         one frame; instead, switch to previous frame.
16937         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16938         (rmail-start-mail): Support rmail-mail-new-frame even on
16939         terminals that can display only one frame at a time.
16941 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16943         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16944         (checkdoc-output-font-lock-keywords): Remove error regexp.
16945         (checkdoc-output-mode-map): Remove.
16946         (checkdoc-output-mode): Derive from compilation-mode.
16947         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16949         * dired.el (dired-mode-map): Add a menu entry for wdired.
16951         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16952         (rx-bracket, rx-check-any, rx-any): Clean up name space.
16954         * wdired.el (wdired-mode-map): Move init into declaration.
16955         Fix `return' binding.
16956         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16957         Use force-mode-line-update.
16958         (wdired-get-filename): Use `unless'.
16959         (wdired-preprocess-files): Don't assume names have no \n and use / for
16960         dir separator.
16961         (wdired-normalize-filename): Use replace-regexp-in-string.
16962         (wdired-load-hooks): Remove.
16963         (wdired-mode-hooks): Rename to wdired-mode-hook.
16965         * info-look.el: Add support for cfengine-mode.
16966         (info-lookup-setup-mode): Use dolist.
16968 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
16970         * wdired.el: New file.
16972 2004-04-23  Juanma Barranquero  <lektu@terra.es>
16974         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16976         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16977         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16978         (pcomplete--help, pcomplete--here): Doc fixes.
16980 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
16982         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16983         handles wrong-number-of-arguments in backend call.
16985         * vc.el (vc-print-log): Likewise.
16987 2004-04-20  Dave Love  <fx@gnu.org>
16989         * emacs-lisp/rx.el: Doc fixes.
16990         (rx-constituents): Add/extend many forms.
16991         (rx-check): Check form is a list.
16992         (bracket): Defvar.
16993         (rx-check-any, rx-any, rx-check-not): Modify.
16994         (rx-not): Simplify.
16995         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16996         (rx-kleene): Use rx-trans-forms.
16997         (rx-quote-for-set): Delete.
16998         (rx): Allow multiple args.
17000 2004-04-23  Kenichi Handa  <handa@m17n.org>
17002         * international/mule-util.el (char-displayable-p): Simplify by
17003         using internal-char-font.
17005 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17007         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17009 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17011         * diff-mode.el (diff-next-error): New fun.
17012         (diff-mode): Use it.
17014         * simple.el (next-error): Change arg name.
17015         Add support for the documented C-u C-x ` usage.
17017         * frame.el (special-display-popup-frame, next-multiframe-window)
17018         (previous-multiframe-window): Only consider frames on same display.
17020 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
17022         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17023         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17025 2004-04-22  Kim F. Storm  <storm@cua.dk>
17027         * net/telnet.el (telnet): Add optional port arg.
17029 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17031         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17032         Minor sanity check on the `hyperlink' slot.
17034         * Makefile.in (recompile): Compile new files.
17036         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17037         Add byte-recompile-directory's optional `arg'.
17039         * cvs-status.el (cvs-tree-use-charset): New var.
17040         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17041         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17042         (cvs-status-cvstrees): Use it.
17044         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17045         Make it a normal major mode.
17046         (checkdoc-buffer-label): Make sure the file name is meaningful.
17047         (checkdoc-output-to-error-buffer): Remove.
17048         (checkdoc-error, checkdoc-start-section): Rewrite.
17050         * info.el (info-node, info-menu-5, info-xref, info-header-node)
17051         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17052         (Info-title-4-face): Use new syntax.
17053         (info-xref-visited): Inherit from info-xref.
17055         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17057 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17059         * simple.el (next-error-last-buffer, next-error-function):
17060         New variables for the next-error framework.
17061         (next-error-buffer-p): New function.
17062         (next-error-find-buffer): Generalize compilation-find-buffer.
17063         (next-error, previous-error, first-error, next-error-no-select)
17064         (previous-error-no-select): Move from compile.el.
17066         * replace.el (occur-next-error, occur-1): Hook into the next-error
17067         framework.
17069         * progmodes/compile.el (compilation-start):
17070         Set next-error-last-buffer so next-error knows where to jump.
17071         (compilation-setup): Set the buffer-local variable
17072         next-error-function to 'compilation-next-error-function.
17073         (compilation-buffer-p, compilation-buffer-internal-p): Use an
17074         alternate way to find if a buffer is a compilation buffer, for
17075         next-error convenience.
17076         (next-error-no-select, previous-error-no-select, next-error)
17077         (previous-error, first-error): Move to simple.el.
17078         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17079         (compilation-last-buffer): Remove.
17080         (compilation-start, compilation-next-error, compilation-setup)
17081         (compilation-next-error-function, compilation-find-buffer):
17082         Remove compilation-last-buffer use.
17084 2004-04-21  Juanma Barranquero  <lektu@terra.es>
17086         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17087         (font-lock-warning-face): Fix spacing.
17089         * makefile.w32-in (WINS): Add url/ directory.
17091 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
17093         * desktop.el (desktop-buffer-mode-handlers): New variable.
17094         Alist of major mode specific functions to restore a desktop buffer.
17095         (desktop-buffer-handlers): Make variable obsolete.
17096         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17097         Catch errors signaled in handlers.  Update buffer count.
17098         Evaluate desktop-buffer-point.
17099         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17100         move to dired.el.
17101         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17102         move to info.el.
17103         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17104         move to mail/rmail.el.
17105         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17106         to mh-e/mh-e.el.
17107         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17108         On fail, print message (to message buffer) even if
17109         desktop-missing-file-warning is nil.
17110         (desktop-buffer-misc-data-function): New buffer local variable.
17111         Function returning major mode specific data.
17112         (desktop-buffer-misc-functions): Make variable obsolete.
17113         (desktop-save): Use desktop-buffer-misc-data-function.
17114         (desktop-buffer-dired-misc-data): Rename to
17115         dired-desktop-buffer-misc-data and move to dired.el.
17116         (desktop-buffer-info-misc-data): Rename to
17117         Info-desktop-buffer-misc-data and move to info.el.
17118         (desktop-read): Add message about number of buffers restored/failed.
17120         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17121         Add parameters.  Pause to display error only when
17122         desktop-missing-file-warning is non-nil.
17123         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17124         (dired-mode): Bind desktop-buffer-misc-data-function.
17126         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17127         Add Parameters.
17128         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17129         (Info-mode): Bind desktop-buffer-misc-data-function.
17131         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17132         Add Parameters.
17134         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17135         Add Parameters.
17137 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
17139         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17140         the case of letters in case-insensitive expansions when the
17141         abbrev is preceded by characters with letter syntax.
17143 2004-04-21  Richard M. Stallman  <rms@gnu.org>
17145         * progmodes/cperl-mode.el (cperl-putback-char):
17146         Delete Emacs 18 definition.
17148         * international/mule.el (ctext-post-read-conversion):
17149         Use assoc-string, not assoc-ignore-case.
17151         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17153         * emacs-lisp/easymenu.el (easy-menu-add):
17154         Do call x-popup-menu, but only if it's defined.
17156         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17158         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17159         Handle multiple args: compile like progn.
17161         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17162         take all args as &rest arg.
17164         * autoinsert.el (auto-insert-alist): Insert the user's name in
17165         copyright notice, rather than Free Software Foundation.
17167 2004-04-21  Kenichi Handa  <handa@m17n.org>
17169         * descr-text.el (describe-char): Make it work on *Help* buffer.
17171 2004-04-21  Kim F. Storm  <storm@cua.dk>
17173         * image.el (insert-image): Add optional SLICE arg.
17174         (insert-sliced-image): New defun.
17176 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17178         * subr.el (read-number): Check whether `default' is nil.
17180 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17182         * progmodes/compile.el (compilation-error-properties):
17183         Split into two.
17184         (compilation-internal-error-properties): New one.
17185         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
17187 2004-04-20  Richard M. Stallman  <rms@gnu.org>
17189         * window.el (split-window-save-restore-data):
17190         Don't update the data if OLD-INFO is nil.
17192         * view.el (view-return-to-alist): Mark it permanent local.
17194         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17196         * recentf.el (recentf-save-list): Catch and warn about errors.
17198         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17199         so "Buffers" won't be pure.
17201         * help-mode.el (help-mode-finish): Set help-return-alist first
17202         thing, setting only the entry for the selected window.
17204         * help-fns.el (describe-function-1): If many non-control non-meta
17205         keys run the command, don't list all of them.
17207 2004-04-20  Juanma Barranquero  <lektu@terra.es>
17209         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17210         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
17212         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17214 2004-04-20  Kenichi Handa  <handa@m17n.org>
17216         * international/quail.el (quail-lookup-key): New optional arg
17217         NOT-RESET-INDICES.
17218         (quail-get-translations): Call quail-lookup-key with
17219         NOT-RESET-INDICES t.
17220         (quail-completion): Likewise.
17221         (quail-lookup-map-and-concat): Likewise.
17223 2004-04-20  Kenichi Handa  <handa@m17n.org>
17225         * international/quail.el (quail-update-translation): Don't insert
17226         such an unsupported multibyte char in a unibyte buffer.
17228 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
17230         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17231         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17232         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17233         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17234         (gdb-frame-assembler-buffer): Improve behavior with
17235         multiple frames.
17236         (gdb-display-buffer): Extend search to all visible frames.
17238 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
17240         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17241         characters left after base64 decoding.
17242         (rmail-decode-region): Use -dos variety of `coding', to remove any
17243         ^M characters left after qp or base64 decoding.
17245 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17247         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17248         messages.
17250 2004-04-19  Stephen Eglen  <stephen@gnu.org>
17252         * add-log.el (add-change-log-entry): Update doc string to mention
17253         add-log-full-name and add-log-mailing-address.
17255 2004-04-18  Juri Linkov  <juri@jurta.org>
17257         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17258         (Info-find-node-2): Simplify error message.
17259         (Info-insert-dir): Use Info-following-node-name.
17260         (Info-goto-node): Remove *info-history* and *info-toc*.
17261         (Info-history): Create a node of the virtual history file.
17262         (Info-toc): Create a node of the virtual toc file.
17263         (Info-insert-toc): New arg `curr-file' for reference file names.
17264         (info-apropos): Remove redundant var binding for temp-file.
17265         (Info-index, Info-index-next, Info-mode): Doc fix.
17266         (Info-goto-emacs-command-node): Don't jump to *info* from
17267         non-*info* Info buffers.
17268         (Info-fontify-node): Don't show the file name of external
17269         references if `Info-hide-note-references' is `hide'.  Don't hide
17270         newlines at the end of paragraphs.
17272         * international/mule-diag.el (list-input-methods):
17273         Fix args to help-xref-button.
17275         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17276         to put into effect local variables from TUTORIAL files.
17278         * textmodes/paragraphs.el (sentence-end) <function>: New fun
17279         with default value taken from the variable `sentence-end'.
17280         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
17281         Add nil const to :type.
17282         (sentence-end-without-period, sentence-end-double-space)
17283         (sentence-end-without-space): Doc fix.
17285         * textmodes/paragraphs.el (forward-sentence):
17286         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17287         (fill-delete-newlines):
17288         * progmodes/cc-cmds.el (c-beginning-of-statement):
17289         Use function `sentence-end' instead of variable `sentence-end'.
17291 2004-04-18  Andreas Schwab  <schwab@suse.de>
17293         * progmodes/compile.el (compilation-start): Set window start to
17294         point-min if compilation-scroll-output is nil.
17296 2004-04-18  John Wiegley  <johnw@newartisans.com>
17298         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17300 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
17302         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17303         (gdb-info-breakpoints-custom): Revert previous change.
17304         (gdb-view-assembler): Update assembler if necessary.
17305         (gdb-frame-handler): Parse correctly for gdb-current-frame.
17306         (gdb-display-source-buffer): Update properly when both source and
17307         assembler are visible.
17309 2004-04-17  John Wiegley  <johnw@newartisans.com>
17311         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17312         which limits the number of names shown in the minibuffer.  Off by
17313         default.
17314         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
17315         up iswitchb for users with a multitude of open buffers by showing
17316         only the first and last N/2 buffers in the completion list (which
17317         is enough to aid C-s/C-r, and to know that more characters are
17318         needed to refine the completion list).
17320 2004-04-17  Richard M. Stallman  <rms@gnu.org>
17322         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17323         (file-truename): Expand all ~ constructs directly.
17324         (insert-directory): Delete any error msg output by the
17325         `insert-directory-program'.
17327         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17328         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17329         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17330         (allout-init): Use find-file-hook, not find-file-hooks.
17331         (allout-mode): Eliminate Emacs 18 support.
17332         Use write-contents-functions, not local-write-file-hooks.
17334 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
17336         * progmodes/compile.el (compilation-error-properties): Fix for
17337         adding messages when there are already markers for their file.
17338         (compilation-fake-loc): New function.
17340 2004-04-16  Dave Love  <fx@gnu.org>
17342         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17343         (python-load-file): Fix python-orig-start setting.
17345         * progmodes/compile.el: Doc fixes.
17346         (compilation-error-regexp-alist-alist)
17347         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17348         (compilation-assq): Wrap in eval-when-compile.
17349         (compilation-mode-font-lock-keywords): Don't use list*.
17350         (compilation-start): Avoid warning.
17351         (compilation-compat-error-properties)
17352         (compilation-directory-properties): Add keymap property.
17353         (compilation-parsing-end): Make it a marker for better compatibility.
17355         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17357 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
17359         * xml.el: Doc fixes.
17360         (xml-get-children): Only looks at sub-tags and ignore strings.
17362         * xml.el (xml-parse-tag): Avoid overwriting node-name.
17364 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17366         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17368 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
17370         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17372         * vc.el (vc-print-log): Likewise.
17374 2004-04-16  Masatake YAMATO  <jet@gyve.org>
17376         * simple.el (completion-setup-function): Set an initial value
17377         to `element-common-end' before entering loop.  Set a value
17378         to `element-common-end' at the end of loop.
17379         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17380         (completions-common-part): Rename from completion-de-emphasis.
17381         (completions-first-difference): Rename from completion-emphasis.
17382         Suggested by RMS.
17384 2004-04-16  Juanma Barranquero  <lektu@terra.es>
17386         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17387         (bookmark-edit-annotation-mode): Add mode name.
17389 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17391         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17392         for nested conflict markers.
17393         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17395 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
17397         * progmodes/gdb-ui.el (gdb-goto-info): New function.
17399         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17401 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17403         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17404         Give a backtrace if requested.
17406         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17408         * progmodes/python.el (python-mouse-2-command, python-RET-command):
17409         Remove unused functions.
17410         (python-orig-start-line, python-orig-file): Remove.
17411         (python-orig-start): New var.
17412         (python-input-filter, python-compilation-line-number)
17413         (python-send-region, python-load-file): Use it.
17415         * info.el (info): Always jump to *info*.
17417         * subr.el (posn-set-point): New function.
17419         * mouse.el (mouse-set-point): Use it.
17421         * progmodes/compile.el (compile-goto-error): Use it.
17422         (compilation-button-map): New keymap.
17423         (compilation-error-properties): Use it.
17424         (compilation-shell-minor-mode-map): Don't bind mouse-2.
17426         * smerge-mode.el (smerge-popup-context-menu): Use it.
17428         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17429         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17430         mouse and non-mouse case.
17432         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17433         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17435         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17436         Make it work for non-mouse events.
17438         * pcvs-info.el (cvs-status-map): Update binding name.
17440 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
17442         * xml.el (xml-maybe-do-ns): New function to handle namespace
17443         parsing of both attribute and element names.
17444         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17445         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17446         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
17447         (xml-parse-attlist): Make it do its own namespace parsing.
17449 2004-04-14  Dave Love  <fx@gnu.org>
17451         * progmodes/python.el (run-python): Fix use of \n.
17452         (python-load-file): Remove `try' from Python fragment.
17453         (python-describe-symbol): Fix message.
17455         * comint.el: Doc fixes.
17456         (comint-last-input-start, comint-last-input-end)
17457         (comint-last-output-start): Give them values.
17458         (comint-arguments): Avoid warning.
17459         (comint-skip-prompt): Use line-end-position.
17460         (comint-backward-matching-input): Rename arg to agree with doc.
17461         (comint-extract-string): Use syntax-ppss.
17462         (comint-dynamic-simple-complete): Delete useless list construction.
17463         (comint-redirect-subvert-readonly): New.
17464         (comint-redirect-preoutput-filter): Use it.
17466         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17467         Correctly handle negative arguments when calling hook functions.
17469 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
17471         * info.el (info-apropos): Don't clobber Info-history-list.
17473 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
17475         * progmodes/compile.el (compilation-setup):
17476         Localize overlay-arrow-position.
17477         (compilation-sentinel): Restructure code equivalently.
17478         (compilation-next-error): Find message on same line after point if
17479         not found before point.
17480         (compile-mouse-goto-error): Restore function so that compilation
17481         buffer need not be current and use compile-goto-error.
17482         (compile-goto-error): Restore function.
17483         (next-error): Set overlay-arrow-position.
17484         (compilation-forget-errors): Don't localize already local
17485         compilation-locs and remove FIXME about refontifying.
17487 2004-04-14  Kim F. Storm  <storm@cua.dk>
17489         * startup.el (emacs-quick-startup): New defvar (set by -Q).
17490         (command-line): New option -Q.  Like -q --no-site-file, but
17491         in addition it also disables menu-bar, tool-bar, scroll-bars,
17492         tool-tips, and the blinking cursor.
17493         (command-line-1): Skip startup screen if -Q.
17494         (fancy-splash-head): Use ":align-to center" prop to center splash image.
17496         * emulation/cua-base.el (cua-read-only-cursor-color)
17497         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17499 2004-04-13  Dave Love  <fx@gnu.org>
17501         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
17502         (syntax): Don't require.
17503         (python) <defgroup>: Add :version.
17504         (python-quote-syntax): Re-written.
17505         (inferior-python-mode): Move stuff here from run-python and add
17506         some more.
17507         (python-preoutput-continuation, python-preoutput-result)
17508         (python-dotty-syntax-table): New.
17509         (python-describe-symbol): Use them.
17510         (run-python): Move stuff to inferior-python-mode.  Modify code
17511         loaded into Python.
17512         (python-send-region): Use python-proc, python-send-string.
17513         (python-send-string): Send newlines too.  Callers changed.
17514         (python-load-file): Re-written.
17515         (python-eldoc-function): New.
17516         (info-look): Don't require.
17517         (python-after-info-look): New.  A modified version of former
17518         top-level code for use with eval-after-load.
17519         (python-maybe-jython, python-guess-indent): Use widened buffer.
17520         (python-fill-paragraph): Re-written.
17521         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
17522         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
17524 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17526         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17527         Set compilation-error-regexp-alist earlier.
17529         * progmodes/compile.el (compilation-minor-mode-map)
17530         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17531         (compile-goto-error): Re-merge the mouse and non-mouse commands.
17533 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17535         * progmodes/compile.el (compile-goto-error): Select the buffer/window
17536         corresponding to the event.
17538 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
17540         * loadup.el: Add cygwin to system-type list, for unexec() support.
17542 2004-04-12  John Paul Wallington  <jpw@gnu.org>
17544         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17545         (ibuffer-restore-window-config-on-quit): New variable to replace
17546         `ibuffer-delete-window-on-quit'.  Update all references.
17547         (ibuffer-prev-window-config): New variable.
17548         (ibuffer-quit): Restore previous window configuration instead of
17549         deleting window.
17550         (ibuffer): Save window configuration before showing Ibuffer buffer.
17552         * help.el (describe-mode): Doc fix.
17554 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17557         not to treat nil as a function.
17559         * vc-arch.el (vc-arch-root): Be a bit more careful.
17560         (vc-arch-register): Save the buffer if we modified it.
17561         (vc-arch-delete-rej-if-obsolete): Save excursion.
17562         (vc-arch-find-file-hook): Use the simpler after-save-hook.
17563         (vc-arch-responsible-p, vc-arch-init-version): New functions.
17565         * net/ldap.el (ldap-search): Use list*.
17567 2004-04-12  Juri Linkov  <juri@jurta.org>
17569         * info.el (Info-follow-reference): Allow multiline reference name.
17571 2004-04-11  Dave Love  <fx@gnu.org>
17573         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17575         * progmodes/python.el: New file.
17577 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
17579         * vc-hooks.el (vc-arg-list): Function removed.
17580         (vc-default-workfile-unchanged-p): Use condition-case to check for
17581         backward compatibility.
17583         * vc.el (vc-print-log): Use condition-case to check for backward
17584         compatibility.
17586 2004-04-11  Juri Linkov  <juri@jurta.org>
17588         * dired.el (dired-faces): New defgroup.
17589         (dired-header, dired-mark, dired-marked, dired-flagged)
17590         (dired-warning, dired-directory, dired-symlink, dired-ignored):
17591         New faces.
17592         (dired-header-face, dired-mark-face, dired-marked-face)
17593         (dired-flagged-face, dired-warning-face, dired-directory-face)
17594         (dired-symlink-face, dired-ignored-face): New face variables.
17595         (dired-font-lock-keywords): Use them instead of font-lock faces.
17596         Split the rule for dired marks into 3 separate rules: for marks,
17597         marked file names and flagged file names.
17599         * help-mode.el (help-make-xrefs): Add a final newline to the
17600         *Help* buffer.
17602 2004-04-11  John Paul Wallington  <jpw@gnu.org>
17604         * replace.el (occur-engine): Distinguish between one and several
17605         matches in the matches per buffer heading.
17607 2004-04-11  Kim F. Storm  <storm@cua.dk>
17609         * ido.el (ido-confirm-unique-completion): New defcustom.
17610         (ido-complete): Use it.
17611         (ido-write-file): Set it to t unconditionally.
17613 2004-04-10  Miles Bader  <miles@gnu.org>
17615         RCS keyword removal (only non-comment changes are enumerated here):
17617         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17618         (byte-compile-insert-header): Don't use `byte-compile-version'.
17619         * forms.el (forms-version): Variable removed.
17620         (forms-mode): Don't use `forms-version'.
17621         * recentf.el (recentf-version): Variable removed.
17622         * progmodes/delphi.el (delphi-version): Variable removed.
17623         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17625 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17627         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17629 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
17631         * info.el (info-apropos): Improve menu item regexp.
17633 2004-04-09  Simon Josefsson  <jas@extundo.com>
17635         * mail/smtpmail.el: Add comment, based on report by
17636         kdc@rcn.com (Kevin D. Clark).
17638 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17640         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17641         Redo one more thing that I didn't notice Daniel had undone.
17643 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
17645         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17646         (gdb-goto-breakpoint, gdb-display-buffer)
17647         (gdb-display-source-buffer, gdb-view-source-function)
17648         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17649         (gdb-source-info, gdb-frame-handler): Don't specify a window
17650         for display.
17651         (gdb-info-breakpoints-custom): Remove superfluous update of
17652         assembler buffer.
17653         (gdb-many-windows): Make settable outside gdb.
17655 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
17657         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17658         Derive from fundamental-mode rather than text-mode.
17660 2004-04-08  Juri Linkov  <juri@jurta.org>
17662         * info.el (Info-history): Doc fix.
17663         (Info-history-list): New var.
17664         (info-xref): Change magenta4 to blue, remove bold for dark and
17665         light backgrounds, change bold to underline for non-color classes.
17666         (info-xref-visited): New face.
17667         (Info-fontify-visited-nodes): New custom.
17668         (Info-hide-note-references): Add new value `hide'.  Doc fix.
17669         (Info-reference-name): New var.
17670         (Info-selection-hook): New custom.
17671         (Info-edit-mode-hook): New var.
17672         (Info-find-file): New fun.
17673         (Info-find-node): Move part of code to Info-find-file.
17674         (Info-find-node-2): Add anchors to Info-history-list.  Move point
17675         to the place with the reference name if name is defined.
17676         (Info-select-node): Add current node to Info-history-list.
17677         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17678         (Info-search-whitespace-regexp): New custom.
17679         (Info-search-case-fold): New var.
17680         (Info-search): Add "case-sensitively" to the prompt.
17681         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
17682         (Info-search-case-sensitively, Info-search-next): New fun.
17683         (Info-up): Move point to the menu item of the current node.
17684         (Info-history): New fun.  Add *info-history* to
17685         same-window-buffer-names.
17686         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
17687         (Info-insert-toc): New fun.
17688         (Info-build-toc): New fun.
17689         (Info-follow-reference): Add new arg `fork'.  Doc fix.
17690         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
17691         with the same name prefer the reference closest to point.
17692         (Info-next-reference): Replace * by + in the *Note regexp.
17693         Add regexp for http:// and ftp://.  Skip the *Note prefix.
17694         (Info-prev-reference): Replace * by + in the *Note regexp.
17695         Add regexp for http:// and ftp://.  Skip the *Note prefix.
17696         (Info-follow-nearest-node): Add new arg `fork'.
17697         (Info-try-follow-nearest-node): Add new arg `fork'.
17698         Call browse-url for http:// and ftp:// references.
17699         Set Info-reference-name for index entries.
17700         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17701         Info-search-next, Info-history, Info-toc, clone-buffer.
17702         (Info-menu-update): Replace * by + in the *Note regexp.
17703         (Info-mode): Add documentation for Info-history, Info-toc,
17704         Info-search-case-sensitively, Info-search-next, clone-buffer.
17705         (Info-fontify-menu-headers): Remove fun.  Move code to
17706         Info-fontify-node.
17707         (Info-fontify-node): Add docstring.  Add local vars
17708         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
17709         then fontify header line, titles, menu headers, http and ftp
17710         references, refill paragraphs.  If not-fontified-p is t or
17711         fontify-visited-p is t then fontify cross references, menu items.
17712         Fontify menu headers.  Fontify http and ftp references.
17713         Change regexp for cross references to require whitespace after *Note,
17714         add matching groups for file and node names.  Remove hack for quote.
17715         Use display property for Info-hide-note-references=t.  Use fifth
17716         or fourth match for help-echo.  Display visited nodes in a
17717         different face.  Unhide file names of external references.
17718         Unhide newlines.  Display visited menu items in a different face.
17720 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17722         * progmodes/compile.el: Require CL.
17723         (compilation-mode-font-lock-keywords): Re-install the "line as
17724         function" patch.
17726         * help-fns.el (help-C-source-directory): New var.
17727         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17728         (describe-function-1, describe-variable): Use them.
17730         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17731         to C source files specially.
17733 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
17735         * info.el (Info-hide-cookies-node): New function.
17736         (Info-select-node): Use it.
17737         (Info-display-images-node): Remove message with image file name.
17739 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
17741         * progmodes/compile.el (compilation-warning-face)
17742         (compilation-info-face, compilation-skip-threshold)
17743         (compilation-skip-visited, compilation-context-lines):
17744         Declare :version when added to Emacs.
17745         (compilation-error-regexp-alist-alist): Extend caml and irix.
17746         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17747         (compilation-mode-font-lock-keywords): Temporarily undo line as
17748         function patch, which wasn't ready.
17750 2004-04-07  Kenichi Handa  <handa@m17n.org>
17752         * international/latin1-disp.el (latin1-display-setup): Check each
17753         character is displayable or not instead of calling
17754         latin1-display-check-font.
17756 2004-04-06  Kenichi Handa  <handa@m17n.org>
17758         * language/ethio-util.el (ethio-sera-being-called-by-w3):
17759         New variable.
17760         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17761         instead of sera-being-called-by-w3.
17762         (ethio-fidel-to-sera-buffer): Likewise.
17763         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17764         instead of sera-being-called-by-w3.
17765         (ethio-write-file): Likewise.
17767 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17769         * printing.el: Doc fix.
17771 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
17773         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17774         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17775         (gdb-setup-windows): Only use separate IO buffer if required.
17777 2004-04-06  Kim F. Storm  <storm@cua.dk>
17779         * term.el (term-is-xemacs): Remove.
17780         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17781         (term-window-width): New function.
17782         (term-mode, term-check-size): Use it.
17783         (term-mode): Disable overflow-newline-into-fringe in term buffer.
17785 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17787         * cus-edit.el (custom-add-parent-links): Change unbound variable
17788         `symbol' to `name'.
17790 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
17791         * info.el (info-apropos): New function.
17792         (Info-mode-menu): Add it.
17793         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17795         * help-mode.el (help-make-xrefs): Recognize aliased variable with
17796         inherited docstring.
17798         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17800 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17802         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17804         * progmodes/compile.el (font-lock): Don't require any more.
17805         (compilation-error-properties, compilation-start, compilation-sentinel)
17806         (compilation-filter, next-error): Use with-current-buffer.
17807         (compilation-skip-to-next-location, compilation-skip-threshold)
17808         (compilation-skip-visited): Move to silence the byte-compiler.
17809         (compilation-setup): Simplify.
17810         (compilation-next-error): Use line-(beginning|end)-position.
17811         Make sure `pt' is non-nil before using compilation-loop.
17812         (compile-goto-error): Add optional event arg.  Use it.
17813         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17814         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17815         Update the binding for mouse-2.
17816         (first-error): Set compilation-current-error to nil rather than bob.
17817         (compilation-parsing-end, compilation-parse-errors-function)
17818         (compilation-error-list, compilation-old-error-list):
17819         "New" compatibility variables.
17820         (compile-buffer-substring, compilation-compat-error-properties)
17821         (compilation-compat-parse-errors, compilation-forget-errors):
17822         New compatibility functions.
17823         (compilation-mode-font-lock-keywords): Use them.
17825 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
17827         * autorevert.el (auto-revert-handler): If point (or a window
17828         point) is at the end of the buffer, keep it there after
17829         reverting.  This allows to tail a file.
17830         Mention this in the `Commentary'.
17832         * format.el (format-write-file): Add optional argument CONFIRM
17833         and make it behave like the analogous argument to `write-file'.
17835 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17837         * progmodes/ebnf2ps.el: Doc fix.
17838         (ebnf-version): New version number (4.2).
17839         (ebnf-syntax): Customization and docstring fix.
17840         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17841         Put autoloaded funs before first use.
17842         (ebnf-style-database): Add dtd entry.
17843         (ebnf-syntax-alist): Add dtd initialization.
17844         (ebnf-token-sequence): New fun.
17845         (ebnf-comment-table): Add new comment action character.
17846         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17848         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17849         Type Definition for XML).
17851         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17852         * progmodes/ebnf-bnf.el (ebnf-sequence):
17853         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17854         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17855         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17856         Code simplification: call ebnf-token-sequence.
17858 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
17860         * calendar/timeclock.el (timeclock-relative)
17861         (timeclock-get-project-function, timeclock-get-workday-function)
17862         (timeclock-query-out, timeclock-when-to-leave)
17863         (timeclock-when-to-leave-string, timeclock-log-data)
17864         (timeclock-generate-report, timeclock-in): Doc fixes.
17866 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17868         * url/: New dir.  Import the URL package from its repository.
17870 2004-04-03  Andreas Schwab  <schwab@suse.de>
17872         * diff-mode.el (diff-mode): Fix missing quote.
17874 2004-04-03  Juri Linkov  <juri@jurta.org>
17876         * descr-text.el (describe-property-list): Add `font-lock-face'.
17878         * dired.el (dired-font-lock-keywords): Fix permission regexps.
17880 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17882         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17883         Use utf-16le on little endian machines and utf-16be otherwise.
17885 2004-04-02  David Kastrup  <dak@gnu.org>
17887         * net/browse-url.el (browse-url-generic): Use call-process
17888         instead of start-process to allow browsers that fork and detach.
17890 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
17892         * compile.el (compilation-current-error): New var.
17893         (compilation-setup, compile-mouse-goto-error)
17894         (compile-goto-error, next-error): Use it.
17895         (compilation-skip-to-next-location): Default to t, which gives
17896         contiguous skipping like old compile (where this was redundant).
17897         (compilation-next-error): Prevent previous-* commands from moving
17898         back to message at or just before point.
17900 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
17902         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17903         (gdb-source-info): Don't display source at startup, if required.
17904         (gdb-show-main): New option.
17905         (gdba): Update documentation.
17906         (gdb-source): Cover case of auto-display output.
17908 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17910         * autorevert.el: Delete obsolete autoloads and defvars.
17911         (auto-revert-check-vc-info): New user option.
17912         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17913         (auto-revert-handler-vc): Delete.
17914         (auto-revert-handler): Treat return value `fast' of
17915         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
17917         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17918         return `fast'.
17920         * files.el (buffer-stale-function): Doc change.
17922 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17924         * printing.el: New tip on Tips section.
17925         (pr-version): New version number (6.7.4).
17926         (pr-shell-file-name): Initialization fix.
17928 2004-03-31  Juri Linkov  <juri@jurta.org>
17930         * dired.el: Add autoload for `dired-do-touch'.
17931         (dired-touch-program): New var.
17932         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17933         (dired-no-confirm): Add `touch' to docstring.
17935         * dired-aux.el (dired-do-touch): New fun.
17936         (dired-do-chxxx): Add argument -t for touch operation.
17938         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17939         `dired-move-to-filename-regexp'.
17941 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
17943         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17945 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17947         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17948         and only if the buffer was modified.
17950 2004-03-30  Kenichi Handa  <handa@m17n.org>
17952         * international/characters.el: Delete pairs for U+2308..U+230B.
17954 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
17956         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17957         to detect the beginning of a level 2 or 3 annotation.
17959 2004-03-29  Kenichi Handa  <handa@m17n.org>
17961         * international/ucs-tables.el (ucs-insert): Fix the error message.
17963 2004-03-29  Kenichi Handa  <handa@m17n.org>
17965         * international/mule-util.el (char-displayable-p): Fix generation
17966         of XLFD file name.
17968         * Makefile.in (setwins, setwins_almost): Change directory to $wd
17969         before finding directories by `find'.
17971 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17973         * subr.el (interactive-form): Delete.  Now implemented in C.
17975         * pcvs.el (cvs-parse-process): Workaround for Darwin.
17977         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17978         (vc-diff-label): New fun.
17979         (vc-diff-internal): Use it.
17981         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17983 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17985         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17987         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17988         specify XML (EBNFX).
17990         * progmodes/ebnf2ps.el: Doc fix.
17991         (ebnf-version): New version number (4.1).
17992         (ebnf-syntax): Adjust customization.
17993         (ebnf-style-database): Add ebnfx entry.
17994         (ebnf-syntax-alist): Add ebnfx initialization.
17995         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17997         * printing.el: Doc fix.
17998         (pr-version): New version number (6.7.3).
17999         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18000         returns nil for mouse position.  Reported by Drew Adams
18001         <drew.adams@oracle.com>.
18002         (pr-update-menus): Modify interactive declaration.  Reported by Drew
18003         Adams <drew.adams@oracle.com>.
18005 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
18007         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18008         (gud-gdba-marker-filter): Log the process input and output, if
18009         required.  From Stefan Monnier.
18010         (gdb-debug-log, gdb-enable-debug-log): New variables.
18011         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18013 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18015         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18016         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18018 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
18020         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18021         Call vc-find-file-hook here instead of in auto-revert-buffers.
18022         (auto-revert-buffers): Delete call to vc-find-file-hook.
18023         (auto-revert-verbose, global-auto-revert-non-file-buffers)
18024         (global-auto-revert-mode, auto-revert-set-timer)
18025         (auto-revert-handler, auto-revert-buffers): Doc fixes.
18027 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18029         * woman.el (woman-change-fonts): Rename local variable
18030         woman-font-alist to font-alist to avoid a compiler warning.
18032 2004-03-27  Dave Love  <fx@gnu.org>
18034         * emacs-lisp/rx.el (rx): Doc fix.
18035         Fix copyright years.
18037         * strokes.el (strokes-global-set-stroke-string): New function.
18038         (strokes-list-strokes): Cope with strings, not just commands.
18039         Set foreground color of image.
18040         (strokes-global-set-stroke): Doc fix.
18042 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18044         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18045         Auto Revert mode.
18046         (Buffer-menu-files-only): New variable.
18047         (Buffer-menu-toggle-files-only): New function.
18048         (Buffer-menu-mode-map): Bind it to `T'.
18049         (Buffer-menu-mode): Mention `T' in docstring.
18050         Set buffer-stale-function.
18051         (list-buffers-noselect): Mark buffer non-modified and set
18052         Buffer-menu-files-only.
18054         * dired.el (buffer-stale-function): Remove no longer needed defvar.
18056         * autorevert.el (auto-revert-handler): Print revert message
18057         before, rather than after, reverting.
18058         (buffer-stale-function): Move to files.el.
18060         * files.el (buffer-stale-function): Move here from autorevert.el.
18062 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18066         * calc/calc.el (calc-mode-map): Use mapc.
18068         * apropos.el (apropos-mode): Don't autoload.
18069         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
18070         (apropos): Use it.
18071         (apropos-print): Add optional `text' argument.
18072         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18073         Don't assume point-min == 1.
18075         * bs.el (bs-buffer-list): Use buffer-local-value.
18076         (bs--set-toggle-to-show): Use with-current-buffer.
18078         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18079         New funs.
18080         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
18082         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18084         * dabbrev.el (dabbrev-expand): Fix regexp construction.
18085         (dabbrev--find-expansion): Use pop.
18086         (dabbrev--search): Use match-string-no-properties.
18088         * dired.el (dired-mode): Use run-mode-hooks.
18089         (dired-move-to-end-of-filename): Use match-string.
18091         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18092         is bound before using it.
18093         (ediff-verbose-p): Make it into a var since it's not constant.
18095         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18097         * faces.el (read-face-font): Don't cons up unnecessarily.
18098         (header-line, tool-bar): Share common parts.
18100         * files.el (file-relative-name): Use compare-strings.
18102         * finder.el (finder-mode): Follow coding convention.
18104         * subr.el (read-number): New function.
18106         * ses.el (ses-read-number): Move to subr.el.
18107         (ses-set-header-row): Use read-number.
18109 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
18111         * vc-hooks.el (vc-arg-list): New function, which handles both
18112         compiled and uncompiled code.
18113         (vc-default-workfile-unchanged-p): Use it.
18115         * vc.el (vc-print-log): Undo prev change, use new function
18116         vc-arg-list from vc-hooks.el.
18118 2004-03-26  Masatake YAMATO  <jet@gyve.org>
18120         * simple.el (completion-setup-function): Emphasize the
18121         first uncommon characters in the completions; and de-emphasize
18122         the common prefix substrings.
18123         (completion-emphasis): New face.
18124         (completion-de-emphasis): New face.
18126 2004-03-25  Juanma Barranquero  <lektu@terra.es>
18128         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18129         Comment out (it's unused and unfinished code).
18131 2004-03-25  Sam Steingold  <sds@gnu.org>
18133         * vc.el (vc-print-log): Fix a bug in the last patch:
18134         backend-function may be a byte-compiled object, not a lambda.
18136 2004-03-25  Juri Linkov  <juri@jurta.org>
18138         * descr-text.el (describe-property-list): Add a button
18139         for `face' property that calls `describe-face'.
18140         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18142         * international/mule.el (keyboard-coding-system):
18143         * kmacro.el (kmacro-call-macro): Fix docstring.
18145         * dired.el: Fix comments.
18147         * textmodes/fill.el (fill): Fix Info link.
18149         * font-lock.el (fast-lock, lazy-lock):
18150         * jit-lock.el (jit-lock): Remove links to removed Support Modes
18151         Info node.
18153         * eshell/eshell.el (eshell): Fix broken info-link.
18155         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18156         * eshell/em-banner.el (eshell-banner):
18157         * eshell/em-smart.el (eshell-smart):
18158         * eshell/esh-cmd.el (eshell-cmd):
18159         Comment out broken info-links to incomplete Info manual.
18161         * info-xref.el: Fix commentary.
18163 2004-03-25  Kevin Ryde  <user42@zip.com.au>
18165         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18166         Remove spurious node duplicate suppression, doesn't work, not wanted.
18167         (info-xref-output): Take format style args, add "sit-for 0" to let
18168         user see the results as they progress.
18169         (info-xref-check-all-custom): New function.
18171 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
18173         * gdb-ui.el: Moved to progmodes.
18175 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18177         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18179 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18181         * calendar/appt.el (appt-check): Remove superfluous progn.
18182         When finished with diary buffer: if it was not being displayed
18183         before, kill it; otherwise restore its original state.
18184         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18186         * calendar/calendar.el (calendar-set-mode-line): Use total
18187         available mode-line width, rather than frame-width.
18189         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18190         after mode change so effect not lost.
18192 2004-03-23  Dave Love  <fx@gnu.org>
18194         * dired.el (dired) <defgroup>: Add link to manual.
18195         (dired-font-lock-keywords): Add highlighting on unusual permissions.
18196         (dired-revert): Use dolist.
18197         (dired-mode-map): Add U binding.
18198         (dired-mode): Add font-lock-beginning-of-syntax-function.
18199         (dired-garbage-files-regexp): Make it a defcustom.
18201 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18203         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18204         is equivalent to nil.
18205         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18206         (vc-arch-mode-line-string): Accept `added' state.
18207         (vc-arch-state): Use inode-sigs if available.
18208         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18209         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
18210         (vc-arch-tagline-re): New var.
18211         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18212         New functions.
18213         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18214         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18216         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18217         (vc-file-not-found-hook): Use it.
18219         * diff-mode.el (diff-default-read-only): Change default.
18220         (diff-mode-hook): Make it a defcustom.  Add some options.
18221         (diff-mode-map): Bind diff-refine-hook.
18222         (diff-yank-handler): New var.
18223         (diff-yank-function): New fun.
18224         (diff-font-lock-keywords): Use them.
18225         (diff-end-of-file): Handle case where file-header looks like diff text.
18226         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18227         (diff-file-kill): Delete a subsequent empty line, if applicable.
18228         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18229         (diff-find-file-name): Use it.
18230         (diff-tell-file-name): New command.
18231         (diff-mode): Be careful with view-mode.
18232         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18233         New functions, for use in diff-mode-hook.
18234         (diff-find-source-location): Catch "regex too large" errors.
18235         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18236         (diff-refine-hunk): New command.
18238         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18239         (smerge-context-menu-map): Remove unused var.
18240         (smerge-keep-all): Preserve markers.
18241         (smerge-keep-n): New fun.
18242         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18243         (smerge-keep-current, smerge-ediff): Use it.
18244         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
18245         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18246         (smerge-resolve): Resolve trivial 3-part conflicts.
18248 2004-03-23  Juri Linkov  <juri@jurta.org>
18250         * man.el (Man-width): New var.
18251         (Man-getpage-in-background): Use it.
18252         (Man-support-local-filenames): New var and fun.
18253         (Man-build-man-command): Don't add a second %s.
18254         (Man-fontify-manpage): Clean up message.
18255         (Man-mode): Set outline-regexp, outline-level,
18256         imenu-generic-expression.
18258         * woman.el (woman-fill-frame): Doc fix.
18259         (woman-decode-region): Use window-width instead of frame-width.
18261         * abbrevlist.el (list-one-abbrev-table):
18262         * descr-text.el (describe-char):
18263         * international/mule-diag.el (describe-current-coding-system):
18264         * international/quail.el (quail-insert-decode-map):
18265         Use window-width instead of frame-width.
18267         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18268         (jka-compr-mode-alist-additions): Add tbz.
18269         (jka-compr-write-region, jka-compr-insert-file-contents):
18270         Add message for undefined compress-program.
18271         (jka-compr-write-region): Remove redundant var bindings.
18273         * dired-x.el (dired-guess-shell-alist-default): Add choices for
18274         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
18275         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18276         (dired-man): Use dired-guess-shell-command.
18277         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18278         Change default nil to t.
18280         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18281         (dired-compare-directories): Add default value for empty input.
18283         * help-at-pt.el: Move suggestions for key bindings to Commentary.
18285         * time.el (display-time-string-forms): Fix help-echo date format.
18287 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
18289         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18290         (buffer-stale-function): New variable.
18291         (auto-revert-list-diff, auto-revert-dired-file-list)
18292         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18293         (auto-revert-handler): Take over some functionality of deleted
18294         functions.
18295         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18297         * dired.el (dired-directory-changed-p): New fun, extracted from
18298         dired-internal-noselect.
18299         (dired-buffer-stale-p): New fun.
18300         (dired-internal-noselect): Use dired-directory-changed-p.
18301         Eliminate revert messages.
18302         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18304 2004-03-23  Kenichi Handa  <handa@m17n.org>
18306         * international/characters.el: Setup syntaxes for more parentheses
18307         Unicode characters.
18309         * international/mule-cmds.el (select-safe-coding-system):
18310         Merge coding-system and auto-cs before comparing them.
18312 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18314         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18316         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18317         normal-auto-fill-function and comment-indent-function.
18318         The default values now work just as well.
18319         Don't set font-lock-beginning-of-syntax-function since we already set
18320         syntax-begin-function.
18321         (lisp-outline-level): Put ;;;###autoload at same level as (.
18322         (prin1-char): Quote special chars.
18324         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18325         than with-no-warnings.
18327         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18328         if the source location can't be found.
18329         (edebug-compute-previous-result): Use prin1-char.
18331         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18332         (debug-ignored-errors): Add an entry.
18334         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18335         (byte-compile-file): Output warning when deleting a file.
18337         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18338         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18340         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18341         (byte-compile-inline-expand): Use backquote.
18342         (byte-optimize-pure-func): Rename from byte-optimize-concat.
18343         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18345         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18347         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18349 2004-03-22  Juri Linkov  <juri@jurta.org>
18351         * finder.el (finder-known-keywords): Fix data, tex, unix.
18353         * play/landmark.el: Fix keywords.
18355         * language/ethio-util.el (ethio-find-file): Doc fix.
18357         * emacs-lisp/warnings.el: Doc fix.
18359         * textmodes/ispell.el (ispell-help): Doc fix.
18361 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
18363         * format.el (format-insert-file): Always return a list of two
18364         elements, like insert-file-contents does.
18366 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
18368         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18369         and vc-BACKEND-diff.
18370         (vc-print-log): If the print-log implementation supports it, use
18371         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18372         (vc-version-diff, vc-diff-internal): Doc fixes.
18374         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18375         implementation supports it, let diff output go to *vc*,
18376         not *vc-diff*, since this is an internal call.
18378         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18380         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18382         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18384 2004-03-21  Dave Love  <fx@gnu.org>
18386         * progmodes/cfengine.el (cfengine-mode):
18387         Set parse-sexp-ignore-comments.
18389         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18391 2004-03-21  Juanma Barranquero  <lektu@terra.es>
18393         * allout.el (allout-mode): Fix docstring.
18395 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
18397         * files.el (insert-directory): Fix bug if SWITCHES is a list.
18399         * autorevert.el (auto-revert-interval): Make new value take
18400         effect immediately when set through Custom.
18401         (auto-revert-set-timer): Add interactive declaration.
18403 2004-03-19  David Ponce  <david@dponce.com>
18405         * ruler-mode.el (ruler-mode-header-line-format-old):
18406         Don't `make-variable-buffer-local'.
18407         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18408         (ruler-mode-header-line-format): Simply funcall the above.
18409         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18410         to save/restore a previous header line format.
18411         (ruler-mode-space): Don't depend on a numeric WIDTH value.
18412         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18413         fringes and margins width.
18414         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18416 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18418         * log-edit.el (log-edit-font-lock-keywords): Typo.
18420         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18421         (tex-send-tex-command): Rather than here.
18422         (tex-compilation-parse-errors): Simplify.
18424         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18426         * time.el (display-time-string-forms): Add help-echo with date on time.
18428         * composite.el (compose-region): Use restore-buffer-modified-p.
18430         * disp-table.el (standard-display-8bit): Simplify.
18432         * server.el (server-process-filter): Delete temp frame.
18434         * add-log.el (add-change-log-entry): Simplify.
18436 2004-03-19  Kim F. Storm  <storm@cua.dk>
18438         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18439         (hexl-follow-line): Don't require 'fringe.
18441         * progmodes/compile.el (compilation-start): Always set
18442         compilation-last-buffer and return it.
18444 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
18446         * simple.el (clone-buffer): Doc fix.
18448 2004-03-18  Juanma Barranquero  <lektu@terra.es>
18450         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18452 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18454         * log-edit.el (log-edit-font-lock-keywords): New var.
18455         (log-edit-mode): Use it.
18457 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
18459         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18460         properly for watching in speedbar.
18462 2004-03-17  Masatake YAMATO  <jet@gyve.org>
18464         * smerge-mode.el (smerge-popup-context-menu):
18465         Put `unwind-protect' around `overlay-put' and `popup-menu'.
18467 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18469         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18470         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18471         Take sealed revisions into account.
18472         (vc-arch-checkin): Extract a summary line from the message.
18474 2004-03-16  Masatake YAMATO  <jet@gyve.org>
18476         * register.el (register): Provide `register' feature.
18478 2004-03-15  Masatake YAMATO  <jet@gyve.org>
18480         Added context menu support in smerge mode.
18481         Most of the part is written by Stefan Monnier.
18483         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18484         New keymap and menu.
18485         (smerge-text-properties): New function.
18486         (smerge-remove-props): New function.
18487         (smerge-popup-context-menu): New function.
18488         (smerge-resolve): Call `smerge-remove-props'.
18489         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18490         (smerge-keep-current): Ditto.
18491         (smerge-kill-current): New function.
18492         (smerge-match-conflict): Put text properties.
18493         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18495 2004-03-15  David Ponce  <david@dponce.com>
18497         * ruler-mode.el (ruler-mode-left-fringe-cols)
18498         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18499         (ruler-mode-right-scroll-bar-cols): Remove.
18500         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18501         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18502         Use fringe-columns and scroll-bar-columns.
18504 2004-03-15  Masatake YAMATO  <jet@gyve.org>
18506         * hl-line.el (hl-line-range-function): New variable.
18507         (hl-line-move): New function.
18508         (global-hl-line-highlight): Use `hl-line-move'.
18509         (hl-line-highlight): Ditto.
18511         * scroll-bar.el (scroll-bar-columns):
18512         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18514         * ruler-mode.el (top-level): Require scroll-bar and fringe.
18515         (ruler-mode-left-fringe-cols)
18516         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18517         (ruler-mode-right-scroll-bar-cols)
18518         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18519         (ruler-mode-ruler-function): New variable.
18520         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18521         if the value for `ruler-mode-ruler-function' is given.
18523         * hexl.el (hexl-mode-hook): Make the hook customizable.
18524         (hexl-address-area, hexl-ascii-area): New customize variables.
18525         (hexlify-buffer): Put font-lock-faces on the address area and
18526         the ascii area.
18527         (hexl-activate-ruler): New function.
18528         (hexl-follow-line): New function.
18529         (hexl-highlight-line-range): New function.
18530         (hexl-mode-ruler): New function.
18532 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18534         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
18535         (vc-default-find-file-hook): New fun.
18536         (vc-find-file-hook): Call new find-file-hook operation.
18538         * vc-arch.el: New file.
18540 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
18542         * info-look.el (info-lookup): Reuse an existing Info window.
18544 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18546         * woman.el (woman-preserve-ascii): Default value changed to t and
18547         doc string revised.
18549 2004-03-12  Richard M. Stallman  <rms@gnu.org>
18551         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18552         Fix minor bug.
18554         * replace.el (occur-engine): Change message for count of matches.
18556         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18557         For strings, do compare text properties.
18559 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
18561         * progmodes/compile.el (compile-auto-highlight)
18562         (compilation-error-list, compilation-old-error-list)
18563         (compilation-parse-errors-function, compilation-parsing-end)
18564         (compilation-error-message, compilation-directory-stack)
18565         (compilation-enter-directory-regexp-alist)
18566         (compilation-leave-directory-regexp-alist)
18567         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18568         (compilation-current-file, compilation-regexps): Remove vars.
18570         (compile-error-at-point, compilation-error-filedata)
18571         (compilation-error-filedata-file-name, compile-reinitialize-errors)
18572         (compilation-next-error-locus, compilation-forget-errors)
18573         (count-regexp-groupings, compilation-parse-errors)
18574         (compile-collect-regexps, compile-buffer-substring): Remove funs.
18576         (compile-internal): Make obsolete.
18578         (compilation-first-column, compilation-error)
18579         (compilation-directory-matcher, compilation-page-delimiter)
18580         (compilation-mode-font-lock-keywords, compilation-debug)
18581         (compilation-error-face, compilation-warning-face)
18582         (compilation-info-face, compilation-line-face)
18583         (compilation-column-face, compilation-enter-directory-face)
18584         (compilation-leave-directory-face, compilation-skip-threshold)
18585         (compilation-skip-visited, compilation-context-lines): New vars.
18587         (compilation-warning-face, compilation-info-face)
18588         (compilation-message-face): New faces.
18590         (compilation-error-regexp-alist-alist): New constant.
18592         (compilation-face, compilation-directory-properties)
18593         (compilation-assq, compilation-error-properties, compilation-start)
18594         (define-compilation-mode, compilation-loop)
18595         (compilation-set-window): New functions.
18597         (compile): Additional argument for interactive compiles like TeX.
18599         * progmodes/grep.el (kill-grep): Move here from compile.el
18600         (grep-error, grep-hit-face, grep-error-face)
18601         (grep-mode-font-lock-keywords): New variables.
18602         (grep-regexp-alist): Simplify regexp and add `binary' case.
18603         (grep-mode): New mode.
18604         (grep-process-setup): Simplify.
18606 2004-03-11  Jason Rumney  <jasonr@gnu.org>
18608         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18609         letters on DOS/Windows.
18611 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18613         * server.el (server-name): New var.
18614         (server-socket-dir): New var to replace server-socket-name.
18615         (server-start): Use them.
18617 2004-03-11  Simon Josefsson  <jas@extundo.com>
18619         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18620         died to avoid infloop.  Reported by Jonathan Glauner
18621         <jglauner@sbum.org>.
18623 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18625         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18626         (smerge-mode-menu): Use it to deactivate menu entries.
18627         (smerge-keep-current): New fun.
18628         (smerge-keep-current): Use it.
18630 2004-03-10  John Paul Wallington  <jpw@gnu.org>
18632         * foldout.el (foldout-fold-list, foldout-modeline-string):
18633         Declare them as variables, not constants.
18635 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18637         * ps-print.el: Modification to print *Messages* buffer.
18638         (ps-print-version): New version 6.6.4.
18639         (ps-message-log-max): New fun.
18640         (ps-spool-without-faces, ps-spool-with-faces)
18641         (ps-count-lines-preprint): Code fix.
18643         * printing.el: New tips in Tips section.
18645 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18647         * delim-col.el: Doc fix.
18649         * printing.el: Doc fix.  New doc section (Tips).
18651 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18653         * type-break.el (type-break-emacs-variant): Remove.
18654         (type-break-run-at-time, type-break-cancel-function-timers):
18655         Use fboundp rather than version name and number.
18657 2004-03-09  Masatake YAMATO  <jet@gyve.org>
18659         * hexl.el (hexl-mode): Use `make-local-variable' instead of
18660         `make-variable-buffer-local'.
18662 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
18664         * find-dired.el (find-dired): Call `shell-command' instead of
18665         `start-process-shell-command'.  By this, Tramp takes over
18666         handling of remote directories.
18668 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18670         * newcomment.el (comment-use-global-state): New var.
18671         (comment-search-forward): Use it.
18673         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18675         * cus-edit.el (fill) <defgroup>: Move to fill.el.
18677         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18678         (enable-kinsoku): Make it a defcustom.
18679         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18680         paragraph to same-comment-start-marker.
18682 2004-03-07  Dave Love  <fx@gnu.org>
18684         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18685         (browse-url-mail): Use it.
18687         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18688         (rfc2368-unhexify-string): Use replace-regexp-in-string.
18690 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18692         * woman.el (woman-man.conf-path): Doc fix.
18693         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18695 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
18697         * sort.el (sort-columns): Remove ms-dos from the list of systems
18698         where the external `sort' command is not used.
18700 2004-03-07  Kim F. Storm  <storm@cua.dk>
18702         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18703         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18704         from overlay-arrow-variable-list.
18705         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18707 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
18709         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18710         overlay arrow string properly for the assembler buffer.
18712 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18714         * mail/sendmail.el (mail-mode): Fix last change.
18716 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
18718         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18719         for the assembler buffer.
18720         (gdb-assembler-custom): Position the overlay arrow.
18721         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18723 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18725         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18727         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18728         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18730         * mail/sendmail.el (mail-mode): Set comment-start-skip.
18732         * newcomment.el (uncomment-region): Allow non-terminated comment.
18733         (comment-normalize-vars): Check the user-specified comstart marker.
18735 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18737         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18738         Otherwise, do use it if the region only contains font-lock text
18739         properties.
18741 2004-03-04  Masatake YAMATO  <jet@gyve.org>
18743         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18744         as the callback function for eldoc.
18745         (hexl-print-current-point-info): New function.
18746         (hexl-current-address): Print the address in both decimal
18747         and hexadecimal format.
18749 2004-03-04  Richard M. Stallman  <rms@gnu.org>
18751         * mail/rmail.el (rmail-convert-to-babyl-format):
18752         Specify t for UNIBYTE when calling mail-unquote-printable-region.
18754         * mail/mail-utils.el (mail-unquote-printable-region):
18755         New arg UNIBYTE.
18757         * startup.el (command-switch-alist): Doc fix.
18759         * simple.el (undo): Temporarily set this-command to `undo-start',
18760         then set it to `undo' once undo-start returns without error.
18762         * simple.el (minibuffer-history-sexp-flag): Doc fix.
18764         * simple.el (kill-line): Don't disregard trailing whitespace
18765         in eol condition, if show-trailing-whitespace is set.
18767         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18768         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18769         When disabling, restore old values only if mouse-sel-has-been-enabled.
18771         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18772         (isearch-{-char): New function.
18773         (isearch-mode-map): Bind { to isearch-{-char.
18775         * font-lock.el (lisp-font-lock-keywords-2):
18776         Turn off the CL with-... and do-... general patterns.
18777         Instead, recognize several specific with... and do... constructs.
18779         * files.el (switch-to-buffer-other-window):
18780         Bind same-window-buffer-names and same-window-regexps to nil.
18781         (switch-to-buffer-other-frame): Likewise.
18783 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18785         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18786         recognizing leading comment on code line.
18788 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18790         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18791         hidden files/directories.
18793 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18795         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18796         only comment-start (in case the mode hasn't set it).
18798         * Makefile.in (AUTOGENEL): New var.
18799         (bootstrap-prepare): Rename from bootstrap-clean.
18800         Don't remove elc files.
18801         (maintainer-clean): New target.
18803         * xml.el (xml-get-attribute-or-nil): Simplify.
18805 2004-03-02  Juri Linkov  <juri@jurta.org>
18807         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18808         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18809         URL to prevent their substitution with the environment variable
18810         values by browsers.
18812 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18814         * ps-print.el: Doc fix.
18815         (ps-print-version): New version number (6.6.3).
18816         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18817         Docstring fix.
18818         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18819         before printing.
18820         (ps-time-stamp-yyyy-mm-dd): New fun.
18821         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18823 2004-03-02  Kim F. Storm  <storm@cua.dk>
18825         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18827 2004-03-01  Juanma Barranquero  <lektu@terra.es>
18829         * allout.el (allout-rebullet-heading): Fix typo in docstring.
18831         * desktop.el (desktop-file-version)
18832         (desktop-after-read-hook): Fix typos.
18833         (desktop-clear-preserve-buffers): Remove redundant info in
18834         docstring already shown by the obsolescence message.
18835         (desktop-truncate, desktop-internal-v2s)
18836         (desktop-value-to-string): Change argument name to match docstring.
18838         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18840         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18841         docstring.
18843 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18845         * printing.el: Replace "As Is..." in PostScript file print/preview by
18846         "No Preprocessing...".  Suggested by Colin Marquardt
18847         <_marquardt_@zmd.de>.
18848         (pr-insert-section-4): Adjust buffer interface.
18850 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
18852         Version 2.0.39 of Tramp released.
18854         * net/tramp.el (tramp-handle-file-local-copy)
18855         (tramp-handle-write-region, tramp-open-connection-rsh):
18856         Variable name typo.  Small change.  From Patrick Tullmann
18857         <tullmann@flux.utah.edu>.
18858         (tramp-process-connection-type): New variable.
18859         (tramp-maybe-open-connection): Use it.
18860         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18861         (tramp-touch): Set last-modified time of a remote file.
18862         (tramp-handle-write-region): Say which function is used when encoding.
18864 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
18866         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18867         case of non-existing filename, too.  Reported by Christoph Bauer
18868         <c_bauer@informatik.uni-kl.de>.
18869         (tramp-smb-get-file-entries): The directory in question should
18870         have permissions "drwxrwxrwx".  Just virtual, because we don't
18871         know the real permissions.  Don't we know?
18872         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18873         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18874         (tramp-smb-wait-for-output): Optimize algorithm getting pending
18875         output.  If it was received chunkwise, there have been problems.
18876         Remove the "prompt not found" error message; it is obvious.
18877         Simplify algorithm.
18878         (tramp-smb-process-running): Remove.  Since we acknowledge the
18879         virtual prompt for shares, there's no need for distinction of
18880         reading shares (process ends afterwards) and interactive mode of
18881         smblient.
18882         (tramp-smb-open-connection): Setting process sentinel removed.
18883         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18884         "NT_STATUS_NETWORK_ACCESS_DENIED".
18885         (tramp-smb-maybe-open-connection): Set `process-connection-type'
18886         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18887         (top-level): Setting default value in `tramp-default-method-alist'
18888         corrected.  Order of USER and HOST have been wrong.
18889         Nobody complained for months ...
18890         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18891         (tramp-smb-open-connection): Clear password cache if login has failed.
18893         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18894         `tramp-unified-filenames'.
18895         (tramp-completion-mode): Make test for XEmacs explicitly.
18896         `event-to-character' can exists in Emacs packages too.
18897         Reported by Matt Swift <swift@alum.mit.edu>.
18898         (tramp-buffer-name): Buffer name must contain the user if exists.
18899         Reported by Adrian Phillips <a.phillips@met.no>.
18900         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18901         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18902         (tramp-do-copy-or-rename-file-out-of-band): Rename from
18903         `tramp-do-copy-or-rename-file-one-local', because it handles also
18904         the case both files use the same out-of-band method.
18905         Implementation added.
18906         (tramp-handle-file-local-copy, tramp-handle-write-region):
18907         Out-of-band handling removed.  `copy-file' called instead, which
18908         calls `tramp-do-copy-or-rename-file-out-of-band'.
18909         (tramp-action-password): Check for out-of-band method removed.
18910         This function is used for 'login-program.
18911         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18912         appropriate.
18913         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18914         and `tramp-parse-sknownhosts'.
18915         (tramp-completion-function-alist): It's a defvar now, because we
18916         want to apply the optimized `tramp-set-completion-function'
18917         instead of a static list.
18918         (tramp-set-completion-function): Implementation tuned.
18919         Avoid double entries, and entries where the function or the
18920         file/directory doesn't exist.
18921         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18922         for SSH2.
18923         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18924         (tramp-handle-dired-compress-file): New function.
18925         (tramp-async-proc): New variable.
18926         (tramp-handle-shell-command): Adding asynchronous processes.
18927         They are far from being perfect, but it works at least for
18928         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18929         (top-level): Require password.el if visible.  Should be mandatory
18930         once No Gnus has found its way into (X)Emacs.
18931         (tramp-read-passwd): Invoke `password-read' if available,
18932         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
18933         fallback any longer.
18934         (tramp-clear-passwd): New function.
18935         (tramp-process-actions, tramp-process-multi-actions):
18936         Clear password cache if login has failed.
18938         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
18939         its own module.
18940         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18941         `ange-ftp-ftp-name-res'.  There could be incorrect values from
18942         previous calls in case the "ftp" method is used in the Tramp file
18943         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18945 2004-02-28  Richard M. Stallman  <rms@gnu.org>
18947         * term.el (term-mouse-paste): Call mouse-set-point.
18949         * thumbs.el: New file.
18951 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18953         * progmodes/ebnf-abn.el: Doc fix.
18955         * progmodes/ebnf-bnf.el: Doc fix.
18956         (ebnf-repeat): Code fix.
18958         * progmodes/ebnf2ps.el: Doc fix.
18959         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18961 2004-02-28  Juri Linkov  <juri@jurta.org>
18963         * ffap.el (dired-at-point): Additional writability test for
18964         relative directory names.
18965         (dired-at-point-prompter): Treat directories as a directory, get
18966         the directory component from files.
18967         (ffap-string-at-point): Return string from region if region is active.
18968         (ffap-file-at-point): Remove redundant code.
18970 2004-02-28  Kim F. Storm  <storm@cua.dk>
18972         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18973         Initialize margin area images to nil.
18974         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18975         (breakpoint-enabled-bitmap-face)
18976         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18977         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18978         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18979         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18980         (gdb-reset): Use gdb-remove-breakpoint-icons.
18981         (gdb-put-string): Add dprop arg to specify alternative display
18982         property (for setting fringe bitmap).
18983         (gdb-remove-strings): Doc fix.
18984         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18985         icon in fringe (if available), or else as icon or text in display
18986         margin.  Creates necessary icons in breakpoint-bitmap,
18987         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18988         Also make left window margin if required.
18989         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18990         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
18991         no longer needed.
18992         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18993         gdb-put-breakpoint-icon.
18994         (gdb-assembler-mode): Don't set left-margin-width here.
18996 2004-02-27  Kevin Ryde  <user42@zip.com.au>
18998         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18999         comma, so that it DTRT in macros.
19001 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19003         * progmodes/sh-script.el (sh-shell-arg)
19004         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19005         (sh-leading-keywords, sh-other-keywords): Fix custom type.
19007 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
19009         * faces.el (face-spec-set-match-display): Add a new attribute,
19010         `min-colors'.
19011         (region, highlight, secondary-selection): Use `min-colors'.
19013         * custom.el (defface): Add documentation for `min-colors'.
19015         * font-lock.el (font-lock-comment-face, font-lock-string-face)
19016         (font-lock-keyword-face, font-lock-function-name-face)
19017         (font-lock-variable-name-face, font-lock-constant-face):
19018         Use `min-colors'.
19020         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19022 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19024         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
19025         define assq-delete-all if it's not defined.
19026         (ebnf-generate-region): Code fix.
19028         * printing.el: Doc fix.
19029         (pr-version): New version number (6.7.2).
19030         (pr-command): Return empty string if command is an empty string.
19032 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19034         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19036         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
19037         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19038         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
19039         "tt" ["test"] ).  Reported by Markus Dreyer
19040         <mdreyer@ix.urz.uni-heidelberg.de>.
19041         (ebnf-version): New version number (4.0).
19042         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19043         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19044         (ebnf-delete-style): New commands.
19045         (ebnf-directory, ebnf-file): New funs.
19046         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19047         (ebnf-production-name-p, ebnf-stop-on-error): New options.
19048         (ebnf-syntax-alist): New var.
19049         (ebnf-element-width): New fun replacing ebnf-list-width.
19050         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19051         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19052         (ebnf-prologue): Adjust vars.
19053         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19054         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19055         (ebnf-check-style-values, ebnf-generate-production)
19056         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19057         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19058         (ebnf-token-repeat): Code fix.
19060         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
19061         %right, %left and %prec.  Suggested by Matthew K. Junker
19062         <junker@alum.mit.edu>.
19063         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19065         * progmodes/ebnf-iso.el: Doc fix.
19066         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19067         (ebnf-iso-lex): Code fix.
19069         * progmodes/ebnf-bnf.el: Doc fix.
19070         (ebnf-bnf-lex): Code fix.
19072         * progmodes/ebnf-otz.el: Doc fix.
19074 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
19076         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
19077         (abbrev-prefix-mark): Doc fix.
19079 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
19081         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19082         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19083         (gdb-var-delete): Make interactive (really).
19084         (gdb-edit-value): Make non-interactive.
19086         * progmodes/gud.el (gud-speedbar-menu-items):
19087         Add gdb-var-delete and, indirectly, gdb-edit-value.
19088         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19089         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19090         (gud-gdb-marker-filter): Add comment for annotations.
19092 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19094         * calendar/calendar.el (generate-calendar)
19095         (calendar-read-date): Prevent display of BC calendars once more -
19096         reverts 2003-10-01 change.
19097         (generate-calendar-month): Doc fix.
19099 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
19101         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19102         return value of increment-calendar-month.
19104 2004-02-21  Stephen Compall  <s11@member.fsf.org>
19106         * saveplace.el (save-place-forget-unreadable-files)
19107         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19108         (save-place-forget-unreadable-files): New function.
19109         (save-place-alist-to-file): Use it to filter out files that are
19110         no longer readable.
19112         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19113         current Texinfo environment, using the same method as in
19114         `texinfo-insert-@end', and insert a space rather than a newline if
19115         point in a @table environment.
19117 2004-02-21  Juri Linkov  <juri@jurta.org>
19119         * ffap.el (ffap-file-at-point): Try parent directories.
19121 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
19123         * vcursor.el (vcursor-modifiers): New defcustom.
19124         (vcursor-cs-binding): Use vcursor-modifiers instead of a
19125         hard-coded list.
19127 2004-02-21  Masatake YAMATO  <jet@gyve.org>
19129         * play/animate.el (animate-birthday-present): Accept names other
19130         than `Sarah', too.
19132 2004-02-21  Juri Linkov  <juri@jurta.org>
19134         * startup.el: Remove table of command line arguments from the
19135         Commentary section.
19137 2004-02-20  John Wiegley  <johnw@newartisans.com>
19139         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19140         again" modifier from 'e' to 'E', since 'e' is also used by the
19141         "file extension" modifier.
19143 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
19145         * help-fns.el (describe-categories): Doc fix.
19147 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19149         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19150         temporary file for buffer already visiting one.  This change makes
19151         output likely to be directly usable by patch program.
19152         Suggested by Adrian Aichner  <adrian@xemacs.org>
19154 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
19156         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19157         case of variables defined in compound statements.
19158         (gdb-setup-windows, gdb-source-info, gdb-source-info):
19159         Simplify constructions using switch-to-buffer.
19161 2004-02-19  Simon Josefsson  <jas@extundo.com>
19163         * play/morse.el: Fix typo.
19164         (morse-code): Add @.
19166 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19168         * calendar/appt.el (appt-display-format): Change default to
19169         'ignore, for backwards compatibility.
19170         (appt-display-message): If appt-display-format is 'ignore,
19171         respect old vars appt-msg-window and appt-visible.
19172         (appt-activate): Don't depend on return value of cancel-timer.
19174         * calendar/calendar.el (calendar-holidays): Doc fix.
19176         * calendar/cal-coptic.el (coptic-prompt-for-date):
19177         Use assoc-string instead of assoc-ignore-case.
19178         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19179         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19180         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19181         * calendar/cal-islam.el (calendar-goto-islamic-date)
19182         (mark-islamic-diary-entries): Ditto.
19183         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19184         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19185         (calendar-read-mayan-tzolkin-date): Ditto.
19186         * calendar/calendar.el (calendar-read-date): Ditto.
19187         * calendar/diary-lib.el (mark-diary-entries): Ditto.
19189 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19191         * progmodes/executable.el (executable-command-find-posix-p):
19192         Fix choice of the directory.
19194 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
19196         * simple.el (interprogram-cut-function)
19197         (interprogram-paste-function, kill-new, kill-append):
19198         Doc fixes.
19199         (kill-region): Make it return nil.  Doc fix.
19200         (yank-pop): Make its argument optional.
19201         (yank): Make ARG `-' equivalent to `-1'.
19203 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
19205         * mail/rmail.el (rmail-get-new-mail): Don't reference
19206         rmail-use-spam-filter if rmail-spam-filter is not loaded.
19208 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19210         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19211         if one of global-auto-revert-non-file-buffers or autorevert-mode
19212         is non-nil.
19214 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19216         * subr.el (delete-dups): A better implementation from Karl Heuer
19217         <kwzh@gnu.org>.
19219 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
19221         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19222         correct place.
19223         * progmodes/icon.el (icon-indent-command): Ditto.
19224         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19226 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19228         * progmodes/grep.el (grep-compute-defaults): Undo change from
19229         2004-01-29: don't use executable-command-find-posix-p.
19231 2004-02-16  Richard Sharman  <rsharman@pobox.com>
19233         * hilit-chg.el: Use require instead of eval-and-compile.
19234         (highlight-compare-buffers): New function.
19236 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
19238         * man.el (Man-fontify-manpage): Render section headings in
19239         `Man-overstrike-face' even when overstrike was not used by man
19240         formatter for section headings.
19242 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
19244         * rmail-spam-filter.el (vm-use-spam-filter)
19245         (rsf-min-region-length-added-to-spam-list): New variables.
19246         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19247         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
19248         spam testing.  Don't delete spam message if automatic deletion
19249         after output via variable rmail-delete-after-output is turned on.
19250         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19251         rsf-bbdb-dont-create-entries-for-spam.
19252         (check-field): New function, extracted from code in
19253         rmail-spam-filter to ease addition of header fields like content-type.
19254         (message-content-type): New variable to check the content-type:
19255         field added, also in defcustom of rsf-definitions-alist.
19256         (rmail-spam-filter): Replace repeated test code for header fields
19257         by calls to check-field; change the call to
19258         rmail-output-to-rmail-file such that rmail-current-message stays
19259         the same to avoid wrong deletion of unseen flags.
19260         (rsf-add-contents-type): New function to convert old format
19261         of rmail-spam-definitions-alist into new one.
19262         Change prefixes of all variables and functions from
19263         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19265 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19267         * loadhist.el (unload-hook-features-list): New defvar.
19269 2004-02-16  Dave Love  <fx@gnu.org>
19271         * loadhist.el (unload-feature): Doc fix.  Rename flist to
19272         unload-hook-features-list.
19274 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
19276         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19277         cookie.  Don't check if we are looking-at open-formula.
19279 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19281         * subr.el (match-string-no-properties): Use substring-no-properties.
19283 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19285         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19286         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19287         Use lower-case "rx" in all error message.
19289 2004-02-16  Dave Love  <fx@gnu.org>
19291         * emacs-lisp/rx.el (rx-or): Put group around result.
19292         (rx-constituents): Add backref.
19293         (rx-syntax): Add string-delimiter, comment-delimiter.
19294         (rx-categories): Add combining-diacritic.
19295         (rx-check-not, rx-greedy, rx): Doc fix.
19296         (rx-backref, rx-check-backref): New.
19298 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
19300         * newcomment.el (uncomment-region): Allow eob as comment end.
19302 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19304         * filecache.el: All message and error commands now use prefix
19305         "Filecache:" to make it easy to read *Messages* buffer.
19307 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19309         * autorevert.el: Add support to detect changed dired and VC buffers.
19310         (auto-revert-active-p, auto-revert-list-diff)
19311         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19312         (auto-revert-handler, auto-revert-active-p): New functions.
19313         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19314         and `auto-revert-active-p'.
19315         (eval-when-compile): Defvar dired-directory and vc-mode.
19316         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19317         (auto-revert-handler-vc): New functions.
19319 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19321         * progmodes/compile.el (compilation-directory): New defvar.
19322         (compile): Save current directory in compilation-directory.
19323         (recompile): Bind default-directory to compilation-directory if
19324         that is non-nil.
19326 2004-02-16  Dave Love  <fx@gnu.org>
19328         * newcomment.el (comment-insert-comment-function)
19329         (comment-region-function, uncomment-region-function): New.
19330         (comment-indent): Use comment-insert-comment-function.
19331         (uncomment-region): Use uncomment-region-function.
19332         (comment-region): Use comment-region-function.
19334         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19336 2004-02-16  Richard Stallman  <rms@gnu.org>
19338         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19339         loaddefs* and ldefs-boot*.
19341 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19343         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19344         and email address at the beginning and end of the address.
19346         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19347         anchored at the beginning of the email address.
19349 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
19351         * international/ccl.el (ccl-compile-write): Pass `left' to
19352         ccl-embed-code to generate correct code of write-expr-register.
19354 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
19356         * progmodes/grep.el (grep-compute-defaults): Fix typos.
19358 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19360         * x-dnd.el: Mention support for Motif in commentary.
19361         (x-dnd-handle-drag-n-drop-event): Ditto.
19363 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
19365         * ses.el: Use "ses--" prefixes for buffer-local variables.
19366         Use (point-min) instead of 1, even when we know the buffer
19367         is unnarrowed.
19368         (ses-build-load-map): Delete.  Distribute its content to defconsts for
19369         the three maps.
19370         (ses-menu, ses-header-line-menu): New menus.
19371         (ses-mode-map): Use them.
19372         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
19374 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
19376         * Makefile.in: Fix the CC Mode recompile kludge so it works
19377         when building in a different directory.
19379 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
19381         * simple.el (kill-new): Put yank-handler property on the entire string.
19383 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19385         * diff.el: Don't use compile any more, use diff-mode instead.
19386         (diff-regexp-alist, diff-old-file, diff-new-file)
19387         (diff-parse-differences, diff-process-setup): Remove.
19388         (diff-sentinel): New fun.
19389         (diff): Use it.  Run the process ourselves.
19390         Use diff-mode for the rest of the processing.
19392         * diff.el (diff): Simplify code handling `switch'.
19394 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19396         * pcvs-defs.el (cvs-menu): Add `tag'.
19398 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
19400         * simple.el (kill-append): Doc fix.
19402         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19403         Adapt outline-regexp to the new conventions for commenting out code.
19405 2004-02-11  John Paul Wallington  <jpw@gnu.org>
19407         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19409 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19411         * diff.el (diff-switches): New fun.
19412         (diff, diff-backup): Use it.
19413         (diff): Clean up the args construction.  Use backquote.
19414         Use listp instead of consp to avoid putting a nil arg.
19415         (diff): Add a revert-buffer function.
19417 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19419         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19420         handled by x-dnd-handle-file-name.
19421         (x-dnd-known-types): Add COMPOUND_TEXT.
19422         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19423         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19424         x-dnd-empty-state.
19425         (x-dnd-forget-drop): Ditto.
19426         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19427         (x-dnd-handle-one-url): Return private when inserting text.
19428         (x-dnd-insert-ctext): New function.
19429         (x-dnd-handle-file-name): New function for FILE_NAME.
19430         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19431         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19432         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19434 2004-02-10  Kenichi Handa  <handa@m17n.org>
19436         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19437         instead of while loop.
19439 2004-02-10  Miles Bader  <miles@gnu.org>
19441         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19443 2004-02-09  Kenichi Handa  <handa@m17n.org>
19445         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19446         have end-of-line.
19448 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
19450         * Makefile.in: Added extra dependencies in the recompile target
19451         needed to cope with the compile time macro expansions in CC Mode.
19453 2004-02-09  Kim F. Storm  <storm@cua.dk>
19455         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19456         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19457         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19458         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19459         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19460         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19461         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19462         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19463         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19464         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19465         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19467 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19469         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19470         Don't allow shrink if there's a window on our right.
19472         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19473         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19474         Bring together declaration and initialization.
19475         (prolog-mode-variables): Don't set the syntax table.
19476         Don't set paragraph-start and comment-indent-function.
19477         Add /*..*/ to the comment regexps.
19478         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
19479         (prolog-mode-map): Don't bind TAB.
19480         (prolog-mode): Set the syntax table.
19481         (prolog-comment-indent): Remove.
19482         (inferior-prolog-mode-map): Initialize in the declaration.
19483         (inferior-prolog-mode-syntax-table)
19484         (inferior-prolog-mode-abbrev-table): New vars.
19485         (inferior-prolog-mode): Derive from comint-mode.
19486         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19487         minibuffer windows.
19489         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19490         in file names, as long as it is unambiguous.
19492 2004-02-08  Andreas Schwab  <schwab@suse.de>
19494         * textmodes/reftex-toc.el
19495         (reftex-toc-load-all-files-for-promotion): Remove useless use of
19496         format.  Doc fix.
19498         * textmodes/refer.el (refer-find-entry-internal): Remove extra
19499         format string arguments.
19501         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19502         string argument.
19504         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19506         * play/zone.el (zone-call): Fix format string.
19508         * net/webjump.el (webjump-builtin): Add missing format string argument.
19510         * midnight.el (midnight-delay-set): Remove extra format string argument.
19512         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19514         * hexl.el (hexl-insert-char): Add missing format string argument.
19516         * format.el (format-decode): Fix format string.
19518         * emulation/vi.el (vi-mode): Remove extra format string argument.
19519         (vi-repeat-last-search): Likewise.
19520         (vi-reverse-last-search): Likewise.
19521         (vi-goto-mark): Likewise.
19522         (vi-reverse-last-find-char): Likewise.
19523         (vi-repeat-last-find-char): Likewise.
19524         (vi-locate-def): Likewise.
19526         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19528         * ediff-util.el (ediff-toggle-read-only): Remove extra format
19529         string argument.
19530         (ediff-toggle-regexp-match): Likewise.
19532         * dired-aux.el (dired-do-query-replace-regexp): Add missing
19533         format string argument.
19535         * calc/calc-map.el (calc-get-operator): Remove extra format
19536         string argument.
19538         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19540         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19541         string argument.
19543         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19545         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19547         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19549         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19550         (cl-struct-setf-expander): Likewise.
19552         * vc.el (with-vc-file): Fix unsafe uses of error.
19553         (vc-cancel-version): Likewise.
19555 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
19557         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19558         thousands separator; fixes <class>:<line-number> regexp for
19559         non-english locales.
19561 2004-02-08  Andreas Schwab  <schwab@suse.de>
19563         * view.el (view-mode-enable): Revert previous change.
19565 2004-02-07  Kim F. Storm  <storm@cua.dk>
19567         * simple.el (line-number-at-pos): Rename from line-at-pos.
19568         Uses changed (what-line and vc-annotate-warp-version).
19570 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19572         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19573         (diff-mode): Remove aborted attempt at support for compile.el.
19574         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19576 2004-02-06  Andreas Schwab  <schwab@suse.de>
19578         * view.el (view-mode-enable): Add view-mode-map to
19579         minor-mode-overriding-map-alist.
19581 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19583         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19585 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19587         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19588         with point inside rather than after the paragraph.
19590 2004-02-04  Sam Steingold  <sds@gnu.org>
19592         * mail/smtpmail.el (smtpmail-try-auth-methods):
19593         Do not try authentication when no mechanism is available.
19594         Pass port-name as defaultport to `netrc-machine'.
19596 2004-02-04  Stephen Eglen  <stephen@gnu.org>
19598         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19599         to show how minibuffer height can be constrained.
19601 2004-02-04  John Paul Wallington  <jpw@gnu.org>
19603         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19605 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19607         * x-dnd.el: New file for drag and drop.
19609         * term/x-win.el: require x-dnd, set after-make-frame-functions
19610         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19611         drag-n-drop event.
19613         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19614         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19615         (dired-dnd-handle-file): New functions for drag and drop support.
19616         (dired-mode): Initialize drag and drop if x-dnd present.
19618 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19620         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19621         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19622         (cperl-mode): Set fill-paragraph-function.
19623         (cperl-fill-paragraph): Make it non-interactive.
19625 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
19627         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19629 2004-02-02  David Kastrup  <dak@gnu.org>
19631         * replace.el (perform-replace): Allow 'literal argument in
19632         regexp-flag to indicate literal replacement.
19633         (query-replace-regexp-eval): Use it.
19635 2004-02-01  Andreas Schwab  <schwab@suse.de>
19637         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19639 2004-02-01  Stephen Eglen  <stephen@gnu.org>
19641         * info-look.el: Add support for maxima-mode.  Update commentary
19642         because info-lookup-symbol is now bound to C-h S.
19644 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
19646         * simple.el (edit-and-eval-command): Bind print-level and
19647         minibuffer-history-sexp-flag around call to read-from-minibuffer.
19648         Correct initial position in command-history.
19650 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
19652         * files.el (read-directory-name): Adapt the docstring to recent
19653         change in Fread_file_name.
19655 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
19657         * ses.el (ses-print-cell): If print format too wide for column
19658         width, truncate decimal places if that helps to avoid "#####" fill.
19659         * ses.el (ses-initial-column-width): Revert previous change.
19661 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19663         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19664         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19665         Add edebug info.
19666         (jit-lock-mode): Setup/cancel the new timer.
19667         (jit-lock-context-fontify): New fun.  Extracted from
19668         context fontification code of jit-lock-stealth-fontify.
19669         (jit-lock-stealth-fontify): Don't do context fontification any more.
19671         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19672         (jit-lock-fontify-now): Handle the `quit' case.
19673         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19675 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
19677         * progmodes/executable.el (executable-command-find-posix-p):
19678         New.  Check if find handles arguments Posix-style.
19680         * progmodes/grep.el (grep-compute-defaults):
19681         Use executable-command-find-posix-p.
19682         (grep-find): Check `grep-find-command'.
19684         * filecache.el (file-cache-find-posix-p): Delete.
19685         (file-cache-add-directory-using-find):
19686         Use `executable-command-find-posix-p'.
19688 2004-01-29  Dave Love  <fx@gnu.org>
19690         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19691         Iterate the hook function if arg is given.
19692         (mark-defun, narrow-to-defun): Change order of finding the limits.
19694         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19695         (byte-compile-format-warn): New.
19696         (byte-compile-callargs-warn): Use it.
19697         (Format, message, error): Add byte-compile-format-like property.
19698         (byte-compile-maybe-guarded): New.
19699         (byte-compile-if, byte-compile-cond): Use it.
19700         (byte-compile-lambda): Compile interactive forms,
19701         just to make warnings about them.
19703 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
19705         * ses.el (ses-initial-column-width): Increase to 14, so it will
19706         work well with the default printer of "%.7g" for extreme values
19707         like "-1.234567e+07".
19709 2004-01-29  Kenichi Handa  <handa@m17n.org>
19711         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19713 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
19715         * dos-w32.el: Added support for the `default-printer-name' function.
19717 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19719         * server.el (server-socket-name): Don't use the hostname in the
19720         socket name since /tmp is local to the host anyway.
19722         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19723         robust check of widening and fix var-naming.
19725 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
19727         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19728         or rmail-spam- to rsf- in all function and variable names.
19729         (rsf-min-region-to-spam-list): New variable.
19730         (rsf-bbdb-auto-delete-spam-entries): Rename from
19731         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
19732         scanned together with the recipients field for spam testing; Don't
19733         delete spam message if rmail-delete-after-output is non-nil;
19734         (rsf-check-field): New function, extracted from code in
19735         rmail-spam-filter to ease addition of header fields like
19736         content-type:;
19737         (message-content-type): New variable.  The content-type: field was
19738         added also in defcustom of rsf-definitions-alist;
19739         (rmail-spam-filter): Replace repeated test code for header fields
19740         by calls to check-field; change the call to
19741         rmail-output-to-rmail-file such that rmail-current-message stays
19742         the same to avoid wrong deletion of unseen flags.
19743         (rmail-use-spam-filter): Add autoload cookie.
19745 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
19747         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
19748         (file-cache-add-directory-using-find): Add Cygwin support.
19749         (file-cache-find-command-posix-flag): New user variable.
19751         * filecache.el (file-cache-add-directory): Check for
19752         directories an remove them from dir-files.
19754 2004-01-27  Richard M. Stallman  <rms@gnu.org>
19756         * man.el (Man-fontify-manpage): Clean up message.
19758 2004-01-27  Kenichi Handa  <handa@m17n.org>
19760         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19761         (sentence-end): Define using sentence-end-without-space.
19763         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19764         a sentence ends with one of a character in sentence-end-without-space.
19766 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19768         * font-lock.el (font-lock): Add jit-lock as explicit group member.
19769         (jit-lock): Group declaration moved to jit-lock.el.
19770         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19771         when necessary.
19773         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19774         (jit-lock-context-unfontify-pos): Rename from
19775         jit-lock-first-unfontify-pos.
19776         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19778 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
19780         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19781         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19782         (fortran-fill): When filling a string, adjust re-search-backward
19783         argument for special case of string just on fill-column.
19784         When filling non-string, allow one extra char if
19785         fortran-break-before-delimiters is non-nil.
19786         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19787         Use fortran-break-delimiters-re and fortran-no-break-re to
19788         correctly handle cases such as "**".
19790         * progmodes/f90.el (f90-break-delimiters): Doc fix.
19791         (f90-no-break-re): Add some extra tokens.  Doc fix.
19793 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
19795         * mail/rmail-spam-filter.el:
19796         Use two semicolons as Commentary line prefix.
19797         Add ";;; Code:" stylized comment.
19798         Delete end-of-line whitespace.
19799         Wrap (require 'cl) with `eval-when-compile'.
19801 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
19803         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19804         at the top level of vc.el.
19806 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
19808         * vc.el (vc-current-line): Function removed.  This is now done by
19809         the new function line-at-pos in simple.el.
19810         (vc-annotate-warp-version): Use line-at-pos instead of
19811         vc-current-line.
19813 2004-01-22  Kim F. Storm  <storm@cua.dk>
19815         * simple.el (line-at-pos): New defun.
19816         (what-line): Use it.  Optimize by only counting lines in narrowed
19817         region once.
19819 2004-01-22  Kenichi Handa  <handa@m17n.org>
19821         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19822         point (register r1) only for charset mule-unicode-0100-24ff.
19824 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19826         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19827         trailing white space and ensure a final newline.
19829         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19830         Add autoload cookie.
19832 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
19834         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19835         activate view-mode explicitly.
19837 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19839         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19840         menu-bar-enable-clipboard and make Paste use clipboard first.
19842 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19844         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
19845         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19846         (vc-mcvs-cvs): Remove.
19847         (vc-mcvs-command): Remove use of assert.
19849         * outline.el (outline-insert-heading): Tighten up match.
19850         (outline-demote, outline-move-subtree-down): Don't assume anything
19851         about outline-regexp.
19853         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19854         (texinfo-show-structure): Explicitly add ^, and simplify.
19856 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
19858         * calendar/appt.el (appt-check): Restore usage of
19859         appt-issue-message deleted in previous change.
19860         (top-level): Activate package when loaded (needed for backwards
19861         compatibility).
19863 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19865         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19866         following previous change to smtpmail-send-data.
19868 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
19870         * vc.el (vc-default-previous-version): Doc enhancement.
19871         (vc-default-next-version): New function.
19872         (vc-print-log): New arg FOCUS-REV.
19873         (vc-annotate-mode): Derive from view-mode.
19874         (vc-annotate): New args REVISION, DISPLAY-MODE.
19875         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19876         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19877         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19878         (vc-annotate-show-diff-revision-at-line, vc-current-line)
19879         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19881         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19883 2004-01-19  Karl Berry  <karl@gnu.org>
19885         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19886         or "TexInfo".
19888 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
19890         * subr.el (delete-dups): New function.
19892 2004-01-19  Karl Berry  <karl@gnu.org>
19894         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19895         with ^, since that's what texinfo-show-structure
19896         documentation says (plus it works much better in texinfo.txi).
19898 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
19900         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19902 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
19904         * progmodes/which-func.el (which-function-mode): Don't cancel
19905         which-func-update-timer if not set.
19907 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
19909         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19910         Remove spurious left square bracket in XX:XXam regexp.
19912 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19914         * progmodes/cc-defs.el: Do not require cl at run time.
19916 2004-01-16  Richard M. Stallman  <rms@gnu.org>
19918         * emacs-lisp/cl.el (cl-cannot-unload): New function.
19919         (cl-unload-hook): Defvar this to run cl-cannot-unload.
19921         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19922         Call rmail-spam-filter.  Delete and expunge spam.
19923         Print number of spam messages deleted.
19924         Save and restore the deletion status of old messages when reading
19925         new mail with spam filter, so that expunging spam does not expunge
19926         msgs deleted by the user.
19927         (rmail-only-expunge): Add an optional argument dont-show to
19928         prevent showing message after expunge.
19930 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
19932         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19933         * subr.el (declare): New macro.
19935 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
19937         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19939 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19941         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19942         Test window-system rather than system-type (for X11/Mac).
19944 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
19946         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19948 2004-01-12  Richard M. Stallman  <rms@gnu.org>
19950         * mail/rmail.el (rmail-convert-to-babyl-format):
19951         Use mail-unquote-printable-region.
19952         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19953         (rmail-hex-char-to-integer): Functions deleted.
19955         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19956         (mail-unquote-printable-region): New arg NOERROR.
19957         For invalid encoding, either signal an error to just return nil.
19959 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19961         * calendar/appt.el: Update copyright and commentary.
19962         (appt-issue-message): Make obsolete.
19963         (appt-visible, appt-msg-window): Make obsolete, in favor of
19964         appt-display-format.
19965         (appt-display-mode-line, appt-display-duration)
19966         (appt-display-diary, appt-time-msg-list, appt-mode-string)
19967         (appt-prev-comp-time, appt-display-count, appt-timer)
19968         (appt-convert-time): Doc change.
19969         (appt-disp-window-function, appt-delete-window-function):
19970         Use defcustom rather than defvar.
19971         (appt-display-format): New variable.
19972         (appt-display-message): New function with display code from appt-check.
19973         (appt-check): Add optional FORCE argument.  Doc change.
19974         Add appt-make-list to diary-hook if displaying diary.
19975         Remove checking of view-diary-entries-initially.
19976         Message display section removed to new function appt-display-message.
19977         (appt-display-window): Doc change.  Remove unused internal var
19978         this-buffer.  Do not beep, since appt-display-message does that.
19979         (appt-make-list): Doc change.  Use caar.
19980         (appt-sort-list): Simplify by using builtin sort function.
19981         (appt-update-list): New function for updating appts when diary is
19982         saved.
19983         (appt-activate): New autoloaded function to toggle package
19984         functionality.
19986         * calendar/cal-x.el: (calendar-one-frame-setup)
19987         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19989         * calendar/calendar.el: Update copyright.
19990         (view-diary-entries-initially, european-calendar-style): Doc change.
19991         (calendar-setup): Make defcustom rather than defvar.
19992         (mark-visible-calendar-date): Initialize temp-face and faceinfo
19993         in let binding so local to function.
19995         * calendar/diary-lib.el: Update copyright.
19996         (diary, diary-entry-time): Doc change.
19997         (list-diary-entries): Doc change.  Trivial logic change.
19998         (fancy-diary-display): Restore make-face command mistakenly
19999         deleted 2003-05-08.
20000         (show-all-diary-entries): Allow to pop-up frame if needed.
20002 2004-01-09  John Paul Wallington  <jpw@gnu.org>
20004         * bindings.el (mode-line-change-eol): Add EVENT parameter.
20005         Temporarily select EVENT's window for changing eol type.
20007 2004-01-09  Deepak Goel  <deego@gnufans.org>
20009         * calendar/diary-lib.el (diary-entry-time):
20010         Also accept time in the form XX[.XX][am/pm/AM/PM].
20011         (fancy-diary-font-lock-keywords): Likewise.
20012         (diary-font-lock-keywords): Likewise.
20013         * calendar/appt.el (appt-add): Likewise.
20014         (appt-make-list): Likewise.
20015         (appt-convert-time): Likewise.
20017 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
20019         * gdb-ui.el (gdb-ann3): Revert previous change.
20020         (gdb-source-info): Allow for case of where compilation directory
20021         is not recorded.
20023 2004-01-08  John Paul Wallington  <jpw@gnu.org>
20025         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20027 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
20029         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20031         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20032         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20033         problems.
20034         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20036 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
20038         * files.el (write-file-functions, write-contents-functions):
20039         Clarify docstrings.
20041 2004-01-07  Kenichi Handa  <handa@m17n.org>
20043         * international/mule.el (set-auto-coding): Fix for the case that
20044         end-of-line is only CR.
20046 2004-01-07  Kim F. Storm  <storm@cua.dk>
20048         * subr.el (event-start, event-end): Doc fix.
20049         (posn-string, posn-image): New defuns.
20050         (posn-object): Return either image or string object.
20051         (posn-object-x-y): Return 8th element of position.
20052         (posn-object-width-height): New defun.
20054 2004-01-06  Andreas Schwab  <schwab@suse.de>
20056         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20057         output.
20059 2004-01-05  Karl Berry  <karl@gnu.org>
20061         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20062         / and *, too.
20064 2003-12-31  Simon Josefsson  <jas@extundo.com>
20066         * files.el (before-save-hook): Add.
20067         (basic-save-buffer): Use before-save-hook.
20069         * emacs-lisp/copyright.el: Fix comment to recommend
20070         before-save-hook instead of write-file-functions.
20072 2004-01-05  Richard M. Stallman  <rms@gnu.org>
20074         * finder.el (finder-commentary): Call delete-other-windows.
20076         * net/ange-ftp.el (ange-ftp-file-attributes):
20077         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20079 2004-01-04  Karl Berry  <karl@gnu.org>
20081         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20082         comment characters % and # in the copyright year notice,
20083         as well as ;.
20085 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
20087         * wid-edit.el (default): Define dummy :value-delete.
20088         Reported by Jesper Harder <harder@ifa.au.dk>.
20090 2004-01-03  Richard M. Stallman  <rms@gnu.org>
20092         * progmodes/compile.el (compile-internal): Use point, not point-min,
20093         for set-window-point.
20095         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20097         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20099         * progmodes/grep.el (grep-mode-map):
20100         Don't remap next-line, previous-line.
20102 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
20104         * speedbar.el (speedbar-edit-line): Change regexp to position
20105         the cursor on the first character of this line's button.
20107 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20109         * subr.el (functionp): Doc fix.
20111 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20113         * progmodes/idlwave.el (idlwave-make-tags):
20114         * textmodes/flyspell.el (flyspell-large-region):.
20115         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20116         * emulation/viper-util.el (viper-glob-unix-files):
20117         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20118         * man.el (Man-init-defvars):
20119         * jka-compr.el (jka-compr-call-process):
20120         * files.el (get-free-disk-space,insert-directory):
20121         * ediff-ptch.el (ediff-test-patch-utility):
20122         * ediff-diff.el (ediff-test-utility):
20123         * dired-aux.el (dired-check-process):
20124         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20125         test the return value of call-process, because it can be a string.
20127 2003-12-31  John Paul Wallington  <jpw@gnu.org>
20129         * bindings.el (completion-ignored-extensions): Add .pfsl.
20131 2003-12-31  Kim F. Storm  <storm@cua.dk>
20133         * ido.el (ido-nonreadable-directory-p): New defun to check for
20134         nonreadable directory without activating tramp (to avoid problems
20135         with checking incomplete tramp paths).
20136         (ido-set-current-directory, ido-file-internal)
20137         (ido-file-name-all-completions1): Use it.
20139 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
20141         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20142         documentation if the anchor (or node) name is preceded by `info
20143         anchor' or `Info anchor' in addition to earlier `info node' and
20144         `Info node'.
20145         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20147 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20149         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20150         error in arguments to base64-decode-region.  Remove ^M characters
20151         after decoding base64.
20153 2003-12-30  Simon Josefsson  <jas@extundo.com>
20155         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
20156         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20157         have only been distributed with Emacs for some years.
20158         (texinfo-mode-hook): Customize.
20160 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20162         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20163         cleaner (suggested by Richard Stallman).
20165         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20166         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20167         file-name clashes on 8+3 DOS filesystems.
20169         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20170         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20171         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20172         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20173         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20174         file-name clashes on 8+3 filesystems.
20176         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20177         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20178         file-name clashes on 8+3 DOS filesystems.
20180 2003-12-29  Richard M. Stallman  <rms@gnu.org>
20182         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20183         Upcase the character.
20185         * textmodes/flyspell.el (mail-mode-flyspell-verify):
20186         Search for header separator alone on a line, literally,
20187         and search for it backward, not forward.
20188         (flyspell-abbrev-table): Always use global-abbrev-table
20189         if there is no local one.
20191         * progmodes/sh-script.el (sh-get-indent-info):
20192         Don't move point back if at bob.
20194         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20196         * play/handwrite.el (handwrite): Make the handwrite credit message
20197         a comment rather than an output command.
20199         * obsolete/sc.el: Display message that this file is obsolete.
20201         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20203         * mail/rfc822.el (rfc822-address-start): Declare variable.
20204         Renamed from address-start.  All uses changed.
20206         * term.el (term-exec): Set up sentinel.
20207         (term-sentinel): New function.
20208         (term-handle-exit): New function.
20210         * subr.el (assoc-ignore-case, assoc-ignore-representation):
20211         Use assoc-string, and mark them obsolete.
20212         (delay-mode-hooks): Mark as permanent local.
20214         * simple.el (sendmail-user-agent-compose): Use assoc-string.
20216         * register.el (copy-rectangle-to-register): Doc fix.
20218         * info.el (Info-insert-dir): Use assoc-string.
20220         * info-look.el (info-lookup): Use assoc-string.
20222         * frame.el (pop-up-frame-function): Use quote, not `function'.
20223         (frame-notice-user-settings): Calculate ADJUSTED-TOP
20224         copying with lists as coordinate values.
20226         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20228         * find-dired.el (kill-find): New command.
20229         (find-dired): Make buffer read-only.
20230         Set up a keymap with C-c C-k running kill-find.
20231         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20233         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20235         * filecache.el (file-cache-ignore-case): New variable.
20236         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
20238         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20239         (comint-dynamic-complete-as-filename): Rename local vars.
20240         (comint-dynamic-list-filename-completions): Likewise.
20242         * comint.el (comint-dynamic-list-completions-config): New var.
20243         (comint-dynamic-list-completions): Handle both SPC and TAB right.
20245         * comint.el (comint-file-name-chars): Add [].
20246         (comint-word): Use skip-chars-backward, not search.
20248         * shell.el (shell-file-name-chars): Add [].
20250         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20252         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20254         * generic.el (define-generic-mode): Doc fix.
20256 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20258         * files.el (kill-some-buffers): Doc fix.
20260 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
20262         * comint.el (comint-watch-for-password-prompt): Pass `string' as
20263         arg to send-invisible
20264         (send-invisible): Doc fix.  The argument is now a prompt, not the
20265         string to send.
20266         (comint-read-noecho): Doc fix.
20268 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
20270         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20271         "@", as required by some ISP hosting service.  Fix defcustom
20272         argument syntax errors that prevented use of customization.
20274 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20276         * xml.el (xml-get-attribute-or-nil): Doc fix.
20278 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
20280         * net/zone-mode.el (zone-mode): Use write-file-functions, not
20281         write-file-hooks.
20283 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20285         * autorevert.el (auto-revert-interval): Doc fix.
20287 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
20289         * xml.el (xml-get-attribute-or-nil): New function, like
20290         xml-get-attribute, but returns nil if the attribute was not found.
20291         (xml-get-attribute): Convert to defsubst, uses
20292         xml-get-attribute-or-nil.
20294 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20296         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20298 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
20300         * custom.el (custom-declare-theme): Use `value' when putting
20301         properties on `theme'.
20303 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
20305         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20306         for each yank-handler segment.
20307         (insert-for-yank-1): New function, with the body of the previous
20308         insert-for-yank.
20310         * textmodes/table.el (table-yank-handler): New defcustom.
20311         (table--put-cell-indicator-property): Put yank-handler property
20312         that indicates the yank handler for the table cell.
20314 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20316         * generic-x.el (etc-modules-conf-generic-mode): A more complete
20317         set of keywords.
20319 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20321         * international/mule-cmds.el (reset-language-environment)
20322         (set-language-environment): Don't invoke fontset-related functions
20323         if fontset-list is not fboundp.
20325 2003-12-29  Kenichi Handa  <handa@m17n.org>
20327         * international/mule-cmds.el (reset-language-environment):
20328         Call set-overriding-fontspec-internal with nil.
20329         (set-language-environment): Call set-overriding-fontspec-internal
20330         if the language environment specify `overriding-fontspec'.
20331         (language-info-alist): Doc added.
20333         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20334         characters of mule-unicode-0100-24ff.
20335         (ccl-encode-windows-1251-font): New CCL program.
20336         ("Bulgarian"): Specify overriding-fontspec.
20337         ("Belarusian"): Likewise.
20339 2003-12-28  Sam Steingold  <sds@gnu.org>
20341         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20342         parameter ID-FORMAT to conform with the 2003-11-30 patch.
20344 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
20346         * progmodes/gud.el (gud-gdb-command-name): Set default to
20347         "gdb --annotate=3".
20348         (gud-gdb-marker-filter): Look out for annotations.
20349         (gdb-first-pre-prompt): New variable.
20350         Remove trailing white space.
20352         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20353         if necessary.
20354         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
20355         annotations are detected.
20356         (gud-gdba-marker-filter): Use global variable gud-marker-acc
20357         instead of a local one to allow transition from
20358         gud-gdb-marker-filter.
20359         Remove trailing white space.
20361 2003-12-27  Kim F. Storm  <storm@cua.dk>
20363         * ido.el: Handle non-readable directories.
20364         (ido-decorations): Add 9th element for non-readable directory.
20365         (ido-directory-nonreadable): New dynamic var.
20366         (ido-set-current-directory): Set it.
20367         (ido-read-buffer, ido-file-internal):
20368         (ido-read-file-name, ido-read-directory-name): Let-bind it.
20369         (ido-file-name-all-completions1): Return empty list for
20370         non-readable directory.
20371         (ido-exhibit): Print [Not readable] if directory is not readable.
20372         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20373         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20374         Use it.
20376 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
20378         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20379         calls to directory-files-and-attributes and file-attributes.
20380         (ls-lisp-format): Remove system dependent handling of user and
20381         group id's.
20383 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
20385         * ffap.el (ffap-read-file-or-url): Revert previous change.
20387 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
20389         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20390         new list of included files called `files-with-node-lines', that
20391         only have node lines.  This way @include commands can include any
20392         file, such as version and update files without node lines, not
20393         just files that are chapters.
20395 2003-12-25  Andreas Schwab  <schwab@suse.de>
20397         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20398         file not found.
20400 2003-12-08  Miles Bader  <miles@gnu.org>
20402         * dired.el (dired-between-files): Always use dired-move-to-filename,
20403         which is more robust in non-english locales.
20405 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20407         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20409 2003-12-24  Andreas Schwab  <schwab@suse.de>
20411         * shell.el (shell-file-name-quote-list): Add backslash.
20413         * comint.el (comint-quote-filename): Correctly handle backslash
20414         in comint-file-name-quote-list.
20416 2003-12-24  Kenichi Handa  <handa@m17n.org>
20418         * international/mule-cmds.el (set-default-coding-systems):
20419         Call ucs-set-table-for-input for all buffers that don't have local
20420         value of buffer-file-coding-system.
20422         * international/ucs-tables.el (ucs-set-table-for-input):
20423         If translation-table-for-encode is a symbol, get its
20424         translation-table property.
20426 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
20428         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20429         to `completing-read' on a recently fixed bug.
20431         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20432         instead of SPACE, to get the list of possible fringe modes.
20433         SPACE only works if both `partial-completion-mode' and
20434         `completion-auto-help' are nil.
20436         * complete.el (PC-is-complete-p): Delete.
20437         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20438         calls to `test-completion'.
20440 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
20442         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20443         to edit values when there are no children.
20445         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20446         a mode called "Assembler" already exists.
20447         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20448         (gud-watch): Use format option.  Remove font properties from string.
20449         (gdb-var-create-handler, gdb-var-list-children-handler):
20450         Don't bother about properties as there are none.
20451         (gdb-var-create-handler, gdb-var-list-children-handler)
20452         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20453         with two arguments.
20454         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20455         Let speedbar show value changes with a different font.
20456         (gdb-edit-value): New defun.
20457         (gdb-clear-partial-output, gdb-clear-inferior-io)
20458         (def-gdb-auto-update-handler): Use erase-buffer.
20459         (gdb-frame-handler): Display watch expressions in
20460         FUNCTION::VARIABLE format if required.
20462 2003-12-23  John Paul Wallington  <jpw@gnu.org>
20464         * info.el (Info-unescape-quotes, Info-split-parameter-string)
20465         (Info-goto-emacs-command-node): Doc fixes.
20467 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
20469         * cus-edit.el (custom-add-parent-links): Define "many".
20471 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
20473         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20474         (widget-child-validate, widget-type-value-create)
20475         (widget-type-default-get, widget-type-match): New functions.
20476         (lazy): New widget.
20477         (menu-choice, checklist, radio-button-choice, editable-list)
20478         (group, documentation-string): Remove redundant (per 2003-10-25
20479         change) calls to `widget-children-value-delete'.
20480         (widget-choice-value-get, widget-choice-value-inline): Remove.
20481         (menu-choice): Update widget.
20483 2003-12-03  Kenichi Handa  <handa@m17n.org>
20485         * language/cyrillic.el: Register "microsoft-cp1251" in
20486         ctext-non-standard-encodings-alist.
20487         ("Bulgarian"): Add ctext-non-standard-encodings.
20488         ("Belarusian"): Likewise.
20490         * international/mule-conf.el (compound-text-with-extensions):
20491         Change the type to 2 (iso-2022 base).
20493         * international/mule.el (ctext-non-standard-encodings-alist):
20494         Change the format.
20495         (ctext-non-standard-encodings): New variable.
20496         (ctext-post-read-conversion): Fully re-written.
20497         (ctext-non-standard-designations-alist): Delete it.
20498         (ctext-non-standard-encodings-table): New function.
20499         (ctext-pre-write-conversion): Fully re-written.
20501 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
20503         * cus-edit.el (custom-add-parent-links): Add documentation links
20504         for parent, if the item has none of its own.
20506 2003-11-30  Richard M. Stallman  <rms@gnu.org>
20508         * dired-aux.el (dired-do-query-replace-regexp):
20509         Report files visited read-only.
20511 2003-11-30  Juri Linkov  <juri@jurta.org>
20513         * dired-aux.el (dired-compare-directories): New command.
20514         (dired-file-set-difference, dired-files-attributes): New functions.
20516 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
20517         Version 2.0.38 of Tramp released.
20519         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
20520         Charles Curley <charlescurley@charlescurley.com>.
20521         (tramp-multi-connection-function-alist): Add ssht entry which adds
20522         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
20523         Aichner.
20524         (tramp-get-method-parameter): New function to retrieve a method
20525         parameter.  This allows for omission of method parameters.
20526         Callers adjusted.
20528 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
20530         * net/tramp.el: Add new optional parameter ID-FORMAT to
20531         `file-attributes'.  Calls of `file-attributes' won't use this
20532         parameter for backward compatibility reasons.
20533         (tramp-perl-file-attributes): Add a new parameter to Perl script
20534         in order to handle uid/gid as strings, if desired.
20535         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20536         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20537         order to make the function more general.
20538         (tramp-handle-file-attributes): Replace proprietary optional
20539         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20540         (tramp-handle-file-attributes-with-perl): Handle parameter
20541         NONNUMERIC if set.  This wasn't done in the past.
20542         (tramp-post-connection): Apply second parameter "$2" if
20543         `tramp-remote-perl' is called.
20545         * net/tramp-smb.el (tramp-smb-handle-delete-file):
20546         Correct cut'n'waste error (`filename' instead of `directory').
20547         (tramp-smb-handle-directory-files-and-attributes)
20548         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20549         introduced parameter ID-FORMAT.
20550         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20551         error (`directory' instead of `ldir').
20553         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20554         `file-attributes' has a second parameter.  If yes, apply it with
20555         value "'integer".  Otherwise, don't use that parameter (default is
20556         integer format).
20558 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
20560         * help.el (help-map): Bind `display-local-help' to `C-h .'.
20561         (help-for-help): Add `C-h .' to the listed Help options.
20562         Remove trailing whitespace.
20564         * help-at-pt.el: New file.
20566 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
20568         * subr.el (noreturn, 1value): New macros for test coverage.
20569         See `testcover.el'.
20571         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20573         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20574         for macro `1value'.
20575         (testcover-1value): New function.  Checks that a 1value form
20576         actually returns only one value.  Requested by RMS.
20578 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
20580         * gdb-ui.el (gud-watch, gdb-var-create-handler)
20581         (gdb-var-list-children, gdb-var-list-children-handler)
20582         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20583         gdb commands that use mi to keep them out of the command history.
20585 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20587         * cus-start.el (all): Add use-file-dialog.
20589 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20591         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20593 2003-11-27  Kim F. Storm  <storm@cua.dk>
20595         * subr.el (posn-object-x-y): New defun.
20597 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20599         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20600         Don't use `space' for \\\n.
20601         Be more selective as to which # are comment-starters.
20603 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
20605         * subr.el (number-sequence): Improve handling of floating point
20606         arguments (suggested by Kim Storm).  Allow negative arguments.
20608 2003-11-26  Kenichi Handa  <handa@m17n.org>
20610         * international/mule-cmds.el (standard-display-european-internal):
20611         Cancel the standard-display-table setting for ` and '.
20613 2003-11-26  Kim F. Storm  <storm@cua.dk>
20615         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20616         New defcustoms to add ffap-like functionality to ido.
20617         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
20618         (ido-no-final-slash): New defun.
20619         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20620         (ido-read-file-name): ): Toggle VC checking via
20621         vc-handled-backends instead of vc-master-templates.
20622         (ido-file-internal): Handle ido-use-url-at-point and
20623         ido-use-filename-at-point via code borrowed from ffap-guesser.
20624         Handle new ido-exit code ffap.
20625         (ido-sort-list): Ignore final slash when sorting file names.
20627 2003-11-25  Kim F. Storm  <storm@cua.dk>
20629         * emulation/cua-base.el (cua--standard-movement-commands):
20630         Add forward-sentence and backward-sentence.
20632 2003-11-25  Stephen Eglen  <stephen@gnu.org>
20634         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20635         iswitchb-exit is set to 'usefirst when user selects buffer at head
20636         of list using RET.  (Selecting buffers at the head of the list was
20637         broken if the substring was also a complete buffername.)
20639 2003-11-23  Kim F. Storm  <storm@cua.dk>
20641         * progmodes/compile.el (grep-command, grep-use-null-device)
20642         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20643         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20644         (grep-regexp-alist, grep-program, find-program)
20645         (grep-find-use-xargs, grep-history, grep-find-history)
20646         (grep-process-setup, grep-compute-defaults)
20647         (grep-default-command, grep, grep-tag-default, grep-find)
20648         (grep-expand-command-macros, grep-tree-last-regexp)
20649         (grep-tree-last-files, grep-tree): Move grep variables, functions
20650         and commands to new file grep.el.
20651         (compilation-mode-map): Remove grep commands from Compile sub-menu.
20652         (compilation-process-setup-function): Doc fix.
20653         (compilation-highlight-regexp, compilation-highlight-overlay): New
20654         defvars used for highlighting current compile error in source buffer.
20655         (compile-internal): New optional args HIGHLIGHT-REGEXP and
20656         LOCAL-MAP which overrides compilation-highlight-regexp and
20657         compilation-mode-map for this compilation.
20658         Delay calling compilation-set-window-height until after running
20659         compilation-process-setup-function so it can buffer-local override
20660         compilation-window-height.
20661         Check buffer-local value of compilation-scroll-output.
20662         (compilation-set-window-height): Use buffer-local value of
20663         compilation-window-height.
20664         (compilation-revert-buffer): Don't pass (undefined)
20665         preserve-modes arg to revert-buffer.
20666         (next-error-no-select, previous-error-no-select): New commands.
20667         (compilation-goto-locus): Temporarily highlight current match in
20668         source buffer using compilation-highlight-regexp.
20670         * progmodes/grep.el: New file with grep code from compile.el.
20671         (grep): New defcustom group.
20672         (grep-window-height): New defcustom, like compilation-window-height.
20673         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20674         (grep-scroll-output): New defcustom, like compilation-scroll-output.
20675         (grep-command, grep-use-null-device, grep-find-command)
20676         (grep-tree-files-aliases, grep-tree-ignore-case)
20677         (grep-tree-ignore-CVS-directories): Move to grep custom group.
20678         (grep-setup-hook): New hook variable.
20679         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
20680         (grep-last-buffer): New defvar, override compilation-last-buffer.
20681         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
20682         Call compile-internal with args highlight-regexp and grep-mode-map.
20684 2003-11-23  Kim F. Storm  <storm@cua.dk>
20686         * subr.el (event-start, event-end): Doc fix.
20687         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20688         (posn-area, posn-actual-col-row, posn-object): New defuns.
20689         (posn-col-row): Simplify doc.  Rewrite to use cond.
20690         (posn-point): Also return buffer position for events outside text
20691         area (that info is now present in the event position).
20693         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20694         mouse-set-point so that hscroll still works now that clicks on
20695         fringes generate specific mouse events.
20696         (mouse-set-point): Note that it now works in fringes and margins
20697         too due to new semantics of posn-point in fringes and margins.
20699         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20700         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20702 2003-11-20  Kim F. Storm  <storm@cua.dk>
20704         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20705         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20706         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20707         to 100 for icons to avoid increasing line height when shown.
20709 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20711         * newcomment.el (comment-normalize-vars): Initialize properly if
20712         comment-start was nil.
20714 2003-11-19  Andreas Schwab  <schwab@suse.de>
20716         * simple.el (set-variable): Fix indentation.
20718 2003-11-17  Kenichi Handa  <handa@m17n.org>
20720         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20721         Fix docstring.
20723 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20725         * international/latin1-disp.el (latin1-display): Fix docstring.
20727 2003-11-16  John Wiegley  <johnw@newartisans.com>
20729         * eshell/em-ls.el (eshell-ls-file): There are times with
20730         size-width is nil and uncomputed (when directories are created in
20731         dired, for example); in this case, 4 is reasonable default value,
20732         although it may caused skewed new entries (which could be avoided
20733         by returning the original value of 8 in all cases, but 99% of the
20734         time this is a waste of whitespace).
20736 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20738         * cc-engine.el (c-guess-continued-construct)
20739         (c-guess-basic-syntax): Check a little more carefully if it's a
20740         function declaration when an unknown construct followed by a block
20741         is found inside a statement context.  This avoids macros followed
20742         by blocks to be taken as function declarations.
20744         (c-guess-continued-construct): Change the analysis of a statement
20745         continuation with a brace open to `substatement-block', for
20746         consistency with recognized statements.
20748         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20749         start is in a position so that `c-beginning-of-statement-1' jumped
20750         to the beginning of the same statement.
20752         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20753         Don't accept binary operators in the arglist if we're in a function
20754         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
20755         template recognition in cases like "if (a < b || c > d)".
20757         (c-restricted-<>-arglists): New more appropriate name for
20758         `c-disallow-comma-in-<>-arglists'.
20760         Accessing functions updated for the variable name change.
20762         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20763         match data could get clobbered if NOT-INSIDE-TOKEN is used.
20765         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20766         labels.
20768         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20769         instead of duplicating parts of it.  This fixes bogus label
20770         recognition.
20772         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20773         of checking the context in which to apply the minimum indentation,
20774         so that it isn't enforced in e.g. namespace blocks.
20776         * cc-vars.el (c-inside-block-syms): New constant used by
20777         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
20778         to somewhat reduce the risk of becoming stale.
20780         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20781         cc-cmds to cc-engine to allow use from cc-align.
20783         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20784         qualified identifiers containing "::".
20786         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20787         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20789         * cc-vars.el (c-emacs-features): Use a space in front of the name
20790         of the temporary buffer.  That also avoids dumping problems in
20791         XEmacs due to undo info being left around after the buffer is killed.
20793         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20794         arglist to see if it's a K&R style declaration.
20796         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20797         before returning `knr-argdecl-intro'.
20799 2003-11-16  John Wiegley  <johnw@newartisans.com>
20801         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20802         field in a long-listing always 8 characters, use `size-width',
20803         which has already been computed.
20805 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
20807         * subr.el (minor-mode-list): Add `hs-minor-mode'.
20809 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
20811         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20812         Support operation while narrowed, with `diff-restrict-view'.
20814 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
20816         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20817         Take additional optional arg NARROWFUN.  For the generated functions:
20818         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
20819         include frags that arrange to check for and save narrowing state before
20820         the move and then conditionally call NARROWFUN after the move.
20822 2003-11-14  John Wiegley  <johnw@newartisans.com>
20824         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20825         that was optional, but obviously missing based on surrounding code.
20827         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20828         string arguments to numbers unless the whole argument was seen as
20829         a number.
20831 2003-11-14  Kenichi Handa  <handa@m17n.org>
20833         * international/mule.el (ctext-non-standard-encodings-alist):
20834         Fix coding systems.
20836 2003-11-10  Kenichi Handa  <handa@m17n.org>
20838         * language/kannada.el ("Kannada"): Add sample-text.
20840         * language/knd-util.el (kannada-compose-region)
20841         (kannada-compose-string, kannada-post-read-conversion):
20842         Add autoload cookie.
20844         * international/quail.el (quail-completion): Change the message
20845         "corresponding translations" to "corresponding characters".
20847 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20849         * descr-text.el (describe-char): Fix typo.
20851 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
20853         These changes are to support Kannada language/script.
20855         * Makefile.in (DONTCOMPILE): Add kannada.el.
20857         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20859         * loadup.el: Preload kannada.el.
20861         * language/ind-util.el (ucs-kannada-to-is13194-alist)
20862         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20863         New variables.
20865         * language/kannada.el: New file.
20867         * language/knd-util.el: New file.
20869 2003-11-07  Andreas Schwab  <schwab@suse.de>
20871         * progmodes/autoconf.el (autoconf-font-lock-keywords):
20872         Also highlight AH_*.
20874         * xml.el (xml-parse-dtd): Fix misplaced paren.
20876 2003-11-07  Kenichi Handa  <handa@m17n.org>
20878         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20880 2003-11-05  Juri Linkov  <juri@jurta.org>
20882         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20883         (desktop-buffer-file): Use saved buffer-file-coding-system
20884         for file reading.  Set auto-insert to nil to prevent automatic
20885         insertion into restored empty files.
20887 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
20889         * files.el (risky-local-variable-p): Make second argument optional.
20891 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20893         * subr.el (add-hook): Fix last change.
20895 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
20897         * mail/rmail.el (rmail-convert-to-babyl-format):
20898         If base64-decode-region signals an error, catch it and silently
20899         ignore it.
20901 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
20903         * xml.el (xml-parse-region): Allow comments to appear after the
20904         topmost element has closed.
20905         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20906         (xml-ns-expand-attr): New functions to do namespace handling.
20907         (xml-intern-attrlist): Back-compatible handling of attribute names.
20908         (xml-parse-tag): Move namespace handling to separate functions.
20909         Now produces elements in the form ((:ns . "element") (attr-list)
20910         children) instead of ('ns:element (attr-list) children).
20911         (xml-parse-attlist): Fix attribute parsing.
20912         (xml-parse-dtd): Change parsing so that it produces strings
20913         instead of interned symbols.
20915 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
20917         * dired.el (dired-ls-sorting-switches): Doc fix.
20919 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
20921         * emacs-lisp/rx.el (rx-or): Fix the case of
20922         "(rx (and ?a (or ?b ?c) ?d))".
20924 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
20926         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20927         (texinfo-format-region): Use it.
20928         (texinfo-format-buffer-1): Ditto.
20930 2003-11-01  Alan Mackenzie  <acm@muc.de>
20932         Changes to allow scrolling whilst in isearch mode:
20933         * isearch.el (isearch-unread-key-sequence): New function,
20934         extracted from isearch-other-meta-char.
20935         (top level): (put 'foo 'isearch-scroll) on all Emacs's
20936         "scrollable" standard functions.
20937         (isearch-allow-scroll): New customizable variable.
20938         (isearch-string-out-of-window, isearch-back-into-window)
20939         (isearch-reread-key-sequence-naturally)
20940         (isearch-lookup-scroll-key): New functions.
20941         (isearch-other-meta-char): Doc string and functionality enhanced.
20942         Now accepts a prefix argument.
20943         (isearch-lazy-highlight-window-end): New variable.
20944         (isearch-lazy-highlight-new-loop): Pay attention to the window's
20945         end (thru isearch-lazy-highlight-window-end), not only its start.
20947         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20948         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20949         (universal-argument, universal-argument-more, negative-argument)
20950         (digit-argument, universal-argument-other-key): Minor changes.
20952 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
20954         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20955         recursively if the last message is deleted, thus avoiding an
20956         infinite loop.
20958 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20960         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20961         (tex-main-file): Don't add .tex if the extension is already present.
20962         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20964 2003-10-29  Lute Kamstra  <lute@gnu.org>
20966         * progmodes/octave-inf.el (inferior-octave-prompt):
20967         Recognize version number in prompt.
20969 2003-10-28  Dave Love  <fx@gnu.org>
20971         * international/characters.el: Fix some Unicode ranges.
20973 2003-10-28  Kenichi Handa  <handa@m17n.org>
20975         * disp-table.el (standard-display-8bit)
20976         (standard-display-default, standard-display-ascii)
20977         (standard-display-g1, standard-display-graphic)
20978         (standard-display-underline): Assure that standard-display-table
20979         is a display table.
20981 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20983         * simple.el (reindent-then-newline-and-indent): Delete space *after*
20984         reindenting the first line.
20986 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
20988         * wid-edit.el (widget-default-delete): Always delete child widgets.
20990 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20992         * newcomment.el (comment-indent): Don't call indent-according-to-mode
20993         if the line has code.
20994         Don't try to line up with something that's too far left.
20996         * progmodes/octave-mod.el (octave-comment-start): Simplify.
20997         (octave-mode-syntax-table): Add % as a comment starter.
20998         (octave-point): Remove.
20999         (octave-in-comment-p, octave-in-string-p)
21000         (octave-not-in-string-or-comment-p, calculate-octave-indent)
21001         (octave-blink-matching-block-open, octave-auto-fill):
21002         Use line-(beginning|end)-position instead.
21004 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
21006         * emacs-lisp/authors.el (authors-aliases): Add correct realname
21007         for Francesco Potort\e,Al\e(B.
21009 2003-10-23  Dave Love  <fx@gnu.org>
21011         * international/mule-cmds.el (locale-charset-to-coding-system):
21012         Don't rely on nil being a coding system.
21014         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21015         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21016         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21018 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
21020         * gdb-ui.el (gdb-current-language): New variable.
21021         (gdb-update-flag): Remove variable.
21022         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21023         (gdb-take-last-elt): Remove function.
21024         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21025         (gdb-post-prompt): Check for variable object changes here.
21027         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21028         object changes in gdb-ui.el.
21030 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21032         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21034         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21035         Don't check for foo*/ wildcard form here.
21036         (insert-directory): Recognize foo*/ as a wildcard.
21037         Separate wildcard-regexp variable from the arg, wildcard.
21039         * subr.el (add-hook): Correctly detect when make-local-hook was used.
21040         (remove-hook): Correctly handle strange cases about local hooks.
21042 2003-10-21  David Ponce  <david@dponce.com>
21044         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21045         argument REAL, to return a real number instead of a rounded
21046         integer value.  Define as inline function.
21047         (ruler-mode-right-fringe-cols): Likewise.
21048         (ruler-mode-scroll-bar-cols): New function.
21049         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
21050         (ruler-mode-right-scroll-bar-cols): Likewise.
21051         (ruler-mode-space): New function.
21052         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
21053         scroll bar mode and margins in a more robust way.
21055 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
21057         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21058         (antlr-c-init-language-vars): New function.
21059         (antlr-mode): Use it with cc-mode before v5.29.
21060         (antlr-c-common-init): Don't set some local vars here.
21061         (antlr-mode): Set them here.
21062         (antlr-c-forward-sws): New function alias.
21063         (antlr-mode): Redefine with cc-mode before v5.30.
21064         (antlr-skip-sexps): Use it.
21065         (antlr-skip-exception-part): Ditto.
21066         (antlr-skip-file-prelude): Ditto.
21067         (antlr-outside-rule-p): Ditto.
21068         (antlr-end-of-body): Ditto.
21069         (antlr-option-kind): Ditto.
21070         (antlr-insert-option-area): Ditto.
21071         (antlr-file-dependencies): Ditto.
21073 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21075         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21076         Move backward only if point was not inside an entry.
21078 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21080         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21082 2003-10-21  Juri Linkov  <juri@jurta.org>
21084         * compare-w.el: Automatically skip non-matching text to resync.
21085         (compare-windows-whitespace): Doc fix.
21086         (compare-windows-sync, compare-windows-sync-string-size)
21087         (compare-windows-recenter, compare-ignore-whitespace)
21088         (compare-windows-highlight, compare-windows-face): New variables.
21089         (compare-windows): Use compare-windows-sync.
21090         (compare-windows-highlight, compare-windows-dehighlight)
21091         (compare-windows-sync-regexp)
21092         (compare-windows-sync-default-function): New functions.
21094 2003-10-21  Juri Linkov  <juri@jurta.org>
21096         * diff.el (diff-parse-differences): Don't visit the files now;
21097         instead, just record the error locus.
21099 2003-10-21  Dave Love  <fx@gnu.org>
21101         * progmodes/cfengine.el: New file.
21103 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21105         * complete.el (PC-do-completion): Do not forget to use `pred' as the
21106         default-directory when completing file names.
21108 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
21110         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21111         followed by the word `face', it gets treated as a face, even if
21112         it is also defined as a variable or a function.
21114 2003-10-20  Dave Love  <fx@gnu.org>
21116         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21117         Avoid incf in macro expansion.
21119 2003-10-20  John Paul Wallington  <jpw@gnu.org>
21121         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21122         `evenp' so we don't implicitly require cl library at runtime.
21124 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
21126         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21127         (help-make-xrefs): Only make cross-references for faces if
21128         preceded or followed by the word `face'.  Do not make a
21129         cross-reference for variables without variable documentation,
21130         unless preceded by the word `variable' or `option'.  Update doc
21131         string accordingly.
21133 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
21135         * progmodes/hideshow.el: Rewrite one-armed `if'
21136         constructs using either `when' or `unless'.
21137         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21139 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
21141         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21142         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21143         instead of 12x12.
21145 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
21147         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21148         message while converting to Babyl.
21150 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
21152         * allout.el (allout-mode): Doc fix.
21154 2003-10-16  Lute Kamstra  <lute@gnu.org>
21156         * subr.el (force-mode-line-update): Fix docstring.
21158 2003-10-14  Dave Love  <fx@gnu.org>
21160         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21161         (default-input-method): Add :link, improve :type.
21162         (locale-charset-language-names): Fix utf-8 pattern.
21163         (locale-charset-match-p, locale-charset-alist)
21164         (locale-charset-to-coding-system): New.
21165         (set-locale-environment): Deal with codeset part of locale specs.
21167 2003-10-14  Lute Kamstra  <lute@gnu.org>
21169         * fringe.el (fringe-mode): Use active voice in docstring.
21170         (set-fringe-style): Ditto.
21172 2003-10-13  Lute Kamstra  <lute@gnu.org>
21174         * fringe.el (fringe-mode): Fix docstring.
21175         (set-fringe-style): Ditto.
21177 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21179         * ediff-mult.el (ediff-filegroup-action):
21180         Use ediff-default-filtering-regexp.
21182         * ediff-util.el (ediff-recenter): Don't call
21183         ediff-restore-highlighting twice.
21184         (ediff-select-difference): Set current difference.
21185         (ediff-unselect-and-select-difference): Add comment.
21187         * ediff.el (ediff-directories,ediff-directory-revisions)
21188         (ediff-directories3,ediff-merge-directories)
21189         (ediff-merge-directories-with-ancestor)
21190         (ediff-merge-directory-revisions)
21191         (ediff-merge-directory-revisions-with-ancestor):
21192         Use ediff-default-filtering-regexp.
21194 2003-10-12  Andreas Schwab  <schwab@suse.de>
21196         * international/mule-cmds.el (locale-charset-language-names):
21197         Simplify regex by removing unused grouping.
21199 2003-10-10  Dave Love  <fx@gnu.org>
21201         * bindings.el: Don't bind stop.
21203 2003-10-08  Miles Bader  <miles@gnu.org>
21205         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21206         face instead of attempting to emulate it.
21208 2003-10-07  Kenichi Handa  <handa@m17n.org>
21210         * international/mule-diag.el (list-coding-systems-1): List coding
21211         systems that are loaded automatically.
21213         * international/code-pages.el (iso-8859-11): Add autoload cookie.
21215         * international/mule.el (autoload-coding-system): New function.
21217 2003-10-07  Andreas Schwab  <schwab@suse.de>
21219         * log-edit.el (log-edit-changelog-entries): Prefer local value of
21220         change-log-default-name in the buffer visiting the file.
21222 2003-10-06  Dave Love  <fx@gnu.org>
21224         * files.el (find-file-hook): Customize.
21225         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21227         * bindings.el (completion-ignored-extensions): Remove .log.
21228         (global-map): Add again, open, stop keys.
21230 2003-10-05  Richard M. Stallman  <rms@gnu.org>
21232         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21233         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21234         Use sh-modify directly.
21235         (sh-select): Use sh-append, not eval.
21237         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21239         * info.el (Info-following-node-name): New function.
21241         * loadhist.el (unload-feature-special-hooks):
21242         Rename from loadhist-hook-functions.
21243         (loadhist-hook-functions): Now an alias.
21245 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
21247         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21248         file-name clashes on 8+3 filesystems.
21250         * Makefile.in (DONTCOMPILE, bootstrap-clean):
21251         Rename loaddefs-boot.el to ldefs-boot.el
21253         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21254         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21256 2003-10-03  Lute Kamstra  <lute@gnu.org>
21258         * info.el (Info-mode): Revert previous change.
21259         (Info-escape-percent): New function.
21260         (Info-fontify-node): Use it.
21262 2003-10-02  Andreas Schwab  <schwab@suse.de>
21264         * loaddefs-boot.el: Regenerated.
21266 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
21268         * ffap.el: Remove defadvice related code from CVS since `complete'
21269         provides a `PC-completion-as-file-name-predicate' variable that
21270         ffap can override.
21272 2003-10-02  Kenichi Handa  <handa@m17n.org>
21274         * international/utf-8.el (ccl-decode-mule-utf-8):
21275         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21277         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21278         * international/subst-big5.el: Likewise.
21279         * international/subst-gb2312.el: Likewise.
21280         * international/subst-ksc.el: Likewise.
21282 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21284         * calendar/calendar.el (increment-calendar-month)
21285         (calendar-leap-year-p, calendar-absolute-from-gregorian)
21286         (generate-calendar, calendar-read-date, calendar-interval)
21287         (calendar-day-of-week): Handle years BC.
21288         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21290 2003-10-01  Dave Love  <fx@gnu.org>
21292         * language/cyrillic.el (cp1251): Alias for windows-1251.
21294         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21295         bootstrap.
21297 2003-10-01  Lute Kamstra  <lute@gnu.org>
21299         * files.el: Fix typo.
21300         * imenu.el (imenu--generic-function): Docstring fix.
21302 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21304         * dired.el (dired-mode): Handle dired-directory as a list.
21306 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
21308         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21310         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21312         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21313         Replace gud-display with gud-watch.
21314         (gud-speedbar-buttons): Add stuff for watching expressions
21315         in the speedbar when using M-x gdba.  Use dolist on old part
21316         of this function.
21318         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21319         (gdb-update-flag): New variables.
21320         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21321         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21322         (gud-watch, gdb-var-create-handler) : New functions.
21323         (gdb-var-list-children, gdb-var-list-children-handler)
21324         (gdb-var-create-regexp, gdb-var-update-regexp)
21325         (gdb-var-list-children-regexp): New constants.
21326         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21327         (gdb-annotation-rules): Reduce annotation set (level 3).
21328         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21329         (gdb-post-prompt): Don't update GDB buffers every time speedbar
21330         updates.
21331         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21332         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21333         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21334         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21335         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21336         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21337         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21338         (gud-display, gud-display1)
21339         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21340         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21341         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21342         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21343         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21344         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21345         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21346         (gdb-display-display-buffer, gdb-toggle-display)
21347         (gdb-delete-display, gdb-expressions-popup-menu)
21348         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21349         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21350         to display buffer.
21352 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21354         * progmodes/ada-mode.el (ada-mode): Don't use advice.
21355         Instead, set which-func-functions.
21357         * progmodes/which-func.el (which-func-modes): Add ada-mode.
21358         (which-func-functions): New variable.
21359         (which-function): Use that.
21361         * info.el (Info-mode): Double each `%' in header line.
21363         * emacs-lisp/lisp-mnt.el (lm-with-file):
21364         When FILE is nil, run BODY in current buffer.
21366         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21368         * help.el (describe-mode): Start with a brief list of minor modes.
21369         Find them thru minor-mode-list so as to find them all.
21370         Show them in alphabetical order.
21372         * mail/sendmail.el (mail-aliases): Doc fix.
21374         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21376 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21378         * mail/rmailsum.el (rmail-make-summary-line-1):
21379         Change comma after last label to a space.
21380         (rmail-summary-font-lock-keywords): Adapt to that change.
21382 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
21384         * progmodes/scheme.el (scheme-mode-variables): When setting
21385         `font-lock-defaults', also specify that "#" should
21386         be interpreted with `word' syntax.
21387         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21389 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
21391         * desktop.el: A lot of comments updated.
21392         (desktop-save-mode): Minor mode introduced.
21393         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21394         (desktop-load-default): Function made obsolete.
21395         (desktop-locals-to-save): Variable made customizable.
21396         (desktop-read): Optional parameter `dirname' added.
21397         (desktop-change-dir, desktop-revert): Parameter `dirname' in
21398         `desktop-read' used.
21399         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21401 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
21403         * whitespace.el (whitespace-clean-msg): Add user customizable message
21404         for displaying ``clean'' output.
21405         (whitespace-buffer): Use `whitespace-clean-msg'.
21406         (whitespace-global-mode): Fix typo.
21408 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
21410         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21412 2003-09-29  Lute Kamstra  <lute@gnu.org>
21414         * bindings.el (mode-line-modes): Remove superfluous :propertize
21415         construct in initialization.
21416         (mode-line-position): Change cons cell into proper list in
21417         initialization.
21419 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
21421         * international/mule.el (decode-coding-inserted-region): Use car
21422         of the return value of find-operation-coding-system.
21424 2003-09-29  Kenichi Handa  <handa@m17n.org>
21426         * descr-text.el (describe-char): Fix previous change.
21428 2003-09-28  Kenichi Handa  <handa@m17n.org>
21430         * descr-text.el (describe-char-display): New function.
21431         (describe-char): Pay attention to display table on describing how
21432         a character is displayed.
21434         * international/mule-cmds.el (encoded-string-description):
21435         Prepend "0x" to each encoded byte.
21437 2003-09-28  Andreas Schwab  <schwab@suse.de>
21439         * find-file.el (ff-special-constructs): Add autoload cookie.
21441 2003-09-28  Kevin Ryde  <user42@zip.com.au>
21443         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21444         makeinfo appends to duplicate index entries.
21446 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
21448         * dired-x.el (dired-clean-tex): Doc fix.
21450         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21451         using a Chinese tutorial.
21453 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21455         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21456         between "MAIL FROM:" and "RCPT TO:" and the following address.
21458 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21460         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21462 2003-09-28  David Ponce  <david@dponce.com>
21464         * recentf.el (recentf-initialize-file-name-history): New defcustom.
21465         (recentf-load-list): When `recentf-initialize-file-name-history'
21466         is non-nil, initialize an empty `file-name-history' with the
21467         recent list.
21469 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
21471         * man.el (Man-default-man-entry): Remove the leading `*' from the
21472         word at point.
21474 2003-09-26  Lute Kamstra  <lute@gnu.org>
21476         * bindings.el (mode-line-position): Mention size indication in
21477         docstring.
21479 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
21481         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21483         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21484         because it's autoloaded now.
21486 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21488         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21489         (sh-font-lock-keywords, sh-feature): Fix previous change of
21490         sh-feature to avoid infloop with sh-font-lock-keywords.
21492 2003-09-25  Kim F. Storm  <storm@cua.dk>
21494         * frame.el (frame-current-scroll-bars): New defun.
21496         * window.el (window-current-scroll-bars): New defun.
21498 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21500         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21501         cause errors when the state cache contains info on parts that have
21502         been narrowed out.
21504 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21506         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21507         `c-setup-paragraph-variables' has to be used when this variable is
21508         changed; it doesn't work to reinitialize the mode since that
21509         typically clobbers the variable.
21511         * progmodes/cc-styles.el (c-setup-paragraph-variables):
21512         Make it interactive.
21514 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21516         * progmodes/cc-fonts.el (c-font-lock-declarations):
21517         Fix recognition of constructors and destructors for classes whose
21518         names are matched by `*-font-lock-extra-types'.
21520         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21521         followed by an identifier in C++ then it's a type.
21523 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21525         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21526         problem that primarily affected XEmacs.  Don't use faces to find
21527         unterminated strings since Emacs and XEmacs fontify strings
21528         differently - this function should now work better in XEmacs.
21530 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21532         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21533         `expand-abbrev' workaround which caused braces to misbehave inside
21534         macros.
21536         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21537         handling.  This bug could cause interactive font locking to bail out.
21539 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21541         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21542         Handle paren-style types in Pike.  Also fixed some cases of
21543         insufficient handling of unbalanced parens.
21545 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
21547         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21548         common shell prompts that are not common filename or URL characters.
21549         (ffap-file-at-point): Use the new regexp to strip the prompts from
21550         the file names.  This is an issue mostly for user prompts that
21551         don't have a trailing space and find-file-at-point is invoked from
21552         within a shell inside Emacs.
21554 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
21556         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21557         stamps numerically, rather than textually.
21559 2003-09-24  Kenichi Handa  <handa@m17n.org>
21561         * language/devan-util.el (devanagari-post-read-conversion):
21562         * language/mlm-util.el (malayalam-post-read-conversion):
21563         * language/tml-util.el (tamil-post-read-conversion):
21564         Add autoload cookie.
21566         * international/utf-8.el (utf-8-post-read-conversion):
21567         Call post-read-conversion functions for Devanagari, Malayalam,
21568         and Tamil.
21570 2003-09-23  Dave Love  <fx@gnu.org>
21572         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21574 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
21576         * progmodes/gud.el (perldb): Add gud-until to list of commands.
21577         Update gud-remove.
21579 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21581         * progmodes/sh-script.el (sh-mode-default-syntax-table):
21582         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
21583         (sh-mode-syntax-table-input): New variable.
21584         (sh-require-final-newline): Don't use eval.
21585         (sh-builtins, sh-leading-keywords, sh-other-keywords)
21586         (sh-variables, sh-font-lock-keywords): Don't use eval.
21587         (sh-set-shell): When setting require-final-newline,
21588         treat value = `require-final-newline' as don't change it.
21589         Set sh-mode-syntax-table locally based on
21590         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21592         * progmodes/compile.el (compile-internal):
21593         Call compilation-set-window-height before setting window start.
21595 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
21597         * emacs-lisp/bytecomp.el (byte-compile-log-file):
21598         Clear out byte-compile-last-warned-form.
21600 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21602         * woman.el (woman-file-name, woman-follow-word):
21603         If current-word returns nil, use "".
21605         * simple.el (eval-expression): Bind standard-output in to-buffer case.
21607 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21609         * emacs-lisp/lisp-mnt.el (lm-with-file):
21610         Don't visit the file, just use insert-file-contents in temp buffer.
21612 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
21614         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21615         Add surrounding \\( and \\) around the header, as in
21616         for lm-history-header 'Change Log\\|History'.
21618 2003-09-22  John Paul Wallington  <jpw@gnu.org>
21620         * progmodes/ld-script.el: Add Commentary section,
21621         minor cleanup of file header.
21622         (ld-script-font-lock-keywords): Doc fix.
21623         (toplevel): Provide `ld-script' feature.
21625 2003-09-21  Kim F. Storm  <storm@cua.dk>
21627         * scroll-bar.el (set-scroll-bar-mode): Initialize to
21628         new built-in variable default-frame-scroll-bars.
21629         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21630         scroll-bar-mode; notably, use it instead of t when we toggle
21631         scroll-bars on.
21632         (toggle-scroll-bar): Use default-frame-scroll-bars.
21634 2003-09-19  Masatake YAMATO  <jet@gyve.org>
21636         * pcvs.el (cvs-do-removal): Change the prompt depending on
21637         `filter' value.
21639 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
21641         * startup.el (command-line-1): Stop startup-echo-area-message
21642         being hidden by "Loading image..." message.
21643         (use-fancy-splash-screens-p, display-splash-screen):
21644         Move display-graphic-p test from latter to former.
21646         * progmodes/sh-script.el (sh-font-lock-keywords):
21647         Highlight escaped EOLs differently from other backslash constructs.
21649 2003-09-19  Richard M. Stallman  <rms@gnu.org>
21651         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21652         New functions.
21653         (edebug-enter, edebug-outside-excursion): Use them.
21655         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21656         Fix the condition for whether to print "In WHERE".
21658 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
21660         * finder.el (finder-mode-hook): New variable.
21661         (finder-mode): Run hook finder-mode-hook
21663 2003-09-18  Masatake YAMATO  <jet@gyve.org>
21665         * progmodes/ebrowse.el: Fix broken magic autoload comments.
21667 2003-09-17  Mario Lang  <mlang@delysid.org>
21669         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21670         "p %e" to actually print the value in the GUD buffer.
21672 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
21674         From David Ponce <david.ponce@wanadoo.fr>:
21675         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21676         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21677         from loaddefs-boot.el if necessary.
21679 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
21681         * progmodes/gud.el (gud-find-class): Make jdb work again since
21682         cc-mode changed the syntactic information.
21684 2003-09-15  David Ponce  <david@dponce.com>
21686         * recentf.el: (recentf-exclude): Accept predicates too.
21687         (recentf-file-readable-p): New function.
21688         (recentf-include-p): Handle predicates in recentf-exclude.
21689         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
21690         (recentf-cleanup): Likewise.
21691         (recentf-save-list): Use write-file to handle backup of
21692         recentf-save-file.
21694 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
21696         * loaddefs-boot.el: Renamed from `loaddefs.el'
21697         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21698         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21699         necessary.
21701 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
21703         * electric.el (Electric-pop-up-window): For the `one-window' case,
21704         no longer disconcertingly move point in the original buffer.
21706 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21708         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21710 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21712         * dired.el (dired-mode-map): Fix typo.
21714 2003-09-11  Richard M. Stallman  <rms@gnu.org>
21716         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21718 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
21720         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21721         the function is less noisy.  Now only `kill-buffer' can ask questions.
21723 2003-09-10  Mario Lang  <mlang@delysid.org>
21725         * battery.el: Update Commentary and Copyright.
21726         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21727         appear due to wrong ordering of the expressions in `or'.
21729 2003-09-09  Lute Kamstra  <lute@gnu.org>
21731         * misc.el (upcase-char): Fix docstring.
21732         (zap-up-to-char): New command.
21734 2003-09-08  David Ponce  <david@dponce.com>
21736         Ensure that recentf correctly updates the menu bar.
21737         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21738         (recentf-menu-bar): New function.
21739         (recentf-clear-data): Use it
21740         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
21741         of easy-menu-change.
21743 2003-09-08  Lute Kamstra  <lute@gnu.org>
21745         * simple.el (size-indication-mode): New.
21746         * bindings.el (mode-line-position): Add buffer size indicator.
21748 2003-09-04  Mario Lang  <mlang@delysid.org>
21750         * battery.el (battery-linux-proc-acpi): New function.
21751         (battery-status-function): Modify default value calculation to also
21752         check for availability of ACPI.
21753         (battery-echo-area-format): Ditto.
21754         (battery-mode-line-format): Ditto.
21756 2003-09-06  Dave Love  <fx@gnu.org>
21758         * ielm.el (ielm-mode-hook): Add :options.
21760         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21761         (eldoc-print-current-symbol-info): Use it.
21763 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
21765         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21766         being displayed in GUD buffer.
21767         (gdb-idle-input-queue): Remove var.  Use just one queue.
21768         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21769         Remove functions.  Use just one queue.
21770         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21771         (gdb-invalidate-assembler, gdb-get-current-frame):
21772         Modify functions.  Use just one queue.
21774 2003-09-04  Dave Love  <fx@gnu.org>
21776         * cus-start.el: Add blink-cursor-alist.
21778         * ruler-mode.el (ruler-mode-fill-column-char)
21779         (ruler-mode-current-column-char): Use char-displayable-p,
21780         not window-system.
21782         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21784         * language/european.el (windows-1252): Move from code-pages.
21786         * language/cyrillic.el ("Windows-1251"): Delete.
21787         ("Bulgarian", "Belarusian"): Remove `features'.
21788         (windows-1251): Move from code-pages.
21790         * international/mule-diag.el (non-iso-charset-alist):
21791         Remove `codepage' stuff.
21792         (print-designation, list-coding-systems-1): Output fixes.
21794         * international/code-pages.el (cp-make-translation-table)
21795         (cp-valid-codes): Made defsubsts.
21796         (cp-fix-safe-chars): Delete.
21797         (mule-diag): Don't require.
21798         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21799         (top-level): Check for defined coding system when defining
21800         cp... aliases.  Change w32-add-charset-info test to avoid warning.
21801         (non-iso-charset-alist): Defvar when compiling.
21802         (cp-make-coding-system): Doc fix.
21804 2003-09-02  Jason Rumney  <jasonr@gnu.org>
21806         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21807         line-ends from CVS before doing conversion.
21809 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
21811         * calendar/diary-lib.el (diary-header-line-flag)
21812         (diary-header-line-format): New variables.
21813         (list-diary-entries): Use them to set header line in simple diary.
21815         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21816         other than font-lock-string-face to highlight backslashes.
21818 2003-09-01  Jason Rumney  <jasonr@gnu.org>
21820         * international/titdic-cnv.el (tit-read-key-value): Include \r in
21821         regexp.
21823 2003-09-01  Dave Love  <fx@gnu.org>
21825         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21827         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21828         and :help; also line and column numbers labels.
21830         * international/mule-util.el (char-displayable-p): Move from
21831         latin1-disp, rename and autoload.
21833         * international/latin1-disp.el (latin1-char-displayable-p):
21834         Now obsolete alias.  Replace uses with char-displayable-p.
21835         (latin1-display-ucs-per-lynx): Fix last change.
21837         * international/mule-cmds.el (standard-display-european-internal):
21838         Don't use char code for Latin-1 NBSP.
21839         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
21840         U+2018, U+2019 for `'.
21841         (select-safe-coding-system): Message fix.
21843 2003-09-01  Kenichi Handa  <handa@m17n.org>
21845         * international/fontset.el (setup-default-fontset): For Thai
21846         font, specify "*" family.
21848 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21850         * progmodes/compile.el (previous-error): Accept a prefix
21851         argument, similarly to next-error.
21853 2003-08-31  Masatake YAMATO  <jet@gyve.org>
21855         * pcvs.el (cvs-do-removal): Use = instead of eq to check
21856         the number of files.  Bind the number of files to a local
21857         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21859 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
21861         * vc-hooks.el (vc-make-version-backup): Fix the change made on
21862         2003-07-26: msdos-long-file-names is a function, not a variable.
21864 2003-08-29  Richard M. Stallman  <rms@gnu.org>
21866         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21867         Do nothing with mail-personal-alias-file if it is nil.
21869         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21870         Do nothing if mail-personal-alias-file is nil.
21872         * term.el (term-exec-1): Bind coding-system-for-read.
21874         * dired.el (dired-mouse-find-file-other-window):
21875         Use dired-view-command-alist here, as in dired-view-file.
21876         (dired-view-command-alist): Use %s to substitute file name.
21877         Handle .ps_pages, .eps, .jpg, .gif, .png.
21879 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
21881         * info.el (Info-mode-map): Bind S-tab and <backtab> to
21882         `Info-prev-reference', instead of M-tab.
21884 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
21886         * simple.el (blink-matching-open): Work correctly on chars that
21887         are designated as parens through the syntax-table text property.
21889 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
21891         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21892         line break position in the middle of a non-kinsoku (e.g. latin)
21893         word, making it skip until either a space or a character with
21894         category "|".
21895         (kinsoku-longer): Test for end of buffer.
21897 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
21899         * mail/rmail.el (rmail-convert-to-babyl-format):
21900         Detect quoted-printable- and base64-encoded messages and decode them
21901         automatically.  Set the message's encoding from the charset=
21902         header, if any.  Decode base64-encoded messages in Mail format as well.
21904 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
21906         * mail/smtpmail.el: Fix previous change.
21907         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21908         calling smtpmail-via-smtp.
21909         (smtpmail-via-smtp): Add fall-back values for envelope-from.
21911 2003-08-26  John Paul Wallington  <jpw@gnu.org>
21913         * image.el (image-jpeg-p): Don't search beyond length of data.
21915 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21917         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21918         misfeature in `expand-abbrev' which caused electric keywords like
21919         "else" to disappear if an open brace was typed directly afterwards.
21921 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21923         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21924         mandatory in `define-widget'.
21926         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21927         Don't align the operators "!=", "<=" and ">=" as assignment operators.
21929         (c-assignment-operators): New language constant that only contains
21930         the assignment operators.
21932         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21934 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21936         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21937         Safeguard against unbalanced sexps.
21939 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
21941         * version.el (emacs-version): Check for gtk.  Include gtk version info.
21943 2003-08-25  John Paul Wallington  <jpw@gnu.org>
21945         * man.el (Man-default-man-entry): Don't whizz past the section
21946         number before looking for it.
21948 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
21950         * progmodes/gud.el (gud-display-line): Don't set window-point if
21951         source buffer is not visible.  (Only happens with M-x gdba.)
21953         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21954         documentation.
21955         (gdb-source, gdb-source-info): Update to assembler unnecessary
21956         as its done after each GDB command anyway.
21957         (gdb-pre-prompt): Use with-current-buffer.
21958         (gdb-insert-field): Add help-echo text.
21959         (gdb-invalidate-assembler): Re-display of assembler now done in
21960         gdb-info-breakpoints-custom.
21961         (gdb-info-breakpoints-custom): Force re-display of assembler to
21962         happen *after* update of breakpoints buffer.
21963         (gdb-display-source-buffer): Don't choke if gdb-source-window
21964         isn't visible.
21965         (gdb-put-string, gdb-put-arrow): Remove free variables.
21967 2003-08-24  John Paul Wallington  <jpw@gnu.org>
21969         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21971         * man.el (Man-default-man-entry): Strip text properties when
21972         snarfing parts of entry because `format' preserves properties.
21974 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21976         * files.el (file-newest-backup): Use `expand-file-name'.
21978         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21979         Allow the diary to pop up a new frame, if needed.
21981         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21982         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21983         (smtpmail-send-it): Make treatment of envelope-from consistent with
21984         sendmail.el.
21986         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21987         (sh-leading-keywords): Add the bash `time' reserved word.
21988         (sh-variables): Add some bash variables.
21989         (sh-add-completer): Fix nil branch of case statement.
21991 2003-08-24  Masatake YAMATO  <jet@gyve.org>
21993         * progmodes/ld-script.el: New file.
21995 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
21997         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21999 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
22001         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22002         Better explain obsolescence, and what to use instead.
22004 2003-08-23  Masatake YAMATO  <jet@gyve.org>
22006         * pcvs.el (cvs-do-removal): Show the deleted file name
22007         on the prompt.
22009 2003-08-20  Dave Love  <fx@gnu.org>
22011         * international/mule.el (make-coding-system)
22012         (set-buffer-file-coding-system): Doc fix.
22014         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22016         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22018         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22020         * international/utf-16.el: Add mime-text-unsuitable coding system
22021         properties.
22023         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22025         * cus-edit.el: Add some :links.
22026         (bib): Remove.
22028         * textmodes/bib-mode.el (bib): Add :group external.
22030 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
22032         * wid-edit.el (widget-echo-help): Make it handle expressions that
22033         evaluate to strings.
22035 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
22037         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
22039         Simplify selection of SQL products to define highlighting and
22040         interactive mode.  Includes detailed instructions on adding
22041         support for new products.
22043         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
22044         product for use in highlighting and interactive mode.
22045         (sql-interactive-product): New variable.  SQL product for
22046         sql-interactive-mode.
22047         (sql-product-support): New variable.  Specifies product-specific
22048         parameters to drive highlighting and interactive mode.
22049         (sql-imenu-generic-expression): Add more object types.
22050         (sql-sqlite-options): Correct comment.
22051         (sql-ms-program): Use "osql" rather than "isql".
22052         (sql-prompt-regexp, sql-prompt-length): Update comment.
22053         (sql-mode-menu): Add "Start SQLi session" entry.
22054         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
22055         (sql-mode-abbrev-table): Add abbreviations.  Support of
22056         SYSTEM-FLAG on define-abbrev.  Support was removed with last
22057         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22058         (sql-mode-font-lock-object-name): Add font-lock pattern for object
22059         names.
22060         (sql-mode-ansi-font-lock-keywords): Set as default value.
22061         (sql-mode-oracle-font-lock-keywords): Set as default value.
22062         Support Oracle 9i keywords.
22063         (sql-mode-postgres-font-lock-keywords): Set as default value.
22064         (sql-mode-linter-font-lock-keywords): Set as default value.
22065         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
22066         SQLServer 2000.
22067         (sql-mode-sybase-font-lock-keywords)
22068         (sql-mode-interbase-font-lock-keywords)
22069         (sql-mode-sqlite-font-lock-keywords)
22070         (sql-mode-strong-font-lock-keywords)
22071         (sql-mode-mysql-font-lock-keywords)
22072         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
22073         keywords.
22074         (sql-mode-font-lock-defaults): Update comment.
22075         (sql-product-feature): New function.  Returns feature associated
22076         with a product from `sql-product-support' alist.
22077         (sql-product-font-lock): New function.  Set font-lock support
22078         based on `sql-product'.
22079         (sql-add-product-keywords): New function.  Add font-lock rules to
22080         product-specific keyword variables.
22081         (sql-set-product): New function.  Set `sql-product' and apply
22082         appropriate font-lock highlighting.
22083         (sql-highlight-product): New function.  Set font-lock support
22084         based on a product.  Also set mode name to include product name.
22085         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22086         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22087         Use `sql-set-product'.
22088         (sql-highlight-ms-keywords)
22089         (sql-highlight-sybase-keywords)
22090         (sql-highlight-interbase-keywords)
22091         (sql-highlight-strong-keywords)
22092         (sql-highlight-mysql-keywords)
22093         (sql-highlight-sqlite-keywords)
22094         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
22095         (sql-get-login): Prompt in the same order as the tokens.
22096         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22097         (sql-product-interactive): New function.  Common portions of
22098         product-specific interactive mode wrappers.
22099         (sql-interactive-mode): Rewritten to use product features.
22100         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22101         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22102         (sql-db2, sql-linter): Use `sql-product-interactive'.
22103         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22104         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22105         (sql-connect-ingres, sql-connect-postgres)
22106         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22107         New functions.  Format command line parameters and invoke comint on
22108         the appropriate interpreter.  Code was in the corresponding
22109         `sql-xyz' function before.
22110         (sql-connect-ms): New function.  Support -E argument to use
22111         operating system credentials for authentication.
22113 2003-08-18  Kenichi Handa  <handa@m17n.org>
22115         * international/mule.el (encode-char): Fix for the ASCII case.
22117 2003-08-15  Kenichi Handa  <handa@m17n.org>
22119         * international/fontset.el (setup-default-fontset): Change "*" to
22120         nil in the specifications of font family.
22122 2003-08-18  Kim F. Storm  <storm@cua.dk>
22124         * kmacro.el (kmacro-keymap): Group related bindings in
22125         initialization for clarity.  Bind C-s to start macro.
22126         Remove C-r binding.
22127         (kmacro-initial-counter-value): New defvar to hold initial counter
22128         value in case we set the value before defining a macro.
22129         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22130         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22131         not defining or executing macro.  Doc fix.
22132         (kmacro-add-counter): Clear kmacro-initial-counter-value.
22133         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22134         temporarily view older elements on the macro ring without cycling
22135         the ring.
22136         (kmacro-display): Doc fix.
22137         (kmacro-exec-ring-item): New helper function.
22138         (kmacro-call-ring-2nd): Use it.
22139         (kmacro-call-ring-2nd-repeat): Doc fix.
22140         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22141         (kmacro-end-or-call-macro): Execute last viewed macro (using
22142         kmacro-exec-ring-item) from ring if this follows
22143         kmacro-view-macro.  This allows us to find a macro on the ring
22144         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22145         the ring to bring it to the head of the ring.
22146         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22147         Allow binding to reserved keys without specifying C-x C-k prefix.
22148         Ask for confirmation if entered key sequence is already bound to
22149         a non-macro command.
22150         (kmacro-view-macro): Repeating command will show older elements
22151         on the macro ring; C-k will execute the last viewed macro.
22152         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
22153         property from 'ring to 'head.
22155 2003-08-17  Alan Shutko  <ats@acm.org>
22157         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22158         keeping December out of the alist.
22160 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
22162         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22163         * calendar/calendar.el (calendar-mode-map): Bind it to key.
22164         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22165         (calendar-flatten): New function.
22166         (calendar-mouse-view-other-diary-entries)
22167         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22168         in the menu title and to show multi-line diary entries correctly
22169         in the menu.
22171 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
22173         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22174         defcustom, because the default was recently changed.
22176 2003-08-16  Richard M. Stallman  <rms@gnu.org>
22178         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22180         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22181         New subroutine, broken out of eval-last-sexp-1.
22182         (eval-last-sexp-1): Use eval-last-sexp-print-value.
22184         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22186         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22188         * simple.el (eval-expression): Use eval-last-sexp-print-value.
22190 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
22192         * progmodes/compile.el (compilation-error-regexp-alist):
22193         Add Java ANt error detection as described in document
22194         http://ant.apache.org/faq.html
22196 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
22198         * simple.el (backward-word, forward-to-indentation)
22199         (backward-to-indentation): Argument changed to optional.
22200         (next-line, previous-line): Use `or' instead of `unless'.
22202 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22204         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22205         instead of a constant.
22207 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
22209         * shell.el (shell): With prefix-arg, suggest a new buffer name.
22211 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
22213         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22214         (vc-sccs-workfile-version): Search the entire delta table, rather
22215         than just the first entry, because that might be a deleted version.
22217 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
22219         * menu-bar.el (menu-bar-options-menu): Supply a body for the
22220         [save-place] binding in the Options menu.  Have it require
22221         'saveplace' and then toggle the variable manually, to avoid an an
22222         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
22223         for the bug report.
22225 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
22227         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22228         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22229         (gdb-info-threads-custom): Add help-echo text.
22230         (gdb-display-back): Don't use purecopy.
22231         (gdb-info-breakpoints-custom, gdb-reset)
22232         (gdb-assembler-custom): Use display-images-p to test if breakpoint
22233         icons can be displayed.
22235 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
22237         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22239 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
22241         * bookmark.el (bookmark-completing-read):
22242         Return a string, instead of a list of one string.
22243         Use a popup menu if activated from the mouse.
22244         (bookmark-edit-annotation): Remove unused vars.
22245         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22246         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22247         to bookmark-completing-read.
22248         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22249         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22250         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22251         and erase-buffer.
22252         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22253         (bookmark-menu-jump, bookmark-menu-insert)
22254         (bookmark-popup-menu-and-apply-function)
22255         (bookmark-menu-popup-paned-bookmark-menu): Remove.
22256         (bookmark-menu-build-paned-menu): Remove by folding it into
22257         bookmark-menu-popup-paned-menu.
22258         (menu-bar-bookmark-map): Move the define-key statements here.
22259         Use the "non-menu" commands since they now pop up a menu if needed.
22260         (bookmark-exit-hook-internal): Simplify.
22262 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
22264         * reftex-toc.el (reftex-toc-rename-label): New function.
22265         (reftex-toc-check-docstruct): New function.
22267         * reftex.el (reftex-region-active-p): New function.
22269         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22270         regexp to find the \bibliography macro.
22272         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22273         which does not exist in LaTeX.
22274         (reftex-cite-format-builtin): Added amsrefs support.
22275         (reftex-toc-confirm-promotion): New option
22277         * reftex-toc.el
22278         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22279         (reftex-toc-demote, reftex-toc-promote)
22280         (reftex-toc-do-promote, reftex-toc-promote-prepare)
22281         (reftex-toc-promote-action, reftex-toc-extract-section-number)
22282         (reftex-toc-newhead-from-alist)
22283         (reftex-toc-load-all-files-for-promotion): New functions.
22284         (reftex-toc-help): Added description of new keys.
22285         (reftex-toc-split-windows-fraction): New option.
22286         (reftex-recenter-toc-when-idle): Search *toc* window on all
22287         visible frames.
22288         (reftex-toc): Additional parameter REUSE
22289         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
22290         with REUSE argument.
22291         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22292         the call of `reftex-toc'.
22293         (reftex-make-separate-toc-frame): New function .
22294         (reftex-toc-recenter): When called with triple prefix arg, call
22295         `reftex-make-separate-toc-frame' first.
22296         (reftex-toc-toggle-dedicated-frame): New command.
22297         (reftex-toc-quit): Adapted to delete frame when called in
22298         dedicated frame.
22300         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22301         all enclosing macros.
22304 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22306         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22307         first use.
22309 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22311         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22313 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22315         * calendar/calendar.el (list-diary-entries-hook)
22316         (diary-display-hook, nongregorian-diary-listing-hook)
22317         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22318         Add some customize options for these hooks.
22319         (calendar-abbrev-construct): Don't try to take a substring longer
22320         than the original string.
22322 2003-08-05  Richard M. Stallman  <rms@gnu.org>
22324         * emacs-lisp/testcover.el (noreturn): Report error if does return.
22325         (testcover-reinstrument-clauses): Doc fix.
22327         * emacs-lisp/warnings.el: Doc fixes, args renamed.
22328         (warning-type-format): Rename from warning-group-format.
22330         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22331         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22332         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22333         to prevent warnings about defvar for an obsolete variable.
22335         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22336         warning-group-format renamed to warning-type-format.
22338         * subr.el (read-passwd): Use clear-string instead of fillarray.
22340         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22341         Use vconcat instead of concat.
22342         (edmacro-sanitize-for-string): New function.
22344 2003-08-05  Dave Love  <fx@gnu.org>
22346         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22347         line-number-display-limit-width.
22349         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22351 2003-08-05  Kenichi Handa  <handa@m17n.org>
22353         * international/code-pages.el: Don't require mule-diag.
22355         * international/mule-diag.el (non-iso-charset-alist):
22356         Add autoload cookie.
22358         * language/devan-util.el (dev-glyph-order): Add an entry for the
22359         glyph code #xC4.
22361 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22363         * calendar/calendar.el (diary-file, diary-file-name-prefix)
22364         (european-calendar-style, diary-date-forms)
22365         (calendar-day-name-array, calendar-month-name-array): Doc change.
22366         (generate-calendar-month): Adapt for new behavior of
22367         `calendar-day-name' function.
22368         (calendar-abbrev-length, calendar-day-abbrev-array)
22369         (calendar-month-abbrev-array): New variables.
22370         (calendar-abbrev-construct): New function.
22371         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22372         rather than fixing abbrevs at some width.  Calling syntax change.
22373         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
22374         (calendar-date-string): Adapt for new behaviors of
22375         `calendar-day-name' and `calendar-month-name' functions.
22377         * calendar/diary-lib.el (list-diary-entries): Adapt for new
22378         behavior of `calendar-day-name' and `calendar-month-name' functions.
22379         (diary-name-pattern): Use abbrev arrays, rather than fixing
22380         abbrevs at three chars.  Calling syntax change.
22381         (mark-diary-entries): Adapt for new behaviors of
22382         `diary-name-pattern' and `calendar-make-alist' functions.
22383         (fancy-diary-font-lock-keywords): Adapt for new behavior of
22384         `diary-name-pattern' function.
22385         (font-lock-diary-date-forms): Use abbrev arrays, rather than
22386         fixing abbrevs at three chars.  Calling syntax change.
22387         (cal-hebrew, cal-islam): Require when compiling.
22388         (diary-font-lock-keywords): Adapt for new behavior of
22389         `font-lock-diary-date-forms' function.
22391         * calendar/cal-hebrew.el: Reposition some code so defined before used.
22392         (calendar-hebrew-month-name-array-common-year)
22393         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22394         (list-hebrew-diary-entries): Adapt for new behaviors of
22395         `calendar-day-name' and `add-to-diary-list' functions.
22396         (mark-hebrew-diary-entries): Adapt for new behaviors of
22397         `diary-name-pattern' and `calendar-make-alist' functions.
22399         * calendar/cal-islam.el (calendar-islamic-month-name-array):
22400         Add doc string.
22401         (list-islamic-diary-entries): Adapt for new behaviors of
22402         `calendar-day-name' and `add-to-diary-list' functions.
22403         (mark-islamic-diary-entries): Adapt for new behaviors of
22404         `diary-name-pattern' and `calendar-make-alist' functions.
22406         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22407         `calendar-month-name' function.
22409         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22411         * calendar/solar.el (solar-seasons-data): Move definition before use.
22413         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22414         (cal-tex-LaTeX-hourbox): Move definition before use.
22416         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22417         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22418         * lunar.el, solar.el (displayed-month, displayed-year):
22419         Define for compiler.
22421 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
22423         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22424         MODE.  Renamed from c-init-c-language-vars'.
22425         (c-initialize-cc-mode): Change accordingly.
22426         (c-common-init): Ditto.
22427         (c-mode): Ditto.
22428         (c++-mode): Use `c-init-language-vars-for'.
22429         (objc-mode): Ditto.
22430         (java-mode): Ditto.
22431         (idl-mode): Ditto.
22432         (pike-mode): Ditto.
22433         (awk-mode): Ditto.
22435 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
22437         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22438         or not the point moved.
22440         (c-search-decl-header-end): Don't trip up on operator identifiers
22441         in C++ and operators like == in all languages.
22443         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22444         Detect leading labels correctly.
22446 2003-08-02  Andreas Schwab  <schwab@suse.de>
22448         * textmodes/ispell.el: Don't redo key bindings on loading, put
22449         them only in loaddefs.el.
22450         * bookmark.el: Likewise.
22451         * dabbrev.el: Likewise.
22452         * emerge.el: Likewise.
22454         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22455         has more than one member.
22457         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22459 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22461         * lpr.el (printify-region): It was ending conversion before the
22462         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
22464 2003-07-31  John Paul Wallington  <jpw@gnu.org>
22466         * net/browse-url.el (browse-url-epiphany): Doc fix.
22468 2003-07-30  Kenichi Handa  <handa@m17n.org>
22470         * international/fontset.el (setup-default-fontset):
22471         Change registry names of Akurti fonts.
22473 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22475         * comint.el (comint-read-noecho): Use `clear-string' instead of
22476         `fillarray'.
22478 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
22480         * outline.el (outline-mode-hook): Add defvar.
22482 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
22484         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22485         Restore assembler in source window if that is what has been selected.
22486         (menu): Add gdb-restore-windows to menu.  Make gdba
22487         specific menus only visible from gdba.
22489 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
22491         * progmodes/compile.el (compilation-environment): New user variable.
22492         (compile-internal): Respect it.
22494 2003-07-23  Masatake YAMATO  <jet@gyve.org>
22496         * progmodes/gud.el (gdb-script-font-lock-keywords):
22497         Put `font-lock-function-name-face' on a symbol which includes
22498         `-' like `hook-run'.  Put font-lock-variable-name-face
22499         on a symbol starting with $.
22501 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
22503         * files.el (set-visited-file-name): Use truename for buffer-file-name.
22505 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
22507         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22509 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
22511         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22512         Use with-no-warnings.
22513         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22514         rather than to find-file-not-found-hook, which doesn't exist.
22516 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
22518         * international/quail.el (quail-translate-key): Fix previous change.
22520 2003-07-25  John Paul Wallington  <jpw@gnu.org>
22522         * server.el (server-start): Check `server-process' is non-nil
22523         before killing it to avoid killing current buffer's process.
22525         * simple.el (choose-completion-string): Use `minibufferp';
22526         test `completion-reference-buffer' if `buffer' arg is nil.
22527         (push-mark): Use `when' and `unless'.
22528         (pop-mark): Use `when'.
22530         * mouse-sel.el (mouse-sel-get-selection-function):
22531         Check `x-last-selected-text-primary'.  Don't barf if it or
22532         `x-last-selected-text' aren't bound.
22534 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22536         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22538 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
22540         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22542 2003-07-23  John Paul Wallington  <jpw@gnu.org>
22544         * tooltip.el (defface tooltip): Inherit from variable-pitch.
22546 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22548         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22549         string.  Defvar the derived hook.
22551         * macros.el (insert-kbd-macro): Escape double quote character.
22552         From Thomas W Murphy <twm@andrew.cmu.edu>.
22554 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
22556         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22557         to match the specific mark rather than reusing comment-start-skip.
22559 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
22561         * progmodes/hideshow.el (hs-special-modes-alist):
22562         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
22564 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
22566         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22567         value using ?\s.
22569 2003-07-21  John Paul Wallington  <jpw@gnu.org>
22571         * subr.el (with-selected-window): Add closing paren.
22573 2003-07-21  Richard M. Stallman  <rms@gnu.org>
22575         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22576         (lisp-mode): Likewise.
22578         * subr.el (with-selected-window): Copy code form save-selected-window
22579         so as to call select-window with norecord arg.
22580         (dynamic-completion-table): Doc fix.
22581         (lazy-completion-table): Doc fix.
22583         * international/mule-cmds.el (set-locale-environment):
22584         langinfo renamed to locale-info.
22586         * international/mule.el (auto-coding-functions): Doc fix.
22588 2003-07-21  Kenichi Handa  <handa@m17n.org>
22590         * international/quail.el (quail-translate-key):
22591         Update quail-current-str correctly.
22593 2003-07-21  Andreas Schwab  <schwab@suse.de>
22595         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22596         ?, to "_".
22598 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
22599         Version 2.0.36 of Tramp released.
22601         * net/tramp.el (tramp-default-password-end-of-line): Rename from
22602         tramp-password-end-of-line.
22603         (tramp-password-end-of-line): New method parameter.
22604         (tramp-get-password-end-of-line): Function to access method
22605         parameter `tramp-password-end-of-line', or variable
22606         `tramp-default-password-end-of-line' (default value).
22607         (tramp-methods): Add entries for new parameter
22608         tramp-password-end-of-line.
22609         (tramp-enter-password): Use new function
22610         `tramp-get-password-end-of-line'.
22611         (tramp-handle-insert-file-contents): Do not
22612         unconditionally inhibit the file operation file-local-copy, only
22613         do that when the inhibit-file-name-operation is currently
22614         insert-file-contents.  This fixes finding remote CVS-controlled
22615         files.  (It would barf on inserting the CVS/Entries file
22616         literally, because the file-local-copy handler wasn't called.)
22617         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22618         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22619         (tramp-initial-commands): New variable.
22620         (tramp-process-initial-commands): New function, using the variable.
22621         (tramp-open-connection-setup-interactive-shell): Call the new function.
22622         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22623         method into the buffer name, never use nil.  Reported by Hanak
22624         David <dhanak@inf.bme.hu>.
22625         (tramp-open-connection-setup-interactive-shell): Erase buffer
22626         before sending "stty -onlcr".
22628         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22630 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
22632         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22634 2003-07-19  John Paul Wallington  <jpw@gnu.org>
22636         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22637         (artist-draw-rect, artist-draw-square): Doc fixes.
22639         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22641         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22643 2003-07-19  Kenichi Handa  <handa@m17n.org>
22645         * international/kkc.el (kkc-show-conversion-list-update):
22646         Highlight the correct candidate in the message.
22648 2003-07-18  John Paul Wallington  <jpw@gnu.org>
22650         * simple.el (current-word): Don't include punctuation char when
22651         `really-word' arg is non-nil.
22653 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
22655         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22656         moved to the directory obsolete.
22658 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
22660         * info.el (Info-menu-entry-name-re): Allow newlines in
22661         menu entry names.
22663         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22664         syntax-ppss-after-change-function.
22665         (syntax-ppss-after-change-function): New alias.  Update uses.
22666         (syntax-ppss): Catch the case where the buffer is narrowed.
22668 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22670         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22671         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22673 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22675         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22676         since it might be modified.
22678         * progmodes/cc-langs.el (c++-make-template-syntax-table)
22679         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22680         names to these language constants.
22682 2003-07-15  Kim F. Storm  <storm@cua.dk>
22684         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22685         All uses changed.
22687 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
22689         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22690         Namespace support.
22692 2003-07-13  Juanma Barranquero  <lektu@terra.es>
22694         * frame.el (modify-all-frames-parameters): Reinstall (copyright
22695         papers received).
22697 2003-07-13  Karl Eichwalder  <ke@suse.de>
22699         * textmodes/po.el (po-find-charset): White space at the start of the
22700         Content-Type field body is non-mandatory.
22702 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
22704         * textmodes/texinfo.el (texinfo-section-list):
22705         Append appendixsection; a synonym for appendixsec.
22707 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
22709         * man.el (Man-translate-cleanup): New.
22710         (Man-translate-references): Call `Man-translate-cleanup' to clean
22711         leading, trailing and middle spaces.
22713 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
22715         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22716         Handle `dired-directory' being a list.
22718 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22720         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22721         it doesn't exist.
22723 2003-07-12  Richard M. Stallman  <rms@gnu.org>
22725         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22727         * progmodes/cc-defs.el (c-make-keywords-re):
22728         Don't use delete-duplicates.
22729         (c-lang-const): Don't use mapcan.
22731         * apropos.el (apropos-show-scores): Make it customizable.
22732         Document new meaning.
22733         (apropos): Compute scores from symbols.
22734         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22736 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22738         * ps-bdf.el: Fix copyright line.
22739         (bdf-directory-list): Fix initialization code.
22741 2003-07-11  John Paul Wallington  <jpw@gnu.org>
22743         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22744         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22745         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22747 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
22749         * emacs-lisp/ring.el (ring-elements): Doc fix.
22751 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22753         * calendar/timeclock.el (timeclock-relative)
22754         (timeclock-ask-before-exiting, timeclock-use-display-time):
22755         Doc changes.
22756         (timeclock-modeline-display): Give a message if
22757         `timeclock-use-display-time' is non-nil but `display-time-mode'
22758         is not active.
22760 2003-07-11  Kenichi Handa  <handa@m17n.org>
22762         * international/mule-cmds.el (set-language-environment):
22763         Set current-language-environment to the correct string.
22765 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22767         * ps-print.el: Print line number correctly in a region.  Reported by
22768         Tim Allen <timallen@ls83.fsnet.co.uk>.
22769         (ps-print-version): New version number (6.6.2).
22770         (ps-printing-region): Code fix.
22772 2003-07-10  John Paul Wallington  <jpw@gnu.org>
22774         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22775         this function can be called from `add-completions-from-tags-table'.
22777 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
22779         * calendar/timeclock.el (timeclock-use-display-time)
22780         (timeclock-day-over-hook, timeclock-workday-remaining)
22781         (timeclock-status-string, timeclock-when-to-leave)
22782         (timeclock-when-to-leave-string, timeclock-log-data)
22783         (timeclock-find-discrep, timeclock-day-base)
22784         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22785         (timeclock-modeline-display): Set the variable
22786         `timeclock-modeline-display'.
22787         (timeclock-update-modeline): Doc fix.  Respect value of
22788         `timeclock-relative'.
22790 2003-07-09  Richard M. Stallman  <rms@gnu.org>
22792         * textmodes/reftex-parse.el (reftex-all-document-files):
22793         Add autoload cookie.
22795         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22796         (reftex-scanning-info-available-p): Add autoload cookie.
22798         * international/mule-cmds.el
22799         (set-display-table-and-terminal-coding-system): Delete duplicate
22800         aset on standard-display-table.
22802         * view.el (view-file): If existing buffer's major mode is special,
22803         don't go into view mode.
22805         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22807 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22809         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22810         buffer changes; there's third party code that calls this function
22811         directly.
22813 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22815         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22816         (autodoc-font-lock-keywords): Don't byte compile on font lock
22817         initialization when running from byte compiled files.
22819 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
22821         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22822         statement ends with auto-increment "++".
22824 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22826         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22827         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22828         these are changed, so declare them as variables and not constants.
22830 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
22832         * subr.el (dolist, dotimes): Doc fix.
22834 2003-07-08  Kim F. Storm  <storm@cua.dk>
22836         * international/mule-cmds.el
22837         (set-display-table-and-terminal-coding-system): Don't break
22838         bootstrap if standard-display-table isn't setup yet.
22840 2003-07-07  Richard M. Stallman  <rms@gnu.org>
22842         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22843         Give it a doc string, and autoload it.
22845         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22846         Use with-no-warnings.
22848         * info.el (Info-search): If find invisible text, search again.
22850         * isearch.el (search-whitespace-regexp): Add a shy group around it.
22852         * man.el (Man-name-regexp): Match + as part of name.
22854         * simple.el (visible-mode): Rename from vis-mode.
22855         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22857         * simple.el (current-word): New arg REALLY-WORD specifies
22858         don't include punctuation chars.
22860         * emacs-lisp/debug.el (debug, debugger-env-macro):
22861         Use with-no-warnings while accessing and binding unread-command-char.
22863         * international/mule-cmds.el
22864         (set-display-table-and-terminal-coding-system): Use explicit loop
22865         instead of calling standard-display-default.
22867         * net/ange-ftp.el (ange-ftp-file-symlink-p):
22868         Use condition-case to catch error in ange-ftp-get-files.
22870         * net/browse-url.el (browse-url-browser-function):
22871         Add alternative for Epiphany.
22872         (browse-url-epiphany-program, browse-url-epiphany-arguments)
22873         (browse-url-epiphany-startup-arguments)
22874         (browse-url-epiphany-new-window-is-tab): New variables.
22875         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22877         * progmodes/compile.el (compile-auto-highlight): Default now t.
22878         (compile): Doc fix.
22879         (compilation-next-error): Fix previous change.
22881         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22883         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22885 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
22887         * gdb-ui.el (gdb-source-info): Display current frame when
22888         attaching to an existing process.
22889         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22890         while laying out windows when attaching to an existing process.
22892 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
22894         * info.el (Info-menu): Use Info-menu-entry-name-re.
22896 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
22898         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22899         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22901         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22902         to match the same text.
22904 2003-07-06  John Paul Wallington  <jpw@gnu.org>
22906         * vc.el (vc-annotate-offset): Move defvar up.
22908 2003-07-06  Kim F. Storm  <storm@cua.dk>
22910         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22911         This should fix the infinite loop when extracting menu names.
22913 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
22915         * files.el (auto-mode-alist, interpreter-mode-alist):
22916         Remove entries to CC Mode modes to avoid duplicates; they are now added
22917         with autoload directives in cc-mode.el.
22919 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
22921         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22922         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22923         these are changed, so declare them as variables and not constants.
22925         * progmodes/cc-mode.el: Fix some autoload problems: Try to
22926         ensure that the entry for ".c" extension comes before the one for
22927         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22928         Fix incorrect entries that were added to `interpreter-mode-alist'.
22929         Move the autoload directives for AWK to the top level since they
22930         aren't recognized anywhere else.  Do not use the new AWK mode doc
22931         in the autoload form for the old AWK mode.
22933 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22935         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22936         (bibtex-sort-ignore-string-entries): Default value t.
22937         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22938         erroneously in previous version.
22939         (bibtex-string-files): Docstring reflects new parsing scheme.
22940         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22941         docstring, add # as one of the chars to crush
22942         (bibtex-autokey-prefix-string, bibtex-autokey-names)
22943         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22944         (bibtex-autokey-name-change-strings)
22945         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22946         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22947         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22948         (bibtex-autokey-title-terminators)
22949         (bibtex-autokey-titlewords-stretch)
22950         (bibtex-autokey-titleword-ignore)
22951         (bibtex-autokey-titleword-case-convert)
22952         (bibtex-autokey-titleword-abbrevs)
22953         (bibtex-autokey-titleword-abbrevs)
22954         (bibtex-autokey-titleword-change-strings)
22955         (bibtex-autokey-titleword-length)
22956         (bibtex-autokey-titleword-separator)
22957         (bibtex-autokey-name-year-separator)
22958         (bibtex-autokey-year-title-separator)
22959         (bibtex-autokey-before-presentation-function)
22960         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22961         Fix docstring.
22962         (bibtex-strings, bibtex-reference-keys):
22963         Use lazy-completion-table and make-variable-buffer-local.
22964         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22965         (bibtex-braced-string-syntax-table)
22966         (bibtex-quoted-string-syntax-table): New variables.
22967         (bibtex-parse-nested-braces): Remove.
22968         (bibtex-parse-field-string): Use syntax table and forward-sexp.
22969         (bibtex-parse-association): Simplify.
22970         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22971         (bibtex-parse-field-text): Simplify.
22972         (bibtex-search-forward-field, bibtex-search-backward-field):
22973         argument BOUND can take value t.
22974         (bibtex-start-of-field, bibtex-start-of-name-in-field)
22975         (bibtex-end-of-name-in-field, bibtex-end-of-field)
22976         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22977         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22978         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22979         (bibtex-skip-to-valid-entry): Return buffer position of beginning
22980         and ending of entry.  Update for changes of bibtex-search-entry.
22981         Simplify.
22982         (bibtex-map-entries): FUN is called with three arguments.
22983         (bibtex-search-entry): Return a cons pair with buffer positions of
22984         beginning and end of entry.
22985         (bibtex-enclosing-field): Simplify.
22986         (bibtex-format-entry): Use booktitle to set a missing title.
22987         (bibtex-autokey-get-names): Fiddle with regexps.
22988         (bibtex-generate-autokey): Use identity.
22989         (bibtex-parse-keys): Use simplified parsing algorithm if
22990         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
22991         arguments.  Return alist of keys.
22992         (bibtex-parse-strings): Simplify.  Return alist of strings.
22993         (bibtex-complete-string-cleanup): Fix docstring.
22994         (bibtex-read-key): New function.
22995         (bibtex-mode): Fix docstring.  Do not parse for keys and
22996         strings when the mode is entered.  Set fill-paragraph-function to
22997         bibtex-fill-field.  Setup font-lock-mark-block-function the way
22998         font-lock intended.
22999         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
23000         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23001         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23002         (bibtex-Preamble): Avoid hard coded constants.
23003         (bibtex-make-field): Fix docstring.  Simplify.
23004         (bibtex-beginning-of-entry): Always return new position of point.
23005         (bibtex-end-of-entry): Rearrange cond clauses.
23006         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23007         Update for changes of bibtex-map-entries.
23008         (bibtex-ispell-abstract): Do not move point.
23009         (bibtex-entry-index): Use downcase.  Simplify.
23010         (bibtex-lessp): Handle catch-all.
23011         (bibtex-find-crossref): Turn into a command.
23012         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
23013         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
23014         preamble entries.
23015         (bibtex-fill-field-bounds): New function.
23016         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
23017         (bibtex-fill-entry): Use bibtex-fill-field-bounds
23018         (bibtex-String): Use bibtex-strings.  Always obey
23019         bibtex-sort-ignore-string-entries.
23021 2003-07-05  John Paul Wallington  <jpw@gnu.org>
23023         * cus-theme.el (customize-create-theme):
23024         Call `customize-create-theme' in Reset widget's notify function.
23026         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23027         (ibuffer-mark-interactive): Use `or' instead of `unless'.
23028         (define-ibuffer-column name): Add summarizer.
23029         (define-ibuffer-column size): Likewise.
23030         (define-ibuffer-column filename): Likewise.
23031         (define-ibuffer-column process): Likewise.  Change BODY's output too.
23032         (define-ibuffer-column filename-and-process): Likewise, likewise.
23033         (ibuffer): Remove local vars `already-in' and `need-update'.
23035         * ibuf-ext.el: Don't require `derived' at compile-time.
23037 2003-07-05  Kim F. Storm  <storm@cua.dk>
23039         * info.el: Disable paragraph refilling.
23040         (Info-refill-paragraphs): New defcustom.
23041         (Info-fontify-node): Use it.
23043 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
23045         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23046         thingies from constructors created by defstruct.
23048         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23049         the default value of the variable.
23050         (byte-code-meter): Move declaration to top level.
23052         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23054         * info.el (Info-following-node-name-re): New fun.
23055         (Info-following-node-name): Remove.
23056         (Info-insert-dir): Use the new fun.
23057         (Info-extract-pointer): Don't save restriction; use new fun.
23058         (Info-menu-entry-name-re): New const.
23059         (Info-menu-entry-name-re): Use it along with new fun.
23060         (Info-node-spec-re): Use new fun.
23061         (Info-complete-menu-item, Info-fontify-node): Use new const.
23062         (Info-goto-node, Info-follow-reference, Info-menu-update):
23063         Use match-string.
23064         (Info-follow-reference): Use assoc-string.
23065         Use a list of strings for the completion table.
23066         (Info-fontify-node): Use match-string, line-end-position.
23067         Limit the search for `node:' to the first line.
23069         * newcomment.el (uncomment-region): Remove padding coming from
23070         comment-start rather than just from comment-padding.
23072         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23073         (vc-cvs-stay-local-p): Use vc-stay-local-p.
23074         (vc-cvs-rename-file): Remove (use the default).
23075         (vc-cvs-register): Register parent dir if needed.
23076         (vc-cvs-could-register): Return non-nil if parent can be registered.
23077         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23078         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23080         * vc-svn.el (vc-svn-use-edit): Make it into a const.
23081         (vc-svn-update): Fix the arguments to `svn'.
23082         (vc-svn-diff-tree): Just use `vc-svn-diff'.
23083         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23084         Simple implementations, assuming `name' is a URL.
23086         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23087         set of chars allowed unquoted in a case pattern.
23089         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23091         * font-lock.el (font-lock-extra-types-widget)
23092         (c-font-lock-extra-types, c++-font-lock-extra-types)
23093         (objc-font-lock-extra-types, java-font-lock-extra-types)
23094         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23095         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23096         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23097         (font-lock-match-c++-structor-declaration)
23098         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23099         (c++-font-lock-keywords-3, c++-font-lock-keywords)
23100         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23101         (objc-font-lock-keywords-3, objc-font-lock-keywords)
23102         (java-font-lock-keywords-1, java-font-lock-keywords-2)
23103         (java-font-lock-keywords-3, java-font-lock-keywords)
23104         (java-font-lock-syntactic-face-function): Remove obsolete code
23105         and constants.  It's all in cc-fonts.el now.
23107 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
23109         * mail/sendmail.el (mail-specify-envelope-from)
23110         (mail-envelope-from): Doc fix.
23112 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
23114         * generic-x.el: Do away with the dependency on `c-emacs-features'
23115         when populating `rul-generic-mode-syntax-table'; we already know
23116         this isn't XEmacs.
23118 See ChangeLog.10 for earlier changes.
23120 ;; Local Variables:
23121 ;; coding: iso-2022-7bit
23122 ;; End:
23124     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
23125   Copying and distribution of this file, with or without modification,
23126   are permitted provided the copyright notice and this notice are preserved.
23128 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1