(Reverting): Add anchor.
[emacs.git] / lisp / ChangeLog
blob4ac29e4ddfc9787ca57ae34eeeb4dd4490f92d03
1 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3         * image.el (image-library-alist): New variable to map image types
4         to external libraries.  Initialized to nil, unless system-specific
5         configs change it.
6         (image-type-available-p): Determine whether an image type is
7         available by calling `init-image-library'.
9         * term/w32-win.el (image-library-alist): Initialize to a known set
10         of probable library names.
12 2004-06-14  Kenichi Handa  <handa@m17n.org>
14         * international/code-pages.el (windows-1256, cp1125): Fix tables
15         for several characters.
17         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous
18         change.
20 2004-06-13  Richard M. Stallman  <rms@gnu.org>
22         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
24         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
25         not "`pc-selection-mode'".
27         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
29         * simple.el (previous-matching-history-element): Specify a default.
31         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
33         * cus-face.el (custom-declare-face): Simplify code.
35         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
37 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
39         * files.el (before-save-hook): Add `time-stamp' to the options.
41         * time-stamp.el (time-stamp): Recommend adding it to
42         `before-save-hook', rather than `write-file-functions'.
43         Make a similar change in `Commentary' section.
45 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
47         * diff-mode.el (diff-current-defun): If at start of hunk, use
48         position of first change.
50 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
52         * dired-x.el (dired-mark-omitted): Bind to "*O".
54 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
56         * bookmark.el (bookmark-bmenu-relocate): New function, as
57         suggested by David J. Biesack <David.Biesack@sas.com>.
58         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
59         (bookmark-bmenu-mode): Describe binding in doc string.
60         (bookmark-set-filename): Save the bookmark list if it's time.
62 2004-06-13  Kenichi Handa  <handa@m17n.org>
64         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous
65         change.
66         (ccl-untranslated-to-ucs): Fix typo.
68 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
70         * progmodes/python.el (python-open-block-statement-p): Fix
71         indentation after a block opening that contains a comment.
73 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
75         * bindings.el (completion-ignored-extensions): Add file extensions
76         of Python byte-compiled files.
78 2004-06-12  Juri Linkov  <juri@jurta.org>
80         * info.el (Info-goto-node): Add autoload.
81         (Info-toc): Add substring-no-properties on Info file name.
82         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
83         (Info-mode-map): Bind L to Info-history, T to Info-toc.
85 2004-06-12  Kenichi Handa  <handa@m17n.org>
87         * international/mule-cmds.el (set-language-environment): Load
88         subst tables if necessary.
90         * international/mule.el (decode-char): Load subst tables if
91         necessary.
92         (encode-char): Likewise.
94         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
95         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
96         (utf-16le-decode-loop): Set r5 to -1 before loop.
97         (utf-16be-decode-loop): Likewise.
98         (ccl-decode-mule-utf-16le): Add EOF processing block.
99         (ccl-decode-mule-utf-16be): Likewise.
100         (ccl-decode-mule-utf-16le-with-signature): Likewise.
101         (ccl-decode-mule-utf-16be-with-signature): Likewise.
102         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
103         (ccl-mule-utf-16-encode-untrans): New CCL.
104         (utf-16-decode-to-ucs): Handle pre-read character.
105         (utf-16le-encode-loop): Handle surrogate pair.
106         (utf-16be-encode-loop): Likewise.
107         (ccl-encode-mule-utf-16le-with-signature): Adjusted for the change
108         of utf-16le-encode-loop.
109         (ccl-encode-mule-utf-16be-with-signature): Adjusted for the change
110         of utf-16be-encode-loop.
111         (mule-utf-16-post-read-conversion): Call
112         utf-8-post-read-conversion at first.
113         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature): Include
114         CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
115         Add post-read-conversion and pre-write-conversion.
117         * international/utf-8.el (utf-translate-cjk-charsets): New
118         variable.
119         (utf-translate-cjk-unicode-range): New variable.
120         (utf-translate-cjk-load-tables): New function.
121         (utf-lookup-subst-table-for-decode): New function.
122         (utf-lookup-subst-table-for-encode): New function.
123         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
124         tables here.  Update safe-charsets of utf-* coding systems.
125         (ccl-mule-utf-untrans): New CCL.
126         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
127         at end of each branch.
128         (ccl-mule-utf-8-encode-untrans): New CCL.
129         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
130         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
131         length of encoding.  Don't return r0.
132         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
133         (utf-8-post-read-conversion): Narrow to region properly.  If
134         utf-translate-cjk-mode is on, load tables if necessary.  Call
135         utf-8-compose with hash-table arg if necessary.  Call
136         XXX-compose-region instead of XXX-post-read-convesion.
137         (utf-8-pre-write-conversion): New function.
138         (mule-utf-8): Include CJK charsets in safe-charsets if
139         utf-translate-cjk-mode is on.  Add pre-write-conversion.
141         * international/characters.el: Temporarily set
142         utf-translate-cjk-mode to nil.
144         * language/devan-util.el (devanagari-compose-region): Add
145         autoload cookie.
147         * international/ccl.el (ccl-dump-call): Fix printing the
148         subroutine name.
150 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
152         * dired.el (dired-revert): If buffer is marked unmodified before
153         reverting, keep it marked unmodified.
154         Adapt to new conventions for commenting out code.
155         (dired-make-relative): Adapt to new conventions for commenting out
156         code.
158 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
160         * eshell/esh-module.el (eshell-load-defgroups): Bind
161         `vc-handled-backends' to nil when opening files.
163 2004-06-11  Juanma Barranquero  <lektu@terra.es>
165         * files.el (parse-colon-path, cd): Doc fixes (refer to
166         `path-separator', not colon).
168 2004-06-10  Juanma Barranquero  <lektu@terra.es>
170         * newcomment.el (comment-search-forward)
171         (comment-search-backward): Fix typos in docstring.
172         (comment-region): Doc fix.
174 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
176         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
177         switch is no longer stored in `dired-switches-alist'.
179         * dired-aux.el (dired-insert-subdir): Do not store R switch in
180         `dired-switches-alist'.
182 2004-06-10  Kim F. Storm  <storm@cua.dk>
184         * pcvs.el (cvs-mode-diff-yesterday): New command.
186         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
188 2004-06-10  Juri Linkov  <juri@jurta.org>
190         * emacs-lisp/edebug.el (edebug-eval-defun):
191         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
192         Fix docstring.
194         * simple.el (eval-expression-print-format): Don't print additional
195         information on the first call to `eval-print-last-sexp'.
196         (next-error-find-buffer): Fix punctuation.
197         (killing) <defgroup>: Fix punctuation.
198         (yank-excluded-properties): Change group from editing to killing.
200         * replace.el (perform-replace): Use `limit' to terminate the
201         while-loop explicitly.
203 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
205         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
206         Use lc-*.xpm as prefix instead of *-locol.xpm.
208         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
209         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
210         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
211         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
212         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
213         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
214         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
215         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
216         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
217         * toolbar/lc-up_arrow.xpm:
218         Renamed from *-locol.xpm.
220 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
222         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
223         include forms like &<str>; as valid url patterns.
225 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
227         * dired.el (dired-diff, dired-backup-diff)
228         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
229         (dired-do-chown, dired-do-touch, dired-do-print)
230         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
231         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
232         (dired-create-directory, dired-do-copy, dired-do-symlink)
233         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
234         (dired-do-copy-regexp, dired-do-hardlink-regexp)
235         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
236         (dired-maybe-insert-subdir, dired-next-subdir)
237         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
238         (dired-kill-subdir, dired-tree-up, dired-tree-down)
239         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
240         (dired-run-shell-command, dired-query): Remove redundant,
241         or incorrect, autoloads.
243         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
244         does not end in a slash.  Add optional argument KILL-ROOT.  Update
245         docstring.
246         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
247         (dired-query): Add autoloads.
249 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
251         * progmodes/compile.el (compilation-set-window-height): Rearrange
252         the save-* functions because a buffer can have several current
253         point in different windows.
254         (compilation-error-regexp-alist-alist): Recognize {standard input}
255         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
257 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
259         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
260         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
261         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
262         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
263         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
264         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
265         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
266         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
267         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
268         * toolbar/up_arrow-locol.xpm:
269         New versions of icons that uses fewer colors.
271         * toolbar/tool-bar.el (tool-bar-local-item)
272         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
273         if display-color-cells is 256 or less.
275 2004-06-08  Kim F. Storm  <storm@cua.dk>
277         * wid-edit.el (widget-specify-button): Use hand pointer rather
278         than mouse-face as visible mouse-over effect.
280 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
282         * saveplace.el (save-place-alist-to-file): Bind `print-length'
283         and `print-level' to nil when writing out `save-place-alist'.
284         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
286 2004-06-07  Juanma Barranquero  <lektu@terra.es>
288         * completion.el (completion-kill-region): Doc fix.
290         * format.el (format-insert-annotations)
291         (format-annotate-location): Doc fixes.
292         (format-subtract-regions): Make arguments match their use in
293         docstring.
295         * simple.el (kill-region): Doc fix.
297         * subr.el (insert-buffer-substring-no-properties)
298         (insert-buffer-substring-as-yank): Doc fixes.
300 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
302         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
303         Update docstring.
304         (dired-reset-subdir-switches): New function.
306         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
307         Limit scope of `buffer-read-only' binding.
309 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
311         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
312         eshell-explicit-command-char.
314 2004-06-06  Juanma Barranquero  <lektu@terra.es>
316         * help-fns.el (help-argument-name): Inherit from italic face only
317         if the frame supports it.
319 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
321         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
322         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
323         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
324         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
325         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
326         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
327         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
328         New conversions from xpm files.
330         * toolbar/README: New file.
332 2004-06-06  Richard M. Stallman  <rms@gnu.org>
334         * isearch.el (isearch-mode-map): Undo previous change.
336 2004-06-05  Juri Linkov  <juri@jurta.org>
338         * bindings.el (debug-ignored-errors): Add regexps for history
339         related messages.  Remove $ from "No further undo information".
340         Move Ediff's messages to ediff.el.
342         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
344         * cus-edit.el (custom-display): Add `min-colors'.
346         * custom.el (defface): Add `supports' to docstring.
348         * help-fns.el (help-argument-name): Add :group 'help.
350 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
352         * find-dired.el (find-ls-subdir-switches): New user option.
353         (find-dired): No longer call `abbreviate-file-name' on DIR.
354         Set `dired-subdir-switches' buffer-locally.
356         * locate.el: Merge the two `Commentary' sections.
357         (locate-ls-subdir-switches): New user option.
358         (locate): Update for other changes.
359         (locate-mode-map): Restore Dired binding for mouse-2.
360         Bind `locate-mouse-view-file' to M-mouse-2.
361         Bind `l' to `locate-do-redisplay'.
362         (locate-main-listing-line-p, locate-do-redisplay): New functions.
363         (locate-mouse-view-file, locate-tags, locate-find-directory):
364         Print message if used outside main listing.
365         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
366         Various changes to support inserted subdirectories.
367         (locate-insert-header): Change header of *Locate* buffer.
369         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
370         Change interactive default switches.
371         (dired-rename-subdir-2): Update `dired-switches-alist'.
372         (dired-insert-subdir, dired-kill-subdir):
373         Handle `dired-switches-alist'.  Do not mark buffer modified.
374         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
375         (dired-insert-subdir-doinsert): Omit messages.
376         Handle `dired-subdir-switches'.
377         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
379         * dired.el (dired-subdir-switches, dired-switches-alist):
380         New vars.
381         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
382         subdirs if -R switch is used for a subdir.
383         (dired-mode): Set `dired-switches-alist'.
384         (dired-build-subdir-alist): Only print number of directories in
385         echo area when invoked interactively.
387 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
389         * dired-x.el (dired-omit-mode): Rename from
390         dired-omit-files-p.  Use define-minor-mode to define it.
391         (dired-omit-files-p): Add as alias for dired-omit-mode.
392         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
393         dired-mark-omitted.
394         (dired-mark-omitted): Add.  Bind to M-O.
396 2004-06-05  Kenichi Handa  <handa@m17n.org>
398         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
400 2004-06-05  Juanma Barranquero  <lektu@terra.es>
402         * help-fns.el (help-argument-name): Reintroduce face.
403         (help-default-arg-highlight): Use it, now that
404         `face-differs-from-default-p' can be trusted.
406 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
408         * textmodes/table.el: Sentence commands added to Point Motion
409         group; kill and backward-kill commands added to Extraction group.
411 2004-06-04  Mario Lang  <mlang@delysid.org>
413         * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
414         systems appear to use mW, make the code handle this.  Fix a
415         division-by-zero bug while at it, and handle kernels with
416         a slightly different layout in /proc/acpi.
418 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
420         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
421         because the latter is a CL-ism.  This fixes the bug reported by
422         Shawn Boyette <mdxi@collapsar.net> in
423         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
425 2004-06-04  Miles Bader  <miles@gnu.org>
427         * faces.el (display-supports-face-attributes-p): Function moved to
428         C code.  Previously only the tty-related portion of this function
429         was done in C; however the previous attempt to do a halfway-proper
430         job for non-tty displays in lisp didn't work properly because of
431         funny conditions during Emacs startup.
432         (face-differs-from-default-p): Simplify, now that
433         display-supports-face-attributes-p works properly on all display
434         types.  Remove :stipple from comparison; it doesn't really work
435         in emacs anyway.
437 2004-06-04  Miles Bader  <miles@gnu.org>
439         * faces.el (face-differs-from-default-p): Use a different
440         implementation, so we can really check whether FACE displays
441         differently or not.
443 2004-06-04  Miles Bader  <miles@gnu.org>
445         * faces.el (display-supports-face-attributes-p): Implement a
446         `different from default' check for non-tty displays.
448 2004-06-03  David Kastrup  <dak@gnu.org>
450         * woman.el (woman-mapcan): More concise code.
451         (woman-topic-all-completions, woman-topic-all-completions-1)
452         (woman-topic-all-completions-merge): Replace by a simpler and
453         much faster implementation based on O(n log n) sort/merge instead
454         of the old O(n^2) behavior.
456 2004-06-03  Miles Bader  <miles@gnu.org>
458         * subr.el (read-number): Use canonical format for default in prompt.
460         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
461         regexp for " [...]" style defaults.
463 2004-06-02  Romain Francoise  <romain@orebokech.com>
465         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
466         groups: if the user asks for a hidden buffer, open the
467         corresponding filter group to expose it.
469         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
470         `ibuffer-jump-to-buffer'.
471         (ibuffer-jump-offer-only-visible-buffers): New user option.
473 2004-06-02  Juanma Barranquero  <lektu@terra.es>
475         * faces.el (frame-update-faces): Add empty docstring so the one
476         for `ignore' doesn't show through.
478         * subr.el (process-kill-without-query): Remove spurious "\n" on
479         obsolescence string.
480         (focus-frame, unfocus-frame): Add obsolescence declaration and
481         empty docstring.
483         * international/mule.el (register-char-codings): Make alias for
484         `ignore'.  Move docstring to obsolescence info and remove
485         redundancy.
487 2004-06-02  Kim F. Storm  <storm@cua.dk>
489         * frame.el (blink-cursor-start): Turn cursor off initially so blink
490         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
492 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * vc-arch.el (vc-arch-state): Don't assume the file exists.
496 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
498         * desktop.el (desktop-save): Don't save minor modes without a
499         known mode initialization function.
501 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
503         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
505         * autorevert.el: Update `Commentary' section.
507 2004-05-30  Juanma Barranquero  <lektu@terra.es>
509         * dos-fns.el (convert-standard-filename):
510         * files.el (convert-standard-filename):
511         * w32-fns.el (convert-standard-filename):
512         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
514 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
516         Sync with Tramp.
518         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
519         (tramp-let-maybe): Move to an earlier spot in the file.
520         Patch by Andreas Schwab.
522 2004-05-30  Andreas Schwab  <schwab@suse.de>
524         * dired.el (dired-get-filename): Don't use dired-re-dot.
526 2004-05-30  Richard M. Stallman  <rms@gnu.org>
528         * files.el (find-file): Doc fix.
530         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
532 2004-05-30  Nick Roberts  <nickrob@gnu.org>
534         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
535         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
536         modeline of the locals buffer.
537         (gdb-goto-breakpoint): Handle gdbmi.
538         (gdb-get-frame-number): Change for gdbmi.
540 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
542         * files.el (file-remote-p): Apply file name handler for operation
543         `file-remote-p'.  It isn' a property any longer.
544         (file-relative-name): `fh' and `fd' get the required value via
545         `find-file-name-handler' already.
547         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
548         (top): Remove setting of `file-remote-p' property for
549         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
551 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
553         Version 2.0.41 of Tramp released.
555         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
556         Throw away if process has died.
557         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
558         (tramp-out-of-band-prompt-regexp): Rename to
559         `tramp-process-alive-regexp', because its usage is widen.
560         (tramp-actions-copy-out-of-band): Apply it.
561         (tramp-actions-before-shell, tramp-multi-actions):
562         Add `tramp-action-process-alive' action.
563         (tramp-action-process-alive): New defun.
564         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
565         Add entry for `file-remote-p'.
566         (tramp-handle-file-remote-p): New defun.
567         (top): Remove setting of `file-remote-p'.  Don't set
568         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
570         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
571         `file-remote-p'.
573         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
574         counted for (last) line.  [They should or they shouldn't?  --Stef]
575         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
577 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
579         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
580         not really necessary but seems to keep the shell history smaller
581         in some cases.  It is no substitute for setting HISTFILE and
582         HISTSIZE from tramp-open-connection-setup-interactive-shell,
583         though.  Suggested by Luc Teirlinck.
584         (tramp-open-connection-setup-interactive-shell): Export variables
585         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
586         (tramp-set-process-query-on-exit-flag): New compat function.
587         (tramp-open-connection-multi, tramp-open-connection-su)
588         (tramp-open-connection-rsh, tramp-open-connection-telnet)
589         (tramp-do-copy-or-rename-file-out-of-band): Use it.
590         (tramp-let-maybe): New macro, let-binds a variable only if it
591         isn't obsolete.
592         (tramp-check-ls-commands, tramp-handle-expand-file-name)
593         (tramp-handle-file-truename): Use it.
594         (tramp-completion-file-name-regexp-unified): Avoid matching
595         filenames starting with "/:" -- those are reserved for
596         file-name-non-special.
598         * tramp-smb.el (tramp-smb-open-connection):
599         Use tramp-set-process-query-on-exit-flag compat function.
601 2004-05-29  Richard M. Stallman  <rms@gnu.org>
603         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
605         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
606         (eval-last-sexp-print-value): Print char equivalent regardless
607         of standard-output value.
609         * thumbs.el (thumbs-subst-char-in-string): Delete.
610         (thumbs-thumbname): Use subst-char-in-string.
611         (thumbs-resize-image): Use condition-case, not ignore-errors.
612         (thumbs-kill-buffer): Likewise.
614         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
615         (thumbs-mode): Make buffer read-only.
616         (thumbs-make-thumb): Unconditionally accept an existing file.
617         (thumbs-insert-thumb): Add thumb-image-file property to the image.
618         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
619         (thumbs-show-thumbs-list): Error if images not supported.
620         (thumbs-save-current-image): Improve prompt string.
621         (thumbs-mode-map): Define u, R, x.
622         (thumbs-unmark): New command.
623         (thumbs-emboss-image): Minor cleanup.
624         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
625         (thumbs-rename-images): New command.
626         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
628         * thumbs.el (thumbs-current-image): New function.
629         (thumbs-file-list, thumbs-file-alist): New functions.
630         (thumbs-find-image): Delete arg L.
631         Don't set up thumbs-fileL as buffer-local global var.
632         (thumbs-find-image-at-point): Use thumbs-current-image.
633         (thumbs-set-image-at-point-to-root-window): Likewise.
634         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
635         Record and warn about errors.  Update thumbs-markedL for deletions.
636         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
637         (thumbs-redraw-buffer): Use thumbs-file-list.
638         (thumbs-mark): Use thumbs-current-image.
639         (thumbs-show-name): Use thumbs-current-image.
641         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
642         and imenu--last-menubar-index-alist.
644         * subr.el (with-selected-window): Undo previous change.
646 2004-05-29  John Paul Wallington  <jpw@gnu.org>
648         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
649         (thumbs-mouse-find-image): New command.
650         (thumbs-mode-map): Bind it to mouse-2.
651         (thumbs-mode): Make mode-class special.
652         (thumbs-view-image-mode): Likewise.
654 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
656         * flymake.el: New file.
658 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
660         * files.el (find-file-noselect-1): Do not bind
661         `inhibit-read-only' to t during execution of
662         `find-file-not-found-functions'.
664 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
666         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
667         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
669 2004-05-28  Juri Linkov  <juri@jurta.org>
671         * simple.el (eval-expression-print-format): New fun.
673         * simple.el (eval-expression):
674         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
675         * emacs-lisp/edebug.el (edebug-compute-previous-result)
676         (edebug-eval-expression): Print additionally the value returned by
677         `eval-expression-print-format'.
679         * emacs-lisp/lisp.el (insert-pair-alist): New var.
680         (insert-pair): Make arguments optional.  Find character pair
681         from `insert-pair-alist' according to the last input event.
682         (insert-parentheses): Make arguments optional.
683         (raise-sexp, delete-pair): New funs.
685         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
686         (emacs-lisp-mode-map, lisp-interaction-mode-map):
687         Bind C-M-q to `indent-pp-sexp'.
689         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
690         `pp-to-string' modified to be able to format text with newlines.
691         (pp-to-string): Move the buffer-formatting part of the code to
692         `pp-buffer'.  Call `pp-buffer'.
694         * info.el (Info-desktop-buffer-misc-data): Don't save information
695         about virtual files.
696         (Info-restore-desktop-buffer): Restore Info buffers in prepared
697         buffers with names obtained from the desktop file instead of the
698         default *info* buffer.
700 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * subr.el (with-selected-window): Only save/restore the selected window.
704         * progmodes/compile.el (compilation-error-regexp-alist):
705         Use expand-file-name and data-directory.
707         * progmodes/grep.el (grep-tree): Rework previous fix.
709         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
710         after the user marked text with the mouse.
712         * startup.el (command-line): Keep the first regexp of
713         auto-save-file-name-transforms intact.
715 2004-05-28  Juanma Barranquero  <lektu@terra.es>
717         * cus-edit.el (customize-face, customize-face-other-window)
718         (custom-face-edit-delete): Make arguments match their use in
719         docstring.
720         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
721         docstring.
723         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
724         not `cvs-butlast'.
726         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
727         `nbutlast' are in subr.el).
729         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
730         (set-w32-system-coding-system): Doc fixes.
732         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
733         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
734         Make arguments match their use in docstring.
735         (artist-draw-region-trim-line-endings)
736         (artist-mouse-choose-operation): Fix typo in docstring.
737         (artist-key-set-point-common): Doc fix.
739 2004-05-28  Simon Josefsson  <jas@extundo.com>
741         * mail/smtpmail.el (smtpmail-open-stream):
742         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
744 2004-05-26  Simon Josefsson  <jas@extundo.com>
746         * starttls.el: Merge with my GNUTLS based starttls.el.
747         (starttls-gnutls-program, starttls-use-gnutls)
748         (starttls-extra-arguments, starttls-process-connection-type)
749         (starttls-connect, starttls-failure, starttls-success): New variables.
750         (starttls-program, starttls-extra-args): Doc fix.
751         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
752         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
753         and pass on to corresponding *-gnutls function if it is set.
755 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
757         * autorevert.el (auto-revert-handler): Disable auto-reverting of
758         remote files.
760 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
762         * files.el (file-name-non-special): There are more operations
763         which need handling: `find-backup-file-name',
764         `insert-file-contents', `verify-visited-file-modtime',
765         `write-region'.  Rename t value of method to `add'.  Add new
766         methods `quote' and `unquote-then-quote' to file-arg-indices.
768 2004-05-25  Juri Linkov  <juri@jurta.org>
770         * info.el (Info-toc): Call Info-mode on intermediate buffer.
771         (Info-index-nodes): Enclose code in condition-case to catch errors.
772         (Info-index-node): Don't search all index nodes if request is only
773         for the current node and file is not in the cache of index nodes.
774         (Info-mode-map): Bind Info-copy-current-node-name to `w'
775         for consistency with dired-copy-filename-as-kill.
776         Bind `S' to Info-search-case-sensitively.
777         (Info-copy-current-node-name): New arg.  With zero prefix arg put
778         the name inside a function call to `info'.  Display copied text in
779         the echo area.
781 2004-05-25  Sam Steingold  <sds@gnu.org>
783         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
784         strip the package prefix from the symbol name, if any.
785         Make it the `find-tag-default-function' for `lisp-mode'.
787 2004-05-25  John Paul Wallington  <jpw@gnu.org>
789         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
790         instead of obsolete `process-kill-without-query'.
792         * textmodes/texinfmt.el (texinfo-indexvar-alist):
793         Declare as variable, not constant.
795 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
797         * files.el (find-file-noselect-1): Fix bug introduced by
798         Revision 1.694.  As a side effect, `inhibit-read-only'
799         is again, by default, t during execution of
800         `find-file-not-found-functions'.
801         (insert-directory): Check that lines were really inserted by
802         the --dired switch, before erasing them.
804 2004-05-24  Nick Roberts  <nickrob@gnu.org>
806         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
807         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
808         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
809         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
810         gud-minor-mode (gdbmi).
812 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
814         * net/browse-url.el (browse-url-interactive-arg): Enable user to
815         explicitly select the text to be taken as URL.
817 2004-05-23  Juri Linkov  <juri@jurta.org>
819         * info.el (Info-index-nodes): New var and fun.
820         (Info-goto-index, Info-index, info-apropos)
821         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
822         (Info-index): Fix docstring.  Store and restore Info-history-list.
823         (Info-complete-nodes): New var.
824         (Info-complete-menu-item): Use it.
825         (Info-index-node): New fun.
826         (Info-final-node, Info-forward-node, Info-backward-node)
827         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
828         Use Info-index-node.
829         (Info-extract-menu-item, Info-extract-menu-counting): Set second
830         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
831         (Info-find-node-2): If a node with period in its name not found,
832         try to find a node without the name part after period.
833         (Info-select-node): Call Info-fontify-node only if
834         Info-fontify-maximum-menu-size is not nil.
835         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
836         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
837         Preserve Info-history-list.
838         (Info-toc): Set Info-current-file.
839         (Info-build-toc): Move point to the beginning of the buffer.
840         Add main-file variable.
841         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
842         Use backslashed representation of the control character ^_.
844         * textmodes/texinfmt.el (texinfo-print-index): Print index line
845         numbers in the new Texinfo 4.7 format.
847         * add-log.el (change-log-font-lock-keywords): Remove `:' from
848         regexps for function and variable names.
850         * descr-text.el (describe-property-list): Add [show] button for
851         `syntax-table' property with action to pp to a separate buffer.
852         (describe-char): Replace search-forward by re-search-forward with
853         whitespace regexp after "character:" to not fail in too narrow windows.
855         * simple.el (next-error-find-buffer): Add a rule to return
856         next-error capable buffer if one window on the selected frame
857         displays such buffer.
859 2004-05-23  Nick Roberts  <nickrob@gnu.org>
861         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
862         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
863         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
864         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
865         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
866         Handle new value for gud-minor-mode (gdbmi).
867         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
868         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
869         Change from local to global gdb variable set.
870         (gdb-ann3): Initialise above gdb variable set.
871         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
872         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
873         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
874         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
875         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
876         (gdb-info-locals-handler, gdb-invalidate-assembler)
877         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
878         set as global variables.
879         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
880         Handle gdbmi.
881         (gdb-info-breakpoints-custom): Fix regexp.
882         (def-gdb-var): Delete.
884         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
885         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
886         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
887         a new mode.  The file (gdb-mi.el) for this mode will be included
888         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
889         primary interface.
891 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
893         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
894         interpreted as a directory.
896 2004-05-22  Richard M. Stallman  <rms@gnu.org>
898         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
899         as a close quote.
901         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
903         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
904         Use assoc-string, not assoc-ignore-case.
906         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
908         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
909         If moving back then fwd gets a defun that ends before point,
910         try again moving fwd then back.
912         * files.el (file-name-non-special): Allow t in file-arg-indices
913         to mean requote the return value.  Use `identity' as an element
914         rather than as the whole value.
916         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
918 2004-05-22  Juanma Barranquero  <lektu@terra.es>
920         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
921         `help-make-usage'.
922         (help-highlight-arguments): Skip function name before searching
923         for arguments.
925 2004-05-21  Juanma Barranquero  <lektu@terra.es>
927         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
928         Don't mention in the docstring these arguments meant for
929         internal (recursive) use only.
930         (allout-char-spec): Comment out (it's not implemented).
931         (allout-old-expose-topic, allout-exposure): Fix docstring and add
932         obsolescence declaration.
933         (allout-flatten-exposed-to-buffer)
934         (allout-indented-exposed-to-buffer): Fix typos in docstring.
935         (my-mark-marker): Doc fix.
936         (produce-allout-mode-map, allout-sibling-index)
937         (allout-isearch-expose, allout-distinctive-bullet)
938         (allout-open-topic, allout-reindent-body)
939         (allout-rebullet-heading, allout-process-exposed)
940         (allout-insert-listified, allout-latex-verb-quote)
941         (allout-insert-latex-header, allout-insert-latex-trailer):
942         Make arguments match their use in docstring.
943         (allout-primary-bullet, allout-old-style-prefixes)
944         (allout-inhibit-protection, allout-init, allout-mode)
945         (allout-before-change-protect, allout-flag-region):
946         Use "Emacs" instead of "emacs" in docstrings.
948 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
950         * international/characters.el: Modify syntax of more characters.
952 2004-05-21  Masatake YAMATO  <jet@gyve.org>
954         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
955         (etags-tags-completion-table): Show parsing progress.
957 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
959         * locate.el (locate-prompt-for-command): Shorten first line of
960         docstring.
961         (locate-mode): Expand docstring and include keymap summary.
963         * files.el (find-file-noselect-1): Limit the scope of the
964         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
965         is, by default, nil during the execution of
966         `find-file-not-found-functions' and `find-file-hook'.
968 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
970         * facemenu.el (facemenu-color-name-equal): New function.
971         (list-colors-display): Use it to compare colors instead of
972         facemenu-color-equal.
974 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
976         * compare-w.el (compare-windows-face): Use min-colors instead of
977         checking for tty or pc types.
979 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
981         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
982         (completion-setup-function): Use with-current-buffer.
983         Properly save excursion.  Simplify.
984         Don't assume there is necessarily a `mouse-face' property somewhere.
986         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
988         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
990         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
991         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
992         Use with-current-buffer.
993         (byte-goto-log-buffer): Delete.
994         (byte-compile-log-file): Call compilation-forget-errors.
996 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
998         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
999         output messages into the search result.
1001 2004-05-19  Masatake YAMATO  <jet@gyve.org>
1003         * wid-edit.el (widget-radio-button-notify): Revert my last
1004         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1006 2004-05-19  Kenichi Handa  <handa@m17n.org>
1008         * international/characters.el: Fix syntax (open/close) of CJK chars.
1010 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
1012         * help-mode.el (help-go-back): Don't depend on position of back button.
1014 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1017         files files don't contain an accidental additional /.
1019         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1020         in source buffer.
1022 2004-05-18  Masatake YAMATO  <jet@gyve.org>
1024         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1025         to widget-apply.  :action method assumes 2 arguments, not 3.
1027 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
1029         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1030         New constants.
1031         (hs-special-modes-alist): Add an f90-mode entry.
1033 2004-05-17  Sam Steingold  <sds@gnu.org>
1035         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1036         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
1038 2004-05-16  Kim F. Storm  <storm@cua.dk>
1040         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1042 2004-05-15  John Wiegley  <johnw@newartisans.com>
1044         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1045         (eshell-output-object-to-target): Improve output speed 20% by not
1046         calling `eshell-stringify' if something is already known to be a string.
1048 2004-05-15  Alex Ott  <ott@jet.msk.su>
1050         * textmodes/ispell.el (ispell-local-dictionary-alist):
1051         Add windows-1251 to the choice of coding systems.
1052         (ispell-dictionary-alist-6): Add support for "russianw.aff",
1053         encoded in cp1251.
1055 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
1057         * progmodes/compile.el (compilation-warning-face)
1058         (compilation-info-face): Use min-colors.
1060 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1062         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1063         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1064         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1065         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1066         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1067         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1068         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1069         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1070         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1071         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1072         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1073         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1074         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1075         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1077 2004-05-15  Kim F. Storm  <storm@cua.dk>
1079         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1080         Use it to set triggered-p element of timer.
1081         (timer-event-handler): Set triggered-p element non-nil while running
1082         the timer function.
1084 2004-05-14  David Ponce  <david@dponce.com>
1086         * tree-widget.el: New file.
1088 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
1090         * language/european.el ("Brazilian Portuguese"): Add support for
1091         Brazilian Portuguese.
1093 2004-05-13  John Wiegley  <johnw@newartisans.com>
1095         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1096         `recentf-mode' if this variable has been customized to t.
1098         * eshell/esh-test.el (eshell-test): Call the function
1099         `emacs-version' rather than trying to build a custom version string.
1101 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1103         * net/telnet.el (telnet-mode): Use define-derived-mode.
1104         Don't modify the global value of comint-prompt-regexp.
1106 2004-05-13  John Paul Wallington  <jpw@gnu.org>
1108         * version.el (emacs-version): Check for `gtk' feature before
1109         `x-toolkit' feature.
1111 2004-05-13  Juanma Barranquero  <lektu@terra.es>
1113         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1114         arguments in the docstring, they're used only in recursive calls.
1116         * help-fns.el (help-arg-highlighting-function)
1117         (help-argument-name): Delete.
1118         (help-default-arg-highlight): New function.
1119         (help-do-arg-highlighting): Use it.
1121 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1123         * calendar/appt.el (appt-disp-window):
1124         Use `calendar-set-mode-line' for a centered mode-line.
1126 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1128         * calendar/appt.el (appt-disp-window): Do not split window
1129         excessively when `split-height-threshold' is low.
1131 2004-05-12  Nick Roberts  <nickrob@gnu.org>
1133         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1134         kill-buffer-hook here and make it local.
1135         (gud-kill-buffer-hook): Use kill-process for a sure kill.
1137 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
1139         * progmodes/compile.el (compilation-set-window-height):
1140         Use save-excursion to protect against misplaced marker.
1142 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1144         * custom.el (defface): Document that type can have value gtk.
1146         * faces.el (face-spec-set-match-display): Handle type gtk in display.
1148 2004-05-12  Kenichi Handa  <handa@m17n.org>
1150         * descr-text.el: Require quail at comile time.
1151         (describe-char): If an input method is on and it supports the
1152         character, show how to input it.
1154         * international/quail.el (quail-install-decode-map): Accept a
1155         char-table whose subtype is `quail-decode-map'.
1156         (quail-store-decode-map-key, quail-gen-decode-map1)
1157         (quail-gen-decode-map, quail-find-key1, quail-find-key)
1158         (quail-show-key): New functions.
1160 2004-05-12  Juanma Barranquero  <lektu@terra.es>
1162         * generic.el (define-generic-mode): Remove redundant arglist info.
1164         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1165         Make arguments match their use in docstring.
1166         (help-arg-highlighting-function): New variable.
1167         (help-argument-name): Mention it in the docstring.
1168         (help-do-arg-highlight): Use it.  Expand regexp to accept also
1169         ARG-xxx and xxx-ARG references.
1171 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1173         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1174         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1175         and "mailto:addr1?to=addr2" equal.
1177 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1179         * man.el (Man-getpage-in-background): Use shell-file-name
1180         and shell-command-switch variables instead of hard-coded values.
1182 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
1184         * iimage.el: New file.
1186 2004-05-11  Juanma Barranquero  <lektu@terra.es>
1188         * custom.el (custom-initialize-default, defcustom):
1189         Fix typo in docstring.
1191         * files.el (set-visited-file-name, file-expand-wildcards):
1192         Fix docstring.
1194 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1198         * subr.el (eventp): Be more discriminating with integers.
1200 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
1202         * progmodes/compile.el (compile): Add universal prefix arg.
1203         (compilation-error-regexp-alist-alist): Add edg patterns.
1205 2004-05-10  Sam Steingold  <sds@gnu.org>
1207         * textmodes/ispell.el (ispell-message):
1208         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1210 2004-05-10  Dave Love  <fx@gnu.org>
1212         * progmodes/python.el (help-buffer): Autoload when compiling.
1213         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1214         (run-python): Prepend to any existing PYTHONPATH.
1216 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
1218         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1219         for pending breakpoints.
1221 2004-05-10  Richard M. Stallman  <rms@gnu.org>
1223         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
1224         directly without calling any functions in Rmail.
1225         (unrmail-unprune): Function deleted.
1227 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1230         C-c C-z binding.
1232 2004-05-10  Kenichi Handa  <handa@m17n.org>
1234         * descr-text.el (describe-char): Fix previous change.  Don't make
1235         a unibyte character to multibyte in the *Help* buffer.
1237 2004-05-10  Miles Bader  <miles@gnu.org>
1239         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1240         buffer an error if the debugger process is actually running.
1242 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1244         * help-fns.el (help-argument-name): Default to italic.
1245         (help-highlight-arguments): Return always (usage . doc), even when
1246         usage is nil.
1248         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1249         (define-ibuffer-filter): Add usage info.
1250         (define-ibuffer-op): Add usage info (but CL-style defaults for
1251         keyword args are not shown).
1253         * subr.el (remove-overlays, read-passwd): Fix docstring.
1254         (start-process-shell-command): Fix docstring.  Put usage info in a
1255         format usable by `describe-function'.
1256         (open-network-stream, open-network-stream-nowait)
1257         (open-network-stream-server): Fix docstring.
1259 2004-05-09  Jason Rumney  <jasonr@gnu.org>
1261         * international/code-pages (cp932, cp936, cp949, c950): Remove.
1262         Only define cp125* if windows-125* is already defined.
1264         * language/korean.el (cp949): Add alias.
1266         * language/chinese.el (cp936, cp950): Add aliases.
1268         * language/japanese.el (cp932): Add alias.
1270         * term/w32-win.el: Require code-pages.
1272         * international/mule-cmds.el (set-locale-environment):
1273         On MS-Windows use ansi code-page for default coding-systems.
1274         Set up paper sizes for Windows 3 letter languages.
1276         * international/code-pages.el (cp932, cp936, cp949, cp950):
1277         Add aliases.  Also add cp125* if not already defined.
1279 2004-05-09  Juanma Barranquero  <lektu@terra.es>
1281         * help-fns.el (help-highlight-arguments): Don't try to highlight
1282         missing or autoloaded arglists.  Accept structured arguments, like
1283         the first ones of `do' and `flet'.
1285         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1286         (cvs-get-marked): Remove redundant arglist info.
1288         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1289         Don't use CL-style default args.
1291 2004-05-08  Andreas Schwab  <schwab@suse.de>
1293         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1295         * international/subst-ksc.el: Fix references to utf-translate-cjk
1296         into utf-translate-cjk-mode.
1297         * international/subst-big5.el: Likewise.
1298         * international/subst-gb2312.el: Likewise.
1299         * international/subst-jis.el: Likewise.
1300         * international/utf-16.el: Likewise.
1301         * international/utf-8.el: Likewise.
1303 2004-05-08  John Wiegley  <johnw@newartisans.com>
1305         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1306         "virtual buffers" (off by default), which makes it possible to
1307         switch to the "virtual" buffers of recently visited files.  When a
1308         buffer name search fails, and this option is on, iswitchb will
1309         look at the list of recently visited files, and permit matching
1310         against those names.  When the user hits RET on a match, it will
1311         revisit that file.
1312         (iswitchb-read-buffer): Add two optional arguments, which makes
1313         isearchb.el possible.
1314         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1315         (iswitchb-next-match): Add support for virtual buffers.
1317         * isearchb.el: This module extends iswitchb to provide "as you
1318         type" buffer selection.
1320         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1321         Ignore the read-only property when flyspell highlighting is on.
1322         Not ignoring it leads to a series of confusing errors.
1323         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1324         but also make sure to call flyspell-incorrect-hook.
1325         (flyspell-maybe-correct-transposition): Perform transposition test
1326         by bit twiddling a string, rather than using a temp buffer.
1327         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1328         buffer.  This is also the original version of the code, which
1329         could not be checked in before due to a previous lack of
1330         assignment papers.  This version has seen heavy usage on my system
1331         for several years now.
1333         * calendar/cal-bahai.el: New file, which adds support for the
1334         Baha'i calendar to Emacs.  This calendar is based on a solar year
1335         of 19 months of 19 days, with 4 intercalary days.  Each year
1336         begins on March 21, with the calendar starting in 1844.
1338         * calendar/cal-menu.el, calendar/calendar.el,
1339         calendar/diary-lib.el, calendar/holidays.el: Added support for
1340         using cal-bahai.el.
1342         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1343         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1344         function can be used outside of eshell buffers.
1345         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1347 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1349         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1350         word constituent so FOO-ARG is not recognized as an arg.
1351         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1353         * simple.el (next-error): Fix typo in docstring.
1354         (open-line): Make argument names match their use in docstring.
1355         (split-line): Fix docstring.
1357         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1358         usable by `describe-function'.
1359         (gensym, gentemp, typep, ignore-errors): Make argument names match
1360         their use in docstring.
1362         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1363         argument to `help-setup-xref'.
1365 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1367         Version 2.0.40 of Tramp released.
1369         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1370         Use symbol-function to invoke functions only known on some Emacs
1371         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1372         Scaldeferri <kevin@scaldeferri.com>.
1373         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1374         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1375         consistent with the other tramp-do-* functions.
1376         (tramp-do-copy-or-rename-file): Calls adjusted.
1377         (tramp-process-initial-commands): Avoid liveness check on shell --
1378         we know that it must be alive since we're opening a connection at
1379         this moment.
1380         (tramp-last-cmd): New internal variable.
1381         (tramp-process-echoes): New tunable.
1382         (tramp-send-command): Set tramp-last-cmd.
1383         (tramp-wait-for-output): Delete echo, if applicable.
1384         (tramp-read-passwd): Construct the key for the password cache in a
1385         way that works for multi methods, too.
1386         (tramp-bug): Add backup-directory-alist and
1387         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1389 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1391         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1393         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1394         (tramp-actions-copy-out-of-band): New defcustoms.
1395         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1396         used instead of a synchronous one.  Allows password entering.
1397         (tramp-action-out-of-band): New defun.
1398         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1399         Remove restriction with password from doc string.
1400         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1401         `tramp-out-of-band-prompt-regexp',
1402         `tramp-actions-copy-out-of-band', `password-cache' and
1403         `password-cache-expiry'.
1404         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1405         password caching.
1406         (tramp-touch): FILE can be a local file, too.
1407         (TODO): Remove items done.
1408         (tramp-handle-insert-directory): Properly quote file name also if
1409         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1410         Schwab <schwab@suse.de>.
1411         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1412         new file.
1413         (tramp-handle-file-local-copy, tramp-handle-write-region):
1414         The permissions of the temporary file are set if filename exists.
1415         Reported by Ted Stern <stern@cray.com>.
1416         (tramp-backup-directory-alist)
1417         (tramp-bkup-backup-directory-info): New defcustoms.
1418         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1419         (tramp-handle-find-backup-file-name): New function.
1420         Implements Tramp's find-backup-file-name.
1422         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1423         for `find-backup-file-name'.
1425         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1426         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1428 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1430         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1432 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1434         * subr.el (lambda): Add arglist description to docstring.
1435         (declare): Fix typo in docstring.
1436         (open-network-stream): Fix docstring.
1437         (process-kill-without-query): Fix docstring and add obsolescence info.
1438         (last, butlast, nbutlast): Make arguments match their use in docstring.
1439         (insert-buffer-substring-no-properties): Likewise.
1440         (insert-buffer-substring-as-yank): Likewise.
1441         (split-string): Fix docstring.
1443         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1444         Make argument names match their use in docstring.
1446         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1448 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1450         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1451         Fit first sentence on one line for apropos-command.
1453 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         Changes largely merged in from Dave Love's code.
1456         * progmodes/python.el: Doc fixes.
1457         (python-mode-map): Add python-complete-symbol.
1458         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1459         (python-comment-indent, python-complete-symbol)
1460         (python-symbol-completions, python-partial-symbol)
1461         (python-try-complete): New.
1462         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1463         (python-check): Bind compilation-error-regexp-alist.
1464         (inferior-python-mode): Use rx.  Move keybindings to top level.
1465         Set comint-input-filter.
1466         (python-preoutput-filter): Use rx.
1467         (python-input-filter): Re-introduce.
1468         (python-proc): Start new process if necessary.
1469         Check python-buffer non-nil.
1470         (view-return-to-alist): Defvar.
1471         (python-send-receive): New.
1472         (python-eldoc-function): Use it.
1473         (python-mode-running): Don't defvar.
1474         (python-mode): Set comment-indent-function.
1475         Maybe update hippie-expand-try-functions-list.
1476         (python-indentation-levels): Initialize differently.
1477         (python-block-end-p): New.
1478         (python-indent-line): Use it.
1479         (python-compilation-regexp-alist): Augment.
1480         (run-python): Import `emacs' module to Python rather than loading
1481         code directly.  Set python-buffer differently.
1482         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1483         Use python-proc.
1484         (python-send-command): Go to end of comint buffer.
1485         (python-load-file): Use python-proc, emacs.eimport.
1486         (python-describe-symbol): Simplify interactive form.
1487         Use emacs.help.  Do use temp-buffer-show-hook.
1488         Call print-help-return-message.
1489         (hippie-exp): Require when compiling.
1490         (python-preoutput-continuation): Use rx.
1492         * diff-mode.el (diff-make-unified): Fix regexp.
1494 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1496         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1497         filter groups from the buffer when rebuilding the Ibuffer buffer
1498         and `ibuffer-show-empty-filter-groups' is nil.
1500 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1502         * ps-print.el (ps-print-quote): Call ps-value-string.
1503         (ps-setup): Call ps-comment-string.
1504         (ps-value-string, ps-comment-string): New funs.
1506 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1508         * ehelp.el (electric-help-command-loop): Check whether the last
1509         character is visible, not (point-max).
1511         * help-fns.el (help-argument-name): Default to bold; don't inherit
1512         from font-lock-variable-name-face.
1513         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1515 2004-05-05  Kenichi Handa  <handa@m17n.org>
1517         * descr-text.el (describe-char): Copy the character with text
1518         properties and overlays into the first line, and call
1519         describe-text-properties on it.
1521 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1523         * iswitchb.el (iswitchb-global-map): Fix typo.
1524         Remove unwanted ###autoloads from source file.
1526 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1528         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1529         in run-hooks.  Use substitute-command-keys in message.
1530         (wdired-abort-changes): Add message.
1532 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1534         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1535         (sql-emacs20-p): Remove.
1536         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1537         (sql-builtin-face, sql-doc-face): Remove.
1538         (sql-mode-ansi-font-lock-keywords)
1539         (sql-mode-oracle-font-lock-keywords)
1540         (sql-mode-postgres-font-lock-keywords)
1541         (sql-mode-linter-font-lock-keywords)
1542         (sql-mode-ms-font-lock-keywords)
1543         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1544         (sql-product-font-lock): Fix font-lock reset when font rules change.
1545         (sql-highlight-product): Remove incorrect font-lock reset logic.
1547 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1549         * ses.el (ses-set-parameter): Fix typo.
1551 2004-05-04  Kim F. Storm  <storm@cua.dk>
1553         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1554         Must expand directory for completion to work; and don't mess with
1555         process-environment.
1556         (ido-read-file-name): If command has ido property, don't use ido
1557         if value is ignore, or read as directory if value is dir.
1558         Set ido ignore property for dired-do-rename command.
1560 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1562         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1563         (electric-help-help): Check against unmapped commands.
1565         * help-fns.el (help-argument-name): New face, inheriting from
1566         font-lock-variable-name-face, to highlight function arguments in
1567         `describe-function' and `describe-key'.
1568         (help-do-arg-highlight): Auxiliary function to highlight a given
1569         list of arguments in a string.
1570         (help-highlight-arguments): Highlight the function arguments and
1571         all uses of them in the docstring.
1572         (describe-function-1): Use it.  Do docstring output via `insert',
1573         not 'princ', so text attributes are preserved.
1575         * winner.el (winner-mode-map): Move `winner-undo' and
1576         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1577         previous bindings conflict with `prev-buffer', `next-buffer').
1579 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1581         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1582         (bibtex-entry-update): New command bound to C-c C-u.
1583         (bibtex-text-in-string): Fix regexp.
1584         (bibtex-assoc-of-regexp): Remove.
1585         (bibtex-progress-message): Fix docstring.
1586         (bibtex-inside-field): Use if.
1587         (bibtex-assoc-regexp): New function.
1588         (bibtex-format-entry): Make code more robust so that it formats
1589         also old entries.
1590         (bibtex-autokey-demangle-title): Merge with obsolete function
1591         bibtex-assoc-of-regexp.
1592         (bibtex-field-list): New function.
1593         (bibtex-entry): Use bibtex-field-list.
1594         (bibtex-parse-entry): Fix docstring.
1595         (bibtex-print-help-message): Use bibtex-field-list.
1596         (bibtex-make-field): Use bibtex-field-list.
1597         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1598         (bibtex-lessp): Fix docstring.
1600 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1602         * select.el (xselect-convert-to-string): Move comment to intended line.
1604 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1606         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1607         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1609 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1611         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1612         x-get-selection.
1614 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1616         * makefile.nt: Remove.
1618 2004-05-03  Kim F. Storm  <storm@cua.dk>
1620         * emulation/cua-base.el (cua--update-indications): Fix last change.
1621         (cua-mode): Deactivate mark when cua-mode is enabled.
1623 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1625         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1627 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1629         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1630         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1631         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1632         window over visible frames.
1633         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1635 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1637         * progmodes/compile.el (compilation-gcpro): New var.
1638         (compilation-fake-loc): Use it.
1639         (compilation-forget-errors): Reset it.
1641 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1643         * diff-mode.el (diff-header-face, diff-file-header-face):
1644         Use min-colors.
1646 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1648         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1649         (bibtex-clean-entry): Disentangle code.
1650         (bibtex-realign): New function.
1651         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1652         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1653         Remove undocumented optional arg called-by-convert-alien.
1654         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1655         for sorting instead of bibtex-sort-buffer.
1657 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1659         * progmodes/compile.el (compilation-start): In the
1660         no-async-subprocesses branch, call sit-for to give redisplay a
1661         chance to show the updated process status in the mode line, and
1662         fontify the buffer explicitly after the process exits.
1664 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * progmodes/python.el (python-compilation-line-number): Remove.
1667         (python-compilation-regexp-alist): Don't use it any more.
1668         (python-orig-start, python-input-filter): Remove.
1669         (inferior-python-mode): Don't set up comint-input-filter-functions.
1670         (python-send-region): Use compilation-fake-loc.
1672         * progmodes/compile.el (compilation-messages-start): New var.
1673         (compilation-mode): Don't setup next-error-function here.
1674         (compilation-setup): Set it up here instead (for minor modes as well).
1675         Make compilation-messages-start buffer local.
1676         (compilation-next-error-function): Use it.
1677         (compilation-forget-errors): Set compilation-messages-start.
1679 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1681         * ielm.el (ielm-prompt-read-only): Update docstring.
1683         * comint.el (comint-prompt-read-only): Update docstring.
1684         (comint-update-fence, comint-kill-whole-line)
1685         (comint-kill-region): New functions.
1687         * simple.el (kill-whole-line): Use "p" instead of "P" in
1688         interactive form.
1690 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1692         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1693         format arglist so default values in CL-style argument lists are
1694         correctly shown.
1696 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1698         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1700 2004-05-01  Kenichi Handa  <handa@m17n.org>
1702         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1703         quail file if it is up to date.
1705 2004-04-30  Juri Linkov  <juri@jurta.org>
1707         * cus-edit.el (custom-mode-map):
1708         Add key binding `C-x C-s' to `Custom-save'.
1710         * outline.el (outline-blank-line): New var.
1711         (outline-next-preface, outline-show-heading)
1712         (outline-end-of-subtree): Use it.
1714         * dired-aux.el (dired-touch-initial): New fun.
1715         (dired-do-chxxx): Call it for op-symbol `touch'.
1716         (dired-diff): Use `dired-dwim-target-directory'
1717         if current dired buffer has no buffer mark.
1719         * bindings.el (propertized-buffer-identification):
1720         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1721         Add C-M-arrow keys for consistency.
1723         * files.el (confirm-kill-emacs):
1724         Change group from top-level `emacs' to `convenience'.
1726         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1727         Push mark on the first call of successive command calls.
1728         (insert-pair): New fun created from `insert-parentheses' with
1729         `open' and `close' arguments added.  Enclose active regions
1730         in paired characters.  Compare adjacent characters syntax with
1731         inserted characters syntax before inserting a space.
1732         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1734         * delsel.el: Don't put `delete-selection' property
1735         on `insert-parentheses' symbol to take advantage of
1736         region handling in `insert-pair' function.
1737         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1739 2004-04-30  Kim F. Storm  <storm@cua.dk>
1741         * emulation/cua-base.el: Add support for changing cursor types;
1742         based on patch from Michael Mauger.
1743         (cua-normal-cursor-color, cua-read-only-cursor-color)
1744         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1745         Customization cursor type and/or cursor color.
1746         (cua--update-indications): Handle cursor type changes.
1747         (cua-mode): Update cursor indications if enabled.
1749         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1751         * mouse.el (mouse-drag-copy-region): New defcustom.
1752         (mouse-set-region, mouse-drag-region-1): Use it.
1754         * simple.el (kill-ring-save): If region face background color is
1755         unspecified (if no highlighting), show extent of fully visible
1756         region even if transient-mark-mode is enabled.
1758         * emulation/cua-base.el (cua--standard-movement-commands):
1759         Add cua-scroll-up and cua-scroll-down.
1760         (cua-scroll-up, cua-scroll-down): New commands.
1761         (cua--init-keymaps): Remap scroll-up and scroll-down.
1763         * emulation/cua-rect.el (cua--convert-rectangle-as):
1764         New defmacro.
1765         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1766         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1767         New commands (suggested by Jordan Breeding).
1769 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1771         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1773 2004-04-30  Mario Lang  <mlang@delysid.org>
1775         * diff.el (diff-switches): Fix typo in docstring.
1777 2004-04-30  Alex Schroeder  <alex@gnu.org>
1779         * xml.el (xml-debug-print-internal): Don't add newline and
1780         indentation to text nodes and write empty elements as empty tags
1781         instead of opening and closing tags.
1782         (xml-debug-print): Take optional indent-string argument.
1783         (xml-print): Alias for xml-debug-print.
1785 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1787         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1788         than duplicate call to `line-beginning-position'.
1790         * progmodes/f90.el (f90-get-present-comment-type):
1791         Return whitespace, as well as comment chars, for consistent filling
1792         of comment blocks.  Use `match-string-no-properties'.
1793         (f90-break-line): Trim trailing whitespace when filling comments.
1795 2004-04-30  Dave Love  <fx@gnu.org>
1797         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1798         (diary-from-outlook-internal, diary-from-outlook)
1799         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1800         New functions to import diary entries from Outlook-format
1801         appointments in mail messages.
1803 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * progmodes/python.el (python-send-command): New fun.
1806         (python-send-region, python-load-file): Use it.
1808         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1810         * help-fns.el (help-C-file-name): Use new subr-name.
1811         Prepend `src/' to the file name.
1812         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1813         (describe-function-1, describe-variable): Only find a C source file
1814         name if DOC is already loaded.
1816         * help-mode.el (help-function-def, help-variable-def):
1817         Use the new find-function-search-for-symbol functionality.
1818         Allow FILE to be `C-source'.
1820         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1821         (find-function-C-source): New fun.
1822         (find-function-search-for-symbol): Use it.
1824 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1826         * progmodes/sql.el (sql-product-alist): Rename variable
1827         `sql-product-support'.  Add Postgres login parameters.
1828         (sql-set-product, sql-product-feature): Update with renamed variable.
1829         (sql-connect-postgres): Add username prompt.
1830         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1831         Make patterns less product specific.
1832         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1833         (sql-mode-abbrev-table): Modify initialization.
1834         (sql-builtin-face): Add variable.
1835         (sql-keywords-re): Add macro.
1836         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1837         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1838         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1839         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1840         (sql-mode-linter-font-lock-keywords)
1841         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1842         (sql-mode-sybase-font-lock-keywords)
1843         (sql-mode-informix-font-lock-keywords)
1844         (sql-mode-interbase-font-lock-keywords)
1845         (sql-mode-ingres-font-lock-keywords)
1846         (sql-mode-solid-font-lock-keywords)
1847         (sql-mode-sqlite-font-lock-keywords)
1848         (sql-mode-db2-font-lock-keywords): Default to nil.
1849         (sql-product-font-lock): Always highlight ANSI keywords.
1850         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1851         (sql-send-string): Add function.
1853 2004-04-29  Dave Love  <fx@gnu.org>
1855         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1856         (cfengine-end-of-defun): Ensure progress through buffer.
1858         * info-look.el (cfengine-mode): Accept a terminal ().
1860 2004-04-29  Juri Linkov  <juri@jurta.org>
1862         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1863         instead of isearch-yank-word-or-char.  Add new key bindings for
1864         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1865         (isearch-del-char): New fun.
1866         (isearch-forward, isearch-edit-string): Update docstring.
1867         (isearch-yank-char): Doc fix.
1868         (isearch-other-meta-char): Restore point after scrolling.
1870         * progmodes/compile.el (compilation-context-lines): Add nil option
1871         to disable compilation output window scrolling.
1872         (compilation-set-window): Use it.
1874         * outline.el (outline-next-preface, outline-show-heading):
1875         Don't leave unhidden blank line before heading.
1876         (outline-end-of-subtree): Include last newline into subtree.
1877         (hide-entry): Leave point at beginning of heading instead of end.
1878         (outline-up-heading): Push mark for the first call of successive
1879         command calls.
1881 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1883         * comint.el (comint-prompt-read-only): New variable.
1884         (comint-output-filter): Implement it.
1886         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1887         (ielm-prompt-internal): New variable.
1888         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1889         (ielm-send-input): Delete unused variable `buf'.
1890         (ielm-eval-input): Use `ielm-prompt-internal'.
1891         (inferior-emacs-lisp-mode): Use new variables
1892         `comint-prompt-read-only' and `ielm-prompt-internal'.
1893         Get rid of obsolete variable `directory-sep-char'.
1894         (ielm): Use `zerop'.
1896 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1898         * thumbs.el (toplevel): Require cl at compile time.
1899         Remove conditional definitions of `ignore-errors' and `caddar'
1900         because they occur at run time.
1902 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1904         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1905         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1906         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1907         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1909         * progmodes/gud.el (gud-common-init): Throw an error if program is
1910         already running under gdb.
1912 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1914         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1915         (thumbs-show-image-num): Move assignment of
1916         `thumbs-current-image-filename' within scope of `i'.
1917         (thumbs-emboss-image): Don't use `evenp'.
1919 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1921         * progmodes/compile.el (compilation-context-lines): Default now 0.
1923 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1925         Use `time-less-p' from calendar/time-date.el instead of defining
1926         custom versions of it.
1928         * pcomplete.el (pcomplete-time-less-p): Remove.
1930         * thumbs.el (time-less-p): Remove.
1932         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1933         (timeclock-generate-report): Use `time-less-p'.
1935         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1936         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1938 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1940         * subr.el (remove-overlays): Make arguments optional.
1942         * wid-edit.el (widget-specify-button): Put evaporate to the
1943         overlay for sample.
1944         (widget-specify-sample): Put evaporate to the overlay for sample.
1945         (widget-specify-doc): Put evaporate to the overlay for documentation.
1947 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1949         * info.el (info-apropos): Make it an index node.  Align node names
1950         like makeinfo.
1952 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1954         * net/browse-url.el (browse-url-netscape-sentinel)
1955         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1956         (browse-url-epiphany-sentinel, browse-url-mosaic):
1957         Use browse-url-*-program instead of a literal program name.
1959 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1961         * eshell/em-alias.el:
1962         * eshell/em-dirs.el:
1963         * eshell/em-hist.el:
1964         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1965         features when M-x customize-group loads modules before the main
1966         eshell.el.
1968 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1970         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1971         either a character representation of an event or an event
1972         description list.
1974         * type-break.el: Capitalise Emacs and Lisp.
1975         (type-break-good-break-interval, type-break-demo-boring-stats)
1976         (type-break-terse-messages, type-break-file-name): New defcustoms.
1977         (type-break-post-command-hook)
1978         (type-break-warning-countdown-string): Quote variable names in doc.
1979         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1980         (type-break-mode): Document type-break-good-break-interval and the
1981         "session" file.  Schedule break according to the session file.
1982         Kill session file buffer on exit.  Organise for save-some-buffers
1983         to always save the session file.
1984         (type-break-mode-line-message-mode, type-break-query-mode):
1985         Uppercase arguments.
1986         (type-break-file-time, type-break-file-keystroke-count, timep)
1987         (type-break-choose-file, type-break-get-previous-time)
1988         (type-break-get-previous-count): New defuns.
1989         (type-break): Avoid break querying after a completed break in the
1990         case where the query was initiated during user invocation of the
1991         break.  Optional terse messages.
1992         Use type-break-good-break-interval if type-break-good-rest-interval is
1993         nil.  File the break time.
1994         (type-break-schedule): New optional args for overriding the use of
1995         the current time.
1996         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1997         after a break.
1998         (type-break-check): File the keystroke count.
1999         (type-break-do-query): Prevent a second query when the break is
2000         interrupted.  Optional terse message.
2001         (type-break-keystroke-reset): Record the start of a typing interval.
2002         (type-break-demo-boring): Optional terse messages.  Display word
2003         per minute and keystroke counts according to
2004         type-break-demo-boring-stats.
2006 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
2008         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2009         directories, make sure they exist under archive-tmpdir.
2011 2004-04-27  Juri Linkov  <juri@jurta.org>
2013         * help.el (view-emacs-news): With argument, display info for the
2014         selected version by finding it among different NEWS files, and
2015         narrowing the buffer to the selected version.
2017         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2018         same-window-buffer-names.
2019         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
2020         non-numeric prefix argument, append the number to the buffer name
2021         for numeric prefix argument.
2022         (info-other-window): Bind same-window-regexps to nil.
2023         (Info-reference-name): Rename to Info-point-loc.
2024         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2025         and Info-find-index-name for stringy Info-point-loc.
2026         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
2027         without middle `.', but with final `.' and optional line number
2028         for it.  Set Info-point-loc for index nodes.
2029         (Info-index): Remove middle `.' from index entry regexp.
2030         Modify line number regexp.
2031         (Info-index-next): Decrement line number.
2032         (info-apropos): Remove middle `.' from index entry regexp.
2033         Add optional line number regexp at the end.  Add matched value
2034         for line number to the result list and insert it to the buffer.
2035         Replace match-string by match-string-no-properties.
2036         Reorder result list.
2037         (Info-fontify-node): Hide index line numbers.
2038         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2039         empty matches.
2040         (Info-follow-reference): Use `str' instead of
2041         Info-following-node-name-re.
2042         (Info-toc): Use full file names.  Set Info-current-node to "Top".
2043         (Info-fontify-node): Compare file names without directory name.
2044         (Info-try-follow-nearest-node): Don't set Info-reference-name.
2045         Set second arg of Info-extract-menu-node-name for index nodes.
2046         (info-xref-visited): Use magenta3 instead of magenta4.
2047         (Info-mode): Add info-apropos to docstring.
2049         * log-view.el (log-view-diff): Replace interactive code "r"
2050         by a list to allow to call it even if region is not active.
2052         * paren.el (show-paren-highlight-openparen): New var.
2053         (show-paren-function): Turn on openparen highlighting when
2054         matching forward if show-paren-highlight-openparen is non-nil.
2056         * simple.el (kill-ring-save): Use blink-matching-delay instead of
2057         the constant value 1.
2058         (completions-common-part): Expand docstring.
2060         * textmodes/picture.el (picture-mode-map): Add arrow keys.
2062 2004-04-27  Kim F. Storm  <storm@cua.dk>
2064         * image.el (insert-sliced-image): Use line-height instead of
2065         line-spacing property on newline.
2067 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
2069         * desktop.el (desktop-buffer-misc-data-function): Rename to
2070         desktop-save-buffer and change docstring.
2071         (desktop-buffer-modes-to-save): Delete.
2072         (desktop-save-buffer-p): Use desktop-save-buffer instead of
2073         desktop-buffer-modes-to-save.
2074         (desktop-save): Rename desktop-buffer-misc-data-function to
2075         desktop-save-buffer and allow non-function value.
2076         (desktop-missing-file-warning): Correct docstring.
2078         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2079         to desktop-save-buffer.
2081         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2082         desktop-save-buffer.
2084         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2086         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2088 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
2090         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2092 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2094         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2095         (ielm): Only go to the end of the buffer when starting a new process.
2097 2004-04-25  Juanma Barranquero  <lektu@terra.es>
2099         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2100         mode line.  Bind `inhibit-read-only' to t before modifying
2101         properties of text in the buffer.
2102         (ielm): Force point to the end of buffer, even when running ielm
2103         from inside itself.
2105 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
2107         * info.el (info-apropos): Reset Info-complete-cache.
2109 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
2111         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2112         Also recognize severe Irix et al. messages.
2113         (compilation-normalize-filename, compile-abbreviate-directory):
2114         Delete functions.
2115         (compilation-get-file-structure): New function inherits
2116         functionality of the two preceding ones.
2117         (compilation-internal-error-properties, compilation-fake-loc):
2118         Use it so that different paths to the same file share the same
2119         markers.  Also optimize finding adjacent marker slightly.
2121 2004-04-25  Kim F. Storm  <storm@cua.dk>
2123         * image.el (insert-sliced-image): Add line-spacing t property
2124         to newlines separating image lines.
2126 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2128         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2130         * ielm.el (ielm-prompt-read-only): New user option.
2131         (ielm-prompt): Expand docstring to describe new behavior.
2132         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2133         mention it in the docstring.
2135 2004-04-24  Andreas Schwab  <schwab@suse.de>
2137         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2139         * diff.el (diff): Set default-directory in diff buffer.
2141 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
2143         * mail/sendmail.el (mail-bury): Don't delete the frame where the
2144         mail was being composed if the terminal cannot display more than
2145         one frame; instead, switch to previous frame.
2147         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2148         (rmail-start-mail): Support rmail-mail-new-frame even on
2149         terminals that can display only one frame at a time.
2151 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2153         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2154         (checkdoc-output-font-lock-keywords): Remove error regexp.
2155         (checkdoc-output-mode-map): Remove.
2156         (checkdoc-output-mode): Derive from compilation-mode.
2157         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2159         * dired.el (dired-mode-map): Add a menu entry for wdired.
2161         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2162         (rx-bracket, rx-check-any, rx-any): Clean up name space.
2164         * wdired.el: (wdired-mode-map): Move init into declaration.
2165         Fix `return' binding.
2166         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2167         Use force-mode-line-update.
2168         (wdired-get-filename): Use `unless'.
2169         (wdired-preprocess-files): Don't assume names have no \n and use / for
2170         dir separator.
2171         (wdired-normalize-filename): Use replace-regexp-in-string.
2172         (wdired-load-hooks): Remove.
2173         (wdired-mode-hooks): Rename to wdired-mode-hook.
2175         * info-look.el: Add support for cfengine-mode.
2176         (info-lookup-setup-mode): Use dolist.
2178 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
2180         * wdired.el: New file.
2182 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2184         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2186         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2187         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2188         (pcomplete--help, pcomplete--here): Doc fixes.
2190 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
2192         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2193         handles wrong-number-of-arguments in backend call.
2195         * vc.el (vc-print-log): Likewise.
2197 2004-04-20  Dave Love  <fx@gnu.org>
2199         * emacs-lisp/rx.el: Doc fixes.
2200         (rx-constituents): Add/extend many forms.
2201         (rx-check): Check form is a list.
2202         (bracket): Defvar.
2203         (rx-check-any, rx-any, rx-check-not): Modify.
2204         (rx-not): Simplify.
2205         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2206         (rx-kleene): Use rx-trans-forms.
2207         (rx-quote-for-set): Delete.
2208         (rx): Allow multiple args.
2210 2004-04-23  Kenichi Handa  <handa@m17n.org>
2212         * international/mule-util.el (char-displayable-p): Simplify by
2213         using internal-char-font.
2215 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2217         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2219 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * diff-mode.el (diff-next-error): New fun.
2222         (diff-mode): Use it.
2224         * simple.el (next-error): Change arg name.
2225         Add support for the documented C-u C-x ` usage.
2227         * frame.el (special-display-popup-frame, next-multiframe-window)
2228         (previous-multiframe-window): Only consider frames on same display.
2230 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
2232         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2233         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2235 2004-04-22  Kim F. Storm  <storm@cua.dk>
2237         * net/telnet.el (telnet): Add optional port arg.
2239 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2241         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2242         Minor sanity check on the `hyperlink' slot.
2244         * Makefile.in (recompile): Compile new files.
2246         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2247         Add byte-recompile-directory's optional `arg'.
2249         * cvs-status.el (cvs-tree-use-charset): New var.
2250         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2251         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2252         (cvs-status-cvstrees): Use it.
2254         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2255         Make it a normal major mode.
2256         (checkdoc-buffer-label): Make sure the file name is meaningful.
2257         (checkdoc-output-to-error-buffer): Remove.
2258         (checkdoc-error, checkdoc-start-section): Rewrite.
2260         * info.el (info-node, info-menu-5, info-xref, info-header-node)
2261         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2262         (Info-title-4-face): Use new syntax.
2263         (info-xref-visited): Inherit from info-xref.
2265         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2267 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2269         * simple.el (next-error-last-buffer, next-error-function):
2270         New variables for the next-error framework.
2271         (next-error-buffer-p): New function.
2272         (next-error-find-buffer): Generalize compilation-find-buffer.
2273         (next-error, previous-error, first-error, next-error-no-select)
2274         (previous-error-no-select): Move from compile.el.
2276         * replace.el (occur-next-error, occur-1): Hook into the next-error
2277         framework.
2279         * progmodes/compile.el (compilation-start):
2280         Set next-error-last-buffer so next-error knows where to jump.
2281         (compilation-setup): Set the buffer-local variable
2282         next-error-function to 'compilation-next-error-function.
2283         (compilation-buffer-p, compilation-buffer-internal-p): Use an
2284         alternate way to find if a buffer is a compilation buffer, for
2285         next-error convenience.
2286         (next-error-no-select, previous-error-no-select, next-error)
2287         (previous-error, first-error): Move to simple.el.
2288         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2289         (compilation-last-buffer): Remove.
2290         (compilation-start, compilation-next-error, compilation-setup)
2291         (compilation-next-error-function, compilation-find-buffer):
2292         Remove compilation-last-buffer use.
2294 2004-04-21  Juanma Barranquero  <lektu@terra.es>
2296         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2297         (font-lock-warning-face): Fix spacing.
2299         * makefile.w32-in (WINS): Add url/ directory.
2301 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
2303         * desktop.el (desktop-buffer-mode-handlers): New variable.
2304         Alist of major mode specific functions to restore a desktop buffer.
2305         (desktop-buffer-handlers): Make variable obsolete.
2306         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2307         Catch errors signaled in handlers.  Update buffer count.
2308         Evaluate desktop-buffer-point.
2309         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2310         move to dired.el.
2311         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2312         move to info.el.
2313         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2314         move to mail/rmail.el.
2315         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2316         to mh-e/mh-e.el.
2317         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2318         On fail, print message (to message buffer) even if
2319         desktop-missing-file-warning is nil.
2320         (desktop-buffer-misc-data-function): New buffer local variable.
2321         Function returning major mode specific data.
2322         (desktop-buffer-misc-functions): Make variable obsolete.
2323         (desktop-save): Use desktop-buffer-misc-data-function.
2324         (desktop-buffer-dired-misc-data): Rename to
2325         dired-desktop-buffer-misc-data and move to dired.el.
2326         (desktop-buffer-info-misc-data): Rename to
2327         Info-desktop-buffer-misc-data and move to info.el.
2328         (desktop-read): Add message about number of buffers restored/failed.
2330         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2331         Add parameters.  Pause to display error only when
2332         desktop-missing-file-warning is non-nil.
2333         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2334         (dired-mode): Bind desktop-buffer-misc-data-function.
2336         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2337         Add Parameters.
2338         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2339         (Info-mode): Bind desktop-buffer-misc-data-function.
2341         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2342         Add Parameters.
2344         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2345         Add Parameters.
2347 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2349         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2350         the case of letters in case-insensitive expansions when the
2351         abbrev is preceded by characters with letter syntax.
2353 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2355         * progmodes/cperl-mode.el (cperl-putback-char):
2356         Delete Emacs 18 definition.
2358         * international/mule.el (ctext-post-read-conversion):
2359         Use assoc-string, not assoc-ignore-case.
2361         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2363         * emacs-lisp/easymenu.el (easy-menu-add):
2364         Do call x-popup-menu, but only if it's defined.
2366         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2368         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2369         Handle multiple args: compile like progn.
2371         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2372         take all args as &rest arg.
2374         * autoinsert.el (auto-insert-alist): Insert the user's name in
2375         copyright notice, rather than Free Software Foundation.
2377 2004-04-21  Kenichi Handa  <handa@m17n.org>
2379         * descr-text.el (describe-char): Make it work on *Help* buffer.
2381 2004-04-21  Kim F. Storm  <storm@cua.dk>
2383         * image.el (insert-image): Add optional SLICE arg.
2384         (insert-sliced-image): New defun.
2386 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2388         * subr.el (read-number): Check whether `default' is nil.
2390 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * progmodes/compile.el (compilation-error-properties):
2393         Split into two.
2394         (compilation-internal-error-properties): New one.
2395         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2397 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2399         * window.el (split-window-save-restore-data):
2400         Don't update the data if OLD-INFO is nil.
2402         * view.el (view-return-to-alist): Mark it permanent local.
2404         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2406         * recentf.el (recentf-save-list): Catch and warn about errors.
2408         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2409         so "Buffers" won't be pure.
2411         * help-mode.el (help-mode-finish): Set help-return-alist first
2412         thing, setting only the entry for the selected window.
2414         * help-fns.el (describe-function-1): If many non-control non-meta
2415         keys run the command, don't list all of them.
2417 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2419         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2420         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2422         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2424 2004-04-20  Kenichi Handa  <handa@m17n.org>
2426         * international/quail.el (quail-lookup-key): New optional arg
2427         NOT-RESET-INDICES.
2428         (quail-get-translations): Call quail-lookup-key with
2429         NOT-RESET-INDICES t.
2430         (quail-completion): Likewise.
2431         (quail-lookup-map-and-concat): Likewise.
2433 2004-04-20  Kenichi Handa  <handa@m17n.org>
2435         * international/quail.el (quail-update-translation): Don't insert
2436         such an unsupported multibyte char in a unibyte buffer.
2438 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2440         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2441         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2442         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2443         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2444         (gdb-frame-assembler-buffer): Improve behaviour with
2445         multiple frames.
2446         (gdb-display-buffer): Extend search to all visible frames.
2448 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2450         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2451         characters left after base64 decoding.
2452         (rmail-decode-region): Use -dos variety of `coding', to remove any
2453         ^M characters left after qp or base64 decoding.
2455 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2457         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2458         messages.
2460 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2462         * add-log.el (add-change-log-entry): Update doc string to mention
2463         add-log-full-name and add-log-mailing-address.
2465 2004-04-18  Juri Linkov  <juri@jurta.org>
2467         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2468         (Info-find-node-2): Simplify error message.
2469         (Info-insert-dir): Use Info-following-node-name.
2470         (Info-goto-node): Remove *info-history* and *info-toc*.
2471         (Info-history): Create a node of the virtual history file.
2472         (Info-toc): Create a node of the virtual toc file.
2473         (Info-insert-toc): New arg `curr-file' for reference file names.
2474         (info-apropos): Remove redundant var binding for temp-file.
2475         (Info-index, Info-index-next, Info-mode): Doc fix.
2476         (Info-goto-emacs-command-node): Don't jump to *info* from
2477         non-*info* Info buffers.
2478         (Info-fontify-node): Don't show the file name of external
2479         references if `Info-hide-note-references' is `hide'.  Don't hide
2480         newlines at the end of paragraphs.
2482         * international/mule-diag.el (list-input-methods):
2483         Fix args to help-xref-button.
2485         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2486         to put into effect local variables from TUTORIAL files.
2488         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2489         with default value taken from the variable `sentence-end'.
2490         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2491         Add nil const to :type.
2492         (sentence-end-without-period, sentence-end-double-space)
2493         (sentence-end-without-space): Doc fix.
2495         * textmodes/paragraphs.el (forward-sentence):
2496         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2497         (fill-delete-newlines):
2498         * progmodes/cc-cmds.el (c-beginning-of-statement):
2499         Use function `sentence-end' instead of variable `sentence-end'.
2501 2004-04-18  Andreas Schwab  <schwab@suse.de>
2503         * progmodes/compile.el (compilation-start): Set window start to
2504         point-min if compilation-scroll-output is nil.
2506 2004-04-18  John Wiegley  <johnw@newartisans.com>
2508         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2510 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2512         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2513         (gdb-info-breakpoints-custom): Revert previous change.
2514         (gdb-view-assembler): Update assembler if necessary.
2515         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2516         (gdb-display-source-buffer): Update properly when both source and
2517         assembler are visible.
2519 2004-04-17  John Wiegley  <johnw@newartisans.com>
2521         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2522         which limits the number of names shown in the minibuffer.  Off by
2523         default.
2524         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2525         up iswitchb for users with a multitude of open buffers by showing
2526         only the first and last N/2 buffers in the completion list (which
2527         is enough to aid C-s/C-r, and to know that more characters are
2528         needed to refine the completion list).
2530 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2532         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2533         (file-truename): Expand all ~ constructs directly.
2534         (insert-directory): Delete any error msg output by the
2535         `insert-directory-program'.
2537         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2538         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2539         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2540         (allout-init): Use find-file-hook, not find-file-hooks.
2541         (allout-mode): Eliminate Emacs 18 support.
2542         Use write-contents-functions, not local-write-file-hooks.
2544 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2546         * progmodes/compile.el (compilation-error-properties): Fix for
2547         adding messages when there are already markers for their file.
2548         (compilation-fake-loc): New function.
2550 2004-04-16  Dave Love  <fx@gnu.org>
2552         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2553         (python-load-file): Fix python-orig-start setting.
2555         * progmodes/compile.el: Doc fixes.
2556         (compilation-error-regexp-alist-alist)
2557         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2558         (compilation-assq): Wrap in eval-when-compile.
2559         (compilation-mode-font-lock-keywords): Don't use list*.
2560         (compilation-start): Avoid warning.
2561         (compilation-compat-error-properties)
2562         (compilation-directory-properties): Add keymap property.
2563         (compilation-parsing-end): Make it a marker for better compatibility.
2565         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2567 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2569         * xml.el: Doc fixes.
2570         (xml-get-children): Only looks at sub-tags and ignore strings.
2572         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2574 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * url/url-util.el (url-debug): Use with-current-buffer.
2578         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2579         (url-nfs-create-wrapper): Use new backquote syntax.
2581         * url/url-https.el (url-https-file-attributes): Add id-format param.
2583         * url/url-http.el (url-http-head-file-attributes)
2584         (url-http-file-attributes): Add id-format parameter.
2586         * url/url-handlers.el: Use new find-file-hook.
2587         (url-file-attributes): Add id-format parameter.
2589         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2590         (url-file-file-attributes): Add id-format parameter.
2592         * url/url-dav.el: Use with-current-buffer.
2593         (url-dav-process-response): Fix regexps and spurious quote.
2594         (url-dav-file-attributes): Add id-format param.
2596         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2598 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2600         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2602         * vc.el (vc-print-log): Likewise.
2604 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2606         * simple.el (completion-setup-function): Set an initial value
2607         to `element-common-end' before entering loop.  Set a value
2608         to `element-common-end' at the end of loop.
2609         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2610         (completions-common-part): Rename from completion-de-emphasis.
2611         (completions-first-difference): Rename from completion-emphasis.
2612         Suggested by RMS.
2614 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2616         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2617         (bookmark-edit-annotation-mode): Add mode name.
2619 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2622         for nested conflict markers.
2623         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2625 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2627         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2629         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2631 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2634         Give a backtrace if requested.
2636         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2638         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2639         Remove unused functions.
2640         (python-orig-start-line, python-orig-file): Remove.
2641         (python-orig-start): New var.
2642         (python-input-filter, python-compilation-line-number)
2643         (python-send-region, python-load-file): Use it.
2645         * info.el (info): Always jump to *info*.
2647         * subr.el (posn-set-point): New function.
2649         * mouse.el (mouse-set-point): Use it.
2651         * progmodes/compile.el (compile-goto-error): Use it.
2652         (compilation-button-map): New keymap.
2653         (compilation-error-properties): Use it.
2654         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2656         * smerge-mode.el (smerge-popup-context-menu): Use it.
2658         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2659         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2660         mouse and non-mouse case.
2662         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2663         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2665         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2666         Make it work for non-mouse events.
2668         * pcvs-info.el (cvs-status-map): Update binding name.
2670 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2672         * xml.el (xml-maybe-do-ns): New function to handle namespace
2673         parsing of both attribute and element names.
2674         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2675         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2676         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2677         (xml-parse-attlist): Make it do its own namespace parsing.
2679 2004-04-14  Dave Love  <fx@gnu.org>
2681         * progmodes/python.el (run-python): Fix use of \n.
2682         (python-load-file): Remove `try' from Python fragment.
2683         (python-describe-symbol): Fix message.
2685         * comint.el: Doc fixes.
2686         (comint-last-input-start, comint-last-input-end)
2687         (comint-last-output-start): Give them values.
2688         (comint-arguments): Avoid warning.
2689         (comint-skip-prompt): Use line-end-position.
2690         (comint-backward-matching-input): Rename arg to agree with doc.
2691         (comint-extract-string): Use syntax-ppss.
2692         (comint-dynamic-simple-complete): Delete useless list construction.
2693         (comint-redirect-subvert-readonly): New.
2694         (comint-redirect-preoutput-filter): Use it.
2696         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2697         Correctly handle negative arguments when calling hook functions.
2699 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2701         * info.el (info-apropos): Don't clobber Info-history-list.
2703 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2705         * progmodes/compile.el (compilation-setup):
2706         Localize overlay-arrow-position.
2707         (compilation-sentinel): Restructure code equivalently.
2708         (compilation-next-error): Find message on same line after point if
2709         not found before point.
2710         (compile-mouse-goto-error): Restore function so that compilation
2711         buffer need not be current and use compile-goto-error.
2712         (compile-goto-error): Restore function.
2713         (next-error): Set overlay-arrow-position.
2714         (compilation-forget-errors): Don't localize already local
2715         compilation-locs and remove FIXME about refontifying.
2717 2004-04-14  Kim F. Storm  <storm@cua.dk>
2719         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2720         (command-line): New option -Q.  Like -q --no-site-file, but
2721         in addition it also disables menu-bar, tool-bar, scroll-bars,
2722         tool-tips, and the blinking cursor.
2723         (command-line-1): Skip startup screen if -Q.
2724         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2726         * emulation/cua-base.el (cua-read-only-cursor-color)
2727         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2729 2004-04-13  Dave Love  <fx@gnu.org>
2731         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2732         (syntax): Don't require.
2733         (python) <defgroup>: Add :version.
2734         (python-quote-syntax): Re-written.
2735         (inferior-python-mode): Move stuff here from run-python and add
2736         some more.
2737         (python-preoutput-continuation, python-preoutput-result)
2738         (python-dotty-syntax-table): New.
2739         (python-describe-symbol): Use them.
2740         (run-python): Move stuff to inferior-python-mode.  Modify code
2741         loaded into Python.
2742         (python-send-region): Use python-proc, python-send-string.
2743         (python-send-string): Send newlines too.  Callers changed.
2744         (python-load-file): Re-written.
2745         (python-eldoc-function): New.
2746         (info-look): Don't require.
2747         (python-after-info-look): New.  A modified version of former
2748         top-level code for use with eval-after-load.
2749         (python-maybe-jython, python-guess-indent): Use widened buffer.
2750         (python-fill-paragraph): Re-written.
2751         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2752         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2754 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2757         Set compilation-error-regexp-alist earlier.
2759         * progmodes/compile.el (compilation-minor-mode-map)
2760         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2761         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2763 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2766         corresponding to the event.
2768         * url/url.el (url-retrieve): Use with-current-buffer.
2770         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2771         Remove unused var `version'.
2773         * url/url-handlers.el (url-handler-mode): New minor mode.
2774         (url-setup-file-name-handlers): Remove.
2776 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2778         * loadup.el: Add cygwin to system-type list, for unexec() support.
2780 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2782         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2783         (ibuffer-restore-window-config-on-quit): New variable to replace
2784         `ibuffer-delete-window-on-quit'.  Update all references.
2785         (ibuffer-prev-window-config): New variable.
2786         (ibuffer-quit): Restore previous window configuration instead of
2787         deleting window.
2788         (ibuffer): Save window configuration before showing Ibuffer buffer.
2790         * help.el (describe-mode): Doc fix.
2792         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2793         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2795 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2797         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2798         not to treat nil as a function.
2800         * vc-arch.el (vc-arch-root): Be a bit more careful.
2801         (vc-arch-register): Save the buffer if we modified it.
2802         (vc-arch-delete-rej-if-obsolete): Save excursion.
2803         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2804         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2806         * net/ldap.el (ldap-search): Use list*.
2808 2004-04-12  Juri Linkov  <juri@jurta.org>
2810         * info.el (Info-follow-reference): Allow multiline reference name.
2812 2004-04-11  Dave Love  <fx@gnu.org>
2814         * url/url-mailto.el (url-mailto):
2815         * url/url-history.el (url-history-setup-save-timer):
2816         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2818         * url/url-file.el (url-file-build-filename): Don't use
2819         directory-sep-char.
2821         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2823         * url/url-about.el (url-scheme-registry): Defvar.
2824         (url-about): Use text/plain.
2826         * url/url-vars.el (cl): Don't require.
2827         (url): Add :version.
2828         (url-bug-address): Use bug-gnu-emacs.
2830         * url/url-util.el (url-hexify-string): Don't give multibyte error
2831         for char <16.
2832         (mail-header-extract): Autoload.
2834         * url/url-parse.el: Doc fixes.
2836         * url/url-ldap.el (ldap): Require.
2837         (url-ldap): Fix `format' call.
2838         (url-ldap-certificate-formatter): Avoid warning.
2840         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2841         backquotes.
2843         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2844         (url-intersection): New.
2845         (url-dav-supported-p): Use it.
2846         (url-dav-save-resource): Declare url-http-response-status special.
2848         * url/url-cache.el (url-util): Require.
2850         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2852         * progmodes/python.el: New file.
2854 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2856         * vc-hooks.el (vc-arg-list): Function removed.
2857         (vc-default-workfile-unchanged-p): Use condition-case to check for
2858         backward compatibility.
2860         * vc.el (vc-print-log): Use condition-case to check for backward
2861         compatibility.
2863 2004-04-11  Juri Linkov  <juri@jurta.org>
2865         * dired.el (dired-faces): New defgroup.
2866         (dired-header, dired-mark, dired-marked, dired-flagged)
2867         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2868         New faces.
2869         (dired-header-face, dired-mark-face, dired-marked-face)
2870         (dired-flagged-face, dired-warning-face, dired-directory-face)
2871         (dired-symlink-face, dired-ignored-face): New face variables.
2872         (dired-font-lock-keywords): Use them instead of font-lock faces.
2873         Split the rule for dired marks into 3 separate rules: for marks,
2874         marked file names and flagged file names.
2876         * help-mode.el (help-make-xrefs): Add a final newline to the
2877         *Help* buffer.
2879 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2881         * replace.el (occur-engine): Distinguish between one and several
2882         matches in the matches per buffer heading.
2884 2004-04-11  Kim F. Storm  <storm@cua.dk>
2886         * ido.el (ido-confirm-unique-completion): New defcustom.
2887         (ido-complete): Use it.
2888         (ido-write-file): Set it to t unconditionally.
2890 2004-04-10  Miles Bader  <miles@gnu.org>
2892         RCS keyword removal (only non-comment changes are enumerated here):
2894         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2895         (byte-compile-insert-header): Don't use `byte-compile-version'.
2896         * url/url-vars.el (url-version): Use the constant string "Emacs"
2897         instead of calculating something from the RCS `State' keyword
2898         [the latter is almost entirely useless anyway].
2899         * forms.el (forms-version): Variable removed.
2900         (forms-mode): Don't use `forms-version'.
2901         * recentf.el (recentf-version): Variable removed.
2902         * progmodes/delphi.el (delphi-version): Variable removed.
2903         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2905 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2907         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2909 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2911         * info.el (info-apropos): Improve menu item regexp.
2913 2004-04-09  Simon Josefsson  <jas@extundo.com>
2915         * mail/smtpmail.el: Add comment, based on report by
2916         kdc@rcn.com (Kevin D. Clark).
2918 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2920         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2921         Redo one more thing that I didn't notice Daniel had undone.
2923 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2925         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2926         (gdb-goto-breakpoint, gdb-display-buffer)
2927         (gdb-display-source-buffer, gdb-view-source-function)
2928         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2929         (gdb-source-info, gdb-frame-handler): Don't specify a window
2930         for display.
2931         (gdb-info-breakpoints-custom): Remove superfluous update of
2932         assembler buffer.
2933         (gdb-many-windows): Make settable outside gdb.
2935 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2937         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2938         Derive from fundamental-mode rather than text-mode.
2940 2004-04-08  Juri Linkov  <juri@jurta.org>
2942         * info.el (Info-history): Doc fix.
2943         (Info-history-list): New var.
2944         (info-xref): Change magenta4 to blue, remove bold for dark and
2945         light backgrounds, change bold to underline for non-color classes.
2946         (info-xref-visited): New face.
2947         (Info-fontify-visited-nodes): New custom.
2948         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2949         (Info-reference-name): New var.
2950         (Info-selection-hook): New custom.
2951         (Info-edit-mode-hook): New var.
2952         (Info-find-file): New fun.
2953         (Info-find-node): Move part of code to Info-find-file.
2954         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2955         to the place with the reference name if name is defined.
2956         (Info-select-node): Add current node to Info-history-list.
2957         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2958         (Info-search-whitespace-regexp): New custom.
2959         (Info-search-case-fold): New var.
2960         (Info-search): Add "case-sensitively" to the prompt.
2961         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2962         (Info-search-case-sensitively, Info-search-next): New fun.
2963         (Info-up): Move point to the menu item of the current node.
2964         (Info-history): New fun.  Add *info-history* to
2965         same-window-buffer-names.
2966         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2967         (Info-insert-toc): New fun.
2968         (Info-build-toc): New fun.
2969         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2970         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2971         with the same name prefer the reference closest to point.
2972         (Info-next-reference): Replace * by + in the *Note regexp.
2973         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2974         (Info-prev-reference): Replace * by + in the *Note regexp.
2975         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2976         (Info-follow-nearest-node): Add new arg `fork'.
2977         (Info-try-follow-nearest-node): Add new arg `fork'.
2978         Call browse-url for http:// and ftp:// references.
2979         Set Info-reference-name for index entries.
2980         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2981         Info-search-next, Info-history, Info-toc, clone-buffer.
2982         (Info-menu-update): Replace * by + in the *Note regexp.
2983         (Info-mode): Add documentation for Info-history, Info-toc,
2984         Info-search-case-sensitively, Info-search-next, clone-buffer.
2985         (Info-fontify-menu-headers): Remove fun.  Move code to
2986         Info-fontify-node.
2987         (Info-fontify-node): Add docstring.  Add local vars
2988         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2989         then fontify header line, titles, menu headers, http and ftp
2990         references, refill paragraphs.  If not-fontified-p is t or
2991         fontify-visited-p is t then fontify cross references, menu items.
2992         Fontify menu headers.  Fontify http and ftp references.
2993         Change regexp for cross references to require whitespace after *Note,
2994         add matching groups for file and node names.  Remove hack for quote.
2995         Use display property for Info-hide-note-references=t.  Use fifth
2996         or fourth match for help-echo.  Display visited nodes in a
2997         different face.  Unhide file names of external references.
2998         Unhide newlines.  Display visited menu items in a different face.
3000 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3002         * progmodes/compile.el: Require CL.
3003         (compilation-mode-font-lock-keywords): Re-install the "line as
3004         function" patch.
3006         * help-fns.el (help-C-source-directory): New var.
3007         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3008         (describe-function-1, describe-variable): Use them.
3010         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3011         to C source files specially.
3013 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3015         * info.el (Info-hide-cookies-node): New function.
3016         (Info-select-node): Use it.
3017         (Info-display-images-node): Remove message with image file name.
3019 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
3021         * progmodes/compile.el (compilation-warning-face)
3022         (compilation-info-face, compilation-skip-threshold)
3023         (compilation-skip-visited, compilation-context-lines):
3024         Declare :version when added to Emacs.
3025         (compilation-error-regexp-alist-alist): Extend caml and irix.
3026         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3027         (compilation-mode-font-lock-keywords): Temporarily undo line as
3028         function patch, which wasn't ready.
3030 2004-04-07  Kenichi Handa  <handa@m17n.org>
3032         * international/latin1-disp.el (latin1-display-setup): Check each
3033         character is displayable or not instead of calling
3034         latin1-display-check-font.
3036 2004-04-06  Kenichi Handa  <handa@m17n.org>
3038         * language/ethio-util.el (ethio-sera-being-called-by-w3):
3039         New variable.
3040         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3041         instead of sera-being-called-by-w3.
3042         (ethio-fidel-to-sera-buffer): Likewise.
3043         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3044         instead of sera-being-called-by-w3.
3045         (ethio-write-file): Likewise.
3047 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3049         * printing.el: Doc fix.
3051 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
3053         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3054         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3055         (gdb-setup-windows): Only use separate IO buffer if required.
3057 2004-04-06  Kim F. Storm  <storm@cua.dk>
3059         * term.el (term-is-xemacs): Remove.
3060         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3061         (term-window-width): New function.
3062         (term-mode, term-check-size): Use it.
3063         (term-mode): Disable overflow-newline-into-fringe in term buffer.
3065 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3067         * cus-edit.el (custom-add-parent-links): Change unbound variable
3068         `symbol' to `name'.
3070 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3071         * info.el (info-apropos): New function.
3072         (Info-mode-menu): Add it.
3073         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3075         * help-mode.el (help-make-xrefs): Recognize aliased variable with
3076         inherited docstring.
3078         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3080 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3084         * progmodes/compile.el (font-lock): Don't require any more.
3085         (compilation-error-properties, compilation-start, compilation-sentinel)
3086         (compilation-filter, next-error): Use with-current-buffer.
3087         (compilation-skip-to-next-location, compilation-skip-threshold)
3088         (compilation-skip-visited): Move to silence the byte-compiler.
3089         (compilation-setup): Simplify.
3090         (compilation-next-error): Use line-(beginning|end)-position.
3091         Make sure `pt' is non-nil before using compilation-loop.
3092         (compile-goto-error): Add optional event arg.  Use it.
3093         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3094         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3095         Update the binding for mouse-2.
3096         (first-error): Set compilation-current-error to nil rather than bob.
3097         (compilation-parsing-end, compilation-parse-errors-function)
3098         (compilation-error-list, compilation-old-error-list):
3099         "New" compatibility variables.
3100         (compile-buffer-substring, compilation-compat-error-properties)
3101         (compilation-compat-parse-errors, compilation-forget-errors):
3102         New compatibility functions.
3103         (compilation-mode-font-lock-keywords): Use them.
3105 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3107         * autorevert.el (auto-revert-handler): If point (or a window
3108         point) is at the end of the buffer, keep it there after
3109         reverting.  This allows to tail a file.
3110         Mention this in the `Commentary'.
3112         * format.el (format-write-file): Add optional argument CONFIRM
3113         and make it behave like the analogous argument to `write-file'.
3115 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3117         * progmodes/ebnf2ps.el: Doc fix.
3118         (ebnf-version): New version number (4.2).
3119         (ebnf-syntax): Customization and docstring fix.
3120         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3121         Put autoloaded funs before first use.
3122         (ebnf-style-database): Add dtd entry.
3123         (ebnf-syntax-alist): Add dtd initialization.
3124         (ebnf-token-sequence): New fun.
3125         (ebnf-comment-table): Add new comment action character.
3126         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3128         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3129         Type Definition for XML).
3131         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3132         * progmodes/ebnf-bnf.el (ebnf-sequence):
3133         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3134         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3135         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3136         Code simplification: call ebnf-token-sequence.
3138 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
3140         * calendar/timeclock.el (timeclock-relative)
3141         (timeclock-get-project-function, timeclock-get-workday-function)
3142         (timeclock-query-out, timeclock-when-to-leave)
3143         (timeclock-when-to-leave-string, timeclock-log-data)
3144         (timeclock-generate-report, timeclock-in): Doc fixes.
3146 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3148         * url: Import the URL package from its repository.
3150         * url/url-methods.el:
3151         * url/url-parse.el: Don't require url-auto.
3153 2004-04-03  Andreas Schwab  <schwab@suse.de>
3155         * diff-mode.el (diff-mode): Fix missing quote.
3157 2004-04-03  Juri Linkov  <juri@jurta.org>
3159         * descr-text.el (describe-property-list): Add `font-lock-face'.
3161         * dired.el (dired-font-lock-keywords): Fix permission regexps.
3163 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3165         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3166         Use utf-16le on little endian machines and utf-16be otherwise.
3168 2004-04-02  David Kastrup  <dak@gnu.org>
3170         * net/browse-url.el (browse-url-generic): Use call-process
3171         instead of start-process to allow browsers that fork and detach.
3173 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
3175         * compile.el (compilation-current-error): New var.
3176         (compilation-setup, compile-mouse-goto-error)
3177         (compile-goto-error, next-error): Use it.
3178         (compilation-skip-to-next-location): Default to t, which gives
3179         contiguous skipping like old compile (where this was redundant).
3180         (compilation-next-error): Prevent previous-* commands from moving
3181         back to message at or just before point.
3183 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
3185         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3186         (gdb-source-info): Don't display source at startup, if required.
3187         (gdb-show-main): New option.
3188         (gdba): Update documentation.
3189         (gdb-source): Cover case of auto-display output.
3191 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3193         * autorevert.el: Delete obsolete autoload's and defvar's.
3194         (auto-revert-check-vc-info): New user option.
3195         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3196         (auto-revert-handler-vc): Delete.
3197         (auto-revert-handler): Treat return value `fast' of
3198         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
3200         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3201         return `fast'.
3203         * files.el (buffer-stale-function): Doc change.
3205 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3207         * printing.el: New tip on Tips section.
3208         (pr-version): New version number (6.7.4).
3209         (pr-shell-file-name): Initialization fix.
3211 2004-03-31  Juri Linkov  <juri@jurta.org>
3213         * dired.el: Add autoload for `dired-do-touch'.
3214         (dired-touch-program): New var.
3215         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3216         (dired-no-confirm): Add `touch' to docstring.
3218         * dired-aux.el (dired-do-touch): New fun.
3219         (dired-do-chxxx): Add argument -t for touch operation.
3221         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3222         `dired-move-to-filename-regexp'.
3224 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
3226         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3228 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3230         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3231         and only if the buffer was modified.
3233 2004-03-30  Kenichi Handa  <handa@m17n.org>
3235         * international/characters.el: Delete pairs for U+2308..U+230B.
3237 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
3239         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3240         to detect the beginning of a level 2 or 3 annotation.
3242 2004-03-29  Kenichi Handa  <handa@m17n.org>
3244         * international/ucs-tables.el (ucs-insert): Fix the error message.
3246 2004-03-29  Kenichi Handa  <handa@m17n.org>
3248         * international/mule-util.el (char-displayable-p): Fix generation
3249         of XLFD file name.
3251         * Makefile.in (setwins, setwins_almost): Change directory to $wd
3252         before finding directories by `find'.
3254 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3256         * subr.el (interactive-form): Delete.  Now implemented in C.
3258         * pcvs.el (cvs-parse-process): Workaround for Darwin.
3260         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3261         (vc-diff-label): New fun.
3262         (vc-diff-internal): Use it.
3264         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3266 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3268         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3270         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3271         specify XML (EBNFX).
3273         * progmodes/ebnf2ps.el: Doc fix.
3274         (ebnf-version): New version number (4.1).
3275         (ebnf-syntax): Adjust customization.
3276         (ebnf-style-database): Add ebnfx entry.
3277         (ebnf-syntax-alist): Add ebnfx initialization.
3278         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3280         * printing.el: Doc fix.
3281         (pr-version): New version number (6.7.3).
3282         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3283         returns nil for mouse position.  Reported by Drew Adams
3284         <drew.adams@oracle.com>.
3285         (pr-update-menus): Modify interactive declaration.  Reported by Drew
3286         Adams <drew.adams@oracle.com>.
3288 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
3290         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3291         (gud-gdba-marker-filter): Log the process input and output, if
3292         required.  From Stefan Monnier.
3293         (gdb-debug-log, gdb-enable-debug-log): New variables.
3294         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3296 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3298         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3299         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3301 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3303         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3304         Call vc-find-file-hook here instead of in auto-revert-buffers.
3305         (auto-revert-buffers): Delete call to vc-find-file-hook.
3306         (auto-revert-verbose, global-auto-revert-non-file-buffers)
3307         (global-auto-revert-mode, auto-revert-set-timer)
3308         (auto-revert-handler, auto-revert-buffers): Doc fixes.
3310 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3312         * woman.el (woman-change-fonts): Rename local variable
3313         woman-font-alist to font-alist to avoid a compiler warning.
3315 2004-03-27  Dave Love  <fx@gnu.org>
3317         * emacs-lisp/rx.el (rx): Doc fix.
3318         Fix copyright years.
3320         * strokes.el (strokes-global-set-stroke-string): New function.
3321         (strokes-list-strokes): Cope with strings, not just commands.
3322         Set foreground colour of image.
3323         (strokes-global-set-stroke): Doc fix.
3325 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3327         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3328         Auto Revert mode.
3329         (Buffer-menu-files-only): New variable.
3330         (Buffer-menu-toggle-files-only): New function.
3331         (Buffer-menu-mode-map): Bind it to `T'.
3332         (Buffer-menu-mode): Mention `T' in docstring.
3333         Set buffer-stale-function.
3334         (list-buffers-noselect): Mark buffer non-modified and set
3335         Buffer-menu-files-only.
3337         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3339         * autorevert.el (auto-revert-handler): Print revert message
3340         before, rather than after, reverting.
3341         (buffer-stale-function): Move to files.el.
3343         * files.el (buffer-stale-function): Move here from autorevert.el.
3345 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3349         * calc/calc.el (calc-mode-map): Use mapc.
3351         * apropos.el (apropos-mode): Don't autoload.
3352         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3353         (apropos): Use it.
3354         (apropos-print): Add optional `text' argument.
3355         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3356         Don't assume point-min == 1.
3358         * bs.el (bs-buffer-list): Use buffer-local-value.
3359         (bs--set-toggle-to-show): Use with-current-buffer.
3361         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3362         New funs.
3363         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3365         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3367         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3368         (dabbrev--find-expansion): Use pop.
3369         (dabbrev--search): Use match-string-no-properties.
3371         * dired.el (dired-mode): Use run-mode-hooks.
3372         (dired-move-to-end-of-filename): Use match-string.
3374         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3375         is bound before using it.
3376         (ediff-verbose-p): Make it into a var since it's not constant.
3378         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3380         * faces.el (read-face-font): Don't cons up unnecessarily.
3381         (header-line, tool-bar): Share common parts.
3383         * files.el (file-relative-name): Use compare-strings.
3385         * finder.el (finder-mode): Follow coding convention.
3387         * subr.el (read-number): New function.
3389         * ses.el (ses-read-number): Move to subr.el.
3390         (ses-set-header-row): Use read-number.
3392 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3394         * vc-hooks.el (vc-arg-list): New function, which handles both
3395         compiled and uncompiled code.
3396         (vc-default-workfile-unchanged-p): Use it.
3398         * vc.el (vc-print-log): Undo prev change, use new function
3399         vc-arg-list from vc-hooks.el.
3401 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3403         * simple.el (completion-setup-function): Emphasize the
3404         first uncommon characters in the completions; and de-emphasize
3405         the common prefix substrings.
3406         (completion-emphasis): New face.
3407         (completion-de-emphasis): New face.
3409 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3411         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3412         Comment out (it's unused and unfinished code).
3414 2004-03-25  Sam Steingold  <sds@gnu.org>
3416         * vc.el (vc-print-log): Fix a bug in the last patch:
3417         backend-function may be a byte-compiled object, not a lambda.
3419 2004-03-25  Juri Linkov  <juri@jurta.org>
3421         * descr-text.el (describe-property-list): Add a button
3422         for `face' property that calls `describe-face'.
3423         Suggested by luis fernandes <elf@ee.ryerson.ca>
3425         * international/mule.el (keyboard-coding-system):
3426         * kmacro.el (kmacro-call-macro): Fix docstring.
3428         * dired.el: Fix comments.
3430         * textmodes/fill.el (fill): Fix Info link.
3432         * font-lock.el (fast-lock, lazy-lock):
3433         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3434         Info node.
3436         * eshell/eshell.el (eshell): Fix broken info-link.
3438         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3439         * eshell/em-banner.el (eshell-banner):
3440         * eshell/em-smart.el (eshell-smart):
3441         * eshell/esh-cmd.el (eshell-cmd):
3442         Comment out broken info-links to incomplete Info manual.
3444         * info-xref.el: Fix commentary.
3446 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3448         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3449         Remove spurious node duplicate suppression, doesn't work, not wanted.
3450         (info-xref-output): Take format style args, add "sit-for 0" to let
3451         user see the results as they progress.
3452         (info-xref-check-all-custom): New function.
3454 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3456         * gdb-ui.el: Moved to progmodes.
3458 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3462 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3464         * calendar/appt.el (appt-check): Remove superfluous progn.
3465         When finished with diary buffer: if it was not being displayed
3466         before, kill it; otherwise restore its original state.
3467         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3469         * calendar/calendar.el (calendar-set-mode-line): Use total
3470         available mode-line width, rather than frame-width.
3472         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3473         after mode change so effect not lost.
3475 2004-03-23  Dave Love  <fx@gnu.org>
3477         * dired.el (dired) <defgroup>: Add link to manual.
3478         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3479         (dired-revert): Use dolist.
3480         (dired-mode-map): Add U binding.
3481         (dired-mode): Add font-lock-beginning-of-syntax-function.
3482         (dired-garbage-files-regexp): Make it a defcustom.
3484 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3487         is equivalent to nil.
3488         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3489         (vc-arch-mode-line-string): Accept `added' state.
3490         (vc-arch-state): Use inode-sigs if available.
3491         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3492         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3493         (vc-arch-tagline-re): New var.
3494         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3495         New functions.
3496         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3497         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3499         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3500         (vc-file-not-found-hook): Use it.
3502         * diff-mode.el (diff-default-read-only): Change default.
3503         (diff-mode-hook): Make it a defcustom.  Add some options.
3504         (diff-mode-map): Bind diff-refine-hook.
3505         (diff-yank-handler): New var.
3506         (diff-yank-function): New fun.
3507         (diff-font-lock-keywords): Use them.
3508         (diff-end-of-file): Handle case where file-header looks like diff text.
3509         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3510         (diff-file-kill): Delete a subsequent empty line, if applicable.
3511         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3512         (diff-find-file-name): Use it.
3513         (diff-tell-file-name): New command.
3514         (diff-mode): Be careful with view-mode.
3515         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3516         New functions, for use in diff-mode-hook.
3517         (diff-find-source-location): Catch "regex too large" errors.
3518         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3519         (diff-refine-hunk): New command.
3521         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3522         (smerge-context-menu-map): Remove unused var.
3523         (smerge-keep-all): Preserve markers.
3524         (smerge-keep-n): New fun.
3525         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3526         (smerge-keep-current, smerge-ediff): Use it.
3527         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3528         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3529         (smerge-resolve): Resolve trivial 3-part conflicts.
3531 2004-03-23  Juri Linkov  <juri@jurta.org>
3533         * man.el (Man-width): New var.
3534         (Man-getpage-in-background): Use it.
3535         (Man-support-local-filenames): New var and fun.
3536         (Man-build-man-command): Don't add a second %s.
3537         (Man-fontify-manpage): Clean up message.
3538         (Man-mode): Set outline-regexp, outline-level,
3539         imenu-generic-expression.
3541         * woman.el (woman-fill-frame): Doc fix.
3542         (woman-decode-region): Use window-width instead of frame-width.
3544         * abbrevlist.el (list-one-abbrev-table):
3545         * descr-text.el (describe-char):
3546         * international/mule-diag.el (describe-current-coding-system):
3547         * international/quail.el (quail-insert-decode-map):
3548         Use window-width instead of frame-width.
3550         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3551         (jka-compr-mode-alist-additions): Add tbz.
3552         (jka-compr-write-region, jka-compr-insert-file-contents):
3553         Add message for undefined compress-program.
3554         (jka-compr-write-region): Remove redundant var bindings.
3556         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3557         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3558         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3559         (dired-man): Use dired-guess-shell-command.
3560         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3561         Change default nil to t.
3563         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3564         (dired-compare-directories): Add default value for empty input.
3566         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3568         * time.el (display-time-string-forms): Fix help-echo date format.
3570 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3572         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3573         (buffer-stale-function): New variable.
3574         (auto-revert-list-diff, auto-revert-dired-file-list)
3575         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3576         (auto-revert-handler): Take over some functionality of deleted
3577         functions.
3578         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3580         * dired.el (dired-directory-changed-p): New fun, extracted from
3581         dired-internal-noselect.
3582         (dired-buffer-stale-p): New fun.
3583         (dired-internal-noselect): Use dired-directory-changed-p.
3584         Eliminate revert messages.
3585         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3587 2004-03-23  Kenichi Handa  <handa@m17n.org>
3589         * international/characters.el: Setup syntaxes for more parentheses
3590         Unicode characters.
3592         * international/mule-cmds.el (select-safe-coding-system):
3593         Merge coding-system and auto-cs before comparing them.
3595 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3597         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3599         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3600         normal-auto-fill-function and comment-indent-function.
3601         The default values now work just as well.
3602         Don't set font-lock-beginning-of-syntax-function since we already set
3603         syntax-begin-function.
3604         (lisp-outline-level): Put ;;;###autoload at same level as (.
3605         (prin1-char): Quote special chars.
3607         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3608         than with-no-warnings.
3610         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3611         if the source location can't be found.
3612         (edebug-compute-previous-result): Use prin1-char.
3614         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3615         (debug-ignored-errors): Add an entry.
3617         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3618         (byte-compile-file): Output warning when deleting a file.
3620         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3621         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3623         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3624         (byte-compile-inline-expand): Use backquote.
3625         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3626         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3628         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3630         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3632 2004-03-22  Juri Linkov  <juri@jurta.org>
3634         * finder.el (finder-known-keywords): Fix data, tex, unix.
3636         * play/landmark.el: Fix keywords.
3638         * language/ethio-util.el (ethio-find-file): Doc fix.
3640         * emacs-lisp/warnings.el: Doc fix.
3642         * textmodes/ispell.el (ispell-help): Doc fix.
3644 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3646         * format.el (format-insert-file): Always return a list of two
3647         elements, like insert-file-contents does.
3649 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3651         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3652         and vc-BACKEND-diff.
3653         (vc-print-log): If the print-log implementation supports it, use
3654         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3655         (vc-version-diff, vc-diff-internal): Doc fixes.
3657         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3658         implementation supports it, let diff output go to *vc*,
3659         not *vc-diff*, since this is an internal call.
3661         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3663         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3665         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3667 2004-03-21  Dave Love  <fx@gnu.org>
3669         * progmodes/cfengine.el (cfengine-mode):
3670         Set parse-sexp-ignore-comments.
3672         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3674 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3676         * allout.el (allout-mode): Fix docstring.
3678 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3680         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3682         * autorevert.el (auto-revert-interval): Make new value take
3683         effect immediately when set through Custom.
3684         (auto-revert-set-timer): Add interactive declaration.
3686 2004-03-19  David Ponce  <david@dponce.com>
3688         * ruler-mode.el (ruler-mode-header-line-format-old):
3689         Don't `make-variable-buffer-local'.
3690         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3691         (ruler-mode-header-line-format): Simply funcall the above.
3692         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3693         to save/restore a previous header line format.
3694         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3695         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3696         fringes and margins width.
3697         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3699 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3701         * log-edit.el (log-edit-font-lock-keywords): Typo.
3703         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3704         (tex-send-tex-command): Rather than here.
3705         (tex-compilation-parse-errors): Simplify.
3707         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3709         * time.el (display-time-string-forms): Add help-echo with date on time.
3711         * composite.el (compose-region): Use restore-buffer-modified-p.
3713         * disp-table.el (standard-display-8bit): Simplify.
3715         * server.el (server-process-filter): Delete temp frame.
3717         * add-log.el (add-change-log-entry): Simplify.
3719 2004-03-19  Kim F. Storm  <storm@cua.dk>
3721         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3722         (hexl-follow-line): Don't require 'fringe.
3724         * progmodes/compile.el (compilation-start): Always set
3725         compilation-last-buffer and return it.
3727 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3729         * simple.el (clone-buffer): Doc fix.
3731 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3733         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3735 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * log-edit.el (log-edit-font-lock-keywords): New var.
3738         (log-edit-mode): Use it.
3740 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3742         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3743         properly for watching in speedbar.
3745 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3747         * smerge-mode.el (smerge-popup-context-menu):
3748         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3750 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3753         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3754         Take sealed revisions into account.
3755         (vc-arch-checkin): Extract a summary line from the message.
3757 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3759         * register.el (register): Provide `register' feature.
3761 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3763         Added context menu support in smerge mode.
3764         Most of the part is written by Stefan Monnier.
3766         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3767         New keymap and menu.
3768         (smerge-text-properties): New function.
3769         (smerge-remove-props): New function.
3770         (smerge-popup-context-menu): New function.
3771         (smerge-resolve): Call `smerge-remove-props'.
3772         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3773         (smerge-keep-current): Ditto.
3774         (smerge-kill-current): New function.
3775         (smerge-match-conflict): Put text properties.
3776         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3778 2004-03-15  David Ponce  <david@dponce.com>
3780         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3781         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3782         (ruler-mode-right-scroll-bar-cols): Remove.
3783         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3784         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3785         Use fringe-columns and scroll-bar-columns.
3787 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3789         * hl-line.el (hl-line-range-function): New variable.
3790         (hl-line-move): New function.
3791         (global-hl-line-highlight): Use `hl-line-move'.
3792         (hl-line-highlight): Ditto.
3794         * scroll-bar.el (scroll-bar-columns):
3795         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3797         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3798         (ruler-mode-left-fringe-cols)
3799         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3800         (ruler-mode-right-scroll-bar-cols)
3801         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3802         (ruler-mode-ruler-function): New variable.
3803         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3804         if the value for `ruler-mode-ruler-function'is given.
3806         * hexl.el (hexl-mode-hook): Make the hook customizable.
3807         (hexl-address-area, hexl-ascii-area): New customize variables.
3808         (hexlify-buffer): Put font-lock-faces on the address area and
3809         the ascii area.
3810         (hexl-activate-ruler): New function.
3811         (hexl-follow-line): New function.
3812         (hexl-highlight-line-range): New function.
3813         (hexl-mode-ruler): New function.
3815 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3818         (vc-default-find-file-hook): New fun.
3819         (vc-find-file-hook): Call new find-file-hook operation.
3821         * vc-arch.el: New file.
3823 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3825         * info-look.el (info-lookup): Reuse an existing Info window.
3827 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3829         * woman.el (woman-preserve-ascii): Default value changed to t and
3830         doc string revised.
3832 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3834         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3835         Fix minor bug.
3837         * replace.el (occur-engine): Change message for count of matches.
3839         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3840         For strings, do compare text properties.
3842 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3844         * progmodes/compile.el (compile-auto-highlight)
3845         (compilation-error-list, compilation-old-error-list)
3846         (compilation-parse-errors-function, compilation-parsing-end)
3847         (compilation-error-message, compilation-directory-stack)
3848         (compilation-enter-directory-regexp-alist)
3849         (compilation-leave-directory-regexp-alist)
3850         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3851         (compilation-current-file, compilation-regexps): Remove vars.
3853         (compile-error-at-point, compilation-error-filedata)
3854         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3855         (compilation-next-error-locus, compilation-forget-errors)
3856         (count-regexp-groupings, compilation-parse-errors)
3857         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3859         (compile-internal): Make obsolete.
3861         (compilation-first-column, compilation-error)
3862         (compilation-directory-matcher, compilation-page-delimiter)
3863         (compilation-mode-font-lock-keywords, compilation-debug)
3864         (compilation-error-face, compilation-warning-face)
3865         (compilation-info-face, compilation-line-face)
3866         (compilation-column-face, compilation-enter-directory-face)
3867         (compilation-leave-directory-face, compilation-skip-threshold)
3868         (compilation-skip-visited, compilation-context-lines): New vars.
3870         (compilation-warning-face, compilation-info-face)
3871         (compilation-message-face): New faces.
3873         (compilation-error-regexp-alist-alist): New constant.
3875         (compilation-face, compilation-directory-properties)
3876         (compilation-assq, compilation-error-properties, compilation-start)
3877         (define-compilation-mode, compilation-loop)
3878         (compilation-set-window): New functions.
3880         (compile): Additional argument for interactive compiles like TeX.
3882         * progmodes/grep.el (kill-grep): Move here from compile.el
3883         (grep-error, grep-hit-face, grep-error-face)
3884         (grep-mode-font-lock-keywords): New variables.
3885         (grep-regexp-alist): Simplify regexp and add `binary' case.
3886         (grep-mode): New mode.
3887         (grep-process-setup): Simplify.
3889 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3891         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3892         letters on DOS/Windows.
3894 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * server.el (server-name): New var.
3897         (server-socket-dir): New var to replace server-socket-name.
3898         (server-start): Use them.
3900 2004-03-11  Simon Josefsson  <jas@extundo.com>
3902         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3903         died to avoid infloop.  Reported by Jonathan Glauner
3904         <jglauner@sbum.org>.
3906 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3909         (smerge-mode-menu): Use it to deactivate menu entries.
3910         (smerge-keep-current): New fun.
3911         (smerge-keep-current): Use it.
3913 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3915         * foldout.el (foldout-fold-list, foldout-modeline-string):
3916         Declare them as variables, not constants.
3918 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3920         * ps-print.el: Modification to print *Messages* buffer.
3921         (ps-print-version): New version 6.6.4.
3922         (ps-message-log-max): New fun.
3923         (ps-spool-without-faces, ps-spool-with-faces)
3924         (ps-count-lines-preprint): Code fix.
3926         * printing.el: New tips in Tips section.
3928 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3930         * delim-col.el: Doc fix.
3932         * printing.el: Doc fix.  New doc section (Tips).
3934 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * type-break.el (type-break-emacs-variant): Remove.
3937         (type-break-run-at-time, type-break-cancel-function-timers):
3938         Use fboundp rather than version name and number.
3940 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3942         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3943         `make-variable-buffer-local'.
3945 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3947         * find-dired.el (find-dired): Call `shell-command' instead of
3948         `start-process-shell-command'.  By this, Tramp takes over
3949         handling of remote directories.
3951 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * newcomment.el (comment-use-global-state): New var.
3954         (comment-search-forward): Use it.
3956         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3958         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3960         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3961         (enable-kinsoku): Make it a defcustom.
3962         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3963         paragraph to same-comment-start-marker.
3965 2004-03-07  Dave Love  <fx@gnu.org>
3967         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3968         (browse-url-mail): Use it.
3970         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3971         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3973 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3975         * woman.el (woman-man.conf-path): Doc fix.
3976         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3978 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3980         * sort.el (sort-columns): Remove ms-dos from the list of systems
3981         where the external `sort' command is not used.
3983 2004-03-07  Kim F. Storm  <storm@cua.dk>
3985         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3986         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3987         from overlay-arrow-variable-list.
3988         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3990 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3992         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3993         overlay arrow string properly for the assembler buffer.
3995 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3997         * mail/sendmail.el (mail-mode): Fix last change.
3999 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
4001         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4002         for the assembler buffer.
4003         (gdb-assembler-custom): Position the overlay arrow.
4004         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4006 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4010         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4011         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4013         * mail/sendmail.el (mail-mode): Set comment-start-skip.
4015         * newcomment.el (uncomment-region): Allow non-terminated comment.
4016         (comment-normalize-vars): Check the user-specified comstart marker.
4018 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
4020         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4021         Otherwise, do use it if the region only contains font-lock text
4022         properties.
4024 2004-03-04  Masatake YAMATO  <jet@gyve.org>
4026         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4027         as the callback function for eldoc.
4028         (hexl-print-current-point-info): New function.
4029         (hexl-current-address): Print the address in both decimal
4030         and hexadecimal format.
4032 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4034         * mail/rmail.el (rmail-convert-to-babyl-format):
4035         Specify t for UNIBYTE when calling mail-unquote-printable-region.
4037         * mail/mail-utils.el (mail-unquote-printable-region):
4038         New arg UNIBYTE.
4040         * startup.el (command-switch-alist): Doc fix.
4042         * simple.el (undo): Temporarily set this-command to `undo-start',
4043         then set it to `undo' once undo-start returns without error.
4045         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4047         * simple.el (kill-line): Don't disregard trailing whitespace
4048         in eol condition, if show-trailing-whitespace is set.
4050         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4051         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4052         When disabling, restore old values only if mouse-sel-has-been-enabled.
4054         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4055         (isearch-{-char): New function.
4056         (isearch-mode-map): Bind { to isearch-{-char.
4058         * font-lock.el (lisp-font-lock-keywords-2):
4059         Turn off the CL with-... and do-... general patterns.
4060         Instead, recognize several specific with... and do... constructs.
4062         * files.el (switch-to-buffer-other-window):
4063         Bind same-window-buffer-names and same-window-regexps to nil.
4064         (switch-to-buffer-other-frame): Likewise.
4066 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4069         recognizing leading comment on code line.
4071 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4074         hidden files/directories.
4076 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4078         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4079         only comment-start (in case the mode hasn't set it).
4081         * Makefile.in (AUTOGENEL): New var.
4082         (bootstrap-prepare): Rename from bootstrap-clean.
4083         Don't remove elc files.
4084         (maintainer-clean): New target.
4086         * xml.el (xml-get-attribute-or-nil): Simplify.
4088 2004-03-02  Juri Linkov  <juri@jurta.org>
4090         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4091         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4092         URL to prevent their substitution with the environment variable
4093         values by browsers.
4095 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4097         * ps-print.el: Doc fix.
4098         (ps-print-version): New version number (6.6.3).
4099         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4100         Docstring fix.
4101         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4102         before printing.
4103         (ps-time-stamp-yyyy-mm-dd): New fun.
4104         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4106 2004-03-02  Kim F. Storm  <storm@cua.dk>
4108         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4110 2004-03-01  Juanma Barranquero  <lektu@terra.es>
4112         * allout.el (allout-rebullet-heading): Fix typo in docstring.
4114         * desktop.el (desktop-file-version)
4115         (desktop-after-read-hook): Fix typos.
4116         (desktop-clear-preserve-buffers): Remove redundant info in
4117         docstring already shown by the obsolescence message.
4118         (desktop-truncate, desktop-internal-v2s)
4119         (desktop-value-to-string): Change argument name to match docstring.
4121         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4123         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4124         docstring.
4126 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4128         * printing.el: Replace "As Is..." in PostScript file print/preview by
4129         "No Preprocessing...".  Suggested by Colin Marquardt
4130         <_marquardt_@zmd.de>.
4131         (pr-insert-section-4): Adjust buffer interface.
4133 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4135         Version 2.0.39 of Tramp released.
4137         * net/tramp.el (tramp-handle-file-local-copy)
4138         (tramp-handle-write-region, tramp-open-connection-rsh):
4139         Variable name typo.  Small change.  From Patrick Tullmann
4140         <tullmann@flux.utah.edu>.
4141         (tramp-process-connection-type): New variable.
4142         (tramp-maybe-open-connection): Use it.
4143         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4144         (tramp-touch): Set last-modified time of a remote file.
4145         (tramp-handle-write-region): Say which function is used when encoding.
4147 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
4149         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4150         case of non-existing filename, too.  Reported by Christoph Bauer
4151         <c_bauer@informatik.uni-kl.de>.
4152         (tramp-smb-get-file-entries): The directory in question should
4153         have permissions "drwxrwxrwx".  Just virtual, because we don't
4154         know the real permissions.  Don't we know?
4155         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4156         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4157         (tramp-smb-wait-for-output): Optimize algorithm getting pending
4158         output.  If it was received chunkwise, there have been problems.
4159         Remove the "prompt not found" error message; it is obvious.
4160         Simplify algorithm.
4161         (tramp-smb-process-running): Remove.  Since we acknowledge the
4162         virtual prompt for shares, there's no need for distinction of
4163         reading shares (process ends afterwards) and interactive mode of
4164         smblient.
4165         (tramp-smb-open-connection): Setting process sentinel removed.
4166         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4167         "NT_STATUS_NETWORK_ACCESS_DENIED".
4168         (tramp-smb-maybe-open-connection): Set `process-connection-type'
4169         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4170         (top-level): Setting default value in `tramp-default-method-alist'
4171         corrected.  Order of USER and HOST have been wrong.
4172         Nobody complained for months ...
4173         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4174         (tramp-smb-open-connection): Clear password cache if login has failed.
4176         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4177         `tramp-unified-filenames'.
4178         (tramp-completion-mode): Make test for XEmacs explicitely.
4179         `event-to-character' can exists in Emacs packages too.
4180         Reported by Matt Swift <swift@alum.mit.edu>.
4181         (tramp-buffer-name): Buffer name must contain the user if exists.
4182         Reported by Adrian Phillips <a.phillips@met.no>.
4183         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4184         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4185         (tramp-do-copy-or-rename-file-out-of-band): Rename from
4186         `tramp-do-copy-or-rename-file-one-local', because it handles also
4187         the case both files use the same out-of-band method.
4188         Implementation added.
4189         (tramp-handle-file-local-copy, tramp-handle-write-region):
4190         Out-of-band handling removed.  `copy-file' called instead, which
4191         calls `tramp-do-copy-or-rename-file-out-of-band'.
4192         (tramp-action-password): Check for out-of-band method removed.
4193         This function is used for 'login-program.
4194         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4195         appropriate.
4196         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4197         and `tramp-parse-sknownhosts'.
4198         (tramp-completion-function-alist): It's a defvar now, because we
4199         want to apply the optimized `tramp-set-completion-function'
4200         instead of a static list.
4201         (tramp-set-completion-function): Implementation tuned.
4202         Avoid double entries, and entries where the function or the
4203         file/directory doesn't exist.
4204         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4205         for SSH2.
4206         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4207         (tramp-handle-dired-compress-file): New function.
4208         (tramp-async-proc): New variable.
4209         (tramp-handle-shell-command): Adding asynchronous processes.
4210         They are far from being perfect, but it works at least for
4211         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4212         (top-level): Require password.el if visible.  Should be mandatory
4213         once No Gnus has found its way into (X)Emacs.
4214         (tramp-read-passwd): Invoke `password-read' if available,
4215         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
4216         fallback any longer.
4217         (tramp-clear-passwd): New function.
4218         (tramp-process-actions, tramp-process-multi-actions):
4219         Clear password cache if login has failed.
4221         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
4222         its own module.
4223         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4224         `ange-ftp-ftp-name-res'.  There could be incorrect values from
4225         previous calls in case the "ftp" method is used in the Tramp file
4226         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4228 2004-02-28  Richard M. Stallman  <rms@gnu.org>
4230         * term.el (term-mouse-paste): Call mouse-set-point.
4232         * thumbs.el: New file.
4234 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4236         * progmodes/ebnf-abn.el: Doc fix.
4238         * progmodes/ebnf-bnf.el: Doc fix.
4239         (ebnf-repeat): Code fix.
4241         * progmodes/ebnf2ps.el: Doc fix.
4242         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4244 2004-02-28  Juri Linkov  <juri@jurta.org>
4246         * ffap.el (dired-at-point): Additional writability test for
4247         relative directory names.
4248         (dired-at-point-prompter): Treat directories as a directory, get
4249         the directory component from files.
4250         (ffap-string-at-point): Return string from region if region is active.
4251         (ffap-file-at-point): Remove redundant code.
4253 2004-02-28  Kim F. Storm  <storm@cua.dk>
4255         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4256         Initialize margin area images to nil.
4257         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4258         (breakpoint-enabled-bitmap-face)
4259         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4260         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4261         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4262         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4263         (gdb-reset): Use gdb-remove-breakpoint-icons.
4264         (gdb-put-string): Add dprop arg to specify alternative display
4265         property (for setting fringe bitmap).
4266         (gdb-remove-strings): Doc fix.
4267         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4268         icon in fringe (if available), or else as icon or text in display
4269         margin.  Creates necessary icons in breakpoint-bitmap,
4270         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4271         Also make left window margin if required.
4272         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4273         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
4274         no longer needed.
4275         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4276         gdb-put-breakpoint-icon.
4277         (gdb-assembler-mode): Don't set left-margin-width here.
4279 2004-02-27  Kevin Ryde  <user42@zip.com.au>
4281         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4282         comma, so that it DTRT in macros.
4284 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4286         * progmodes/sh-script.el (sh-shell-arg)
4287         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4288         (sh-leading-keywords, sh-other-keywords): Fix custom type.
4290 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4292         * faces.el (face-spec-set-match-display): Add a new attribute,
4293         `min-colors'.
4294         (region, highlight, secondary-selection): Use `min-colors'.
4296         * custom.el (defface): Add documentation for `min-colors'.
4298         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4299         (font-lock-keyword-face, font-lock-function-name-face)
4300         (font-lock-variable-name-face, font-lock-constant-face):
4301         Use `min-colors'.
4303         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4305 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4307         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
4308         define assq-delete-all if it's not defined.
4309         (ebnf-generate-region): Code fix.
4311         * printing.el: Doc fix.
4312         (pr-version): New version number (6.7.2).
4313         (pr-command): Return empty string if command is an empty string.
4315 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4317         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4319         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
4320         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4321         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
4322         "tt" ["test"] ).  Reported by Markus Dreyer
4323         <mdreyer@ix.urz.uni-heidelberg.de>.
4324         (ebnf-version): New version number (4.0).
4325         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4326         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4327         (ebnf-delete-style): New commands.
4328         (ebnf-directory, ebnf-file): New funs.
4329         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4330         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4331         (ebnf-syntax-alist): New var.
4332         (ebnf-element-width): New fun replacing ebnf-list-width.
4333         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4334         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4335         (ebnf-prologue): Adjust vars.
4336         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4337         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4338         (ebnf-check-style-values, ebnf-generate-production)
4339         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4340         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4341         (ebnf-token-repeat): Code fix.
4343         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4344         %right, %left and %prec.  Suggested by Matthew K. Junker
4345         <junker@alum.mit.edu>.
4346         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4348         * progmodes/ebnf-iso.el: Doc fix.
4349         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4350         (ebnf-iso-lex): Code fix.
4352         * progmodes/ebnf-bnf.el: Doc fix.
4353         (ebnf-bnf-lex): Code fix.
4355         * progmodes/ebnf-otz.el: Doc fix.
4357 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4359         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4360         (abbrev-prefix-mark): Doc fix.
4362 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4364         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4365         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4366         (gdb-var-delete): Make interactive (really).
4367         (gdb-edit-value): Make non-interactive.
4369         * progmodes/gud.el (gud-speedbar-menu-items):
4370         Add gdb-var-delete and, indirectly, gdb-edit-value.
4371         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4372         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4373         (gud-gdb-marker-filter): Add comment for annotations.
4375 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4377         * calendar/calendar.el (generate-calendar)
4378         (calendar-read-date): Prevent display of BC calendars once more -
4379         reverts 2003-10-01 change.
4380         (generate-calendar-month): Doc fix.
4382 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4384         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4385         return value of increment-calendar-month.
4387 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4389         * saveplace.el (save-place-forget-unreadable-files)
4390         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4391         (save-place-forget-unreadable-files): New function.
4392         (save-place-alist-to-file): Use it to filter out files that are
4393         no longer readable.
4395         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4396         current Texinfo environment, using the same method as in
4397         `texinfo-insert-@end', and insert a space rather than a newline if
4398         point in a @table environment.
4400 2004-02-21  Juri Linkov  <juri@jurta.org>
4402         * ffap.el (ffap-file-at-point): Try parent directories.
4404 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4406         * vcursor.el (vcursor-modifiers): New defcustom.
4407         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4408         hard-coded list.
4410 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4412         * play/animate.el (animate-birthday-present): Accept names other
4413         than `Sarah', too.
4415 2004-02-21  Juri Linkov  <juri@jurta.org>
4417         * startup.el: Remove table of command line arguments from the
4418         Commentary section.
4420 2004-02-20  John Wiegley  <johnw@newartisans.com>
4422         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4423         again" modifier from 'e' to 'E', since 'e' is also used by the
4424         "file extension" modifier.
4426 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4428         * help-fns.el (describe-categories): Doc fix.
4430 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4432         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4433         temporary file for buffer already visiting one.  This change makes
4434         output likely to be directly usable by patch program.
4435         Suggested by Adrian Aichner  <adrian@xemacs.org>
4437 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4439         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4440         case of variables defined in compound statements.
4441         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4442         Simplify constructions using switch-to-buffer.
4444 2004-02-19  Simon Josefsson  <jas@extundo.com>
4446         * play/morse.el: Fix typo.
4447         (morse-code): Add @.
4449 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4451         * calendar/appt.el (appt-display-format): Change default to
4452         'ignore, for backwards compatibility.
4453         (appt-display-message): If appt-display-format is 'ignore,
4454         respect old vars appt-msg-window and appt-visible.
4455         (appt-activate): Don't depend on return value of cancel-timer.
4457         * calendar/calendar.el (calendar-holidays): Doc fix.
4459         * calendar/cal-coptic.el (coptic-prompt-for-date):
4460         Use assoc-string instead of assoc-ignore-case.
4461         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4462         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4463         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4464         * calendar/cal-islam.el (calendar-goto-islamic-date)
4465         (mark-islamic-diary-entries): Ditto.
4466         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4467         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4468         (calendar-read-mayan-tzolkin-date): Ditto.
4469         * calendar/calendar.el (calendar-read-date): Ditto.
4470         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4472 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4474         * progmodes/executable.el (executable-command-find-posix-p):
4475         Fix choice of the directory.
4477 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4479         * simple.el (interprogram-cut-function)
4480         (interprogram-paste-function, kill-new, kill-append):
4481         Doc fixes.
4482         (kill-region): Make it return nil.  Doc fix.
4483         (yank-pop): Make its argument optional.
4484         (yank): Make ARG `-' equivalent to `-1'.
4486 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4488         * mail/rmail.el (rmail-get-new-mail): Don't reference
4489         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4491 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4493         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4494         if one of global-auto-revert-non-file-buffers or autorevert-mode
4495         is non-nil.
4497 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4499         * subr.el (delete-dups): A better implementation from Karl Heuer
4500         <kwzh@gnu.org>.
4502 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4504         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4505         correct place.
4506         * progmodes/icon.el (icon-indent-command): Ditto.
4507         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4509 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4511         * progmodes/grep.el (grep-compute-defaults): Undo change from
4512         2004-01-29: don't use executable-command-find-posix-p.
4514 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4516         * hilit-chg.el: Use require instead of eval-and-compile.
4517         (highlight-compare-buffers): New function.
4519 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4521         * man.el (Man-fontify-manpage): Render section headings in
4522         `Man-overstrike-face' even when overstrike was not used by man
4523         formatter for section headings.
4525 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4527         * rmail-spam-filter.el: (vm-use-spam-filter)
4528         (rsf-min-region-length-added-to-spam-list): New variables.
4529         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4530         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4531         spam testing.  Don't delete spam message if automatic deletion
4532         after output via variable rmail-delete-after-output is turned on.
4533         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4534         rsf-bbdb-dont-create-entries-for-spam.
4535         (check-field): New function, extracted from code in
4536         rmail-spam-filter to ease addition of header fields like content-type.
4537         (message-content-type): New variable to check the content-type:
4538         field added, also in defcustom of rsf-definitions-alist.
4539         (rmail-spam-filter): Replace repeated test code for header fields
4540         by calls to check-field; change the call to
4541         rmail-output-to-rmail-file such that rmail-current-message stays
4542         the same to avoid wrong deletion of unseen flags.
4543         (rsf-add-contents-type): New function to convert old format
4544         of rmail-spam-definitions-alist into new one.
4545         Change prefixes of all variables and functions from
4546         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4548 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4550         * loadhist.el (unload-hook-features-list): New defvar.
4552 2004-02-16  Dave Love  <fx@gnu.org>
4554         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4555         unload-hook-features-list.
4557 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4559         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4560         cookie.  Don't check if we are looking-at open-formula.
4562 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4564         * subr.el (match-string-no-properties): Use substring-no-properties.
4566 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4568         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4569         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4570         Use lower-case "rx" in all error message.
4572 2004-02-16  Dave Love  <fx@gnu.org>
4574         * emacs-lisp/rx.el (rx-or): Put group around result.
4575         (rx-constituents): Add backref.
4576         (rx-syntax): Add string-delimiter, comment-delimiter.
4577         (rx-categories): Add combining-diacritic.
4578         (rx-check-not, rx-greedy, rx): Doc fix.
4579         (rx-backref, rx-check-backref): New.
4581 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4583         * newcomment.el (uncomment-region): Allow eob as comment end.
4585 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4587         * filecache.el: All message and error commands now use prefix
4588         "Filecache:" to make it easy to read *Messages* buffer.
4590 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4592         * autorevert.el: Add support to detect changed dired and VC buffers.
4593         (auto-revert-active-p, auto-revert-list-diff)
4594         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4595         (auto-revert-handler, auto-revert-active-p): New functions.
4596         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4597         and `auto-revert-active-p'.
4598         (eval-when-compile): Defvar dired-directory and vc-mode.
4599         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4600         (auto-revert-handler-vc): New functions.
4602 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4604         * progmodes/compile.el (compilation-directory): New defvar.
4605         (compile): Save current directory in compilation-directory.
4606         (recompile): Bind default-directory to compilation-directory if
4607         that is non-nil.
4609 2004-02-16  Dave Love  <fx@gnu.org>
4611         * newcomment.el (comment-insert-comment-function)
4612         (comment-region-function, uncomment-region-function): New.
4613         (comment-indent): Use comment-insert-comment-function.
4614         (uncomment-region): Use uncomment-region-function.
4615         (comment-region): Use comment-region-function.
4617         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4619 2004-02-16  Richard Stallman  <rms@gnu.org>
4621         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4622         loaddefs* and ldefs-boot*.
4624 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4626         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4627         and email address at the beginning and end of the address.
4629         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4630         anchored at the beginning of the email address.
4632 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4634         * international/ccl.el (ccl-compile-write): Pass `left' to
4635         ccl-embed-code to generate correct code of write-expr-register.
4637 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4639         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4641 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4643         * x-dnd.el: Mention support for Motif in commentary.
4644         (x-dnd-handle-drag-n-drop-event): Ditto.
4646 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4648         * ses.el: Use "ses--" prefixes for buffer-local variables.
4649         Use (point-min) instead of 1, even when we know the buffer
4650         is unnarrowed.
4651         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4652         the three maps.
4653         (ses-menu, ses-header-line-menu): New menus.
4654         (ses-mode-map): Use them.
4655         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4657 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4659         * Makefile.in: Fix the CC Mode recompile kludge so it works
4660         when building in a different directory.
4662 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4664         * simple.el (kill-new): Put yank-handler property on the entire string.
4666 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4668         * diff.el: Don't use compile any more, use diff-mode instead.
4669         (diff-regexp-alist, diff-old-file, diff-new-file)
4670         (diff-parse-differences, diff-process-setup): Remove.
4671         (diff-sentinel): New fun.
4672         (diff): Use it.  Run the process ourselves.
4673         Use diff-mode for the rest of the processing.
4675         * diff.el (diff): Simplify code handling `switch'.
4677 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4679         * pcvs-defs.el (cvs-menu): Add `tag'.
4681 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4683         * simple.el (kill-append): Doc fix.
4685         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4686         Adapt outline-regexp to the new conventions for commenting out code.
4688 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4690         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4692 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * diff.el (diff-switches): New fun.
4695         (diff, diff-backup): Use it.
4696         (diff): Clean up the args construction.  Use backquote.
4697         Use listp instead of consp to avoid putting a nil arg.
4698         (diff): Add a revert-buffer function.
4700 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4702         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4703         handled by x-dnd-handle-file-name.
4704         (x-dnd-known-types): Add COMPOUND_TEXT.
4705         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4706         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4707         x-dnd-empty-state.
4708         (x-dnd-forget-drop): Ditto.
4709         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4710         (x-dnd-handle-one-url): Return private when inserting text.
4711         (x-dnd-insert-ctext): New function.
4712         (x-dnd-handle-file-name): New function for FILE_NAME.
4713         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4714         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4715         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4717 2004-02-10  Kenichi Handa  <handa@m17n.org>
4719         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4720         instead of while loop.
4722 2004-02-10  Miles Bader  <miles@gnu.org>
4724         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4726 2004-02-09  Kenichi Handa  <handa@m17n.org>
4728         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4729         have end-of-line.
4731 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4733         * Makefile.in: Added extra dependencies in the recompile target
4734         needed to cope with the compile time macro expansions in CC Mode.
4736 2004-02-09  Kim F. Storm  <storm@cua.dk>
4738         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4739         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4740         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4741         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4742         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4743         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4744         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4745         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4746         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4747         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4748         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4750 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4753         Don't allow shrink if there's a window on our right.
4755         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4756         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4757         Bring together declaration and initialization.
4758         (prolog-mode-variables): Don't set the syntax table.
4759         Don't set paragraph-start and comment-indent-function.
4760         Add /*..*/ to the comment regexps.
4761         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4762         (prolog-mode-map): Don't bind TAB.
4763         (prolog-mode): Set the syntax table.
4764         (prolog-comment-indent): Remove.
4765         (inferior-prolog-mode-map): Initialize in the declaration.
4766         (inferior-prolog-mode-syntax-table)
4767         (inferior-prolog-mode-abbrev-table): New vars.
4768         (inferior-prolog-mode): Derive from comint-mode.
4769         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4770         minibuffer windows.
4772         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4773         in file names, as long as it is unabmiguous.
4775 2004-02-08  Andreas Schwab  <schwab@suse.de>
4777         * textmodes/reftex-toc.el
4778         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4779         format.  Doc fix.
4781         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4782         format string arguments.
4784         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4785         string argument.
4787         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4789         * play/zone.el (zone-call): Fix format string.
4791         * net/webjump.el (webjump-builtin): Add missing format string argument.
4793         * midnight.el (midnight-delay-set): Remove extra format string argument.
4795         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4797         * hexl.el (hexl-insert-char): Add missing format string argument.
4799         * format.el (format-decode): Fix format string.
4801         * emulation/vi.el (vi-mode): Remove extra format string argument.
4802         (vi-repeat-last-search): Likewise.
4803         (vi-reverse-last-search): Likewise.
4804         (vi-goto-mark): Likewise.
4805         (vi-reverse-last-find-char): Likewise.
4806         (vi-repeat-last-find-char): Likewise.
4807         (vi-locate-def): Likewise.
4809         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4811         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4812         string argument.
4813         (ediff-toggle-regexp-match): Likewise.
4815         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4816         format string argument.
4818         * calc/calc-map.el (calc-get-operator): Remove extra format
4819         string argument.
4821         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4823         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4824         string argument.
4826         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4828         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4830         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4832         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4833         (cl-struct-setf-expander): Likewise.
4835         * vc.el (with-vc-file): Fix unsafe uses of error.
4836         (vc-cancel-version): Likewise.
4838 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4840         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4841         thousands separator; fixes <class>:<line-number> regexp for
4842         non-english locales.
4844 2004-02-08  Andreas Schwab  <schwab@suse.de>
4846         * view.el (view-mode-enable): Revert previous change.
4848 2004-02-07  Kim F. Storm  <storm@cua.dk>
4850         * simple.el (line-number-at-pos): Rename from line-at-pos.
4851         Uses changed (what-line and vc-annotate-warp-version).
4853 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4856         (diff-mode): Remove aborted attempt at support for compile.el.
4857         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4859 2004-02-06  Andreas Schwab  <schwab@suse.de>
4861         * view.el (view-mode-enable): Add view-mode-map to
4862         minor-mode-overriding-map-alist.
4864 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4866         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4868 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4871         with point inside rather than after the paragraph.
4873 2004-02-04  Sam Steingold  <sds@gnu.org>
4875         * mail/smtpmail.el (smtpmail-try-auth-methods):
4876         Do not try authentication when no mechanism is available.
4877         Pass port-name as defaultport to `netrc-machine'.
4879 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4881         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4882         to show how minibuffer height can be constrained.
4884 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4886         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4888 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4890         * x-dnd.el: New file for drag and drop.
4892         * term/x-win.el: require x-dnd, set after-make-frame-functions
4893         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4894         drag-n-drop event.
4896         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4897         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4898         (dired-dnd-handle-file): New functions for drag and drop support.
4899         (dired-mode): Initialize drag and drop if x-dnd present.
4901 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4904         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4905         (cperl-mode): Set fill-paragraph-function.
4906         (cperl-fill-paragraph): Make it non-interactive.
4908 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4910         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4912 2004-02-02  David Kastrup  <dak@gnu.org>
4914         * replace.el (perform-replace): Allow 'literal argument in
4915         regexp-flag to indicate literal replacement.
4916         (query-replace-regexp-eval): Use it.
4918 2004-02-01  Andreas Schwab  <schwab@suse.de>
4920         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4922 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4924         * info-look.el: Add support for maxima-mode.  Update commentary
4925         because info-lookup-symbol is now bound to C-h S.
4927 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4929         * simple.el (edit-and-eval-command): Bind print-level and
4930         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4931         Correct initial position in command-history.
4933 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4935         * files.el (read-directory-name): Adapt the docstring to recent
4936         change in Fread_file_name.
4938 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4940         * ses.el (ses-print-cell): If print format too wide for column
4941         width, truncate decimal places if that helps to avoid "#####" fill.
4942         * ses.el (ses-initial-column-width): Revert previous change.
4944 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4947         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4948         Add edebug info.
4949         (jit-lock-mode): Setup/cancel the new timer.
4950         (jit-lock-context-fontify): New fun.  Extracted from
4951         context fontification code of jit-lock-stealth-fontify.
4952         (jit-lock-stealth-fontify): Don't do context fontification any more.
4954         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4955         (jit-lock-fontify-now): Handle the `quit' case.
4956         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4958 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4960         * progmodes/executable.el (executable-command-find-posix-p):
4961         New.  Check if find handles arguments Posix-style.
4963         * progmodes/grep.el (grep-compute-defaults):
4964         Use executable-command-find-posix-p.
4965         (grep-find): Check `grep-find-command'.
4967         * filecache.el (file-cache-find-posix-p): Delete.
4968         (file-cache-add-directory-using-find):
4969         Use `executable-command-find-posix-p'.
4971 2004-01-29  Dave Love  <fx@gnu.org>
4973         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4974         Iterate the hook function if arg is given.
4975         (mark-defun, narrow-to-defun): Change order of finding the limits.
4977         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4978         (byte-compile-format-warn): New.
4979         (byte-compile-callargs-warn): Use it.
4980         (Format, message, error): Add byte-compile-format-like property.
4981         (byte-compile-maybe-guarded): New.
4982         (byte-compile-if, byte-compile-cond): Use it.
4983         (byte-compile-lambda): Compile interactive forms,
4984         just to make warnings about them.
4986 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4988         * ses.el (ses-initial-column-width): Increase to 14, so it will
4989         work well with the default printer of "%.7g" for extreme values
4990         like "-1.234567e+07".
4992 2004-01-29  Kenichi Handa  <handa@m17n.org>
4994         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4996 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4998         * dos-w32.el: Added support for the `default-printer-name' function.
5000 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * server.el (server-socket-name): Don't use the hostname in the
5003         socket name since /tmp is local to the host anyway.
5005         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5006         robust check of widening and fix var-naming.
5008 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
5010         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5011         or rmail-spam- to rsf- in all function and variable names.
5012         (rsf-min-region-to-spam-list): New variable.
5013         (rsf-bbdb-auto-delete-spam-entries): Rename from
5014         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
5015         scanned together with the recipients field for spam testing; Don't
5016         delete spam message if rmail-delete-after-output is non-nil;
5017         (rsf-check-field): New function, extracted from code in
5018         rmail-spam-filter to ease addition of header fields like
5019         content-type:;
5020         (message-content-type): New variable.  The content-type: field was
5021         added also in defcustom of rsf-definitions-alist;
5022         (rmail-spam-filter): Replace repeated test code for header fields
5023         by calls to check-field; change the call to
5024         rmail-output-to-rmail-file such that rmail-current-message stays
5025         the same to avoid wrong deletion of unseen flags.
5026         (rmail-use-spam-filter): Add autoload cookie.
5028 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
5030         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
5031         (file-cache-add-directory-using-find): Add Cygwin support.
5032         (file-cache-find-command-posix-flag): New user variable.
5034         * filecache.el (file-cache-add-directory): Check for
5035         directories an remove them from dir-files.
5037 2004-01-27  Richard M. Stallman  <rms@gnu.org>
5039         * man.el (Man-fontify-manpage): Clean up message.
5041 2004-01-27  Kenichi Handa  <handa@m17n.org>
5043         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5044         (sentence-end): Define using sentence-end-without-space.
5046         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5047         a sentence ends with one of a character in sentence-end-without-space.
5049 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * font-lock.el (font-lock): Add jit-lock as explicit group member.
5052         (jit-lock): Group declaration moved to jit-lock.el.
5053         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5054         when necessary.
5056         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5057         (jit-lock-context-unfontify-pos): Rename from
5058         jit-lock-first-unfontify-pos.
5059         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5061 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5063         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5064         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5065         (fortran-fill): When filling a string, adjust re-search-backward
5066         argument for special case of string just on fill-column.
5067         When filling non-string, allow one extra char if
5068         fortran-break-before-delimiters is non-nil.
5069         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5070         Use fortran-break-delimiters-re and fortran-no-break-re to
5071         correctly handle cases such as "**".
5073         * progmodes/f90.el (f90-break-delimiters): Doc fix.
5074         (f90-no-break-re): Add some extra tokens.  Doc fix.
5076 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
5078         * mail/rmail-spam-filter.el:
5079         Use two semicolons as Commentary line prefix.
5080         Add ";;; Code:" stylized comment.
5081         Delete end-of-line whitespace.
5082         Wrap (require 'cl) with `eval-when-compile'.
5084 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
5086         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5087         at the top level of vc.el.
5089 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
5091         * vc.el (vc-current-line): Function removed.  This is now done by
5092         the new function line-at-pos in simple.el.
5093         (vc-annotate-warp-version): Use line-at-pos instead of
5094         vc-current-line.
5096 2004-01-22  Kim F. Storm  <storm@cua.dk>
5098         * simple.el (line-at-pos): New defun.
5099         (what-line): Use it.  Optimize by only counting lines in narrowed
5100         region once.
5102 2004-01-22  Kenichi Handa  <handa@m17n.org>
5104         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5105         point (register r1) only for charset mule-unicode-0100-24ff.
5107 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5109         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5110         trailing white space and ensure a final newline.
5112         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5113         Add autoload cookie.
5115 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
5117         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5118         activate view-mode explicitly.
5120 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5122         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5123         use clipboard first.
5125 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5127         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
5128         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5129         (vc-mcvs-cvs): Remove.
5130         (vc-mcvs-command): Remove use of assert.
5132         * outline.el (outline-insert-heading): Tighten up match.
5133         (outline-demote, outline-move-subtree-down): Don't assume anything
5134         about outline-regexp.
5136         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5137         (texinfo-show-structure): Explicitly add ^, and simplify.
5139 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5141         * calendar/appt.el (appt-check): Restore usage of
5142         appt-issue-message deleted in previous change.
5143         (top-level): Activate package when loaded (needed for backwards
5144         compatibility).
5146 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5148         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5149         following previous change to smtpmail-send-data.
5151 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
5153         * vc.el (vc-default-previous-version): Doc enhancement.
5154         (vc-default-next-version): New function.
5155         (vc-print-log): New arg FOCUS-REV.
5156         (vc-annotate-mode): Derive from view-mode.
5157         (vc-annotate): New args REVISION, DISPLAY-MODE.
5158         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5159         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5160         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5161         (vc-annotate-show-diff-revision-at-line, vc-current-line)
5162         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5164         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5166 2004-01-19  Karl Berry  <karl@gnu.org>
5168         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5169         or "TexInfo".
5171 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5173         * subr.el (delete-dups): New function.
5175 2004-01-19  Karl Berry  <karl@gnu.org>
5177         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5178         with ^, since that's what texinfo-show-structure
5179         documentation says (plus it works much better in texinfo.txi).
5181 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
5183         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5185 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
5187         * progmodes/which-func.el (which-function-mode): Don't cancel
5188         which-func-update-timer if not set.
5190 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
5192         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5193         Remove spurious left square bracket in XX:XXam regexp.
5195 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5197         * progmodes/cc-defs.el: Do not require cl at run time.
5199 2004-01-16  Richard M. Stallman  <rms@gnu.org>
5201         * emacs-lisp/cl.el (cl-cannot-unload): New function.
5202         (cl-unload-hook): Defvar this to run cl-cannot-unload.
5204         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5205         Call rmail-spam-filter.  Delete and expunge spam.
5206         Print number of spam messages deleted.
5207         Save and restore the deletion status of old messages when reading
5208         new mail with spam filter, so that expunging spam does not expunge
5209         msgs deleted by the user.
5210         (rmail-only-expunge): Add an optional argument dont-show to
5211         prevent showing message after expunge.
5213 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5215         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5216         * subr.el (declare): New macro.
5218 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
5220         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5222 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5224         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5225         Test window-system rather than system-type (for X11/Mac).
5227 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
5229         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5231 2004-01-12  Richard M. Stallman  <rms@gnu.org>
5233         * mail/rmail.el (rmail-convert-to-babyl-format):
5234         Use mail-unquote-printable-region.
5235         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5236         (rmail-hex-char-to-integer): Functions deleted.
5238         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5239         (mail-unquote-printable-region): New arg NOERROR.
5240         For invalid encoding, either signal an error to just return nil.
5242 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5244         * calendar/appt.el: Update copyright and commentary.
5245         (appt-issue-message): Make obsolete.
5246         (appt-visible, appt-msg-window): Make obsolete, in favour of
5247         appt-display-format.
5248         (appt-display-mode-line, appt-display-duration)
5249         (appt-display-diary, appt-time-msg-list, appt-mode-string)
5250         (appt-prev-comp-time, appt-display-count, appt-timer)
5251         (appt-convert-time): Doc change.
5252         (appt-disp-window-function, appt-delete-window-function):
5253         Use defcustom rather than defvar.
5254         (appt-display-format): New variable.
5255         (appt-display-message): New function with display code from appt-check.
5256         (appt-check): Add optional FORCE argument.  Doc change.
5257         Add appt-make-list to diary-hook if displaying diary.
5258         Remove checking of view-diary-entries-initially.
5259         Message display section removed to new function appt-display-message.
5260         (appt-display-window): Doc change.  Remove unused internal var
5261         this-buffer.  Do not beep, since appt-display-message does that.
5262         (appt-make-list): Doc change.  Use caar.
5263         (appt-sort-list): Simplify by using builtin sort function.
5264         (appt-update-list): New function for updating appts when diary is
5265         saved.
5266         (appt-activate): New autoloaded function to toggle package
5267         functionality.
5269         * calendar/cal-x.el: (calendar-one-frame-setup)
5270         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5272         * calendar/calendar.el: Update copyright.
5273         (view-diary-entries-initially, european-calendar-style): Doc change.
5274         (calendar-setup): Make defcustom rather than defvar.
5275         (mark-visible-calendar-date): Initialize temp-face and faceinfo
5276         in let binding so local to function.
5278         * calendar/diary-lib.el: Update copyright.
5279         (diary, diary-entry-time): Doc change.
5280         (list-diary-entries): Doc change.  Trivial logic change.
5281         (fancy-diary-display): Restore make-face command mistakenly
5282         deleted 2003-05-08.
5283         (show-all-diary-entries): Allow to pop-up frame if needed.
5285 2004-01-09  John Paul Wallington  <jpw@gnu.org>
5287         * bindings.el (mode-line-change-eol): Add EVENT parameter.
5288         Temporarily select EVENT's window for changing eol type.
5290 2004-01-09  Deepak Goel  <deego@gnufans.org>
5292         * calendar/diary-lib.el (diary-entry-time):
5293         Also accept time in the form XX[.XX][am/pm/AM/PM].
5294         (fancy-diary-font-lock-keywords): Likewise.
5295         (diary-font-lock-keywords): Likewise.
5296         * calendar/appt.el (appt-add): Likewise.
5297         (appt-make-list): Likewise.
5298         (appt-convert-time): Likewise.
5300 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
5302         * gdb-ui.el (gdb-ann3): Revert previous change.
5303         (gdb-source-info): Allow for case of where compilation directory
5304         is not recorded.
5306 2004-01-08  John Paul Wallington  <jpw@gnu.org>
5308         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5310 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
5312         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5314         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5315         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5316         problems.
5317         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5319 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5321         * files.el (write-file-functions, write-contents-functions):
5322         Clarify docstrings.
5324 2004-01-07  Kenichi Handa  <handa@m17n.org>
5326         * international/mule.el (set-auto-coding): Fix for the case that
5327         end-of-line is only CR.
5329 2004-01-07  Kim F. Storm  <storm@cua.dk>
5331         * subr.el (event-start, event-end): Doc fix.
5332         (posn-string, posn-image): New defuns.
5333         (posn-object): Return either image or string object.
5334         (posn-object-x-y): Return 8th element of position.
5335         (posn-object-width-height): New defun.
5337 2004-01-06  Andreas Schwab  <schwab@suse.de>
5339         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5340         output.
5342 2004-01-05  Karl Berry  <karl@gnu.org>
5344         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5345         / and *, too.
5347 2003-12-31  Simon Josefsson  <jas@extundo.com>
5349         * files.el (before-save-hook): Add.
5350         (basic-save-buffer): Use before-save-hook.
5352         * emacs-lisp/copyright.el: Fix comment to recommend
5353         before-save-hook instead of write-file-functions.
5355 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5357         * finder.el (finder-commentary): Call delete-other-windows.
5359         * net/ange-ftp.el (ange-ftp-file-attributes):
5360         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5362 2004-01-04  Karl Berry  <karl@gnu.org>
5364         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5365         comment characters % and # in the copyright year notice,
5366         as well as ;.
5368 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5370         * wid-edit.el (default): Define dummy :value-delete.
5371         Reported by Jesper Harder <harder@ifa.au.dk>.
5373 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5375         * progmodes/compile.el (compile-internal): Use point, not point-min,
5376         for set-window-point.
5378         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5380         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5382         * progmodes/grep.el (grep-mode-map):
5383         Don't remap next-line, previous-line.
5385 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5387         * speedbar.el (speedbar-edit-line): Change regexp to position
5388         the cursor on the first character of this line's button.
5390 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5392         * subr.el (functionp): Doc fix.
5394 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5396         * progmodes/idlwave.el (idlwave-make-tags):
5397         * textmodes/flyspell.el (flyspell-large-region):.
5398         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5399         * emulation/viper-util.el (viper-glob-unix-files):
5400         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5401         * man.el (Man-init-defvars):
5402         * jka-compr.el (jka-compr-call-process):
5403         * files.el (get-free-disk-space,insert-directory):
5404         * ediff-ptch.el (ediff-test-patch-utility):
5405         * ediff-diff.el (ediff-test-utility):
5406         * dired-aux.el (dired-check-process):
5407         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5408         test the return value of call-process, because it can be a string.
5410 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5412         * bindings.el (completion-ignored-extensions): Add .pfsl.
5414 2003-12-31  Kim F. Storm  <storm@cua.dk>
5416         * ido.el (ido-nonreadable-directory-p): New defun to check for
5417         nonreadable directory without activating tramp (to avoid problems
5418         with checking incomplete tramp paths).
5419         (ido-set-current-directory, ido-file-internal)
5420         (ido-file-name-all-completions1): Use it.
5422 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5424         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5425         documentation if the anchor (or node) name is preceded by `info
5426         anchor' or `Info anchor' in addition to earlier `info node' and
5427         `Info node'.
5428         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5430 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5432         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5433         error in arguments to base64-decode-region.  Remove ^M characters
5434         after decoding base64.
5436 2003-12-30  Simon Josefsson  <jas@extundo.com>
5438         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5439         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5440         have only been distributed with Emacs for some years.
5441         (texinfo-mode-hook): Customize.
5443 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5445         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5446         cleaner (suggested by Richard Stallman).
5448         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5449         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5450         file-name clashes on 8+3 DOS filesystems.
5452         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5453         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5454         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5455         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5456         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5457         file-name clashes on 8+3 filesystems.
5459         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5460         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5461         file-name clashes on 8+3 DOS filesystems.
5463 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5465         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5466         Upcase the character.
5468         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5469         Search for header separator alone on a line, literally,
5470         and search for it backward, not forward.
5471         (flyspell-abbrev-table): Always use global-abbrev-table
5472         if there is no local one.
5474         * progmodes/sh-script.el (sh-get-indent-info):
5475         Don't move point back if at bob.
5477         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5479         * play/handwrite.el (handwrite): Make the handwrite credit message
5480         a comment rather than an output command.
5482         * obsolete/sc.el: Display message that this file is obsolete.
5484         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5486         * mail/rfc822.el (rfc822-address-start): Declare variable.
5487         Renamed from address-start.  All uses changed.
5489         * term.el (term-exec): Set up sentinel.
5490         (term-sentinel): New function.
5491         (term-handle-exit): New function.
5493         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5494         Use assoc-string, and mark them obsolete.
5495         (delay-mode-hooks): Mark as permanent local.
5497         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5499         * register.el (copy-rectangle-to-register): Doc fix.
5501         * info.el (Info-insert-dir): Use assoc-string.
5503         * info-look.el (info-lookup): Use assoc-string.
5505         * frame.el (pop-up-frame-function): Use quote, not `function'.
5506         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5507         copying with lists as coordinate values.
5509         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5511         * find-dired.el (kill-find): New command.
5512         (find-dired): Make buffer read-only.
5513         Set up a keymap with C-c C-k running kill-find.
5514         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5516         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5518         * filecache.el (file-cache-ignore-case): New variable.
5519         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5521         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5522         (comint-dynamic-complete-as-filename): Rename local vars.
5523         (comint-dynamic-list-filename-completions): Likewise.
5525         * comint.el (comint-dynamic-list-completions-config): New var.
5526         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5528         * comint.el (comint-file-name-chars): Add [].
5529         (comint-word): Use skip-chars-backward, not search.
5531         * shell.el (shell-file-name-chars): Add [].
5533         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5535         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5537         * generic.el (define-generic-mode): Doc fix.
5539 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5541         * files.el (kill-some-buffers): Doc fix.
5543 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5545         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5546         arg to send-invisible
5547         (send-invisible): Doc fix.  The argument is now a prompt, not the
5548         string to send.
5549         (comint-read-noecho): Doc fix.
5551 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5553         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5554         "@", as required by some ISP hosting service.  Fix defcustom
5555         argument syntax errors that prevented use of customization.
5557 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5559         * xml.el (xml-get-attribute-or-nil): Doc fix.
5561 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5563         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5564         write-file-hooks.
5566 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5568         * autorevert.el (auto-revert-interval): Doc fix.
5570 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5572         * xml.el (xml-get-attribute-or-nil): New function, like
5573         xml-get-attribute, but returns nil if the attribute was not found.
5574         (xml-get-attribute): Convert to defsubst, uses
5575         xml-get-attribute-or-nil.
5577 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5579         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5581 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5583         * custom.el (custom-declare-theme): Use `value' when putting
5584         properties on `theme'.
5586 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5588         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5589         for each yank-handler segment.
5590         (insert-for-yank-1): New function, with the body of the previous
5591         insert-for-yank.
5593         * textmodes/table.el (table-yank-handler): New defcustom.
5594         (table--put-cell-indicator-property): Put yank-handler property
5595         that indicates the yank handler for the table cell.
5597 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5599         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5600         set of keywords.
5602 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5604         * international/mule-cmds.el (reset-language-environment)
5605         (set-language-environment): Don't invoke fontset-related functions
5606         if fontset-list is not fboundp.
5608 2003-12-29  Kenichi Handa  <handa@m17n.org>
5610         * international/mule-cmds.el (reset-language-environment):
5611         Call set-overriding-fontspec-internal with nil.
5612         (set-language-environment): Call set-overriding-fontspec-internal
5613         if the language environment specify `overriding-fontspec'.
5614         (language-info-alist): Doc added.
5616         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5617         characters of mule-unicode-0100-24ff.
5618         (ccl-encode-windows-1251-font): New CCL program.
5619         ("Bulgarian"): Specify overriding-fontspec.
5620         ("Belarusian"): Likewise.
5622 2003-12-28  Sam Steingold  <sds@gnu.org>
5624         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5625         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5627 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5629         * progmodes/gud.el (gud-gdb-command-name): Set default to
5630         "gdb --annotate=3".
5631         (gud-gdb-marker-filter): Look out for annotations.
5632         (gdb-first-pre-prompt): New variable.
5633         Remove trailing white space.
5635         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5636         if necessary.
5637         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5638         annotations are detected.
5639         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5640         instead of a local one to allow transition from
5641         gud-gdb-marker-filter.
5642         Remove trailing white space.
5644 2003-12-27  Kim F. Storm  <storm@cua.dk>
5646         * ido.el: Handle non-readable directories.
5647         (ido-decorations): Add 9th element for non-readable directory.
5648         (ido-directory-nonreadable): New dynamic var.
5649         (ido-set-current-directory): Set it.
5650         (ido-read-buffer, ido-file-internal):
5651         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5652         (ido-file-name-all-completions1): Return empty list for
5653         non-readable directory.
5654         (ido-exhibit): Print [Not readable] if directory is not readable.
5655         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5656         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5657         Use it.
5659 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5661         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5662         calls to directory-files-and-attributes and file-attributes.
5663         (ls-lisp-format): Remove system dependent handling of user and
5664         group id's.
5666 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5668         * ffap.el (ffap-read-file-or-url): Revert previous change.
5670 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5672         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5673         new list of included files called `files-with-node-lines', that
5674         only have node lines.  This way @include commands can include any
5675         file, such as version and update files without node lines, not
5676         just files that are chapters.
5678 2003-12-25  Andreas Schwab  <schwab@suse.de>
5680         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5681         file not found.
5683 2003-12-08  Miles Bader  <miles@gnu.org>
5685         * dired.el (dired-between-files): Always use dired-move-to-filename,
5686         which is more robust in non-english locales.
5688 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5690         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5692 2003-12-24  Andreas Schwab  <schwab@suse.de>
5694         * shell.el (shell-file-name-quote-list): Add backslash.
5696         * comint.el (comint-quote-filename): Correctly handle backslash
5697         in comint-file-name-quote-list.
5699 2003-12-24  Kenichi Handa  <handa@m17n.org>
5701         * international/mule-cmds.el (set-default-coding-systems):
5702         Call ucs-set-table-for-input for all buffers that don't have local
5703         value of buffer-file-coding-system.
5705         * international/ucs-tables.el (ucs-set-table-for-input):
5706         If translation-table-for-encode is a symbol, get its
5707         translation-table property.
5709 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5711         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5712         to `completing-read' on a recently fixed bug.
5714         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5715         instead of SPACE, to get the list of possible fringe modes.
5716         SPACE only works if both `partial-completion-mode' and
5717         `completion-auto-help' are nil.
5719         * complete.el (PC-is-complete-p): Delete.
5720         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5721         calls to `test-completion'.
5723 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5725         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5726         to edit values when there are no children.
5728         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5729         a mode called "Assembler" already exists.
5730         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5731         (gud-watch): Use format option.  Remove font properties from string.
5732         (gdb-var-create-handler, gdb-var-list-children-handler):
5733         Don't bother about properties as there are none.
5734         (gdb-var-create-handler, gdb-var-list-children-handler)
5735         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5736         with two arguments.
5737         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5738         Let speedbar show value changes with a different font.
5739         (gdb-edit-value): New defun.
5740         (gdb-clear-partial-output, gdb-clear-inferior-io)
5741         (def-gdb-auto-update-handler): Use erase-buffer.
5742         (gdb-frame-handler): Display watch expressions in
5743         FUNCTION::VARIABLE format if required.
5745 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5747         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5748         (Info-goto-emacs-command-node): Doc fixes.
5750 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5752         * cus-edit.el (custom-add-parent-links): Define "many".
5754 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5756         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5757         (widget-child-validate, widget-type-value-create)
5758         (widget-type-default-get, widget-type-match): New functions.
5759         (lazy): New widget.
5760         (menu-choice, checklist, radio-button-choice, editable-list)
5761         (group, documentation-string): Remove redundant (per 2003-10-25
5762         change) calls to `widget-children-value-delete'.
5763         (widget-choice-value-get, widget-choice-value-inline): Remove.
5764         (menu-choice): Update widget.
5766 2003-12-03  Kenichi Handa  <handa@m17n.org>
5768         * language/cyrillic.el: Register "microsoft-cp1251" in
5769         ctext-non-standard-encodings-alist.
5770         ("Bulgarian"): Add ctext-non-standard-encodings.
5771         ("Belarusian"): Likewise.
5773         * international/mule-conf.el (compound-text-with-extensions):
5774         Change the type to 2 (iso-2022 base).
5776         * international/mule.el (ctext-non-standard-encodings-alist):
5777         Change the format.
5778         (ctext-non-standard-encodings): New variable.
5779         (ctext-post-read-conversion): Fully re-written.
5780         (ctext-non-standard-designations-alist): Delete it.
5781         (ctext-non-standard-encodings-table): New function.
5782         (ctext-pre-write-conversion): Fully re-written.
5784 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5786         * cus-edit.el (custom-add-parent-links): Add documentation links
5787         for parent, if the item has none of its own.
5789 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5791         * dired-aux.el (dired-do-query-replace-regexp):
5792         Report files visited read-only.
5794 2003-11-30  Juri Linkov  <juri@jurta.org>
5796         * dired-aux.el (dired-compare-directories): New command.
5797         (dired-file-set-difference, dired-files-attributes): New functions.
5799 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5800         Version 2.0.38 of Tramp released.
5802         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5803         Charles Curley <charlescurley@charlescurley.com>.
5804         (tramp-multi-connection-function-alist): Add ssht entry which adds
5805         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5806         Aichner.
5807         (tramp-get-method-parameter): New function to retrieve a method
5808         parameter.  This allows for omission of method parameters.
5809         Callers adjusted.
5811 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5813         * net/tramp.el: Add new optional parameter ID-FORMAT to
5814         `file-attributes'.  Calls of `file-attributes' won't use this
5815         parameter for backward compatibility reasons.
5816         (tramp-perl-file-attributes): Add a new parameter to Perl script
5817         in order to handle uid/gid as strings, if desired.
5818         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5819         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5820         order to make the function more general.
5821         (tramp-handle-file-attributes): Replace proprietary optional
5822         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5823         (tramp-handle-file-attributes-with-perl): Handle parameter
5824         NONNUMERIC if set.  This wasn't done in the past.
5825         (tramp-post-connection): Apply second parameter "$2" if
5826         `tramp-remote-perl' is called.
5828         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5829         Correct cut'n'waste error (`filename' instead of `directory').
5830         (tramp-smb-handle-directory-files-and-attributes)
5831         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5832         introduced parameter ID-FORMAT.
5833         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5834         error (`directory' instead of `ldir').
5836         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5837         `file-attributes' has a second parameter.  If yes, apply it with
5838         value "'integer".  Otherwise, don't use that parameter (default is
5839         integer format).
5841 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5843         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5844         (help-for-help): Add `C-h .' to the listed Help options.
5845         Remove trailing whitespace.
5847         * help-at-pt.el: New file.
5849 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5851         * subr.el (noreturn, 1value): New macros for test coverage.
5852         See `testcover.el'.
5854         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5856         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5857         for macro `1value'.
5858         (testcover-1value): New function.  Checks that a 1value form
5859         actually returns only one value.  Requested by RMS.
5861 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5863         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5864         (gdb-var-list-children, gdb-var-list-children-handler)
5865         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5866         gdb commands that use mi to keep them out of the command history.
5868 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5870         * cus-start.el (all): Add use-file-dialog.
5872 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5876 2003-11-27  Kim F. Storm  <storm@cua.dk>
5878         * subr.el (posn-object-x-y): New defun.
5880 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5883         Don't use `space' for \\\n.
5884         Be more selective as to which # are comment-starters.
5886 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5888         * subr.el (number-sequence): Improve handling of floating point
5889         arguments (suggested by Kim Storm).  Allow negative arguments.
5891 2003-11-26  Kenichi Handa  <handa@m17n.org>
5893         * international/mule-cmds.el (standard-display-european-internal):
5894         Cancel the standard-display-table setting for ` and '.
5896 2003-11-26  Kim F. Storm  <storm@cua.dk>
5898         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5899         New defcustoms to add ffap-like functionality to ido.
5900         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5901         (ido-no-final-slash): New defun.
5902         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5903         (ido-read-file-name): ): Toggle VC checking via
5904         vc-handled-backends instead of vc-master-templates.
5905         (ido-file-internal): Handle ido-use-url-at-point and
5906         ido-use-filename-at-point via code borrowed from ffap-guesser.
5907         Handle new ido-exit code ffap.
5908         (ido-sort-list): Ignore final slash when sorting file names.
5910 2003-11-25  Kim F. Storm  <storm@cua.dk>
5912         * emulation/cua-base.el (cua--standard-movement-commands):
5913         Add forward-sentence and backward-sentence.
5915 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5917         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5918         iswitchb-exit is set to 'usefirst when user selects buffer at head
5919         of list using RET.  (Selecting buffers at the head of the list was
5920         broken if the substring was also a complete buffername.)
5922 2003-11-23  Kim F. Storm  <storm@cua.dk>
5924         * progmodes/compile.el (grep-command, grep-use-null-device)
5925         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5926         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5927         (grep-regexp-alist, grep-program, find-program)
5928         (grep-find-use-xargs, grep-history, grep-find-history)
5929         (grep-process-setup, grep-compute-defaults)
5930         (grep-default-command, grep, grep-tag-default, grep-find)
5931         (grep-expand-command-macros, grep-tree-last-regexp)
5932         (grep-tree-last-files, grep-tree): Move grep variables, functions
5933         and commands to new file grep.el.
5934         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5935         (compilation-process-setup-function): Doc fix.
5936         (compilation-highlight-regexp, compilation-highlight-overlay): New
5937         defvars used for highlighting current compile error in source buffer.
5938         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5939         LOCAL-MAP which overrides compilation-highlight-regexp and
5940         compilation-mode-map for this compilation.
5941         Delay calling compilation-set-window-height until after running
5942         compilation-process-setup-function so it can buffer-local override
5943         compilation-window-height.
5944         Check buffer-local value of compilation-scroll-output.
5945         (compilation-set-window-height): Use buffer-local value of
5946         compilation-window-height.
5947         (compilation-revert-buffer): Don't pass (undefined)
5948         preserve-modes arg to revert-buffer.
5949         (next-error-no-select, previous-error-no-select): New commands.
5950         (compilation-goto-locus): Temporarily highlight current match in
5951         source buffer using compilation-highlight-regexp.
5953         * progmodes/grep.el: New file with grep code from compile.el.
5954         (grep): New defcustom group.
5955         (grep-window-height): New defcustom, like compilation-window-height.
5956         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5957         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5958         (grep-command, grep-use-null-device, grep-find-command)
5959         (grep-tree-files-aliases, grep-tree-ignore-case)
5960         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5961         (grep-setup-hook): New hook variable.
5962         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5963         (grep-last-buffer): New defvar, override compilation-last-buffer.
5964         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5965         Call compile-internal with args highlight-regexp and grep-mode-map.
5967 2003-11-23  Kim F. Storm  <storm@cua.dk>
5969         * subr.el (event-start, event-end): Doc fix.
5970         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5971         (posn-area, posn-actual-col-row, posn-object): New defuns.
5972         (posn-col-row): Simplify doc.  Rewrite to use cond.
5973         (posn-point): Also return buffer position for events outside text
5974         area (that info is now present in the event position).
5976         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5977         mouse-set-point so that hscroll still works now that clicks on
5978         fringes generate specific mouse events.
5979         (mouse-set-point): Note that it now works in fringes and margins
5980         too due to new semantics of posn-point in fringes and margins.
5982         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5983         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5985 2003-11-20  Kim F. Storm  <storm@cua.dk>
5987         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5988         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5989         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5990         to 100 for icons to avoid increasing line height when shown.
5992 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5994         * newcomment.el (comment-normalize-vars): Initialize properly if
5995         comment-start was nil.
5997 2003-11-19  Andreas Schwab  <schwab@suse.de>
5999         * simple.el (set-variable): Fix indentation.
6001 2003-11-17  Kenichi Handa  <handa@m17n.org>
6003         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6004         Fix docstring.
6006 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6008         * international/latin1-disp.el (latin1-display): Fix docstring.
6010 2003-11-16  John Wiegley  <johnw@newartisans.com>
6012         * eshell/em-ls.el (eshell-ls-file): There are times with
6013         size-width is nil and uncomputed (when directories are created in
6014         dired, for example); in this case, 4 is reasonable default value,
6015         although it may caused skewed new entries (which could be avoided
6016         by returning the original value of 8 in all cases, but 99% of the
6017         time this is a waste of whitespace).
6019 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6021         * cc-engine.el (c-guess-continued-construct)
6022         (c-guess-basic-syntax): Check a little more carefully if it's a
6023         function declaration when an unknown construct followed by a block
6024         is found inside a statement context.  This avoids macros followed
6025         by blocks to be taken as function declarations.
6027         (c-guess-continued-construct): Change the analysis of a statement
6028         continuation with a brace open to `substatement-block', for
6029         consistency with recognized statements.
6031         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6032         start is in a position so that `c-beginning-of-statement-1' jumped
6033         to the beginning of the same statement.
6035         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6036         Don't accept binary operators in the arglist if we're in a function
6037         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
6038         template recognition in cases like "if (a < b || c > d)".
6040         (c-restricted-<>-arglists): New more appropriate name for
6041         `c-disallow-comma-in-<>-arglists'.
6043         Accessing functions updated for the variable name change.
6045         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6046         match data could get clobbered if NOT-INSIDE-TOKEN is used.
6048         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6049         labels.
6051         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6052         instead of duplicating parts of it.  This fixes bogus label
6053         recognition.
6055         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6056         of checking the context in which to apply the minimum indentation,
6057         so that it isn't enforced in e.g. namespace blocks.
6059         * cc-vars.el (c-inside-block-syms): New constant used by
6060         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
6061         to somewhat reduce the risk of becoming stale.
6063         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6064         cc-cmds to cc-engine to allow use from cc-align.
6066         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6067         qualified identifiers containing "::".
6069         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6070         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6072         * cc-vars.el (c-emacs-features): Use a space in front of the name
6073         of the temporary buffer.  That also avoids dumping problems in
6074         XEmacs due to undo info being left around after the buffer is killed.
6076         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6077         arglist to see if it's a K&R style declaration.
6079         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6080         before returning `knr-argdecl-intro'.
6082 2003-11-16  John Wiegley  <johnw@newartisans.com>
6084         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6085         field in a long-listing always 8 characters, use `size-width',
6086         which has already been computed.
6088 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6090         * subr.el (minor-mode-list): Add `hs-minor-mode'.
6092 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6094         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6095         Support operation while narrowed, with `diff-restrict-view'.
6097 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6099         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6100         Take additional optional arg NARROWFUN.  For the generated functions:
6101         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
6102         include frags that arrange to check for and save narrowing state before
6103         the move and then conditionally call NARROWFUN after the move.
6105 2003-11-14  John Wiegley  <johnw@newartisans.com>
6107         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6108         that was optional, but obviously missing based on surrounding code.
6110         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6111         string arguments to numbers unless the whole argument was seen as
6112         a number.
6114 2003-11-14  Kenichi Handa  <handa@m17n.org>
6116         * international/mule.el (ctext-non-standard-encodings-alist):
6117         Fix coding systems.
6119 2003-11-10  Kenichi Handa  <handa@m17n.org>
6121         * language/kannada.el ("Kannada"): Add sample-text.
6123         * language/knd-util.el (kannada-compose-region)
6124         (kannada-compose-string, kannada-post-read-conversion):
6125         Add autoload cookie.
6127         * international/quail.el (quail-completion): Change the message
6128         "corresponding translations" to "corresponding characters".
6130 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6132         * descr-text.el (describe-char): Fix typo.
6134 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
6136         These changes are to support Kannada language/script.
6138         * Makefile.in (DONTCOMPILE): Add kannada.el.
6140         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6142         * loadup.el: Preload kannada.el.
6144         * language/ind-util.el (ucs-kannada-to-is13194-alist)
6145         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6146         New variables.
6148         * language/kannada.el: New file.
6150         * language/knd-util.el: New file.
6152 2003-11-07  Andreas Schwab  <schwab@suse.de>
6154         * progmodes/autoconf.el (autoconf-font-lock-keywords):
6155         Also highlight AH_*.
6157         * xml.el (xml-parse-dtd): Fix misplaced paren.
6159 2003-11-07  Kenichi Handa  <handa@m17n.org>
6161         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6163 2003-11-05  Juri Linkov  <juri@jurta.org>
6165         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6166         (desktop-buffer-file): Use saved buffer-file-coding-system
6167         for file reading.  Set auto-insert to nil to prevent automatic
6168         insertion into restored empty files.
6170 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6172         * files.el (risky-local-variable-p): Make second argument optional.
6174 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6176         * subr.el (add-hook): Fix last change.
6178 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
6180         * mail/rmail.el (rmail-convert-to-babyl-format):
6181         If base64-decode-region signals an error, catch it and silently
6182         ignore it.
6184 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
6186         * xml.el (xml-parse-region): Allow comments to appear after the
6187         topmost element has closed.
6188         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6189         (xml-ns-expand-attr): New functions to do namespace handling.
6190         (xml-intern-attrlist): Back-compatible handling of attribute names.
6191         (xml-parse-tag): Move namespace handling to separate functions.
6192         Now produces elements in the form ((:ns . "element") (attr-list)
6193         children) instead of ('ns:element (attr-list) children).
6194         (xml-parse-attlist): Fix attribute parsing.
6195         (xml-parse-dtd): Change parsing so that it produces strings
6196         instead of interned symbols.
6198 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
6200         * dired.el (dired-ls-sorting-switches): Doc fix.
6202 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
6204         * emacs-lisp/rx.el (rx-or): Fix the case of
6205         "(rx (and ?a (or ?b ?c) ?d))".
6207 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
6209         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6210         (texinfo-format-region): Use it.
6211         (texinfo-format-buffer-1): Ditto.
6213 2003-11-01  Alan Mackenzie  <acm@muc.de>
6215         Changes to allow scrolling whilst in isearch mode:
6216         * isearch.el (isearch-unread-key-sequence): New function,
6217         extracted from isearch-other-meta-char.
6218         (top level): (put 'foo 'isearch-scroll) on all Emacs's
6219         "scrollable" standard functions.
6220         (isearch-allow-scroll): New customizable variable.
6221         (isearch-string-out-of-window, isearch-back-into-window)
6222         (isearch-reread-key-sequence-naturally)
6223         (isearch-lookup-scroll-key): New functions.
6224         (isearch-other-meta-char): Doc string and functionality enhanced.
6225         Now accepts a prefix argument.
6226         (isearch-lazy-highlight-window-end): New variable.
6227         (isearch-lazy-highlight-new-loop): Pay attention to the window's
6228         end (thru isearch-lazy-highlight-window-end), not only its start.
6230         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6231         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6232         (universal-argument, universal-argument-more, negative-argument)
6233         (digit-argument, universal-argument-other-key): Minor changes.
6235 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6237         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6238         recursively if the last message is deleted, thus avoiding an
6239         infinite loop.
6241 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6243         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6244         (tex-main-file): Don't add .tex if the extension is already present.
6245         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6247 2003-10-29  Lute Kamstra  <lute@gnu.org>
6249         * progmodes/octave-inf.el (inferior-octave-prompt):
6250         Recognize version number in prompt.
6252 2003-10-28  Dave Love  <fx@gnu.org>
6254         * international/characters.el: Fix some Unicode ranges.
6256 2003-10-28  Kenichi Handa  <handa@m17n.org>
6258         * disp-table.el (standard-display-8bit)
6259         (standard-display-default, standard-display-ascii)
6260         (standard-display-g1, standard-display-graphic)
6261         (standard-display-underline): Assure that standard-display-table
6262         is a display table.
6264 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * simple.el (reindent-then-newline-and-indent): Delete space *after*
6267         reindenting the first line.
6269 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6271         * wid-edit.el (widget-default-delete): Always delete child widgets.
6273 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6275         * newcomment.el (comment-indent): Don't call indent-according-to-mode
6276         if the line has code.
6277         Don't try to line up with something that's too far left.
6279         * progmodes/octave-mod.el (octave-comment-start): Simplify.
6280         (octave-mode-syntax-table): Add % as a comment starter.
6281         (octave-point): Remove.
6282         (octave-in-comment-p, octave-in-string-p)
6283         (octave-not-in-string-or-comment-p, calculate-octave-indent)
6284         (octave-blink-matching-block-open, octave-auto-fill):
6285         Use line-(beginning|end)-position instead.
6287 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6289         * emacs-lisp/authors.el (authors-aliases): Add correct realname
6290         for Francesco Potort\e,Al\e(B.
6292 2003-10-23  Dave Love  <fx@gnu.org>
6294         * international/mule-cmds.el (locale-charset-to-coding-system):
6295         Don't rely on nil being a coding system.
6297         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6298         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6299         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6301 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
6303         * gdb-ui.el (gdb-current-language): New variable.
6304         (gdb-update-flag): Remove variable.
6305         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6306         (gdb-take-last-elt): Remove function.
6307         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6308         (gdb-post-prompt): Check for variable object changes here.
6310         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6311         object changes in gdb-ui.el.
6313 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6315         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6317         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6318         Don't check for foo*/ wildcard form here.
6319         (insert-directory): Recognize foo*/ as a wildcard.
6320         Separate wildcard-regexp variable from the arg, wildcard.
6322         * subr.el (add-hook): Correctly detect when make-local-hook was used.
6323         (remove-hook): Correctly handle strange cases about local hooks.
6325 2003-10-21  David Ponce  <david@dponce.com>
6327         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6328         argument REAL, to return a real number instead of a rounded
6329         integer value.  Define as inline function.
6330         (ruler-mode-right-fringe-cols): Likewise.
6331         (ruler-mode-scroll-bar-cols): New function.
6332         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6333         (ruler-mode-right-scroll-bar-cols): Likewise.
6334         (ruler-mode-space): New function.
6335         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6336         scroll bar mode and margins in a more robust way.
6338 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6340         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6341         (antlr-c-init-language-vars): New function.
6342         (antlr-mode): Use it with cc-mode before v5.29.
6343         (antlr-c-common-init): Don't set some local vars here.
6344         (antlr-mode): Set them here.
6345         (antlr-c-forward-sws): New function alias.
6346         (antlr-mode): Redefine with cc-mode before v5.30.
6347         (antlr-skip-sexps): Use it.
6348         (antlr-skip-exception-part): Ditto.
6349         (antlr-skip-file-prelude): Ditto.
6350         (antlr-outside-rule-p): Ditto.
6351         (antlr-end-of-body): Ditto.
6352         (antlr-option-kind): Ditto.
6353         (antlr-insert-option-area): Ditto.
6354         (antlr-file-dependencies): Ditto.
6356 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6358         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6359         Move backward only if point was not inside an entry.
6361 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6363         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6365 2003-10-21  Juri Linkov  <juri@jurta.org>
6367         * compare-w.el: Automatically skip non-matching text to resync.
6368         (compare-windows-whitespace): Doc fix.
6369         (compare-windows-sync, compare-windows-sync-string-size)
6370         (compare-windows-recenter, compare-ignore-whitespace)
6371         (compare-windows-highlight, compare-windows-face): New variables.
6372         (compare-windows): Use compare-windows-sync.
6373         (compare-windows-highlight, compare-windows-dehighlight)
6374         (compare-windows-sync-regexp)
6375         (compare-windows-sync-default-function): New functions.
6377 2003-10-21  Juri Linkov  <juri@jurta.org>
6379         * diff.el (diff-parse-differences): Don't visit the files now;
6380         instead, just record the error locus.
6382 2003-10-21  Dave Love  <fx@gnu.org>
6384         * progmodes/cfengine.el: New file.
6386 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6389         default-directory when completing file names.
6391 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6393         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6394         followed by the word `face', it gets treated as a face, even if
6395         it is also defined as a variable or a function.
6397 2003-10-20  Dave Love  <fx@gnu.org>
6399         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6400         Avoid incf in macro expansion.
6402 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6404         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6405         `evenp' so we don't implicitly require cl library at runtime.
6407 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6409         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6410         (help-make-xrefs): Only make cross-references for faces if
6411         preceded or followed by the word `face'.  Do not make a
6412         cross-reference for variables without variable documentation,
6413         unless preceded by the word `variable' or `option'.  Update doc
6414         string accordingly.
6416 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6418         * progmodes/hideshow.el: Rewrite one-armed `if'
6419         constructs using either `when' or `unless'.
6420         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6422 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6424         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6425         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6426         instead of 12x12.
6428 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6430         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6431         message while converting to Babyl.
6433 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6435         * allout.el (allout-mode): Doc fix.
6437 2003-10-16  Lute Kamstra  <lute@gnu.org>
6439         * subr.el (force-mode-line-update): Fix docstring.
6441 2003-10-14  Dave Love  <fx@gnu.org>
6443         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6444         (default-input-method): Add :link, improve :type.
6445         (locale-charset-language-names): Fix utf-8 pattern.
6446         (locale-charset-match-p, locale-charset-alist)
6447         (locale-charset-to-coding-system): New.
6448         (set-locale-environment): Deal with codeset part of locale specs.
6450 2003-10-14  Lute Kamstra  <lute@gnu.org>
6452         * fringe.el (fringe-mode): Use active voice in docstring.
6453         (set-fringe-style): Ditto.
6455 2003-10-13  Lute Kamstra  <lute@gnu.org>
6457         * fringe.el (fringe-mode): Fix docstring.
6458         (set-fringe-style): Ditto.
6460 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6462         * ediff-mult.el (ediff-filegroup-action):
6463         Use ediff-default-filtering-regexp.
6465         * ediff-util.el (ediff-recenter): Don't call
6466         ediff-restore-highlighting twice.
6467         (ediff-select-difference): Set current difference.
6468         (ediff-unselect-and-select-difference): Add comment.
6470         * ediff.el (ediff-directories,ediff-directory-revisions)
6471         (ediff-directories3,ediff-merge-directories)
6472         (ediff-merge-directories-with-ancestor)
6473         (ediff-merge-directory-revisions)
6474         (ediff-merge-directory-revisions-with-ancestor):
6475         Use ediff-default-filtering-regexp.
6477 2003-10-12  Andreas Schwab  <schwab@suse.de>
6479         * international/mule-cmds.el (locale-charset-language-names):
6480         Simplify regex by removing unused grouping.
6482 2003-10-10  Dave Love  <fx@gnu.org>
6484         * bindings.el: Don't bind stop.
6486 2003-10-08  Miles Bader  <miles@gnu.org>
6488         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6489         face instead of attempting to emulate it.
6491 2003-10-07  Kenichi Handa  <handa@m17n.org>
6493         * international/mule-diag.el (list-coding-systems-1): List coding
6494         systems that are loaded automatically.
6496         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6498         * international/mule.el (autoload-coding-system): New function.
6500 2003-10-07  Andreas Schwab  <schwab@suse.de>
6502         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6503         change-log-default-name in the buffer visiting the file.
6505 2003-10-06  Dave Love  <fx@gnu.org>
6507         * files.el (find-file-hook): Customize.
6508         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6510         * bindings.el (completion-ignored-extensions): Remove .log.
6511         (global-map): Add again, open, stop keys.
6513 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6515         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6516         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6517         Use sh-modify directly.
6518         (sh-select): Use sh-append, not eval.
6520         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6522         * info.el (Info-following-node-name): New function.
6524         * loadhist.el (unload-feature-special-hooks):
6525         Rename from loadhist-hook-functions.
6526         (loadhist-hook-functions): Now an alias.
6528 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6530         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6531         file-name clashes on 8+3 filesystems.
6533         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6534         Rename loaddefs-boot.el to ldefs-boot.el
6536         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6537         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6539 2003-10-03  Lute Kamstra  <lute@gnu.org>
6541         * info.el (Info-mode): Revert previous change.
6542         (Info-escape-percent): New function.
6543         (Info-fontify-node): Use it.
6545 2003-10-02  Andreas Schwab  <schwab@suse.de>
6547         * loaddefs-boot.el: Regenerated.
6549 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6551         * ffap.el: Remove defadvice related code from CVS since `complete'
6552         provides a `PC-completion-as-file-name-predicate' variable that
6553         ffap can override.
6555 2003-10-02  Kenichi Handa  <handa@m17n.org>
6557         * international/utf-8.el (ccl-decode-mule-utf-8):
6558         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6560         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6561         * international/subst-big5.el: Likewise.
6562         * international/subst-gb2312.el: Likewise.
6563         * international/subst-ksc.el: Likewise.
6565 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6567         * calendar/calendar.el (increment-calendar-month)
6568         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6569         (generate-calendar, calendar-read-date, calendar-interval)
6570         (calendar-day-of-week): Handle years BC.
6571         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6573 2003-10-01  Dave Love  <fx@gnu.org>
6575         * language/cyrillic.el (cp1251): Alias for windows-1251.
6577         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6578         bootstrap.
6580 2003-10-01  Lute Kamstra  <lute@gnu.org>
6582         * files.el: Fix typo.
6583         * imenu.el (imenu--generic-function): Docstring fix.
6585 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6587         * dired.el (dired-mode): Handle dired-directory as a list.
6589 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6591         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6593         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6595         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6596         Replace gud-display with gud-watch.
6597         (gud-speedbar-buttons): Add stuff for watching expressions
6598         in the speedbar when using M-x gdba.  Use dolist on old part
6599         of this function.
6601         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6602         (gdb-update-flag): New variables.
6603         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6604         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6605         (gud-watch, gdb-var-create-handler) : New functions.
6606         (gdb-var-list-children, gdb-var-list-children-handler)
6607         (gdb-var-create-regexp, gdb-var-update-regexp)
6608         (gdb-var-list-children-regexp): New constants.
6609         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6610         (gdb-annotation-rules): Reduce annotation set (level 3).
6611         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6612         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6613         updates.
6614         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6615         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6616         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6617         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6618         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6619         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6620         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6621         (gud-display, gud-display1)
6622         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6623         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6624         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6625         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6626         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6627         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6628         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6629         (gdb-display-display-buffer, gdb-toggle-display)
6630         (gdb-delete-display, gdb-expressions-popup-menu)
6631         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6632         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6633         to display buffer.
6635 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6637         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6638         Instead, set which-func-functions.
6640         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6641         (which-func-functions): New variable.
6642         (which-function): Use that.
6644         * info.el (Info-mode): Double each `%' in header line.
6646         * emacs-lisp/lisp-mnt.el (lm-with-file):
6647         When FILE is nil, run BODY in current buffer.
6649         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6651         * help.el (describe-mode): Start with a brief list of minor modes.
6652         Find them thru minor-mode-list so as to find them all.
6653         Show them in alphabetical order.
6655         * mail/sendmail.el (mail-aliases): Doc fix.
6657         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6659 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6661         * mail/rmailsum.el (rmail-make-summary-line-1):
6662         Change comma after last label to a space.
6663         (rmail-summary-font-lock-keywords): Adapt to that change.
6665 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6667         * progmodes/scheme.el (scheme-mode-variables): When setting
6668         `font-lock-defaults', also specify that "#" should
6669         be interpreted with `word' syntax.
6670         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6672 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6674         * desktop.el: A lot of comments updated.
6675         (desktop-save-mode): Minor mode introduced.
6676         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6677         (desktop-load-default): Function made obsolete.
6678         (desktop-locals-to-save): Variable made customizable.
6679         (desktop-read): Optional parameter `dirname' added.
6680         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6681         `desktop-read' used.
6682         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6684 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6686         * whitespace.el (whitespace-clean-msg): Add user customizable message
6687         for displaying ``clean'' output.
6688         (whitespace-buffer): Use `whitespace-clean-msg'.
6689         (whitespace-global-mode): Fix typo.
6691 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6693         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6695 2003-09-29  Lute Kamstra  <lute@gnu.org>
6697         * bindings.el (mode-line-modes): Remove superfluous :propertize
6698         construct in initialization.
6699         (mode-line-position): Change cons cell into proper list in
6700         initialization.
6702 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6704         * international/mule.el (decode-coding-inserted-region): Use car
6705         of the return value of find-operation-coding-system.
6707 2003-09-29  Kenichi Handa  <handa@m17n.org>
6709         * descr-text.el (describe-char): Fix previous change.
6711 2003-09-28  Kenichi Handa  <handa@m17n.org>
6713         * descr-text.el (describe-char-display): New function.
6714         (describe-char): Pay attention to display table on describing how
6715         a character is displayed.
6717         * international/mule-cmds.el (encoded-string-description):
6718         Prepend "0x" to each encoded byte.
6720 2003-09-28  Andreas Schwab  <schwab@suse.de>
6722         * find-file.el (ff-special-constructs): Add autoload cookie.
6724 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6726         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6727         makeinfo appends to duplicate index entries.
6729 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6731         * dired-x.el (dired-clean-tex): Doc fix.
6733         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6734         using a Chinese tutorial.
6736 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6738         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6739         between "MAIL FROM:" and "RCPT TO:" and the following address.
6741 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6743         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6745 2003-09-28  David Ponce  <david@dponce.com>
6747         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6748         (recentf-load-list): When `recentf-initialize-file-name-history'
6749         is non-nil, initialize an empty `file-name-history' with the
6750         recent list.
6752 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6754         * man.el (Man-default-man-entry): Remove the leading `*' from the
6755         word at point.
6757 2003-09-26  Lute Kamstra  <lute@gnu.org>
6759         * bindings.el (mode-line-position): Mention size indication in
6760         docstring.
6762 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6764         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6766         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6767         because it's autoloaded now.
6769 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6771         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6772         (sh-font-lock-keywords, sh-feature): Fix previous change of
6773         sh-feature to avoid infloop with sh-font-lock-keywords.
6775 2003-09-25  Kim F. Storm  <storm@cua.dk>
6777         * frame.el (frame-current-scroll-bars): New defun.
6779         * window.el (window-current-scroll-bars): New defun.
6781 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6783         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6784         cause errors when the state cache contains info on parts that have
6785         been narrowed out.
6787 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6789         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6790         `c-setup-paragraph-variables' has to be used when this variable is
6791         changed; it doesn't work to reinitialize the mode since that
6792         typically clobbers the variable.
6794         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6795         Make it interactive.
6797 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6799         * progmodes/cc-fonts.el (c-font-lock-declarations):
6800         Fix recognition of constructors and destructors for classes whose
6801         names are matched by `*-font-lock-extra-types'.
6803         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6804         followed by an identifier in C++ then it's a type.
6806 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6808         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6809         problem that primarily affected XEmacs.  Don't use faces to find
6810         unterminated strings since Emacs and XEmacs fontify strings
6811         differently - this function should now work better in XEmacs.
6813 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6815         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6816         `expand-abbrev' workaround which caused braces to misbehave inside
6817         macros.
6819         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6820         handling.  This bug could cause interactive font locking to bail out.
6822 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6824         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6825         Handle paren-style types in Pike.  Also fixed some cases of
6826         insufficient handling of unbalanced parens.
6828 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6830         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6831         common shell prompts that are not common filename or URL characters.
6832         (ffap-file-at-point): Use the new regexp to strip the prompts from
6833         the file names.  This is an issue mostly for user prompts that
6834         don't have a trailing space and find-file-at-point is invoked from
6835         within a shell inside Emacs.
6837 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6839         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6840         stamps numerically, rather than textually.
6842 2003-09-24  Kenichi Handa  <handa@m17n.org>
6844         * language/devan-util.el (devanagari-post-read-conversion):
6845         * language/mlm-util.el (malayalam-post-read-conversion):
6846         * language/tml-util.el (tamil-post-read-conversion):
6847         Add autoload cookie.
6849         * international/utf-8.el (utf-8-post-read-conversion):
6850         Call post-read-conversion functions for Devanagari, Malayalam,
6851         and Tamil.
6853 2003-09-23  Dave Love  <fx@gnu.org>
6855         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6857 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6859         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6860         Update gud-remove.
6862 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6864         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6865         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6866         (sh-mode-syntax-table-input): New variable.
6867         (sh-require-final-newline): Don't use eval.
6868         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6869         (sh-variables, sh-font-lock-keywords): Don't use eval.
6870         (sh-set-shell): When setting require-final-newline,
6871         treat value = `require-final-newline' as don't change it.
6872         Set sh-mode-syntax-table locally based on
6873         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6875         * progmodes/compile.el (compile-internal):
6876         Call compilation-set-window-height before setting window start.
6878 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6880         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6881         Clear out byte-compile-last-warned-form.
6883 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6885         * woman.el (woman-file-name, woman-follow-word):
6886         If current-word returns nil, use "".
6888         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6890 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6892         * emacs-lisp/lisp-mnt.el (lm-with-file):
6893         Don't visit the file, just use insert-file-contents in temp buffer.
6895 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6897         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6898         Add surrounding \\( and \\) around the header, as in
6899         for lm-history-header 'Change Log\\|History'.
6901 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6903         * progmodes/ld-script.el: Add Commentary section,
6904         minor cleanup of file header.
6905         (ld-script-font-lock-keywords): Doc fix.
6906         (toplevel): Provide `ld-script' feature.
6908 2003-09-21  Kim F. Storm  <storm@cua.dk>
6910         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6911         new built-in variable default-frame-scroll-bars.
6912         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6913         scroll-bar-mode; notably, use it instead of t when we toggle
6914         scroll-bars on.
6915         (toggle-scroll-bar): Use default-frame-scroll-bars.
6917 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6919         * pcvs.el (cvs-do-removal): Change the prompt depending on
6920         `filter' value.
6922 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6924         * startup.el (command-line-1): Stop startup-echo-area-message
6925         being hidden by "Loading image..." message.
6926         (use-fancy-splash-screens-p, display-splash-screen):
6927         Move display-graphic-p test from latter to former.
6929         * progmodes/sh-script.el (sh-font-lock-keywords):
6930         Highlight escaped EOLs differently from other backslash constructs.
6932 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6934         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6935         New functions.
6936         (edebug-enter, edebug-outside-excursion): Use them.
6938         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6939         Fix the condition for whether to print "In WHERE".
6941 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6943         * finder.el (finder-mode-hook): New variable.
6944         (finder-mode): Run hook finder-mode-hook
6946 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6948         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6950 2003-09-17  Mario Lang  <mlang@delysid.org>
6952         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6953         "p %e" to actually print the value in the GUD buffer.
6955 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6957         From David Ponce <david.ponce@wanadoo.fr>:
6958         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6959         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6960         from loaddefs-boot.el if necessary.
6962 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6964         * progmodes/gud.el (gud-find-class): Make jdb work again since
6965         cc-mode changed the syntactic information.
6967 2003-09-15  David Ponce  <david@dponce.com>
6969         * recentf.el: (recentf-exclude): Accept predicates too.
6970         (recentf-file-readable-p): New function.
6971         (recentf-include-p): Handle predicates in recentf-exclude.
6972         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6973         (recentf-cleanup): Likewise.
6974         (recentf-save-list): Use write-file to handle backup of
6975         recentf-save-file.
6977 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6979         * loaddefs-boot.el: Renamed from `loaddefs.el'
6980         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6981         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6982         necessary.
6984 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6986         * electric.el (Electric-pop-up-window): For the `one-window' case,
6987         no longer disconcertingly move point in the original buffer.
6989 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6993 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6995         * dired.el (dired-mode-map): Fix typo.
6997 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6999         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7001 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7003         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7004         the function is less noisy.  Now only `kill-buffer' can ask questions.
7006 2003-09-10  Mario Lang  <mlang@delysid.org>
7008         * battery.el: Update Commentary and Copyright.
7009         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7010         appear due to wrong ordering of the expressions in `or'.
7012 2003-09-09  Lute Kamstra  <lute@gnu.org>
7014         * misc.el (upcase-char): Fix docstring.
7015         (zap-up-to-char): New command.
7017 2003-09-08  David Ponce  <david@dponce.com>
7019         Ensure that recentf correctly updates the menu bar.
7020         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7021         (recentf-menu-bar): New function.
7022         (recentf-clear-data): Use it
7023         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
7024         of easy-menu-change.
7026 2003-09-08  Lute Kamstra  <lute@gnu.org>
7028         * simple.el (size-indication-mode): New.
7029         * bindings.el (mode-line-position): Add buffer size indicator.
7031 2003-09-04  Mario Lang  <mlang@delysid.org>
7033         * battery.el (battery-linux-proc-acpi): New function.
7034         (battery-status-function): Modify default value calculation to also
7035         check for availability of ACPI.
7036         (battery-echo-area-format): Ditto.
7037         (battery-mode-line-format): Ditto.
7039 2003-09-06  Dave Love  <fx@gnu.org>
7041         * ielm.el (ielm-mode-hook): Add :options.
7043         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7044         (eldoc-print-current-symbol-info): Use it.
7046 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
7048         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7049         being displayed in GUD buffer.
7050         (gdb-idle-input-queue): Remove var.  Use just one queue.
7051         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7052         Remove functions.  Use just one queue.
7053         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7054         (gdb-invalidate-assembler, gdb-get-current-frame):
7055         Modify functions.  Use just one queue.
7057 2003-09-04  Dave Love  <fx@gnu.org>
7059         * cus-start.el: Add blink-cursor-alist.
7061         * ruler-mode.el (ruler-mode-fill-column-char)
7062         (ruler-mode-current-column-char): Use char-displayable-p,
7063         not window-system.
7065         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7067         * language/european.el (windows-1252): Move from code-pages.
7069         * language/cyrillic.el ("Windows-1251"): Delete.
7070         ("Bulgarian", "Belarusian"): Remove `features'.
7071         (windows-1251): Move from code-pages.
7073         * international/mule-diag.el (non-iso-charset-alist):
7074         Remove `codepage' stuff.
7075         (print-designation, list-coding-systems-1): Output fixes.
7077         * international/code-pages.el (cp-make-translation-table)
7078         (cp-valid-codes): Made defsubsts.
7079         (cp-fix-safe-chars): Delete.
7080         (mule-diag): Don't require.
7081         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7082         (top-level): Check for defined coding system when defining
7083         cp... aliases.  Change w32-add-charset-info test to avoid warning.
7084         (non-iso-charset-alist): Defvar when compiling.
7085         (cp-make-coding-system): Doc fix.
7087 2003-09-02  Jason Rumney  <jasonr@gnu.org>
7089         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7090         line-ends from CVS before doing conversion.
7092 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
7094         * calendar/diary-lib.el (diary-header-line-flag)
7095         (diary-header-line-format): New variables.
7096         (list-diary-entries): Use them to set header line in simple diary.
7098         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7099         other than font-lock-string-face to highlight backslashes.
7101 2003-09-01  Jason Rumney  <jasonr@gnu.org>
7103         * international/titdic-cnv.el (tit-read-key-value): Include \r in
7104         regexp.
7106 2003-09-01  Dave Love  <fx@gnu.org>
7108         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7110         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7111         and :help; also line and column numbers labels.
7113         * international/mule-util.el (char-displayable-p): Move from
7114         latin1-disp, rename and autoload.
7116         * international/latin1-disp.el (latin1-char-displayable-p):
7117         Now obsolete alias.  Replace uses with char-displayable-p.
7118         (latin1-display-ucs-per-lynx): Fix last change.
7120         * international/mule-cmds.el (standard-display-european-internal):
7121         Don't use char code for Latin-1 NBSP.
7122         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
7123         U+2018, U+2019 for `'.
7124         (select-safe-coding-system): Message fix.
7126 2003-09-01  Kenichi Handa  <handa@m17n.org>
7128         * international/fontset.el (setup-default-fontset): For Thai
7129         font, specify "*" family.
7131 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7133         * progmodes/compile.el (previous-error): Accept a prefix
7134         argument, similarly to next-error.
7136 2003-08-31  Masatake YAMATO  <jet@gyve.org>
7138         * pcvs.el (cvs-do-removal): Use = instead of eq to check
7139         the number of files.  Bind the number of files to a local
7140         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7142 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
7144         * vc-hooks.el (vc-make-version-backup): Fix the change made on
7145         2003-07-26: msdos-long-file-names is a function, not a variable.
7147 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7149         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7150         Do nothing with mail-personal-alias-file if it is nil.
7152         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7153         Do nothing if mail-personal-alias-file is nil.
7155         * term.el (term-exec-1): Bind coding-system-for-read.
7157         * dired.el (dired-mouse-find-file-other-window):
7158         Use dired-view-command-alist here, as in dired-view-file.
7159         (dired-view-command-alist): Use %s to substitute file name.
7160         Handle .ps_pages, .eps, .jpg, .gif, .png.
7162 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7164         * info.el (Info-mode-map): Bind S-tab and <backtab> to
7165         `Info-prev-reference', instead of M-tab.
7167 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
7169         * simple.el (blink-matching-open): Work correctly on chars that
7170         are designated as parens through the syntax-table text property.
7172 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
7174         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7175         line break position in the middle of a non-kinsoku (e.g. latin)
7176         word, making it skip until either a space or a character with
7177         category "|".
7178         (kinsoku-longer): Test for end of buffer.
7180 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
7182         * mail/rmail.el (rmail-convert-to-babyl-format):
7183         Detect quoted-printable- and base64-encoded messages and decode them
7184         automatically.  Set the message's encoding from the charset=
7185         header, if any.  Decode base64-encoded messages in Mail format as well.
7187 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7189         * mail/smtpmail.el: Fix previous change.
7190         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7191         calling smtpmail-via-smtp.
7192         (smtpmail-via-smtp): Add fall-back values for envelope-from.
7194 2003-08-26  John Paul Wallington  <jpw@gnu.org>
7196         * image.el (image-jpeg-p): Don't search beyond length of data.
7198 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7200         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7201         misfeature in `expand-abbrev' which caused electric keywords like
7202         "else" to disappear if an open brace was typed directly afterwards.
7204 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7206         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7207         mandatory in `define-widget'.
7209         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7210         Don't align the operators "!=", "<=" and ">=" as assignment operators.
7212         (c-assignment-operators): New language constant that only contains
7213         the assignment operators.
7215         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7217 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7219         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7220         Safeguard against unbalanced sexps.
7222 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
7224         * version.el (emacs-version): Check for gtk.  Include gtk version info.
7226 2003-08-25  John Paul Wallington  <jpw@gnu.org>
7228         * man.el (Man-default-man-entry): Don't whizz past the section
7229         number before looking for it.
7231 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
7233         * progmodes/gud.el (gud-display-line): Don't set window-point if
7234         source buffer is not visible.  (Only happens with M-x gdba.)
7236         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7237         documentation.
7238         (gdb-source, gdb-source-info): Update to assembler unnecessary
7239         as its done after each GDB command anyway.
7240         (gdb-pre-prompt): Use with-current-buffer.
7241         (gdb-insert-field): Add help-echo text.
7242         (gdb-invalidate-assembler): Re-display of assembler now done in
7243         gdb-info-breakpoints-custom.
7244         (gdb-info-breakpoints-custom): Force re-display of assembler to
7245         happen *after* update of breakpoints buffer.
7246         (gdb-display-source-buffer): Don't choke if gdb-source-window
7247         isn't visible.
7248         (gdb-put-string, gdb-put-arrow): Remove free variables.
7250 2003-08-24  John Paul Wallington  <jpw@gnu.org>
7252         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7254         * man.el (Man-default-man-entry): Strip text properties when
7255         snarfing parts of entry because `format' preserves properties.
7257 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7259         * files.el (file-newest-backup): Use `expand-file-name'.
7261         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7262         Allow the diary to pop up a new frame, if needed.
7264         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7265         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7266         (smtpmail-send-it): Make treatment of envelope-from consistent with
7267         sendmail.el.
7269         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7270         (sh-leading-keywords): Add the bash `time' reserved word.
7271         (sh-variables): Add some bash variables.
7272         (sh-add-completer): Fix nil branch of case statement.
7274 2003-08-24  Masatake YAMATO  <jet@gyve.org>
7276         * progmodes/ld-script.el: New file.
7278 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
7280         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7282 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
7284         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7285         Better explain obsolescence, and what to use instead.
7287 2003-08-23  Masatake YAMATO  <jet@gyve.org>
7289         * pcvs.el (cvs-do-removal): Show the deleted file name
7290         on the prompt.
7292 2003-08-20  Dave Love  <fx@gnu.org>
7294         * international/mule.el (make-coding-system)
7295         (set-buffer-file-coding-system): Doc fix.
7297         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7299         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7301         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7303         * international/utf-16.el: Add mime-text-unsuitable coding system
7304         properties.
7306         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7308         * cus-edit.el: Add some :links.
7309         (bib): Remove.
7311         * textmodes/bib-mode.el (bib): Add :group external.
7313 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7315         * wid-edit.el (widget-echo-help): Make it handle expressions that
7316         evaluate to strings.
7318 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
7320         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
7322         Simplify selection of SQL products to define highlighting and
7323         interactive mode.  Includes detailed instructions on adding
7324         support for new products.
7326         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
7327         product for use in highlighting and interactive mode.
7328         (sql-interactive-product): New variable.  SQL product for
7329         sql-interactive-mode.
7330         (sql-product-support): New variable.  Specifies product-specific
7331         parameters to drive highlighting and interactive mode.
7332         (sql-imenu-generic-expression): Add more object types.
7333         (sql-sqlite-options): Correct comment.
7334         (sql-ms-program): Use "osql" rather than "isql".
7335         (sql-prompt-regexp, sql-prompt-length): Update comment.
7336         (sql-mode-menu): Add "Start SQLi session" entry.
7337         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7338         (sql-mode-abbrev-table): Add abbreviations.  Support of
7339         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7340         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7341         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7342         names.
7343         (sql-mode-ansi-font-lock-keywords): Set as default value.
7344         (sql-mode-oracle-font-lock-keywords): Set as default value.
7345         Support Oracle 9i keywords.
7346         (sql-mode-postgres-font-lock-keywords): Set as default value.
7347         (sql-mode-linter-font-lock-keywords): Set as default value.
7348         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7349         SQLServer 2000.
7350         (sql-mode-sybase-font-lock-keywords)
7351         (sql-mode-interbase-font-lock-keywords)
7352         (sql-mode-sqlite-font-lock-keywords)
7353         (sql-mode-strong-font-lock-keywords)
7354         (sql-mode-mysql-font-lock-keywords)
7355         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7356         keywords.
7357         (sql-mode-font-lock-defaults): Update comment.
7358         (sql-product-feature): New function.  Returns feature associated
7359         with a product from `sql-product-support' alist.
7360         (sql-product-font-lock): New function.  Set font-lock support
7361         based on `sql-product'.
7362         (sql-add-product-keywords): New function.  Add font-lock rules to
7363         product-specific keyword variables.
7364         (sql-set-product): New function.  Set `sql-product' and apply
7365         appropriate font-lock highlighting.
7366         (sql-highlight-product): New function.  Set font-lock support
7367         based on a product.  Also set mode name to include product name.
7368         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7369         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7370         Use `sql-set-product'.
7371         (sql-highlight-ms-keywords)
7372         (sql-highlight-sybase-keywords)
7373         (sql-highlight-interbase-keywords)
7374         (sql-highlight-strong-keywords)
7375         (sql-highlight-mysql-keywords)
7376         (sql-highlight-sqlite-keywords)
7377         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7378         (sql-get-login): Prompt in the same order as the tokens.
7379         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7380         (sql-product-interactive): New function.  Common portions of
7381         product-specific interactive mode wrappers.
7382         (sql-interactive-mode): Rewritten to use product features.
7383         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7384         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7385         (sql-db2, sql-linter): Use `sql-product-interactive'.
7386         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7387         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7388         (sql-connect-ingres, sql-connect-postgres)
7389         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7390         New functions.  Format command line parameters and invoke comint on
7391         the appropriate interpreter.  Code was in the corresponding
7392         `sql-xyz' function before.
7393         (sql-connect-ms): New function.  Support -E argument to use
7394         operating system credentials for authentication.
7396 2003-08-18  Kenichi Handa  <handa@m17n.org>
7398         * international/mule.el (encode-char): Fix for the ASCII case.
7400 2003-08-15  Kenichi Handa  <handa@m17n.org>
7402         * international/fontset.el (setup-default-fontset): Change "*" to
7403         nil in the specifications of font family.
7405 2003-08-18  Kim F. Storm  <storm@cua.dk>
7407         * kmacro.el (kmacro-keymap): Group related bindings in
7408         initialization for clarity.  Bind C-s to start macro.
7409         Remove C-r binding.
7410         (kmacro-initial-counter-value): New defvar to hold initial counter
7411         value in case we set the value before defining a macro.
7412         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7413         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7414         not defining or executing macro.  Doc fix.
7415         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7416         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7417         temporarily view older elements on the macro ring without cycling
7418         the ring.
7419         (kmacro-display): Doc fix.
7420         (kmacro-exec-ring-item): New helper function.
7421         (kmacro-call-ring-2nd): Use it.
7422         (kmacro-call-ring-2nd-repeat): Doc fix.
7423         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7424         (kmacro-end-or-call-macro): Execute last viewed macro (using
7425         kmacro-exec-ring-item) from ring if this follows
7426         kmacro-view-macro.  This allows us to find a macro on the ring
7427         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7428         the ring to bring it to the head of the ring.
7429         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7430         Allow binding to reserved keys without specifying C-x C-k prefix.
7431         Ask for confirmation if entered key sequence is already bound to
7432         a non-macro command.
7433         (kmacro-view-macro): Repeating command will show older elements
7434         on the macro ring; C-k will execute the last viewed macro.
7435         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7436         property from 'ring to 'head.
7438 2003-08-17  Alan Shutko  <ats@acm.org>
7440         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7441         keeping December out of the alist.
7443 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7445         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7446         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7447         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7448         (calendar-flatten): New function.
7449         (calendar-mouse-view-other-diary-entries)
7450         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7451         in the menu title and to show multi-line diary entries correctly
7452         in the menu.
7454 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7456         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7457         defcustom, because the default was recently changed.
7459 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7461         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7463         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7464         New subroutine, broken out of eval-last-sexp-1.
7465         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7467         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7469         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7471         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7473 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7475         * progmodes/compile.el (compilation-error-regexp-alist):
7476         Add Java ANt error detection as described in document
7477         http://ant.apache.org/faq.html
7479 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7481         * simple.el (backward-word, forward-to-indentation)
7482         (backward-to-indentation): Argument changed to optional.
7483         (next-line, previous-line): Use `or' instead of `unless'.
7485 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7487         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7488         instead of a constant.
7490 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7492         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7494 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7496         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7497         (vc-sccs-workfile-version): Search the entire delta table, rather
7498         than just the first entry, because that might be a deleted version.
7500 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7502         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7503         [save-place] binding in the Options menu.  Have it require
7504         'saveplace' and then toggle the variable manually, to avoid an an
7505         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7506         for the bug report.
7508 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7510         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7511         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7512         (gdb-info-threads-custom): Add help-echo text.
7513         (gdb-display-back): Don't use purecopy.
7514         (gdb-info-breakpoints-custom, gdb-reset)
7515         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7516         icons can be displayed.
7518 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7520         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7522 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7524         * bookmark.el (bookmark-completing-read):
7525         Return a string, instead of a list of one string.
7526         Use a popup menu if activated from the mouse.
7527         (bookmark-edit-annotation): Remove unused vars.
7528         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7529         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7530         to bookmark-completing-read.
7531         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7532         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7533         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7534         and erase-buffer.
7535         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7536         (bookmark-menu-jump, bookmark-menu-insert)
7537         (bookmark-popup-menu-and-apply-function)
7538         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7539         (bookmark-menu-build-paned-menu): Remove by folding it into
7540         bookmark-menu-popup-paned-menu.
7541         (menu-bar-bookmark-map): Move the define-key statements here.
7542         Use the "non-menu" commands since they now pop up a menu if needed.
7543         (bookmark-exit-hook-internal): Simplify.
7545 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7547         * reftex-toc.el (reftex-toc-rename-label): New function.
7548         (reftex-toc-check-docstruct): New function.
7550         * reftex.el (reftex-region-active-p): New function.
7552         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7553         regexp to find the \bibliography macro.
7555         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7556         which does not exist in LaTeX.
7557         (reftex-cite-format-builtin): Added amsrefs support.
7558         (reftex-toc-confirm-promotion): New option
7560         * reftex-toc.el
7561         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7562         (reftex-toc-demote, reftex-toc-promote)
7563         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7564         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7565         (reftex-toc-newhead-from-alist)
7566         (reftex-toc-load-all-files-for-promotion): New functions.
7567         (reftex-toc-help): Added description of new keys.
7568         (reftex-toc-split-windows-fraction): New option.
7569         (reftex-recenter-toc-when-idle): Search *toc* window on all
7570         visible frames.
7571         (reftex-toc): Additional parameter REUSE
7572         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7573         with REUSE argument.
7574         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7575         the call of `reftex-toc'.
7576         (reftex-make-separate-toc-frame): New function .
7577         (reftex-toc-recenter): When called with triple prefix arg, call
7578         `reftex-make-separate-toc-frame' first.
7579         (reftex-toc-toggle-dedicated-frame): New command.
7580         (reftex-toc-quit): Adapted to delete frame when called in
7581         dedicated frame.
7583         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7584         all enclosing macros.
7587 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7589         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7590         first use.
7592 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7594         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7596 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7598         * calendar/calendar.el (list-diary-entries-hook)
7599         (diary-display-hook, nongregorian-diary-listing-hook)
7600         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7601         Add some customize options for these hooks.
7602         (calendar-abbrev-construct): Don't try to take a substring longer
7603         than the original string.
7605 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7607         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7608         (testcover-reinstrument-clauses): Doc fix.
7610         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7611         (warning-type-format): Rename from warning-group-format.
7613         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7614         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7615         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7616         to prevent warnings about defvar for an obsolete variable.
7618         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7619         warning-group-format renamed to warning-type-format.
7621         * subr.el (read-passwd): Use clear-string instead of fillarray.
7623         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7624         Use vconcat instead of concat.
7625         (edmacro-sanitize-for-string): New function.
7627 2003-08-05  Dave Love  <fx@gnu.org>
7629         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7630         line-number-display-limit-width.
7632         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7634 2003-08-05  Kenichi Handa  <handa@m17n.org>
7636         * international/code-pages.el: Don't require mule-diag.
7638         * international/mule-diag.el (non-iso-charset-alist):
7639         Add autoload cookie.
7641         * language/devan-util.el (dev-glyph-order): Add an entry for the
7642         glyph code #xC4.
7644 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7646         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7647         (european-calendar-style, diary-date-forms)
7648         (calendar-day-name-array, calendar-month-name-array): Doc change.
7649         (generate-calendar-month): Adapt for new behaviour of
7650         `calendar-day-name' function.
7651         (calendar-abbrev-length, calendar-day-abbrev-array)
7652         (calendar-month-abbrev-array): New variables.
7653         (calendar-abbrev-construct): New function.
7654         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7655         rather than fixing abbrevs at some width.  Calling syntax change.
7656         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7657         (calendar-date-string): Adapt for new behaviours of
7658         `calendar-day-name' and `calendar-month-name' functions.
7660         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7661         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7662         (diary-name-pattern): Use abbrev arrays, rather than fixing
7663         abbrevs at three chars.  Calling syntax change.
7664         (mark-diary-entries): Adapt for new behaviours of
7665         `diary-name-pattern' and `calendar-make-alist' functions.
7666         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7667         `diary-name-pattern' function.
7668         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7669         fixing abbrevs at three chars.  Calling syntax change.
7670         (cal-hebrew, cal-islam): Require when compiling.
7671         (diary-font-lock-keywords): Adapt for new behaviour of
7672         `font-lock-diary-date-forms' function.
7674         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7675         (calendar-hebrew-month-name-array-common-year)
7676         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7677         (list-hebrew-diary-entries): Adapt for new behaviours of
7678         `calendar-day-name' and `add-to-diary-list' functions.
7679         (mark-hebrew-diary-entries): Adapt for new behaviours of
7680         `diary-name-pattern' and `calendar-make-alist' functions.
7682         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7683         Add doc string.
7684         (list-islamic-diary-entries): Adapt for new behaviours of
7685         `calendar-day-name' and `add-to-diary-list' functions.
7686         (mark-islamic-diary-entries): Adapt for new behaviours of
7687         `diary-name-pattern' and `calendar-make-alist' functions.
7689         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7690         `calendar-month-name' function.
7692         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7694         * calendar/solar.el (solar-seasons-data): Move definition before use.
7696         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7697         (cal-tex-LaTeX-hourbox): Move definition before use.
7699         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7700         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7701         lunar.el, solar.el
7702         (displayed-month, displayed-year): Define for compiler.
7704 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7706         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7707         MODE.  Renamed from c-init-c-language-vars'.
7708         (c-initialize-cc-mode): Change accordingly.
7709         (c-common-init): Ditto.
7710         (c-mode): Ditto.
7711         (c++-mode): Use `c-init-language-vars-for'.
7712         (objc-mode): Ditto.
7713         (java-mode): Ditto.
7714         (idl-mode): Ditto.
7715         (pike-mode): Ditto.
7716         (awk-mode): Ditto.
7718 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7720         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7721         or not the point moved.
7723         (c-search-decl-header-end): Don't trip up on operator identifiers
7724         in C++ and operators like == in all languages.
7726         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7727         Detect leading labels correctly.
7729 2003-08-02  Andreas Schwab  <schwab@suse.de>
7731         * textmodes/ispell.el: Don't redo key bindings on loading, put
7732         them only in loaddefs.el.
7733         * bookmark.el: Likewise.
7734         * dabbrev.el: Likewise.
7735         * emerge.el: Likewise.
7737         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7738         has more than one member.
7740         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7742 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7744         * lpr.el (printify-region): It was ending conversion before the
7745         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7747 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7749         * net/browse-url.el (browse-url-epiphany): Doc fix.
7751 2003-07-30  Kenichi Handa  <handa@m17n.org>
7753         * international/fontset.el (setup-default-fontset):
7754         Change registry names of Akurti fonts.
7756 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7758         * comint.el (comint-read-noecho): Use `clear-string' instead of
7759         `fillarray'.
7761 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7763         * outline.el (outline-mode-hook): Add defvar.
7765 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7767         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7768         Restore assembler in source window if that is what has been selected.
7769         (menu): Add gdb-restore-windows to menu.  Make gdba
7770         specific menus only visible from gdba.
7772 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7774         * progmodes/compile.el (compilation-environment): New user variable.
7775         (compile-internal): Respect it.
7777 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7779         * progmodes/gud.el (gdb-script-font-lock-keywords):
7780         Put `font-lock-function-name-face' on a symbol which includes
7781         `-' like `hook-run'.  Put font-lock-variable-name-face
7782         on a symbol starting with $.
7784 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7786         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7788 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7790         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7792 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7794         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7795         Use with-no-warnings.
7796         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7797         rather than to find-file-not-found-hook, which doesn't exist.
7799 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7801         * international/quail.el (quail-translate-key): Fix previous change.
7803 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7805         * server.el (server-start): Check `server-process' is non-nil
7806         before killing it to avoid killing current buffer's process.
7808         * simple.el (choose-completion-string): Use `minibufferp';
7809         test `completion-reference-buffer' if `buffer' arg is nil.
7810         (push-mark): Use `when' and `unless'.
7811         (pop-mark): Use `when'.
7813         * mouse-sel.el (mouse-sel-get-selection-function):
7814         Check `x-last-selected-text-primary'.  Don't barf if it or
7815         `x-last-selected-text' aren't bound.
7817 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7819         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7821 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7823         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7825 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7827         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7829 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7831         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7832         string.  Defvar the derived hook.
7834         * macros.el (insert-kbd-macro): Escape double quote character.
7835         From Thomas W Murphy <twm@andrew.cmu.edu>.
7837 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7839         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7840         to match the specific mark rather than reusing comment-start-skip.
7842 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7844         * progmodes/hideshow.el (hs-special-modes-alist):
7845         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7847 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7849         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7850         value using ?\s.
7852 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7854         * subr.el (with-selected-window): Add closing paren.
7856 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7858         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7859         (lisp-mode): Likewise.
7861         * subr.el (with-selected-window): Copy code form save-selected-window
7862         so as to call select-window with norecord arg.
7863         (dynamic-completion-table): Doc fix.
7864         (lazy-completion-table): Doc fix.
7866         * international/mule-cmds.el (set-locale-environment):
7867         langinfo renamed to locale-info.
7869         * international/mule.el (auto-coding-functions): Doc fix.
7871 2003-07-21  Kenichi Handa  <handa@m17n.org>
7873         * international/quail.el (quail-translate-key):
7874         Update quail-current-str correctly.
7876 2003-07-21  Andreas Schwab  <schwab@suse.de>
7878         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7879         ?, to "_".
7881 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7882         Version 2.0.36 of Tramp released.
7884         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7885         tramp-password-end-of-line.
7886         (tramp-password-end-of-line): New method parameter.
7887         (tramp-get-password-end-of-line): Function to access method
7888         parameter `tramp-password-end-of-line', or variable
7889         `tramp-default-password-end-of-line' (default value).
7890         (tramp-methods): Add entries for new parameter
7891         tramp-password-end-of-line.
7892         (tramp-enter-password): Use new function
7893         `tramp-get-password-end-of-line'.
7894         (tramp-handle-insert-file-contents): Do not
7895         unconditionally inhibit the file operation file-local-copy, only
7896         do that when the inhibit-file-name-operation is currently
7897         insert-file-contents.  This fixes finding remote CVS-controlled
7898         files.  (It would barf on inserting the CVS/Entries file
7899         literally, because the file-local-copy handler wasn't called.)
7900         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7901         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7902         (tramp-initial-commands): New variable.
7903         (tramp-process-initial-commands): New function, using the variable.
7904         (tramp-open-connection-setup-interactive-shell): Call the new function.
7905         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7906         method into the buffer name, never use nil.  Reported by Hanak
7907         David <dhanak@inf.bme.hu>.
7908         (tramp-open-connection-setup-interactive-shell): Erase buffer
7909         before sending "stty -onlcr".
7911         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7913 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7915         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7917 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7919         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7920         (artist-draw-rect, artist-draw-square): Doc fixes.
7922         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7924         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7926 2003-07-19  Kenichi Handa  <handa@m17n.org>
7928         * international/kkc.el (kkc-show-conversion-list-update):
7929         Highlight the correct candidate in the message.
7931 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7933         * simple.el (current-word): Don't include punctuation char when
7934         `really-word' arg is non-nil.
7936 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7938         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7939         moved to the directory obsolete.
7941 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7943         * info.el (Info-menu-entry-name-re): Allow newlines in
7944         menu entry names.
7946         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7947         syntax-ppss-after-change-function.
7948         (syntax-ppss-after-change-function): New alias.  Update uses.
7949         (syntax-ppss): Catch the case where the buffer is narrowed.
7951 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7953         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7954         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7956 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7958         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7959         since it might be modified.
7961         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7962         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7963         names to these language constants.
7965 2003-07-15  Kim F. Storm  <storm@cua.dk>
7967         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7968         All uses changed.
7970 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7972         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7973         Namespace support.
7975 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7977         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7978         papers received).
7980 2003-07-13  Karl Eichwalder  <ke@suse.de>
7982         * textmodes/po.el (po-find-charset): White space at the start of the
7983         Content-Type field body is non-mandatory.
7985 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7987         * textmodes/texinfo.el (texinfo-section-list):
7988         Append appendixsection; a synonym for appendixsec.
7990 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7992         * man.el (Man-translate-cleanup): New.
7993         (Man-translate-references): Call `Man-translate-cleanup' to clean
7994         leading, trailing and middle spaces.
7996 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7998         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7999         Handle `dired-directory' being a list.
8001 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8003         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8004         it doesn't exist.
8006 2003-07-12  Richard M. Stallman  <rms@gnu.org>
8008         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8010         * progmodes/cc-defs.el (c-make-keywords-re):
8011         Don't use delete-duplicates.
8012         (c-lang-const): Don't use mapcan.
8014         * apropos.el (apropos-show-scores): Make it customizable.
8015         Document new meaning.
8016         (apropos): Compute scores from symbols.
8017         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8019 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8021         * ps-bdf.el: Fix copyright line.
8022         (bdf-directory-list): Fix initialization code.
8024 2003-07-11  John Paul Wallington  <jpw@gnu.org>
8026         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8027         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8028         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8030 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
8032         * emacs-lisp/ring.el (ring-elements): Doc fix.
8034 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8036         * calendar/timeclock.el (timeclock-relative)
8037         (timeclock-ask-before-exiting, timeclock-use-display-time):
8038         Doc changes.
8039         (timeclock-modeline-display): Give a message if
8040         `timeclock-use-display-time' is non-nil but `display-time-mode'
8041         is not active.
8043 2003-07-11  Kenichi Handa  <handa@m17n.org>
8045         * international/mule-cmds.el (set-language-environment):
8046         Set current-language-environment to the correct string.
8048 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8050         * ps-print.el: Print line number correctly in a region.  Reported by
8051         Tim Allen <timallen@ls83.fsnet.co.uk>.
8052         (ps-print-version): New version number (6.6.2).
8053         (ps-printing-region): Code fix.
8055 2003-07-10  John Paul Wallington  <jpw@gnu.org>
8057         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8058         this function can be called from `add-completions-from-tags-table'.
8060 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
8062         * calendar/timeclock.el (timeclock-use-display-time)
8063         (timeclock-day-over-hook, timeclock-workday-remaining)
8064         (timeclock-status-string, timeclock-when-to-leave)
8065         (timeclock-when-to-leave-string, timeclock-log-data)
8066         (timeclock-find-discrep, timeclock-day-base)
8067         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8068         (timeclock-modeline-display): Set the variable
8069         `timeclock-modeline-display'.
8070         (timeclock-update-modeline): Doc fix.  Respect value of
8071         `timeclock-relative'.
8073 2003-07-09  Richard M. Stallman  <rms@gnu.org>
8075         * textmodes/reftex-parse.el (reftex-all-document-files):
8076         Add autoload cookie.
8078         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8079         (reftex-scanning-info-available-p): Add autoload cookie.
8081         * international/mule-cmds.el
8082         (set-display-table-and-terminal-coding-system): Delete duplicate
8083         aset on standard-display-table.
8085         * view.el (view-file): If existing buffer's major mode is special,
8086         don't go into view mode.
8088         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8090 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8092         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8093         buffer changes; there's third party code that calls this function
8094         directly.
8096 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8098         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8099         (autodoc-font-lock-keywords): Don't byte compile on font lock
8100         initialization when running from byte compiled files.
8102 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8104         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8105         statement ends with auto-increment "++".
8107 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8109         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8110         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8111         these are changed, so declare them as variables and not constants.
8113 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
8115         * subr.el (dolist, dotimes): Doc fix.
8117 2003-07-08  Kim F. Storm  <storm@cua.dk>
8119         * international/mule-cmds.el
8120         (set-display-table-and-terminal-coding-system): Don't break
8121         bootstrap if standard-display-table isn't setup yet.
8123 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8125         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8126         Give it a doc string, and autoload it.
8128         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8129         Use with-no-warnings.
8131         * info.el (Info-search): If find invisible text, search again.
8133         * isearch.el (search-whitespace-regexp): Add a shy group around it.
8135         * man.el (Man-name-regexp): Match + as part of name.
8137         * simple.el (visible-mode): Rename from vis-mode.
8138         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8140         * simple.el (current-word): New arg REALLY-WORD specifies
8141         don't include punctuation chars.
8143         * emacs-lisp/debug.el (debug, debugger-env-macro):
8144         Use with-no-warnings while accessing and binding unread-command-char.
8146         * international/mule-cmds.el
8147         (set-display-table-and-terminal-coding-system): Use explicit loop
8148         instead of calling standard-display-default.
8150         * net/ange-ftp.el (ange-ftp-file-symlink-p):
8151         Use condition-case to catch error in ange-ftp-get-files.
8153         * net/browse-url.el (browse-url-browser-function):
8154         Add alternative for Epiphany.
8155         (browse-url-epiphany-program, browse-url-epiphany-arguments)
8156         (browse-url-epiphany-startup-arguments)
8157         (browse-url-epiphany-new-window-is-tab): New variables.
8158         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8160         * progmodes/compile.el (compile-auto-highlight): Default now t.
8161         (compile): Doc fix.
8162         (compilation-next-error): Fix previous change.
8164         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8166         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8168 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
8170         * gdb-ui.el (gdb-source-info): Display current frame when
8171         attaching to an existing process.
8172         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8173         while laying out windows when attaching to an existing process.
8175 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
8177         * info.el (Info-menu): Use Info-menu-entry-name-re.
8179 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8181         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8182         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8184         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8185         to match the same text.
8187 2003-07-06  John Paul Wallington  <jpw@gnu.org>
8189         * vc.el (vc-annotate-offset): Move defvar up.
8191 2003-07-06  Kim F. Storm  <storm@cua.dk>
8193         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8194         This should fix the infinite loop when extracting menu names.
8196 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8198         * files.el (auto-mode-alist, interpreter-mode-alist):
8199         Remove entries to CC Mode modes to avoid duplicates; they are now added
8200         with autoload directives in cc-mode.el.
8202 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8204         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8205         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8206         these are changed, so declare them as variables and not constants.
8208         * progmodes/cc-mode.el: Fix some autoload problems: Try to
8209         ensure that the entry for ".c" extension comes before the one for
8210         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8211         Fix incorrect entries that were added to `interpreter-mode-alist'.
8212         Move the autoload directives for AWK to the top level since they
8213         aren't recognized anywhere else.  Do not use the new AWK mode doc
8214         in the autoload form for the old AWK mode.
8216 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8218         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8219         (bibtex-sort-ignore-string-entries): Default value t.
8220         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8221         erroneously in previous version.
8222         (bibtex-string-files): Docstring reflects new parsing scheme.
8223         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8224         docstring, add # as one of the chars to crush
8225         (bibtex-autokey-prefix-string, bibtex-autokey-names)
8226         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8227         (bibtex-autokey-name-change-strings)
8228         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8229         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8230         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8231         (bibtex-autokey-title-terminators)
8232         (bibtex-autokey-titlewords-stretch)
8233         (bibtex-autokey-titleword-ignore)
8234         (bibtex-autokey-titleword-case-convert)
8235         (bibtex-autokey-titleword-abbrevs)
8236         (bibtex-autokey-titleword-abbrevs)
8237         (bibtex-autokey-titleword-change-strings)
8238         (bibtex-autokey-titleword-length)
8239         (bibtex-autokey-titleword-separator)
8240         (bibtex-autokey-name-year-separator)
8241         (bibtex-autokey-year-title-separator)
8242         (bibtex-autokey-before-presentation-function)
8243         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8244         Fix docstring.
8245         (bibtex-strings, bibtex-reference-keys):
8246         Use lazy-completion-table and make-variable-buffer-local.
8247         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8248         (bibtex-braced-string-syntax-table)
8249         (bibtex-quoted-string-syntax-table): New variables.
8250         (bibtex-parse-nested-braces): Remove.
8251         (bibtex-parse-field-string): Use syntax table and forward-sexp.
8252         (bibtex-parse-association): Simplify.
8253         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8254         (bibtex-parse-field-text): Simplify.
8255         (bibtex-search-forward-field, bibtex-search-backward-field):
8256         argument BOUND can take value t.
8257         (bibtex-start-of-field, bibtex-start-of-name-in-field)
8258         (bibtex-end-of-name-in-field, bibtex-end-of-field)
8259         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8260         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8261         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8262         (bibtex-skip-to-valid-entry): Return buffer position of beginning
8263         and ending of entry.  Update for changes of bibtex-search-entry.
8264         Simplify.
8265         (bibtex-map-entries): FUN is called with three arguments.
8266         (bibtex-search-entry): Return a cons pair with buffer positions of
8267         beginning and end of entry.
8268         (bibtex-enclosing-field): Simplify.
8269         (bibtex-format-entry): Use booktitle to set a missing title.
8270         (bibtex-autokey-get-names): Fiddle with regexps.
8271         (bibtex-generate-autokey): Use identity.
8272         (bibtex-parse-keys): Use simplified parsing algorithm if
8273         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
8274         arguments.  Return alist of keys.
8275         (bibtex-parse-strings): Simplify.  Return alist of strings.
8276         (bibtex-complete-string-cleanup): Fix docstring.
8277         (bibtex-read-key): New function.
8278         (bibtex-mode): Fix docstring.  Do not parse for keys and
8279         strings when the mode is entered.  Set fill-paragraph-function to
8280         bibtex-fill-field.  Setup font-lock-mark-block-function the way
8281         font-lock intended.
8282         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
8283         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8284         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8285         (bibtex-Preamble): Avoid hard coded constants.
8286         (bibtex-make-field): Fix docstring.  Simplify.
8287         (bibtex-beginning-of-entry): Always return new position of point.
8288         (bibtex-end-of-entry): Rearrange cond clauses.
8289         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8290         Update for changes of bibtex-map-entries.
8291         (bibtex-ispell-abstract): Do not move point.
8292         (bibtex-entry-index): Use downcase.  Simplify.
8293         (bibtex-lessp): Handle catch-all.
8294         (bibtex-find-crossref): Turn into a command.
8295         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
8296         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
8297         preamble entries.
8298         (bibtex-fill-field-bounds): New function.
8299         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
8300         (bibtex-fill-entry): Use bibtex-fill-field-bounds
8301         (bibtex-String): Use bibtex-strings.  Always obey
8302         bibtex-sort-ignore-string-entries.
8304 2003-07-05  John Paul Wallington  <jpw@gnu.org>
8306         * cus-theme.el (customize-create-theme):
8307         Call `customize-create-theme' in Reset widget's notify function.
8309         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8310         (ibuffer-mark-interactive): Use `or' instead of `unless'.
8311         (define-ibuffer-column name): Add summarizer.
8312         (define-ibuffer-column size): Likewise.
8313         (define-ibuffer-column filename): Likewise.
8314         (define-ibuffer-column process): Likewise.  Change BODY's output too.
8315         (define-ibuffer-column filename-and-process): Likewise, likewise.
8316         (ibuffer): Remove local vars `already-in' and `need-update'.
8318         * ibuf-ext.el: Don't require `derived' at compile-time.
8320 2003-07-05  Kim F. Storm  <storm@cua.dk>
8322         * info.el: Disable paragraph refilling.
8323         (Info-refill-paragraphs): New defcustom.
8324         (Info-fontify-node): Use it.
8326 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8328         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8329         thingies from constructors created by defstruct.
8331         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8332         the default value of the variable.
8333         (byte-code-meter): Move declaration to top level.
8335         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8337         * info.el (Info-following-node-name-re): New fun.
8338         (Info-following-node-name): Remove.
8339         (Info-insert-dir): Use the new fun.
8340         (Info-extract-pointer): Don't save restriction; use new fun.
8341         (Info-menu-entry-name-re): New const.
8342         (Info-menu-entry-name-re): Use it along with new fun.
8343         (Info-node-spec-re): Use new fun.
8344         (Info-complete-menu-item, Info-fontify-node): Use new const.
8345         (Info-goto-node, Info-follow-reference, Info-menu-update):
8346         Use match-string.
8347         (Info-follow-reference): Use assoc-string.
8348         Use a list of strings for the completion table.
8349         (Info-fontify-node): Use match-string, line-end-position.
8350         Limit the search for `node:' to the first line.
8352         * newcomment.el (uncomment-region): Remove padding coming from
8353         comment-start rather than just from comment-padding.
8355         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8356         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8357         (vc-cvs-rename-file): Remove (use the default).
8358         (vc-cvs-register): Register parent dir if needed.
8359         (vc-cvs-could-register): Return non-nil if parent can be registered.
8360         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8361         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8363         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8364         (vc-svn-update): Fix the arguments to `svn'.
8365         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8366         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8367         Simple implementations, assuming `name' is a URL.
8369         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8370         set of chars allowed unquoted in a case pattern.
8372         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8374         * font-lock.el (font-lock-extra-types-widget)
8375         (c-font-lock-extra-types, c++-font-lock-extra-types)
8376         (objc-font-lock-extra-types, java-font-lock-extra-types)
8377         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8378         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8379         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8380         (font-lock-match-c++-structor-declaration)
8381         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8382         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8383         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8384         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8385         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8386         (java-font-lock-keywords-3, java-font-lock-keywords)
8387         (java-font-lock-syntactic-face-function): Remove obsolete code
8388         and constants.  It's all in cc-fonts.el now.
8390 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8392         * mail/sendmail.el (mail-specify-envelope-from)
8393         (mail-envelope-from): Doc fix.
8395 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8397         * generic-x.el: Do away with the dependency on `c-emacs-features'
8398         when populating `rul-generic-mode-syntax-table'; we already know
8399         this isn't XEmacs.
8401 See ChangeLog.10 for earlier changes.
8403 ;; Local Variables:
8404 ;; coding: iso-2022-7bit
8405 ;; End:
8407     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8408   Copying and distribution of this file, with or without modification,
8409   are permitted provided the copyright notice and this notice are preserved.
8411 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1