(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
[emacs.git] / lisp / ChangeLog
blobf86847413fd868f86801092ea43cb4667e98aca5
1 2004-06-17  Juanma Barranquero  <lektu@terra.es>
3         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4         (ewoc-invalidate, ewoc-collect): Doc fixes.
5         (ewoc--create-node, ewoc--delete-node-internal):
6         Fix typos in docstring.
8 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
10         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11         manual to docstring.
13 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
19         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
20         Add hyperlink to emacs-xtra manual to docstring.
22         * autorevert.el (global-auto-revert-non-file-buffers): Add
23         hyperlink to emacs-xtra manual to docstring, as well as an
24         info-link.
26 2004-06-14  Juanma Barranquero  <lektu@terra.es>
28         * image.el (image-library-alist): New variable to map image types
29         to external libraries.  Initialized to nil, unless system-specific
30         configs change it.
31         (image-type-available-p): Determine whether an image type is
32         available by calling `init-image-library'.
34         * term/w32-win.el (image-library-alist): Initialize to a known set
35         of probable library names.
37 2004-06-14  Kenichi Handa  <handa@m17n.org>
39         * international/code-pages.el (windows-1256, cp1125): Fix tables
40         for several characters.
42         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous
43         change.
45 2004-06-13  Richard M. Stallman  <rms@gnu.org>
47         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
49         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
50         not "`pc-selection-mode'".
52         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
54         * simple.el (previous-matching-history-element): Specify a default.
56         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
58         * cus-face.el (custom-declare-face): Simplify code.
60         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
62 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
64         * files.el (before-save-hook): Add `time-stamp' to the options.
66         * time-stamp.el (time-stamp): Recommend adding it to
67         `before-save-hook', rather than `write-file-functions'.
68         Make a similar change in `Commentary' section.
70 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
72         * diff-mode.el (diff-current-defun): If at start of hunk, use
73         position of first change.
75 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
77         * dired-x.el (dired-mark-omitted): Bind to "*O".
79 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
81         * bookmark.el (bookmark-bmenu-relocate): New function, as
82         suggested by David J. Biesack <David.Biesack@sas.com>.
83         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
84         (bookmark-bmenu-mode): Describe binding in doc string.
85         (bookmark-set-filename): Save the bookmark list if it's time.
87 2004-06-13  Kenichi Handa  <handa@m17n.org>
89         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous
90         change.
91         (ccl-untranslated-to-ucs): Fix typo.
93 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
95         * progmodes/python.el (python-open-block-statement-p): Fix
96         indentation after a block opening that contains a comment.
98 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
100         * bindings.el (completion-ignored-extensions): Add file extensions
101         of Python byte-compiled files.
103 2004-06-12  Juri Linkov  <juri@jurta.org>
105         * info.el (Info-goto-node): Add autoload.
106         (Info-toc): Add substring-no-properties on Info file name.
107         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
108         (Info-mode-map): Bind L to Info-history, T to Info-toc.
110 2004-06-12  Kenichi Handa  <handa@m17n.org>
112         * international/mule-cmds.el (set-language-environment): Load
113         subst tables if necessary.
115         * international/mule.el (decode-char): Load subst tables if
116         necessary.
117         (encode-char): Likewise.
119         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
120         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
121         (utf-16le-decode-loop): Set r5 to -1 before loop.
122         (utf-16be-decode-loop): Likewise.
123         (ccl-decode-mule-utf-16le): Add EOF processing block.
124         (ccl-decode-mule-utf-16be): Likewise.
125         (ccl-decode-mule-utf-16le-with-signature): Likewise.
126         (ccl-decode-mule-utf-16be-with-signature): Likewise.
127         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
128         (ccl-mule-utf-16-encode-untrans): New CCL.
129         (utf-16-decode-to-ucs): Handle pre-read character.
130         (utf-16le-encode-loop): Handle surrogate pair.
131         (utf-16be-encode-loop): Likewise.
132         (ccl-encode-mule-utf-16le-with-signature): Adjusted for the change
133         of utf-16le-encode-loop.
134         (ccl-encode-mule-utf-16be-with-signature): Adjusted for the change
135         of utf-16be-encode-loop.
136         (mule-utf-16-post-read-conversion): Call
137         utf-8-post-read-conversion at first.
138         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature): Include
139         CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
140         Add post-read-conversion and pre-write-conversion.
142         * international/utf-8.el (utf-translate-cjk-charsets): New
143         variable.
144         (utf-translate-cjk-unicode-range): New variable.
145         (utf-translate-cjk-load-tables): New function.
146         (utf-lookup-subst-table-for-decode): New function.
147         (utf-lookup-subst-table-for-encode): New function.
148         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
149         tables here.  Update safe-charsets of utf-* coding systems.
150         (ccl-mule-utf-untrans): New CCL.
151         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
152         at end of each branch.
153         (ccl-mule-utf-8-encode-untrans): New CCL.
154         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
155         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
156         length of encoding.  Don't return r0.
157         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
158         (utf-8-post-read-conversion): Narrow to region properly.  If
159         utf-translate-cjk-mode is on, load tables if necessary.  Call
160         utf-8-compose with hash-table arg if necessary.  Call
161         XXX-compose-region instead of XXX-post-read-convesion.
162         (utf-8-pre-write-conversion): New function.
163         (mule-utf-8): Include CJK charsets in safe-charsets if
164         utf-translate-cjk-mode is on.  Add pre-write-conversion.
166         * international/characters.el: Temporarily set
167         utf-translate-cjk-mode to nil.
169         * language/devan-util.el (devanagari-compose-region): Add
170         autoload cookie.
172         * international/ccl.el (ccl-dump-call): Fix printing the
173         subroutine name.
175 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
177         * dired.el (dired-revert): If buffer is marked unmodified before
178         reverting, keep it marked unmodified.
179         Adapt to new conventions for commenting out code.
180         (dired-make-relative): Adapt to new conventions for commenting out
181         code.
183 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
185         * eshell/esh-module.el (eshell-load-defgroups): Bind
186         `vc-handled-backends' to nil when opening files.
188 2004-06-11  Juanma Barranquero  <lektu@terra.es>
190         * files.el (parse-colon-path, cd): Doc fixes (refer to
191         `path-separator', not colon).
193 2004-06-10  Juanma Barranquero  <lektu@terra.es>
195         * newcomment.el (comment-search-forward)
196         (comment-search-backward): Fix typos in docstring.
197         (comment-region): Doc fix.
199 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
201         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
202         switch is no longer stored in `dired-switches-alist'.
204         * dired-aux.el (dired-insert-subdir): Do not store R switch in
205         `dired-switches-alist'.
207 2004-06-10  Kim F. Storm  <storm@cua.dk>
209         * pcvs.el (cvs-mode-diff-yesterday): New command.
211         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
213 2004-06-10  Juri Linkov  <juri@jurta.org>
215         * emacs-lisp/edebug.el (edebug-eval-defun):
216         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
217         Fix docstring.
219         * simple.el (eval-expression-print-format): Don't print additional
220         information on the first call to `eval-print-last-sexp'.
221         (next-error-find-buffer): Fix punctuation.
222         (killing) <defgroup>: Fix punctuation.
223         (yank-excluded-properties): Change group from editing to killing.
225         * replace.el (perform-replace): Use `limit' to terminate the
226         while-loop explicitly.
228 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
230         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
231         Use lc-*.xpm as prefix instead of *-locol.xpm.
233         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
234         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
235         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
236         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
237         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
238         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
239         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
240         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
241         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
242         * toolbar/lc-up_arrow.xpm:
243         Renamed from *-locol.xpm.
245 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
247         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
248         include forms like &<str>; as valid url patterns.
250 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
252         * dired.el (dired-diff, dired-backup-diff)
253         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
254         (dired-do-chown, dired-do-touch, dired-do-print)
255         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
256         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
257         (dired-create-directory, dired-do-copy, dired-do-symlink)
258         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
259         (dired-do-copy-regexp, dired-do-hardlink-regexp)
260         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
261         (dired-maybe-insert-subdir, dired-next-subdir)
262         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
263         (dired-kill-subdir, dired-tree-up, dired-tree-down)
264         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
265         (dired-run-shell-command, dired-query): Remove redundant,
266         or incorrect, autoloads.
268         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
269         does not end in a slash.  Add optional argument KILL-ROOT.  Update
270         docstring.
271         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
272         (dired-query): Add autoloads.
274 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
276         * progmodes/compile.el (compilation-set-window-height): Rearrange
277         the save-* functions because a buffer can have several current
278         point in different windows.
279         (compilation-error-regexp-alist-alist): Recognize {standard input}
280         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
282 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
284         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
285         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
286         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
287         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
288         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
289         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
290         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
291         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
292         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
293         * toolbar/up_arrow-locol.xpm:
294         New versions of icons that uses fewer colors.
296         * toolbar/tool-bar.el (tool-bar-local-item)
297         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
298         if display-color-cells is 256 or less.
300 2004-06-08  Kim F. Storm  <storm@cua.dk>
302         * wid-edit.el (widget-specify-button): Use hand pointer rather
303         than mouse-face as visible mouse-over effect.
305 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
307         * saveplace.el (save-place-alist-to-file): Bind `print-length'
308         and `print-level' to nil when writing out `save-place-alist'.
309         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
311 2004-06-07  Juanma Barranquero  <lektu@terra.es>
313         * completion.el (completion-kill-region): Doc fix.
315         * format.el (format-insert-annotations)
316         (format-annotate-location): Doc fixes.
317         (format-subtract-regions): Make arguments match their use in
318         docstring.
320         * simple.el (kill-region): Doc fix.
322         * subr.el (insert-buffer-substring-no-properties)
323         (insert-buffer-substring-as-yank): Doc fixes.
325 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
327         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
328         Update docstring.
329         (dired-reset-subdir-switches): New function.
331         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
332         Limit scope of `buffer-read-only' binding.
334 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
336         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
337         eshell-explicit-command-char.
339 2004-06-06  Juanma Barranquero  <lektu@terra.es>
341         * help-fns.el (help-argument-name): Inherit from italic face only
342         if the frame supports it.
344 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
346         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
347         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
348         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
349         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
350         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
351         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
352         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
353         New conversions from xpm files.
355         * toolbar/README: New file.
357 2004-06-06  Richard M. Stallman  <rms@gnu.org>
359         * isearch.el (isearch-mode-map): Undo previous change.
361 2004-06-05  Juri Linkov  <juri@jurta.org>
363         * bindings.el (debug-ignored-errors): Add regexps for history
364         related messages.  Remove $ from "No further undo information".
365         Move Ediff's messages to ediff.el.
367         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
369         * cus-edit.el (custom-display): Add `min-colors'.
371         * custom.el (defface): Add `supports' to docstring.
373         * help-fns.el (help-argument-name): Add :group 'help.
375 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
377         * find-dired.el (find-ls-subdir-switches): New user option.
378         (find-dired): No longer call `abbreviate-file-name' on DIR.
379         Set `dired-subdir-switches' buffer-locally.
381         * locate.el: Merge the two `Commentary' sections.
382         (locate-ls-subdir-switches): New user option.
383         (locate): Update for other changes.
384         (locate-mode-map): Restore Dired binding for mouse-2.
385         Bind `locate-mouse-view-file' to M-mouse-2.
386         Bind `l' to `locate-do-redisplay'.
387         (locate-main-listing-line-p, locate-do-redisplay): New functions.
388         (locate-mouse-view-file, locate-tags, locate-find-directory):
389         Print message if used outside main listing.
390         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
391         Various changes to support inserted subdirectories.
392         (locate-insert-header): Change header of *Locate* buffer.
394         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
395         Change interactive default switches.
396         (dired-rename-subdir-2): Update `dired-switches-alist'.
397         (dired-insert-subdir, dired-kill-subdir):
398         Handle `dired-switches-alist'.  Do not mark buffer modified.
399         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
400         (dired-insert-subdir-doinsert): Omit messages.
401         Handle `dired-subdir-switches'.
402         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
404         * dired.el (dired-subdir-switches, dired-switches-alist):
405         New vars.
406         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
407         subdirs if -R switch is used for a subdir.
408         (dired-mode): Set `dired-switches-alist'.
409         (dired-build-subdir-alist): Only print number of directories in
410         echo area when invoked interactively.
412 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
414         * dired-x.el (dired-omit-mode): Rename from
415         dired-omit-files-p.  Use define-minor-mode to define it.
416         (dired-omit-files-p): Add as alias for dired-omit-mode.
417         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
418         dired-mark-omitted.
419         (dired-mark-omitted): Add.  Bind to M-O.
421 2004-06-05  Kenichi Handa  <handa@m17n.org>
423         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
425 2004-06-05  Juanma Barranquero  <lektu@terra.es>
427         * help-fns.el (help-argument-name): Reintroduce face.
428         (help-default-arg-highlight): Use it, now that
429         `face-differs-from-default-p' can be trusted.
431 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
433         * textmodes/table.el: Sentence commands added to Point Motion
434         group; kill and backward-kill commands added to Extraction group.
436 2004-06-04  Mario Lang  <mlang@delysid.org>
438         * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
439         systems appear to use mW, make the code handle this.  Fix a
440         division-by-zero bug while at it, and handle kernels with
441         a slightly different layout in /proc/acpi.
443 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
445         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
446         because the latter is a CL-ism.  This fixes the bug reported by
447         Shawn Boyette <mdxi@collapsar.net> in
448         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
450 2004-06-04  Miles Bader  <miles@gnu.org>
452         * faces.el (display-supports-face-attributes-p): Function moved to
453         C code.  Previously only the tty-related portion of this function
454         was done in C; however the previous attempt to do a halfway-proper
455         job for non-tty displays in lisp didn't work properly because of
456         funny conditions during Emacs startup.
457         (face-differs-from-default-p): Simplify, now that
458         display-supports-face-attributes-p works properly on all display
459         types.  Remove :stipple from comparison; it doesn't really work
460         in emacs anyway.
462 2004-06-04  Miles Bader  <miles@gnu.org>
464         * faces.el (face-differs-from-default-p): Use a different
465         implementation, so we can really check whether FACE displays
466         differently or not.
468 2004-06-04  Miles Bader  <miles@gnu.org>
470         * faces.el (display-supports-face-attributes-p): Implement a
471         `different from default' check for non-tty displays.
473 2004-06-03  David Kastrup  <dak@gnu.org>
475         * woman.el (woman-mapcan): More concise code.
476         (woman-topic-all-completions, woman-topic-all-completions-1)
477         (woman-topic-all-completions-merge): Replace by a simpler and
478         much faster implementation based on O(n log n) sort/merge instead
479         of the old O(n^2) behavior.
481 2004-06-03  Miles Bader  <miles@gnu.org>
483         * subr.el (read-number): Use canonical format for default in prompt.
485         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
486         regexp for " [...]" style defaults.
488 2004-06-02  Romain Francoise  <romain@orebokech.com>
490         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
491         groups: if the user asks for a hidden buffer, open the
492         corresponding filter group to expose it.
494         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
495         `ibuffer-jump-to-buffer'.
496         (ibuffer-jump-offer-only-visible-buffers): New user option.
498 2004-06-02  Juanma Barranquero  <lektu@terra.es>
500         * faces.el (frame-update-faces): Add empty docstring so the one
501         for `ignore' doesn't show through.
503         * subr.el (process-kill-without-query): Remove spurious "\n" on
504         obsolescence string.
505         (focus-frame, unfocus-frame): Add obsolescence declaration and
506         empty docstring.
508         * international/mule.el (register-char-codings): Make alias for
509         `ignore'.  Move docstring to obsolescence info and remove
510         redundancy.
512 2004-06-02  Kim F. Storm  <storm@cua.dk>
514         * frame.el (blink-cursor-start): Turn cursor off initially so blink
515         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
517 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
519         * vc-arch.el (vc-arch-state): Don't assume the file exists.
521 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
523         * desktop.el (desktop-save): Don't save minor modes without a
524         known mode initialization function.
526 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
528         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
530         * autorevert.el: Update `Commentary' section.
532 2004-05-30  Juanma Barranquero  <lektu@terra.es>
534         * dos-fns.el (convert-standard-filename):
535         * files.el (convert-standard-filename):
536         * w32-fns.el (convert-standard-filename):
537         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
539 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
541         Sync with Tramp.
543         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
544         (tramp-let-maybe): Move to an earlier spot in the file.
545         Patch by Andreas Schwab.
547 2004-05-30  Andreas Schwab  <schwab@suse.de>
549         * dired.el (dired-get-filename): Don't use dired-re-dot.
551 2004-05-30  Richard M. Stallman  <rms@gnu.org>
553         * files.el (find-file): Doc fix.
555         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
557 2004-05-30  Nick Roberts  <nickrob@gnu.org>
559         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
560         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
561         modeline of the locals buffer.
562         (gdb-goto-breakpoint): Handle gdbmi.
563         (gdb-get-frame-number): Change for gdbmi.
565 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
567         * files.el (file-remote-p): Apply file name handler for operation
568         `file-remote-p'.  It isn' a property any longer.
569         (file-relative-name): `fh' and `fd' get the required value via
570         `find-file-name-handler' already.
572         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
573         (top): Remove setting of `file-remote-p' property for
574         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
576 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
578         Version 2.0.41 of Tramp released.
580         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
581         Throw away if process has died.
582         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
583         (tramp-out-of-band-prompt-regexp): Rename to
584         `tramp-process-alive-regexp', because its usage is widen.
585         (tramp-actions-copy-out-of-band): Apply it.
586         (tramp-actions-before-shell, tramp-multi-actions):
587         Add `tramp-action-process-alive' action.
588         (tramp-action-process-alive): New defun.
589         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
590         Add entry for `file-remote-p'.
591         (tramp-handle-file-remote-p): New defun.
592         (top): Remove setting of `file-remote-p'.  Don't set
593         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
595         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
596         `file-remote-p'.
598         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
599         counted for (last) line.  [They should or they shouldn't?  --Stef]
600         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
602 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
604         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
605         not really necessary but seems to keep the shell history smaller
606         in some cases.  It is no substitute for setting HISTFILE and
607         HISTSIZE from tramp-open-connection-setup-interactive-shell,
608         though.  Suggested by Luc Teirlinck.
609         (tramp-open-connection-setup-interactive-shell): Export variables
610         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
611         (tramp-set-process-query-on-exit-flag): New compat function.
612         (tramp-open-connection-multi, tramp-open-connection-su)
613         (tramp-open-connection-rsh, tramp-open-connection-telnet)
614         (tramp-do-copy-or-rename-file-out-of-band): Use it.
615         (tramp-let-maybe): New macro, let-binds a variable only if it
616         isn't obsolete.
617         (tramp-check-ls-commands, tramp-handle-expand-file-name)
618         (tramp-handle-file-truename): Use it.
619         (tramp-completion-file-name-regexp-unified): Avoid matching
620         filenames starting with "/:" -- those are reserved for
621         file-name-non-special.
623         * tramp-smb.el (tramp-smb-open-connection):
624         Use tramp-set-process-query-on-exit-flag compat function.
626 2004-05-29  Richard M. Stallman  <rms@gnu.org>
628         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
630         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
631         (eval-last-sexp-print-value): Print char equivalent regardless
632         of standard-output value.
634         * thumbs.el (thumbs-subst-char-in-string): Delete.
635         (thumbs-thumbname): Use subst-char-in-string.
636         (thumbs-resize-image): Use condition-case, not ignore-errors.
637         (thumbs-kill-buffer): Likewise.
639         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
640         (thumbs-mode): Make buffer read-only.
641         (thumbs-make-thumb): Unconditionally accept an existing file.
642         (thumbs-insert-thumb): Add thumb-image-file property to the image.
643         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
644         (thumbs-show-thumbs-list): Error if images not supported.
645         (thumbs-save-current-image): Improve prompt string.
646         (thumbs-mode-map): Define u, R, x.
647         (thumbs-unmark): New command.
648         (thumbs-emboss-image): Minor cleanup.
649         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
650         (thumbs-rename-images): New command.
651         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
653         * thumbs.el (thumbs-current-image): New function.
654         (thumbs-file-list, thumbs-file-alist): New functions.
655         (thumbs-find-image): Delete arg L.
656         Don't set up thumbs-fileL as buffer-local global var.
657         (thumbs-find-image-at-point): Use thumbs-current-image.
658         (thumbs-set-image-at-point-to-root-window): Likewise.
659         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
660         Record and warn about errors.  Update thumbs-markedL for deletions.
661         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
662         (thumbs-redraw-buffer): Use thumbs-file-list.
663         (thumbs-mark): Use thumbs-current-image.
664         (thumbs-show-name): Use thumbs-current-image.
666         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
667         and imenu--last-menubar-index-alist.
669         * subr.el (with-selected-window): Undo previous change.
671 2004-05-29  John Paul Wallington  <jpw@gnu.org>
673         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
674         (thumbs-mouse-find-image): New command.
675         (thumbs-mode-map): Bind it to mouse-2.
676         (thumbs-mode): Make mode-class special.
677         (thumbs-view-image-mode): Likewise.
679 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
681         * flymake.el: New file.
683 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
685         * files.el (find-file-noselect-1): Do not bind
686         `inhibit-read-only' to t during execution of
687         `find-file-not-found-functions'.
689 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
692         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
694 2004-05-28  Juri Linkov  <juri@jurta.org>
696         * simple.el (eval-expression-print-format): New fun.
698         * simple.el (eval-expression):
699         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
700         * emacs-lisp/edebug.el (edebug-compute-previous-result)
701         (edebug-eval-expression): Print additionally the value returned by
702         `eval-expression-print-format'.
704         * emacs-lisp/lisp.el (insert-pair-alist): New var.
705         (insert-pair): Make arguments optional.  Find character pair
706         from `insert-pair-alist' according to the last input event.
707         (insert-parentheses): Make arguments optional.
708         (raise-sexp, delete-pair): New funs.
710         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
711         (emacs-lisp-mode-map, lisp-interaction-mode-map):
712         Bind C-M-q to `indent-pp-sexp'.
714         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
715         `pp-to-string' modified to be able to format text with newlines.
716         (pp-to-string): Move the buffer-formatting part of the code to
717         `pp-buffer'.  Call `pp-buffer'.
719         * info.el (Info-desktop-buffer-misc-data): Don't save information
720         about virtual files.
721         (Info-restore-desktop-buffer): Restore Info buffers in prepared
722         buffers with names obtained from the desktop file instead of the
723         default *info* buffer.
725 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * subr.el (with-selected-window): Only save/restore the selected window.
729         * progmodes/compile.el (compilation-error-regexp-alist):
730         Use expand-file-name and data-directory.
732         * progmodes/grep.el (grep-tree): Rework previous fix.
734         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
735         after the user marked text with the mouse.
737         * startup.el (command-line): Keep the first regexp of
738         auto-save-file-name-transforms intact.
740 2004-05-28  Juanma Barranquero  <lektu@terra.es>
742         * cus-edit.el (customize-face, customize-face-other-window)
743         (custom-face-edit-delete): Make arguments match their use in
744         docstring.
745         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
746         docstring.
748         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
749         not `cvs-butlast'.
751         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
752         `nbutlast' are in subr.el).
754         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
755         (set-w32-system-coding-system): Doc fixes.
757         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
758         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
759         Make arguments match their use in docstring.
760         (artist-draw-region-trim-line-endings)
761         (artist-mouse-choose-operation): Fix typo in docstring.
762         (artist-key-set-point-common): Doc fix.
764 2004-05-28  Simon Josefsson  <jas@extundo.com>
766         * mail/smtpmail.el (smtpmail-open-stream):
767         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
769 2004-05-26  Simon Josefsson  <jas@extundo.com>
771         * starttls.el: Merge with my GNUTLS based starttls.el.
772         (starttls-gnutls-program, starttls-use-gnutls)
773         (starttls-extra-arguments, starttls-process-connection-type)
774         (starttls-connect, starttls-failure, starttls-success): New variables.
775         (starttls-program, starttls-extra-args): Doc fix.
776         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
777         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
778         and pass on to corresponding *-gnutls function if it is set.
780 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
782         * autorevert.el (auto-revert-handler): Disable auto-reverting of
783         remote files.
785 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
787         * files.el (file-name-non-special): There are more operations
788         which need handling: `find-backup-file-name',
789         `insert-file-contents', `verify-visited-file-modtime',
790         `write-region'.  Rename t value of method to `add'.  Add new
791         methods `quote' and `unquote-then-quote' to file-arg-indices.
793 2004-05-25  Juri Linkov  <juri@jurta.org>
795         * info.el (Info-toc): Call Info-mode on intermediate buffer.
796         (Info-index-nodes): Enclose code in condition-case to catch errors.
797         (Info-index-node): Don't search all index nodes if request is only
798         for the current node and file is not in the cache of index nodes.
799         (Info-mode-map): Bind Info-copy-current-node-name to `w'
800         for consistency with dired-copy-filename-as-kill.
801         Bind `S' to Info-search-case-sensitively.
802         (Info-copy-current-node-name): New arg.  With zero prefix arg put
803         the name inside a function call to `info'.  Display copied text in
804         the echo area.
806 2004-05-25  Sam Steingold  <sds@gnu.org>
808         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
809         strip the package prefix from the symbol name, if any.
810         Make it the `find-tag-default-function' for `lisp-mode'.
812 2004-05-25  John Paul Wallington  <jpw@gnu.org>
814         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
815         instead of obsolete `process-kill-without-query'.
817         * textmodes/texinfmt.el (texinfo-indexvar-alist):
818         Declare as variable, not constant.
820 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
822         * files.el (find-file-noselect-1): Fix bug introduced by
823         Revision 1.694.  As a side effect, `inhibit-read-only'
824         is again, by default, t during execution of
825         `find-file-not-found-functions'.
826         (insert-directory): Check that lines were really inserted by
827         the --dired switch, before erasing them.
829 2004-05-24  Nick Roberts  <nickrob@gnu.org>
831         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
832         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
833         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
834         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
835         gud-minor-mode (gdbmi).
837 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
839         * net/browse-url.el (browse-url-interactive-arg): Enable user to
840         explicitly select the text to be taken as URL.
842 2004-05-23  Juri Linkov  <juri@jurta.org>
844         * info.el (Info-index-nodes): New var and fun.
845         (Info-goto-index, Info-index, info-apropos)
846         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
847         (Info-index): Fix docstring.  Store and restore Info-history-list.
848         (Info-complete-nodes): New var.
849         (Info-complete-menu-item): Use it.
850         (Info-index-node): New fun.
851         (Info-final-node, Info-forward-node, Info-backward-node)
852         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
853         Use Info-index-node.
854         (Info-extract-menu-item, Info-extract-menu-counting): Set second
855         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
856         (Info-find-node-2): If a node with period in its name not found,
857         try to find a node without the name part after period.
858         (Info-select-node): Call Info-fontify-node only if
859         Info-fontify-maximum-menu-size is not nil.
860         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
861         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
862         Preserve Info-history-list.
863         (Info-toc): Set Info-current-file.
864         (Info-build-toc): Move point to the beginning of the buffer.
865         Add main-file variable.
866         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
867         Use backslashed representation of the control character ^_.
869         * textmodes/texinfmt.el (texinfo-print-index): Print index line
870         numbers in the new Texinfo 4.7 format.
872         * add-log.el (change-log-font-lock-keywords): Remove `:' from
873         regexps for function and variable names.
875         * descr-text.el (describe-property-list): Add [show] button for
876         `syntax-table' property with action to pp to a separate buffer.
877         (describe-char): Replace search-forward by re-search-forward with
878         whitespace regexp after "character:" to not fail in too narrow windows.
880         * simple.el (next-error-find-buffer): Add a rule to return
881         next-error capable buffer if one window on the selected frame
882         displays such buffer.
884 2004-05-23  Nick Roberts  <nickrob@gnu.org>
886         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
887         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
888         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
889         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
890         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
891         Handle new value for gud-minor-mode (gdbmi).
892         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
893         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
894         Change from local to global gdb variable set.
895         (gdb-ann3): Initialise above gdb variable set.
896         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
897         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
898         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
899         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
900         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
901         (gdb-info-locals-handler, gdb-invalidate-assembler)
902         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
903         set as global variables.
904         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
905         Handle gdbmi.
906         (gdb-info-breakpoints-custom): Fix regexp.
907         (def-gdb-var): Delete.
909         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
910         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
911         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
912         a new mode.  The file (gdb-mi.el) for this mode will be included
913         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
914         primary interface.
916 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
918         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
919         interpreted as a directory.
921 2004-05-22  Richard M. Stallman  <rms@gnu.org>
923         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
924         as a close quote.
926         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
928         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
929         Use assoc-string, not assoc-ignore-case.
931         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
933         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
934         If moving back then fwd gets a defun that ends before point,
935         try again moving fwd then back.
937         * files.el (file-name-non-special): Allow t in file-arg-indices
938         to mean requote the return value.  Use `identity' as an element
939         rather than as the whole value.
941         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
943 2004-05-22  Juanma Barranquero  <lektu@terra.es>
945         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
946         `help-make-usage'.
947         (help-highlight-arguments): Skip function name before searching
948         for arguments.
950 2004-05-21  Juanma Barranquero  <lektu@terra.es>
952         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
953         Don't mention in the docstring these arguments meant for
954         internal (recursive) use only.
955         (allout-char-spec): Comment out (it's not implemented).
956         (allout-old-expose-topic, allout-exposure): Fix docstring and add
957         obsolescence declaration.
958         (allout-flatten-exposed-to-buffer)
959         (allout-indented-exposed-to-buffer): Fix typos in docstring.
960         (my-mark-marker): Doc fix.
961         (produce-allout-mode-map, allout-sibling-index)
962         (allout-isearch-expose, allout-distinctive-bullet)
963         (allout-open-topic, allout-reindent-body)
964         (allout-rebullet-heading, allout-process-exposed)
965         (allout-insert-listified, allout-latex-verb-quote)
966         (allout-insert-latex-header, allout-insert-latex-trailer):
967         Make arguments match their use in docstring.
968         (allout-primary-bullet, allout-old-style-prefixes)
969         (allout-inhibit-protection, allout-init, allout-mode)
970         (allout-before-change-protect, allout-flag-region):
971         Use "Emacs" instead of "emacs" in docstrings.
973 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
975         * international/characters.el: Modify syntax of more characters.
977 2004-05-21  Masatake YAMATO  <jet@gyve.org>
979         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
980         (etags-tags-completion-table): Show parsing progress.
982 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
984         * locate.el (locate-prompt-for-command): Shorten first line of
985         docstring.
986         (locate-mode): Expand docstring and include keymap summary.
988         * files.el (find-file-noselect-1): Limit the scope of the
989         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
990         is, by default, nil during the execution of
991         `find-file-not-found-functions' and `find-file-hook'.
993 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
995         * facemenu.el (facemenu-color-name-equal): New function.
996         (list-colors-display): Use it to compare colors instead of
997         facemenu-color-equal.
999 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
1001         * compare-w.el (compare-windows-face): Use min-colors instead of
1002         checking for tty or pc types.
1004 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1007         (completion-setup-function): Use with-current-buffer.
1008         Properly save excursion.  Simplify.
1009         Don't assume there is necessarily a `mouse-face' property somewhere.
1011         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1013         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
1015         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1016         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1017         Use with-current-buffer.
1018         (byte-goto-log-buffer): Delete.
1019         (byte-compile-log-file): Call compilation-forget-errors.
1021 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1023         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1024         output messages into the search result.
1026 2004-05-19  Masatake YAMATO  <jet@gyve.org>
1028         * wid-edit.el (widget-radio-button-notify): Revert my last
1029         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1031 2004-05-19  Kenichi Handa  <handa@m17n.org>
1033         * international/characters.el: Fix syntax (open/close) of CJK chars.
1035 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
1037         * help-mode.el (help-go-back): Don't depend on position of back button.
1039 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1042         files files don't contain an accidental additional /.
1044         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1045         in source buffer.
1047 2004-05-18  Masatake YAMATO  <jet@gyve.org>
1049         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1050         to widget-apply.  :action method assumes 2 arguments, not 3.
1052 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
1054         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1055         New constants.
1056         (hs-special-modes-alist): Add an f90-mode entry.
1058 2004-05-17  Sam Steingold  <sds@gnu.org>
1060         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1061         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
1063 2004-05-16  Kim F. Storm  <storm@cua.dk>
1065         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1067 2004-05-15  John Wiegley  <johnw@newartisans.com>
1069         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1070         (eshell-output-object-to-target): Improve output speed 20% by not
1071         calling `eshell-stringify' if something is already known to be a string.
1073 2004-05-15  Alex Ott  <ott@jet.msk.su>
1075         * textmodes/ispell.el (ispell-local-dictionary-alist):
1076         Add windows-1251 to the choice of coding systems.
1077         (ispell-dictionary-alist-6): Add support for "russianw.aff",
1078         encoded in cp1251.
1080 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
1082         * progmodes/compile.el (compilation-warning-face)
1083         (compilation-info-face): Use min-colors.
1085 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1087         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1088         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1089         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1090         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1091         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1092         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1093         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1094         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1095         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1096         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1097         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1098         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1099         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1100         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1102 2004-05-15  Kim F. Storm  <storm@cua.dk>
1104         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1105         Use it to set triggered-p element of timer.
1106         (timer-event-handler): Set triggered-p element non-nil while running
1107         the timer function.
1109 2004-05-14  David Ponce  <david@dponce.com>
1111         * tree-widget.el: New file.
1113 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
1115         * language/european.el ("Brazilian Portuguese"): Add support for
1116         Brazilian Portuguese.
1118 2004-05-13  John Wiegley  <johnw@newartisans.com>
1120         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1121         `recentf-mode' if this variable has been customized to t.
1123         * eshell/esh-test.el (eshell-test): Call the function
1124         `emacs-version' rather than trying to build a custom version string.
1126 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * net/telnet.el (telnet-mode): Use define-derived-mode.
1129         Don't modify the global value of comint-prompt-regexp.
1131 2004-05-13  John Paul Wallington  <jpw@gnu.org>
1133         * version.el (emacs-version): Check for `gtk' feature before
1134         `x-toolkit' feature.
1136 2004-05-13  Juanma Barranquero  <lektu@terra.es>
1138         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1139         arguments in the docstring, they're used only in recursive calls.
1141         * help-fns.el (help-arg-highlighting-function)
1142         (help-argument-name): Delete.
1143         (help-default-arg-highlight): New function.
1144         (help-do-arg-highlighting): Use it.
1146 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1148         * calendar/appt.el (appt-disp-window):
1149         Use `calendar-set-mode-line' for a centered mode-line.
1151 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1153         * calendar/appt.el (appt-disp-window): Do not split window
1154         excessively when `split-height-threshold' is low.
1156 2004-05-12  Nick Roberts  <nickrob@gnu.org>
1158         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1159         kill-buffer-hook here and make it local.
1160         (gud-kill-buffer-hook): Use kill-process for a sure kill.
1162 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
1164         * progmodes/compile.el (compilation-set-window-height):
1165         Use save-excursion to protect against misplaced marker.
1167 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1169         * custom.el (defface): Document that type can have value gtk.
1171         * faces.el (face-spec-set-match-display): Handle type gtk in display.
1173 2004-05-12  Kenichi Handa  <handa@m17n.org>
1175         * descr-text.el: Require quail at comile time.
1176         (describe-char): If an input method is on and it supports the
1177         character, show how to input it.
1179         * international/quail.el (quail-install-decode-map): Accept a
1180         char-table whose subtype is `quail-decode-map'.
1181         (quail-store-decode-map-key, quail-gen-decode-map1)
1182         (quail-gen-decode-map, quail-find-key1, quail-find-key)
1183         (quail-show-key): New functions.
1185 2004-05-12  Juanma Barranquero  <lektu@terra.es>
1187         * generic.el (define-generic-mode): Remove redundant arglist info.
1189         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1190         Make arguments match their use in docstring.
1191         (help-arg-highlighting-function): New variable.
1192         (help-argument-name): Mention it in the docstring.
1193         (help-do-arg-highlight): Use it.  Expand regexp to accept also
1194         ARG-xxx and xxx-ARG references.
1196 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1198         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1199         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1200         and "mailto:addr1?to=addr2" equal.
1202 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1204         * man.el (Man-getpage-in-background): Use shell-file-name
1205         and shell-command-switch variables instead of hard-coded values.
1207 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
1209         * iimage.el: New file.
1211 2004-05-11  Juanma Barranquero  <lektu@terra.es>
1213         * custom.el (custom-initialize-default, defcustom):
1214         Fix typo in docstring.
1216         * files.el (set-visited-file-name, file-expand-wildcards):
1217         Fix docstring.
1219 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1223         * subr.el (eventp): Be more discriminating with integers.
1225 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
1227         * progmodes/compile.el (compile): Add universal prefix arg.
1228         (compilation-error-regexp-alist-alist): Add edg patterns.
1230 2004-05-10  Sam Steingold  <sds@gnu.org>
1232         * textmodes/ispell.el (ispell-message):
1233         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1235 2004-05-10  Dave Love  <fx@gnu.org>
1237         * progmodes/python.el (help-buffer): Autoload when compiling.
1238         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1239         (run-python): Prepend to any existing PYTHONPATH.
1241 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
1243         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1244         for pending breakpoints.
1246 2004-05-10  Richard M. Stallman  <rms@gnu.org>
1248         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
1249         directly without calling any functions in Rmail.
1250         (unrmail-unprune): Function deleted.
1252 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1255         C-c C-z binding.
1257 2004-05-10  Kenichi Handa  <handa@m17n.org>
1259         * descr-text.el (describe-char): Fix previous change.  Don't make
1260         a unibyte character to multibyte in the *Help* buffer.
1262 2004-05-10  Miles Bader  <miles@gnu.org>
1264         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1265         buffer an error if the debugger process is actually running.
1267 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1269         * help-fns.el (help-argument-name): Default to italic.
1270         (help-highlight-arguments): Return always (usage . doc), even when
1271         usage is nil.
1273         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1274         (define-ibuffer-filter): Add usage info.
1275         (define-ibuffer-op): Add usage info (but CL-style defaults for
1276         keyword args are not shown).
1278         * subr.el (remove-overlays, read-passwd): Fix docstring.
1279         (start-process-shell-command): Fix docstring.  Put usage info in a
1280         format usable by `describe-function'.
1281         (open-network-stream, open-network-stream-nowait)
1282         (open-network-stream-server): Fix docstring.
1284 2004-05-09  Jason Rumney  <jasonr@gnu.org>
1286         * international/code-pages (cp932, cp936, cp949, c950): Remove.
1287         Only define cp125* if windows-125* is already defined.
1289         * language/korean.el (cp949): Add alias.
1291         * language/chinese.el (cp936, cp950): Add aliases.
1293         * language/japanese.el (cp932): Add alias.
1295         * term/w32-win.el: Require code-pages.
1297         * international/mule-cmds.el (set-locale-environment):
1298         On MS-Windows use ansi code-page for default coding-systems.
1299         Set up paper sizes for Windows 3 letter languages.
1301         * international/code-pages.el (cp932, cp936, cp949, cp950):
1302         Add aliases.  Also add cp125* if not already defined.
1304 2004-05-09  Juanma Barranquero  <lektu@terra.es>
1306         * help-fns.el (help-highlight-arguments): Don't try to highlight
1307         missing or autoloaded arglists.  Accept structured arguments, like
1308         the first ones of `do' and `flet'.
1310         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1311         (cvs-get-marked): Remove redundant arglist info.
1313         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1314         Don't use CL-style default args.
1316 2004-05-08  Andreas Schwab  <schwab@suse.de>
1318         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1320         * international/subst-ksc.el: Fix references to utf-translate-cjk
1321         into utf-translate-cjk-mode.
1322         * international/subst-big5.el: Likewise.
1323         * international/subst-gb2312.el: Likewise.
1324         * international/subst-jis.el: Likewise.
1325         * international/utf-16.el: Likewise.
1326         * international/utf-8.el: Likewise.
1328 2004-05-08  John Wiegley  <johnw@newartisans.com>
1330         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1331         "virtual buffers" (off by default), which makes it possible to
1332         switch to the "virtual" buffers of recently visited files.  When a
1333         buffer name search fails, and this option is on, iswitchb will
1334         look at the list of recently visited files, and permit matching
1335         against those names.  When the user hits RET on a match, it will
1336         revisit that file.
1337         (iswitchb-read-buffer): Add two optional arguments, which makes
1338         isearchb.el possible.
1339         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1340         (iswitchb-next-match): Add support for virtual buffers.
1342         * isearchb.el: This module extends iswitchb to provide "as you
1343         type" buffer selection.
1345         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1346         Ignore the read-only property when flyspell highlighting is on.
1347         Not ignoring it leads to a series of confusing errors.
1348         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1349         but also make sure to call flyspell-incorrect-hook.
1350         (flyspell-maybe-correct-transposition): Perform transposition test
1351         by bit twiddling a string, rather than using a temp buffer.
1352         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1353         buffer.  This is also the original version of the code, which
1354         could not be checked in before due to a previous lack of
1355         assignment papers.  This version has seen heavy usage on my system
1356         for several years now.
1358         * calendar/cal-bahai.el: New file, which adds support for the
1359         Baha'i calendar to Emacs.  This calendar is based on a solar year
1360         of 19 months of 19 days, with 4 intercalary days.  Each year
1361         begins on March 21, with the calendar starting in 1844.
1363         * calendar/cal-menu.el, calendar/calendar.el,
1364         calendar/diary-lib.el, calendar/holidays.el: Added support for
1365         using cal-bahai.el.
1367         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1368         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1369         function can be used outside of eshell buffers.
1370         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1372 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1374         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1375         word constituent so FOO-ARG is not recognized as an arg.
1376         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1378         * simple.el (next-error): Fix typo in docstring.
1379         (open-line): Make argument names match their use in docstring.
1380         (split-line): Fix docstring.
1382         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1383         usable by `describe-function'.
1384         (gensym, gentemp, typep, ignore-errors): Make argument names match
1385         their use in docstring.
1387         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1388         argument to `help-setup-xref'.
1390 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1392         Version 2.0.40 of Tramp released.
1394         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1395         Use symbol-function to invoke functions only known on some Emacs
1396         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1397         Scaldeferri <kevin@scaldeferri.com>.
1398         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1399         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1400         consistent with the other tramp-do-* functions.
1401         (tramp-do-copy-or-rename-file): Calls adjusted.
1402         (tramp-process-initial-commands): Avoid liveness check on shell --
1403         we know that it must be alive since we're opening a connection at
1404         this moment.
1405         (tramp-last-cmd): New internal variable.
1406         (tramp-process-echoes): New tunable.
1407         (tramp-send-command): Set tramp-last-cmd.
1408         (tramp-wait-for-output): Delete echo, if applicable.
1409         (tramp-read-passwd): Construct the key for the password cache in a
1410         way that works for multi methods, too.
1411         (tramp-bug): Add backup-directory-alist and
1412         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1414 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1416         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1418         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1419         (tramp-actions-copy-out-of-band): New defcustoms.
1420         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1421         used instead of a synchronous one.  Allows password entering.
1422         (tramp-action-out-of-band): New defun.
1423         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1424         Remove restriction with password from doc string.
1425         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1426         `tramp-out-of-band-prompt-regexp',
1427         `tramp-actions-copy-out-of-band', `password-cache' and
1428         `password-cache-expiry'.
1429         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1430         password caching.
1431         (tramp-touch): FILE can be a local file, too.
1432         (TODO): Remove items done.
1433         (tramp-handle-insert-directory): Properly quote file name also if
1434         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1435         Schwab <schwab@suse.de>.
1436         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1437         new file.
1438         (tramp-handle-file-local-copy, tramp-handle-write-region):
1439         The permissions of the temporary file are set if filename exists.
1440         Reported by Ted Stern <stern@cray.com>.
1441         (tramp-backup-directory-alist)
1442         (tramp-bkup-backup-directory-info): New defcustoms.
1443         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1444         (tramp-handle-find-backup-file-name): New function.
1445         Implements Tramp's find-backup-file-name.
1447         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1448         for `find-backup-file-name'.
1450         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1451         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1453 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1455         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1457 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1459         * subr.el (lambda): Add arglist description to docstring.
1460         (declare): Fix typo in docstring.
1461         (open-network-stream): Fix docstring.
1462         (process-kill-without-query): Fix docstring and add obsolescence info.
1463         (last, butlast, nbutlast): Make arguments match their use in docstring.
1464         (insert-buffer-substring-no-properties): Likewise.
1465         (insert-buffer-substring-as-yank): Likewise.
1466         (split-string): Fix docstring.
1468         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1469         Make argument names match their use in docstring.
1471         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1473 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1475         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1476         Fit first sentence on one line for apropos-command.
1478 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         Changes largely merged in from Dave Love's code.
1481         * progmodes/python.el: Doc fixes.
1482         (python-mode-map): Add python-complete-symbol.
1483         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1484         (python-comment-indent, python-complete-symbol)
1485         (python-symbol-completions, python-partial-symbol)
1486         (python-try-complete): New.
1487         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1488         (python-check): Bind compilation-error-regexp-alist.
1489         (inferior-python-mode): Use rx.  Move keybindings to top level.
1490         Set comint-input-filter.
1491         (python-preoutput-filter): Use rx.
1492         (python-input-filter): Re-introduce.
1493         (python-proc): Start new process if necessary.
1494         Check python-buffer non-nil.
1495         (view-return-to-alist): Defvar.
1496         (python-send-receive): New.
1497         (python-eldoc-function): Use it.
1498         (python-mode-running): Don't defvar.
1499         (python-mode): Set comment-indent-function.
1500         Maybe update hippie-expand-try-functions-list.
1501         (python-indentation-levels): Initialize differently.
1502         (python-block-end-p): New.
1503         (python-indent-line): Use it.
1504         (python-compilation-regexp-alist): Augment.
1505         (run-python): Import `emacs' module to Python rather than loading
1506         code directly.  Set python-buffer differently.
1507         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1508         Use python-proc.
1509         (python-send-command): Go to end of comint buffer.
1510         (python-load-file): Use python-proc, emacs.eimport.
1511         (python-describe-symbol): Simplify interactive form.
1512         Use emacs.help.  Do use temp-buffer-show-hook.
1513         Call print-help-return-message.
1514         (hippie-exp): Require when compiling.
1515         (python-preoutput-continuation): Use rx.
1517         * diff-mode.el (diff-make-unified): Fix regexp.
1519 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1521         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1522         filter groups from the buffer when rebuilding the Ibuffer buffer
1523         and `ibuffer-show-empty-filter-groups' is nil.
1525 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1527         * ps-print.el (ps-print-quote): Call ps-value-string.
1528         (ps-setup): Call ps-comment-string.
1529         (ps-value-string, ps-comment-string): New funs.
1531 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1533         * ehelp.el (electric-help-command-loop): Check whether the last
1534         character is visible, not (point-max).
1536         * help-fns.el (help-argument-name): Default to bold; don't inherit
1537         from font-lock-variable-name-face.
1538         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1540 2004-05-05  Kenichi Handa  <handa@m17n.org>
1542         * descr-text.el (describe-char): Copy the character with text
1543         properties and overlays into the first line, and call
1544         describe-text-properties on it.
1546 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1548         * iswitchb.el (iswitchb-global-map): Fix typo.
1549         Remove unwanted ###autoloads from source file.
1551 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1553         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1554         in run-hooks.  Use substitute-command-keys in message.
1555         (wdired-abort-changes): Add message.
1557 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1559         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1560         (sql-emacs20-p): Remove.
1561         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1562         (sql-builtin-face, sql-doc-face): Remove.
1563         (sql-mode-ansi-font-lock-keywords)
1564         (sql-mode-oracle-font-lock-keywords)
1565         (sql-mode-postgres-font-lock-keywords)
1566         (sql-mode-linter-font-lock-keywords)
1567         (sql-mode-ms-font-lock-keywords)
1568         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1569         (sql-product-font-lock): Fix font-lock reset when font rules change.
1570         (sql-highlight-product): Remove incorrect font-lock reset logic.
1572 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1574         * ses.el (ses-set-parameter): Fix typo.
1576 2004-05-04  Kim F. Storm  <storm@cua.dk>
1578         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1579         Must expand directory for completion to work; and don't mess with
1580         process-environment.
1581         (ido-read-file-name): If command has ido property, don't use ido
1582         if value is ignore, or read as directory if value is dir.
1583         Set ido ignore property for dired-do-rename command.
1585 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1587         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1588         (electric-help-help): Check against unmapped commands.
1590         * help-fns.el (help-argument-name): New face, inheriting from
1591         font-lock-variable-name-face, to highlight function arguments in
1592         `describe-function' and `describe-key'.
1593         (help-do-arg-highlight): Auxiliary function to highlight a given
1594         list of arguments in a string.
1595         (help-highlight-arguments): Highlight the function arguments and
1596         all uses of them in the docstring.
1597         (describe-function-1): Use it.  Do docstring output via `insert',
1598         not 'princ', so text attributes are preserved.
1600         * winner.el (winner-mode-map): Move `winner-undo' and
1601         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1602         previous bindings conflict with `prev-buffer', `next-buffer').
1604 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1606         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1607         (bibtex-entry-update): New command bound to C-c C-u.
1608         (bibtex-text-in-string): Fix regexp.
1609         (bibtex-assoc-of-regexp): Remove.
1610         (bibtex-progress-message): Fix docstring.
1611         (bibtex-inside-field): Use if.
1612         (bibtex-assoc-regexp): New function.
1613         (bibtex-format-entry): Make code more robust so that it formats
1614         also old entries.
1615         (bibtex-autokey-demangle-title): Merge with obsolete function
1616         bibtex-assoc-of-regexp.
1617         (bibtex-field-list): New function.
1618         (bibtex-entry): Use bibtex-field-list.
1619         (bibtex-parse-entry): Fix docstring.
1620         (bibtex-print-help-message): Use bibtex-field-list.
1621         (bibtex-make-field): Use bibtex-field-list.
1622         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1623         (bibtex-lessp): Fix docstring.
1625 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1627         * select.el (xselect-convert-to-string): Move comment to intended line.
1629 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1631         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1632         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1634 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1636         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1637         x-get-selection.
1639 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1641         * makefile.nt: Remove.
1643 2004-05-03  Kim F. Storm  <storm@cua.dk>
1645         * emulation/cua-base.el (cua--update-indications): Fix last change.
1646         (cua-mode): Deactivate mark when cua-mode is enabled.
1648 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1650         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1652 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1654         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1655         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1656         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1657         window over visible frames.
1658         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1660 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * progmodes/compile.el (compilation-gcpro): New var.
1663         (compilation-fake-loc): Use it.
1664         (compilation-forget-errors): Reset it.
1666 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1668         * diff-mode.el (diff-header-face, diff-file-header-face):
1669         Use min-colors.
1671 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1673         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1674         (bibtex-clean-entry): Disentangle code.
1675         (bibtex-realign): New function.
1676         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1677         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1678         Remove undocumented optional arg called-by-convert-alien.
1679         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1680         for sorting instead of bibtex-sort-buffer.
1682 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1684         * progmodes/compile.el (compilation-start): In the
1685         no-async-subprocesses branch, call sit-for to give redisplay a
1686         chance to show the updated process status in the mode line, and
1687         fontify the buffer explicitly after the process exits.
1689 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1691         * progmodes/python.el (python-compilation-line-number): Remove.
1692         (python-compilation-regexp-alist): Don't use it any more.
1693         (python-orig-start, python-input-filter): Remove.
1694         (inferior-python-mode): Don't set up comint-input-filter-functions.
1695         (python-send-region): Use compilation-fake-loc.
1697         * progmodes/compile.el (compilation-messages-start): New var.
1698         (compilation-mode): Don't setup next-error-function here.
1699         (compilation-setup): Set it up here instead (for minor modes as well).
1700         Make compilation-messages-start buffer local.
1701         (compilation-next-error-function): Use it.
1702         (compilation-forget-errors): Set compilation-messages-start.
1704 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1706         * ielm.el (ielm-prompt-read-only): Update docstring.
1708         * comint.el (comint-prompt-read-only): Update docstring.
1709         (comint-update-fence, comint-kill-whole-line)
1710         (comint-kill-region): New functions.
1712         * simple.el (kill-whole-line): Use "p" instead of "P" in
1713         interactive form.
1715 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1717         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1718         format arglist so default values in CL-style argument lists are
1719         correctly shown.
1721 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1723         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1725 2004-05-01  Kenichi Handa  <handa@m17n.org>
1727         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1728         quail file if it is up to date.
1730 2004-04-30  Juri Linkov  <juri@jurta.org>
1732         * cus-edit.el (custom-mode-map):
1733         Add key binding `C-x C-s' to `Custom-save'.
1735         * outline.el (outline-blank-line): New var.
1736         (outline-next-preface, outline-show-heading)
1737         (outline-end-of-subtree): Use it.
1739         * dired-aux.el (dired-touch-initial): New fun.
1740         (dired-do-chxxx): Call it for op-symbol `touch'.
1741         (dired-diff): Use `dired-dwim-target-directory'
1742         if current dired buffer has no buffer mark.
1744         * bindings.el (propertized-buffer-identification):
1745         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1746         Add C-M-arrow keys for consistency.
1748         * files.el (confirm-kill-emacs):
1749         Change group from top-level `emacs' to `convenience'.
1751         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1752         Push mark on the first call of successive command calls.
1753         (insert-pair): New fun created from `insert-parentheses' with
1754         `open' and `close' arguments added.  Enclose active regions
1755         in paired characters.  Compare adjacent characters syntax with
1756         inserted characters syntax before inserting a space.
1757         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1759         * delsel.el: Don't put `delete-selection' property
1760         on `insert-parentheses' symbol to take advantage of
1761         region handling in `insert-pair' function.
1762         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1764 2004-04-30  Kim F. Storm  <storm@cua.dk>
1766         * emulation/cua-base.el: Add support for changing cursor types;
1767         based on patch from Michael Mauger.
1768         (cua-normal-cursor-color, cua-read-only-cursor-color)
1769         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1770         Customization cursor type and/or cursor color.
1771         (cua--update-indications): Handle cursor type changes.
1772         (cua-mode): Update cursor indications if enabled.
1774         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1776         * mouse.el (mouse-drag-copy-region): New defcustom.
1777         (mouse-set-region, mouse-drag-region-1): Use it.
1779         * simple.el (kill-ring-save): If region face background color is
1780         unspecified (if no highlighting), show extent of fully visible
1781         region even if transient-mark-mode is enabled.
1783         * emulation/cua-base.el (cua--standard-movement-commands):
1784         Add cua-scroll-up and cua-scroll-down.
1785         (cua-scroll-up, cua-scroll-down): New commands.
1786         (cua--init-keymaps): Remap scroll-up and scroll-down.
1788         * emulation/cua-rect.el (cua--convert-rectangle-as):
1789         New defmacro.
1790         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1791         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1792         New commands (suggested by Jordan Breeding).
1794 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1796         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1798 2004-04-30  Mario Lang  <mlang@delysid.org>
1800         * diff.el (diff-switches): Fix typo in docstring.
1802 2004-04-30  Alex Schroeder  <alex@gnu.org>
1804         * xml.el (xml-debug-print-internal): Don't add newline and
1805         indentation to text nodes and write empty elements as empty tags
1806         instead of opening and closing tags.
1807         (xml-debug-print): Take optional indent-string argument.
1808         (xml-print): Alias for xml-debug-print.
1810 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1812         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1813         than duplicate call to `line-beginning-position'.
1815         * progmodes/f90.el (f90-get-present-comment-type):
1816         Return whitespace, as well as comment chars, for consistent filling
1817         of comment blocks.  Use `match-string-no-properties'.
1818         (f90-break-line): Trim trailing whitespace when filling comments.
1820 2004-04-30  Dave Love  <fx@gnu.org>
1822         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1823         (diary-from-outlook-internal, diary-from-outlook)
1824         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1825         New functions to import diary entries from Outlook-format
1826         appointments in mail messages.
1828 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * progmodes/python.el (python-send-command): New fun.
1831         (python-send-region, python-load-file): Use it.
1833         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1835         * help-fns.el (help-C-file-name): Use new subr-name.
1836         Prepend `src/' to the file name.
1837         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1838         (describe-function-1, describe-variable): Only find a C source file
1839         name if DOC is already loaded.
1841         * help-mode.el (help-function-def, help-variable-def):
1842         Use the new find-function-search-for-symbol functionality.
1843         Allow FILE to be `C-source'.
1845         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1846         (find-function-C-source): New fun.
1847         (find-function-search-for-symbol): Use it.
1849 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1851         * progmodes/sql.el (sql-product-alist): Rename variable
1852         `sql-product-support'.  Add Postgres login parameters.
1853         (sql-set-product, sql-product-feature): Update with renamed variable.
1854         (sql-connect-postgres): Add username prompt.
1855         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1856         Make patterns less product specific.
1857         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1858         (sql-mode-abbrev-table): Modify initialization.
1859         (sql-builtin-face): Add variable.
1860         (sql-keywords-re): Add macro.
1861         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1862         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1863         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1864         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1865         (sql-mode-linter-font-lock-keywords)
1866         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1867         (sql-mode-sybase-font-lock-keywords)
1868         (sql-mode-informix-font-lock-keywords)
1869         (sql-mode-interbase-font-lock-keywords)
1870         (sql-mode-ingres-font-lock-keywords)
1871         (sql-mode-solid-font-lock-keywords)
1872         (sql-mode-sqlite-font-lock-keywords)
1873         (sql-mode-db2-font-lock-keywords): Default to nil.
1874         (sql-product-font-lock): Always highlight ANSI keywords.
1875         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1876         (sql-send-string): Add function.
1878 2004-04-29  Dave Love  <fx@gnu.org>
1880         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1881         (cfengine-end-of-defun): Ensure progress through buffer.
1883         * info-look.el (cfengine-mode): Accept a terminal ().
1885 2004-04-29  Juri Linkov  <juri@jurta.org>
1887         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1888         instead of isearch-yank-word-or-char.  Add new key bindings for
1889         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1890         (isearch-del-char): New fun.
1891         (isearch-forward, isearch-edit-string): Update docstring.
1892         (isearch-yank-char): Doc fix.
1893         (isearch-other-meta-char): Restore point after scrolling.
1895         * progmodes/compile.el (compilation-context-lines): Add nil option
1896         to disable compilation output window scrolling.
1897         (compilation-set-window): Use it.
1899         * outline.el (outline-next-preface, outline-show-heading):
1900         Don't leave unhidden blank line before heading.
1901         (outline-end-of-subtree): Include last newline into subtree.
1902         (hide-entry): Leave point at beginning of heading instead of end.
1903         (outline-up-heading): Push mark for the first call of successive
1904         command calls.
1906 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1908         * comint.el (comint-prompt-read-only): New variable.
1909         (comint-output-filter): Implement it.
1911         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1912         (ielm-prompt-internal): New variable.
1913         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1914         (ielm-send-input): Delete unused variable `buf'.
1915         (ielm-eval-input): Use `ielm-prompt-internal'.
1916         (inferior-emacs-lisp-mode): Use new variables
1917         `comint-prompt-read-only' and `ielm-prompt-internal'.
1918         Get rid of obsolete variable `directory-sep-char'.
1919         (ielm): Use `zerop'.
1921 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1923         * thumbs.el (toplevel): Require cl at compile time.
1924         Remove conditional definitions of `ignore-errors' and `caddar'
1925         because they occur at run time.
1927 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1929         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1930         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1931         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1932         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1934         * progmodes/gud.el (gud-common-init): Throw an error if program is
1935         already running under gdb.
1937 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1939         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1940         (thumbs-show-image-num): Move assignment of
1941         `thumbs-current-image-filename' within scope of `i'.
1942         (thumbs-emboss-image): Don't use `evenp'.
1944 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1946         * progmodes/compile.el (compilation-context-lines): Default now 0.
1948 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1950         Use `time-less-p' from calendar/time-date.el instead of defining
1951         custom versions of it.
1953         * pcomplete.el (pcomplete-time-less-p): Remove.
1955         * thumbs.el (time-less-p): Remove.
1957         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1958         (timeclock-generate-report): Use `time-less-p'.
1960         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1961         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1963 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1965         * subr.el (remove-overlays): Make arguments optional.
1967         * wid-edit.el (widget-specify-button): Put evaporate to the
1968         overlay for sample.
1969         (widget-specify-sample): Put evaporate to the overlay for sample.
1970         (widget-specify-doc): Put evaporate to the overlay for documentation.
1972 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1974         * info.el (info-apropos): Make it an index node.  Align node names
1975         like makeinfo.
1977 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1979         * net/browse-url.el (browse-url-netscape-sentinel)
1980         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1981         (browse-url-epiphany-sentinel, browse-url-mosaic):
1982         Use browse-url-*-program instead of a literal program name.
1984 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1986         * eshell/em-alias.el:
1987         * eshell/em-dirs.el:
1988         * eshell/em-hist.el:
1989         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1990         features when M-x customize-group loads modules before the main
1991         eshell.el.
1993 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1995         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1996         either a character representation of an event or an event
1997         description list.
1999         * type-break.el: Capitalise Emacs and Lisp.
2000         (type-break-good-break-interval, type-break-demo-boring-stats)
2001         (type-break-terse-messages, type-break-file-name): New defcustoms.
2002         (type-break-post-command-hook)
2003         (type-break-warning-countdown-string): Quote variable names in doc.
2004         (type-break-interval-start, type-break-auto-save-file-name): New vars.
2005         (type-break-mode): Document type-break-good-break-interval and the
2006         "session" file.  Schedule break according to the session file.
2007         Kill session file buffer on exit.  Organise for save-some-buffers
2008         to always save the session file.
2009         (type-break-mode-line-message-mode, type-break-query-mode):
2010         Uppercase arguments.
2011         (type-break-file-time, type-break-file-keystroke-count, timep)
2012         (type-break-choose-file, type-break-get-previous-time)
2013         (type-break-get-previous-count): New defuns.
2014         (type-break): Avoid break querying after a completed break in the
2015         case where the query was initiated during user invocation of the
2016         break.  Optional terse messages.
2017         Use type-break-good-break-interval if type-break-good-rest-interval is
2018         nil.  File the break time.
2019         (type-break-schedule): New optional args for overriding the use of
2020         the current time.
2021         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2022         after a break.
2023         (type-break-check): File the keystroke count.
2024         (type-break-do-query): Prevent a second query when the break is
2025         interrupted.  Optional terse message.
2026         (type-break-keystroke-reset): Record the start of a typing interval.
2027         (type-break-demo-boring): Optional terse messages.  Display word
2028         per minute and keystroke counts according to
2029         type-break-demo-boring-stats.
2031 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
2033         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2034         directories, make sure they exist under archive-tmpdir.
2036 2004-04-27  Juri Linkov  <juri@jurta.org>
2038         * help.el (view-emacs-news): With argument, display info for the
2039         selected version by finding it among different NEWS files, and
2040         narrowing the buffer to the selected version.
2042         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2043         same-window-buffer-names.
2044         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
2045         non-numeric prefix argument, append the number to the buffer name
2046         for numeric prefix argument.
2047         (info-other-window): Bind same-window-regexps to nil.
2048         (Info-reference-name): Rename to Info-point-loc.
2049         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2050         and Info-find-index-name for stringy Info-point-loc.
2051         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
2052         without middle `.', but with final `.' and optional line number
2053         for it.  Set Info-point-loc for index nodes.
2054         (Info-index): Remove middle `.' from index entry regexp.
2055         Modify line number regexp.
2056         (Info-index-next): Decrement line number.
2057         (info-apropos): Remove middle `.' from index entry regexp.
2058         Add optional line number regexp at the end.  Add matched value
2059         for line number to the result list and insert it to the buffer.
2060         Replace match-string by match-string-no-properties.
2061         Reorder result list.
2062         (Info-fontify-node): Hide index line numbers.
2063         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2064         empty matches.
2065         (Info-follow-reference): Use `str' instead of
2066         Info-following-node-name-re.
2067         (Info-toc): Use full file names.  Set Info-current-node to "Top".
2068         (Info-fontify-node): Compare file names without directory name.
2069         (Info-try-follow-nearest-node): Don't set Info-reference-name.
2070         Set second arg of Info-extract-menu-node-name for index nodes.
2071         (info-xref-visited): Use magenta3 instead of magenta4.
2072         (Info-mode): Add info-apropos to docstring.
2074         * log-view.el (log-view-diff): Replace interactive code "r"
2075         by a list to allow to call it even if region is not active.
2077         * paren.el (show-paren-highlight-openparen): New var.
2078         (show-paren-function): Turn on openparen highlighting when
2079         matching forward if show-paren-highlight-openparen is non-nil.
2081         * simple.el (kill-ring-save): Use blink-matching-delay instead of
2082         the constant value 1.
2083         (completions-common-part): Expand docstring.
2085         * textmodes/picture.el (picture-mode-map): Add arrow keys.
2087 2004-04-27  Kim F. Storm  <storm@cua.dk>
2089         * image.el (insert-sliced-image): Use line-height instead of
2090         line-spacing property on newline.
2092 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
2094         * desktop.el (desktop-buffer-misc-data-function): Rename to
2095         desktop-save-buffer and change docstring.
2096         (desktop-buffer-modes-to-save): Delete.
2097         (desktop-save-buffer-p): Use desktop-save-buffer instead of
2098         desktop-buffer-modes-to-save.
2099         (desktop-save): Rename desktop-buffer-misc-data-function to
2100         desktop-save-buffer and allow non-function value.
2101         (desktop-missing-file-warning): Correct docstring.
2103         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2104         to desktop-save-buffer.
2106         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2107         desktop-save-buffer.
2109         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2111         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2113 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
2115         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2117 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2119         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2120         (ielm): Only go to the end of the buffer when starting a new process.
2122 2004-04-25  Juanma Barranquero  <lektu@terra.es>
2124         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2125         mode line.  Bind `inhibit-read-only' to t before modifying
2126         properties of text in the buffer.
2127         (ielm): Force point to the end of buffer, even when running ielm
2128         from inside itself.
2130 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
2132         * info.el (info-apropos): Reset Info-complete-cache.
2134 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
2136         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2137         Also recognize severe Irix et al. messages.
2138         (compilation-normalize-filename, compile-abbreviate-directory):
2139         Delete functions.
2140         (compilation-get-file-structure): New function inherits
2141         functionality of the two preceding ones.
2142         (compilation-internal-error-properties, compilation-fake-loc):
2143         Use it so that different paths to the same file share the same
2144         markers.  Also optimize finding adjacent marker slightly.
2146 2004-04-25  Kim F. Storm  <storm@cua.dk>
2148         * image.el (insert-sliced-image): Add line-spacing t property
2149         to newlines separating image lines.
2151 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2153         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2155         * ielm.el (ielm-prompt-read-only): New user option.
2156         (ielm-prompt): Expand docstring to describe new behavior.
2157         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2158         mention it in the docstring.
2160 2004-04-24  Andreas Schwab  <schwab@suse.de>
2162         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2164         * diff.el (diff): Set default-directory in diff buffer.
2166 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
2168         * mail/sendmail.el (mail-bury): Don't delete the frame where the
2169         mail was being composed if the terminal cannot display more than
2170         one frame; instead, switch to previous frame.
2172         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2173         (rmail-start-mail): Support rmail-mail-new-frame even on
2174         terminals that can display only one frame at a time.
2176 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2179         (checkdoc-output-font-lock-keywords): Remove error regexp.
2180         (checkdoc-output-mode-map): Remove.
2181         (checkdoc-output-mode): Derive from compilation-mode.
2182         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2184         * dired.el (dired-mode-map): Add a menu entry for wdired.
2186         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2187         (rx-bracket, rx-check-any, rx-any): Clean up name space.
2189         * wdired.el: (wdired-mode-map): Move init into declaration.
2190         Fix `return' binding.
2191         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2192         Use force-mode-line-update.
2193         (wdired-get-filename): Use `unless'.
2194         (wdired-preprocess-files): Don't assume names have no \n and use / for
2195         dir separator.
2196         (wdired-normalize-filename): Use replace-regexp-in-string.
2197         (wdired-load-hooks): Remove.
2198         (wdired-mode-hooks): Rename to wdired-mode-hook.
2200         * info-look.el: Add support for cfengine-mode.
2201         (info-lookup-setup-mode): Use dolist.
2203 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
2205         * wdired.el: New file.
2207 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2209         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2211         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2212         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2213         (pcomplete--help, pcomplete--here): Doc fixes.
2215 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
2217         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2218         handles wrong-number-of-arguments in backend call.
2220         * vc.el (vc-print-log): Likewise.
2222 2004-04-20  Dave Love  <fx@gnu.org>
2224         * emacs-lisp/rx.el: Doc fixes.
2225         (rx-constituents): Add/extend many forms.
2226         (rx-check): Check form is a list.
2227         (bracket): Defvar.
2228         (rx-check-any, rx-any, rx-check-not): Modify.
2229         (rx-not): Simplify.
2230         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2231         (rx-kleene): Use rx-trans-forms.
2232         (rx-quote-for-set): Delete.
2233         (rx): Allow multiple args.
2235 2004-04-23  Kenichi Handa  <handa@m17n.org>
2237         * international/mule-util.el (char-displayable-p): Simplify by
2238         using internal-char-font.
2240 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2242         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2244 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * diff-mode.el (diff-next-error): New fun.
2247         (diff-mode): Use it.
2249         * simple.el (next-error): Change arg name.
2250         Add support for the documented C-u C-x ` usage.
2252         * frame.el (special-display-popup-frame, next-multiframe-window)
2253         (previous-multiframe-window): Only consider frames on same display.
2255 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
2257         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2258         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2260 2004-04-22  Kim F. Storm  <storm@cua.dk>
2262         * net/telnet.el (telnet): Add optional port arg.
2264 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2267         Minor sanity check on the `hyperlink' slot.
2269         * Makefile.in (recompile): Compile new files.
2271         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2272         Add byte-recompile-directory's optional `arg'.
2274         * cvs-status.el (cvs-tree-use-charset): New var.
2275         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2276         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2277         (cvs-status-cvstrees): Use it.
2279         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2280         Make it a normal major mode.
2281         (checkdoc-buffer-label): Make sure the file name is meaningful.
2282         (checkdoc-output-to-error-buffer): Remove.
2283         (checkdoc-error, checkdoc-start-section): Rewrite.
2285         * info.el (info-node, info-menu-5, info-xref, info-header-node)
2286         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2287         (Info-title-4-face): Use new syntax.
2288         (info-xref-visited): Inherit from info-xref.
2290         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2292 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2294         * simple.el (next-error-last-buffer, next-error-function):
2295         New variables for the next-error framework.
2296         (next-error-buffer-p): New function.
2297         (next-error-find-buffer): Generalize compilation-find-buffer.
2298         (next-error, previous-error, first-error, next-error-no-select)
2299         (previous-error-no-select): Move from compile.el.
2301         * replace.el (occur-next-error, occur-1): Hook into the next-error
2302         framework.
2304         * progmodes/compile.el (compilation-start):
2305         Set next-error-last-buffer so next-error knows where to jump.
2306         (compilation-setup): Set the buffer-local variable
2307         next-error-function to 'compilation-next-error-function.
2308         (compilation-buffer-p, compilation-buffer-internal-p): Use an
2309         alternate way to find if a buffer is a compilation buffer, for
2310         next-error convenience.
2311         (next-error-no-select, previous-error-no-select, next-error)
2312         (previous-error, first-error): Move to simple.el.
2313         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2314         (compilation-last-buffer): Remove.
2315         (compilation-start, compilation-next-error, compilation-setup)
2316         (compilation-next-error-function, compilation-find-buffer):
2317         Remove compilation-last-buffer use.
2319 2004-04-21  Juanma Barranquero  <lektu@terra.es>
2321         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2322         (font-lock-warning-face): Fix spacing.
2324         * makefile.w32-in (WINS): Add url/ directory.
2326 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
2328         * desktop.el (desktop-buffer-mode-handlers): New variable.
2329         Alist of major mode specific functions to restore a desktop buffer.
2330         (desktop-buffer-handlers): Make variable obsolete.
2331         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2332         Catch errors signaled in handlers.  Update buffer count.
2333         Evaluate desktop-buffer-point.
2334         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2335         move to dired.el.
2336         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2337         move to info.el.
2338         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2339         move to mail/rmail.el.
2340         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2341         to mh-e/mh-e.el.
2342         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2343         On fail, print message (to message buffer) even if
2344         desktop-missing-file-warning is nil.
2345         (desktop-buffer-misc-data-function): New buffer local variable.
2346         Function returning major mode specific data.
2347         (desktop-buffer-misc-functions): Make variable obsolete.
2348         (desktop-save): Use desktop-buffer-misc-data-function.
2349         (desktop-buffer-dired-misc-data): Rename to
2350         dired-desktop-buffer-misc-data and move to dired.el.
2351         (desktop-buffer-info-misc-data): Rename to
2352         Info-desktop-buffer-misc-data and move to info.el.
2353         (desktop-read): Add message about number of buffers restored/failed.
2355         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2356         Add parameters.  Pause to display error only when
2357         desktop-missing-file-warning is non-nil.
2358         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2359         (dired-mode): Bind desktop-buffer-misc-data-function.
2361         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2362         Add Parameters.
2363         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2364         (Info-mode): Bind desktop-buffer-misc-data-function.
2366         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2367         Add Parameters.
2369         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2370         Add Parameters.
2372 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2374         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2375         the case of letters in case-insensitive expansions when the
2376         abbrev is preceded by characters with letter syntax.
2378 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2380         * progmodes/cperl-mode.el (cperl-putback-char):
2381         Delete Emacs 18 definition.
2383         * international/mule.el (ctext-post-read-conversion):
2384         Use assoc-string, not assoc-ignore-case.
2386         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2388         * emacs-lisp/easymenu.el (easy-menu-add):
2389         Do call x-popup-menu, but only if it's defined.
2391         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2393         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2394         Handle multiple args: compile like progn.
2396         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2397         take all args as &rest arg.
2399         * autoinsert.el (auto-insert-alist): Insert the user's name in
2400         copyright notice, rather than Free Software Foundation.
2402 2004-04-21  Kenichi Handa  <handa@m17n.org>
2404         * descr-text.el (describe-char): Make it work on *Help* buffer.
2406 2004-04-21  Kim F. Storm  <storm@cua.dk>
2408         * image.el (insert-image): Add optional SLICE arg.
2409         (insert-sliced-image): New defun.
2411 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2413         * subr.el (read-number): Check whether `default' is nil.
2415 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2417         * progmodes/compile.el (compilation-error-properties):
2418         Split into two.
2419         (compilation-internal-error-properties): New one.
2420         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2422 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2424         * window.el (split-window-save-restore-data):
2425         Don't update the data if OLD-INFO is nil.
2427         * view.el (view-return-to-alist): Mark it permanent local.
2429         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2431         * recentf.el (recentf-save-list): Catch and warn about errors.
2433         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2434         so "Buffers" won't be pure.
2436         * help-mode.el (help-mode-finish): Set help-return-alist first
2437         thing, setting only the entry for the selected window.
2439         * help-fns.el (describe-function-1): If many non-control non-meta
2440         keys run the command, don't list all of them.
2442 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2444         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2445         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2447         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2449 2004-04-20  Kenichi Handa  <handa@m17n.org>
2451         * international/quail.el (quail-lookup-key): New optional arg
2452         NOT-RESET-INDICES.
2453         (quail-get-translations): Call quail-lookup-key with
2454         NOT-RESET-INDICES t.
2455         (quail-completion): Likewise.
2456         (quail-lookup-map-and-concat): Likewise.
2458 2004-04-20  Kenichi Handa  <handa@m17n.org>
2460         * international/quail.el (quail-update-translation): Don't insert
2461         such an unsupported multibyte char in a unibyte buffer.
2463 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2465         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2466         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2467         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2468         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2469         (gdb-frame-assembler-buffer): Improve behaviour with
2470         multiple frames.
2471         (gdb-display-buffer): Extend search to all visible frames.
2473 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2475         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2476         characters left after base64 decoding.
2477         (rmail-decode-region): Use -dos variety of `coding', to remove any
2478         ^M characters left after qp or base64 decoding.
2480 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2482         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2483         messages.
2485 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2487         * add-log.el (add-change-log-entry): Update doc string to mention
2488         add-log-full-name and add-log-mailing-address.
2490 2004-04-18  Juri Linkov  <juri@jurta.org>
2492         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2493         (Info-find-node-2): Simplify error message.
2494         (Info-insert-dir): Use Info-following-node-name.
2495         (Info-goto-node): Remove *info-history* and *info-toc*.
2496         (Info-history): Create a node of the virtual history file.
2497         (Info-toc): Create a node of the virtual toc file.
2498         (Info-insert-toc): New arg `curr-file' for reference file names.
2499         (info-apropos): Remove redundant var binding for temp-file.
2500         (Info-index, Info-index-next, Info-mode): Doc fix.
2501         (Info-goto-emacs-command-node): Don't jump to *info* from
2502         non-*info* Info buffers.
2503         (Info-fontify-node): Don't show the file name of external
2504         references if `Info-hide-note-references' is `hide'.  Don't hide
2505         newlines at the end of paragraphs.
2507         * international/mule-diag.el (list-input-methods):
2508         Fix args to help-xref-button.
2510         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2511         to put into effect local variables from TUTORIAL files.
2513         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2514         with default value taken from the variable `sentence-end'.
2515         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2516         Add nil const to :type.
2517         (sentence-end-without-period, sentence-end-double-space)
2518         (sentence-end-without-space): Doc fix.
2520         * textmodes/paragraphs.el (forward-sentence):
2521         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2522         (fill-delete-newlines):
2523         * progmodes/cc-cmds.el (c-beginning-of-statement):
2524         Use function `sentence-end' instead of variable `sentence-end'.
2526 2004-04-18  Andreas Schwab  <schwab@suse.de>
2528         * progmodes/compile.el (compilation-start): Set window start to
2529         point-min if compilation-scroll-output is nil.
2531 2004-04-18  John Wiegley  <johnw@newartisans.com>
2533         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2535 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2537         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2538         (gdb-info-breakpoints-custom): Revert previous change.
2539         (gdb-view-assembler): Update assembler if necessary.
2540         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2541         (gdb-display-source-buffer): Update properly when both source and
2542         assembler are visible.
2544 2004-04-17  John Wiegley  <johnw@newartisans.com>
2546         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2547         which limits the number of names shown in the minibuffer.  Off by
2548         default.
2549         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2550         up iswitchb for users with a multitude of open buffers by showing
2551         only the first and last N/2 buffers in the completion list (which
2552         is enough to aid C-s/C-r, and to know that more characters are
2553         needed to refine the completion list).
2555 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2557         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2558         (file-truename): Expand all ~ constructs directly.
2559         (insert-directory): Delete any error msg output by the
2560         `insert-directory-program'.
2562         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2563         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2564         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2565         (allout-init): Use find-file-hook, not find-file-hooks.
2566         (allout-mode): Eliminate Emacs 18 support.
2567         Use write-contents-functions, not local-write-file-hooks.
2569 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2571         * progmodes/compile.el (compilation-error-properties): Fix for
2572         adding messages when there are already markers for their file.
2573         (compilation-fake-loc): New function.
2575 2004-04-16  Dave Love  <fx@gnu.org>
2577         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2578         (python-load-file): Fix python-orig-start setting.
2580         * progmodes/compile.el: Doc fixes.
2581         (compilation-error-regexp-alist-alist)
2582         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2583         (compilation-assq): Wrap in eval-when-compile.
2584         (compilation-mode-font-lock-keywords): Don't use list*.
2585         (compilation-start): Avoid warning.
2586         (compilation-compat-error-properties)
2587         (compilation-directory-properties): Add keymap property.
2588         (compilation-parsing-end): Make it a marker for better compatibility.
2590         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2592 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2594         * xml.el: Doc fixes.
2595         (xml-get-children): Only looks at sub-tags and ignore strings.
2597         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2599 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * url/url-util.el (url-debug): Use with-current-buffer.
2603         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2604         (url-nfs-create-wrapper): Use new backquote syntax.
2606         * url/url-https.el (url-https-file-attributes): Add id-format param.
2608         * url/url-http.el (url-http-head-file-attributes)
2609         (url-http-file-attributes): Add id-format parameter.
2611         * url/url-handlers.el: Use new find-file-hook.
2612         (url-file-attributes): Add id-format parameter.
2614         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2615         (url-file-file-attributes): Add id-format parameter.
2617         * url/url-dav.el: Use with-current-buffer.
2618         (url-dav-process-response): Fix regexps and spurious quote.
2619         (url-dav-file-attributes): Add id-format param.
2621         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2623 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2625         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2627         * vc.el (vc-print-log): Likewise.
2629 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2631         * simple.el (completion-setup-function): Set an initial value
2632         to `element-common-end' before entering loop.  Set a value
2633         to `element-common-end' at the end of loop.
2634         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2635         (completions-common-part): Rename from completion-de-emphasis.
2636         (completions-first-difference): Rename from completion-emphasis.
2637         Suggested by RMS.
2639 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2641         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2642         (bookmark-edit-annotation-mode): Add mode name.
2644 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2647         for nested conflict markers.
2648         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2650 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2652         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2654         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2656 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2659         Give a backtrace if requested.
2661         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2663         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2664         Remove unused functions.
2665         (python-orig-start-line, python-orig-file): Remove.
2666         (python-orig-start): New var.
2667         (python-input-filter, python-compilation-line-number)
2668         (python-send-region, python-load-file): Use it.
2670         * info.el (info): Always jump to *info*.
2672         * subr.el (posn-set-point): New function.
2674         * mouse.el (mouse-set-point): Use it.
2676         * progmodes/compile.el (compile-goto-error): Use it.
2677         (compilation-button-map): New keymap.
2678         (compilation-error-properties): Use it.
2679         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2681         * smerge-mode.el (smerge-popup-context-menu): Use it.
2683         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2684         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2685         mouse and non-mouse case.
2687         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2688         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2690         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2691         Make it work for non-mouse events.
2693         * pcvs-info.el (cvs-status-map): Update binding name.
2695 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2697         * xml.el (xml-maybe-do-ns): New function to handle namespace
2698         parsing of both attribute and element names.
2699         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2700         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2701         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2702         (xml-parse-attlist): Make it do its own namespace parsing.
2704 2004-04-14  Dave Love  <fx@gnu.org>
2706         * progmodes/python.el (run-python): Fix use of \n.
2707         (python-load-file): Remove `try' from Python fragment.
2708         (python-describe-symbol): Fix message.
2710         * comint.el: Doc fixes.
2711         (comint-last-input-start, comint-last-input-end)
2712         (comint-last-output-start): Give them values.
2713         (comint-arguments): Avoid warning.
2714         (comint-skip-prompt): Use line-end-position.
2715         (comint-backward-matching-input): Rename arg to agree with doc.
2716         (comint-extract-string): Use syntax-ppss.
2717         (comint-dynamic-simple-complete): Delete useless list construction.
2718         (comint-redirect-subvert-readonly): New.
2719         (comint-redirect-preoutput-filter): Use it.
2721         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2722         Correctly handle negative arguments when calling hook functions.
2724 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2726         * info.el (info-apropos): Don't clobber Info-history-list.
2728 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2730         * progmodes/compile.el (compilation-setup):
2731         Localize overlay-arrow-position.
2732         (compilation-sentinel): Restructure code equivalently.
2733         (compilation-next-error): Find message on same line after point if
2734         not found before point.
2735         (compile-mouse-goto-error): Restore function so that compilation
2736         buffer need not be current and use compile-goto-error.
2737         (compile-goto-error): Restore function.
2738         (next-error): Set overlay-arrow-position.
2739         (compilation-forget-errors): Don't localize already local
2740         compilation-locs and remove FIXME about refontifying.
2742 2004-04-14  Kim F. Storm  <storm@cua.dk>
2744         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2745         (command-line): New option -Q.  Like -q --no-site-file, but
2746         in addition it also disables menu-bar, tool-bar, scroll-bars,
2747         tool-tips, and the blinking cursor.
2748         (command-line-1): Skip startup screen if -Q.
2749         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2751         * emulation/cua-base.el (cua-read-only-cursor-color)
2752         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2754 2004-04-13  Dave Love  <fx@gnu.org>
2756         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2757         (syntax): Don't require.
2758         (python) <defgroup>: Add :version.
2759         (python-quote-syntax): Re-written.
2760         (inferior-python-mode): Move stuff here from run-python and add
2761         some more.
2762         (python-preoutput-continuation, python-preoutput-result)
2763         (python-dotty-syntax-table): New.
2764         (python-describe-symbol): Use them.
2765         (run-python): Move stuff to inferior-python-mode.  Modify code
2766         loaded into Python.
2767         (python-send-region): Use python-proc, python-send-string.
2768         (python-send-string): Send newlines too.  Callers changed.
2769         (python-load-file): Re-written.
2770         (python-eldoc-function): New.
2771         (info-look): Don't require.
2772         (python-after-info-look): New.  A modified version of former
2773         top-level code for use with eval-after-load.
2774         (python-maybe-jython, python-guess-indent): Use widened buffer.
2775         (python-fill-paragraph): Re-written.
2776         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2777         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2779 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2782         Set compilation-error-regexp-alist earlier.
2784         * progmodes/compile.el (compilation-minor-mode-map)
2785         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2786         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2788 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2791         corresponding to the event.
2793         * url/url.el (url-retrieve): Use with-current-buffer.
2795         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2796         Remove unused var `version'.
2798         * url/url-handlers.el (url-handler-mode): New minor mode.
2799         (url-setup-file-name-handlers): Remove.
2801 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2803         * loadup.el: Add cygwin to system-type list, for unexec() support.
2805 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2807         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2808         (ibuffer-restore-window-config-on-quit): New variable to replace
2809         `ibuffer-delete-window-on-quit'.  Update all references.
2810         (ibuffer-prev-window-config): New variable.
2811         (ibuffer-quit): Restore previous window configuration instead of
2812         deleting window.
2813         (ibuffer): Save window configuration before showing Ibuffer buffer.
2815         * help.el (describe-mode): Doc fix.
2817         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2818         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2820 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2823         not to treat nil as a function.
2825         * vc-arch.el (vc-arch-root): Be a bit more careful.
2826         (vc-arch-register): Save the buffer if we modified it.
2827         (vc-arch-delete-rej-if-obsolete): Save excursion.
2828         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2829         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2831         * net/ldap.el (ldap-search): Use list*.
2833 2004-04-12  Juri Linkov  <juri@jurta.org>
2835         * info.el (Info-follow-reference): Allow multiline reference name.
2837 2004-04-11  Dave Love  <fx@gnu.org>
2839         * url/url-mailto.el (url-mailto):
2840         * url/url-history.el (url-history-setup-save-timer):
2841         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2843         * url/url-file.el (url-file-build-filename): Don't use
2844         directory-sep-char.
2846         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2848         * url/url-about.el (url-scheme-registry): Defvar.
2849         (url-about): Use text/plain.
2851         * url/url-vars.el (cl): Don't require.
2852         (url): Add :version.
2853         (url-bug-address): Use bug-gnu-emacs.
2855         * url/url-util.el (url-hexify-string): Don't give multibyte error
2856         for char <16.
2857         (mail-header-extract): Autoload.
2859         * url/url-parse.el: Doc fixes.
2861         * url/url-ldap.el (ldap): Require.
2862         (url-ldap): Fix `format' call.
2863         (url-ldap-certificate-formatter): Avoid warning.
2865         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2866         backquotes.
2868         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2869         (url-intersection): New.
2870         (url-dav-supported-p): Use it.
2871         (url-dav-save-resource): Declare url-http-response-status special.
2873         * url/url-cache.el (url-util): Require.
2875         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2877         * progmodes/python.el: New file.
2879 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2881         * vc-hooks.el (vc-arg-list): Function removed.
2882         (vc-default-workfile-unchanged-p): Use condition-case to check for
2883         backward compatibility.
2885         * vc.el (vc-print-log): Use condition-case to check for backward
2886         compatibility.
2888 2004-04-11  Juri Linkov  <juri@jurta.org>
2890         * dired.el (dired-faces): New defgroup.
2891         (dired-header, dired-mark, dired-marked, dired-flagged)
2892         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2893         New faces.
2894         (dired-header-face, dired-mark-face, dired-marked-face)
2895         (dired-flagged-face, dired-warning-face, dired-directory-face)
2896         (dired-symlink-face, dired-ignored-face): New face variables.
2897         (dired-font-lock-keywords): Use them instead of font-lock faces.
2898         Split the rule for dired marks into 3 separate rules: for marks,
2899         marked file names and flagged file names.
2901         * help-mode.el (help-make-xrefs): Add a final newline to the
2902         *Help* buffer.
2904 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2906         * replace.el (occur-engine): Distinguish between one and several
2907         matches in the matches per buffer heading.
2909 2004-04-11  Kim F. Storm  <storm@cua.dk>
2911         * ido.el (ido-confirm-unique-completion): New defcustom.
2912         (ido-complete): Use it.
2913         (ido-write-file): Set it to t unconditionally.
2915 2004-04-10  Miles Bader  <miles@gnu.org>
2917         RCS keyword removal (only non-comment changes are enumerated here):
2919         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2920         (byte-compile-insert-header): Don't use `byte-compile-version'.
2921         * url/url-vars.el (url-version): Use the constant string "Emacs"
2922         instead of calculating something from the RCS `State' keyword
2923         [the latter is almost entirely useless anyway].
2924         * forms.el (forms-version): Variable removed.
2925         (forms-mode): Don't use `forms-version'.
2926         * recentf.el (recentf-version): Variable removed.
2927         * progmodes/delphi.el (delphi-version): Variable removed.
2928         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2930 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2934 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2936         * info.el (info-apropos): Improve menu item regexp.
2938 2004-04-09  Simon Josefsson  <jas@extundo.com>
2940         * mail/smtpmail.el: Add comment, based on report by
2941         kdc@rcn.com (Kevin D. Clark).
2943 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2946         Redo one more thing that I didn't notice Daniel had undone.
2948 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2950         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2951         (gdb-goto-breakpoint, gdb-display-buffer)
2952         (gdb-display-source-buffer, gdb-view-source-function)
2953         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2954         (gdb-source-info, gdb-frame-handler): Don't specify a window
2955         for display.
2956         (gdb-info-breakpoints-custom): Remove superfluous update of
2957         assembler buffer.
2958         (gdb-many-windows): Make settable outside gdb.
2960 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2962         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2963         Derive from fundamental-mode rather than text-mode.
2965 2004-04-08  Juri Linkov  <juri@jurta.org>
2967         * info.el (Info-history): Doc fix.
2968         (Info-history-list): New var.
2969         (info-xref): Change magenta4 to blue, remove bold for dark and
2970         light backgrounds, change bold to underline for non-color classes.
2971         (info-xref-visited): New face.
2972         (Info-fontify-visited-nodes): New custom.
2973         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2974         (Info-reference-name): New var.
2975         (Info-selection-hook): New custom.
2976         (Info-edit-mode-hook): New var.
2977         (Info-find-file): New fun.
2978         (Info-find-node): Move part of code to Info-find-file.
2979         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2980         to the place with the reference name if name is defined.
2981         (Info-select-node): Add current node to Info-history-list.
2982         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2983         (Info-search-whitespace-regexp): New custom.
2984         (Info-search-case-fold): New var.
2985         (Info-search): Add "case-sensitively" to the prompt.
2986         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2987         (Info-search-case-sensitively, Info-search-next): New fun.
2988         (Info-up): Move point to the menu item of the current node.
2989         (Info-history): New fun.  Add *info-history* to
2990         same-window-buffer-names.
2991         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2992         (Info-insert-toc): New fun.
2993         (Info-build-toc): New fun.
2994         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2995         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2996         with the same name prefer the reference closest to point.
2997         (Info-next-reference): Replace * by + in the *Note regexp.
2998         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2999         (Info-prev-reference): Replace * by + in the *Note regexp.
3000         Add regexp for http:// and ftp://.  Skip the *Note prefix.
3001         (Info-follow-nearest-node): Add new arg `fork'.
3002         (Info-try-follow-nearest-node): Add new arg `fork'.
3003         Call browse-url for http:// and ftp:// references.
3004         Set Info-reference-name for index entries.
3005         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3006         Info-search-next, Info-history, Info-toc, clone-buffer.
3007         (Info-menu-update): Replace * by + in the *Note regexp.
3008         (Info-mode): Add documentation for Info-history, Info-toc,
3009         Info-search-case-sensitively, Info-search-next, clone-buffer.
3010         (Info-fontify-menu-headers): Remove fun.  Move code to
3011         Info-fontify-node.
3012         (Info-fontify-node): Add docstring.  Add local vars
3013         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
3014         then fontify header line, titles, menu headers, http and ftp
3015         references, refill paragraphs.  If not-fontified-p is t or
3016         fontify-visited-p is t then fontify cross references, menu items.
3017         Fontify menu headers.  Fontify http and ftp references.
3018         Change regexp for cross references to require whitespace after *Note,
3019         add matching groups for file and node names.  Remove hack for quote.
3020         Use display property for Info-hide-note-references=t.  Use fifth
3021         or fourth match for help-echo.  Display visited nodes in a
3022         different face.  Unhide file names of external references.
3023         Unhide newlines.  Display visited menu items in a different face.
3025 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3027         * progmodes/compile.el: Require CL.
3028         (compilation-mode-font-lock-keywords): Re-install the "line as
3029         function" patch.
3031         * help-fns.el (help-C-source-directory): New var.
3032         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3033         (describe-function-1, describe-variable): Use them.
3035         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3036         to C source files specially.
3038 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3040         * info.el (Info-hide-cookies-node): New function.
3041         (Info-select-node): Use it.
3042         (Info-display-images-node): Remove message with image file name.
3044 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
3046         * progmodes/compile.el (compilation-warning-face)
3047         (compilation-info-face, compilation-skip-threshold)
3048         (compilation-skip-visited, compilation-context-lines):
3049         Declare :version when added to Emacs.
3050         (compilation-error-regexp-alist-alist): Extend caml and irix.
3051         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3052         (compilation-mode-font-lock-keywords): Temporarily undo line as
3053         function patch, which wasn't ready.
3055 2004-04-07  Kenichi Handa  <handa@m17n.org>
3057         * international/latin1-disp.el (latin1-display-setup): Check each
3058         character is displayable or not instead of calling
3059         latin1-display-check-font.
3061 2004-04-06  Kenichi Handa  <handa@m17n.org>
3063         * language/ethio-util.el (ethio-sera-being-called-by-w3):
3064         New variable.
3065         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3066         instead of sera-being-called-by-w3.
3067         (ethio-fidel-to-sera-buffer): Likewise.
3068         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3069         instead of sera-being-called-by-w3.
3070         (ethio-write-file): Likewise.
3072 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3074         * printing.el: Doc fix.
3076 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
3078         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3079         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3080         (gdb-setup-windows): Only use separate IO buffer if required.
3082 2004-04-06  Kim F. Storm  <storm@cua.dk>
3084         * term.el (term-is-xemacs): Remove.
3085         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3086         (term-window-width): New function.
3087         (term-mode, term-check-size): Use it.
3088         (term-mode): Disable overflow-newline-into-fringe in term buffer.
3090 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3092         * cus-edit.el (custom-add-parent-links): Change unbound variable
3093         `symbol' to `name'.
3095 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3096         * info.el (info-apropos): New function.
3097         (Info-mode-menu): Add it.
3098         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3100         * help-mode.el (help-make-xrefs): Recognize aliased variable with
3101         inherited docstring.
3103         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3105 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3107         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3109         * progmodes/compile.el (font-lock): Don't require any more.
3110         (compilation-error-properties, compilation-start, compilation-sentinel)
3111         (compilation-filter, next-error): Use with-current-buffer.
3112         (compilation-skip-to-next-location, compilation-skip-threshold)
3113         (compilation-skip-visited): Move to silence the byte-compiler.
3114         (compilation-setup): Simplify.
3115         (compilation-next-error): Use line-(beginning|end)-position.
3116         Make sure `pt' is non-nil before using compilation-loop.
3117         (compile-goto-error): Add optional event arg.  Use it.
3118         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3119         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3120         Update the binding for mouse-2.
3121         (first-error): Set compilation-current-error to nil rather than bob.
3122         (compilation-parsing-end, compilation-parse-errors-function)
3123         (compilation-error-list, compilation-old-error-list):
3124         "New" compatibility variables.
3125         (compile-buffer-substring, compilation-compat-error-properties)
3126         (compilation-compat-parse-errors, compilation-forget-errors):
3127         New compatibility functions.
3128         (compilation-mode-font-lock-keywords): Use them.
3130 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3132         * autorevert.el (auto-revert-handler): If point (or a window
3133         point) is at the end of the buffer, keep it there after
3134         reverting.  This allows to tail a file.
3135         Mention this in the `Commentary'.
3137         * format.el (format-write-file): Add optional argument CONFIRM
3138         and make it behave like the analogous argument to `write-file'.
3140 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3142         * progmodes/ebnf2ps.el: Doc fix.
3143         (ebnf-version): New version number (4.2).
3144         (ebnf-syntax): Customization and docstring fix.
3145         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3146         Put autoloaded funs before first use.
3147         (ebnf-style-database): Add dtd entry.
3148         (ebnf-syntax-alist): Add dtd initialization.
3149         (ebnf-token-sequence): New fun.
3150         (ebnf-comment-table): Add new comment action character.
3151         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3153         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3154         Type Definition for XML).
3156         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3157         * progmodes/ebnf-bnf.el (ebnf-sequence):
3158         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3159         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3160         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3161         Code simplification: call ebnf-token-sequence.
3163 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
3165         * calendar/timeclock.el (timeclock-relative)
3166         (timeclock-get-project-function, timeclock-get-workday-function)
3167         (timeclock-query-out, timeclock-when-to-leave)
3168         (timeclock-when-to-leave-string, timeclock-log-data)
3169         (timeclock-generate-report, timeclock-in): Doc fixes.
3171 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3173         * url: Import the URL package from its repository.
3175         * url/url-methods.el:
3176         * url/url-parse.el: Don't require url-auto.
3178 2004-04-03  Andreas Schwab  <schwab@suse.de>
3180         * diff-mode.el (diff-mode): Fix missing quote.
3182 2004-04-03  Juri Linkov  <juri@jurta.org>
3184         * descr-text.el (describe-property-list): Add `font-lock-face'.
3186         * dired.el (dired-font-lock-keywords): Fix permission regexps.
3188 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3190         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3191         Use utf-16le on little endian machines and utf-16be otherwise.
3193 2004-04-02  David Kastrup  <dak@gnu.org>
3195         * net/browse-url.el (browse-url-generic): Use call-process
3196         instead of start-process to allow browsers that fork and detach.
3198 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
3200         * compile.el (compilation-current-error): New var.
3201         (compilation-setup, compile-mouse-goto-error)
3202         (compile-goto-error, next-error): Use it.
3203         (compilation-skip-to-next-location): Default to t, which gives
3204         contiguous skipping like old compile (where this was redundant).
3205         (compilation-next-error): Prevent previous-* commands from moving
3206         back to message at or just before point.
3208 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
3210         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3211         (gdb-source-info): Don't display source at startup, if required.
3212         (gdb-show-main): New option.
3213         (gdba): Update documentation.
3214         (gdb-source): Cover case of auto-display output.
3216 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3218         * autorevert.el: Delete obsolete autoload's and defvar's.
3219         (auto-revert-check-vc-info): New user option.
3220         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3221         (auto-revert-handler-vc): Delete.
3222         (auto-revert-handler): Treat return value `fast' of
3223         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
3225         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3226         return `fast'.
3228         * files.el (buffer-stale-function): Doc change.
3230 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3232         * printing.el: New tip on Tips section.
3233         (pr-version): New version number (6.7.4).
3234         (pr-shell-file-name): Initialization fix.
3236 2004-03-31  Juri Linkov  <juri@jurta.org>
3238         * dired.el: Add autoload for `dired-do-touch'.
3239         (dired-touch-program): New var.
3240         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3241         (dired-no-confirm): Add `touch' to docstring.
3243         * dired-aux.el (dired-do-touch): New fun.
3244         (dired-do-chxxx): Add argument -t for touch operation.
3246         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3247         `dired-move-to-filename-regexp'.
3249 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
3251         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3253 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3255         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3256         and only if the buffer was modified.
3258 2004-03-30  Kenichi Handa  <handa@m17n.org>
3260         * international/characters.el: Delete pairs for U+2308..U+230B.
3262 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
3264         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3265         to detect the beginning of a level 2 or 3 annotation.
3267 2004-03-29  Kenichi Handa  <handa@m17n.org>
3269         * international/ucs-tables.el (ucs-insert): Fix the error message.
3271 2004-03-29  Kenichi Handa  <handa@m17n.org>
3273         * international/mule-util.el (char-displayable-p): Fix generation
3274         of XLFD file name.
3276         * Makefile.in (setwins, setwins_almost): Change directory to $wd
3277         before finding directories by `find'.
3279 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * subr.el (interactive-form): Delete.  Now implemented in C.
3283         * pcvs.el (cvs-parse-process): Workaround for Darwin.
3285         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3286         (vc-diff-label): New fun.
3287         (vc-diff-internal): Use it.
3289         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3291 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3293         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3295         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3296         specify XML (EBNFX).
3298         * progmodes/ebnf2ps.el: Doc fix.
3299         (ebnf-version): New version number (4.1).
3300         (ebnf-syntax): Adjust customization.
3301         (ebnf-style-database): Add ebnfx entry.
3302         (ebnf-syntax-alist): Add ebnfx initialization.
3303         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3305         * printing.el: Doc fix.
3306         (pr-version): New version number (6.7.3).
3307         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3308         returns nil for mouse position.  Reported by Drew Adams
3309         <drew.adams@oracle.com>.
3310         (pr-update-menus): Modify interactive declaration.  Reported by Drew
3311         Adams <drew.adams@oracle.com>.
3313 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
3315         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3316         (gud-gdba-marker-filter): Log the process input and output, if
3317         required.  From Stefan Monnier.
3318         (gdb-debug-log, gdb-enable-debug-log): New variables.
3319         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3321 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3323         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3324         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3326 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3328         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3329         Call vc-find-file-hook here instead of in auto-revert-buffers.
3330         (auto-revert-buffers): Delete call to vc-find-file-hook.
3331         (auto-revert-verbose, global-auto-revert-non-file-buffers)
3332         (global-auto-revert-mode, auto-revert-set-timer)
3333         (auto-revert-handler, auto-revert-buffers): Doc fixes.
3335 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3337         * woman.el (woman-change-fonts): Rename local variable
3338         woman-font-alist to font-alist to avoid a compiler warning.
3340 2004-03-27  Dave Love  <fx@gnu.org>
3342         * emacs-lisp/rx.el (rx): Doc fix.
3343         Fix copyright years.
3345         * strokes.el (strokes-global-set-stroke-string): New function.
3346         (strokes-list-strokes): Cope with strings, not just commands.
3347         Set foreground colour of image.
3348         (strokes-global-set-stroke): Doc fix.
3350 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3352         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3353         Auto Revert mode.
3354         (Buffer-menu-files-only): New variable.
3355         (Buffer-menu-toggle-files-only): New function.
3356         (Buffer-menu-mode-map): Bind it to `T'.
3357         (Buffer-menu-mode): Mention `T' in docstring.
3358         Set buffer-stale-function.
3359         (list-buffers-noselect): Mark buffer non-modified and set
3360         Buffer-menu-files-only.
3362         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3364         * autorevert.el (auto-revert-handler): Print revert message
3365         before, rather than after, reverting.
3366         (buffer-stale-function): Move to files.el.
3368         * files.el (buffer-stale-function): Move here from autorevert.el.
3370 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3372         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3374         * calc/calc.el (calc-mode-map): Use mapc.
3376         * apropos.el (apropos-mode): Don't autoload.
3377         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3378         (apropos): Use it.
3379         (apropos-print): Add optional `text' argument.
3380         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3381         Don't assume point-min == 1.
3383         * bs.el (bs-buffer-list): Use buffer-local-value.
3384         (bs--set-toggle-to-show): Use with-current-buffer.
3386         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3387         New funs.
3388         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3390         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3392         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3393         (dabbrev--find-expansion): Use pop.
3394         (dabbrev--search): Use match-string-no-properties.
3396         * dired.el (dired-mode): Use run-mode-hooks.
3397         (dired-move-to-end-of-filename): Use match-string.
3399         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3400         is bound before using it.
3401         (ediff-verbose-p): Make it into a var since it's not constant.
3403         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3405         * faces.el (read-face-font): Don't cons up unnecessarily.
3406         (header-line, tool-bar): Share common parts.
3408         * files.el (file-relative-name): Use compare-strings.
3410         * finder.el (finder-mode): Follow coding convention.
3412         * subr.el (read-number): New function.
3414         * ses.el (ses-read-number): Move to subr.el.
3415         (ses-set-header-row): Use read-number.
3417 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3419         * vc-hooks.el (vc-arg-list): New function, which handles both
3420         compiled and uncompiled code.
3421         (vc-default-workfile-unchanged-p): Use it.
3423         * vc.el (vc-print-log): Undo prev change, use new function
3424         vc-arg-list from vc-hooks.el.
3426 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3428         * simple.el (completion-setup-function): Emphasize the
3429         first uncommon characters in the completions; and de-emphasize
3430         the common prefix substrings.
3431         (completion-emphasis): New face.
3432         (completion-de-emphasis): New face.
3434 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3436         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3437         Comment out (it's unused and unfinished code).
3439 2004-03-25  Sam Steingold  <sds@gnu.org>
3441         * vc.el (vc-print-log): Fix a bug in the last patch:
3442         backend-function may be a byte-compiled object, not a lambda.
3444 2004-03-25  Juri Linkov  <juri@jurta.org>
3446         * descr-text.el (describe-property-list): Add a button
3447         for `face' property that calls `describe-face'.
3448         Suggested by luis fernandes <elf@ee.ryerson.ca>
3450         * international/mule.el (keyboard-coding-system):
3451         * kmacro.el (kmacro-call-macro): Fix docstring.
3453         * dired.el: Fix comments.
3455         * textmodes/fill.el (fill): Fix Info link.
3457         * font-lock.el (fast-lock, lazy-lock):
3458         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3459         Info node.
3461         * eshell/eshell.el (eshell): Fix broken info-link.
3463         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3464         * eshell/em-banner.el (eshell-banner):
3465         * eshell/em-smart.el (eshell-smart):
3466         * eshell/esh-cmd.el (eshell-cmd):
3467         Comment out broken info-links to incomplete Info manual.
3469         * info-xref.el: Fix commentary.
3471 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3473         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3474         Remove spurious node duplicate suppression, doesn't work, not wanted.
3475         (info-xref-output): Take format style args, add "sit-for 0" to let
3476         user see the results as they progress.
3477         (info-xref-check-all-custom): New function.
3479 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3481         * gdb-ui.el: Moved to progmodes.
3483 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3487 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3489         * calendar/appt.el (appt-check): Remove superfluous progn.
3490         When finished with diary buffer: if it was not being displayed
3491         before, kill it; otherwise restore its original state.
3492         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3494         * calendar/calendar.el (calendar-set-mode-line): Use total
3495         available mode-line width, rather than frame-width.
3497         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3498         after mode change so effect not lost.
3500 2004-03-23  Dave Love  <fx@gnu.org>
3502         * dired.el (dired) <defgroup>: Add link to manual.
3503         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3504         (dired-revert): Use dolist.
3505         (dired-mode-map): Add U binding.
3506         (dired-mode): Add font-lock-beginning-of-syntax-function.
3507         (dired-garbage-files-regexp): Make it a defcustom.
3509 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3511         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3512         is equivalent to nil.
3513         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3514         (vc-arch-mode-line-string): Accept `added' state.
3515         (vc-arch-state): Use inode-sigs if available.
3516         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3517         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3518         (vc-arch-tagline-re): New var.
3519         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3520         New functions.
3521         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3522         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3524         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3525         (vc-file-not-found-hook): Use it.
3527         * diff-mode.el (diff-default-read-only): Change default.
3528         (diff-mode-hook): Make it a defcustom.  Add some options.
3529         (diff-mode-map): Bind diff-refine-hook.
3530         (diff-yank-handler): New var.
3531         (diff-yank-function): New fun.
3532         (diff-font-lock-keywords): Use them.
3533         (diff-end-of-file): Handle case where file-header looks like diff text.
3534         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3535         (diff-file-kill): Delete a subsequent empty line, if applicable.
3536         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3537         (diff-find-file-name): Use it.
3538         (diff-tell-file-name): New command.
3539         (diff-mode): Be careful with view-mode.
3540         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3541         New functions, for use in diff-mode-hook.
3542         (diff-find-source-location): Catch "regex too large" errors.
3543         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3544         (diff-refine-hunk): New command.
3546         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3547         (smerge-context-menu-map): Remove unused var.
3548         (smerge-keep-all): Preserve markers.
3549         (smerge-keep-n): New fun.
3550         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3551         (smerge-keep-current, smerge-ediff): Use it.
3552         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3553         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3554         (smerge-resolve): Resolve trivial 3-part conflicts.
3556 2004-03-23  Juri Linkov  <juri@jurta.org>
3558         * man.el (Man-width): New var.
3559         (Man-getpage-in-background): Use it.
3560         (Man-support-local-filenames): New var and fun.
3561         (Man-build-man-command): Don't add a second %s.
3562         (Man-fontify-manpage): Clean up message.
3563         (Man-mode): Set outline-regexp, outline-level,
3564         imenu-generic-expression.
3566         * woman.el (woman-fill-frame): Doc fix.
3567         (woman-decode-region): Use window-width instead of frame-width.
3569         * abbrevlist.el (list-one-abbrev-table):
3570         * descr-text.el (describe-char):
3571         * international/mule-diag.el (describe-current-coding-system):
3572         * international/quail.el (quail-insert-decode-map):
3573         Use window-width instead of frame-width.
3575         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3576         (jka-compr-mode-alist-additions): Add tbz.
3577         (jka-compr-write-region, jka-compr-insert-file-contents):
3578         Add message for undefined compress-program.
3579         (jka-compr-write-region): Remove redundant var bindings.
3581         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3582         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3583         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3584         (dired-man): Use dired-guess-shell-command.
3585         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3586         Change default nil to t.
3588         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3589         (dired-compare-directories): Add default value for empty input.
3591         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3593         * time.el (display-time-string-forms): Fix help-echo date format.
3595 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3597         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3598         (buffer-stale-function): New variable.
3599         (auto-revert-list-diff, auto-revert-dired-file-list)
3600         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3601         (auto-revert-handler): Take over some functionality of deleted
3602         functions.
3603         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3605         * dired.el (dired-directory-changed-p): New fun, extracted from
3606         dired-internal-noselect.
3607         (dired-buffer-stale-p): New fun.
3608         (dired-internal-noselect): Use dired-directory-changed-p.
3609         Eliminate revert messages.
3610         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3612 2004-03-23  Kenichi Handa  <handa@m17n.org>
3614         * international/characters.el: Setup syntaxes for more parentheses
3615         Unicode characters.
3617         * international/mule-cmds.el (select-safe-coding-system):
3618         Merge coding-system and auto-cs before comparing them.
3620 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3622         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3624         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3625         normal-auto-fill-function and comment-indent-function.
3626         The default values now work just as well.
3627         Don't set font-lock-beginning-of-syntax-function since we already set
3628         syntax-begin-function.
3629         (lisp-outline-level): Put ;;;###autoload at same level as (.
3630         (prin1-char): Quote special chars.
3632         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3633         than with-no-warnings.
3635         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3636         if the source location can't be found.
3637         (edebug-compute-previous-result): Use prin1-char.
3639         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3640         (debug-ignored-errors): Add an entry.
3642         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3643         (byte-compile-file): Output warning when deleting a file.
3645         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3646         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3648         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3649         (byte-compile-inline-expand): Use backquote.
3650         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3651         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3653         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3655         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3657 2004-03-22  Juri Linkov  <juri@jurta.org>
3659         * finder.el (finder-known-keywords): Fix data, tex, unix.
3661         * play/landmark.el: Fix keywords.
3663         * language/ethio-util.el (ethio-find-file): Doc fix.
3665         * emacs-lisp/warnings.el: Doc fix.
3667         * textmodes/ispell.el (ispell-help): Doc fix.
3669 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3671         * format.el (format-insert-file): Always return a list of two
3672         elements, like insert-file-contents does.
3674 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3676         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3677         and vc-BACKEND-diff.
3678         (vc-print-log): If the print-log implementation supports it, use
3679         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3680         (vc-version-diff, vc-diff-internal): Doc fixes.
3682         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3683         implementation supports it, let diff output go to *vc*,
3684         not *vc-diff*, since this is an internal call.
3686         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3688         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3690         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3692 2004-03-21  Dave Love  <fx@gnu.org>
3694         * progmodes/cfengine.el (cfengine-mode):
3695         Set parse-sexp-ignore-comments.
3697         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3699 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3701         * allout.el (allout-mode): Fix docstring.
3703 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3705         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3707         * autorevert.el (auto-revert-interval): Make new value take
3708         effect immediately when set through Custom.
3709         (auto-revert-set-timer): Add interactive declaration.
3711 2004-03-19  David Ponce  <david@dponce.com>
3713         * ruler-mode.el (ruler-mode-header-line-format-old):
3714         Don't `make-variable-buffer-local'.
3715         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3716         (ruler-mode-header-line-format): Simply funcall the above.
3717         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3718         to save/restore a previous header line format.
3719         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3720         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3721         fringes and margins width.
3722         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3724 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * log-edit.el (log-edit-font-lock-keywords): Typo.
3728         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3729         (tex-send-tex-command): Rather than here.
3730         (tex-compilation-parse-errors): Simplify.
3732         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3734         * time.el (display-time-string-forms): Add help-echo with date on time.
3736         * composite.el (compose-region): Use restore-buffer-modified-p.
3738         * disp-table.el (standard-display-8bit): Simplify.
3740         * server.el (server-process-filter): Delete temp frame.
3742         * add-log.el (add-change-log-entry): Simplify.
3744 2004-03-19  Kim F. Storm  <storm@cua.dk>
3746         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3747         (hexl-follow-line): Don't require 'fringe.
3749         * progmodes/compile.el (compilation-start): Always set
3750         compilation-last-buffer and return it.
3752 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3754         * simple.el (clone-buffer): Doc fix.
3756 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3758         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3760 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * log-edit.el (log-edit-font-lock-keywords): New var.
3763         (log-edit-mode): Use it.
3765 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3767         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3768         properly for watching in speedbar.
3770 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3772         * smerge-mode.el (smerge-popup-context-menu):
3773         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3775 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3778         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3779         Take sealed revisions into account.
3780         (vc-arch-checkin): Extract a summary line from the message.
3782 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3784         * register.el (register): Provide `register' feature.
3786 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3788         Added context menu support in smerge mode.
3789         Most of the part is written by Stefan Monnier.
3791         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3792         New keymap and menu.
3793         (smerge-text-properties): New function.
3794         (smerge-remove-props): New function.
3795         (smerge-popup-context-menu): New function.
3796         (smerge-resolve): Call `smerge-remove-props'.
3797         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3798         (smerge-keep-current): Ditto.
3799         (smerge-kill-current): New function.
3800         (smerge-match-conflict): Put text properties.
3801         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3803 2004-03-15  David Ponce  <david@dponce.com>
3805         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3806         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3807         (ruler-mode-right-scroll-bar-cols): Remove.
3808         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3809         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3810         Use fringe-columns and scroll-bar-columns.
3812 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3814         * hl-line.el (hl-line-range-function): New variable.
3815         (hl-line-move): New function.
3816         (global-hl-line-highlight): Use `hl-line-move'.
3817         (hl-line-highlight): Ditto.
3819         * scroll-bar.el (scroll-bar-columns):
3820         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3822         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3823         (ruler-mode-left-fringe-cols)
3824         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3825         (ruler-mode-right-scroll-bar-cols)
3826         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3827         (ruler-mode-ruler-function): New variable.
3828         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3829         if the value for `ruler-mode-ruler-function'is given.
3831         * hexl.el (hexl-mode-hook): Make the hook customizable.
3832         (hexl-address-area, hexl-ascii-area): New customize variables.
3833         (hexlify-buffer): Put font-lock-faces on the address area and
3834         the ascii area.
3835         (hexl-activate-ruler): New function.
3836         (hexl-follow-line): New function.
3837         (hexl-highlight-line-range): New function.
3838         (hexl-mode-ruler): New function.
3840 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3842         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3843         (vc-default-find-file-hook): New fun.
3844         (vc-find-file-hook): Call new find-file-hook operation.
3846         * vc-arch.el: New file.
3848 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3850         * info-look.el (info-lookup): Reuse an existing Info window.
3852 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3854         * woman.el (woman-preserve-ascii): Default value changed to t and
3855         doc string revised.
3857 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3859         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3860         Fix minor bug.
3862         * replace.el (occur-engine): Change message for count of matches.
3864         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3865         For strings, do compare text properties.
3867 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3869         * progmodes/compile.el (compile-auto-highlight)
3870         (compilation-error-list, compilation-old-error-list)
3871         (compilation-parse-errors-function, compilation-parsing-end)
3872         (compilation-error-message, compilation-directory-stack)
3873         (compilation-enter-directory-regexp-alist)
3874         (compilation-leave-directory-regexp-alist)
3875         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3876         (compilation-current-file, compilation-regexps): Remove vars.
3878         (compile-error-at-point, compilation-error-filedata)
3879         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3880         (compilation-next-error-locus, compilation-forget-errors)
3881         (count-regexp-groupings, compilation-parse-errors)
3882         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3884         (compile-internal): Make obsolete.
3886         (compilation-first-column, compilation-error)
3887         (compilation-directory-matcher, compilation-page-delimiter)
3888         (compilation-mode-font-lock-keywords, compilation-debug)
3889         (compilation-error-face, compilation-warning-face)
3890         (compilation-info-face, compilation-line-face)
3891         (compilation-column-face, compilation-enter-directory-face)
3892         (compilation-leave-directory-face, compilation-skip-threshold)
3893         (compilation-skip-visited, compilation-context-lines): New vars.
3895         (compilation-warning-face, compilation-info-face)
3896         (compilation-message-face): New faces.
3898         (compilation-error-regexp-alist-alist): New constant.
3900         (compilation-face, compilation-directory-properties)
3901         (compilation-assq, compilation-error-properties, compilation-start)
3902         (define-compilation-mode, compilation-loop)
3903         (compilation-set-window): New functions.
3905         (compile): Additional argument for interactive compiles like TeX.
3907         * progmodes/grep.el (kill-grep): Move here from compile.el
3908         (grep-error, grep-hit-face, grep-error-face)
3909         (grep-mode-font-lock-keywords): New variables.
3910         (grep-regexp-alist): Simplify regexp and add `binary' case.
3911         (grep-mode): New mode.
3912         (grep-process-setup): Simplify.
3914 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3916         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3917         letters on DOS/Windows.
3919 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * server.el (server-name): New var.
3922         (server-socket-dir): New var to replace server-socket-name.
3923         (server-start): Use them.
3925 2004-03-11  Simon Josefsson  <jas@extundo.com>
3927         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3928         died to avoid infloop.  Reported by Jonathan Glauner
3929         <jglauner@sbum.org>.
3931 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3934         (smerge-mode-menu): Use it to deactivate menu entries.
3935         (smerge-keep-current): New fun.
3936         (smerge-keep-current): Use it.
3938 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3940         * foldout.el (foldout-fold-list, foldout-modeline-string):
3941         Declare them as variables, not constants.
3943 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3945         * ps-print.el: Modification to print *Messages* buffer.
3946         (ps-print-version): New version 6.6.4.
3947         (ps-message-log-max): New fun.
3948         (ps-spool-without-faces, ps-spool-with-faces)
3949         (ps-count-lines-preprint): Code fix.
3951         * printing.el: New tips in Tips section.
3953 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3955         * delim-col.el: Doc fix.
3957         * printing.el: Doc fix.  New doc section (Tips).
3959 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * type-break.el (type-break-emacs-variant): Remove.
3962         (type-break-run-at-time, type-break-cancel-function-timers):
3963         Use fboundp rather than version name and number.
3965 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3967         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3968         `make-variable-buffer-local'.
3970 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3972         * find-dired.el (find-dired): Call `shell-command' instead of
3973         `start-process-shell-command'.  By this, Tramp takes over
3974         handling of remote directories.
3976 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3978         * newcomment.el (comment-use-global-state): New var.
3979         (comment-search-forward): Use it.
3981         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3983         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3985         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3986         (enable-kinsoku): Make it a defcustom.
3987         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3988         paragraph to same-comment-start-marker.
3990 2004-03-07  Dave Love  <fx@gnu.org>
3992         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3993         (browse-url-mail): Use it.
3995         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3996         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3998 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4000         * woman.el (woman-man.conf-path): Doc fix.
4001         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4003 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
4005         * sort.el (sort-columns): Remove ms-dos from the list of systems
4006         where the external `sort' command is not used.
4008 2004-03-07  Kim F. Storm  <storm@cua.dk>
4010         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4011         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4012         from overlay-arrow-variable-list.
4013         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4015 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
4017         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4018         overlay arrow string properly for the assembler buffer.
4020 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4022         * mail/sendmail.el (mail-mode): Fix last change.
4024 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
4026         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4027         for the assembler buffer.
4028         (gdb-assembler-custom): Position the overlay arrow.
4029         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4031 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4035         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4036         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4038         * mail/sendmail.el (mail-mode): Set comment-start-skip.
4040         * newcomment.el (uncomment-region): Allow non-terminated comment.
4041         (comment-normalize-vars): Check the user-specified comstart marker.
4043 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
4045         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4046         Otherwise, do use it if the region only contains font-lock text
4047         properties.
4049 2004-03-04  Masatake YAMATO  <jet@gyve.org>
4051         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4052         as the callback function for eldoc.
4053         (hexl-print-current-point-info): New function.
4054         (hexl-current-address): Print the address in both decimal
4055         and hexadecimal format.
4057 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4059         * mail/rmail.el (rmail-convert-to-babyl-format):
4060         Specify t for UNIBYTE when calling mail-unquote-printable-region.
4062         * mail/mail-utils.el (mail-unquote-printable-region):
4063         New arg UNIBYTE.
4065         * startup.el (command-switch-alist): Doc fix.
4067         * simple.el (undo): Temporarily set this-command to `undo-start',
4068         then set it to `undo' once undo-start returns without error.
4070         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4072         * simple.el (kill-line): Don't disregard trailing whitespace
4073         in eol condition, if show-trailing-whitespace is set.
4075         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4076         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4077         When disabling, restore old values only if mouse-sel-has-been-enabled.
4079         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4080         (isearch-{-char): New function.
4081         (isearch-mode-map): Bind { to isearch-{-char.
4083         * font-lock.el (lisp-font-lock-keywords-2):
4084         Turn off the CL with-... and do-... general patterns.
4085         Instead, recognize several specific with... and do... constructs.
4087         * files.el (switch-to-buffer-other-window):
4088         Bind same-window-buffer-names and same-window-regexps to nil.
4089         (switch-to-buffer-other-frame): Likewise.
4091 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4094         recognizing leading comment on code line.
4096 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4098         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4099         hidden files/directories.
4101 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4104         only comment-start (in case the mode hasn't set it).
4106         * Makefile.in (AUTOGENEL): New var.
4107         (bootstrap-prepare): Rename from bootstrap-clean.
4108         Don't remove elc files.
4109         (maintainer-clean): New target.
4111         * xml.el (xml-get-attribute-or-nil): Simplify.
4113 2004-03-02  Juri Linkov  <juri@jurta.org>
4115         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4116         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4117         URL to prevent their substitution with the environment variable
4118         values by browsers.
4120 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4122         * ps-print.el: Doc fix.
4123         (ps-print-version): New version number (6.6.3).
4124         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4125         Docstring fix.
4126         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4127         before printing.
4128         (ps-time-stamp-yyyy-mm-dd): New fun.
4129         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4131 2004-03-02  Kim F. Storm  <storm@cua.dk>
4133         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4135 2004-03-01  Juanma Barranquero  <lektu@terra.es>
4137         * allout.el (allout-rebullet-heading): Fix typo in docstring.
4139         * desktop.el (desktop-file-version)
4140         (desktop-after-read-hook): Fix typos.
4141         (desktop-clear-preserve-buffers): Remove redundant info in
4142         docstring already shown by the obsolescence message.
4143         (desktop-truncate, desktop-internal-v2s)
4144         (desktop-value-to-string): Change argument name to match docstring.
4146         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4148         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4149         docstring.
4151 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4153         * printing.el: Replace "As Is..." in PostScript file print/preview by
4154         "No Preprocessing...".  Suggested by Colin Marquardt
4155         <_marquardt_@zmd.de>.
4156         (pr-insert-section-4): Adjust buffer interface.
4158 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4160         Version 2.0.39 of Tramp released.
4162         * net/tramp.el (tramp-handle-file-local-copy)
4163         (tramp-handle-write-region, tramp-open-connection-rsh):
4164         Variable name typo.  Small change.  From Patrick Tullmann
4165         <tullmann@flux.utah.edu>.
4166         (tramp-process-connection-type): New variable.
4167         (tramp-maybe-open-connection): Use it.
4168         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4169         (tramp-touch): Set last-modified time of a remote file.
4170         (tramp-handle-write-region): Say which function is used when encoding.
4172 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
4174         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4175         case of non-existing filename, too.  Reported by Christoph Bauer
4176         <c_bauer@informatik.uni-kl.de>.
4177         (tramp-smb-get-file-entries): The directory in question should
4178         have permissions "drwxrwxrwx".  Just virtual, because we don't
4179         know the real permissions.  Don't we know?
4180         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4181         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4182         (tramp-smb-wait-for-output): Optimize algorithm getting pending
4183         output.  If it was received chunkwise, there have been problems.
4184         Remove the "prompt not found" error message; it is obvious.
4185         Simplify algorithm.
4186         (tramp-smb-process-running): Remove.  Since we acknowledge the
4187         virtual prompt for shares, there's no need for distinction of
4188         reading shares (process ends afterwards) and interactive mode of
4189         smblient.
4190         (tramp-smb-open-connection): Setting process sentinel removed.
4191         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4192         "NT_STATUS_NETWORK_ACCESS_DENIED".
4193         (tramp-smb-maybe-open-connection): Set `process-connection-type'
4194         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4195         (top-level): Setting default value in `tramp-default-method-alist'
4196         corrected.  Order of USER and HOST have been wrong.
4197         Nobody complained for months ...
4198         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4199         (tramp-smb-open-connection): Clear password cache if login has failed.
4201         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4202         `tramp-unified-filenames'.
4203         (tramp-completion-mode): Make test for XEmacs explicitely.
4204         `event-to-character' can exists in Emacs packages too.
4205         Reported by Matt Swift <swift@alum.mit.edu>.
4206         (tramp-buffer-name): Buffer name must contain the user if exists.
4207         Reported by Adrian Phillips <a.phillips@met.no>.
4208         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4209         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4210         (tramp-do-copy-or-rename-file-out-of-band): Rename from
4211         `tramp-do-copy-or-rename-file-one-local', because it handles also
4212         the case both files use the same out-of-band method.
4213         Implementation added.
4214         (tramp-handle-file-local-copy, tramp-handle-write-region):
4215         Out-of-band handling removed.  `copy-file' called instead, which
4216         calls `tramp-do-copy-or-rename-file-out-of-band'.
4217         (tramp-action-password): Check for out-of-band method removed.
4218         This function is used for 'login-program.
4219         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4220         appropriate.
4221         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4222         and `tramp-parse-sknownhosts'.
4223         (tramp-completion-function-alist): It's a defvar now, because we
4224         want to apply the optimized `tramp-set-completion-function'
4225         instead of a static list.
4226         (tramp-set-completion-function): Implementation tuned.
4227         Avoid double entries, and entries where the function or the
4228         file/directory doesn't exist.
4229         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4230         for SSH2.
4231         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4232         (tramp-handle-dired-compress-file): New function.
4233         (tramp-async-proc): New variable.
4234         (tramp-handle-shell-command): Adding asynchronous processes.
4235         They are far from being perfect, but it works at least for
4236         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4237         (top-level): Require password.el if visible.  Should be mandatory
4238         once No Gnus has found its way into (X)Emacs.
4239         (tramp-read-passwd): Invoke `password-read' if available,
4240         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
4241         fallback any longer.
4242         (tramp-clear-passwd): New function.
4243         (tramp-process-actions, tramp-process-multi-actions):
4244         Clear password cache if login has failed.
4246         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
4247         its own module.
4248         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4249         `ange-ftp-ftp-name-res'.  There could be incorrect values from
4250         previous calls in case the "ftp" method is used in the Tramp file
4251         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4253 2004-02-28  Richard M. Stallman  <rms@gnu.org>
4255         * term.el (term-mouse-paste): Call mouse-set-point.
4257         * thumbs.el: New file.
4259 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4261         * progmodes/ebnf-abn.el: Doc fix.
4263         * progmodes/ebnf-bnf.el: Doc fix.
4264         (ebnf-repeat): Code fix.
4266         * progmodes/ebnf2ps.el: Doc fix.
4267         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4269 2004-02-28  Juri Linkov  <juri@jurta.org>
4271         * ffap.el (dired-at-point): Additional writability test for
4272         relative directory names.
4273         (dired-at-point-prompter): Treat directories as a directory, get
4274         the directory component from files.
4275         (ffap-string-at-point): Return string from region if region is active.
4276         (ffap-file-at-point): Remove redundant code.
4278 2004-02-28  Kim F. Storm  <storm@cua.dk>
4280         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4281         Initialize margin area images to nil.
4282         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4283         (breakpoint-enabled-bitmap-face)
4284         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4285         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4286         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4287         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4288         (gdb-reset): Use gdb-remove-breakpoint-icons.
4289         (gdb-put-string): Add dprop arg to specify alternative display
4290         property (for setting fringe bitmap).
4291         (gdb-remove-strings): Doc fix.
4292         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4293         icon in fringe (if available), or else as icon or text in display
4294         margin.  Creates necessary icons in breakpoint-bitmap,
4295         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4296         Also make left window margin if required.
4297         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4298         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
4299         no longer needed.
4300         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4301         gdb-put-breakpoint-icon.
4302         (gdb-assembler-mode): Don't set left-margin-width here.
4304 2004-02-27  Kevin Ryde  <user42@zip.com.au>
4306         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4307         comma, so that it DTRT in macros.
4309 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4311         * progmodes/sh-script.el (sh-shell-arg)
4312         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4313         (sh-leading-keywords, sh-other-keywords): Fix custom type.
4315 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4317         * faces.el (face-spec-set-match-display): Add a new attribute,
4318         `min-colors'.
4319         (region, highlight, secondary-selection): Use `min-colors'.
4321         * custom.el (defface): Add documentation for `min-colors'.
4323         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4324         (font-lock-keyword-face, font-lock-function-name-face)
4325         (font-lock-variable-name-face, font-lock-constant-face):
4326         Use `min-colors'.
4328         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4330 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4332         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
4333         define assq-delete-all if it's not defined.
4334         (ebnf-generate-region): Code fix.
4336         * printing.el: Doc fix.
4337         (pr-version): New version number (6.7.2).
4338         (pr-command): Return empty string if command is an empty string.
4340 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4342         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4344         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
4345         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4346         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
4347         "tt" ["test"] ).  Reported by Markus Dreyer
4348         <mdreyer@ix.urz.uni-heidelberg.de>.
4349         (ebnf-version): New version number (4.0).
4350         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4351         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4352         (ebnf-delete-style): New commands.
4353         (ebnf-directory, ebnf-file): New funs.
4354         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4355         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4356         (ebnf-syntax-alist): New var.
4357         (ebnf-element-width): New fun replacing ebnf-list-width.
4358         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4359         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4360         (ebnf-prologue): Adjust vars.
4361         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4362         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4363         (ebnf-check-style-values, ebnf-generate-production)
4364         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4365         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4366         (ebnf-token-repeat): Code fix.
4368         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4369         %right, %left and %prec.  Suggested by Matthew K. Junker
4370         <junker@alum.mit.edu>.
4371         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4373         * progmodes/ebnf-iso.el: Doc fix.
4374         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4375         (ebnf-iso-lex): Code fix.
4377         * progmodes/ebnf-bnf.el: Doc fix.
4378         (ebnf-bnf-lex): Code fix.
4380         * progmodes/ebnf-otz.el: Doc fix.
4382 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4384         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4385         (abbrev-prefix-mark): Doc fix.
4387 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4389         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4390         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4391         (gdb-var-delete): Make interactive (really).
4392         (gdb-edit-value): Make non-interactive.
4394         * progmodes/gud.el (gud-speedbar-menu-items):
4395         Add gdb-var-delete and, indirectly, gdb-edit-value.
4396         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4397         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4398         (gud-gdb-marker-filter): Add comment for annotations.
4400 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4402         * calendar/calendar.el (generate-calendar)
4403         (calendar-read-date): Prevent display of BC calendars once more -
4404         reverts 2003-10-01 change.
4405         (generate-calendar-month): Doc fix.
4407 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4409         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4410         return value of increment-calendar-month.
4412 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4414         * saveplace.el (save-place-forget-unreadable-files)
4415         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4416         (save-place-forget-unreadable-files): New function.
4417         (save-place-alist-to-file): Use it to filter out files that are
4418         no longer readable.
4420         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4421         current Texinfo environment, using the same method as in
4422         `texinfo-insert-@end', and insert a space rather than a newline if
4423         point in a @table environment.
4425 2004-02-21  Juri Linkov  <juri@jurta.org>
4427         * ffap.el (ffap-file-at-point): Try parent directories.
4429 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4431         * vcursor.el (vcursor-modifiers): New defcustom.
4432         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4433         hard-coded list.
4435 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4437         * play/animate.el (animate-birthday-present): Accept names other
4438         than `Sarah', too.
4440 2004-02-21  Juri Linkov  <juri@jurta.org>
4442         * startup.el: Remove table of command line arguments from the
4443         Commentary section.
4445 2004-02-20  John Wiegley  <johnw@newartisans.com>
4447         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4448         again" modifier from 'e' to 'E', since 'e' is also used by the
4449         "file extension" modifier.
4451 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4453         * help-fns.el (describe-categories): Doc fix.
4455 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4457         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4458         temporary file for buffer already visiting one.  This change makes
4459         output likely to be directly usable by patch program.
4460         Suggested by Adrian Aichner  <adrian@xemacs.org>
4462 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4464         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4465         case of variables defined in compound statements.
4466         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4467         Simplify constructions using switch-to-buffer.
4469 2004-02-19  Simon Josefsson  <jas@extundo.com>
4471         * play/morse.el: Fix typo.
4472         (morse-code): Add @.
4474 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4476         * calendar/appt.el (appt-display-format): Change default to
4477         'ignore, for backwards compatibility.
4478         (appt-display-message): If appt-display-format is 'ignore,
4479         respect old vars appt-msg-window and appt-visible.
4480         (appt-activate): Don't depend on return value of cancel-timer.
4482         * calendar/calendar.el (calendar-holidays): Doc fix.
4484         * calendar/cal-coptic.el (coptic-prompt-for-date):
4485         Use assoc-string instead of assoc-ignore-case.
4486         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4487         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4488         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4489         * calendar/cal-islam.el (calendar-goto-islamic-date)
4490         (mark-islamic-diary-entries): Ditto.
4491         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4492         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4493         (calendar-read-mayan-tzolkin-date): Ditto.
4494         * calendar/calendar.el (calendar-read-date): Ditto.
4495         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4497 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4499         * progmodes/executable.el (executable-command-find-posix-p):
4500         Fix choice of the directory.
4502 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4504         * simple.el (interprogram-cut-function)
4505         (interprogram-paste-function, kill-new, kill-append):
4506         Doc fixes.
4507         (kill-region): Make it return nil.  Doc fix.
4508         (yank-pop): Make its argument optional.
4509         (yank): Make ARG `-' equivalent to `-1'.
4511 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4513         * mail/rmail.el (rmail-get-new-mail): Don't reference
4514         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4516 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4518         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4519         if one of global-auto-revert-non-file-buffers or autorevert-mode
4520         is non-nil.
4522 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4524         * subr.el (delete-dups): A better implementation from Karl Heuer
4525         <kwzh@gnu.org>.
4527 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4529         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4530         correct place.
4531         * progmodes/icon.el (icon-indent-command): Ditto.
4532         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4534 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4536         * progmodes/grep.el (grep-compute-defaults): Undo change from
4537         2004-01-29: don't use executable-command-find-posix-p.
4539 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4541         * hilit-chg.el: Use require instead of eval-and-compile.
4542         (highlight-compare-buffers): New function.
4544 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4546         * man.el (Man-fontify-manpage): Render section headings in
4547         `Man-overstrike-face' even when overstrike was not used by man
4548         formatter for section headings.
4550 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4552         * rmail-spam-filter.el: (vm-use-spam-filter)
4553         (rsf-min-region-length-added-to-spam-list): New variables.
4554         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4555         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4556         spam testing.  Don't delete spam message if automatic deletion
4557         after output via variable rmail-delete-after-output is turned on.
4558         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4559         rsf-bbdb-dont-create-entries-for-spam.
4560         (check-field): New function, extracted from code in
4561         rmail-spam-filter to ease addition of header fields like content-type.
4562         (message-content-type): New variable to check the content-type:
4563         field added, also in defcustom of rsf-definitions-alist.
4564         (rmail-spam-filter): Replace repeated test code for header fields
4565         by calls to check-field; change the call to
4566         rmail-output-to-rmail-file such that rmail-current-message stays
4567         the same to avoid wrong deletion of unseen flags.
4568         (rsf-add-contents-type): New function to convert old format
4569         of rmail-spam-definitions-alist into new one.
4570         Change prefixes of all variables and functions from
4571         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4573 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4575         * loadhist.el (unload-hook-features-list): New defvar.
4577 2004-02-16  Dave Love  <fx@gnu.org>
4579         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4580         unload-hook-features-list.
4582 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4584         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4585         cookie.  Don't check if we are looking-at open-formula.
4587 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4589         * subr.el (match-string-no-properties): Use substring-no-properties.
4591 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4593         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4594         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4595         Use lower-case "rx" in all error message.
4597 2004-02-16  Dave Love  <fx@gnu.org>
4599         * emacs-lisp/rx.el (rx-or): Put group around result.
4600         (rx-constituents): Add backref.
4601         (rx-syntax): Add string-delimiter, comment-delimiter.
4602         (rx-categories): Add combining-diacritic.
4603         (rx-check-not, rx-greedy, rx): Doc fix.
4604         (rx-backref, rx-check-backref): New.
4606 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4608         * newcomment.el (uncomment-region): Allow eob as comment end.
4610 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4612         * filecache.el: All message and error commands now use prefix
4613         "Filecache:" to make it easy to read *Messages* buffer.
4615 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4617         * autorevert.el: Add support to detect changed dired and VC buffers.
4618         (auto-revert-active-p, auto-revert-list-diff)
4619         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4620         (auto-revert-handler, auto-revert-active-p): New functions.
4621         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4622         and `auto-revert-active-p'.
4623         (eval-when-compile): Defvar dired-directory and vc-mode.
4624         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4625         (auto-revert-handler-vc): New functions.
4627 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4629         * progmodes/compile.el (compilation-directory): New defvar.
4630         (compile): Save current directory in compilation-directory.
4631         (recompile): Bind default-directory to compilation-directory if
4632         that is non-nil.
4634 2004-02-16  Dave Love  <fx@gnu.org>
4636         * newcomment.el (comment-insert-comment-function)
4637         (comment-region-function, uncomment-region-function): New.
4638         (comment-indent): Use comment-insert-comment-function.
4639         (uncomment-region): Use uncomment-region-function.
4640         (comment-region): Use comment-region-function.
4642         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4644 2004-02-16  Richard Stallman  <rms@gnu.org>
4646         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4647         loaddefs* and ldefs-boot*.
4649 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4651         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4652         and email address at the beginning and end of the address.
4654         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4655         anchored at the beginning of the email address.
4657 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4659         * international/ccl.el (ccl-compile-write): Pass `left' to
4660         ccl-embed-code to generate correct code of write-expr-register.
4662 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4664         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4666 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4668         * x-dnd.el: Mention support for Motif in commentary.
4669         (x-dnd-handle-drag-n-drop-event): Ditto.
4671 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4673         * ses.el: Use "ses--" prefixes for buffer-local variables.
4674         Use (point-min) instead of 1, even when we know the buffer
4675         is unnarrowed.
4676         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4677         the three maps.
4678         (ses-menu, ses-header-line-menu): New menus.
4679         (ses-mode-map): Use them.
4680         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4682 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4684         * Makefile.in: Fix the CC Mode recompile kludge so it works
4685         when building in a different directory.
4687 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4689         * simple.el (kill-new): Put yank-handler property on the entire string.
4691 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * diff.el: Don't use compile any more, use diff-mode instead.
4694         (diff-regexp-alist, diff-old-file, diff-new-file)
4695         (diff-parse-differences, diff-process-setup): Remove.
4696         (diff-sentinel): New fun.
4697         (diff): Use it.  Run the process ourselves.
4698         Use diff-mode for the rest of the processing.
4700         * diff.el (diff): Simplify code handling `switch'.
4702 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * pcvs-defs.el (cvs-menu): Add `tag'.
4706 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4708         * simple.el (kill-append): Doc fix.
4710         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4711         Adapt outline-regexp to the new conventions for commenting out code.
4713 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4715         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4717 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * diff.el (diff-switches): New fun.
4720         (diff, diff-backup): Use it.
4721         (diff): Clean up the args construction.  Use backquote.
4722         Use listp instead of consp to avoid putting a nil arg.
4723         (diff): Add a revert-buffer function.
4725 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4727         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4728         handled by x-dnd-handle-file-name.
4729         (x-dnd-known-types): Add COMPOUND_TEXT.
4730         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4731         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4732         x-dnd-empty-state.
4733         (x-dnd-forget-drop): Ditto.
4734         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4735         (x-dnd-handle-one-url): Return private when inserting text.
4736         (x-dnd-insert-ctext): New function.
4737         (x-dnd-handle-file-name): New function for FILE_NAME.
4738         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4739         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4740         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4742 2004-02-10  Kenichi Handa  <handa@m17n.org>
4744         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4745         instead of while loop.
4747 2004-02-10  Miles Bader  <miles@gnu.org>
4749         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4751 2004-02-09  Kenichi Handa  <handa@m17n.org>
4753         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4754         have end-of-line.
4756 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4758         * Makefile.in: Added extra dependencies in the recompile target
4759         needed to cope with the compile time macro expansions in CC Mode.
4761 2004-02-09  Kim F. Storm  <storm@cua.dk>
4763         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4764         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4765         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4766         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4767         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4768         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4769         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4770         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4771         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4772         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4773         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4775 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4777         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4778         Don't allow shrink if there's a window on our right.
4780         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4781         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4782         Bring together declaration and initialization.
4783         (prolog-mode-variables): Don't set the syntax table.
4784         Don't set paragraph-start and comment-indent-function.
4785         Add /*..*/ to the comment regexps.
4786         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4787         (prolog-mode-map): Don't bind TAB.
4788         (prolog-mode): Set the syntax table.
4789         (prolog-comment-indent): Remove.
4790         (inferior-prolog-mode-map): Initialize in the declaration.
4791         (inferior-prolog-mode-syntax-table)
4792         (inferior-prolog-mode-abbrev-table): New vars.
4793         (inferior-prolog-mode): Derive from comint-mode.
4794         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4795         minibuffer windows.
4797         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4798         in file names, as long as it is unabmiguous.
4800 2004-02-08  Andreas Schwab  <schwab@suse.de>
4802         * textmodes/reftex-toc.el
4803         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4804         format.  Doc fix.
4806         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4807         format string arguments.
4809         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4810         string argument.
4812         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4814         * play/zone.el (zone-call): Fix format string.
4816         * net/webjump.el (webjump-builtin): Add missing format string argument.
4818         * midnight.el (midnight-delay-set): Remove extra format string argument.
4820         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4822         * hexl.el (hexl-insert-char): Add missing format string argument.
4824         * format.el (format-decode): Fix format string.
4826         * emulation/vi.el (vi-mode): Remove extra format string argument.
4827         (vi-repeat-last-search): Likewise.
4828         (vi-reverse-last-search): Likewise.
4829         (vi-goto-mark): Likewise.
4830         (vi-reverse-last-find-char): Likewise.
4831         (vi-repeat-last-find-char): Likewise.
4832         (vi-locate-def): Likewise.
4834         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4836         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4837         string argument.
4838         (ediff-toggle-regexp-match): Likewise.
4840         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4841         format string argument.
4843         * calc/calc-map.el (calc-get-operator): Remove extra format
4844         string argument.
4846         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4848         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4849         string argument.
4851         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4853         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4855         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4857         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4858         (cl-struct-setf-expander): Likewise.
4860         * vc.el (with-vc-file): Fix unsafe uses of error.
4861         (vc-cancel-version): Likewise.
4863 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4865         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4866         thousands separator; fixes <class>:<line-number> regexp for
4867         non-english locales.
4869 2004-02-08  Andreas Schwab  <schwab@suse.de>
4871         * view.el (view-mode-enable): Revert previous change.
4873 2004-02-07  Kim F. Storm  <storm@cua.dk>
4875         * simple.el (line-number-at-pos): Rename from line-at-pos.
4876         Uses changed (what-line and vc-annotate-warp-version).
4878 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4881         (diff-mode): Remove aborted attempt at support for compile.el.
4882         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4884 2004-02-06  Andreas Schwab  <schwab@suse.de>
4886         * view.el (view-mode-enable): Add view-mode-map to
4887         minor-mode-overriding-map-alist.
4889 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4891         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4893 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4896         with point inside rather than after the paragraph.
4898 2004-02-04  Sam Steingold  <sds@gnu.org>
4900         * mail/smtpmail.el (smtpmail-try-auth-methods):
4901         Do not try authentication when no mechanism is available.
4902         Pass port-name as defaultport to `netrc-machine'.
4904 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4906         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4907         to show how minibuffer height can be constrained.
4909 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4911         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4913 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4915         * x-dnd.el: New file for drag and drop.
4917         * term/x-win.el: require x-dnd, set after-make-frame-functions
4918         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4919         drag-n-drop event.
4921         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4922         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4923         (dired-dnd-handle-file): New functions for drag and drop support.
4924         (dired-mode): Initialize drag and drop if x-dnd present.
4926 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4928         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4929         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4930         (cperl-mode): Set fill-paragraph-function.
4931         (cperl-fill-paragraph): Make it non-interactive.
4933 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4935         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4937 2004-02-02  David Kastrup  <dak@gnu.org>
4939         * replace.el (perform-replace): Allow 'literal argument in
4940         regexp-flag to indicate literal replacement.
4941         (query-replace-regexp-eval): Use it.
4943 2004-02-01  Andreas Schwab  <schwab@suse.de>
4945         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4947 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4949         * info-look.el: Add support for maxima-mode.  Update commentary
4950         because info-lookup-symbol is now bound to C-h S.
4952 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4954         * simple.el (edit-and-eval-command): Bind print-level and
4955         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4956         Correct initial position in command-history.
4958 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4960         * files.el (read-directory-name): Adapt the docstring to recent
4961         change in Fread_file_name.
4963 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4965         * ses.el (ses-print-cell): If print format too wide for column
4966         width, truncate decimal places if that helps to avoid "#####" fill.
4967         * ses.el (ses-initial-column-width): Revert previous change.
4969 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4971         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4972         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4973         Add edebug info.
4974         (jit-lock-mode): Setup/cancel the new timer.
4975         (jit-lock-context-fontify): New fun.  Extracted from
4976         context fontification code of jit-lock-stealth-fontify.
4977         (jit-lock-stealth-fontify): Don't do context fontification any more.
4979         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4980         (jit-lock-fontify-now): Handle the `quit' case.
4981         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4983 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4985         * progmodes/executable.el (executable-command-find-posix-p):
4986         New.  Check if find handles arguments Posix-style.
4988         * progmodes/grep.el (grep-compute-defaults):
4989         Use executable-command-find-posix-p.
4990         (grep-find): Check `grep-find-command'.
4992         * filecache.el (file-cache-find-posix-p): Delete.
4993         (file-cache-add-directory-using-find):
4994         Use `executable-command-find-posix-p'.
4996 2004-01-29  Dave Love  <fx@gnu.org>
4998         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4999         Iterate the hook function if arg is given.
5000         (mark-defun, narrow-to-defun): Change order of finding the limits.
5002         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5003         (byte-compile-format-warn): New.
5004         (byte-compile-callargs-warn): Use it.
5005         (Format, message, error): Add byte-compile-format-like property.
5006         (byte-compile-maybe-guarded): New.
5007         (byte-compile-if, byte-compile-cond): Use it.
5008         (byte-compile-lambda): Compile interactive forms,
5009         just to make warnings about them.
5011 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
5013         * ses.el (ses-initial-column-width): Increase to 14, so it will
5014         work well with the default printer of "%.7g" for extreme values
5015         like "-1.234567e+07".
5017 2004-01-29  Kenichi Handa  <handa@m17n.org>
5019         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5021 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
5023         * dos-w32.el: Added support for the `default-printer-name' function.
5025 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5027         * server.el (server-socket-name): Don't use the hostname in the
5028         socket name since /tmp is local to the host anyway.
5030         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5031         robust check of widening and fix var-naming.
5033 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
5035         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5036         or rmail-spam- to rsf- in all function and variable names.
5037         (rsf-min-region-to-spam-list): New variable.
5038         (rsf-bbdb-auto-delete-spam-entries): Rename from
5039         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
5040         scanned together with the recipients field for spam testing; Don't
5041         delete spam message if rmail-delete-after-output is non-nil;
5042         (rsf-check-field): New function, extracted from code in
5043         rmail-spam-filter to ease addition of header fields like
5044         content-type:;
5045         (message-content-type): New variable.  The content-type: field was
5046         added also in defcustom of rsf-definitions-alist;
5047         (rmail-spam-filter): Replace repeated test code for header fields
5048         by calls to check-field; change the call to
5049         rmail-output-to-rmail-file such that rmail-current-message stays
5050         the same to avoid wrong deletion of unseen flags.
5051         (rmail-use-spam-filter): Add autoload cookie.
5053 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
5055         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
5056         (file-cache-add-directory-using-find): Add Cygwin support.
5057         (file-cache-find-command-posix-flag): New user variable.
5059         * filecache.el (file-cache-add-directory): Check for
5060         directories an remove them from dir-files.
5062 2004-01-27  Richard M. Stallman  <rms@gnu.org>
5064         * man.el (Man-fontify-manpage): Clean up message.
5066 2004-01-27  Kenichi Handa  <handa@m17n.org>
5068         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5069         (sentence-end): Define using sentence-end-without-space.
5071         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5072         a sentence ends with one of a character in sentence-end-without-space.
5074 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * font-lock.el (font-lock): Add jit-lock as explicit group member.
5077         (jit-lock): Group declaration moved to jit-lock.el.
5078         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5079         when necessary.
5081         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5082         (jit-lock-context-unfontify-pos): Rename from
5083         jit-lock-first-unfontify-pos.
5084         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5086 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5088         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5089         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5090         (fortran-fill): When filling a string, adjust re-search-backward
5091         argument for special case of string just on fill-column.
5092         When filling non-string, allow one extra char if
5093         fortran-break-before-delimiters is non-nil.
5094         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5095         Use fortran-break-delimiters-re and fortran-no-break-re to
5096         correctly handle cases such as "**".
5098         * progmodes/f90.el (f90-break-delimiters): Doc fix.
5099         (f90-no-break-re): Add some extra tokens.  Doc fix.
5101 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
5103         * mail/rmail-spam-filter.el:
5104         Use two semicolons as Commentary line prefix.
5105         Add ";;; Code:" stylized comment.
5106         Delete end-of-line whitespace.
5107         Wrap (require 'cl) with `eval-when-compile'.
5109 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
5111         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5112         at the top level of vc.el.
5114 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
5116         * vc.el (vc-current-line): Function removed.  This is now done by
5117         the new function line-at-pos in simple.el.
5118         (vc-annotate-warp-version): Use line-at-pos instead of
5119         vc-current-line.
5121 2004-01-22  Kim F. Storm  <storm@cua.dk>
5123         * simple.el (line-at-pos): New defun.
5124         (what-line): Use it.  Optimize by only counting lines in narrowed
5125         region once.
5127 2004-01-22  Kenichi Handa  <handa@m17n.org>
5129         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5130         point (register r1) only for charset mule-unicode-0100-24ff.
5132 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5134         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5135         trailing white space and ensure a final newline.
5137         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5138         Add autoload cookie.
5140 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
5142         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5143         activate view-mode explicitly.
5145 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5147         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5148         use clipboard first.
5150 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
5153         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5154         (vc-mcvs-cvs): Remove.
5155         (vc-mcvs-command): Remove use of assert.
5157         * outline.el (outline-insert-heading): Tighten up match.
5158         (outline-demote, outline-move-subtree-down): Don't assume anything
5159         about outline-regexp.
5161         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5162         (texinfo-show-structure): Explicitly add ^, and simplify.
5164 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5166         * calendar/appt.el (appt-check): Restore usage of
5167         appt-issue-message deleted in previous change.
5168         (top-level): Activate package when loaded (needed for backwards
5169         compatibility).
5171 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5173         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5174         following previous change to smtpmail-send-data.
5176 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
5178         * vc.el (vc-default-previous-version): Doc enhancement.
5179         (vc-default-next-version): New function.
5180         (vc-print-log): New arg FOCUS-REV.
5181         (vc-annotate-mode): Derive from view-mode.
5182         (vc-annotate): New args REVISION, DISPLAY-MODE.
5183         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5184         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5185         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5186         (vc-annotate-show-diff-revision-at-line, vc-current-line)
5187         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5189         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5191 2004-01-19  Karl Berry  <karl@gnu.org>
5193         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5194         or "TexInfo".
5196 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5198         * subr.el (delete-dups): New function.
5200 2004-01-19  Karl Berry  <karl@gnu.org>
5202         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5203         with ^, since that's what texinfo-show-structure
5204         documentation says (plus it works much better in texinfo.txi).
5206 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
5208         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5210 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
5212         * progmodes/which-func.el (which-function-mode): Don't cancel
5213         which-func-update-timer if not set.
5215 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
5217         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5218         Remove spurious left square bracket in XX:XXam regexp.
5220 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5222         * progmodes/cc-defs.el: Do not require cl at run time.
5224 2004-01-16  Richard M. Stallman  <rms@gnu.org>
5226         * emacs-lisp/cl.el (cl-cannot-unload): New function.
5227         (cl-unload-hook): Defvar this to run cl-cannot-unload.
5229         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5230         Call rmail-spam-filter.  Delete and expunge spam.
5231         Print number of spam messages deleted.
5232         Save and restore the deletion status of old messages when reading
5233         new mail with spam filter, so that expunging spam does not expunge
5234         msgs deleted by the user.
5235         (rmail-only-expunge): Add an optional argument dont-show to
5236         prevent showing message after expunge.
5238 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5240         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5241         * subr.el (declare): New macro.
5243 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
5245         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5247 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5250         Test window-system rather than system-type (for X11/Mac).
5252 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
5254         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5256 2004-01-12  Richard M. Stallman  <rms@gnu.org>
5258         * mail/rmail.el (rmail-convert-to-babyl-format):
5259         Use mail-unquote-printable-region.
5260         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5261         (rmail-hex-char-to-integer): Functions deleted.
5263         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5264         (mail-unquote-printable-region): New arg NOERROR.
5265         For invalid encoding, either signal an error to just return nil.
5267 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5269         * calendar/appt.el: Update copyright and commentary.
5270         (appt-issue-message): Make obsolete.
5271         (appt-visible, appt-msg-window): Make obsolete, in favour of
5272         appt-display-format.
5273         (appt-display-mode-line, appt-display-duration)
5274         (appt-display-diary, appt-time-msg-list, appt-mode-string)
5275         (appt-prev-comp-time, appt-display-count, appt-timer)
5276         (appt-convert-time): Doc change.
5277         (appt-disp-window-function, appt-delete-window-function):
5278         Use defcustom rather than defvar.
5279         (appt-display-format): New variable.
5280         (appt-display-message): New function with display code from appt-check.
5281         (appt-check): Add optional FORCE argument.  Doc change.
5282         Add appt-make-list to diary-hook if displaying diary.
5283         Remove checking of view-diary-entries-initially.
5284         Message display section removed to new function appt-display-message.
5285         (appt-display-window): Doc change.  Remove unused internal var
5286         this-buffer.  Do not beep, since appt-display-message does that.
5287         (appt-make-list): Doc change.  Use caar.
5288         (appt-sort-list): Simplify by using builtin sort function.
5289         (appt-update-list): New function for updating appts when diary is
5290         saved.
5291         (appt-activate): New autoloaded function to toggle package
5292         functionality.
5294         * calendar/cal-x.el: (calendar-one-frame-setup)
5295         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5297         * calendar/calendar.el: Update copyright.
5298         (view-diary-entries-initially, european-calendar-style): Doc change.
5299         (calendar-setup): Make defcustom rather than defvar.
5300         (mark-visible-calendar-date): Initialize temp-face and faceinfo
5301         in let binding so local to function.
5303         * calendar/diary-lib.el: Update copyright.
5304         (diary, diary-entry-time): Doc change.
5305         (list-diary-entries): Doc change.  Trivial logic change.
5306         (fancy-diary-display): Restore make-face command mistakenly
5307         deleted 2003-05-08.
5308         (show-all-diary-entries): Allow to pop-up frame if needed.
5310 2004-01-09  John Paul Wallington  <jpw@gnu.org>
5312         * bindings.el (mode-line-change-eol): Add EVENT parameter.
5313         Temporarily select EVENT's window for changing eol type.
5315 2004-01-09  Deepak Goel  <deego@gnufans.org>
5317         * calendar/diary-lib.el (diary-entry-time):
5318         Also accept time in the form XX[.XX][am/pm/AM/PM].
5319         (fancy-diary-font-lock-keywords): Likewise.
5320         (diary-font-lock-keywords): Likewise.
5321         * calendar/appt.el (appt-add): Likewise.
5322         (appt-make-list): Likewise.
5323         (appt-convert-time): Likewise.
5325 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
5327         * gdb-ui.el (gdb-ann3): Revert previous change.
5328         (gdb-source-info): Allow for case of where compilation directory
5329         is not recorded.
5331 2004-01-08  John Paul Wallington  <jpw@gnu.org>
5333         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5335 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
5337         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5339         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5340         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5341         problems.
5342         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5344 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5346         * files.el (write-file-functions, write-contents-functions):
5347         Clarify docstrings.
5349 2004-01-07  Kenichi Handa  <handa@m17n.org>
5351         * international/mule.el (set-auto-coding): Fix for the case that
5352         end-of-line is only CR.
5354 2004-01-07  Kim F. Storm  <storm@cua.dk>
5356         * subr.el (event-start, event-end): Doc fix.
5357         (posn-string, posn-image): New defuns.
5358         (posn-object): Return either image or string object.
5359         (posn-object-x-y): Return 8th element of position.
5360         (posn-object-width-height): New defun.
5362 2004-01-06  Andreas Schwab  <schwab@suse.de>
5364         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5365         output.
5367 2004-01-05  Karl Berry  <karl@gnu.org>
5369         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5370         / and *, too.
5372 2003-12-31  Simon Josefsson  <jas@extundo.com>
5374         * files.el (before-save-hook): Add.
5375         (basic-save-buffer): Use before-save-hook.
5377         * emacs-lisp/copyright.el: Fix comment to recommend
5378         before-save-hook instead of write-file-functions.
5380 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5382         * finder.el (finder-commentary): Call delete-other-windows.
5384         * net/ange-ftp.el (ange-ftp-file-attributes):
5385         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5387 2004-01-04  Karl Berry  <karl@gnu.org>
5389         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5390         comment characters % and # in the copyright year notice,
5391         as well as ;.
5393 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5395         * wid-edit.el (default): Define dummy :value-delete.
5396         Reported by Jesper Harder <harder@ifa.au.dk>.
5398 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5400         * progmodes/compile.el (compile-internal): Use point, not point-min,
5401         for set-window-point.
5403         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5405         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5407         * progmodes/grep.el (grep-mode-map):
5408         Don't remap next-line, previous-line.
5410 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5412         * speedbar.el (speedbar-edit-line): Change regexp to position
5413         the cursor on the first character of this line's button.
5415 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5417         * subr.el (functionp): Doc fix.
5419 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5421         * progmodes/idlwave.el (idlwave-make-tags):
5422         * textmodes/flyspell.el (flyspell-large-region):.
5423         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5424         * emulation/viper-util.el (viper-glob-unix-files):
5425         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5426         * man.el (Man-init-defvars):
5427         * jka-compr.el (jka-compr-call-process):
5428         * files.el (get-free-disk-space,insert-directory):
5429         * ediff-ptch.el (ediff-test-patch-utility):
5430         * ediff-diff.el (ediff-test-utility):
5431         * dired-aux.el (dired-check-process):
5432         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5433         test the return value of call-process, because it can be a string.
5435 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5437         * bindings.el (completion-ignored-extensions): Add .pfsl.
5439 2003-12-31  Kim F. Storm  <storm@cua.dk>
5441         * ido.el (ido-nonreadable-directory-p): New defun to check for
5442         nonreadable directory without activating tramp (to avoid problems
5443         with checking incomplete tramp paths).
5444         (ido-set-current-directory, ido-file-internal)
5445         (ido-file-name-all-completions1): Use it.
5447 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5449         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5450         documentation if the anchor (or node) name is preceded by `info
5451         anchor' or `Info anchor' in addition to earlier `info node' and
5452         `Info node'.
5453         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5455 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5457         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5458         error in arguments to base64-decode-region.  Remove ^M characters
5459         after decoding base64.
5461 2003-12-30  Simon Josefsson  <jas@extundo.com>
5463         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5464         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5465         have only been distributed with Emacs for some years.
5466         (texinfo-mode-hook): Customize.
5468 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5470         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5471         cleaner (suggested by Richard Stallman).
5473         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5474         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5475         file-name clashes on 8+3 DOS filesystems.
5477         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5478         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5479         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5480         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5481         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5482         file-name clashes on 8+3 filesystems.
5484         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5485         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5486         file-name clashes on 8+3 DOS filesystems.
5488 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5490         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5491         Upcase the character.
5493         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5494         Search for header separator alone on a line, literally,
5495         and search for it backward, not forward.
5496         (flyspell-abbrev-table): Always use global-abbrev-table
5497         if there is no local one.
5499         * progmodes/sh-script.el (sh-get-indent-info):
5500         Don't move point back if at bob.
5502         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5504         * play/handwrite.el (handwrite): Make the handwrite credit message
5505         a comment rather than an output command.
5507         * obsolete/sc.el: Display message that this file is obsolete.
5509         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5511         * mail/rfc822.el (rfc822-address-start): Declare variable.
5512         Renamed from address-start.  All uses changed.
5514         * term.el (term-exec): Set up sentinel.
5515         (term-sentinel): New function.
5516         (term-handle-exit): New function.
5518         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5519         Use assoc-string, and mark them obsolete.
5520         (delay-mode-hooks): Mark as permanent local.
5522         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5524         * register.el (copy-rectangle-to-register): Doc fix.
5526         * info.el (Info-insert-dir): Use assoc-string.
5528         * info-look.el (info-lookup): Use assoc-string.
5530         * frame.el (pop-up-frame-function): Use quote, not `function'.
5531         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5532         copying with lists as coordinate values.
5534         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5536         * find-dired.el (kill-find): New command.
5537         (find-dired): Make buffer read-only.
5538         Set up a keymap with C-c C-k running kill-find.
5539         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5541         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5543         * filecache.el (file-cache-ignore-case): New variable.
5544         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5546         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5547         (comint-dynamic-complete-as-filename): Rename local vars.
5548         (comint-dynamic-list-filename-completions): Likewise.
5550         * comint.el (comint-dynamic-list-completions-config): New var.
5551         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5553         * comint.el (comint-file-name-chars): Add [].
5554         (comint-word): Use skip-chars-backward, not search.
5556         * shell.el (shell-file-name-chars): Add [].
5558         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5560         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5562         * generic.el (define-generic-mode): Doc fix.
5564 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5566         * files.el (kill-some-buffers): Doc fix.
5568 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5570         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5571         arg to send-invisible
5572         (send-invisible): Doc fix.  The argument is now a prompt, not the
5573         string to send.
5574         (comint-read-noecho): Doc fix.
5576 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5578         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5579         "@", as required by some ISP hosting service.  Fix defcustom
5580         argument syntax errors that prevented use of customization.
5582 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5584         * xml.el (xml-get-attribute-or-nil): Doc fix.
5586 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5588         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5589         write-file-hooks.
5591 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5593         * autorevert.el (auto-revert-interval): Doc fix.
5595 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5597         * xml.el (xml-get-attribute-or-nil): New function, like
5598         xml-get-attribute, but returns nil if the attribute was not found.
5599         (xml-get-attribute): Convert to defsubst, uses
5600         xml-get-attribute-or-nil.
5602 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5604         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5606 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5608         * custom.el (custom-declare-theme): Use `value' when putting
5609         properties on `theme'.
5611 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5613         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5614         for each yank-handler segment.
5615         (insert-for-yank-1): New function, with the body of the previous
5616         insert-for-yank.
5618         * textmodes/table.el (table-yank-handler): New defcustom.
5619         (table--put-cell-indicator-property): Put yank-handler property
5620         that indicates the yank handler for the table cell.
5622 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5624         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5625         set of keywords.
5627 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5629         * international/mule-cmds.el (reset-language-environment)
5630         (set-language-environment): Don't invoke fontset-related functions
5631         if fontset-list is not fboundp.
5633 2003-12-29  Kenichi Handa  <handa@m17n.org>
5635         * international/mule-cmds.el (reset-language-environment):
5636         Call set-overriding-fontspec-internal with nil.
5637         (set-language-environment): Call set-overriding-fontspec-internal
5638         if the language environment specify `overriding-fontspec'.
5639         (language-info-alist): Doc added.
5641         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5642         characters of mule-unicode-0100-24ff.
5643         (ccl-encode-windows-1251-font): New CCL program.
5644         ("Bulgarian"): Specify overriding-fontspec.
5645         ("Belarusian"): Likewise.
5647 2003-12-28  Sam Steingold  <sds@gnu.org>
5649         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5650         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5652 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5654         * progmodes/gud.el (gud-gdb-command-name): Set default to
5655         "gdb --annotate=3".
5656         (gud-gdb-marker-filter): Look out for annotations.
5657         (gdb-first-pre-prompt): New variable.
5658         Remove trailing white space.
5660         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5661         if necessary.
5662         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5663         annotations are detected.
5664         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5665         instead of a local one to allow transition from
5666         gud-gdb-marker-filter.
5667         Remove trailing white space.
5669 2003-12-27  Kim F. Storm  <storm@cua.dk>
5671         * ido.el: Handle non-readable directories.
5672         (ido-decorations): Add 9th element for non-readable directory.
5673         (ido-directory-nonreadable): New dynamic var.
5674         (ido-set-current-directory): Set it.
5675         (ido-read-buffer, ido-file-internal):
5676         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5677         (ido-file-name-all-completions1): Return empty list for
5678         non-readable directory.
5679         (ido-exhibit): Print [Not readable] if directory is not readable.
5680         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5681         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5682         Use it.
5684 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5686         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5687         calls to directory-files-and-attributes and file-attributes.
5688         (ls-lisp-format): Remove system dependent handling of user and
5689         group id's.
5691 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5693         * ffap.el (ffap-read-file-or-url): Revert previous change.
5695 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5697         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5698         new list of included files called `files-with-node-lines', that
5699         only have node lines.  This way @include commands can include any
5700         file, such as version and update files without node lines, not
5701         just files that are chapters.
5703 2003-12-25  Andreas Schwab  <schwab@suse.de>
5705         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5706         file not found.
5708 2003-12-08  Miles Bader  <miles@gnu.org>
5710         * dired.el (dired-between-files): Always use dired-move-to-filename,
5711         which is more robust in non-english locales.
5713 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5715         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5717 2003-12-24  Andreas Schwab  <schwab@suse.de>
5719         * shell.el (shell-file-name-quote-list): Add backslash.
5721         * comint.el (comint-quote-filename): Correctly handle backslash
5722         in comint-file-name-quote-list.
5724 2003-12-24  Kenichi Handa  <handa@m17n.org>
5726         * international/mule-cmds.el (set-default-coding-systems):
5727         Call ucs-set-table-for-input for all buffers that don't have local
5728         value of buffer-file-coding-system.
5730         * international/ucs-tables.el (ucs-set-table-for-input):
5731         If translation-table-for-encode is a symbol, get its
5732         translation-table property.
5734 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5736         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5737         to `completing-read' on a recently fixed bug.
5739         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5740         instead of SPACE, to get the list of possible fringe modes.
5741         SPACE only works if both `partial-completion-mode' and
5742         `completion-auto-help' are nil.
5744         * complete.el (PC-is-complete-p): Delete.
5745         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5746         calls to `test-completion'.
5748 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5750         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5751         to edit values when there are no children.
5753         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5754         a mode called "Assembler" already exists.
5755         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5756         (gud-watch): Use format option.  Remove font properties from string.
5757         (gdb-var-create-handler, gdb-var-list-children-handler):
5758         Don't bother about properties as there are none.
5759         (gdb-var-create-handler, gdb-var-list-children-handler)
5760         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5761         with two arguments.
5762         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5763         Let speedbar show value changes with a different font.
5764         (gdb-edit-value): New defun.
5765         (gdb-clear-partial-output, gdb-clear-inferior-io)
5766         (def-gdb-auto-update-handler): Use erase-buffer.
5767         (gdb-frame-handler): Display watch expressions in
5768         FUNCTION::VARIABLE format if required.
5770 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5772         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5773         (Info-goto-emacs-command-node): Doc fixes.
5775 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5777         * cus-edit.el (custom-add-parent-links): Define "many".
5779 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5781         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5782         (widget-child-validate, widget-type-value-create)
5783         (widget-type-default-get, widget-type-match): New functions.
5784         (lazy): New widget.
5785         (menu-choice, checklist, radio-button-choice, editable-list)
5786         (group, documentation-string): Remove redundant (per 2003-10-25
5787         change) calls to `widget-children-value-delete'.
5788         (widget-choice-value-get, widget-choice-value-inline): Remove.
5789         (menu-choice): Update widget.
5791 2003-12-03  Kenichi Handa  <handa@m17n.org>
5793         * language/cyrillic.el: Register "microsoft-cp1251" in
5794         ctext-non-standard-encodings-alist.
5795         ("Bulgarian"): Add ctext-non-standard-encodings.
5796         ("Belarusian"): Likewise.
5798         * international/mule-conf.el (compound-text-with-extensions):
5799         Change the type to 2 (iso-2022 base).
5801         * international/mule.el (ctext-non-standard-encodings-alist):
5802         Change the format.
5803         (ctext-non-standard-encodings): New variable.
5804         (ctext-post-read-conversion): Fully re-written.
5805         (ctext-non-standard-designations-alist): Delete it.
5806         (ctext-non-standard-encodings-table): New function.
5807         (ctext-pre-write-conversion): Fully re-written.
5809 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5811         * cus-edit.el (custom-add-parent-links): Add documentation links
5812         for parent, if the item has none of its own.
5814 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5816         * dired-aux.el (dired-do-query-replace-regexp):
5817         Report files visited read-only.
5819 2003-11-30  Juri Linkov  <juri@jurta.org>
5821         * dired-aux.el (dired-compare-directories): New command.
5822         (dired-file-set-difference, dired-files-attributes): New functions.
5824 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5825         Version 2.0.38 of Tramp released.
5827         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5828         Charles Curley <charlescurley@charlescurley.com>.
5829         (tramp-multi-connection-function-alist): Add ssht entry which adds
5830         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5831         Aichner.
5832         (tramp-get-method-parameter): New function to retrieve a method
5833         parameter.  This allows for omission of method parameters.
5834         Callers adjusted.
5836 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5838         * net/tramp.el: Add new optional parameter ID-FORMAT to
5839         `file-attributes'.  Calls of `file-attributes' won't use this
5840         parameter for backward compatibility reasons.
5841         (tramp-perl-file-attributes): Add a new parameter to Perl script
5842         in order to handle uid/gid as strings, if desired.
5843         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5844         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5845         order to make the function more general.
5846         (tramp-handle-file-attributes): Replace proprietary optional
5847         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5848         (tramp-handle-file-attributes-with-perl): Handle parameter
5849         NONNUMERIC if set.  This wasn't done in the past.
5850         (tramp-post-connection): Apply second parameter "$2" if
5851         `tramp-remote-perl' is called.
5853         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5854         Correct cut'n'waste error (`filename' instead of `directory').
5855         (tramp-smb-handle-directory-files-and-attributes)
5856         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5857         introduced parameter ID-FORMAT.
5858         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5859         error (`directory' instead of `ldir').
5861         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5862         `file-attributes' has a second parameter.  If yes, apply it with
5863         value "'integer".  Otherwise, don't use that parameter (default is
5864         integer format).
5866 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5868         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5869         (help-for-help): Add `C-h .' to the listed Help options.
5870         Remove trailing whitespace.
5872         * help-at-pt.el: New file.
5874 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5876         * subr.el (noreturn, 1value): New macros for test coverage.
5877         See `testcover.el'.
5879         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5881         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5882         for macro `1value'.
5883         (testcover-1value): New function.  Checks that a 1value form
5884         actually returns only one value.  Requested by RMS.
5886 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5888         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5889         (gdb-var-list-children, gdb-var-list-children-handler)
5890         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5891         gdb commands that use mi to keep them out of the command history.
5893 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5895         * cus-start.el (all): Add use-file-dialog.
5897 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5901 2003-11-27  Kim F. Storm  <storm@cua.dk>
5903         * subr.el (posn-object-x-y): New defun.
5905 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5907         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5908         Don't use `space' for \\\n.
5909         Be more selective as to which # are comment-starters.
5911 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5913         * subr.el (number-sequence): Improve handling of floating point
5914         arguments (suggested by Kim Storm).  Allow negative arguments.
5916 2003-11-26  Kenichi Handa  <handa@m17n.org>
5918         * international/mule-cmds.el (standard-display-european-internal):
5919         Cancel the standard-display-table setting for ` and '.
5921 2003-11-26  Kim F. Storm  <storm@cua.dk>
5923         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5924         New defcustoms to add ffap-like functionality to ido.
5925         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5926         (ido-no-final-slash): New defun.
5927         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5928         (ido-read-file-name): ): Toggle VC checking via
5929         vc-handled-backends instead of vc-master-templates.
5930         (ido-file-internal): Handle ido-use-url-at-point and
5931         ido-use-filename-at-point via code borrowed from ffap-guesser.
5932         Handle new ido-exit code ffap.
5933         (ido-sort-list): Ignore final slash when sorting file names.
5935 2003-11-25  Kim F. Storm  <storm@cua.dk>
5937         * emulation/cua-base.el (cua--standard-movement-commands):
5938         Add forward-sentence and backward-sentence.
5940 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5942         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5943         iswitchb-exit is set to 'usefirst when user selects buffer at head
5944         of list using RET.  (Selecting buffers at the head of the list was
5945         broken if the substring was also a complete buffername.)
5947 2003-11-23  Kim F. Storm  <storm@cua.dk>
5949         * progmodes/compile.el (grep-command, grep-use-null-device)
5950         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5951         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5952         (grep-regexp-alist, grep-program, find-program)
5953         (grep-find-use-xargs, grep-history, grep-find-history)
5954         (grep-process-setup, grep-compute-defaults)
5955         (grep-default-command, grep, grep-tag-default, grep-find)
5956         (grep-expand-command-macros, grep-tree-last-regexp)
5957         (grep-tree-last-files, grep-tree): Move grep variables, functions
5958         and commands to new file grep.el.
5959         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5960         (compilation-process-setup-function): Doc fix.
5961         (compilation-highlight-regexp, compilation-highlight-overlay): New
5962         defvars used for highlighting current compile error in source buffer.
5963         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5964         LOCAL-MAP which overrides compilation-highlight-regexp and
5965         compilation-mode-map for this compilation.
5966         Delay calling compilation-set-window-height until after running
5967         compilation-process-setup-function so it can buffer-local override
5968         compilation-window-height.
5969         Check buffer-local value of compilation-scroll-output.
5970         (compilation-set-window-height): Use buffer-local value of
5971         compilation-window-height.
5972         (compilation-revert-buffer): Don't pass (undefined)
5973         preserve-modes arg to revert-buffer.
5974         (next-error-no-select, previous-error-no-select): New commands.
5975         (compilation-goto-locus): Temporarily highlight current match in
5976         source buffer using compilation-highlight-regexp.
5978         * progmodes/grep.el: New file with grep code from compile.el.
5979         (grep): New defcustom group.
5980         (grep-window-height): New defcustom, like compilation-window-height.
5981         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5982         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5983         (grep-command, grep-use-null-device, grep-find-command)
5984         (grep-tree-files-aliases, grep-tree-ignore-case)
5985         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5986         (grep-setup-hook): New hook variable.
5987         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5988         (grep-last-buffer): New defvar, override compilation-last-buffer.
5989         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5990         Call compile-internal with args highlight-regexp and grep-mode-map.
5992 2003-11-23  Kim F. Storm  <storm@cua.dk>
5994         * subr.el (event-start, event-end): Doc fix.
5995         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5996         (posn-area, posn-actual-col-row, posn-object): New defuns.
5997         (posn-col-row): Simplify doc.  Rewrite to use cond.
5998         (posn-point): Also return buffer position for events outside text
5999         area (that info is now present in the event position).
6001         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6002         mouse-set-point so that hscroll still works now that clicks on
6003         fringes generate specific mouse events.
6004         (mouse-set-point): Note that it now works in fringes and margins
6005         too due to new semantics of posn-point in fringes and margins.
6007         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6008         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6010 2003-11-20  Kim F. Storm  <storm@cua.dk>
6012         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6013         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6014         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6015         to 100 for icons to avoid increasing line height when shown.
6017 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6019         * newcomment.el (comment-normalize-vars): Initialize properly if
6020         comment-start was nil.
6022 2003-11-19  Andreas Schwab  <schwab@suse.de>
6024         * simple.el (set-variable): Fix indentation.
6026 2003-11-17  Kenichi Handa  <handa@m17n.org>
6028         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6029         Fix docstring.
6031 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6033         * international/latin1-disp.el (latin1-display): Fix docstring.
6035 2003-11-16  John Wiegley  <johnw@newartisans.com>
6037         * eshell/em-ls.el (eshell-ls-file): There are times with
6038         size-width is nil and uncomputed (when directories are created in
6039         dired, for example); in this case, 4 is reasonable default value,
6040         although it may caused skewed new entries (which could be avoided
6041         by returning the original value of 8 in all cases, but 99% of the
6042         time this is a waste of whitespace).
6044 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6046         * cc-engine.el (c-guess-continued-construct)
6047         (c-guess-basic-syntax): Check a little more carefully if it's a
6048         function declaration when an unknown construct followed by a block
6049         is found inside a statement context.  This avoids macros followed
6050         by blocks to be taken as function declarations.
6052         (c-guess-continued-construct): Change the analysis of a statement
6053         continuation with a brace open to `substatement-block', for
6054         consistency with recognized statements.
6056         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6057         start is in a position so that `c-beginning-of-statement-1' jumped
6058         to the beginning of the same statement.
6060         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6061         Don't accept binary operators in the arglist if we're in a function
6062         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
6063         template recognition in cases like "if (a < b || c > d)".
6065         (c-restricted-<>-arglists): New more appropriate name for
6066         `c-disallow-comma-in-<>-arglists'.
6068         Accessing functions updated for the variable name change.
6070         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6071         match data could get clobbered if NOT-INSIDE-TOKEN is used.
6073         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6074         labels.
6076         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6077         instead of duplicating parts of it.  This fixes bogus label
6078         recognition.
6080         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6081         of checking the context in which to apply the minimum indentation,
6082         so that it isn't enforced in e.g. namespace blocks.
6084         * cc-vars.el (c-inside-block-syms): New constant used by
6085         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
6086         to somewhat reduce the risk of becoming stale.
6088         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6089         cc-cmds to cc-engine to allow use from cc-align.
6091         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6092         qualified identifiers containing "::".
6094         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6095         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6097         * cc-vars.el (c-emacs-features): Use a space in front of the name
6098         of the temporary buffer.  That also avoids dumping problems in
6099         XEmacs due to undo info being left around after the buffer is killed.
6101         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6102         arglist to see if it's a K&R style declaration.
6104         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6105         before returning `knr-argdecl-intro'.
6107 2003-11-16  John Wiegley  <johnw@newartisans.com>
6109         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6110         field in a long-listing always 8 characters, use `size-width',
6111         which has already been computed.
6113 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6115         * subr.el (minor-mode-list): Add `hs-minor-mode'.
6117 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6119         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6120         Support operation while narrowed, with `diff-restrict-view'.
6122 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6124         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6125         Take additional optional arg NARROWFUN.  For the generated functions:
6126         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
6127         include frags that arrange to check for and save narrowing state before
6128         the move and then conditionally call NARROWFUN after the move.
6130 2003-11-14  John Wiegley  <johnw@newartisans.com>
6132         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6133         that was optional, but obviously missing based on surrounding code.
6135         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6136         string arguments to numbers unless the whole argument was seen as
6137         a number.
6139 2003-11-14  Kenichi Handa  <handa@m17n.org>
6141         * international/mule.el (ctext-non-standard-encodings-alist):
6142         Fix coding systems.
6144 2003-11-10  Kenichi Handa  <handa@m17n.org>
6146         * language/kannada.el ("Kannada"): Add sample-text.
6148         * language/knd-util.el (kannada-compose-region)
6149         (kannada-compose-string, kannada-post-read-conversion):
6150         Add autoload cookie.
6152         * international/quail.el (quail-completion): Change the message
6153         "corresponding translations" to "corresponding characters".
6155 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6157         * descr-text.el (describe-char): Fix typo.
6159 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
6161         These changes are to support Kannada language/script.
6163         * Makefile.in (DONTCOMPILE): Add kannada.el.
6165         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6167         * loadup.el: Preload kannada.el.
6169         * language/ind-util.el (ucs-kannada-to-is13194-alist)
6170         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6171         New variables.
6173         * language/kannada.el: New file.
6175         * language/knd-util.el: New file.
6177 2003-11-07  Andreas Schwab  <schwab@suse.de>
6179         * progmodes/autoconf.el (autoconf-font-lock-keywords):
6180         Also highlight AH_*.
6182         * xml.el (xml-parse-dtd): Fix misplaced paren.
6184 2003-11-07  Kenichi Handa  <handa@m17n.org>
6186         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6188 2003-11-05  Juri Linkov  <juri@jurta.org>
6190         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6191         (desktop-buffer-file): Use saved buffer-file-coding-system
6192         for file reading.  Set auto-insert to nil to prevent automatic
6193         insertion into restored empty files.
6195 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6197         * files.el (risky-local-variable-p): Make second argument optional.
6199 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * subr.el (add-hook): Fix last change.
6203 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
6205         * mail/rmail.el (rmail-convert-to-babyl-format):
6206         If base64-decode-region signals an error, catch it and silently
6207         ignore it.
6209 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
6211         * xml.el (xml-parse-region): Allow comments to appear after the
6212         topmost element has closed.
6213         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6214         (xml-ns-expand-attr): New functions to do namespace handling.
6215         (xml-intern-attrlist): Back-compatible handling of attribute names.
6216         (xml-parse-tag): Move namespace handling to separate functions.
6217         Now produces elements in the form ((:ns . "element") (attr-list)
6218         children) instead of ('ns:element (attr-list) children).
6219         (xml-parse-attlist): Fix attribute parsing.
6220         (xml-parse-dtd): Change parsing so that it produces strings
6221         instead of interned symbols.
6223 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
6225         * dired.el (dired-ls-sorting-switches): Doc fix.
6227 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
6229         * emacs-lisp/rx.el (rx-or): Fix the case of
6230         "(rx (and ?a (or ?b ?c) ?d))".
6232 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
6234         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6235         (texinfo-format-region): Use it.
6236         (texinfo-format-buffer-1): Ditto.
6238 2003-11-01  Alan Mackenzie  <acm@muc.de>
6240         Changes to allow scrolling whilst in isearch mode:
6241         * isearch.el (isearch-unread-key-sequence): New function,
6242         extracted from isearch-other-meta-char.
6243         (top level): (put 'foo 'isearch-scroll) on all Emacs's
6244         "scrollable" standard functions.
6245         (isearch-allow-scroll): New customizable variable.
6246         (isearch-string-out-of-window, isearch-back-into-window)
6247         (isearch-reread-key-sequence-naturally)
6248         (isearch-lookup-scroll-key): New functions.
6249         (isearch-other-meta-char): Doc string and functionality enhanced.
6250         Now accepts a prefix argument.
6251         (isearch-lazy-highlight-window-end): New variable.
6252         (isearch-lazy-highlight-new-loop): Pay attention to the window's
6253         end (thru isearch-lazy-highlight-window-end), not only its start.
6255         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6256         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6257         (universal-argument, universal-argument-more, negative-argument)
6258         (digit-argument, universal-argument-other-key): Minor changes.
6260 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6262         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6263         recursively if the last message is deleted, thus avoiding an
6264         infinite loop.
6266 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6269         (tex-main-file): Don't add .tex if the extension is already present.
6270         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6272 2003-10-29  Lute Kamstra  <lute@gnu.org>
6274         * progmodes/octave-inf.el (inferior-octave-prompt):
6275         Recognize version number in prompt.
6277 2003-10-28  Dave Love  <fx@gnu.org>
6279         * international/characters.el: Fix some Unicode ranges.
6281 2003-10-28  Kenichi Handa  <handa@m17n.org>
6283         * disp-table.el (standard-display-8bit)
6284         (standard-display-default, standard-display-ascii)
6285         (standard-display-g1, standard-display-graphic)
6286         (standard-display-underline): Assure that standard-display-table
6287         is a display table.
6289 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * simple.el (reindent-then-newline-and-indent): Delete space *after*
6292         reindenting the first line.
6294 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6296         * wid-edit.el (widget-default-delete): Always delete child widgets.
6298 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6300         * newcomment.el (comment-indent): Don't call indent-according-to-mode
6301         if the line has code.
6302         Don't try to line up with something that's too far left.
6304         * progmodes/octave-mod.el (octave-comment-start): Simplify.
6305         (octave-mode-syntax-table): Add % as a comment starter.
6306         (octave-point): Remove.
6307         (octave-in-comment-p, octave-in-string-p)
6308         (octave-not-in-string-or-comment-p, calculate-octave-indent)
6309         (octave-blink-matching-block-open, octave-auto-fill):
6310         Use line-(beginning|end)-position instead.
6312 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6314         * emacs-lisp/authors.el (authors-aliases): Add correct realname
6315         for Francesco Potort\e,Al\e(B.
6317 2003-10-23  Dave Love  <fx@gnu.org>
6319         * international/mule-cmds.el (locale-charset-to-coding-system):
6320         Don't rely on nil being a coding system.
6322         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6323         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6324         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6326 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
6328         * gdb-ui.el (gdb-current-language): New variable.
6329         (gdb-update-flag): Remove variable.
6330         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6331         (gdb-take-last-elt): Remove function.
6332         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6333         (gdb-post-prompt): Check for variable object changes here.
6335         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6336         object changes in gdb-ui.el.
6338 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6340         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6342         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6343         Don't check for foo*/ wildcard form here.
6344         (insert-directory): Recognize foo*/ as a wildcard.
6345         Separate wildcard-regexp variable from the arg, wildcard.
6347         * subr.el (add-hook): Correctly detect when make-local-hook was used.
6348         (remove-hook): Correctly handle strange cases about local hooks.
6350 2003-10-21  David Ponce  <david@dponce.com>
6352         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6353         argument REAL, to return a real number instead of a rounded
6354         integer value.  Define as inline function.
6355         (ruler-mode-right-fringe-cols): Likewise.
6356         (ruler-mode-scroll-bar-cols): New function.
6357         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6358         (ruler-mode-right-scroll-bar-cols): Likewise.
6359         (ruler-mode-space): New function.
6360         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6361         scroll bar mode and margins in a more robust way.
6363 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6365         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6366         (antlr-c-init-language-vars): New function.
6367         (antlr-mode): Use it with cc-mode before v5.29.
6368         (antlr-c-common-init): Don't set some local vars here.
6369         (antlr-mode): Set them here.
6370         (antlr-c-forward-sws): New function alias.
6371         (antlr-mode): Redefine with cc-mode before v5.30.
6372         (antlr-skip-sexps): Use it.
6373         (antlr-skip-exception-part): Ditto.
6374         (antlr-skip-file-prelude): Ditto.
6375         (antlr-outside-rule-p): Ditto.
6376         (antlr-end-of-body): Ditto.
6377         (antlr-option-kind): Ditto.
6378         (antlr-insert-option-area): Ditto.
6379         (antlr-file-dependencies): Ditto.
6381 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6383         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6384         Move backward only if point was not inside an entry.
6386 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6388         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6390 2003-10-21  Juri Linkov  <juri@jurta.org>
6392         * compare-w.el: Automatically skip non-matching text to resync.
6393         (compare-windows-whitespace): Doc fix.
6394         (compare-windows-sync, compare-windows-sync-string-size)
6395         (compare-windows-recenter, compare-ignore-whitespace)
6396         (compare-windows-highlight, compare-windows-face): New variables.
6397         (compare-windows): Use compare-windows-sync.
6398         (compare-windows-highlight, compare-windows-dehighlight)
6399         (compare-windows-sync-regexp)
6400         (compare-windows-sync-default-function): New functions.
6402 2003-10-21  Juri Linkov  <juri@jurta.org>
6404         * diff.el (diff-parse-differences): Don't visit the files now;
6405         instead, just record the error locus.
6407 2003-10-21  Dave Love  <fx@gnu.org>
6409         * progmodes/cfengine.el: New file.
6411 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6413         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6414         default-directory when completing file names.
6416 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6418         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6419         followed by the word `face', it gets treated as a face, even if
6420         it is also defined as a variable or a function.
6422 2003-10-20  Dave Love  <fx@gnu.org>
6424         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6425         Avoid incf in macro expansion.
6427 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6429         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6430         `evenp' so we don't implicitly require cl library at runtime.
6432 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6434         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6435         (help-make-xrefs): Only make cross-references for faces if
6436         preceded or followed by the word `face'.  Do not make a
6437         cross-reference for variables without variable documentation,
6438         unless preceded by the word `variable' or `option'.  Update doc
6439         string accordingly.
6441 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6443         * progmodes/hideshow.el: Rewrite one-armed `if'
6444         constructs using either `when' or `unless'.
6445         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6447 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6449         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6450         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6451         instead of 12x12.
6453 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6455         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6456         message while converting to Babyl.
6458 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6460         * allout.el (allout-mode): Doc fix.
6462 2003-10-16  Lute Kamstra  <lute@gnu.org>
6464         * subr.el (force-mode-line-update): Fix docstring.
6466 2003-10-14  Dave Love  <fx@gnu.org>
6468         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6469         (default-input-method): Add :link, improve :type.
6470         (locale-charset-language-names): Fix utf-8 pattern.
6471         (locale-charset-match-p, locale-charset-alist)
6472         (locale-charset-to-coding-system): New.
6473         (set-locale-environment): Deal with codeset part of locale specs.
6475 2003-10-14  Lute Kamstra  <lute@gnu.org>
6477         * fringe.el (fringe-mode): Use active voice in docstring.
6478         (set-fringe-style): Ditto.
6480 2003-10-13  Lute Kamstra  <lute@gnu.org>
6482         * fringe.el (fringe-mode): Fix docstring.
6483         (set-fringe-style): Ditto.
6485 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6487         * ediff-mult.el (ediff-filegroup-action):
6488         Use ediff-default-filtering-regexp.
6490         * ediff-util.el (ediff-recenter): Don't call
6491         ediff-restore-highlighting twice.
6492         (ediff-select-difference): Set current difference.
6493         (ediff-unselect-and-select-difference): Add comment.
6495         * ediff.el (ediff-directories,ediff-directory-revisions)
6496         (ediff-directories3,ediff-merge-directories)
6497         (ediff-merge-directories-with-ancestor)
6498         (ediff-merge-directory-revisions)
6499         (ediff-merge-directory-revisions-with-ancestor):
6500         Use ediff-default-filtering-regexp.
6502 2003-10-12  Andreas Schwab  <schwab@suse.de>
6504         * international/mule-cmds.el (locale-charset-language-names):
6505         Simplify regex by removing unused grouping.
6507 2003-10-10  Dave Love  <fx@gnu.org>
6509         * bindings.el: Don't bind stop.
6511 2003-10-08  Miles Bader  <miles@gnu.org>
6513         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6514         face instead of attempting to emulate it.
6516 2003-10-07  Kenichi Handa  <handa@m17n.org>
6518         * international/mule-diag.el (list-coding-systems-1): List coding
6519         systems that are loaded automatically.
6521         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6523         * international/mule.el (autoload-coding-system): New function.
6525 2003-10-07  Andreas Schwab  <schwab@suse.de>
6527         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6528         change-log-default-name in the buffer visiting the file.
6530 2003-10-06  Dave Love  <fx@gnu.org>
6532         * files.el (find-file-hook): Customize.
6533         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6535         * bindings.el (completion-ignored-extensions): Remove .log.
6536         (global-map): Add again, open, stop keys.
6538 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6540         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6541         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6542         Use sh-modify directly.
6543         (sh-select): Use sh-append, not eval.
6545         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6547         * info.el (Info-following-node-name): New function.
6549         * loadhist.el (unload-feature-special-hooks):
6550         Rename from loadhist-hook-functions.
6551         (loadhist-hook-functions): Now an alias.
6553 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6555         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6556         file-name clashes on 8+3 filesystems.
6558         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6559         Rename loaddefs-boot.el to ldefs-boot.el
6561         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6562         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6564 2003-10-03  Lute Kamstra  <lute@gnu.org>
6566         * info.el (Info-mode): Revert previous change.
6567         (Info-escape-percent): New function.
6568         (Info-fontify-node): Use it.
6570 2003-10-02  Andreas Schwab  <schwab@suse.de>
6572         * loaddefs-boot.el: Regenerated.
6574 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6576         * ffap.el: Remove defadvice related code from CVS since `complete'
6577         provides a `PC-completion-as-file-name-predicate' variable that
6578         ffap can override.
6580 2003-10-02  Kenichi Handa  <handa@m17n.org>
6582         * international/utf-8.el (ccl-decode-mule-utf-8):
6583         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6585         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6586         * international/subst-big5.el: Likewise.
6587         * international/subst-gb2312.el: Likewise.
6588         * international/subst-ksc.el: Likewise.
6590 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6592         * calendar/calendar.el (increment-calendar-month)
6593         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6594         (generate-calendar, calendar-read-date, calendar-interval)
6595         (calendar-day-of-week): Handle years BC.
6596         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6598 2003-10-01  Dave Love  <fx@gnu.org>
6600         * language/cyrillic.el (cp1251): Alias for windows-1251.
6602         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6603         bootstrap.
6605 2003-10-01  Lute Kamstra  <lute@gnu.org>
6607         * files.el: Fix typo.
6608         * imenu.el (imenu--generic-function): Docstring fix.
6610 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6612         * dired.el (dired-mode): Handle dired-directory as a list.
6614 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6616         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6618         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6620         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6621         Replace gud-display with gud-watch.
6622         (gud-speedbar-buttons): Add stuff for watching expressions
6623         in the speedbar when using M-x gdba.  Use dolist on old part
6624         of this function.
6626         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6627         (gdb-update-flag): New variables.
6628         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6629         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6630         (gud-watch, gdb-var-create-handler) : New functions.
6631         (gdb-var-list-children, gdb-var-list-children-handler)
6632         (gdb-var-create-regexp, gdb-var-update-regexp)
6633         (gdb-var-list-children-regexp): New constants.
6634         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6635         (gdb-annotation-rules): Reduce annotation set (level 3).
6636         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6637         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6638         updates.
6639         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6640         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6641         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6642         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6643         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6644         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6645         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6646         (gud-display, gud-display1)
6647         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6648         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6649         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6650         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6651         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6652         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6653         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6654         (gdb-display-display-buffer, gdb-toggle-display)
6655         (gdb-delete-display, gdb-expressions-popup-menu)
6656         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6657         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6658         to display buffer.
6660 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6662         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6663         Instead, set which-func-functions.
6665         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6666         (which-func-functions): New variable.
6667         (which-function): Use that.
6669         * info.el (Info-mode): Double each `%' in header line.
6671         * emacs-lisp/lisp-mnt.el (lm-with-file):
6672         When FILE is nil, run BODY in current buffer.
6674         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6676         * help.el (describe-mode): Start with a brief list of minor modes.
6677         Find them thru minor-mode-list so as to find them all.
6678         Show them in alphabetical order.
6680         * mail/sendmail.el (mail-aliases): Doc fix.
6682         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6684 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6686         * mail/rmailsum.el (rmail-make-summary-line-1):
6687         Change comma after last label to a space.
6688         (rmail-summary-font-lock-keywords): Adapt to that change.
6690 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6692         * progmodes/scheme.el (scheme-mode-variables): When setting
6693         `font-lock-defaults', also specify that "#" should
6694         be interpreted with `word' syntax.
6695         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6697 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6699         * desktop.el: A lot of comments updated.
6700         (desktop-save-mode): Minor mode introduced.
6701         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6702         (desktop-load-default): Function made obsolete.
6703         (desktop-locals-to-save): Variable made customizable.
6704         (desktop-read): Optional parameter `dirname' added.
6705         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6706         `desktop-read' used.
6707         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6709 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6711         * whitespace.el (whitespace-clean-msg): Add user customizable message
6712         for displaying ``clean'' output.
6713         (whitespace-buffer): Use `whitespace-clean-msg'.
6714         (whitespace-global-mode): Fix typo.
6716 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6718         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6720 2003-09-29  Lute Kamstra  <lute@gnu.org>
6722         * bindings.el (mode-line-modes): Remove superfluous :propertize
6723         construct in initialization.
6724         (mode-line-position): Change cons cell into proper list in
6725         initialization.
6727 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6729         * international/mule.el (decode-coding-inserted-region): Use car
6730         of the return value of find-operation-coding-system.
6732 2003-09-29  Kenichi Handa  <handa@m17n.org>
6734         * descr-text.el (describe-char): Fix previous change.
6736 2003-09-28  Kenichi Handa  <handa@m17n.org>
6738         * descr-text.el (describe-char-display): New function.
6739         (describe-char): Pay attention to display table on describing how
6740         a character is displayed.
6742         * international/mule-cmds.el (encoded-string-description):
6743         Prepend "0x" to each encoded byte.
6745 2003-09-28  Andreas Schwab  <schwab@suse.de>
6747         * find-file.el (ff-special-constructs): Add autoload cookie.
6749 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6751         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6752         makeinfo appends to duplicate index entries.
6754 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6756         * dired-x.el (dired-clean-tex): Doc fix.
6758         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6759         using a Chinese tutorial.
6761 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6763         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6764         between "MAIL FROM:" and "RCPT TO:" and the following address.
6766 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6768         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6770 2003-09-28  David Ponce  <david@dponce.com>
6772         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6773         (recentf-load-list): When `recentf-initialize-file-name-history'
6774         is non-nil, initialize an empty `file-name-history' with the
6775         recent list.
6777 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6779         * man.el (Man-default-man-entry): Remove the leading `*' from the
6780         word at point.
6782 2003-09-26  Lute Kamstra  <lute@gnu.org>
6784         * bindings.el (mode-line-position): Mention size indication in
6785         docstring.
6787 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6789         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6791         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6792         because it's autoloaded now.
6794 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6796         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6797         (sh-font-lock-keywords, sh-feature): Fix previous change of
6798         sh-feature to avoid infloop with sh-font-lock-keywords.
6800 2003-09-25  Kim F. Storm  <storm@cua.dk>
6802         * frame.el (frame-current-scroll-bars): New defun.
6804         * window.el (window-current-scroll-bars): New defun.
6806 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6808         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6809         cause errors when the state cache contains info on parts that have
6810         been narrowed out.
6812 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6814         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6815         `c-setup-paragraph-variables' has to be used when this variable is
6816         changed; it doesn't work to reinitialize the mode since that
6817         typically clobbers the variable.
6819         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6820         Make it interactive.
6822 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6824         * progmodes/cc-fonts.el (c-font-lock-declarations):
6825         Fix recognition of constructors and destructors for classes whose
6826         names are matched by `*-font-lock-extra-types'.
6828         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6829         followed by an identifier in C++ then it's a type.
6831 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6833         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6834         problem that primarily affected XEmacs.  Don't use faces to find
6835         unterminated strings since Emacs and XEmacs fontify strings
6836         differently - this function should now work better in XEmacs.
6838 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6840         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6841         `expand-abbrev' workaround which caused braces to misbehave inside
6842         macros.
6844         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6845         handling.  This bug could cause interactive font locking to bail out.
6847 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6849         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6850         Handle paren-style types in Pike.  Also fixed some cases of
6851         insufficient handling of unbalanced parens.
6853 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6855         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6856         common shell prompts that are not common filename or URL characters.
6857         (ffap-file-at-point): Use the new regexp to strip the prompts from
6858         the file names.  This is an issue mostly for user prompts that
6859         don't have a trailing space and find-file-at-point is invoked from
6860         within a shell inside Emacs.
6862 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6864         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6865         stamps numerically, rather than textually.
6867 2003-09-24  Kenichi Handa  <handa@m17n.org>
6869         * language/devan-util.el (devanagari-post-read-conversion):
6870         * language/mlm-util.el (malayalam-post-read-conversion):
6871         * language/tml-util.el (tamil-post-read-conversion):
6872         Add autoload cookie.
6874         * international/utf-8.el (utf-8-post-read-conversion):
6875         Call post-read-conversion functions for Devanagari, Malayalam,
6876         and Tamil.
6878 2003-09-23  Dave Love  <fx@gnu.org>
6880         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6882 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6884         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6885         Update gud-remove.
6887 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6889         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6890         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6891         (sh-mode-syntax-table-input): New variable.
6892         (sh-require-final-newline): Don't use eval.
6893         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6894         (sh-variables, sh-font-lock-keywords): Don't use eval.
6895         (sh-set-shell): When setting require-final-newline,
6896         treat value = `require-final-newline' as don't change it.
6897         Set sh-mode-syntax-table locally based on
6898         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6900         * progmodes/compile.el (compile-internal):
6901         Call compilation-set-window-height before setting window start.
6903 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6905         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6906         Clear out byte-compile-last-warned-form.
6908 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6910         * woman.el (woman-file-name, woman-follow-word):
6911         If current-word returns nil, use "".
6913         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6915 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6917         * emacs-lisp/lisp-mnt.el (lm-with-file):
6918         Don't visit the file, just use insert-file-contents in temp buffer.
6920 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6922         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6923         Add surrounding \\( and \\) around the header, as in
6924         for lm-history-header 'Change Log\\|History'.
6926 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6928         * progmodes/ld-script.el: Add Commentary section,
6929         minor cleanup of file header.
6930         (ld-script-font-lock-keywords): Doc fix.
6931         (toplevel): Provide `ld-script' feature.
6933 2003-09-21  Kim F. Storm  <storm@cua.dk>
6935         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6936         new built-in variable default-frame-scroll-bars.
6937         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6938         scroll-bar-mode; notably, use it instead of t when we toggle
6939         scroll-bars on.
6940         (toggle-scroll-bar): Use default-frame-scroll-bars.
6942 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6944         * pcvs.el (cvs-do-removal): Change the prompt depending on
6945         `filter' value.
6947 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6949         * startup.el (command-line-1): Stop startup-echo-area-message
6950         being hidden by "Loading image..." message.
6951         (use-fancy-splash-screens-p, display-splash-screen):
6952         Move display-graphic-p test from latter to former.
6954         * progmodes/sh-script.el (sh-font-lock-keywords):
6955         Highlight escaped EOLs differently from other backslash constructs.
6957 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6959         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6960         New functions.
6961         (edebug-enter, edebug-outside-excursion): Use them.
6963         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6964         Fix the condition for whether to print "In WHERE".
6966 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6968         * finder.el (finder-mode-hook): New variable.
6969         (finder-mode): Run hook finder-mode-hook
6971 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6973         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6975 2003-09-17  Mario Lang  <mlang@delysid.org>
6977         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6978         "p %e" to actually print the value in the GUD buffer.
6980 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6982         From David Ponce <david.ponce@wanadoo.fr>:
6983         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6984         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6985         from loaddefs-boot.el if necessary.
6987 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6989         * progmodes/gud.el (gud-find-class): Make jdb work again since
6990         cc-mode changed the syntactic information.
6992 2003-09-15  David Ponce  <david@dponce.com>
6994         * recentf.el: (recentf-exclude): Accept predicates too.
6995         (recentf-file-readable-p): New function.
6996         (recentf-include-p): Handle predicates in recentf-exclude.
6997         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6998         (recentf-cleanup): Likewise.
6999         (recentf-save-list): Use write-file to handle backup of
7000         recentf-save-file.
7002 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
7004         * loaddefs-boot.el: Renamed from `loaddefs.el'
7005         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7006         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7007         necessary.
7009 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
7011         * electric.el (Electric-pop-up-window): For the `one-window' case,
7012         no longer disconcertingly move point in the original buffer.
7014 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7018 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7020         * dired.el (dired-mode-map): Fix typo.
7022 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7024         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7026 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7028         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7029         the function is less noisy.  Now only `kill-buffer' can ask questions.
7031 2003-09-10  Mario Lang  <mlang@delysid.org>
7033         * battery.el: Update Commentary and Copyright.
7034         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7035         appear due to wrong ordering of the expressions in `or'.
7037 2003-09-09  Lute Kamstra  <lute@gnu.org>
7039         * misc.el (upcase-char): Fix docstring.
7040         (zap-up-to-char): New command.
7042 2003-09-08  David Ponce  <david@dponce.com>
7044         Ensure that recentf correctly updates the menu bar.
7045         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7046         (recentf-menu-bar): New function.
7047         (recentf-clear-data): Use it
7048         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
7049         of easy-menu-change.
7051 2003-09-08  Lute Kamstra  <lute@gnu.org>
7053         * simple.el (size-indication-mode): New.
7054         * bindings.el (mode-line-position): Add buffer size indicator.
7056 2003-09-04  Mario Lang  <mlang@delysid.org>
7058         * battery.el (battery-linux-proc-acpi): New function.
7059         (battery-status-function): Modify default value calculation to also
7060         check for availability of ACPI.
7061         (battery-echo-area-format): Ditto.
7062         (battery-mode-line-format): Ditto.
7064 2003-09-06  Dave Love  <fx@gnu.org>
7066         * ielm.el (ielm-mode-hook): Add :options.
7068         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7069         (eldoc-print-current-symbol-info): Use it.
7071 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
7073         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7074         being displayed in GUD buffer.
7075         (gdb-idle-input-queue): Remove var.  Use just one queue.
7076         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7077         Remove functions.  Use just one queue.
7078         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7079         (gdb-invalidate-assembler, gdb-get-current-frame):
7080         Modify functions.  Use just one queue.
7082 2003-09-04  Dave Love  <fx@gnu.org>
7084         * cus-start.el: Add blink-cursor-alist.
7086         * ruler-mode.el (ruler-mode-fill-column-char)
7087         (ruler-mode-current-column-char): Use char-displayable-p,
7088         not window-system.
7090         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7092         * language/european.el (windows-1252): Move from code-pages.
7094         * language/cyrillic.el ("Windows-1251"): Delete.
7095         ("Bulgarian", "Belarusian"): Remove `features'.
7096         (windows-1251): Move from code-pages.
7098         * international/mule-diag.el (non-iso-charset-alist):
7099         Remove `codepage' stuff.
7100         (print-designation, list-coding-systems-1): Output fixes.
7102         * international/code-pages.el (cp-make-translation-table)
7103         (cp-valid-codes): Made defsubsts.
7104         (cp-fix-safe-chars): Delete.
7105         (mule-diag): Don't require.
7106         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7107         (top-level): Check for defined coding system when defining
7108         cp... aliases.  Change w32-add-charset-info test to avoid warning.
7109         (non-iso-charset-alist): Defvar when compiling.
7110         (cp-make-coding-system): Doc fix.
7112 2003-09-02  Jason Rumney  <jasonr@gnu.org>
7114         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7115         line-ends from CVS before doing conversion.
7117 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
7119         * calendar/diary-lib.el (diary-header-line-flag)
7120         (diary-header-line-format): New variables.
7121         (list-diary-entries): Use them to set header line in simple diary.
7123         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7124         other than font-lock-string-face to highlight backslashes.
7126 2003-09-01  Jason Rumney  <jasonr@gnu.org>
7128         * international/titdic-cnv.el (tit-read-key-value): Include \r in
7129         regexp.
7131 2003-09-01  Dave Love  <fx@gnu.org>
7133         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7135         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7136         and :help; also line and column numbers labels.
7138         * international/mule-util.el (char-displayable-p): Move from
7139         latin1-disp, rename and autoload.
7141         * international/latin1-disp.el (latin1-char-displayable-p):
7142         Now obsolete alias.  Replace uses with char-displayable-p.
7143         (latin1-display-ucs-per-lynx): Fix last change.
7145         * international/mule-cmds.el (standard-display-european-internal):
7146         Don't use char code for Latin-1 NBSP.
7147         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
7148         U+2018, U+2019 for `'.
7149         (select-safe-coding-system): Message fix.
7151 2003-09-01  Kenichi Handa  <handa@m17n.org>
7153         * international/fontset.el (setup-default-fontset): For Thai
7154         font, specify "*" family.
7156 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7158         * progmodes/compile.el (previous-error): Accept a prefix
7159         argument, similarly to next-error.
7161 2003-08-31  Masatake YAMATO  <jet@gyve.org>
7163         * pcvs.el (cvs-do-removal): Use = instead of eq to check
7164         the number of files.  Bind the number of files to a local
7165         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7167 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
7169         * vc-hooks.el (vc-make-version-backup): Fix the change made on
7170         2003-07-26: msdos-long-file-names is a function, not a variable.
7172 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7174         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7175         Do nothing with mail-personal-alias-file if it is nil.
7177         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7178         Do nothing if mail-personal-alias-file is nil.
7180         * term.el (term-exec-1): Bind coding-system-for-read.
7182         * dired.el (dired-mouse-find-file-other-window):
7183         Use dired-view-command-alist here, as in dired-view-file.
7184         (dired-view-command-alist): Use %s to substitute file name.
7185         Handle .ps_pages, .eps, .jpg, .gif, .png.
7187 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7189         * info.el (Info-mode-map): Bind S-tab and <backtab> to
7190         `Info-prev-reference', instead of M-tab.
7192 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
7194         * simple.el (blink-matching-open): Work correctly on chars that
7195         are designated as parens through the syntax-table text property.
7197 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
7199         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7200         line break position in the middle of a non-kinsoku (e.g. latin)
7201         word, making it skip until either a space or a character with
7202         category "|".
7203         (kinsoku-longer): Test for end of buffer.
7205 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
7207         * mail/rmail.el (rmail-convert-to-babyl-format):
7208         Detect quoted-printable- and base64-encoded messages and decode them
7209         automatically.  Set the message's encoding from the charset=
7210         header, if any.  Decode base64-encoded messages in Mail format as well.
7212 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7214         * mail/smtpmail.el: Fix previous change.
7215         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7216         calling smtpmail-via-smtp.
7217         (smtpmail-via-smtp): Add fall-back values for envelope-from.
7219 2003-08-26  John Paul Wallington  <jpw@gnu.org>
7221         * image.el (image-jpeg-p): Don't search beyond length of data.
7223 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7225         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7226         misfeature in `expand-abbrev' which caused electric keywords like
7227         "else" to disappear if an open brace was typed directly afterwards.
7229 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7231         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7232         mandatory in `define-widget'.
7234         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7235         Don't align the operators "!=", "<=" and ">=" as assignment operators.
7237         (c-assignment-operators): New language constant that only contains
7238         the assignment operators.
7240         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7242 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7244         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7245         Safeguard against unbalanced sexps.
7247 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
7249         * version.el (emacs-version): Check for gtk.  Include gtk version info.
7251 2003-08-25  John Paul Wallington  <jpw@gnu.org>
7253         * man.el (Man-default-man-entry): Don't whizz past the section
7254         number before looking for it.
7256 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
7258         * progmodes/gud.el (gud-display-line): Don't set window-point if
7259         source buffer is not visible.  (Only happens with M-x gdba.)
7261         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7262         documentation.
7263         (gdb-source, gdb-source-info): Update to assembler unnecessary
7264         as its done after each GDB command anyway.
7265         (gdb-pre-prompt): Use with-current-buffer.
7266         (gdb-insert-field): Add help-echo text.
7267         (gdb-invalidate-assembler): Re-display of assembler now done in
7268         gdb-info-breakpoints-custom.
7269         (gdb-info-breakpoints-custom): Force re-display of assembler to
7270         happen *after* update of breakpoints buffer.
7271         (gdb-display-source-buffer): Don't choke if gdb-source-window
7272         isn't visible.
7273         (gdb-put-string, gdb-put-arrow): Remove free variables.
7275 2003-08-24  John Paul Wallington  <jpw@gnu.org>
7277         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7279         * man.el (Man-default-man-entry): Strip text properties when
7280         snarfing parts of entry because `format' preserves properties.
7282 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7284         * files.el (file-newest-backup): Use `expand-file-name'.
7286         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7287         Allow the diary to pop up a new frame, if needed.
7289         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7290         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7291         (smtpmail-send-it): Make treatment of envelope-from consistent with
7292         sendmail.el.
7294         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7295         (sh-leading-keywords): Add the bash `time' reserved word.
7296         (sh-variables): Add some bash variables.
7297         (sh-add-completer): Fix nil branch of case statement.
7299 2003-08-24  Masatake YAMATO  <jet@gyve.org>
7301         * progmodes/ld-script.el: New file.
7303 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
7305         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7307 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
7309         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7310         Better explain obsolescence, and what to use instead.
7312 2003-08-23  Masatake YAMATO  <jet@gyve.org>
7314         * pcvs.el (cvs-do-removal): Show the deleted file name
7315         on the prompt.
7317 2003-08-20  Dave Love  <fx@gnu.org>
7319         * international/mule.el (make-coding-system)
7320         (set-buffer-file-coding-system): Doc fix.
7322         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7324         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7326         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7328         * international/utf-16.el: Add mime-text-unsuitable coding system
7329         properties.
7331         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7333         * cus-edit.el: Add some :links.
7334         (bib): Remove.
7336         * textmodes/bib-mode.el (bib): Add :group external.
7338 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7340         * wid-edit.el (widget-echo-help): Make it handle expressions that
7341         evaluate to strings.
7343 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
7345         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
7347         Simplify selection of SQL products to define highlighting and
7348         interactive mode.  Includes detailed instructions on adding
7349         support for new products.
7351         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
7352         product for use in highlighting and interactive mode.
7353         (sql-interactive-product): New variable.  SQL product for
7354         sql-interactive-mode.
7355         (sql-product-support): New variable.  Specifies product-specific
7356         parameters to drive highlighting and interactive mode.
7357         (sql-imenu-generic-expression): Add more object types.
7358         (sql-sqlite-options): Correct comment.
7359         (sql-ms-program): Use "osql" rather than "isql".
7360         (sql-prompt-regexp, sql-prompt-length): Update comment.
7361         (sql-mode-menu): Add "Start SQLi session" entry.
7362         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7363         (sql-mode-abbrev-table): Add abbreviations.  Support of
7364         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7365         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7366         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7367         names.
7368         (sql-mode-ansi-font-lock-keywords): Set as default value.
7369         (sql-mode-oracle-font-lock-keywords): Set as default value.
7370         Support Oracle 9i keywords.
7371         (sql-mode-postgres-font-lock-keywords): Set as default value.
7372         (sql-mode-linter-font-lock-keywords): Set as default value.
7373         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7374         SQLServer 2000.
7375         (sql-mode-sybase-font-lock-keywords)
7376         (sql-mode-interbase-font-lock-keywords)
7377         (sql-mode-sqlite-font-lock-keywords)
7378         (sql-mode-strong-font-lock-keywords)
7379         (sql-mode-mysql-font-lock-keywords)
7380         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7381         keywords.
7382         (sql-mode-font-lock-defaults): Update comment.
7383         (sql-product-feature): New function.  Returns feature associated
7384         with a product from `sql-product-support' alist.
7385         (sql-product-font-lock): New function.  Set font-lock support
7386         based on `sql-product'.
7387         (sql-add-product-keywords): New function.  Add font-lock rules to
7388         product-specific keyword variables.
7389         (sql-set-product): New function.  Set `sql-product' and apply
7390         appropriate font-lock highlighting.
7391         (sql-highlight-product): New function.  Set font-lock support
7392         based on a product.  Also set mode name to include product name.
7393         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7394         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7395         Use `sql-set-product'.
7396         (sql-highlight-ms-keywords)
7397         (sql-highlight-sybase-keywords)
7398         (sql-highlight-interbase-keywords)
7399         (sql-highlight-strong-keywords)
7400         (sql-highlight-mysql-keywords)
7401         (sql-highlight-sqlite-keywords)
7402         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7403         (sql-get-login): Prompt in the same order as the tokens.
7404         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7405         (sql-product-interactive): New function.  Common portions of
7406         product-specific interactive mode wrappers.
7407         (sql-interactive-mode): Rewritten to use product features.
7408         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7409         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7410         (sql-db2, sql-linter): Use `sql-product-interactive'.
7411         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7412         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7413         (sql-connect-ingres, sql-connect-postgres)
7414         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7415         New functions.  Format command line parameters and invoke comint on
7416         the appropriate interpreter.  Code was in the corresponding
7417         `sql-xyz' function before.
7418         (sql-connect-ms): New function.  Support -E argument to use
7419         operating system credentials for authentication.
7421 2003-08-18  Kenichi Handa  <handa@m17n.org>
7423         * international/mule.el (encode-char): Fix for the ASCII case.
7425 2003-08-15  Kenichi Handa  <handa@m17n.org>
7427         * international/fontset.el (setup-default-fontset): Change "*" to
7428         nil in the specifications of font family.
7430 2003-08-18  Kim F. Storm  <storm@cua.dk>
7432         * kmacro.el (kmacro-keymap): Group related bindings in
7433         initialization for clarity.  Bind C-s to start macro.
7434         Remove C-r binding.
7435         (kmacro-initial-counter-value): New defvar to hold initial counter
7436         value in case we set the value before defining a macro.
7437         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7438         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7439         not defining or executing macro.  Doc fix.
7440         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7441         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7442         temporarily view older elements on the macro ring without cycling
7443         the ring.
7444         (kmacro-display): Doc fix.
7445         (kmacro-exec-ring-item): New helper function.
7446         (kmacro-call-ring-2nd): Use it.
7447         (kmacro-call-ring-2nd-repeat): Doc fix.
7448         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7449         (kmacro-end-or-call-macro): Execute last viewed macro (using
7450         kmacro-exec-ring-item) from ring if this follows
7451         kmacro-view-macro.  This allows us to find a macro on the ring
7452         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7453         the ring to bring it to the head of the ring.
7454         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7455         Allow binding to reserved keys without specifying C-x C-k prefix.
7456         Ask for confirmation if entered key sequence is already bound to
7457         a non-macro command.
7458         (kmacro-view-macro): Repeating command will show older elements
7459         on the macro ring; C-k will execute the last viewed macro.
7460         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7461         property from 'ring to 'head.
7463 2003-08-17  Alan Shutko  <ats@acm.org>
7465         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7466         keeping December out of the alist.
7468 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7470         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7471         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7472         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7473         (calendar-flatten): New function.
7474         (calendar-mouse-view-other-diary-entries)
7475         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7476         in the menu title and to show multi-line diary entries correctly
7477         in the menu.
7479 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7481         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7482         defcustom, because the default was recently changed.
7484 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7486         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7488         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7489         New subroutine, broken out of eval-last-sexp-1.
7490         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7492         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7494         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7496         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7498 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7500         * progmodes/compile.el (compilation-error-regexp-alist):
7501         Add Java ANt error detection as described in document
7502         http://ant.apache.org/faq.html
7504 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7506         * simple.el (backward-word, forward-to-indentation)
7507         (backward-to-indentation): Argument changed to optional.
7508         (next-line, previous-line): Use `or' instead of `unless'.
7510 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7512         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7513         instead of a constant.
7515 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7517         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7519 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7521         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7522         (vc-sccs-workfile-version): Search the entire delta table, rather
7523         than just the first entry, because that might be a deleted version.
7525 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7527         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7528         [save-place] binding in the Options menu.  Have it require
7529         'saveplace' and then toggle the variable manually, to avoid an an
7530         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7531         for the bug report.
7533 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7535         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7536         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7537         (gdb-info-threads-custom): Add help-echo text.
7538         (gdb-display-back): Don't use purecopy.
7539         (gdb-info-breakpoints-custom, gdb-reset)
7540         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7541         icons can be displayed.
7543 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7545         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7547 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7549         * bookmark.el (bookmark-completing-read):
7550         Return a string, instead of a list of one string.
7551         Use a popup menu if activated from the mouse.
7552         (bookmark-edit-annotation): Remove unused vars.
7553         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7554         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7555         to bookmark-completing-read.
7556         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7557         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7558         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7559         and erase-buffer.
7560         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7561         (bookmark-menu-jump, bookmark-menu-insert)
7562         (bookmark-popup-menu-and-apply-function)
7563         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7564         (bookmark-menu-build-paned-menu): Remove by folding it into
7565         bookmark-menu-popup-paned-menu.
7566         (menu-bar-bookmark-map): Move the define-key statements here.
7567         Use the "non-menu" commands since they now pop up a menu if needed.
7568         (bookmark-exit-hook-internal): Simplify.
7570 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7572         * reftex-toc.el (reftex-toc-rename-label): New function.
7573         (reftex-toc-check-docstruct): New function.
7575         * reftex.el (reftex-region-active-p): New function.
7577         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7578         regexp to find the \bibliography macro.
7580         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7581         which does not exist in LaTeX.
7582         (reftex-cite-format-builtin): Added amsrefs support.
7583         (reftex-toc-confirm-promotion): New option
7585         * reftex-toc.el
7586         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7587         (reftex-toc-demote, reftex-toc-promote)
7588         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7589         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7590         (reftex-toc-newhead-from-alist)
7591         (reftex-toc-load-all-files-for-promotion): New functions.
7592         (reftex-toc-help): Added description of new keys.
7593         (reftex-toc-split-windows-fraction): New option.
7594         (reftex-recenter-toc-when-idle): Search *toc* window on all
7595         visible frames.
7596         (reftex-toc): Additional parameter REUSE
7597         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7598         with REUSE argument.
7599         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7600         the call of `reftex-toc'.
7601         (reftex-make-separate-toc-frame): New function .
7602         (reftex-toc-recenter): When called with triple prefix arg, call
7603         `reftex-make-separate-toc-frame' first.
7604         (reftex-toc-toggle-dedicated-frame): New command.
7605         (reftex-toc-quit): Adapted to delete frame when called in
7606         dedicated frame.
7608         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7609         all enclosing macros.
7612 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7614         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7615         first use.
7617 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7619         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7621 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7623         * calendar/calendar.el (list-diary-entries-hook)
7624         (diary-display-hook, nongregorian-diary-listing-hook)
7625         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7626         Add some customize options for these hooks.
7627         (calendar-abbrev-construct): Don't try to take a substring longer
7628         than the original string.
7630 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7632         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7633         (testcover-reinstrument-clauses): Doc fix.
7635         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7636         (warning-type-format): Rename from warning-group-format.
7638         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7639         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7640         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7641         to prevent warnings about defvar for an obsolete variable.
7643         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7644         warning-group-format renamed to warning-type-format.
7646         * subr.el (read-passwd): Use clear-string instead of fillarray.
7648         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7649         Use vconcat instead of concat.
7650         (edmacro-sanitize-for-string): New function.
7652 2003-08-05  Dave Love  <fx@gnu.org>
7654         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7655         line-number-display-limit-width.
7657         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7659 2003-08-05  Kenichi Handa  <handa@m17n.org>
7661         * international/code-pages.el: Don't require mule-diag.
7663         * international/mule-diag.el (non-iso-charset-alist):
7664         Add autoload cookie.
7666         * language/devan-util.el (dev-glyph-order): Add an entry for the
7667         glyph code #xC4.
7669 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7671         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7672         (european-calendar-style, diary-date-forms)
7673         (calendar-day-name-array, calendar-month-name-array): Doc change.
7674         (generate-calendar-month): Adapt for new behaviour of
7675         `calendar-day-name' function.
7676         (calendar-abbrev-length, calendar-day-abbrev-array)
7677         (calendar-month-abbrev-array): New variables.
7678         (calendar-abbrev-construct): New function.
7679         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7680         rather than fixing abbrevs at some width.  Calling syntax change.
7681         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7682         (calendar-date-string): Adapt for new behaviours of
7683         `calendar-day-name' and `calendar-month-name' functions.
7685         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7686         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7687         (diary-name-pattern): Use abbrev arrays, rather than fixing
7688         abbrevs at three chars.  Calling syntax change.
7689         (mark-diary-entries): Adapt for new behaviours of
7690         `diary-name-pattern' and `calendar-make-alist' functions.
7691         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7692         `diary-name-pattern' function.
7693         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7694         fixing abbrevs at three chars.  Calling syntax change.
7695         (cal-hebrew, cal-islam): Require when compiling.
7696         (diary-font-lock-keywords): Adapt for new behaviour of
7697         `font-lock-diary-date-forms' function.
7699         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7700         (calendar-hebrew-month-name-array-common-year)
7701         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7702         (list-hebrew-diary-entries): Adapt for new behaviours of
7703         `calendar-day-name' and `add-to-diary-list' functions.
7704         (mark-hebrew-diary-entries): Adapt for new behaviours of
7705         `diary-name-pattern' and `calendar-make-alist' functions.
7707         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7708         Add doc string.
7709         (list-islamic-diary-entries): Adapt for new behaviours of
7710         `calendar-day-name' and `add-to-diary-list' functions.
7711         (mark-islamic-diary-entries): Adapt for new behaviours of
7712         `diary-name-pattern' and `calendar-make-alist' functions.
7714         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7715         `calendar-month-name' function.
7717         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7719         * calendar/solar.el (solar-seasons-data): Move definition before use.
7721         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7722         (cal-tex-LaTeX-hourbox): Move definition before use.
7724         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7725         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7726         lunar.el, solar.el
7727         (displayed-month, displayed-year): Define for compiler.
7729 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7731         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7732         MODE.  Renamed from c-init-c-language-vars'.
7733         (c-initialize-cc-mode): Change accordingly.
7734         (c-common-init): Ditto.
7735         (c-mode): Ditto.
7736         (c++-mode): Use `c-init-language-vars-for'.
7737         (objc-mode): Ditto.
7738         (java-mode): Ditto.
7739         (idl-mode): Ditto.
7740         (pike-mode): Ditto.
7741         (awk-mode): Ditto.
7743 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7745         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7746         or not the point moved.
7748         (c-search-decl-header-end): Don't trip up on operator identifiers
7749         in C++ and operators like == in all languages.
7751         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7752         Detect leading labels correctly.
7754 2003-08-02  Andreas Schwab  <schwab@suse.de>
7756         * textmodes/ispell.el: Don't redo key bindings on loading, put
7757         them only in loaddefs.el.
7758         * bookmark.el: Likewise.
7759         * dabbrev.el: Likewise.
7760         * emerge.el: Likewise.
7762         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7763         has more than one member.
7765         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7767 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7769         * lpr.el (printify-region): It was ending conversion before the
7770         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7772 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7774         * net/browse-url.el (browse-url-epiphany): Doc fix.
7776 2003-07-30  Kenichi Handa  <handa@m17n.org>
7778         * international/fontset.el (setup-default-fontset):
7779         Change registry names of Akurti fonts.
7781 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7783         * comint.el (comint-read-noecho): Use `clear-string' instead of
7784         `fillarray'.
7786 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7788         * outline.el (outline-mode-hook): Add defvar.
7790 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7792         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7793         Restore assembler in source window if that is what has been selected.
7794         (menu): Add gdb-restore-windows to menu.  Make gdba
7795         specific menus only visible from gdba.
7797 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7799         * progmodes/compile.el (compilation-environment): New user variable.
7800         (compile-internal): Respect it.
7802 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7804         * progmodes/gud.el (gdb-script-font-lock-keywords):
7805         Put `font-lock-function-name-face' on a symbol which includes
7806         `-' like `hook-run'.  Put font-lock-variable-name-face
7807         on a symbol starting with $.
7809 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7811         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7813 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7815         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7817 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7819         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7820         Use with-no-warnings.
7821         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7822         rather than to find-file-not-found-hook, which doesn't exist.
7824 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7826         * international/quail.el (quail-translate-key): Fix previous change.
7828 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7830         * server.el (server-start): Check `server-process' is non-nil
7831         before killing it to avoid killing current buffer's process.
7833         * simple.el (choose-completion-string): Use `minibufferp';
7834         test `completion-reference-buffer' if `buffer' arg is nil.
7835         (push-mark): Use `when' and `unless'.
7836         (pop-mark): Use `when'.
7838         * mouse-sel.el (mouse-sel-get-selection-function):
7839         Check `x-last-selected-text-primary'.  Don't barf if it or
7840         `x-last-selected-text' aren't bound.
7842 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7844         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7846 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7848         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7850 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7852         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7854 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7856         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7857         string.  Defvar the derived hook.
7859         * macros.el (insert-kbd-macro): Escape double quote character.
7860         From Thomas W Murphy <twm@andrew.cmu.edu>.
7862 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7864         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7865         to match the specific mark rather than reusing comment-start-skip.
7867 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7869         * progmodes/hideshow.el (hs-special-modes-alist):
7870         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7872 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7874         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7875         value using ?\s.
7877 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7879         * subr.el (with-selected-window): Add closing paren.
7881 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7883         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7884         (lisp-mode): Likewise.
7886         * subr.el (with-selected-window): Copy code form save-selected-window
7887         so as to call select-window with norecord arg.
7888         (dynamic-completion-table): Doc fix.
7889         (lazy-completion-table): Doc fix.
7891         * international/mule-cmds.el (set-locale-environment):
7892         langinfo renamed to locale-info.
7894         * international/mule.el (auto-coding-functions): Doc fix.
7896 2003-07-21  Kenichi Handa  <handa@m17n.org>
7898         * international/quail.el (quail-translate-key):
7899         Update quail-current-str correctly.
7901 2003-07-21  Andreas Schwab  <schwab@suse.de>
7903         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7904         ?, to "_".
7906 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7907         Version 2.0.36 of Tramp released.
7909         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7910         tramp-password-end-of-line.
7911         (tramp-password-end-of-line): New method parameter.
7912         (tramp-get-password-end-of-line): Function to access method
7913         parameter `tramp-password-end-of-line', or variable
7914         `tramp-default-password-end-of-line' (default value).
7915         (tramp-methods): Add entries for new parameter
7916         tramp-password-end-of-line.
7917         (tramp-enter-password): Use new function
7918         `tramp-get-password-end-of-line'.
7919         (tramp-handle-insert-file-contents): Do not
7920         unconditionally inhibit the file operation file-local-copy, only
7921         do that when the inhibit-file-name-operation is currently
7922         insert-file-contents.  This fixes finding remote CVS-controlled
7923         files.  (It would barf on inserting the CVS/Entries file
7924         literally, because the file-local-copy handler wasn't called.)
7925         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7926         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7927         (tramp-initial-commands): New variable.
7928         (tramp-process-initial-commands): New function, using the variable.
7929         (tramp-open-connection-setup-interactive-shell): Call the new function.
7930         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7931         method into the buffer name, never use nil.  Reported by Hanak
7932         David <dhanak@inf.bme.hu>.
7933         (tramp-open-connection-setup-interactive-shell): Erase buffer
7934         before sending "stty -onlcr".
7936         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7938 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7940         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7942 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7944         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7945         (artist-draw-rect, artist-draw-square): Doc fixes.
7947         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7949         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7951 2003-07-19  Kenichi Handa  <handa@m17n.org>
7953         * international/kkc.el (kkc-show-conversion-list-update):
7954         Highlight the correct candidate in the message.
7956 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7958         * simple.el (current-word): Don't include punctuation char when
7959         `really-word' arg is non-nil.
7961 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7963         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7964         moved to the directory obsolete.
7966 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7968         * info.el (Info-menu-entry-name-re): Allow newlines in
7969         menu entry names.
7971         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7972         syntax-ppss-after-change-function.
7973         (syntax-ppss-after-change-function): New alias.  Update uses.
7974         (syntax-ppss): Catch the case where the buffer is narrowed.
7976 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7978         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7979         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7981 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7983         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7984         since it might be modified.
7986         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7987         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7988         names to these language constants.
7990 2003-07-15  Kim F. Storm  <storm@cua.dk>
7992         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7993         All uses changed.
7995 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7997         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7998         Namespace support.
8000 2003-07-13  Juanma Barranquero  <lektu@terra.es>
8002         * frame.el (modify-all-frames-parameters): Reinstall (copyright
8003         papers received).
8005 2003-07-13  Karl Eichwalder  <ke@suse.de>
8007         * textmodes/po.el (po-find-charset): White space at the start of the
8008         Content-Type field body is non-mandatory.
8010 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8012         * textmodes/texinfo.el (texinfo-section-list):
8013         Append appendixsection; a synonym for appendixsec.
8015 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
8017         * man.el (Man-translate-cleanup): New.
8018         (Man-translate-references): Call `Man-translate-cleanup' to clean
8019         leading, trailing and middle spaces.
8021 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
8023         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8024         Handle `dired-directory' being a list.
8026 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8028         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8029         it doesn't exist.
8031 2003-07-12  Richard M. Stallman  <rms@gnu.org>
8033         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8035         * progmodes/cc-defs.el (c-make-keywords-re):
8036         Don't use delete-duplicates.
8037         (c-lang-const): Don't use mapcan.
8039         * apropos.el (apropos-show-scores): Make it customizable.
8040         Document new meaning.
8041         (apropos): Compute scores from symbols.
8042         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8044 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8046         * ps-bdf.el: Fix copyright line.
8047         (bdf-directory-list): Fix initialization code.
8049 2003-07-11  John Paul Wallington  <jpw@gnu.org>
8051         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8052         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8053         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8055 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
8057         * emacs-lisp/ring.el (ring-elements): Doc fix.
8059 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8061         * calendar/timeclock.el (timeclock-relative)
8062         (timeclock-ask-before-exiting, timeclock-use-display-time):
8063         Doc changes.
8064         (timeclock-modeline-display): Give a message if
8065         `timeclock-use-display-time' is non-nil but `display-time-mode'
8066         is not active.
8068 2003-07-11  Kenichi Handa  <handa@m17n.org>
8070         * international/mule-cmds.el (set-language-environment):
8071         Set current-language-environment to the correct string.
8073 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8075         * ps-print.el: Print line number correctly in a region.  Reported by
8076         Tim Allen <timallen@ls83.fsnet.co.uk>.
8077         (ps-print-version): New version number (6.6.2).
8078         (ps-printing-region): Code fix.
8080 2003-07-10  John Paul Wallington  <jpw@gnu.org>
8082         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8083         this function can be called from `add-completions-from-tags-table'.
8085 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
8087         * calendar/timeclock.el (timeclock-use-display-time)
8088         (timeclock-day-over-hook, timeclock-workday-remaining)
8089         (timeclock-status-string, timeclock-when-to-leave)
8090         (timeclock-when-to-leave-string, timeclock-log-data)
8091         (timeclock-find-discrep, timeclock-day-base)
8092         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8093         (timeclock-modeline-display): Set the variable
8094         `timeclock-modeline-display'.
8095         (timeclock-update-modeline): Doc fix.  Respect value of
8096         `timeclock-relative'.
8098 2003-07-09  Richard M. Stallman  <rms@gnu.org>
8100         * textmodes/reftex-parse.el (reftex-all-document-files):
8101         Add autoload cookie.
8103         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8104         (reftex-scanning-info-available-p): Add autoload cookie.
8106         * international/mule-cmds.el
8107         (set-display-table-and-terminal-coding-system): Delete duplicate
8108         aset on standard-display-table.
8110         * view.el (view-file): If existing buffer's major mode is special,
8111         don't go into view mode.
8113         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8115 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8117         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8118         buffer changes; there's third party code that calls this function
8119         directly.
8121 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8123         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8124         (autodoc-font-lock-keywords): Don't byte compile on font lock
8125         initialization when running from byte compiled files.
8127 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8129         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8130         statement ends with auto-increment "++".
8132 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8134         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8135         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8136         these are changed, so declare them as variables and not constants.
8138 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
8140         * subr.el (dolist, dotimes): Doc fix.
8142 2003-07-08  Kim F. Storm  <storm@cua.dk>
8144         * international/mule-cmds.el
8145         (set-display-table-and-terminal-coding-system): Don't break
8146         bootstrap if standard-display-table isn't setup yet.
8148 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8150         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8151         Give it a doc string, and autoload it.
8153         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8154         Use with-no-warnings.
8156         * info.el (Info-search): If find invisible text, search again.
8158         * isearch.el (search-whitespace-regexp): Add a shy group around it.
8160         * man.el (Man-name-regexp): Match + as part of name.
8162         * simple.el (visible-mode): Rename from vis-mode.
8163         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8165         * simple.el (current-word): New arg REALLY-WORD specifies
8166         don't include punctuation chars.
8168         * emacs-lisp/debug.el (debug, debugger-env-macro):
8169         Use with-no-warnings while accessing and binding unread-command-char.
8171         * international/mule-cmds.el
8172         (set-display-table-and-terminal-coding-system): Use explicit loop
8173         instead of calling standard-display-default.
8175         * net/ange-ftp.el (ange-ftp-file-symlink-p):
8176         Use condition-case to catch error in ange-ftp-get-files.
8178         * net/browse-url.el (browse-url-browser-function):
8179         Add alternative for Epiphany.
8180         (browse-url-epiphany-program, browse-url-epiphany-arguments)
8181         (browse-url-epiphany-startup-arguments)
8182         (browse-url-epiphany-new-window-is-tab): New variables.
8183         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8185         * progmodes/compile.el (compile-auto-highlight): Default now t.
8186         (compile): Doc fix.
8187         (compilation-next-error): Fix previous change.
8189         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8191         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8193 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
8195         * gdb-ui.el (gdb-source-info): Display current frame when
8196         attaching to an existing process.
8197         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8198         while laying out windows when attaching to an existing process.
8200 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
8202         * info.el (Info-menu): Use Info-menu-entry-name-re.
8204 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8206         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8207         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8209         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8210         to match the same text.
8212 2003-07-06  John Paul Wallington  <jpw@gnu.org>
8214         * vc.el (vc-annotate-offset): Move defvar up.
8216 2003-07-06  Kim F. Storm  <storm@cua.dk>
8218         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8219         This should fix the infinite loop when extracting menu names.
8221 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8223         * files.el (auto-mode-alist, interpreter-mode-alist):
8224         Remove entries to CC Mode modes to avoid duplicates; they are now added
8225         with autoload directives in cc-mode.el.
8227 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8229         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8230         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8231         these are changed, so declare them as variables and not constants.
8233         * progmodes/cc-mode.el: Fix some autoload problems: Try to
8234         ensure that the entry for ".c" extension comes before the one for
8235         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8236         Fix incorrect entries that were added to `interpreter-mode-alist'.
8237         Move the autoload directives for AWK to the top level since they
8238         aren't recognized anywhere else.  Do not use the new AWK mode doc
8239         in the autoload form for the old AWK mode.
8241 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8243         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8244         (bibtex-sort-ignore-string-entries): Default value t.
8245         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8246         erroneously in previous version.
8247         (bibtex-string-files): Docstring reflects new parsing scheme.
8248         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8249         docstring, add # as one of the chars to crush
8250         (bibtex-autokey-prefix-string, bibtex-autokey-names)
8251         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8252         (bibtex-autokey-name-change-strings)
8253         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8254         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8255         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8256         (bibtex-autokey-title-terminators)
8257         (bibtex-autokey-titlewords-stretch)
8258         (bibtex-autokey-titleword-ignore)
8259         (bibtex-autokey-titleword-case-convert)
8260         (bibtex-autokey-titleword-abbrevs)
8261         (bibtex-autokey-titleword-abbrevs)
8262         (bibtex-autokey-titleword-change-strings)
8263         (bibtex-autokey-titleword-length)
8264         (bibtex-autokey-titleword-separator)
8265         (bibtex-autokey-name-year-separator)
8266         (bibtex-autokey-year-title-separator)
8267         (bibtex-autokey-before-presentation-function)
8268         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8269         Fix docstring.
8270         (bibtex-strings, bibtex-reference-keys):
8271         Use lazy-completion-table and make-variable-buffer-local.
8272         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8273         (bibtex-braced-string-syntax-table)
8274         (bibtex-quoted-string-syntax-table): New variables.
8275         (bibtex-parse-nested-braces): Remove.
8276         (bibtex-parse-field-string): Use syntax table and forward-sexp.
8277         (bibtex-parse-association): Simplify.
8278         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8279         (bibtex-parse-field-text): Simplify.
8280         (bibtex-search-forward-field, bibtex-search-backward-field):
8281         argument BOUND can take value t.
8282         (bibtex-start-of-field, bibtex-start-of-name-in-field)
8283         (bibtex-end-of-name-in-field, bibtex-end-of-field)
8284         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8285         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8286         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8287         (bibtex-skip-to-valid-entry): Return buffer position of beginning
8288         and ending of entry.  Update for changes of bibtex-search-entry.
8289         Simplify.
8290         (bibtex-map-entries): FUN is called with three arguments.
8291         (bibtex-search-entry): Return a cons pair with buffer positions of
8292         beginning and end of entry.
8293         (bibtex-enclosing-field): Simplify.
8294         (bibtex-format-entry): Use booktitle to set a missing title.
8295         (bibtex-autokey-get-names): Fiddle with regexps.
8296         (bibtex-generate-autokey): Use identity.
8297         (bibtex-parse-keys): Use simplified parsing algorithm if
8298         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
8299         arguments.  Return alist of keys.
8300         (bibtex-parse-strings): Simplify.  Return alist of strings.
8301         (bibtex-complete-string-cleanup): Fix docstring.
8302         (bibtex-read-key): New function.
8303         (bibtex-mode): Fix docstring.  Do not parse for keys and
8304         strings when the mode is entered.  Set fill-paragraph-function to
8305         bibtex-fill-field.  Setup font-lock-mark-block-function the way
8306         font-lock intended.
8307         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
8308         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8309         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8310         (bibtex-Preamble): Avoid hard coded constants.
8311         (bibtex-make-field): Fix docstring.  Simplify.
8312         (bibtex-beginning-of-entry): Always return new position of point.
8313         (bibtex-end-of-entry): Rearrange cond clauses.
8314         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8315         Update for changes of bibtex-map-entries.
8316         (bibtex-ispell-abstract): Do not move point.
8317         (bibtex-entry-index): Use downcase.  Simplify.
8318         (bibtex-lessp): Handle catch-all.
8319         (bibtex-find-crossref): Turn into a command.
8320         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
8321         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
8322         preamble entries.
8323         (bibtex-fill-field-bounds): New function.
8324         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
8325         (bibtex-fill-entry): Use bibtex-fill-field-bounds
8326         (bibtex-String): Use bibtex-strings.  Always obey
8327         bibtex-sort-ignore-string-entries.
8329 2003-07-05  John Paul Wallington  <jpw@gnu.org>
8331         * cus-theme.el (customize-create-theme):
8332         Call `customize-create-theme' in Reset widget's notify function.
8334         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8335         (ibuffer-mark-interactive): Use `or' instead of `unless'.
8336         (define-ibuffer-column name): Add summarizer.
8337         (define-ibuffer-column size): Likewise.
8338         (define-ibuffer-column filename): Likewise.
8339         (define-ibuffer-column process): Likewise.  Change BODY's output too.
8340         (define-ibuffer-column filename-and-process): Likewise, likewise.
8341         (ibuffer): Remove local vars `already-in' and `need-update'.
8343         * ibuf-ext.el: Don't require `derived' at compile-time.
8345 2003-07-05  Kim F. Storm  <storm@cua.dk>
8347         * info.el: Disable paragraph refilling.
8348         (Info-refill-paragraphs): New defcustom.
8349         (Info-fontify-node): Use it.
8351 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8353         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8354         thingies from constructors created by defstruct.
8356         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8357         the default value of the variable.
8358         (byte-code-meter): Move declaration to top level.
8360         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8362         * info.el (Info-following-node-name-re): New fun.
8363         (Info-following-node-name): Remove.
8364         (Info-insert-dir): Use the new fun.
8365         (Info-extract-pointer): Don't save restriction; use new fun.
8366         (Info-menu-entry-name-re): New const.
8367         (Info-menu-entry-name-re): Use it along with new fun.
8368         (Info-node-spec-re): Use new fun.
8369         (Info-complete-menu-item, Info-fontify-node): Use new const.
8370         (Info-goto-node, Info-follow-reference, Info-menu-update):
8371         Use match-string.
8372         (Info-follow-reference): Use assoc-string.
8373         Use a list of strings for the completion table.
8374         (Info-fontify-node): Use match-string, line-end-position.
8375         Limit the search for `node:' to the first line.
8377         * newcomment.el (uncomment-region): Remove padding coming from
8378         comment-start rather than just from comment-padding.
8380         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8381         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8382         (vc-cvs-rename-file): Remove (use the default).
8383         (vc-cvs-register): Register parent dir if needed.
8384         (vc-cvs-could-register): Return non-nil if parent can be registered.
8385         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8386         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8388         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8389         (vc-svn-update): Fix the arguments to `svn'.
8390         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8391         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8392         Simple implementations, assuming `name' is a URL.
8394         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8395         set of chars allowed unquoted in a case pattern.
8397         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8399         * font-lock.el (font-lock-extra-types-widget)
8400         (c-font-lock-extra-types, c++-font-lock-extra-types)
8401         (objc-font-lock-extra-types, java-font-lock-extra-types)
8402         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8403         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8404         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8405         (font-lock-match-c++-structor-declaration)
8406         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8407         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8408         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8409         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8410         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8411         (java-font-lock-keywords-3, java-font-lock-keywords)
8412         (java-font-lock-syntactic-face-function): Remove obsolete code
8413         and constants.  It's all in cc-fonts.el now.
8415 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8417         * mail/sendmail.el (mail-specify-envelope-from)
8418         (mail-envelope-from): Doc fix.
8420 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8422         * generic-x.el: Do away with the dependency on `c-emacs-features'
8423         when populating `rul-generic-mode-syntax-table'; we already know
8424         this isn't XEmacs.
8426 See ChangeLog.10 for earlier changes.
8428 ;; Local Variables:
8429 ;; coding: iso-2022-7bit
8430 ;; End:
8432     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8433   Copying and distribution of this file, with or without modification,
8434   are permitted provided the copyright notice and this notice are preserved.
8436 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1