(find-file-noselect-1): Fix bug introduced by Revision 1.694.
[emacs.git] / lisp / ChangeLog
blob9cfd96f7075b7609c0c415c69c085a9a599f3799
1 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3         * files.el (find-file-noselect-1): Fix bug introduced by
4         Revision 1.694.  As a side effect, `inhibit-read-only'
5         is again, by default, t during execution of
6         `find-file-not-found-functions'.
7         (insert-directory): Check that lines were really inserted by
8         the --dired switch, before erasing them.
10 2004-05-24  Nick Roberts  <nickrob@gnu.org>
12         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16         gud-minor-mode (gdbmi).
18 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
20         * net/browse-url.el (browse-url-interactive-arg): Enable user to
21         explicitly select the text to be taken as URL.
23 2004-05-23  Juri Linkov  <juri@jurta.org>
25         * info.el (Info-index-nodes): New var and fun.
26         (Info-goto-index, Info-index, info-apropos)
27         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
28         (Info-index): Fix docstring.  Store and restore Info-history-list.
29         (Info-complete-nodes): New var.
30         (Info-complete-menu-item): Use it.
31         (Info-index-node): New fun.
32         (Info-final-node, Info-forward-node, Info-backward-node)
33         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
34         Use Info-index-node.
35         (Info-extract-menu-item, Info-extract-menu-counting): Set second
36         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
37         (Info-find-node-2): If a node with period in its name not found,
38         try to find a node without the name part after period.
39         (Info-select-node): Call Info-fontify-node only if
40         Info-fontify-maximum-menu-size is not nil.
41         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
42         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
43         Preserve Info-history-list.
44         (Info-toc): Set Info-current-file.
45         (Info-build-toc): Move point to the beginning of the buffer.
46         Add main-file variable.
47         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
48         Use backslashed representation of the control character ^_.
50         * textmodes/texinfmt.el (texinfo-print-index): Print index line
51         numbers in the new Texinfo 4.7 format.
53         * add-log.el (change-log-font-lock-keywords): Remove `:' from
54         regexps for function and variable names.
56         * descr-text.el (describe-property-list): Add [show] button for
57         `syntax-table' property with action to pp to a separate buffer.
58         (describe-char): Replace search-forward by re-search-forward with
59         whitespace regexp after "character:" to not fail in too narrow
60         windows.
62         * simple.el (next-error-find-buffer): Add a rule to return
63         next-error capable buffer if one window on the selected frame
64         displays such buffer.
66 2004-05-23  Nick Roberts  <nickrob@gnu.org>
68         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
69         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
70         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
71         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
72         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
73         new value for gud-minor-mode (gdbmi).
74         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
75         (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
76         from local to global gdb variable set.
77         (gdb-ann3): Initialise above gdb variable set.
78         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
79         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
80         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
81         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
82         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
83         (gdb-info-locals-handler, gdb-invalidate-assembler)
84         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
85         set as global variables.
86         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
87         Handle gdbmi.
88         (gdb-info-breakpoints-custom): Fix regexp.
89         (def-gdb-var): Delete.
91         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
92         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
93         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
94         a new mode.  The file (gdb-mi.el) for this mode will be included
95         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
96         primary interface.
98 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
100         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
101         interpreted as a directory.
103 2004-05-22  Richard M. Stallman  <rms@gnu.org>
105         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
106         as a close quote.
108         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
110         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
111         Use assoc-string, not assoc-ignore-case.
113         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
115         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
116         If moving back then fwd gets a defun that ends before point,
117         try again moving fwd then back.
119         * files.el (file-name-non-special): Allow t in file-arg-indices
120         to mean requote the return value.  Use `identity' as an element
121         rather than as the whole value.
123         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
125 2004-05-22  Juanma Barranquero  <lektu@terra.es>
127         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
128         `help-make-usage'.
129         (help-highlight-arguments): Skip function name before searching
130         for arguments.
132 2004-05-21  Juanma Barranquero  <lektu@terra.es>
134         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
135         Don't mention in the docstring these arguments meant for
136         internal (recursive) use only.
137         (allout-char-spec): Comment out (it's not implemented).
138         (allout-old-expose-topic, allout-exposure): Fix docstring and add
139         obsolescence declaration.
140         (allout-flatten-exposed-to-buffer)
141         (allout-indented-exposed-to-buffer): Fix typos in docstring.
142         (my-mark-marker): Doc fix.
143         (produce-allout-mode-map, allout-sibling-index)
144         (allout-isearch-expose, allout-distinctive-bullet)
145         (allout-open-topic, allout-reindent-body)
146         (allout-rebullet-heading, allout-process-exposed)
147         (allout-insert-listified, allout-latex-verb-quote)
148         (allout-insert-latex-header, allout-insert-latex-trailer):
149         Make arguments match their use in docstring.
150         (allout-primary-bullet, allout-old-style-prefixes)
151         (allout-inhibit-protection, allout-init, allout-mode)
152         (allout-before-change-protect, allout-flag-region):
153         Use "Emacs" instead of "emacs" in docstrings.
155 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
157         * international/characters.el: Modify syntax of more characters.
159 2004-05-21  Masatake YAMATO  <jet@gyve.org>
161         * progmodes/etags.el (tags-apropos, list-tags): Require
162         apropos.
163         (etags-tags-completion-table): Show parsing progress.
165 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
167         * locate.el (locate-prompt-for-command): Shorten first line of
168         docstring.
169         (locate-mode): Expand docstring and include keymap summary.
171         * files.el (find-file-noselect-1): Limit the scope of the
172         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
173         is, by default, nil during the execution of
174         `find-file-not-found-functions' and `find-file-hook'.
176 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
178         * facemenu.el (facemenu-color-name-equal): New function.
179         (list-colors-display): Use it to compare colors instead of
180         facemenu-color-equal.
182 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
184         * compare-w.el (compare-windows-face): Use min-colors instead of
185         checking for tty or pc types.
187 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
190         (completion-setup-function): Use with-current-buffer.
191         Properly save excursion.  Simplify.
192         Don't assume there is necessarily a `mouse-face' property somewhere.
194         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
196         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
198         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
199         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
200         Use with-current-buffer.
201         (byte-goto-log-buffer): Delete.
202         (byte-compile-log-file): Call compilation-forget-errors.
204 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
206         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
207         output messages into the search result.
209 2004-05-19  Masatake YAMATO  <jet@gyve.org>
211         * wid-edit.el (widget-radio-button-notify): Revert my last
212         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
214 2004-05-19  Kenichi Handa  <handa@m17n.org>
216         * international/characters.el: Fix syntax (open/close) of CJK chars.
218 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
220         * help-mode.el (help-go-back): Don't depend on position of back button.
222 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
225         files files don't contain an accidental additional /.
227         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
228         in source buffer.
230 2004-05-18  Masatake YAMATO  <jet@gyve.org>
232         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
233         to widget-apply.  :action method assumes 2 arguments, not 3.
235 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
237         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
238         New constants.
239         (hs-special-modes-alist): Add an f90-mode entry.
241 2004-05-17  Sam Steingold  <sds@gnu.org>
243         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
244         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
246 2004-05-16  Kim F. Storm  <storm@cua.dk>
248         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
250 2004-05-15  John Wiegley  <johnw@newartisans.com>
252         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
253         (eshell-output-object-to-target): Improve output speed 20% by not
254         calling `eshell-stringify' if something is already known to be a string.
256 2004-05-15  Alex Ott  <ott@jet.msk.su>
258         * textmodes/ispell.el (ispell-local-dictionary-alist):
259         Add windows-1251 to the choice of coding systems.
260         (ispell-dictionary-alist-6): Add support for "russianw.aff",
261         encoded in cp1251.
263 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
265         * progmodes/compile.el (compilation-warning-face)
266         (compilation-info-face): Use min-colors.
268 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
270         * toolbar/close.pbm, toolbar/close.xpm
271         * toolbar/copy.pbm, toolbar/copy.xpm
272         * toolbar/cut.pbm, toolbar/cut.xpm
273         * toolbar/help.pbm, toolbar/help.xpm
274         * toolbar/home.pbm, toolbar/home.xpm
275         * toolbar/index.pbm, toolbar/index.xpm
276         * toolbar/jump_to.pbm, toolbar/jump_to.xpm
277         * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
278         * toolbar/new.pbm, toolbar/new.xpm
279         * toolbar/open.pbm, toolbar/open.xpm
280         * toolbar/paste.pbm, toolbar/paste.xpm
281         * toolbar/preferences.pbm, toolbar/preferences.xpm
282         * toolbar/print.pbm, toolbar/print.xpm
283         * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
284         * toolbar/save.pbm, toolbar/save.xpm
285         * toolbar/saveas.pbm, toolbar/saveas.xpm
286         * toolbar/search.pbm, toolbar/search.xpm
287         * toolbar/spell.pbm, toolbar/spell.xpm
288         * toolbar/undo.pbm, toolbar/undo.xpm
289         * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
290         GTK+ version 2.
293 2004-05-15  Kim F. Storm  <storm@cua.dk>
295         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
296         Use it to set triggered-p element of timer.
297         (timer-event-handler): Set triggered-p element non-nil while running
298         the timer function.
300 2004-05-14  David Ponce  <david@dponce.com>
302         * tree-widget.el: New file.
304 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
306         * language/european.el ("Brazilian Portuguese"): Add support for
307         Brazilian Portuguese.
309 2004-05-13  John Wiegley  <johnw@newartisans.com>
311         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
312         `recentf-mode' if this variable has been customized to t.
314         * eshell/esh-test.el (eshell-test): Call the function
315         `emacs-version' rather than trying to build a custom version string.
317 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * net/telnet.el (telnet-mode): Use define-derived-mode.
320         Don't modify the global value of comint-prompt-regexp.
322 2004-05-13  John Paul Wallington  <jpw@gnu.org>
324         * version.el (emacs-version): Check for `gtk' feature before
325         `x-toolkit' feature.
327 2004-05-13  Juanma Barranquero  <lektu@terra.es>
329         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
330         arguments in the docstring, they're used only in recursive calls.
332         * help-fns.el (help-arg-highlighting-function)
333         (help-argument-name): Delete.
334         (help-default-arg-highlight): New function.
335         (help-do-arg-highlighting): Use it.
337 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
339         * calendar/appt.el (appt-disp-window):
340         Use `calendar-set-mode-line' for a centered mode-line.
342 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
344         * calendar/appt.el (appt-disp-window): Do not split window
345         excessively when `split-height-threshold' is low.
347 2004-05-12  Nick Roberts  <nickrob@gnu.org>
349         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
350         kill-buffer-hook here and make it local.
351         (gud-kill-buffer-hook): Use kill-process for a sure kill.
353 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
355         * progmodes/compile.el (compilation-set-window-height):
356         Use save-excursion to protect against misplaced marker.
358 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
360         * custom.el (defface): Document that type can have value gtk.
362         * faces.el (face-spec-set-match-display): Handle type gtk in display.
364 2004-05-12  Kenichi Handa  <handa@m17n.org>
366         * descr-text.el: Require quail at comile time.
367         (describe-char): If an input method is on and it supports the
368         character, show how to input it.
370         * international/quail.el (quail-install-decode-map): Accept a
371         char-table whose subtype is `quail-decode-map'.
372         (quail-store-decode-map-key, quail-gen-decode-map1)
373         (quail-gen-decode-map, quail-find-key1, quail-find-key)
374         (quail-show-key): New functions.
376 2004-05-12  Juanma Barranquero  <lektu@terra.es>
378         * generic.el (define-generic-mode): Remove redundant arglist info.
380         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
381         Make arguments match their use in docstring.
382         (help-arg-highlighting-function): New variable.
383         (help-argument-name): Mention it in the docstring.
384         (help-do-arg-highlight): Use it.  Expand regexp to accept also
385         ARG-xxx and xxx-ARG references.
387 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
389         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
390         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
391         and "mailto:addr1?to=addr2" equal.
393 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
395         * man.el (Man-getpage-in-background): Use shell-file-name
396         and shell-command-switch variables instead of hard-coded values.
398 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
400         * iimage.el: New file.
402 2004-05-11  Juanma Barranquero  <lektu@terra.es>
404         * custom.el (custom-initialize-default, defcustom): Typo in docstring.
406         * files.el (set-visited-file-name, file-expand-wildcards):
407         Fix docstring.
409 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
413         * subr.el (eventp): Be more discriminating with integers.
415 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
417         * progmodes/compile.el (compile): Add universal prefix arg.
418         (compilation-error-regexp-alist-alist): Add edg patterns.
420 2004-05-10  Sam Steingold  <sds@gnu.org>
422         * textmodes/ispell.el (ispell-message):
423         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
425 2004-05-10  Dave Love  <fx@gnu.org>
427         * progmodes/python.el (help-buffer): Autoload when compiling.
428         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
429         (run-python): Prepend to any existing PYTHONPATH.
431 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
433         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
434         for pending breakpoints.
436 2004-05-10  Richard M. Stallman  <rms@gnu.org>
438         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
439         directly without calling any functions in Rmail.
440         (unrmail-unprune): Function deleted.
442 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
445         C-c C-z binding.
447 2004-05-10  Kenichi Handa  <handa@m17n.org>
449         * descr-text.el (describe-char): Fix previous change.  Don't make
450         a unibyte character to multibyte in the *Help* buffer.
452 2004-05-10  Miles Bader  <miles@gnu.org>
454         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
455         buffer an error if the debugger process is actually running.
457 2004-05-10  Juanma Barranquero  <lektu@terra.es>
459         * help-fns.el (help-argument-name): Default to italic.
460         (help-highlight-arguments): Return always (usage . doc), even when
461         usage is nil.
463         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
464         (define-ibuffer-filter): Add usage info.
465         (define-ibuffer-op): Add usage info (but CL-style defaults for
466         keyword args are not shown).
468         * subr.el (remove-overlays, read-passwd): Fix docstring.
469         (start-process-shell-command): Fix docstring.  Put usage info in a
470         format usable by `describe-function'.
471         (open-network-stream, open-network-stream-nowait)
472         (open-network-stream-server): Fix docstring.
474 2004-05-09  Jason Rumney  <jasonr@gnu.org>
476         * international/code-pages (cp932, cp936, cp949, c950): Remove.
477         Only define cp125* if windows-125* is already defined.
479         * language/korean.el (cp949): Add alias.
481         * language/chinese.el (cp936, cp950): Add aliases.
483         * language/japanese.el (cp932): Add alias.
485         * term/w32-win.el: Require code-pages.
487         * international/mule-cmds.el (set-locale-environment):
488         On MS-Windows use ansi code-page for default coding-systems.
489         Set up paper sizes for Windows 3 letter languages.
491         * international/code-pages.el (cp932, cp936, cp949, cp950):
492         Add aliases.  Also add cp125* if not already defined.
494 2004-05-09  Juanma Barranquero  <lektu@terra.es>
496         * help-fns.el (help-highlight-arguments): Don't try to highlight
497         missing or autoloaded arglists.  Accept structured arguments, like
498         the first ones of `do' and `flet'.
500         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
501         (cvs-get-marked): Remove redundant arglist info.
503         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
504         Don't use CL-style default args.
506 2004-05-08  Andreas Schwab  <schwab@suse.de>
508         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
510         * international/subst-ksc.el: Fix references to utf-translate-cjk
511         into utf-translate-cjk-mode.
512         * international/subst-big5.el: Likewise.
513         * international/subst-gb2312.el: Likewise.
514         * international/subst-jis.el: Likewise.
515         * international/utf-16.el: Likewise.
516         * international/utf-8.el: Likewise.
518 2004-05-08  John Wiegley  <johnw@newartisans.com>
520         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
521         "virtual buffers" (off by default), which makes it possible to
522         switch to the "virtual" buffers of recently visited files.  When a
523         buffer name search fails, and this option is on, iswitchb will
524         look at the list of recently visited files, and permit matching
525         against those names.  When the user hits RET on a match, it will
526         revisit that file.
527         (iswitchb-read-buffer): Add two optional arguments, which makes
528         isearchb.el possible.
529         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
530         (iswitchb-next-match): Add support for virtual buffers.
532         * isearchb.el: This module extends iswitchb to provide "as you
533         type" buffer selection.
535         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
536         Ignore the read-only property when flyspell highlighting is on.
537         Not ignoring it leads to a series of confusing errors.
538         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
539         but also make sure to call flyspell-incorrect-hook.
540         (flyspell-maybe-correct-transposition): Perform transposition test
541         by bit twiddling a string, rather than using a temp buffer.
542         (flyspell-maybe-correct-doubling): Use a string rather than a temp
543         buffer.  This is also the original version of the code, which
544         could not be checked in before due to a previous lack of
545         assignment papers.  This version has seen heavy usage on my system
546         for several years now.
548         * calendar/cal-bahai.el: New file, which adds support for the
549         Baha'i calendar to Emacs.  This calendar is based on a solar year
550         of 19 months of 19 days, with 4 intercalary days.  Each year
551         begins on March 21, with the calendar starting in 1844.
553         * calendar/cal-menu.el, calendar/calendar.el,
554         calendar/diary-lib.el, calendar/holidays.el: Added support for
555         using cal-bahai.el.
557         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
558         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
559         function can be used outside of eshell buffers.
560         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
562 2004-05-08  Juanma Barranquero  <lektu@terra.es>
564         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
565         word constituent so FOO-ARG is not recognized as an arg.
566         (help-highlight-arguments): Don't skip lists in mandatory arguments.
568         * simple.el (next-error): Fix typo in docstring.
569         (open-line): Make argument names match their use in docstring.
570         (split-line): Fix docstring.
572         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
573         usable by `describe-function'.
574         (gensym, gentemp, typep, ignore-errors): Make argument names match
575         their use in docstring.
577         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
578         argument to `help-setup-xref'.
580 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
582         Version 2.0.40 of Tramp released.
584         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
585         Use symbol-function to invoke functions only known on some Emacs
586         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
587         Scaldeferri <kevin@scaldeferri.com>.
588         (tramp-do-copy-or-rename-file-via-buffer): Rename from
589         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
590         consistent with the other tramp-do-* functions.
591         (tramp-do-copy-or-rename-file): Calls adjusted.
592         (tramp-process-initial-commands): Avoid liveness check on shell --
593         we know that it must be alive since we're opening a connection at
594         this moment.
595         (tramp-last-cmd): New internal variable.
596         (tramp-process-echoes): New tunable.
597         (tramp-send-command): Set tramp-last-cmd.
598         (tramp-wait-for-output): Delete echo, if applicable.
599         (tramp-read-passwd): Construct the key for the password cache in a
600         way that works for multi methods, too.
601         (tramp-bug): Add backup-directory-alist and
602         bkup-backup-directory-info to bug reports, with Tramp counterparts.
604 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
606         * net/tramp*.el: Suppress byte-compiler warnings where possible.
608         * net/tramp.el (tramp-out-of-band-prompt-regexp)
609         (tramp-actions-copy-out-of-band): New defcustoms.
610         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
611         used instead of a synchronous one.  Allows password entering.
612         (tramp-action-out-of-band): New defun.
613         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
614         Remove restriction with password from doc string.
615         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
616         `tramp-out-of-band-prompt-regexp',
617         `tramp-actions-copy-out-of-band', `password-cache' and
618         `password-cache-expiry'.
619         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
620         password caching.
621         (tramp-touch): FILE can be a local file, too.
622         (TODO): Remove items done.
623         (tramp-handle-insert-directory): Properly quote file name also if
624         not full-directory-p.  Handle wildcard case.  Reported by Andreas
625         Schwab <schwab@suse.de>.
626         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
627         new file.
628         (tramp-handle-file-local-copy, tramp-handle-write-region):
629         The permissions of the temporary file are set if filename exists.
630         Reported by Ted Stern <stern@cray.com>.
631         (tramp-backup-directory-alist)
632         (tramp-bkup-backup-directory-info): New defcustoms.
633         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
634         (tramp-handle-find-backup-file-name): New function.
635         Implements Tramp's find-backup-file-name.
637         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
638         for `find-backup-file-name'.
640         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
641         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
643 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
645         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
647 2004-05-07  Juanma Barranquero  <lektu@terra.es>
649         * subr.el (lambda): Add arglist description to docstring.
650         (declare): Fix typo in docstring.
651         (open-network-stream): Fix docstring.
652         (process-kill-without-query): Fix docstring and add obsolescence info.
653         (last, butlast, nbutlast): Make arguments match their use in docstring.
654         (insert-buffer-substring-no-properties): Likewise.
655         (insert-buffer-substring-as-yank): Likewise.
656         (split-string): Fix docstring.
658         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
659         Make argument names match their use in docstring.
661         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
663 2004-05-06  Nick Roberts  <nickrob@gnu.org>
665         * progmodes/gdb-ui.el: Improve/extend documentation strings.
666         Fit first sentence on one line for apropos-command.
668 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
670         Changes largely merged in from Dave Love's code.
671         * progmodes/python.el: Doc fixes.
672         (python-mode-map): Add python-complete-symbol.
673         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
674         (python-comment-indent, python-complete-symbol)
675         (python-symbol-completions, python-partial-symbol)
676         (python-try-complete): New.
677         (python-indent-line): Remove optional arg.  Use python-block-end-p.
678         (python-check): Bind compilation-error-regexp-alist.
679         (inferior-python-mode): Use rx.  Move keybindings to top level.
680         Set comint-input-filter.
681         (python-preoutput-filter): Use rx.
682         (python-input-filter): Re-introduce.
683         (python-proc): Start new process if necessary.
684         Check python-buffer non-nil.
685         (view-return-to-alist): Defvar.
686         (python-send-receive): New.
687         (python-eldoc-function): Use it.
688         (python-mode-running): Don't defvar.
689         (python-mode): Set comment-indent-function.
690         Maybe update hippie-expand-try-functions-list.
691         (python-indentation-levels): Initialize differently.
692         (python-block-end-p): New.
693         (python-indent-line): Use it.
694         (python-compilation-regexp-alist): Augment.
695         (run-python): Import `emacs' module to Python rather than loading
696         code directly.  Set python-buffer differently.
697         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
698         Use python-proc.
699         (python-send-command): Go to end of comint buffer.
700         (python-load-file): Use python-proc, emacs.eimport.
701         (python-describe-symbol): Simplify interactive form.
702         Use emacs.help.  Do use temp-buffer-show-hook.
703         Call print-help-return-message.
704         (hippie-exp): Require when compiling.
705         (python-preoutput-continuation): Use rx.
707         * diff-mode.el (diff-make-unified): Fix regexp.
709 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
711         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
712         filter groups from the buffer when rebuilding the Ibuffer buffer
713         and `ibuffer-show-empty-filter-groups' is nil.
715 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
717         * ps-print.el (ps-print-quote): Call ps-value-string.
718         (ps-setup): Call ps-comment-string.
719         (ps-value-string, ps-comment-string): New funs.
721 2004-05-06  Juanma Barranquero  <lektu@terra.es>
723         * ehelp.el (electric-help-command-loop): Check whether the last
724         character is visible, not (point-max).
726         * help-fns.el (help-argument-name): Default to bold; don't inherit
727         from font-lock-variable-name-face.
728         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
730 2004-05-05  Kenichi Handa  <handa@m17n.org>
732         * descr-text.el (describe-char): Copy the character with text
733         properties and overlays into the first line, and call
734         describe-text-properties on it.
736 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
738         * iswitchb.el (iswitchb-global-map): Fix typo.
739         Remove unwanted ###autoloads from source file.
741 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
743         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
744         in run-hooks.  Use substitute-command-keys in message.
745         (wdired-abort-changes): Add message.
747 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
749         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
750         (sql-emacs20-p): Remove.
751         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
752         (sql-builtin-face, sql-doc-face): Remove.
753         (sql-mode-ansi-font-lock-keywords)
754         (sql-mode-oracle-font-lock-keywords)
755         (sql-mode-postgres-font-lock-keywords)
756         (sql-mode-linter-font-lock-keywords)
757         (sql-mode-ms-font-lock-keywords)
758         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
759         (sql-product-font-lock): Fix font-lock reset when font rules change.
760         (sql-highlight-product): Remove incorrect font-lock reset logic.
762 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
764         * ses.el (ses-set-parameter): Fix typo.
766 2004-05-04  Kim F. Storm  <storm@cua.dk>
768         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
769         Must expand directory for completion to work; and don't mess with
770         process-environment.
771         (ido-read-file-name): If command has ido property, don't use ido
772         if value is ignore, or read as directory if value is dir.
773         Set ido ignore property for dired-do-rename command.
775 2004-05-04  Juanma Barranquero  <lektu@terra.es>
777         * ehelp.el (electric-help-command-loop, electric-help-undefined)
778         (electric-help-help): Check against unmapped commands.
780         * help-fns.el (help-argument-name): New face, inheriting from
781         font-lock-variable-name-face, to highlight function arguments in
782         `describe-function' and `describe-key'.
783         (help-do-arg-highlight): Auxiliary function to highlight a given
784         list of arguments in a string.
785         (help-highlight-arguments): Highlight the function arguments and
786         all uses of them in the docstring.
787         (describe-function-1): Use it.  Do docstring output via `insert',
788         not 'princ', so text attributes are preserved.
790         * winner.el (winner-mode-map): Move `winner-undo' and
791         `winner-redo' to C-c <left> and C-c <right>, respectively (the
792         previous bindings conflict with `prev-buffer', `next-buffer').
794 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
796         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
797         (bibtex-entry-update): New command bound to C-c C-u.
798         (bibtex-text-in-string): Fix regexp.
799         (bibtex-assoc-of-regexp): Remove.
800         (bibtex-progress-message): Fix docstring.
801         (bibtex-inside-field): Use if.
802         (bibtex-assoc-regexp): New function.
803         (bibtex-format-entry): Make code more robust so that it formats
804         also old entries.
805         (bibtex-autokey-demangle-title): Merge with obsolete function
806         bibtex-assoc-of-regexp.
807         (bibtex-field-list): New function.
808         (bibtex-entry): Use bibtex-field-list.
809         (bibtex-parse-entry): Fix docstring.
810         (bibtex-print-help-message): Use bibtex-field-list.
811         (bibtex-make-field): Use bibtex-field-list.
812         (bibtex-entry-index): Bugfix.  Return crossref key if required.
813         (bibtex-lessp): Fix docstring.
815 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
817         * select.el (xselect-convert-to-string): Move comment to intended line.
819 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
821         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
822         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
824 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
826         * term/x-win.el (x-clipboard-yank): Don't exit on error from
827         x-get-selection.
829 2004-05-03  Jason Rumney  <jasonr@gnu.org>
831         * makefile.nt: Remove.
833 2004-05-03  Kim F. Storm  <storm@cua.dk>
835         * emulation/cua-base.el (cua--update-indications): Fix last change.
836         (cua-mode): Deactivate mark when cua-mode is enabled.
838 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
840         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
842 2004-05-03  Nick Roberts  <nickrob@gnu.org>
844         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
845         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
846         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
847         window over visible frames.
848         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
850 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
852         * progmodes/compile.el (compilation-gcpro): New var.
853         (compilation-fake-loc): Use it.
854         (compilation-forget-errors): Reset it.
856 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
858         * diff-mode.el (diff-header-face, diff-file-header-face):
859         Use min-colors.
861 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
863         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
864         (bibtex-clean-entry): Disentangle code.
865         (bibtex-realign): New function.
866         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
867         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
868         Remove undocumented optional arg called-by-convert-alien.
869         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
870         for sorting instead of bibtex-sort-buffer.
872 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
874         * progmodes/compile.el (compilation-start): In the
875         no-async-subprocesses branch, call sit-for to give redisplay a
876         chance to show the updated process status in the mode line, and
877         fontify the buffer explicitly after the process exits.
879 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * progmodes/python.el (python-compilation-line-number): Remove.
882         (python-compilation-regexp-alist): Don't use it any more.
883         (python-orig-start, python-input-filter): Remove.
884         (inferior-python-mode): Don't set up comint-input-filter-functions.
885         (python-send-region): Use compilation-fake-loc.
887         * progmodes/compile.el (compilation-messages-start): New var.
888         (compilation-mode): Don't setup next-error-function here.
889         (compilation-setup): Set it up here instead (for minor modes as well).
890         Make compilation-messages-start buffer local.
891         (compilation-next-error-function): Use it.
892         (compilation-forget-errors): Set compilation-messages-start.
894 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
896         * ielm.el (ielm-prompt-read-only): Update docstring.
898         * comint.el (comint-prompt-read-only): Update docstring.
899         (comint-update-fence, comint-kill-whole-line)
900         (comint-kill-region): New functions.
902         * simple.el (kill-whole-line): Use "p" instead of "P" in
903         interactive form.
905 2004-05-01  Juanma Barranquero  <lektu@terra.es>
907         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
908         format arglist so default values in CL-style argument lists are
909         correctly shown.
911 2004-05-01  Jason Rumney  <jasonr@gnu.org>
913         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
915 2004-05-01  Kenichi Handa  <handa@m17n.org>
917         * international/titdic-cnv.el (miscdic-convert): Don't generate a
918         quail file if it is up to date.
920 2004-04-30  Juri Linkov  <juri@jurta.org>
922         * cus-edit.el (custom-mode-map):
923         Add key binding `C-x C-s' to `Custom-save'.
925         * outline.el (outline-blank-line): New var.
926         (outline-next-preface, outline-show-heading)
927         (outline-end-of-subtree): Use it.
929         * dired-aux.el (dired-touch-initial): New fun.
930         (dired-do-chxxx): Call it for op-symbol `touch'.
931         (dired-diff): Use `dired-dwim-target-directory'
932         if current dired buffer has no buffer mark.
934         * bindings.el (propertized-buffer-identification):
935         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
936         Add C-M-arrow keys for consistency.
938         * files.el (confirm-kill-emacs):
939         Change group from top-level `emacs' to `convenience'.
941         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
942         Push mark on the first call of successive command calls.
943         (insert-pair): New fun created from `insert-parentheses' with
944         `open' and `close' arguments added.  Enclose active regions
945         in paired characters.  Compare adjacent characters syntax with
946         inserted characters syntax before inserting a space.
947         (insert-parentheses): Call `insert-pair' with ?\( ?\).
949         * delsel.el: Don't put `delete-selection' property
950         on `insert-parentheses' symbol to take advantage of
951         region handling in `insert-pair' function.
952         Suggested by Stephan Stahl <stahl@eos.franken.de>.
954 2004-04-30  Kim F. Storm  <storm@cua.dk>
956         * emulation/cua-base.el: Add support for changing cursor types;
957         based on patch from Michael Mauger.
958         (cua-normal-cursor-color, cua-read-only-cursor-color)
959         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
960         Customization cursor type and/or cursor color.
961         (cua--update-indications): Handle cursor type changes.
962         (cua-mode): Update cursor indications if enabled.
964         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
966         * mouse.el (mouse-drag-copy-region): New defcustom.
967         (mouse-set-region, mouse-drag-region-1): Use it.
969         * simple.el (kill-ring-save): If region face background color is
970         unspecified (if no highlighting), show extent of fully visible
971         region even if transient-mark-mode is enabled.
973         * emulation/cua-base.el (cua--standard-movement-commands):
974         Add cua-scroll-up and cua-scroll-down.
975         (cua-scroll-up, cua-scroll-down): New commands.
976         (cua--init-keymaps): Remap scroll-up and scroll-down.
978         * emulation/cua-rect.el (cua--convert-rectangle-as):
979         New defmacro.
980         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
981         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
982         New commands (suggested by Jordan Breeding).
984 2004-04-30  Juanma Barranquero  <lektu@terra.es>
986         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
988 2004-04-30  Mario Lang  <mlang@delysid.org>
990         * diff.el (diff-switches): Fix typo in docstring.
992 2004-04-30  Alex Schroeder  <alex@gnu.org>
994         * xml.el (xml-debug-print-internal): Don't add newline and
995         indentation to text nodes and write empty elements as empty tags
996         instead of opening and closing tags.
997         (xml-debug-print): Take optional indent-string argument.
998         (xml-print): Alias for xml-debug-print.
1000 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1002         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1003         than duplicate call to `line-beginning-position'.
1005         * progmodes/f90.el (f90-get-present-comment-type):
1006         Return whitespace, as well as comment chars, for consistent filling
1007         of comment blocks.  Use `match-string-no-properties'.
1008         (f90-break-line): Trim trailing whitespace when filling comments.
1010 2004-04-30  Dave Love  <fx@gnu.org>
1012         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1013         (diary-from-outlook-internal, diary-from-outlook)
1014         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1015         New functions to import diary entries from Outlook-format
1016         appointments in mail messages.
1018 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * progmodes/python.el (python-send-command): New fun.
1021         (python-send-region, python-load-file): Use it.
1023         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1025         * help-fns.el (help-C-file-name): Use new subr-name.
1026         Prepend `src/' to the file name.
1027         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1028         (describe-function-1, describe-variable): Only find a C source file
1029         name if DOC is already loaded.
1031         * help-mode.el (help-function-def, help-variable-def):
1032         Use the new find-function-search-for-symbol functionality.
1033         Allow FILE to be `C-source'.
1035         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1036         (find-function-C-source): New fun.
1037         (find-function-search-for-symbol): Use it.
1039 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1041         * progmodes/sql.el (sql-product-alist): Rename variable
1042         `sql-product-support'.  Add Postgres login parameters.
1043         (sql-set-product, sql-product-feature): Update with renamed variable.
1044         (sql-connect-postgres): Add username prompt.
1045         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1046         Make patterns less product specific.
1047         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
1048         (sql-mode-abbrev-table): Modify initialization.
1049         (sql-builtin-face): Add variable.
1050         (sql-keywords-re): Add macro.
1051         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1052         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1053         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1054         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1055         (sql-mode-linter-font-lock-keywords)
1056         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1057         (sql-mode-sybase-font-lock-keywords)
1058         (sql-mode-informix-font-lock-keywords)
1059         (sql-mode-interbase-font-lock-keywords)
1060         (sql-mode-ingres-font-lock-keywords)
1061         (sql-mode-solid-font-lock-keywords)
1062         (sql-mode-sqlite-font-lock-keywords)
1063         (sql-mode-db2-font-lock-keywords): Default to nil.
1064         (sql-product-font-lock): Always highlight ANSI keywords.
1065         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1066         (sql-send-string): Add function.
1068 2004-04-29  Dave Love  <fx@gnu.org>
1070         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1071         (cfengine-end-of-defun): Ensure progress through buffer.
1073         * info-look.el (cfengine-mode): Accept a terminal ().
1075 2004-04-29  Juri Linkov  <juri@jurta.org>
1077         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1078         instead of isearch-yank-word-or-char.  Add new key bindings for
1079         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1080         (isearch-del-char): New fun.
1081         (isearch-forward, isearch-edit-string): Update docstring.
1082         (isearch-yank-char): Doc fix.
1083         (isearch-other-meta-char): Restore point after scrolling.
1085         * progmodes/compile.el (compilation-context-lines): Add nil option
1086         to disable compilation output window scrolling.
1087         (compilation-set-window): Use it.
1089         * outline.el (outline-next-preface, outline-show-heading):
1090         Don't leave unhidden blank line before heading.
1091         (outline-end-of-subtree): Include last newline into subtree.
1092         (hide-entry): Leave point at beginning of heading instead of end.
1093         (outline-up-heading): Push mark for the first call of successive
1094         command calls.
1096 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1098         * comint.el (comint-prompt-read-only): New variable.
1099         (comint-output-filter): Implement it.
1101         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1102         (ielm-prompt-internal): New variable.
1103         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1104         (ielm-send-input): Delete unused variable `buf'.
1105         (ielm-eval-input): Use `ielm-prompt-internal'.
1106         (inferior-emacs-lisp-mode): Use new variables
1107         `comint-prompt-read-only' and `ielm-prompt-internal'.
1108         Get rid of obsolete variable `directory-sep-char'.
1109         (ielm): Use `zerop'.
1111 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1113         * thumbs.el (toplevel): Require cl at compile time.
1114         Remove conditional definitions of `ignore-errors' and `caddar'
1115         because they occur at run time.
1117 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1119         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1120         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1121         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1122         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1124         * progmodes/gud.el (gud-common-init): Throw an error if program is
1125         already running under gdb.
1127 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1129         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1130         (thumbs-show-image-num): Move assignment of
1131         `thumbs-current-image-filename' within scope of `i'.
1132         (thumbs-emboss-image): Don't use `evenp'.
1134 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1136         * progmodes/compile.el (compilation-context-lines): Default now 0.
1138 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1140         Use `time-less-p' from calendar/time-date.el instead of defining
1141         custom versions of it.
1143         * pcomplete.el (pcomplete-time-less-p): Remove.
1145         * thumbs.el (time-less-p): Remove.
1147         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1148         (timeclock-generate-report): Use `time-less-p'.
1150         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1151         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1153 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1155         * subr.el (remove-overlays): Make arguments optional.
1157         * wid-edit.el (widget-specify-button): Put evaporate to the
1158         overlay for sample.
1159         (widget-specify-sample): Put evaporate to the overlay for sample.
1160         (widget-specify-doc): Put evaporate to the overlay for documentation.
1162 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1164         * info.el (info-apropos): Make it an index node.  Align node names
1165         like makeinfo.
1167 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1169         * net/browse-url.el (browse-url-netscape-sentinel)
1170         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1171         (browse-url-epiphany-sentinel, browse-url-mosaic):
1172         Use browse-url-*-program instead of a literal program name.
1174 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1176         * eshell/em-alias.el:
1177         * eshell/em-dirs.el:
1178         * eshell/em-hist.el:
1179         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1180         features when M-x customize-group loads modules before the main
1181         eshell.el.
1183 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1185         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1186         either a character representation of an event or an event
1187         description list.
1189         * type-break.el: Capitalise Emacs and Lisp.
1190         (type-break-good-break-interval, type-break-demo-boring-stats)
1191         (type-break-terse-messages, type-break-file-name): New defcustoms.
1192         (type-break-post-command-hook)
1193         (type-break-warning-countdown-string): Quote variable names in doc.
1194         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1195         (type-break-mode): Document type-break-good-break-interval and the
1196         "session" file.  Schedule break according to the session file.
1197         Kill session file buffer on exit.  Organise for save-some-buffers
1198         to always save the session file.
1199         (type-break-mode-line-message-mode, type-break-query-mode):
1200         Uppercase arguments.
1201         (type-break-file-time, type-break-file-keystroke-count, timep)
1202         (type-break-choose-file, type-break-get-previous-time)
1203         (type-break-get-previous-count): New defuns.
1204         (type-break): Avoid break querying after a completed break in the
1205         case where the query was initiated during user invocation of the
1206         break.  Optional terse messages.
1207         Use type-break-good-break-interval if type-break-good-rest-interval is
1208         nil.  File the break time.
1209         (type-break-schedule): New optional args for overriding the use of
1210         the current time.
1211         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1212         after a break.
1213         (type-break-check): File the keystroke count.
1214         (type-break-do-query): Prevent a second query when the break is
1215         interrupted.  Optional terse message.
1216         (type-break-keystroke-reset): Record the start of a typing interval.
1217         (type-break-demo-boring): Optional terse messages.  Display word
1218         per minute and keystroke counts according to
1219         type-break-demo-boring-stats.
1221 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
1223         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1224         directories, make sure they exist under archive-tmpdir.
1226 2004-04-27  Juri Linkov  <juri@jurta.org>
1228         * help.el (view-emacs-news): With argument, display info for the
1229         selected version by finding it among different NEWS files, and
1230         narrowing the buffer to the selected version.
1232         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1233         same-window-buffer-names.
1234         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
1235         non-numeric prefix argument, append the number to the buffer name
1236         for numeric prefix argument.
1237         (info-other-window): Bind same-window-regexps to nil.
1238         (Info-reference-name): Rename to Info-point-loc.
1239         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1240         and Info-find-index-name for stringy Info-point-loc.
1241         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
1242         without middle `.', but with final `.' and optional line number
1243         for it.  Set Info-point-loc for index nodes.
1244         (Info-index): Remove middle `.' from index entry regexp.
1245         Modify line number regexp.
1246         (Info-index-next): Decrement line number.
1247         (info-apropos): Remove middle `.' from index entry regexp.
1248         Add optional line number regexp at the end.  Add matched value
1249         for line number to the result list and insert it to the buffer.
1250         Replace match-string by match-string-no-properties.
1251         Reorder result list.
1252         (Info-fontify-node): Hide index line numbers.
1253         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1254         empty matches.
1255         (Info-follow-reference): Use `str' instead of
1256         Info-following-node-name-re.
1257         (Info-toc): Use full file names.  Set Info-current-node to "Top".
1258         (Info-fontify-node): Compare file names without directory name.
1259         (Info-try-follow-nearest-node): Don't set Info-reference-name.
1260         Set second arg of Info-extract-menu-node-name for index nodes.
1261         (info-xref-visited): Use magenta3 instead of magenta4.
1262         (Info-mode): Add info-apropos to docstring.
1264         * log-view.el (log-view-diff): Replace interactive code "r"
1265         by a list to allow to call it even if region is not active.
1267         * paren.el (show-paren-highlight-openparen): New var.
1268         (show-paren-function): Turn on openparen highlighting when
1269         matching forward if show-paren-highlight-openparen is non-nil.
1271         * simple.el (kill-ring-save): Use blink-matching-delay instead of
1272         the constant value 1.
1273         (completions-common-part): Expand docstring.
1275         * textmodes/picture.el (picture-mode-map): Add arrow keys.
1277 2004-04-27  Kim F. Storm  <storm@cua.dk>
1279         * image.el (insert-sliced-image): Use line-height instead of
1280         line-spacing property on newline.
1282 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
1284         * desktop.el (desktop-buffer-misc-data-function): Rename to
1285         desktop-save-buffer and change docstring.
1286         (desktop-buffer-modes-to-save): Delete.
1287         (desktop-save-buffer-p): Use desktop-save-buffer instead of
1288         desktop-buffer-modes-to-save.
1289         (desktop-save): Rename desktop-buffer-misc-data-function to
1290         desktop-save-buffer and allow non-function value.
1291         (desktop-missing-file-warning): Correct docstring.
1293         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
1294         to desktop-save-buffer.
1296         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1297         desktop-save-buffer.
1299         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1301         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1303 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1305         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1307 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1309         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1310         (ielm): Only go to the end of the buffer when starting a new process.
1312 2004-04-25  Juanma Barranquero  <lektu@terra.es>
1314         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1315         mode line.  Bind `inhibit-read-only' to t before modifying
1316         properties of text in the buffer.
1317         (ielm): Force point to the end of buffer, even when running ielm
1318         from inside itself.
1320 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1322         * info.el (info-apropos): Reset Info-complete-cache.
1324 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
1326         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1327         Also recognize severe Irix et al. messages.
1328         (compilation-normalize-filename, compile-abbreviate-directory):
1329         Delete functions.
1330         (compilation-get-file-structure): New function inherits
1331         functionality of the two preceding ones.
1332         (compilation-internal-error-properties, compilation-fake-loc):
1333         Use it so that different paths to the same file share the same
1334         markers.  Also optimize finding adjacent marker slightly.
1336 2004-04-25  Kim F. Storm  <storm@cua.dk>
1338         * image.el (insert-sliced-image): Add line-spacing t property
1339         to newlines separating image lines.
1341 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1343         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1345         * ielm.el (ielm-prompt-read-only): New user option.
1346         (ielm-prompt): Expand docstring to describe new behavior.
1347         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1348         mention it in the docstring.
1350 2004-04-24  Andreas Schwab  <schwab@suse.de>
1352         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1354         * diff.el (diff): Set default-directory in diff buffer.
1356 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
1358         * mail/sendmail.el (mail-bury): Don't delete the frame where the
1359         mail was being composed if the terminal cannot display more than
1360         one frame; instead, switch to previous frame.
1362         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1363         (rmail-start-mail): Support rmail-mail-new-frame even on
1364         terminals that can display only one frame at a time.
1366 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1369         (checkdoc-output-font-lock-keywords): Remove error regexp.
1370         (checkdoc-output-mode-map): Remove.
1371         (checkdoc-output-mode): Derive from compilation-mode.
1372         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1374         * dired.el (dired-mode-map): Add a menu entry for wdired.
1376         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1377         (rx-bracket, rx-check-any, rx-any): Clean up name space.
1379         * wdired.el: (wdired-mode-map): Move init into declaration.
1380         Fix `return' binding.
1381         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1382         Use force-mode-line-update.
1383         (wdired-get-filename): Use `unless'.
1384         (wdired-preprocess-files): Don't assume names have no \n and use / for
1385         dir separator.
1386         (wdired-normalize-filename): Use replace-regexp-in-string.
1387         (wdired-load-hooks): Remove.
1388         (wdired-mode-hooks): Rename to wdired-mode-hook.
1390         * info-look.el: Add support for cfengine-mode.
1391         (info-lookup-setup-mode): Use dolist.
1393 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1395         * wdired.el: New file.
1397 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1399         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1401         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1402         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1403         (pcomplete--help, pcomplete--here): Doc fixes.
1405 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1407         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1408         handles wrong-number-of-arguments in backend call.
1410         * vc.el (vc-print-log): Likewise.
1412 2004-04-20  Dave Love  <fx@gnu.org>
1414         * emacs-lisp/rx.el: Doc fixes.
1415         (rx-constituents): Add/extend many forms.
1416         (rx-check): Check form is a list.
1417         (bracket): Defvar.
1418         (rx-check-any, rx-any, rx-check-not): Modify.
1419         (rx-not): Simplify.
1420         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1421         (rx-kleene): Use rx-trans-forms.
1422         (rx-quote-for-set): Delete.
1423         (rx): Allow multiple args.
1425 2004-04-23  Kenichi Handa  <handa@m17n.org>
1427         * international/mule-util.el (char-displayable-p): Simplify by
1428         using internal-char-font.
1430 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1432         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1434 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * diff-mode.el (diff-next-error): New fun.
1437         (diff-mode): Use it.
1439         * simple.el (next-error): Change arg name.
1440         Add support for the documented C-u C-x ` usage.
1442         * frame.el (special-display-popup-frame, next-multiframe-window)
1443         (previous-multiframe-window): Only consider frames on same display.
1445 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
1447         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1448         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1450 2004-04-22  Kim F. Storm  <storm@cua.dk>
1452         * net/telnet.el (telnet): Add optional port arg.
1454 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1457         Minor sanity check on the `hyperlink' slot.
1459         * Makefile.in (recompile): Compile new files.
1461         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1462         Add byte-recompile-directory's optional `arg'.
1464         * cvs-status.el (cvs-tree-use-charset): New var.
1465         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1466         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1467         (cvs-status-cvstrees): Use it.
1469         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1470         Make it a normal major mode.
1471         (checkdoc-buffer-label): Make sure the file name is meaningful.
1472         (checkdoc-output-to-error-buffer): Remove.
1473         (checkdoc-error, checkdoc-start-section): Rewrite.
1475         * info.el (info-node, info-menu-5, info-xref, info-header-node)
1476         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1477         (Info-title-4-face): Use new syntax.
1478         (info-xref-visited): Inherit from info-xref.
1480         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1482 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1484         * simple.el (next-error-last-buffer, next-error-function):
1485         New variables for the next-error framework.
1486         (next-error-buffer-p): New function.
1487         (next-error-find-buffer): Generalize compilation-find-buffer.
1488         (next-error, previous-error, first-error, next-error-no-select)
1489         (previous-error-no-select): Move from compile.el.
1491         * replace.el (occur-next-error, occur-1): Hook into the next-error
1492         framework.
1494         * progmodes/compile.el (compilation-start):
1495         Set next-error-last-buffer so next-error knows where to jump.
1496         (compilation-setup): Set the buffer-local variable
1497         next-error-function to 'compilation-next-error-function.
1498         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1499         alternate way to find if a buffer is a compilation buffer, for
1500         next-error convenience.
1501         (next-error-no-select, previous-error-no-select, next-error)
1502         (previous-error, first-error): Move to simple.el.
1503         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1504         (compilation-last-buffer): Remove.
1505         (compilation-start, compilation-next-error, compilation-setup)
1506         (compilation-next-error-function, compilation-find-buffer):
1507         Remove compilation-last-buffer use.
1509 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1511         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1512         (font-lock-warning-face): Fix spacing.
1514         * makefile.w32-in (WINS): Add url/ directory.
1516 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1518         * desktop.el (desktop-buffer-mode-handlers): New variable.
1519         Alist of major mode specific functions to restore a desktop buffer.
1520         (desktop-buffer-handlers): Make variable obsolete.
1521         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1522         Catch errors signaled in handlers.  Update buffer count.
1523         Evaluate desktop-buffer-point.
1524         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1525         move to dired.el.
1526         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1527         move to info.el.
1528         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1529         move to mail/rmail.el.
1530         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1531         to mh-e/mh-e.el.
1532         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1533         On fail, print message (to message buffer) even if
1534         desktop-missing-file-warning is nil.
1535         (desktop-buffer-misc-data-function): New buffer local variable.
1536         Function returning major mode specific data.
1537         (desktop-buffer-misc-functions): Make variable obsolete.
1538         (desktop-save): Use desktop-buffer-misc-data-function.
1539         (desktop-buffer-dired-misc-data): Rename to
1540         dired-desktop-buffer-misc-data and move to dired.el.
1541         (desktop-buffer-info-misc-data): Rename to
1542         Info-desktop-buffer-misc-data and move to info.el.
1543         (desktop-read): Add message about number of buffers restored/failed.
1544         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1545         Add parameters.  Pause to display error only when
1546         desktop-missing-file-warning is non-nil.
1547         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1548         (dired-mode): Bind desktop-buffer-misc-data-function.
1549         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1550         Add Parameters.
1551         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1552         (Info-mode): Bind desktop-buffer-misc-data-function.
1553         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1554         Add Parameters.
1555         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1556         Add Parameters.
1558 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1560         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1561         the case of letters in case-insensitive expansions when the
1562         abbrev is preceded by characters with letter syntax.
1564 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1566         * progmodes/cperl-mode.el (cperl-putback-char):
1567         Delete Emacs 18 definition.
1569         * international/mule.el (ctext-post-read-conversion):
1570         Use assoc-string, not assoc-ignore-case.
1572         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1574         * emacs-lisp/easymenu.el (easy-menu-add):
1575         Do call x-popup-menu, but only if it's defined.
1577         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1579         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1580         Handle multiple args: compile like progn.
1582         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1583         take all args as &rest arg.
1585         * autoinsert.el (auto-insert-alist): Insert the user's name in
1586         copyright notice, rather than Free Software Foundation.
1588 2004-04-21  Kenichi Handa  <handa@m17n.org>
1590         * descr-text.el (describe-char): Make it work on *Help* buffer.
1592 2004-04-21  Kim F. Storm  <storm@cua.dk>
1594         * image.el (insert-image): Add optional SLICE arg.
1595         (insert-sliced-image): New defun.
1597 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1599         * subr.el (read-number): Check whether `default' is nil.
1601 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * progmodes/compile.el (compilation-error-properties):
1604         Split into two.
1605         (compilation-internal-error-properties): New one.
1606         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
1608 2004-04-20  Richard M. Stallman  <rms@gnu.org>
1610         * window.el (split-window-save-restore-data):
1611         Don't update the data if OLD-INFO is nil.
1613         * view.el (view-return-to-alist): Mark it permanent local.
1615         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1617         * recentf.el (recentf-save-list): Catch and warn about errors.
1619         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1620         so "Buffers" won't be pure.
1622         * help-mode.el (help-mode-finish): Set help-return-alist first
1623         thing, setting only the entry for the selected window.
1625         * help-fns.el (describe-function-1): If many non-control non-meta
1626         keys run the command, don't list all of them.
1628 2004-04-20  Juanma Barranquero  <lektu@terra.es>
1630         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1631         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
1633         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1635 2004-04-20  Kenichi Handa  <handa@m17n.org>
1637         * international/quail.el (quail-lookup-key): New optional arg
1638         NOT-RESET-INDICES.
1639         (quail-get-translations): Call quail-lookup-key with
1640         NOT-RESET-INDICES t.
1641         (quail-completion): Likewise.
1642         (quail-lookup-map-and-concat): Likewise.
1644 2004-04-20  Kenichi Handa  <handa@m17n.org>
1646         * international/quail.el (quail-update-translation): Don't insert
1647         such an unsupported multibyte char in a unibyte buffer.
1649 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
1651         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1652         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1653         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1654         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1655         (gdb-frame-assembler-buffer): Improve behaviour with
1656         multiple frames.
1657         (gdb-display-buffer): Extend search to all visible frames.
1659 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
1661         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1662         characters left after base64 decoding.
1663         (rmail-decode-region): Use -dos variety of `coding', to remove any
1664         ^M characters left after qp or base64 decoding.
1666 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1668         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1669         messages.
1671 2004-04-19  Stephen Eglen  <stephen@gnu.org>
1673         * add-log.el (add-change-log-entry): Update doc string to mention
1674         add-log-full-name and add-log-mailing-address.
1676 2004-04-18  Juri Linkov  <juri@jurta.org>
1678         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1679         (Info-find-node-2): Simplify error message.
1680         (Info-insert-dir): Use Info-following-node-name.
1681         (Info-goto-node): Remove *info-history* and *info-toc*.
1682         (Info-history): Create a node of the virtual history file.
1683         (Info-toc): Create a node of the virtual toc file.
1684         (Info-insert-toc): New arg `curr-file' for reference file names.
1685         (info-apropos): Remove redundant var binding for temp-file.
1686         (Info-index, Info-index-next, Info-mode): Doc fix.
1687         (Info-goto-emacs-command-node): Don't jump to *info* from
1688         non-*info* Info buffers.
1689         (Info-fontify-node): Don't show the file name of external
1690         references if `Info-hide-note-references' is `hide'.  Don't hide
1691         newlines at the end of paragraphs.
1693         * international/mule-diag.el (list-input-methods):
1694         Fix args to help-xref-button.
1696         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1697         to put into effect local variables from TUTORIAL files.
1699         * textmodes/paragraphs.el (sentence-end) <function>: New fun
1700         with default value taken from the variable `sentence-end'.
1701         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
1702         Add nil const to :type.
1703         (sentence-end-without-period, sentence-end-double-space)
1704         (sentence-end-without-space): Doc fix.
1706         * textmodes/paragraphs.el (forward-sentence):
1707         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1708         (fill-delete-newlines):
1709         * progmodes/cc-cmds.el (c-beginning-of-statement):
1710         Use function `sentence-end' instead of variable `sentence-end'.
1712 2004-04-18  Andreas Schwab  <schwab@suse.de>
1714         * progmodes/compile.el (compilation-start): Set window start to
1715         point-min if compilation-scroll-output is nil.
1717 2004-04-18  John Wiegley  <johnw@newartisans.com>
1719         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1721 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
1723         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1724         (gdb-info-breakpoints-custom): Revert previous change.
1725         (gdb-view-assembler): Update assembler if necessary.
1726         (gdb-frame-handler): Parse correctly for gdb-current-frame.
1727         (gdb-display-source-buffer): Update properly when both source and
1728         assembler are visible.
1730 2004-04-17  John Wiegley  <johnw@newartisans.com>
1732         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1733         which limits the number of names shown in the minibuffer.  Off by
1734         default.
1735         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
1736         up iswitchb for users with a multitude of open buffers by showing
1737         only the first and last N/2 buffers in the completion list (which
1738         is enough to aid C-s/C-r, and to know that more characters are
1739         needed to refine the completion list).
1741 2004-04-17  Richard M. Stallman  <rms@gnu.org>
1743         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1744         (file-truename): Expand all ~ constructs directly.
1745         (insert-directory): Delete any error msg output by the
1746         `insert-directory-program'.
1748         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1749         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1750         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1751         (allout-init): Use find-file-hook, not find-file-hooks.
1752         (allout-mode): Eliminate Emacs 18 support.
1753         Use write-contents-functions, not local-write-file-hooks.
1755 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
1757         * progmodes/compile.el (compilation-error-properties): Fix for
1758         adding messages when there are already markers for their file.
1759         (compilation-fake-loc): New function.
1761 2004-04-16  Dave Love  <fx@gnu.org>
1763         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1764         (python-load-file): Fix python-orig-start setting.
1766         * progmodes/compile.el: Doc fixes.
1767         (compilation-error-regexp-alist-alist)
1768         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1769         (compilation-assq): Wrap in eval-when-compile.
1770         (compilation-mode-font-lock-keywords): Don't use list*.
1771         (compilation-start): Avoid warning.
1772         (compilation-compat-error-properties)
1773         (compilation-directory-properties): Add keymap property.
1774         (compilation-parsing-end): Make it a marker for better compatibility.
1776         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1778 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
1780         * xml.el: Doc fixes.
1781         (xml-get-children): Only looks at sub-tags and ignore strings.
1783         * xml.el (xml-parse-tag): Avoid overwriting node-name.
1785 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1787         * url/url-util.el (url-debug): Use with-current-buffer.
1789         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1790         (url-nfs-create-wrapper): Use new backquote syntax.
1792         * url/url-https.el (url-https-file-attributes): Add id-format param.
1794         * url/url-http.el (url-http-head-file-attributes)
1795         (url-http-file-attributes): Add id-format parameter.
1797         * url/url-handlers.el: Use new find-file-hook.
1798         (url-file-attributes): Add id-format parameter.
1800         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1801         (url-file-file-attributes): Add id-format parameter.
1803         * url/url-dav.el: Use with-current-buffer.
1804         (url-dav-process-response): Fix regexps and spurious quote.
1805         (url-dav-file-attributes): Add id-format param.
1807         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1809 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
1811         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1813         * vc.el (vc-print-log): Likewise.
1815 2004-04-16  Masatake YAMATO  <jet@gyve.org>
1817         * simple.el (completion-setup-function): Set an initial value
1818         to `element-common-end' before entering loop.  Set a value
1819         to `element-common-end' at the end of loop.
1820         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
1821         (completions-common-part): Rename from completion-de-emphasis.
1822         (completions-first-difference): Rename from completion-emphasis.
1823         Suggested by RMS.
1825 2004-04-16  Juanma Barranquero  <lektu@terra.es>
1827         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1828         (bookmark-edit-annotation-mode): Add mode name.
1830 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1833         for nested conflict markers.
1834         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1836 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
1838         * progmodes/gdb-ui.el (gdb-goto-info): New function.
1840         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1842 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1845         Give a backtrace if requested.
1847         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1849         * progmodes/python.el (python-mouse-2-command, python-RET-command):
1850         Remove unused functions.
1851         (python-orig-start-line, python-orig-file): Remove.
1852         (python-orig-start): New var.
1853         (python-input-filter, python-compilation-line-number)
1854         (python-send-region, python-load-file): Use it.
1856         * info.el (info): Always jump to *info*.
1858         * subr.el (posn-set-point): New function.
1860         * mouse.el (mouse-set-point): Use it.
1862         * progmodes/compile.el (compile-goto-error): Use it.
1863         (compilation-button-map): New keymap.
1864         (compilation-error-properties): Use it.
1865         (compilation-shell-minor-mode-map): Don't bind mouse-2.
1867         * smerge-mode.el (smerge-popup-context-menu): Use it.
1869         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1870         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1871         mouse and non-mouse case.
1873         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1874         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1876         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1877         Make it work for non-mouse events.
1879         * pcvs-info.el (cvs-status-map): Update binding name.
1881 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
1883         * xml.el (xml-maybe-do-ns): New function to handle namespace
1884         parsing of both attribute and element names.
1885         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1886         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1887         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
1888         (xml-parse-attlist): Make it do its own namespace parsing.
1890 2004-04-14  Dave Love  <fx@gnu.org>
1892         * progmodes/python.el (run-python): Fix use of \n.
1893         (python-load-file): Remove `try' from Python fragment.
1894         (python-describe-symbol): Fix message.
1896         * comint.el: Doc fixes.
1897         (comint-last-input-start, comint-last-input-end)
1898         (comint-last-output-start): Give them values.
1899         (comint-arguments): Avoid warning.
1900         (comint-skip-prompt): Use line-end-position.
1901         (comint-backward-matching-input): Rename arg to agree with doc.
1902         (comint-extract-string): Use syntax-ppss.
1903         (comint-dynamic-simple-complete): Delete useless list construction.
1904         (comint-redirect-subvert-readonly): New.
1905         (comint-redirect-preoutput-filter): Use it.
1907         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1908         Correctly handle negative arguments when calling hook functions.
1910 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
1912         * info.el (info-apropos): Don't clobber Info-history-list.
1914 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
1916         * progmodes/compile.el (compilation-setup):
1917         Localize overlay-arrow-position.
1918         (compilation-sentinel): Restructure code equivalently.
1919         (compilation-next-error): Find message on same line after point if
1920         not found before point.
1921         (compile-mouse-goto-error): Restore function so that compilation
1922         buffer need not be current and use compile-goto-error.
1923         (compile-goto-error): Restore function.
1924         (next-error): Set overlay-arrow-position.
1925         (compilation-forget-errors): Don't localize already local
1926         compilation-locs and remove FIXME about refontifying.
1928 2004-04-14  Kim F. Storm  <storm@cua.dk>
1930         * startup.el (emacs-quick-startup): New defvar (set by -Q).
1931         (command-line): New option -Q.  Like -q --no-site-file, but
1932         in addition it also disables menu-bar, tool-bar, scroll-bars,
1933         tool-tips, and the blinking cursor.
1934         (command-line-1): Skip startup screen if -Q.
1935         (fancy-splash-head): Use ":align-to center" prop to center splash image.
1937         * emulation/cua-base.el (cua-read-only-cursor-color)
1938         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1940 2004-04-13  Dave Love  <fx@gnu.org>
1942         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
1943         (syntax): Don't require.
1944         (python) <defgroup>: Add :version.
1945         (python-quote-syntax): Re-written.
1946         (inferior-python-mode): Move stuff here from run-python and add
1947         some more.
1948         (python-preoutput-continuation, python-preoutput-result)
1949         (python-dotty-syntax-table): New.
1950         (python-describe-symbol): Use them.
1951         (run-python): Move stuff to inferior-python-mode.  Modify code
1952         loaded into Python.
1953         (python-send-region): Use python-proc, python-send-string.
1954         (python-send-string): Send newlines too.  Callers changed.
1955         (python-load-file): Re-written.
1956         (python-eldoc-function): New.
1957         (info-look): Don't require.
1958         (python-after-info-look): New.  A modified version of former
1959         top-level code for use with eval-after-load.
1960         (python-maybe-jython, python-guess-indent): Use widened buffer.
1961         (python-fill-paragraph): Re-written.
1962         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
1963         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
1965 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1968         Set compilation-error-regexp-alist earlier.
1970         * progmodes/compile.el (compilation-minor-mode-map)
1971         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1972         (compile-goto-error): Re-merge the mouse and non-mouse commands.
1974 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         * progmodes/compile.el (compile-goto-error): Select the buffer/window
1977         corresponding to the event.
1979         * url/url.el (url-retrieve): Use with-current-buffer.
1981         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1982         Remove unused var `version'.
1984         * url/url-handlers.el (url-handler-mode): New minor mode.
1985         (url-setup-file-name-handlers): Remove.
1987 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
1989         * loadup.el: Add cygwin to system-type list, for unexec() support.
1991 2004-04-12  John Paul Wallington  <jpw@gnu.org>
1993         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1994         (ibuffer-restore-window-config-on-quit): New variable to replace
1995         `ibuffer-delete-window-on-quit'.  Update all references.
1996         (ibuffer-prev-window-config): New variable.
1997         (ibuffer-quit): Restore previous window configuration instead of
1998         deleting window.
1999         (ibuffer): Save window configuration before showing Ibuffer buffer.
2001         * help.el (describe-mode): Doc fix.
2003         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2004         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2006 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2009         not to treat nil as a function.
2011         * vc-arch.el (vc-arch-root): Be a bit more careful.
2012         (vc-arch-register): Save the buffer if we modified it.
2013         (vc-arch-delete-rej-if-obsolete): Save excursion.
2014         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2015         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2017         * net/ldap.el (ldap-search): Use list*.
2019 2004-04-12  Juri Linkov  <juri@jurta.org>
2021         * info.el (Info-follow-reference): Allow multiline reference name.
2023 2004-04-11  Dave Love  <fx@gnu.org>
2025         * url/url-mailto.el (url-mailto):
2026         * url/url-history.el (url-history-setup-save-timer):
2027         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2029         * url/url-file.el (url-file-build-filename): Don't use
2030         directory-sep-char.
2032         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2034         * url/url-about.el (url-scheme-registry): Defvar.
2035         (url-about): Use text/plain.
2037         * url/url-vars.el (cl): Don't require.
2038         (url): Add :version.
2039         (url-bug-address): Use bug-gnu-emacs.
2041         * url/url-util.el (url-hexify-string): Don't give multibyte error
2042         for char <16.
2043         (mail-header-extract): Autoload.
2045         * url/url-parse.el: Doc fixes.
2047         * url/url-ldap.el (ldap): Require.
2048         (url-ldap): Fix `format' call.
2049         (url-ldap-certificate-formatter): Avoid warning.
2051         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2052         backquotes.
2054         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2055         (url-intersection): New.
2056         (url-dav-supported-p): Use it.
2057         (url-dav-save-resource): Declare url-http-response-status special.
2059         * url/url-cache.el (url-util): Require.
2061         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2063         * progmodes/python.el: New file.
2065 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2067         * vc-hooks.el (vc-arg-list): Function removed.
2068         (vc-default-workfile-unchanged-p): Use condition-case to check for
2069         backward compatibility.
2071         * vc.el (vc-print-log): Use condition-case to check for backward
2072         compatibility.
2074 2004-04-11  Juri Linkov  <juri@jurta.org>
2076         * dired.el (dired-faces): New defgroup.
2077         (dired-header, dired-mark, dired-marked, dired-flagged)
2078         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2079         New faces.
2080         (dired-header-face, dired-mark-face, dired-marked-face)
2081         (dired-flagged-face, dired-warning-face, dired-directory-face)
2082         (dired-symlink-face, dired-ignored-face): New face variables.
2083         (dired-font-lock-keywords): Use them instead of font-lock faces.
2084         Split the rule for dired marks into 3 separate rules: for marks,
2085         marked file names and flagged file names.
2087         * help-mode.el (help-make-xrefs): Add a final newline to the
2088         *Help* buffer.
2090 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2092         * replace.el (occur-engine): Distinguish between one and several
2093         matches in the matches per buffer heading.
2095 2004-04-11  Kim F. Storm  <storm@cua.dk>
2097         * ido.el (ido-confirm-unique-completion): New defcustom.
2098         (ido-complete): Use it.
2099         (ido-write-file): Set it to t unconditionally.
2101 2004-04-10  Miles Bader  <miles@gnu.org>
2103         RCS keyword removal (only non-comment changes are enumerated here):
2105         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2106         (byte-compile-insert-header): Don't use `byte-compile-version'.
2107         * url/url-vars.el (url-version): Use the constant string "Emacs"
2108         instead of calculating something from the RCS `State' keyword
2109         [the latter is almost entirely useless anyway].
2110         * forms.el (forms-version): Variable removed.
2111         (forms-mode): Don't use `forms-version'.
2112         * recentf.el (recentf-version): Variable removed.
2113         * progmodes/delphi.el (delphi-version): Variable removed.
2114         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2116 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2120 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2122         * info.el (info-apropos): Improve menu item regexp.
2124 2004-04-09  Simon Josefsson  <jas@extundo.com>
2126         * mail/smtpmail.el: Add comment, based on report by
2127         kdc@rcn.com (Kevin D. Clark).
2129 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2132         Redo one more thing that I didn't notice Daniel had undone.
2134 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2136         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2137         (gdb-goto-breakpoint, gdb-display-buffer)
2138         (gdb-display-source-buffer, gdb-view-source-function)
2139         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2140         (gdb-source-info, gdb-frame-handler): Don't specify a window
2141         for display.
2142         (gdb-info-breakpoints-custom): Remove superfluous update of
2143         assembler buffer.
2144         (gdb-many-windows): Make settable outside gdb.
2146 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2148         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2149         Derive from fundamental-mode rather than text-mode.
2151 2004-04-08  Juri Linkov  <juri@jurta.org>
2153         * info.el (Info-history): Doc fix.
2154         (Info-history-list): New var.
2155         (info-xref): Change magenta4 to blue, remove bold for dark and
2156         light backgrounds, change bold to underline for non-color classes.
2157         (info-xref-visited): New face.
2158         (Info-fontify-visited-nodes): New custom.
2159         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2160         (Info-reference-name): New var.
2161         (Info-selection-hook): New custom.
2162         (Info-edit-mode-hook): New var.
2163         (Info-find-file): New fun.
2164         (Info-find-node): Move part of code to Info-find-file.
2165         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2166         to the place with the reference name if name is defined.
2167         (Info-select-node): Add current node to Info-history-list.
2168         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2169         (Info-search-whitespace-regexp): New custom.
2170         (Info-search-case-fold): New var.
2171         (Info-search): Add "case-sensitively" to the prompt.
2172         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2173         (Info-search-case-sensitively, Info-search-next): New fun.
2174         (Info-up): Move point to the menu item of the current node.
2175         (Info-history): New fun.  Add *info-history* to
2176         same-window-buffer-names.
2177         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2178         (Info-insert-toc): New fun.
2179         (Info-build-toc): New fun.
2180         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2181         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2182         with the same name prefer the reference closest to point.
2183         (Info-next-reference): Replace * by + in the *Note regexp.
2184         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2185         (Info-prev-reference): Replace * by + in the *Note regexp.
2186         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2187         (Info-follow-nearest-node): Add new arg `fork'.
2188         (Info-try-follow-nearest-node): Add new arg `fork'.
2189         Call browse-url for http:// and ftp:// references.
2190         Set Info-reference-name for index entries.
2191         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2192         Info-search-next, Info-history, Info-toc, clone-buffer.
2193         (Info-menu-update): Replace * by + in the *Note regexp.
2194         (Info-mode): Add documentation for Info-history, Info-toc,
2195         Info-search-case-sensitively, Info-search-next, clone-buffer.
2196         (Info-fontify-menu-headers): Remove fun.  Move code to
2197         Info-fontify-node.
2198         (Info-fontify-node): Add docstring.  Add local vars
2199         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2200         then fontify header line, titles, menu headers, http and ftp
2201         references, refill paragraphs.  If not-fontified-p is t or
2202         fontify-visited-p is t then fontify cross references, menu items.
2203         Fontify menu headers.  Fontify http and ftp references.
2204         Change regexp for cross references to require whitespace after *Note,
2205         add matching groups for file and node names.  Remove hack for quote.
2206         Use display property for Info-hide-note-references=t.  Use fifth
2207         or fourth match for help-echo.  Display visited nodes in a
2208         different face.  Unhide file names of external references.
2209         Unhide newlines.  Display visited menu items in a different face.
2211 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * progmodes/compile.el: Require CL.
2214         (compilation-mode-font-lock-keywords): Re-install the "line as
2215         function" patch.
2217         * help-fns.el (help-C-source-directory): New var.
2218         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2219         (describe-function-1, describe-variable): Use them.
2221         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2222         to C source files specially.
2224 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2226         * info.el (Info-hide-cookies-node): New function.
2227         (Info-select-node): Use it.
2228         (Info-display-images-node): Remove message with image file name.
2230 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
2232         * progmodes/compile.el (compilation-warning-face)
2233         (compilation-info-face, compilation-skip-threshold)
2234         (compilation-skip-visited, compilation-context-lines):
2235         Declare :version when added to Emacs.
2236         (compilation-error-regexp-alist-alist): Extend caml and irix.
2237         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2238         (compilation-mode-font-lock-keywords): Temporarily undo line as
2239         function patch, which wasn't ready.
2241 2004-04-07  Kenichi Handa  <handa@m17n.org>
2243         * international/latin1-disp.el (latin1-display-setup): Check each
2244         character is displayable or not instead of calling
2245         latin1-display-check-font.
2247 2004-04-06  Kenichi Handa  <handa@m17n.org>
2249         * language/ethio-util.el (ethio-sera-being-called-by-w3):
2250         New variable.
2251         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2252         instead of sera-being-called-by-w3.
2253         (ethio-fidel-to-sera-buffer): Likewise.
2254         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2255         instead of sera-being-called-by-w3.
2256         (ethio-write-file): Likewise.
2258 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2260         * printing.el: Doc fix.
2262 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
2264         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2265         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2266         (gdb-setup-windows): Only use separate IO buffer if required.
2268 2004-04-06  Kim F. Storm  <storm@cua.dk>
2270         * term.el (term-is-xemacs): Remove.
2271         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2272         (term-window-width): New function.
2273         (term-mode, term-check-size): Use it.
2274         (term-mode): Disable overflow-newline-into-fringe in term buffer.
2276 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2278         * cus-edit.el (custom-add-parent-links): Change unbound variable
2279         `symbol' to `name'.
2281 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2282         * info.el (info-apropos): New function.
2283         (Info-mode-menu): Add it.
2284         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
2286         * help-mode.el (help-make-xrefs): Recognize aliased variable with
2287         inherited docstring.
2289         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
2291 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2293         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2295         * progmodes/compile.el (font-lock): Don't require any more.
2296         (compilation-error-properties, compilation-start, compilation-sentinel)
2297         (compilation-filter, next-error): Use with-current-buffer.
2298         (compilation-skip-to-next-location, compilation-skip-threshold)
2299         (compilation-skip-visited): Move to silence the byte-compiler.
2300         (compilation-setup): Simplify.
2301         (compilation-next-error): Use line-(beginning|end)-position.
2302         Make sure `pt' is non-nil before using compilation-loop.
2303         (compile-goto-error): Add optional event arg.  Use it.
2304         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2305         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2306         Update the binding for mouse-2.
2307         (first-error): Set compilation-current-error to nil rather than bob.
2308         (compilation-parsing-end, compilation-parse-errors-function)
2309         (compilation-error-list, compilation-old-error-list):
2310         "New" compatibility variables.
2311         (compile-buffer-substring, compilation-compat-error-properties)
2312         (compilation-compat-parse-errors, compilation-forget-errors):
2313         New compatibility functions.
2314         (compilation-mode-font-lock-keywords): Use them.
2316 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2318         * autorevert.el (auto-revert-handler): If point (or a window
2319         point) is at the end of the buffer, keep it there after
2320         reverting.  This allows to tail a file.
2321         Mention this in the `Commentary'.
2323         * format.el (format-write-file): Add optional argument CONFIRM
2324         and make it behave like the analogous argument to `write-file'.
2326 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2328         * progmodes/ebnf2ps.el: Doc fix.
2329         (ebnf-version): New version number (4.2).
2330         (ebnf-syntax): Customization and docstring fix.
2331         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2332         Put autoloaded funs before first use.
2333         (ebnf-style-database): Add dtd entry.
2334         (ebnf-syntax-alist): Add dtd initialization.
2335         (ebnf-token-sequence): New fun.
2336         (ebnf-comment-table): Add new comment action character.
2337         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2339         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2340         Type Definition for XML).
2342         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2343         * progmodes/ebnf-bnf.el (ebnf-sequence):
2344         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2345         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2346         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2347         Code simplification: call ebnf-token-sequence.
2349 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
2351         * calendar/timeclock.el (timeclock-relative)
2352         (timeclock-get-project-function, timeclock-get-workday-function)
2353         (timeclock-query-out, timeclock-when-to-leave)
2354         (timeclock-when-to-leave-string, timeclock-log-data)
2355         (timeclock-generate-report, timeclock-in): Doc fixes.
2357 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * url: Import the URL package from its repository.
2361         * url/url-methods.el:
2362         * url/url-parse.el: Don't require url-auto.
2364 2004-04-03  Andreas Schwab  <schwab@suse.de>
2366         * diff-mode.el (diff-mode): Fix missing quote.
2368 2004-04-03  Juri Linkov  <juri@jurta.org>
2370         * descr-text.el (describe-property-list): Add `font-lock-face'.
2372         * dired.el (dired-font-lock-keywords): Fix permission regexps.
2374 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2376         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2377         Use utf-16le on little endian machines and utf-16be otherwise.
2379 2004-04-02  David Kastrup  <dak@gnu.org>
2381         * net/browse-url.el (browse-url-generic): Use call-process
2382         instead of start-process to allow browsers that fork and detach.
2384 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2386         * compile.el (compilation-current-error): New var.
2387         (compilation-setup, compile-mouse-goto-error)
2388         (compile-goto-error, next-error): Use it.
2389         (compilation-skip-to-next-location): Default to t, which gives
2390         contiguous skipping like old compile (where this was redundant).
2391         (compilation-next-error): Prevent previous-* commands from moving
2392         back to message at or just before point.
2394 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2396         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2397         (gdb-source-info): Don't display source at startup, if required.
2398         (gdb-show-main): New option.
2399         (gdba): Update documentation.
2400         (gdb-source): Cover case of auto-display output.
2402 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2404         * autorevert.el: Delete obsolete autoload's and defvar's.
2405         (auto-revert-check-vc-info): New user option.
2406         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2407         (auto-revert-handler-vc): Delete.
2408         (auto-revert-handler): Treat return value `fast' of
2409         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2411         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2412         return `fast'.
2414         * files.el (buffer-stale-function): Doc change.
2416 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2418         * printing.el: New tip on Tips section.
2419         (pr-version): New version number (6.7.4).
2420         (pr-shell-file-name): Initialization fix.
2422 2004-03-31  Juri Linkov  <juri@jurta.org>
2424         * dired.el: Add autoload for `dired-do-touch'.
2425         (dired-touch-program): New var.
2426         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2427         (dired-no-confirm): Add `touch' to docstring.
2429         * dired-aux.el (dired-do-touch): New fun.
2430         (dired-do-chxxx): Add argument -t for touch operation.
2432         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2433         `dired-move-to-filename-regexp'.
2435 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2437         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2439 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2441         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2442         and only if the buffer was modified.
2444 2004-03-30  Kenichi Handa  <handa@m17n.org>
2446         * international/characters.el: Delete pairs for U+2308..U+230B.
2448 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
2450         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2451         to detect the beginning of a level 2 or 3 annotation.
2453 2004-03-29  Kenichi Handa  <handa@m17n.org>
2455         * international/ucs-tables.el (ucs-insert): Fix the error message.
2457 2004-03-29  Kenichi Handa  <handa@m17n.org>
2459         * international/mule-util.el (char-displayable-p): Fix generation
2460         of XLFD file name.
2462         * Makefile.in (setwins, setwins_almost): Change directory to $wd
2463         before finding directories by `find'.
2465 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * subr.el (interactive-form): Delete.  Now implemented in C.
2469         * pcvs.el (cvs-parse-process): Workaround for Darwin.
2471         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2472         (vc-diff-label): New fun.
2473         (vc-diff-internal): Use it.
2475         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2477 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2479         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2481         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2482         specify XML (EBNFX).
2484         * progmodes/ebnf2ps.el: Doc fix.
2485         (ebnf-version): New version number (4.1).
2486         (ebnf-syntax): Adjust customization.
2487         (ebnf-style-database): Add ebnfx entry.
2488         (ebnf-syntax-alist): Add ebnfx initialization.
2489         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2491         * printing.el: Doc fix.
2492         (pr-version): New version number (6.7.3).
2493         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2494         returns nil for mouse position.  Reported by Drew Adams
2495         <drew.adams@oracle.com>.
2496         (pr-update-menus): Modify interactive declaration.  Reported by Drew
2497         Adams <drew.adams@oracle.com>.
2499 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2501         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2502         (gud-gdba-marker-filter): Log the process input and output, if
2503         required.  From Stefan Monnier.
2504         (gdb-debug-log, gdb-enable-debug-log): New variables.
2505         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2507 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2510         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
2512 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2514         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2515         Call vc-find-file-hook here instead of in auto-revert-buffers.
2516         (auto-revert-buffers): Delete call to vc-find-file-hook.
2517         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2518         (global-auto-revert-mode, auto-revert-set-timer)
2519         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2521 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2523         * woman.el (woman-change-fonts): Rename local variable
2524         woman-font-alist to font-alist to avoid a compiler warning.
2526 2004-03-27  Dave Love  <fx@gnu.org>
2528         * emacs-lisp/rx.el (rx): Doc fix.
2529         Fix copyright years.
2531         * strokes.el (strokes-global-set-stroke-string): New function.
2532         (strokes-list-strokes): Cope with strings, not just commands.
2533         Set foreground colour of image.
2534         (strokes-global-set-stroke): Doc fix.
2536 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2538         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2539         Auto Revert mode.
2540         (Buffer-menu-files-only): New variable.
2541         (Buffer-menu-toggle-files-only): New function.
2542         (Buffer-menu-mode-map): Bind it to `T'.
2543         (Buffer-menu-mode): Mention `T' in docstring.
2544         Set buffer-stale-function.
2545         (list-buffers-noselect): Mark buffer non-modified and set
2546         Buffer-menu-files-only.
2548         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2550         * autorevert.el (auto-revert-handler): Print revert message
2551         before, rather than after, reverting.
2552         (buffer-stale-function): Move to files.el.
2554         * files.el (buffer-stale-function): Move here from autorevert.el.
2556 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2560         * calc/calc.el (calc-mode-map): Use mapc.
2562         * apropos.el (apropos-mode): Don't autoload.
2563         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2564         (apropos): Use it.
2565         (apropos-print): Add optional `text' argument.
2566         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2567         Don't assume point-min == 1.
2569         * bs.el (bs-buffer-list): Use buffer-local-value.
2570         (bs--set-toggle-to-show): Use with-current-buffer.
2572         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2573         New funs.
2574         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2576         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2578         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2579         (dabbrev--find-expansion): Use pop.
2580         (dabbrev--search): Use match-string-no-properties.
2582         * dired.el (dired-mode): Use run-mode-hooks.
2583         (dired-move-to-end-of-filename): Use match-string.
2585         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2586         is bound before using it.
2587         (ediff-verbose-p): Make it into a var since it's not constant.
2589         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2591         * faces.el (read-face-font): Don't cons up unnecessarily.
2592         (header-line, tool-bar): Share common parts.
2594         * files.el (file-relative-name): Use compare-strings.
2596         * finder.el (finder-mode): Follow coding convention.
2598         * subr.el (read-number): New function.
2600         * ses.el (ses-read-number): Move to subr.el.
2601         (ses-set-header-row): Use read-number.
2603 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
2605         * vc-hooks.el (vc-arg-list): New function, which handles both
2606         compiled and uncompiled code.
2607         (vc-default-workfile-unchanged-p): Use it.
2609         * vc.el (vc-print-log): Undo prev change, use new function
2610         vc-arg-list from vc-hooks.el.
2612 2004-03-26  Masatake YAMATO  <jet@gyve.org>
2614         * simple.el (completion-setup-function): Emphasize the
2615         first uncommon characters in the completions; and de-emphasize
2616         the common prefix substrings.
2617         (completion-emphasis): New face.
2618         (completion-de-emphasis): New face.
2620 2004-03-25  Juanma Barranquero  <lektu@terra.es>
2622         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2623         Comment out (it's unused and unfinished code).
2625 2004-03-25  Sam Steingold  <sds@gnu.org>
2627         * vc.el (vc-print-log): Fix a bug in the last patch:
2628         backend-function may be a byte-compiled object, not a lambda.
2630 2004-03-25  Juri Linkov  <juri@jurta.org>
2632         * descr-text.el (describe-property-list): Add a button
2633         for `face' property that calls `describe-face'.
2634         Suggested by luis fernandes <elf@ee.ryerson.ca>
2636         * international/mule.el (keyboard-coding-system):
2637         * kmacro.el (kmacro-call-macro): Fix docstring.
2639         * dired.el: Fix comments.
2641         * textmodes/fill.el (fill): Fix Info link.
2643         * font-lock.el (fast-lock, lazy-lock):
2644         * jit-lock.el (jit-lock): Remove links to removed Support Modes
2645         Info node.
2647         * eshell/eshell.el (eshell): Fix broken info-link.
2649         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2650         * eshell/em-banner.el (eshell-banner):
2651         * eshell/em-smart.el (eshell-smart):
2652         * eshell/esh-cmd.el (eshell-cmd):
2653         Comment out broken info-links to incomplete Info manual.
2655         * info-xref.el: Fix commentary.
2657 2004-03-25  Kevin Ryde  <user42@zip.com.au>
2659         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2660         Remove spurious node duplicate suppression, doesn't work, not wanted.
2661         (info-xref-output): Take format style args, add "sit-for 0" to let
2662         user see the results as they progress.
2663         (info-xref-check-all-custom): New function.
2665 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
2667         * gdb-ui.el: Moved to progmodes.
2669 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2673 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2675         * calendar/appt.el (appt-check): Remove superfluous progn.
2676         When finished with diary buffer: if it was not being displayed
2677         before, kill it; otherwise restore its original state.
2678         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2680         * calendar/calendar.el (calendar-set-mode-line): Use total
2681         available mode-line width, rather than frame-width.
2683         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2684         after mode change so effect not lost.
2686 2004-03-23  Dave Love  <fx@gnu.org>
2688         * dired.el (dired) <defgroup>: Add link to manual.
2689         (dired-font-lock-keywords): Add highlighting on unusual permissions.
2690         (dired-revert): Use dolist.
2691         (dired-mode-map): Add U binding.
2692         (dired-mode): Add font-lock-beginning-of-syntax-function.
2693         (dired-garbage-files-regexp): Make it a defcustom.
2695 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2698         is equivalent to nil.
2699         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2700         (vc-arch-mode-line-string): Accept `added' state.
2701         (vc-arch-state): Use inode-sigs if available.
2702         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2703         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
2704         (vc-arch-tagline-re): New var.
2705         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2706         New functions.
2707         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2708         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2710         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2711         (vc-file-not-found-hook): Use it.
2713         * diff-mode.el (diff-default-read-only): Change default.
2714         (diff-mode-hook): Make it a defcustom.  Add some options.
2715         (diff-mode-map): Bind diff-refine-hook.
2716         (diff-yank-handler): New var.
2717         (diff-yank-function): New fun.
2718         (diff-font-lock-keywords): Use them.
2719         (diff-end-of-file): Handle case where file-header looks like diff text.
2720         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2721         (diff-file-kill): Delete a subsequent empty line, if applicable.
2722         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2723         (diff-find-file-name): Use it.
2724         (diff-tell-file-name): New command.
2725         (diff-mode): Be careful with view-mode.
2726         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2727         New functions, for use in diff-mode-hook.
2728         (diff-find-source-location): Catch "regex too large" errors.
2729         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2730         (diff-refine-hunk): New command.
2732         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2733         (smerge-context-menu-map): Remove unused var.
2734         (smerge-keep-all): Preserve markers.
2735         (smerge-keep-n): New fun.
2736         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2737         (smerge-keep-current, smerge-ediff): Use it.
2738         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
2739         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2740         (smerge-resolve): Resolve trivial 3-part conflicts.
2742 2004-03-23  Juri Linkov  <juri@jurta.org>
2744         * man.el (Man-width): New var.
2745         (Man-getpage-in-background): Use it.
2746         (Man-support-local-filenames): New var and fun.
2747         (Man-build-man-command): Don't add a second %s.
2748         (Man-fontify-manpage): Clean up message.
2749         (Man-mode): Set outline-regexp, outline-level,
2750         imenu-generic-expression.
2752         * woman.el (woman-fill-frame): Doc fix.
2753         (woman-decode-region): Use window-width instead of frame-width.
2755         * abbrevlist.el (list-one-abbrev-table):
2756         * descr-text.el (describe-char):
2757         * international/mule-diag.el (describe-current-coding-system):
2758         * international/quail.el (quail-insert-decode-map):
2759         Use window-width instead of frame-width.
2761         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2762         (jka-compr-mode-alist-additions): Add tbz.
2763         (jka-compr-write-region, jka-compr-insert-file-contents):
2764         Add message for undefined compress-program.
2765         (jka-compr-write-region): Remove redundant var bindings.
2767         * dired-x.el (dired-guess-shell-alist-default): Add choices for
2768         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
2769         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2770         (dired-man): Use dired-guess-shell-command.
2771         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2772         Change default nil to t.
2774         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2775         (dired-compare-directories): Add default value for empty input.
2777         * help-at-pt.el: Move suggestions for key bindings to Commentary.
2779         * time.el (display-time-string-forms): Fix help-echo date format.
2781 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
2783         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
2784         (buffer-stale-function): New variable.
2785         (auto-revert-list-diff, auto-revert-dired-file-list)
2786         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2787         (auto-revert-handler): Take over some functionality of deleted
2788         functions.
2789         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2791         * dired.el (dired-directory-changed-p): New fun, extracted from
2792         dired-internal-noselect.
2793         (dired-buffer-stale-p): New fun.
2794         (dired-internal-noselect): Use dired-directory-changed-p.
2795         Eliminate revert messages.
2796         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2798 2004-03-23  Kenichi Handa  <handa@m17n.org>
2800         * international/characters.el: Setup syntaxes for more parentheses
2801         Unicode characters.
2803         * international/mule-cmds.el (select-safe-coding-system):
2804         Merge coding-system and auto-cs before comparing them.
2806 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2810         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2811         normal-auto-fill-function and comment-indent-function.
2812         The default values now work just as well.
2813         Don't set font-lock-beginning-of-syntax-function since we already set
2814         syntax-begin-function.
2815         (lisp-outline-level): Put ;;;###autoload at same level as (.
2816         (prin1-char): Quote special chars.
2818         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2819         than with-no-warnings.
2821         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2822         if the source location can't be found.
2823         (edebug-compute-previous-result): Use prin1-char.
2825         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2826         (debug-ignored-errors): Add an entry.
2828         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2829         (byte-compile-file): Output warning when deleting a file.
2831         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2832         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2834         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2835         (byte-compile-inline-expand): Use backquote.
2836         (byte-optimize-pure-func): Rename from byte-optimize-concat.
2837         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2839         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2841         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2843 2004-03-22  Juri Linkov  <juri@jurta.org>
2845         * finder.el (finder-known-keywords): Fix data, tex, unix.
2847         * play/landmark.el: Fix keywords.
2849         * language/ethio-util.el (ethio-find-file): Doc fix.
2851         * emacs-lisp/warnings.el: Doc fix.
2853         * textmodes/ispell.el (ispell-help): Doc fix.
2855 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
2857         * format.el (format-insert-file): Always return a list of two
2858         elements, like insert-file-contents does.
2860 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
2862         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
2863         and vc-BACKEND-diff.
2864         (vc-print-log): If the print-log implementation supports it, use
2865         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2866         (vc-version-diff, vc-diff-internal): Doc fixes.
2868         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
2869         implementation supports it, let diff output go to *vc*,
2870         not *vc-diff*, since this is an internal call.
2872         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
2874         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2876         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
2878 2004-03-21  Dave Love  <fx@gnu.org>
2880         * progmodes/cfengine.el (cfengine-mode):
2881         Set parse-sexp-ignore-comments.
2883         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2885 2004-03-21  Juanma Barranquero  <lektu@terra.es>
2887         * allout.el (allout-mode): Fix docstring.
2889 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
2891         * files.el (insert-directory): Fix bug if SWITCHES is a list.
2893         * autorevert.el (auto-revert-interval): Make new value take
2894         effect immediately when set through Custom.
2895         (auto-revert-set-timer): Add interactive declaration.
2897 2004-03-19  David Ponce  <david@dponce.com>
2899         * ruler-mode.el (ruler-mode-header-line-format-old):
2900         Don't `make-variable-buffer-local'.
2901         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2902         (ruler-mode-header-line-format): Simply funcall the above.
2903         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2904         to save/restore a previous header line format.
2905         (ruler-mode-space): Don't depend on a numeric WIDTH value.
2906         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2907         fringes and margins width.
2908         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2910 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         * log-edit.el (log-edit-font-lock-keywords): Typo.
2914         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2915         (tex-send-tex-command): Rather than here.
2916         (tex-compilation-parse-errors): Simplify.
2918         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2920         * time.el (display-time-string-forms): Add help-echo with date on time.
2922         * composite.el (compose-region): Use restore-buffer-modified-p.
2924         * disp-table.el (standard-display-8bit): Simplify.
2926         * server.el (server-process-filter): Delete temp frame.
2928         * add-log.el (add-change-log-entry): Simplify.
2930 2004-03-19  Kim F. Storm  <storm@cua.dk>
2932         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2933         (hexl-follow-line): Don't require 'fringe.
2935         * progmodes/compile.el (compilation-start): Always set
2936         compilation-last-buffer and return it.
2938 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2940         * simple.el (clone-buffer): Doc fix.
2942 2004-03-18  Juanma Barranquero  <lektu@terra.es>
2944         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2946 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * log-edit.el (log-edit-font-lock-keywords): New var.
2949         (log-edit-mode): Use it.
2951 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
2953         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2954         properly for watching in speedbar.
2956 2004-03-17  Masatake YAMATO  <jet@gyve.org>
2958         * smerge-mode.el (smerge-popup-context-menu):
2959         Put `unwind-protect' around `overlay-put' and `popup-menu'.
2961 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2963         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2964         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2965         Take sealed revisions into account.
2966         (vc-arch-checkin): Extract a summary line from the message.
2968 2004-03-16  Masatake YAMATO  <jet@gyve.org>
2970         * register.el (register): Provide `register' feature.
2972 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2974         Added context menu support in smerge mode.
2975         Most of the part is written by Stefan Monnier.
2977         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2978         New keymap and menu.
2979         (smerge-text-properties): New function.
2980         (smerge-remove-props): New function.
2981         (smerge-popup-context-menu): New function.
2982         (smerge-resolve): Call `smerge-remove-props'.
2983         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2984         (smerge-keep-current): Ditto.
2985         (smerge-kill-current): New function.
2986         (smerge-match-conflict): Put text properties.
2987         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2989 2004-03-15  David Ponce  <david@dponce.com>
2991         * ruler-mode.el: (ruler-mode-left-fringe-cols)
2992         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2993         (ruler-mode-right-scroll-bar-cols): Remove.
2994         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2995         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2996         Use fringe-columns and scroll-bar-columns.
2998 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3000         * hl-line.el (hl-line-range-function): New variable.
3001         (hl-line-move): New function.
3002         (global-hl-line-highlight): Use `hl-line-move'.
3003         (hl-line-highlight): Ditto.
3005         * scroll-bar.el (scroll-bar-columns):
3006         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3008         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3009         (ruler-mode-left-fringe-cols)
3010         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3011         (ruler-mode-right-scroll-bar-cols)
3012         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3013         (ruler-mode-ruler-function): New variable.
3014         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3015         if the value for `ruler-mode-ruler-function'is given.
3017         * hexl.el (hexl-mode-hook): Make the hook customizable.
3018         (hexl-address-area, hexl-ascii-area): New customize variables.
3019         (hexlify-buffer): Put font-lock-faces on the address area and
3020         the ascii area.
3021         (hexl-activate-ruler): New function.
3022         (hexl-follow-line): New function.
3023         (hexl-highlight-line-range): New function.
3024         (hexl-mode-ruler): New function.
3026 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3029         (vc-default-find-file-hook): New fun.
3030         (vc-find-file-hook): Call new find-file-hook operation.
3032         * vc-arch.el: New file.
3034 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3036         * info-look.el (info-lookup): Reuse an existing Info window.
3038 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3040         * woman.el (woman-preserve-ascii): Default value changed to t and
3041         doc string revised.
3043 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3045         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3046         Fix minor bug.
3048         * replace.el (occur-engine): Change message for count of matches.
3050         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3051         For strings, do compare text properties.
3053 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3055         * progmodes/compile.el (compile-auto-highlight)
3056         (compilation-error-list, compilation-old-error-list)
3057         (compilation-parse-errors-function, compilation-parsing-end)
3058         (compilation-error-message, compilation-directory-stack)
3059         (compilation-enter-directory-regexp-alist)
3060         (compilation-leave-directory-regexp-alist)
3061         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3062         (compilation-current-file, compilation-regexps): Remove vars.
3064         (compile-error-at-point, compilation-error-filedata)
3065         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3066         (compilation-next-error-locus, compilation-forget-errors)
3067         (count-regexp-groupings, compilation-parse-errors)
3068         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3070         (compile-internal): Make obsolete.
3072         (compilation-first-column, compilation-error)
3073         (compilation-directory-matcher, compilation-page-delimiter)
3074         (compilation-mode-font-lock-keywords, compilation-debug)
3075         (compilation-error-face, compilation-warning-face)
3076         (compilation-info-face, compilation-line-face)
3077         (compilation-column-face, compilation-enter-directory-face)
3078         (compilation-leave-directory-face, compilation-skip-threshold)
3079         (compilation-skip-visited, compilation-context-lines): New vars.
3081         (compilation-warning-face, compilation-info-face)
3082         (compilation-message-face): New faces.
3084         (compilation-error-regexp-alist-alist): New constant.
3086         (compilation-face, compilation-directory-properties)
3087         (compilation-assq, compilation-error-properties, compilation-start)
3088         (define-compilation-mode, compilation-loop)
3089         (compilation-set-window): New functions.
3091         (compile): Additional argument for interactive compiles like TeX.
3093         * progmodes/grep.el (kill-grep): Move here from compile.el
3094         (grep-error, grep-hit-face, grep-error-face)
3095         (grep-mode-font-lock-keywords): New variables.
3096         (grep-regexp-alist): Simplify regexp and add `binary' case.
3097         (grep-mode): New mode.
3098         (grep-process-setup): Simplify.
3100 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3102         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3103         letters on DOS/Windows.
3105 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3107         * server.el (server-name): New var.
3108         (server-socket-dir): New var to replace server-socket-name.
3109         (server-start): Use them.
3111 2004-03-11  Simon Josefsson  <jas@extundo.com>
3113         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3114         died to avoid infloop.  Reported by Jonathan Glauner
3115         <jglauner@sbum.org>.
3117 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3120         (smerge-mode-menu): Use it to deactivate menu entries.
3121         (smerge-keep-current): New fun.
3122         (smerge-keep-current): Use it.
3124 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3126         * foldout.el (foldout-fold-list, foldout-modeline-string):
3127         Declare them as variables, not constants.
3129 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3131         * ps-print.el: Modification to print *Messages* buffer.
3132         (ps-print-version): New version 6.6.4.
3133         (ps-message-log-max): New fun.
3134         (ps-spool-without-faces, ps-spool-with-faces)
3135         (ps-count-lines-preprint): Code fix.
3137         * printing.el: New tips in Tips section.
3139 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3141         * delim-col.el: Doc fix.
3143         * printing.el: Doc fix.  New doc section (Tips).
3145 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * type-break.el (type-break-emacs-variant): Remove.
3148         (type-break-run-at-time, type-break-cancel-function-timers):
3149         Use fboundp rather than version name and number.
3151 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3153         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3154         `make-variable-buffer-local'.
3156 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3158         * find-dired.el (find-dired): Call `shell-command' instead of
3159         `start-process-shell-command'.  By this, Tramp takes over
3160         handling of remote directories.
3162 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3164         * newcomment.el (comment-use-global-state): New var.
3165         (comment-search-forward): Use it.
3167         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3169         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3171         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3172         (enable-kinsoku): Make it a defcustom.
3173         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3174         paragraph to same-comment-start-marker.
3176 2004-03-07  Dave Love  <fx@gnu.org>
3178         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3179         (browse-url-mail): Use it.
3181         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3182         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3184 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3186         * woman.el (woman-man.conf-path): Doc fix.
3187         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3189 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3191         * sort.el (sort-columns): Remove ms-dos from the list of systems
3192         where the external `sort' command is not used.
3194 2004-03-07  Kim F. Storm  <storm@cua.dk>
3196         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3197         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3198         from overlay-arrow-variable-list.
3199         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3201 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3203         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3204         overlay arrow string properly for the assembler buffer.
3206 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3208         * mail/sendmail.el (mail-mode): Fix last change.
3210 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
3212         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3213         for the assembler buffer.
3214         (gdb-assembler-custom): Position the overlay arrow.
3215         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3217 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3219         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3221         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3222         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3224         * mail/sendmail.el (mail-mode): Set comment-start-skip.
3226         * newcomment.el (uncomment-region): Allow non-terminated comment.
3227         (comment-normalize-vars): Check the user-specified comstart marker.
3229 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3231         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3232         Otherwise, do use it if the region only contains font-lock text
3233         properties.
3235 2004-03-04  Masatake YAMATO  <jet@gyve.org>
3237         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3238         as the callback function for eldoc.
3239         (hexl-print-current-point-info): New function.
3240         (hexl-current-address): Print the address in both decimal
3241         and hexadecimal format.
3243 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3245         * mail/rmail.el (rmail-convert-to-babyl-format):
3246         Specify t for UNIBYTE when calling mail-unquote-printable-region.
3248         * mail/mail-utils.el (mail-unquote-printable-region):
3249         New arg UNIBYTE.
3251         * startup.el (command-switch-alist): Doc fix.
3253         * simple.el (undo): Temporarily set this-command to `undo-start',
3254         then set it to `undo' once undo-start returns without error.
3256         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3258         * simple.el (kill-line): Don't disregard trailing whitespace
3259         in eol condition, if show-trailing-whitespace is set.
3261         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3262         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3263         When disabling, restore old values only if mouse-sel-has-been-enabled.
3265         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3266         (isearch-{-char): New function.
3267         (isearch-mode-map): Bind { to isearch-{-char.
3269         * font-lock.el (lisp-font-lock-keywords-2):
3270         Turn off the CL with-... and do-... general patterns.
3271         Instead, recognize several specific with... and do... constructs.
3273         * files.el (switch-to-buffer-other-window):
3274         Bind same-window-buffer-names and same-window-regexps to nil.
3275         (switch-to-buffer-other-frame): Likewise.
3277 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3280         recognizing leading comment on code line.
3282 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3284         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
3285         hidden files/directories.
3287 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3289         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
3290         only comment-start (in case the mode hasn't set it).
3292         * Makefile.in (AUTOGENEL): New var.
3293         (bootstrap-prepare): Rename from bootstrap-clean.
3294         Don't remove elc files.
3295         (maintainer-clean): New target.
3297         * xml.el (xml-get-attribute-or-nil): Simplify.
3299 2004-03-02  Juri Linkov  <juri@jurta.org>
3301         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3302         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3303         URL to prevent their substitution with the environment variable
3304         values by browsers.
3306 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3308         * ps-print.el: Doc fix.
3309         (ps-print-version): New version number (6.6.3).
3310         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3311         Docstring fix.
3312         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3313         before printing.
3314         (ps-time-stamp-yyyy-mm-dd): New fun.
3315         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3317 2004-03-02  Kim F. Storm  <storm@cua.dk>
3319         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3321 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3323         * allout.el (allout-rebullet-heading): Fix typo in docstring.
3325         * desktop.el (desktop-file-version)
3326         (desktop-after-read-hook): Fix typos.
3327         (desktop-clear-preserve-buffers): Remove redundant info in
3328         docstring already shown by the obsolescence message.
3329         (desktop-truncate, desktop-internal-v2s)
3330         (desktop-value-to-string): Change argument name to match docstring.
3332         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3334         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3335         docstring.
3337 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3339         * printing.el: Replace "As Is..." in PostScript file print/preview by
3340         "No Preprocessing...".  Suggested by Colin Marquardt
3341         <_marquardt_@zmd.de>.
3342         (pr-insert-section-4): Adjust buffer interface.
3344 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3346         Version 2.0.39 of Tramp released.
3348         * net/tramp.el (tramp-handle-file-local-copy)
3349         (tramp-handle-write-region, tramp-open-connection-rsh):
3350         Variable name typo.  Small change.  From Patrick Tullmann
3351         <tullmann@flux.utah.edu>.
3352         (tramp-process-connection-type): New variable.
3353         (tramp-maybe-open-connection): Use it.
3354         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3355         (tramp-touch): Set last-modified time of a remote file.
3356         (tramp-handle-write-region): Say which function is used when encoding.
3358 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3360         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3361         case of non-existing filename, too.  Reported by Christoph Bauer
3362         <c_bauer@informatik.uni-kl.de>.
3363         (tramp-smb-get-file-entries): The directory in question should
3364         have permissions "drwxrwxrwx".  Just virtual, because we don't
3365         know the real permissions.  Don't we know?
3366         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3367         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3368         (tramp-smb-wait-for-output): Optimize algorithm getting pending
3369         output.  If it was received chunkwise, there have been problems.
3370         Remove the "prompt not found" error message; it is obvious.
3371         Simplify algorithm.
3372         (tramp-smb-process-running): Remove.  Since we acknowledge the
3373         virtual prompt for shares, there's no need for distinction of
3374         reading shares (process ends afterwards) and interactive mode of
3375         smblient.
3376         (tramp-smb-open-connection): Setting process sentinel removed.
3377         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3378         "NT_STATUS_NETWORK_ACCESS_DENIED".
3379         (tramp-smb-maybe-open-connection): Set `process-connection-type'
3380         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3381         (top-level): Setting default value in `tramp-default-method-alist'
3382         corrected.  Order of USER and HOST have been wrong.
3383         Nobody complained for months ...
3384         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3385         (tramp-smb-open-connection): Clear password cache if login has failed.
3387         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3388         `tramp-unified-filenames'.
3389         (tramp-completion-mode): Make test for XEmacs explicitely.
3390         `event-to-character' can exists in Emacs packages too.
3391         Reported by Matt Swift <swift@alum.mit.edu>.
3392         (tramp-buffer-name): Buffer name must contain the user if exists.
3393         Reported by Adrian Phillips <a.phillips@met.no>.
3394         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3395         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3396         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3397         `tramp-do-copy-or-rename-file-one-local', because it handles also
3398         the case both files use the same out-of-band method.
3399         Implementation added.
3400         (tramp-handle-file-local-copy, tramp-handle-write-region):
3401         Out-of-band handling removed.  `copy-file' called instead, which
3402         calls `tramp-do-copy-or-rename-file-out-of-band'.
3403         (tramp-action-password): Check for out-of-band method removed.
3404         This function is used for 'login-program.
3405         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3406         appropriate.
3407         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3408         and `tramp-parse-sknownhosts'.
3409         (tramp-completion-function-alist): It's a defvar now, because we
3410         want to apply the optimized `tramp-set-completion-function'
3411         instead of a static list.
3412         (tramp-set-completion-function): Implementation tuned.
3413         Avoid double entries, and entries where the function or the
3414         file/directory doesn't exist.
3415         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3416         for SSH2.
3417         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3418         (tramp-handle-dired-compress-file): New function.
3419         (tramp-async-proc): New variable.
3420         (tramp-handle-shell-command): Adding asynchronous processes.
3421         They are far from being perfect, but it works at least for
3422         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3423         (top-level): Require password.el if visible.  Should be mandatory
3424         once No Gnus has found its way into (X)Emacs.
3425         (tramp-read-passwd): Invoke `password-read' if available,
3426         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3427         fallback any longer.
3428         (tramp-clear-passwd): New function.
3429         (tramp-process-actions, tramp-process-multi-actions):
3430         Clear password cache if login has failed.
3432         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3433         its own module.
3434         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3435         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3436         previous calls in case the "ftp" method is used in the Tramp file
3437         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3439 2004-02-28  Richard M. Stallman  <rms@gnu.org>
3441         * term.el (term-mouse-paste): Call mouse-set-point.
3443         * thumbs.el: New file.
3445 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3447         * progmodes/ebnf-abn.el: Doc fix.
3449         * progmodes/ebnf-bnf.el: Doc fix.
3450         (ebnf-repeat): Code fix.
3452         * progmodes/ebnf2ps.el: Doc fix.
3453         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3455 2004-02-28  Juri Linkov  <juri@jurta.org>
3457         * ffap.el (dired-at-point): Additional writability test for
3458         relative directory names.
3459         (dired-at-point-prompter): Treat directories as a directory, get
3460         the directory component from files.
3461         (ffap-string-at-point): Return string from region if region is active.
3462         (ffap-file-at-point): Remove redundant code.
3464 2004-02-28  Kim F. Storm  <storm@cua.dk>
3466         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3467         Initialize margin area images to nil.
3468         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3469         (breakpoint-enabled-bitmap-face)
3470         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3471         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3472         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3473         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3474         (gdb-reset): Use gdb-remove-breakpoint-icons.
3475         (gdb-put-string): Add dprop arg to specify alternative display
3476         property (for setting fringe bitmap).
3477         (gdb-remove-strings): Doc fix.
3478         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3479         icon in fringe (if available), or else as icon or text in display
3480         margin.  Creates necessary icons in breakpoint-bitmap,
3481         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3482         Also make left window margin if required.
3483         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3484         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
3485         no longer needed.
3486         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3487         gdb-put-breakpoint-icon.
3488         (gdb-assembler-mode): Don't set left-margin-width here.
3490 2004-02-27  Kevin Ryde  <user42@zip.com.au>
3492         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3493         comma, so that it DTRT in macros.
3495 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3497         * progmodes/sh-script.el (sh-shell-arg)
3498         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3499         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3501 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * faces.el (face-spec-set-match-display): Add a new attribute,
3504         `min-colors'.
3505         (region, highlight, secondary-selection): Use `min-colors'.
3507         * custom.el (defface): Add documentation for `min-colors'.
3509         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3510         (font-lock-keyword-face, font-lock-function-name-face)
3511         (font-lock-variable-name-face, font-lock-constant-face):
3512         Use `min-colors'.
3514         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3516 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3518         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3519         define assq-delete-all if it's not defined.
3520         (ebnf-generate-region): Code fix.
3522         * printing.el: Doc fix.
3523         (pr-version): New version number (6.7.2).
3524         (pr-command): Return empty string if command is an empty string.
3526 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3528         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3530         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3531         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3532         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3533         "tt" ["test"] ).  Reported by Markus Dreyer
3534         <mdreyer@ix.urz.uni-heidelberg.de>.
3535         (ebnf-version): New version number (4.0).
3536         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3537         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3538         (ebnf-delete-style): New commands.
3539         (ebnf-directory, ebnf-file): New funs.
3540         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3541         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3542         (ebnf-syntax-alist): New var.
3543         (ebnf-element-width): New fun replacing ebnf-list-width.
3544         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3545         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3546         (ebnf-prologue): Adjust vars.
3547         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3548         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3549         (ebnf-check-style-values, ebnf-generate-production)
3550         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3551         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3552         (ebnf-token-repeat): Code fix.
3554         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3555         %right, %left and %prec.  Suggested by Matthew K. Junker
3556         <junker@alum.mit.edu>.
3557         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3559         * progmodes/ebnf-iso.el: Doc fix.
3560         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3561         (ebnf-iso-lex): Code fix.
3563         * progmodes/ebnf-bnf.el: Doc fix.
3564         (ebnf-bnf-lex): Code fix.
3566         * progmodes/ebnf-otz.el: Doc fix.
3568 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3570         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3571         (abbrev-prefix-mark): Doc fix.
3573 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3575         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3576         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3577         (gdb-var-delete): Make interactive (really).
3578         (gdb-edit-value): Make non-interactive.
3580         * progmodes/gud.el (gud-speedbar-menu-items):
3581         Add gdb-var-delete and, indirectly, gdb-edit-value.
3582         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3583         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3584         (gud-gdb-marker-filter): Add comment for annotations.
3586 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3588         * calendar/calendar.el (generate-calendar)
3589         (calendar-read-date): Prevent display of BC calendars once more -
3590         reverts 2003-10-01 change.
3591         (generate-calendar-month): Doc fix.
3593 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3595         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3596         return value of increment-calendar-month.
3598 2004-02-21  Stephen Compall  <s11@member.fsf.org>
3600         * saveplace.el (save-place-forget-unreadable-files)
3601         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3602         (save-place-forget-unreadable-files): New function.
3603         (save-place-alist-to-file): Use it to filter out files that are
3604         no longer readable.
3606         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3607         current Texinfo environment, using the same method as in
3608         `texinfo-insert-@end', and insert a space rather than a newline if
3609         point in a @table environment.
3611 2004-02-21  Juri Linkov  <juri@jurta.org>
3613         * ffap.el (ffap-file-at-point): Try parent directories.
3615 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3617         * vcursor.el (vcursor-modifiers): New defcustom.
3618         (vcursor-cs-binding): Use vcursor-modifiers instead of a
3619         hard-coded list.
3621 2004-02-21  Masatake YAMATO  <jet@gyve.org>
3623         * play/animate.el (animate-birthday-present): Accept names other
3624         than `Sarah', too.
3626 2004-02-21  Juri Linkov  <juri@jurta.org>
3628         * startup.el: Remove table of command line arguments from the
3629         Commentary section.
3631 2004-02-20  John Wiegley  <johnw@newartisans.com>
3633         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3634         again" modifier from 'e' to 'E', since 'e' is also used by the
3635         "file extension" modifier.
3637 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3639         * help-fns.el (describe-categories): Doc fix.
3641 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3643         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3644         temporary file for buffer already visiting one.  This change makes
3645         output likely to be directly usable by patch program.
3646         Suggested by Adrian Aichner  <adrian@xemacs.org>
3648 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
3650         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3651         case of variables defined in compound statements.
3652         (gdb-setup-windows, gdb-source-info, gdb-source-info):
3653         Simplify constructions using switch-to-buffer.
3655 2004-02-19  Simon Josefsson  <jas@extundo.com>
3657         * play/morse.el: Fix typo.
3658         (morse-code): Add @.
3660 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3662         * calendar/appt.el (appt-display-format): Change default to
3663         'ignore, for backwards compatibility.
3664         (appt-display-message): If appt-display-format is 'ignore,
3665         respect old vars appt-msg-window and appt-visible.
3666         (appt-activate): Don't depend on return value of cancel-timer.
3668         * calendar/calendar.el (calendar-holidays): Doc fix.
3670         * calendar/cal-coptic.el (coptic-prompt-for-date):
3671         Use assoc-string instead of assoc-ignore-case.
3672         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3673         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3674         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3675         * calendar/cal-islam.el (calendar-goto-islamic-date)
3676         (mark-islamic-diary-entries): Ditto.
3677         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3678         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3679         (calendar-read-mayan-tzolkin-date): Ditto.
3680         * calendar/calendar.el (calendar-read-date): Ditto.
3681         * calendar/diary-lib.el (mark-diary-entries): Ditto.
3683 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3685         * progmodes/executable.el (executable-command-find-posix-p):
3686         Fix choice of the directory.
3688 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3690         * simple.el (interprogram-cut-function)
3691         (interprogram-paste-function, kill-new, kill-append):
3692         Doc fixes.
3693         (kill-region): Make it return nil.  Doc fix.
3694         (yank-pop): Make its argument optional.
3695         (yank): Make ARG `-' equivalent to `-1'.
3697 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
3699         * mail/rmail.el (rmail-get-new-mail): Don't reference
3700         rmail-use-spam-filter if rmail-spam-filter is not loaded.
3702 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3704         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3705         if one of global-auto-revert-non-file-buffers or autorevert-mode
3706         is non-nil.
3708 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3710         * subr.el (delete-dups): A better implementation from Karl Heuer
3711         <kwzh@gnu.org>.
3713 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3715         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3716         correct place.
3717         * progmodes/icon.el (icon-indent-command): Ditto.
3718         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3720 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3722         * progmodes/grep.el (grep-compute-defaults): Undo change from
3723         2004-01-29: don't use executable-command-find-posix-p.
3725 2004-02-16  Richard Sharman  <rsharman@pobox.com>
3727         * hilit-chg.el: Use require instead of eval-and-compile.
3728         (highlight-compare-buffers): New function.
3730 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
3732         * man.el (Man-fontify-manpage): Render section headings in
3733         `Man-overstrike-face' even when overstrike was not used by man
3734         formatter for section headings.
3736 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
3738         * rmail-spam-filter.el: (vm-use-spam-filter)
3739         (rsf-min-region-length-added-to-spam-list): New variables.
3740         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
3741         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
3742         spam testing.  Don't delete spam message if automatic deletion
3743         after output via variable rmail-delete-after-output is turned on.
3744         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
3745         rsf-bbdb-dont-create-entries-for-spam.
3746         (check-field): New function, extracted from code in
3747         rmail-spam-filter to ease addition of header fields like content-type.
3748         (message-content-type): New variable to check the content-type:
3749         field added, also in defcustom of rsf-definitions-alist.
3750         (rmail-spam-filter): Replace repeated test code for header fields
3751         by calls to check-field; change the call to
3752         rmail-output-to-rmail-file such that rmail-current-message stays
3753         the same to avoid wrong deletion of unseen flags.
3754         (rsf-add-contents-type): New function to convert old format
3755         of rmail-spam-definitions-alist into new one.
3756         Change prefixes of all variables and functions from
3757         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3759 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3761         * loadhist.el (unload-hook-features-list): New defvar.
3763 2004-02-16  Dave Love  <fx@gnu.org>
3765         * loadhist.el (unload-feature): Doc fix.  Rename flist to
3766         unload-hook-features-list.
3768 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
3770         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3771         cookie.  Don't check if we are looking-at open-formula.
3773 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3775         * subr.el (match-string-no-properties): Use substring-no-properties.
3777 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3779         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
3780         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3781         Use lower-case "rx" in all error message.
3783 2004-02-16  Dave Love  <fx@gnu.org>
3785         * emacs-lisp/rx.el (rx-or): Put group around result.
3786         (rx-constituents): Add backref.
3787         (rx-syntax): Add string-delimiter, comment-delimiter.
3788         (rx-categories): Add combining-diacritic.
3789         (rx-check-not, rx-greedy, rx): Doc fix.
3790         (rx-backref, rx-check-backref): New.
3792 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
3794         * newcomment.el (uncomment-region): Allow eob as comment end.
3796 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3798         * filecache.el: All message and error commands now use prefix
3799         "Filecache:" to make it easy to read *Messages* buffer.
3801 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3803         * autorevert.el: Add support to detect changed dired and VC buffers.
3804         (auto-revert-active-p, auto-revert-list-diff)
3805         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3806         (auto-revert-handler, auto-revert-active-p): New functions.
3807         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
3808         and `auto-revert-active-p'.
3809         (eval-when-compile): Defvar dired-directory and vc-mode.
3810         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3811         (auto-revert-handler-vc): New functions.
3813 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3815         * progmodes/compile.el (compilation-directory): New defvar.
3816         (compile): Save current directory in compilation-directory.
3817         (recompile): Bind default-directory to compilation-directory if
3818         that is non-nil.
3820 2004-02-16  Dave Love  <fx@gnu.org>
3822         * newcomment.el (comment-insert-comment-function)
3823         (comment-region-function, uncomment-region-function): New.
3824         (comment-indent): Use comment-insert-comment-function.
3825         (uncomment-region): Use uncomment-region-function.
3826         (comment-region): Use comment-region-function.
3828         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3830 2004-02-16  Richard Stallman  <rms@gnu.org>
3832         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3833         loaddefs* and ldefs-boot*.
3835 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3837         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3838         and email address at the beginning and end of the address.
3840         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3841         anchored at the beginning of the email address.
3843 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
3845         * international/ccl.el (ccl-compile-write): Pass `left' to
3846         ccl-embed-code to generate correct code of write-expr-register.
3848 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
3850         * progmodes/grep.el (grep-compute-defaults): Fix typos.
3852 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3854         * x-dnd.el: Mention support for Motif in commentary.
3855         (x-dnd-handle-drag-n-drop-event): Ditto.
3857 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
3859         * ses.el: Use "ses--" prefixes for buffer-local variables.
3860         Use (point-min) instead of 1, even when we know the buffer
3861         is unnarrowed.
3862         (ses-build-load-map): Delete.  Distribute its content to defconst's for
3863         the three maps.
3864         (ses-menu, ses-header-line-menu): New menus.
3865         (ses-mode-map): Use them.
3866         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
3868 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
3870         * Makefile.in: Fix the CC Mode recompile kludge so it works
3871         when building in a different directory.
3873 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
3875         * simple.el (kill-new): Put yank-handler property on the entire string.
3877 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * diff.el: Don't use compile any more, use diff-mode instead.
3880         (diff-regexp-alist, diff-old-file, diff-new-file)
3881         (diff-parse-differences, diff-process-setup): Remove.
3882         (diff-sentinel): New fun.
3883         (diff): Use it.  Run the process ourselves.
3884         Use diff-mode for the rest of the processing.
3886         * diff.el (diff): Simplify code handling `switch'.
3888 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3890         * pcvs-defs.el (cvs-menu): Add `tag'.
3892 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3894         * simple.el (kill-append): Doc fix.
3896         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3897         Adapt outline-regexp to the new conventions for commenting out code.
3899 2004-02-11  John Paul Wallington  <jpw@gnu.org>
3901         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3903 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         * diff.el (diff-switches): New fun.
3906         (diff, diff-backup): Use it.
3907         (diff): Clean up the args construction.  Use backquote.
3908         Use listp instead of consp to avoid putting a nil arg.
3909         (diff): Add a revert-buffer function.
3911 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3913         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
3914         handled by x-dnd-handle-file-name.
3915         (x-dnd-known-types): Add COMPOUND_TEXT.
3916         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3917         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3918         x-dnd-empty-state.
3919         (x-dnd-forget-drop): Ditto.
3920         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3921         (x-dnd-handle-one-url): Return private when inserting text.
3922         (x-dnd-insert-ctext): New function.
3923         (x-dnd-handle-file-name): New function for FILE_NAME.
3924         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3925         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3926         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3928 2004-02-10  Kenichi Handa  <handa@m17n.org>
3930         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3931         instead of while loop.
3933 2004-02-10  Miles Bader  <miles@gnu.org>
3935         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3937 2004-02-09  Kenichi Handa  <handa@m17n.org>
3939         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3940         have end-of-line.
3942 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3944         * Makefile.in: Added extra dependencies in the recompile target
3945         needed to cope with the compile time macro expansions in CC Mode.
3947 2004-02-09  Kim F. Storm  <storm@cua.dk>
3949         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3950         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3951         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3952         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3953         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3954         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3955         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3956         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3957         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3958         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3959         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3961 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3964         Don't allow shrink if there's a window on our right.
3966         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3967         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3968         Bring together declaration and initialization.
3969         (prolog-mode-variables): Don't set the syntax table.
3970         Don't set paragraph-start and comment-indent-function.
3971         Add /*..*/ to the comment regexps.
3972         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
3973         (prolog-mode-map): Don't bind TAB.
3974         (prolog-mode): Set the syntax table.
3975         (prolog-comment-indent): Remove.
3976         (inferior-prolog-mode-map): Initialize in the declaration.
3977         (inferior-prolog-mode-syntax-table)
3978         (inferior-prolog-mode-abbrev-table): New vars.
3979         (inferior-prolog-mode): Derive from comint-mode.
3980         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3981         minibuffer windows.
3983         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3984         in file names, as long as it is unabmiguous.
3986 2004-02-08  Andreas Schwab  <schwab@suse.de>
3988         * textmodes/reftex-toc.el
3989         (reftex-toc-load-all-files-for-promotion): Remove useless use of
3990         format.  Doc fix.
3992         * textmodes/refer.el (refer-find-entry-internal): Remove extra
3993         format string arguments.
3995         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3996         string argument.
3998         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4000         * play/zone.el (zone-call): Fix format string.
4002         * net/webjump.el (webjump-builtin): Add missing format string argument.
4004         * midnight.el (midnight-delay-set): Remove extra format string argument.
4006         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4008         * hexl.el (hexl-insert-char): Add missing format string argument.
4010         * format.el (format-decode): Fix format string.
4012         * emulation/vi.el (vi-mode): Remove extra format string argument.
4013         (vi-repeat-last-search): Likewise.
4014         (vi-reverse-last-search): Likewise.
4015         (vi-goto-mark): Likewise.
4016         (vi-reverse-last-find-char): Likewise.
4017         (vi-repeat-last-find-char): Likewise.
4018         (vi-locate-def): Likewise.
4020         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4022         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4023         string argument.
4024         (ediff-toggle-regexp-match): Likewise.
4026         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4027         format string argument.
4029         * calc/calc-map.el (calc-get-operator): Remove extra format
4030         string argument.
4032         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4034         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4035         string argument.
4037         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4039         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4041         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4043         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4044         (cl-struct-setf-expander): Likewise.
4046         * vc.el (with-vc-file): Fix unsafe uses of error.
4047         (vc-cancel-version): Likewise.
4049 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4051         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4052         thousands separator; fixes <class>:<line-number> regexp for
4053         non-english locales.
4055 2004-02-08  Andreas Schwab  <schwab@suse.de>
4057         * view.el (view-mode-enable): Revert previous change.
4059 2004-02-07  Kim F. Storm  <storm@cua.dk>
4061         * simple.el (line-number-at-pos): Rename from line-at-pos.
4062         Uses changed (what-line and vc-annotate-warp-version).
4064 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4067         (diff-mode): Remove aborted attempt at support for compile.el.
4068         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4070 2004-02-06  Andreas Schwab  <schwab@suse.de>
4072         * view.el (view-mode-enable): Add view-mode-map to
4073         minor-mode-overriding-map-alist.
4075 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4077         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4079 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4082         with point inside rather than after the paragraph.
4084 2004-02-04  Sam Steingold  <sds@gnu.org>
4086         * mail/smtpmail.el (smtpmail-try-auth-methods):
4087         Do not try authentication when no mechanism is available.
4088         Pass port-name as defaultport to `netrc-machine'.
4090 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4092         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4093         to show how minibuffer height can be constrained.
4095 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4097         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4099 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4101         * x-dnd.el: New file for drag and drop.
4103         * term/x-win.el: require x-dnd, set after-make-frame-functions
4104         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4105         drag-n-drop event.
4107         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4108         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4109         (dired-dnd-handle-file): New functions for drag and drop support.
4110         (dired-mode): Initialize drag and drop if x-dnd present.
4112 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4115         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4116         (cperl-mode): Set fill-paragraph-function.
4117         (cperl-fill-paragraph): Make it non-interactive.
4119 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4121         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4123 2004-02-02  David Kastrup  <dak@gnu.org>
4125         * replace.el (perform-replace): Allow 'literal argument in
4126         regexp-flag to indicate literal replacement.
4127         (query-replace-regexp-eval): Use it.
4129 2004-02-01  Andreas Schwab  <schwab@suse.de>
4131         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4133 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4135         * info-look.el: Add support for maxima-mode.  Update commentary
4136         because info-lookup-symbol is now bound to C-h S.
4138 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4140         * simple.el (edit-and-eval-command): Bind print-level and
4141         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4142         Correct initial position in command-history.
4144 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4146         * files.el (read-directory-name): Adapt the docstring to recent
4147         change in Fread_file_name.
4149 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4151         * ses.el (ses-print-cell): If print format too wide for column
4152         width, truncate decimal places if that helps to avoid "#####" fill.
4153         * ses.el (ses-initial-column-width): Revert previous change.
4155 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4158         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4159         Add edebug info.
4160         (jit-lock-mode): Setup/cancel the new timer.
4161         (jit-lock-context-fontify): New fun.  Extracted from
4162         context fontification code of jit-lock-stealth-fontify.
4163         (jit-lock-stealth-fontify): Don't do context fontification any more.
4165         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4166         (jit-lock-fontify-now): Handle the `quit' case.
4167         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4169 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4171         * progmodes/executable.el (executable-command-find-posix-p):
4172         New.  Check if find handles arguments Posix-style.
4174         * progmodes/grep.el (grep-compute-defaults):
4175         Use executable-command-find-posix-p.
4176         (grep-find): Check `grep-find-command'.
4178         * filecache.el (file-cache-find-posix-p): Delete.
4179         (file-cache-add-directory-using-find):
4180         Use `executable-command-find-posix-p'.
4182 2004-01-29  Dave Love  <fx@gnu.org>
4184         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4185         Iterate the hook function if arg is given.
4186         (mark-defun, narrow-to-defun): Change order of finding the limits.
4188         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4189         (byte-compile-format-warn): New.
4190         (byte-compile-callargs-warn): Use it.
4191         (Format, message, error): Add byte-compile-format-like property.
4192         (byte-compile-maybe-guarded): New.
4193         (byte-compile-if, byte-compile-cond): Use it.
4194         (byte-compile-lambda): Compile interactive forms,
4195         just to make warnings about them.
4197 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4199         * ses.el (ses-initial-column-width): Increase to 14, so it will
4200         work well with the default printer of "%.7g" for extreme values
4201         like "-1.234567e+07".
4203 2004-01-29  Kenichi Handa  <handa@m17n.org>
4205         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4207 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4209         * dos-w32.el: Added support for the `default-printer-name' function.
4211 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         * server.el (server-socket-name): Don't use the hostname in the
4214         socket name since /tmp is local to the host anyway.
4216         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4217         robust check of widening and fix var-naming.
4219 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
4221         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4222         or rmail-spam- to rsf- in all function and variable names.
4223         (rsf-min-region-to-spam-list): New variable.
4224         (rsf-bbdb-auto-delete-spam-entries): Rename from
4225         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
4226         scanned together with the recipients field for spam testing; Don't
4227         delete spam message if rmail-delete-after-output is non-nil;
4228         (rsf-check-field): New function, extracted from code in
4229         rmail-spam-filter to ease addition of header fields like
4230         content-type:;
4231         (message-content-type): New variable.  The content-type: field was
4232         added also in defcustom of rsf-definitions-alist;
4233         (rmail-spam-filter): Replace repeated test code for header fields
4234         by calls to check-field; change the call to
4235         rmail-output-to-rmail-file such that rmail-current-message stays
4236         the same to avoid wrong deletion of unseen flags.
4237         (rmail-use-spam-filter): Add autoload cookie.
4239 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
4241         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
4242         (file-cache-add-directory-using-find): Add Cygwin support.
4243         (file-cache-find-command-posix-flag): New user variable.
4245         * filecache.el (file-cache-add-directory): Check for
4246         directories an remove them from dir-files.
4248 2004-01-27  Richard M. Stallman  <rms@gnu.org>
4250         * man.el (Man-fontify-manpage): Clean up message.
4252 2004-01-27  Kenichi Handa  <handa@m17n.org>
4254         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4255         (sentence-end): Define using sentence-end-without-space.
4257         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4258         a sentence ends with one of a character in sentence-end-without-space.
4260 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4262         * font-lock.el (font-lock): Add jit-lock as explicit group member.
4263         (jit-lock): Group declaration moved to jit-lock.el.
4264         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4265         when necessary.
4267         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4268         (jit-lock-context-unfontify-pos): Rename from
4269         jit-lock-first-unfontify-pos.
4270         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4272 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4274         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4275         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4276         (fortran-fill): When filling a string, adjust re-search-backward
4277         argument for special case of string just on fill-column.
4278         When filling non-string, allow one extra char if
4279         fortran-break-before-delimiters is non-nil.
4280         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4281         Use fortran-break-delimiters-re and fortran-no-break-re to
4282         correctly handle cases such as "**".
4284         * progmodes/f90.el (f90-break-delimiters): Doc fix.
4285         (f90-no-break-re): Add some extra tokens.  Doc fix.
4287 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4289         * mail/rmail-spam-filter.el:
4290         Use two semicolons as Commentary line prefix.
4291         Add ";;; Code:" stylized comment.
4292         Delete end-of-line whitespace.
4293         Wrap (require 'cl) with `eval-when-compile'.
4295 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
4297         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4298         at the top level of vc.el.
4300 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
4302         * vc.el (vc-current-line): Function removed.  This is now done by
4303         the new function line-at-pos in simple.el.
4304         (vc-annotate-warp-version): Use line-at-pos instead of
4305         vc-current-line.
4307 2004-01-22  Kim F. Storm  <storm@cua.dk>
4309         * simple.el (line-at-pos): New defun.
4310         (what-line): Use it.  Optimize by only counting lines in narrowed
4311         region once.
4313 2004-01-22  Kenichi Handa  <handa@m17n.org>
4315         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4316         point (register r1) only for charset mule-unicode-0100-24ff.
4318 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4320         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4321         trailing white space and ensure a final newline.
4323         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4324         Add autoload cookie.
4326 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
4328         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4329         activate view-mode explicitly.
4331 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4333         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4334         use clipboard first.
4336 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
4339         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4340         (vc-mcvs-cvs): Remove.
4341         (vc-mcvs-command): Remove use of assert.
4343         * outline.el (outline-insert-heading): Tighten up match.
4344         (outline-demote, outline-move-subtree-down): Don't assume anything
4345         about outline-regexp.
4347         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4348         (texinfo-show-structure): Explicitly add ^, and simplify.
4350 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4352         * calendar/appt.el (appt-check): Restore usage of
4353         appt-issue-message deleted in previous change.
4354         (top-level): Activate package when loaded (needed for backwards
4355         compatibility).
4357 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4359         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4360         following previous change to smtpmail-send-data.
4362 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
4364         * vc.el (vc-default-previous-version): Doc enhancement.
4365         (vc-default-next-version): New function.
4366         (vc-print-log): New arg FOCUS-REV.
4367         (vc-annotate-mode): Derive from view-mode.
4368         (vc-annotate): New args REVISION, DISPLAY-MODE.
4369         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4370         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4371         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4372         (vc-annotate-show-diff-revision-at-line, vc-current-line)
4373         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4375         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4377 2004-01-19  Karl Berry  <karl@gnu.org>
4379         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4380         or "TexInfo".
4382 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4384         * subr.el (delete-dups): New function.
4386 2004-01-19  Karl Berry  <karl@gnu.org>
4388         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4389         with ^, since that's what texinfo-show-structure
4390         documentation says (plus it works much better in texinfo.txi).
4392 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4394         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4396 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4398         * progmodes/which-func.el (which-function-mode): Don't cancel
4399         which-func-update-timer if not set.
4401 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4403         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4404         Remove spurious left square bracket in XX:XXam regexp.
4406 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4408         * progmodes/cc-defs.el: Do not require cl at run time.
4410 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4412         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4413         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4415         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4416         Call rmail-spam-filter.  Delete and expunge spam.
4417         Print number of spam messages deleted.
4418         Save and restore the deletion status of old messages when reading
4419         new mail with spam filter, so that expunging spam does not expunge
4420         msgs deleted by the user.
4421         (rmail-only-expunge): Add an optional argument dont-show to
4422         prevent showing message after expunge.
4424 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4426         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4427         * subr.el (declare): New macro.
4429 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4431         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4433 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4435         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4436         Test window-system rather than system-type (for X11/Mac).
4438 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
4440         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4442 2004-01-12  Richard M. Stallman  <rms@gnu.org>
4444         * mail/rmail.el (rmail-convert-to-babyl-format):
4445         Use mail-unquote-printable-region.
4446         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4447         (rmail-hex-char-to-integer): Functions deleted.
4449         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4450         (mail-unquote-printable-region): New arg NOERROR.
4451         For invalid encoding, either signal an error to just return nil.
4453 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4455         * calendar/appt.el: Update copyright and commentary.
4456         (appt-issue-message): Make obsolete.
4457         (appt-visible, appt-msg-window): Make obsolete, in favour of
4458         appt-display-format.
4459         (appt-display-mode-line, appt-display-duration)
4460         (appt-display-diary, appt-time-msg-list, appt-mode-string)
4461         (appt-prev-comp-time, appt-display-count, appt-timer)
4462         (appt-convert-time): Doc change.
4463         (appt-disp-window-function, appt-delete-window-function):
4464         Use defcustom rather than defvar.
4465         (appt-display-format): New variable.
4466         (appt-display-message): New function with display code from appt-check.
4467         (appt-check): Add optional FORCE argument.  Doc change.
4468         Add appt-make-list to diary-hook if displaying diary.
4469         Remove checking of view-diary-entries-initially.
4470         Message display section removed to new function appt-display-message.
4471         (appt-display-window): Doc change.  Remove unused internal var
4472         this-buffer.  Do not beep, since appt-display-message does that.
4473         (appt-make-list): Doc change.  Use caar.
4474         (appt-sort-list): Simplify by using builtin sort function.
4475         (appt-update-list): New function for updating appts when diary is
4476         saved.
4477         (appt-activate): New autoloaded function to toggle package
4478         functionality.
4480         * calendar/cal-x.el: (calendar-one-frame-setup)
4481         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4483         * calendar/calendar.el: Update copyright.
4484         (view-diary-entries-initially, european-calendar-style): Doc change.
4485         (calendar-setup): Make defcustom rather than defvar.
4486         (mark-visible-calendar-date): Initialize temp-face and faceinfo
4487         in let binding so local to function.
4489         * calendar/diary-lib.el: Update copyright.
4490         (diary, diary-entry-time): Doc change.
4491         (list-diary-entries): Doc change.  Trivial logic change.
4492         (fancy-diary-display): Restore make-face command mistakenly
4493         deleted 2003-05-08.
4494         (show-all-diary-entries): Allow to pop-up frame if needed.
4496 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4498         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4499         Temporarily select EVENT's window for changing eol type.
4501 2004-01-09  Deepak Goel  <deego@gnufans.org>
4503         * calendar/diary-lib.el (diary-entry-time):
4504         Also accept time in the form XX[.XX][am/pm/AM/PM].
4505         (fancy-diary-font-lock-keywords): Likewise.
4506         (diary-font-lock-keywords): Likewise.
4507         * calendar/appt.el (appt-add): Likewise.
4508         (appt-make-list): Likewise.
4509         (appt-convert-time): Likewise.
4511 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4513         * gdb-ui.el (gdb-ann3): Revert previous change.
4514         (gdb-source-info): Allow for case of where compilation directory
4515         is not recorded.
4517 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4519         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4521 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4523         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4525         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4526         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4527         problems.
4528         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4530 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4532         * files.el (write-file-functions, write-contents-functions):
4533         Clarify docstrings.
4535 2004-01-07  Kenichi Handa  <handa@m17n.org>
4537         * international/mule.el (set-auto-coding): Fix for the case that
4538         end-of-line is only CR.
4540 2004-01-07  Kim F. Storm  <storm@cua.dk>
4542         * subr.el (event-start, event-end): Doc fix.
4543         (posn-string, posn-image): New defuns.
4544         (posn-object): Return either image or string object.
4545         (posn-object-x-y): Return 8th element of position.
4546         (posn-object-width-height): New defun.
4548 2004-01-06  Andreas Schwab  <schwab@suse.de>
4550         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4551         output.
4553 2004-01-05  Karl Berry  <karl@gnu.org>
4555         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4556         / and *, too.
4558 2003-12-31  Simon Josefsson  <jas@extundo.com>
4560         * files.el (before-save-hook): Add.
4561         (basic-save-buffer): Use before-save-hook.
4563         * emacs-lisp/copyright.el: Fix comment to recommend
4564         before-save-hook instead of write-file-functions.
4566 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4568         * finder.el (finder-commentary): Call delete-other-windows.
4570         * net/ange-ftp.el (ange-ftp-file-attributes):
4571         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4573 2004-01-04  Karl Berry  <karl@gnu.org>
4575         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4576         comment characters % and # in the copyright year notice,
4577         as well as ;.
4579 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4581         * wid-edit.el (default): Define dummy :value-delete.
4582         Reported by Jesper Harder <harder@ifa.au.dk>.
4584 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4586         * progmodes/compile.el (compile-internal): Use point, not point-min,
4587         for set-window-point.
4589         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4591         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4593         * progmodes/grep.el (grep-mode-map):
4594         Don't remap next-line, previous-line.
4596 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
4598         * speedbar.el (speedbar-edit-line): Change regexp to position
4599         the cursor on the first character of this line's button.
4601 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4603         * subr.el (functionp): Doc fix.
4605 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4607         * progmodes/idlwave.el (idlwave-make-tags):
4608         * textmodes/flyspell.el (flyspell-large-region):.
4609         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4610         * emulation/viper-util.el (viper-glob-unix-files):
4611         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4612         * man.el (Man-init-defvars):
4613         * jka-compr.el (jka-compr-call-process):
4614         * files.el (get-free-disk-space,insert-directory):
4615         * ediff-ptch.el (ediff-test-patch-utility):
4616         * ediff-diff.el (ediff-test-utility):
4617         * dired-aux.el (dired-check-process):
4618         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4619         test the return value of call-process, because it can be a string.
4621 2003-12-31  John Paul Wallington  <jpw@gnu.org>
4623         * bindings.el (completion-ignored-extensions): Add .pfsl.
4625 2003-12-31  Kim F. Storm  <storm@cua.dk>
4627         * ido.el (ido-nonreadable-directory-p): New defun to check for
4628         nonreadable directory without activating tramp (to avoid problems
4629         with checking incomplete tramp paths).
4630         (ido-set-current-directory, ido-file-internal)
4631         (ido-file-name-all-completions1): Use it.
4633 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4635         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4636         documentation if the anchor (or node) name is preceded by `info
4637         anchor' or `Info anchor' in addition to earlier `info node' and
4638         `Info node'.
4639         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4641 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4643         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4644         error in arguments to base64-decode-region.  Remove ^M characters
4645         after decoding base64.
4647 2003-12-30  Simon Josefsson  <jas@extundo.com>
4649         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
4650         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4651         have only been distributed with Emacs for some years.
4652         (texinfo-mode-hook): Customize.
4654 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4656         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4657         cleaner (suggested by Richard Stallman).
4659         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4660         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4661         file-name clashes on 8+3 DOS filesystems.
4663         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4664         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4665         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4666         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4667         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4668         file-name clashes on 8+3 filesystems.
4670         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4671         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4672         file-name clashes on 8+3 DOS filesystems.
4674 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4676         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4677         Upcase the character.
4679         * textmodes/flyspell.el (mail-mode-flyspell-verify):
4680         Search for header separator alone on a line, literally,
4681         and search for it backward, not forward.
4682         (flyspell-abbrev-table): Always use global-abbrev-table
4683         if there is no local one.
4685         * progmodes/sh-script.el (sh-get-indent-info):
4686         Don't move point back if at bob.
4688         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4690         * play/handwrite.el (handwrite): Make the handwrite credit message
4691         a comment rather than an output command.
4693         * obsolete/sc.el: Display message that this file is obsolete.
4695         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4697         * mail/rfc822.el (rfc822-address-start): Declare variable.
4698         Renamed from address-start.  All uses changed.
4700         * term.el (term-exec): Set up sentinel.
4701         (term-sentinel): New function.
4702         (term-handle-exit): New function.
4704         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4705         Use assoc-string, and mark them obsolete.
4706         (delay-mode-hooks): Mark as permanent local.
4708         * simple.el (sendmail-user-agent-compose): Use assoc-string.
4710         * register.el (copy-rectangle-to-register): Doc fix.
4712         * info.el (Info-insert-dir): Use assoc-string.
4714         * info-look.el (info-lookup): Use assoc-string.
4716         * frame.el (pop-up-frame-function): Use quote, not `function'.
4717         (frame-notice-user-settings): Calculate ADJUSTED-TOP
4718         copying with lists as coordinate values.
4720         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4722         * find-dired.el (kill-find): New command.
4723         (find-dired): Make buffer read-only.
4724         Set up a keymap with C-c C-k running kill-find.
4725         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4727         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4729         * filecache.el (file-cache-ignore-case): New variable.
4730         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
4732         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4733         (comint-dynamic-complete-as-filename): Rename local vars.
4734         (comint-dynamic-list-filename-completions): Likewise.
4736         * comint.el (comint-dynamic-list-completions-config): New var.
4737         (comint-dynamic-list-completions): Handle both SPC and TAB right.
4739         * comint.el (comint-file-name-chars): Add [].
4740         (comint-word): Use skip-chars-backward, not search.
4742         * shell.el (shell-file-name-chars): Add [].
4744         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4746         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4748         * generic.el (define-generic-mode): Doc fix.
4750 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4752         * files.el (kill-some-buffers): Doc fix.
4754 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
4756         * comint.el (comint-watch-for-password-prompt): Pass `string' as
4757         arg to send-invisible
4758         (send-invisible): Doc fix.  The argument is now a prompt, not the
4759         string to send.
4760         (comint-read-noecho): Doc fix.
4762 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
4764         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4765         "@", as required by some ISP hosting service.  Fix defcustom
4766         argument syntax errors that prevented use of customization.
4768 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4770         * xml.el (xml-get-attribute-or-nil): Doc fix.
4772 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
4774         * net/zone-mode.el (zone-mode): Use write-file-functions, not
4775         write-file-hooks.
4777 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4779         * autorevert.el (auto-revert-interval): Doc fix.
4781 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
4783         * xml.el (xml-get-attribute-or-nil): New function, like
4784         xml-get-attribute, but returns nil if the attribute was not found.
4785         (xml-get-attribute): Convert to defsubst, uses
4786         xml-get-attribute-or-nil.
4788 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4790         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4792 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
4794         * custom.el (custom-declare-theme): Use `value' when putting
4795         properties on `theme'.
4797 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4799         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4800         for each yank-handler segment.
4801         (insert-for-yank-1): New function, with the body of the previous
4802         insert-for-yank.
4804         * textmodes/table.el (table-yank-handler): New defcustom.
4805         (table--put-cell-indicator-property): Put yank-handler property
4806         that indicates the yank handler for the table cell.
4808 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4810         * generic-x.el (etc-modules-conf-generic-mode): A more complete
4811         set of keywords.
4813 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4815         * international/mule-cmds.el (reset-language-environment)
4816         (set-language-environment): Don't invoke fontset-related functions
4817         if fontset-list is not fboundp.
4819 2003-12-29  Kenichi Handa  <handa@m17n.org>
4821         * international/mule-cmds.el (reset-language-environment):
4822         Call set-overriding-fontspec-internal with nil.
4823         (set-language-environment): Call set-overriding-fontspec-internal
4824         if the language environment specify `overriding-fontspec'.
4825         (language-info-alist): Doc added.
4827         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4828         characters of mule-unicode-0100-24ff.
4829         (ccl-encode-windows-1251-font): New CCL program.
4830         ("Bulgarian"): Specify overriding-fontspec.
4831         ("Belarusian"): Likewise.
4833 2003-12-28  Sam Steingold  <sds@gnu.org>
4835         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4836         parameter ID-FORMAT to conform with the 2003-11-30 patch.
4838 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
4840         * progmodes/gud.el (gud-gdb-command-name): Set default to
4841         "gdb --annotate=3".
4842         (gud-gdb-marker-filter): Look out for annotations.
4843         (gdb-first-pre-prompt): New variable.
4844         Remove trailing white space.
4846         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4847         if necessary.
4848         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
4849         annotations are detected.
4850         (gud-gdba-marker-filter): Use global variable gud-marker-acc
4851         instead of a local one to allow transition from
4852         gud-gdb-marker-filter.
4853         Remove trailing white space.
4855 2003-12-27  Kim F. Storm  <storm@cua.dk>
4857         * ido.el: Handle non-readable directories.
4858         (ido-decorations): Add 9th element for non-readable directory.
4859         (ido-directory-nonreadable): New dynamic var.
4860         (ido-set-current-directory): Set it.
4861         (ido-read-buffer, ido-file-internal):
4862         (ido-read-file-name, ido-read-directory-name): Let-bind it.
4863         (ido-file-name-all-completions1): Return empty list for
4864         non-readable directory.
4865         (ido-exhibit): Print [Not readable] if directory is not readable.
4866         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4867         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4868         Use it.
4870 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
4872         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4873         calls to directory-files-and-attributes and file-attributes.
4874         (ls-lisp-format): Remove system dependent handling of user and
4875         group id's.
4877 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
4879         * ffap.el (ffap-read-file-or-url): Revert previous change.
4881 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
4883         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4884         new list of included files called `files-with-node-lines', that
4885         only have node lines.  This way @include commands can include any
4886         file, such as version and update files without node lines, not
4887         just files that are chapters.
4889 2003-12-25  Andreas Schwab  <schwab@suse.de>
4891         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4892         file not found.
4894 2003-12-08  Miles Bader  <miles@gnu.org>
4896         * dired.el (dired-between-files): Always use dired-move-to-filename,
4897         which is more robust in non-english locales.
4899 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4901         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4903 2003-12-24  Andreas Schwab  <schwab@suse.de>
4905         * shell.el (shell-file-name-quote-list): Add backslash.
4907         * comint.el (comint-quote-filename): Correctly handle backslash
4908         in comint-file-name-quote-list.
4910 2003-12-24  Kenichi Handa  <handa@m17n.org>
4912         * international/mule-cmds.el (set-default-coding-systems):
4913         Call ucs-set-table-for-input for all buffers that don't have local
4914         value of buffer-file-coding-system.
4916         * international/ucs-tables.el (ucs-set-table-for-input):
4917         If translation-table-for-encode is a symbol, get its
4918         translation-table property.
4920 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
4922         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4923         to `completing-read' on a recently fixed bug.
4925         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4926         instead of SPACE, to get the list of possible fringe modes.
4927         SPACE only works if both `partial-completion-mode' and
4928         `completion-auto-help' are nil.
4930         * complete.el (PC-is-complete-p): Delete.
4931         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4932         calls to `test-completion'.
4934 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4936         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4937         to edit values when there are no children.
4939         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4940         a mode called "Assembler" already exists.
4941         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4942         (gud-watch): Use format option.  Remove font properties from string.
4943         (gdb-var-create-handler, gdb-var-list-children-handler):
4944         Don't bother about properties as there are none.
4945         (gdb-var-create-handler, gdb-var-list-children-handler)
4946         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4947         with two arguments.
4948         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4949         Let speedbar show value changes with a different font.
4950         (gdb-edit-value): New defun.
4951         (gdb-clear-partial-output, gdb-clear-inferior-io)
4952         (def-gdb-auto-update-handler): Use erase-buffer.
4953         (gdb-frame-handler): Display watch expressions in
4954         FUNCTION::VARIABLE format if required.
4956 2003-12-23  John Paul Wallington  <jpw@gnu.org>
4958         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4959         (Info-goto-emacs-command-node): Doc fixes.
4961 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
4963         * cus-edit.el (custom-add-parent-links): Define "many".
4965 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
4967         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4968         (widget-child-validate, widget-type-value-create)
4969         (widget-type-default-get, widget-type-match): New functions.
4970         (lazy): New widget.
4971         (menu-choice, checklist, radio-button-choice, editable-list)
4972         (group, documentation-string): Remove redundant (per 2003-10-25
4973         change) calls to `widget-children-value-delete'.
4974         (widget-choice-value-get, widget-choice-value-inline): Remove.
4975         (menu-choice): Update widget.
4977 2003-12-03  Kenichi Handa  <handa@m17n.org>
4979         * language/cyrillic.el: Register "microsoft-cp1251" in
4980         ctext-non-standard-encodings-alist.
4981         ("Bulgarian"): Add ctext-non-standard-encodings.
4982         ("Belarusian"): Likewise.
4984         * international/mule-conf.el (compound-text-with-extensions):
4985         Change the type to 2 (iso-2022 base).
4987         * international/mule.el (ctext-non-standard-encodings-alist):
4988         Change the format.
4989         (ctext-non-standard-encodings): New variable.
4990         (ctext-post-read-conversion): Fully re-written.
4991         (ctext-non-standard-designations-alist): Delete it.
4992         (ctext-non-standard-encodings-table): New function.
4993         (ctext-pre-write-conversion): Fully re-written.
4995 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4997         * cus-edit.el (custom-add-parent-links): Add documentation links
4998         for parent, if the item has none of its own.
5000 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5002         * dired-aux.el (dired-do-query-replace-regexp):
5003         Report files visited read-only.
5005 2003-11-30  Juri Linkov  <juri@jurta.org>
5007         * dired-aux.el (dired-compare-directories): New command.
5008         (dired-file-set-difference, dired-files-attributes): New functions.
5010 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5011         Version 2.0.38 of Tramp released.
5013         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5014         Charles Curley <charlescurley@charlescurley.com>.
5015         (tramp-multi-connection-function-alist): Add ssht entry which adds
5016         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5017         Aichner.
5018         (tramp-get-method-parameter): New function to retrieve a method
5019         parameter.  This allows for omission of method parameters.
5020         Callers adjusted.
5022 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5024         * net/tramp.el: Add new optional parameter ID-FORMAT to
5025         `file-attributes'.  Calls of `file-attributes' won't use this
5026         parameter for backward compatibility reasons.
5027         (tramp-perl-file-attributes): Add a new parameter to Perl script
5028         in order to handle uid/gid as strings, if desired.
5029         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5030         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5031         order to make the function more general.
5032         (tramp-handle-file-attributes): Replace proprietary optional
5033         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5034         (tramp-handle-file-attributes-with-perl): Handle parameter
5035         NONNUMERIC if set.  This wasn't done in the past.
5036         (tramp-post-connection): Apply second parameter "$2" if
5037         `tramp-remote-perl' is called.
5039         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5040         Correct cut'n'waste error (`filename' instead of `directory').
5041         (tramp-smb-handle-directory-files-and-attributes)
5042         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5043         introduced parameter ID-FORMAT.
5044         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5045         error (`directory' instead of `ldir').
5047         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5048         `file-attributes' has a second parameter.  If yes, apply it with
5049         value "'integer".  Otherwise, don't use that parameter (default is
5050         integer format).
5052 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5054         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5055         (help-for-help): Add `C-h .' to the listed Help options.
5056         Remove trailing whitespace.
5058         * help-at-pt.el: New file.
5060 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5062         * subr.el (noreturn, 1value): New macros for test coverage.
5063         See `testcover.el'.
5065         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5067         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5068         for macro `1value'.
5069         (testcover-1value): New function.  Checks that a 1value form
5070         actually returns only one value.  Requested by RMS.
5072 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5074         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5075         (gdb-var-list-children, gdb-var-list-children-handler)
5076         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5077         gdb commands that use mi to keep them out of the command history.
5079 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5081         * cus-start.el (all): Add use-file-dialog.
5083 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5087 2003-11-27  Kim F. Storm  <storm@cua.dk>
5089         * subr.el (posn-object-x-y): New defun.
5091 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5094         Don't use `space' for \\\n.
5095         Be more selective as to which # are comment-starters.
5097 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5099         * subr.el (number-sequence): Improve handling of floating point
5100         arguments (suggested by Kim Storm).  Allow negative arguments.
5102 2003-11-26  Kenichi Handa  <handa@m17n.org>
5104         * international/mule-cmds.el (standard-display-european-internal):
5105         Cancel the standard-display-table setting for ` and '.
5107 2003-11-26  Kim F. Storm  <storm@cua.dk>
5109         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5110         New defcustoms to add ffap-like functionality to ido.
5111         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5112         (ido-no-final-slash): New defun.
5113         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5114         (ido-read-file-name): ): Toggle VC checking via
5115         vc-handled-backends instead of vc-master-templates.
5116         (ido-file-internal): Handle ido-use-url-at-point and
5117         ido-use-filename-at-point via code borrowed from ffap-guesser.
5118         Handle new ido-exit code ffap.
5119         (ido-sort-list): Ignore final slash when sorting file names.
5121 2003-11-25  Kim F. Storm  <storm@cua.dk>
5123         * emulation/cua-base.el (cua--standard-movement-commands):
5124         Add forward-sentence and backward-sentence.
5126 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5128         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5129         iswitchb-exit is set to 'usefirst when user selects buffer at head
5130         of list using RET.  (Selecting buffers at the head of the list was
5131         broken if the substring was also a complete buffername.)
5133 2003-11-23  Kim F. Storm  <storm@cua.dk>
5135         * progmodes/compile.el (grep-command, grep-use-null-device)
5136         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5137         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5138         (grep-regexp-alist, grep-program, find-program)
5139         (grep-find-use-xargs, grep-history, grep-find-history)
5140         (grep-process-setup, grep-compute-defaults)
5141         (grep-default-command, grep, grep-tag-default, grep-find)
5142         (grep-expand-command-macros, grep-tree-last-regexp)
5143         (grep-tree-last-files, grep-tree): Move grep variables, functions
5144         and commands to new file grep.el.
5145         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5146         (compilation-process-setup-function): Doc fix.
5147         (compilation-highlight-regexp, compilation-highlight-overlay): New
5148         defvars used for highlighting current compile error in source buffer.
5149         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5150         LOCAL-MAP which overrides compilation-highlight-regexp and
5151         compilation-mode-map for this compilation.
5152         Delay calling compilation-set-window-height until after running
5153         compilation-process-setup-function so it can buffer-local override
5154         compilation-window-height.
5155         Check buffer-local value of compilation-scroll-output.
5156         (compilation-set-window-height): Use buffer-local value of
5157         compilation-window-height.
5158         (compilation-revert-buffer): Don't pass (undefined)
5159         preserve-modes arg to revert-buffer.
5160         (next-error-no-select, previous-error-no-select): New commands.
5161         (compilation-goto-locus): Temporarily highlight current match in
5162         source buffer using compilation-highlight-regexp.
5164         * progmodes/grep.el: New file with grep code from compile.el.
5165         (grep): New defcustom group.
5166         (grep-window-height): New defcustom, like compilation-window-height.
5167         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5168         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5169         (grep-command, grep-use-null-device, grep-find-command)
5170         (grep-tree-files-aliases, grep-tree-ignore-case)
5171         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5172         (grep-setup-hook): New hook variable.
5173         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5174         (grep-last-buffer): New defvar, override compilation-last-buffer.
5175         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5176         Call compile-internal with args highlight-regexp and grep-mode-map.
5178 2003-11-23  Kim F. Storm  <storm@cua.dk>
5180         * subr.el (event-start, event-end): Doc fix.
5181         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5182         (posn-area, posn-actual-col-row, posn-object): New defuns.
5183         (posn-col-row): Simplify doc.  Rewrite to use cond.
5184         (posn-point): Also return buffer position for events outside text
5185         area (that info is now present in the event position).
5187         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5188         mouse-set-point so that hscroll still works now that clicks on
5189         fringes generate specific mouse events.
5190         (mouse-set-point): Note that it now works in fringes and margins
5191         too due to new semantics of posn-point in fringes and margins.
5193         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5194         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5196 2003-11-20  Kim F. Storm  <storm@cua.dk>
5198         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5199         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5200         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5201         to 100 for icons to avoid increasing line height when shown.
5203 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5205         * newcomment.el (comment-normalize-vars): Initialize properly if
5206         comment-start was nil.
5208 2003-11-19  Andreas Schwab  <schwab@suse.de>
5210         * simple.el (set-variable): Fix indentation.
5212 2003-11-17  Kenichi Handa  <handa@m17n.org>
5214         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5215         Fix docstring.
5217 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5219         * international/latin1-disp.el (latin1-display): Fix docstring.
5221 2003-11-16  John Wiegley  <johnw@newartisans.com>
5223         * eshell/em-ls.el (eshell-ls-file): There are times with
5224         size-width is nil and uncomputed (when directories are created in
5225         dired, for example); in this case, 4 is reasonable default value,
5226         although it may caused skewed new entries (which could be avoided
5227         by returning the original value of 8 in all cases, but 99% of the
5228         time this is a waste of whitespace).
5230 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5232         * cc-engine.el (c-guess-continued-construct)
5233         (c-guess-basic-syntax): Check a little more carefully if it's a
5234         function declaration when an unknown construct followed by a block
5235         is found inside a statement context.  This avoids macros followed
5236         by blocks to be taken as function declarations.
5238         (c-guess-continued-construct): Change the analysis of a statement
5239         continuation with a brace open to `substatement-block', for
5240         consistency with recognized statements.
5242         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5243         start is in a position so that `c-beginning-of-statement-1' jumped
5244         to the beginning of the same statement.
5246         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5247         Don't accept binary operators in the arglist if we're in a function
5248         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
5249         template recognition in cases like "if (a < b || c > d)".
5251         (c-restricted-<>-arglists): New more appropriate name for
5252         `c-disallow-comma-in-<>-arglists'.
5254         Accessing functions updated for the variable name change.
5256         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5257         match data could get clobbered if NOT-INSIDE-TOKEN is used.
5259         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5260         labels.
5262         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5263         instead of duplicating parts of it.  This fixes bogus label
5264         recognition.
5266         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5267         of checking the context in which to apply the minimum indentation,
5268         so that it isn't enforced in e.g. namespace blocks.
5270         * cc-vars.el (c-inside-block-syms): New constant used by
5271         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
5272         to somewhat reduce the risk of becoming stale.
5274         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5275         cc-cmds to cc-engine to allow use from cc-align.
5277         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5278         qualified identifiers containing "::".
5280         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5281         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
5283         * cc-vars.el (c-emacs-features): Use a space in front of the name
5284         of the temporary buffer.  That also avoids dumping problems in
5285         XEmacs due to undo info being left around after the buffer is killed.
5287         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
5288         arglist to see if it's a K&R style declaration.
5290         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
5291         before returning `knr-argdecl-intro'.
5293 2003-11-16  John Wiegley  <johnw@newartisans.com>
5295         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5296         field in a long-listing always 8 characters, use `size-width',
5297         which has already been computed.
5299 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5301         * subr.el (minor-mode-list): Add `hs-minor-mode'.
5303 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5305         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5306         Support operation while narrowed, with `diff-restrict-view'.
5308 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5310         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5311         Take additional optional arg NARROWFUN.  For the generated functions:
5312         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
5313         include frags that arrange to check for and save narrowing state before
5314         the move and then conditionally call NARROWFUN after the move.
5316 2003-11-14  John Wiegley  <johnw@newartisans.com>
5318         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5319         that was optional, but obviously missing based on surrounding code.
5321         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5322         string arguments to numbers unless the whole argument was seen as
5323         a number.
5325 2003-11-14  Kenichi Handa  <handa@m17n.org>
5327         * international/mule.el (ctext-non-standard-encodings-alist):
5328         Fix coding systems.
5330 2003-11-10  Kenichi Handa  <handa@m17n.org>
5332         * language/kannada.el ("Kannada"): Add sample-text.
5334         * language/knd-util.el (kannada-compose-region)
5335         (kannada-compose-string, kannada-post-read-conversion):
5336         Add autoload cookie.
5338         * international/quail.el (quail-completion): Change the message
5339         "corresponding translations" to "corresponding characters".
5341 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5343         * descr-text.el (describe-char): Fix typo.
5345 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
5347         These changes are to support Kannada language/script.
5349         * Makefile.in (DONTCOMPILE): Add kannada.el.
5351         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5353         * loadup.el: Preload kannada.el.
5355         * language/ind-util.el (ucs-kannada-to-is13194-alist)
5356         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5357         New variables.
5359         * language/kannada.el: New file.
5361         * language/knd-util.el: New file.
5363 2003-11-07  Andreas Schwab  <schwab@suse.de>
5365         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5366         Also highlight AH_*.
5368         * xml.el (xml-parse-dtd): Fix misplaced paren.
5370 2003-11-07  Kenichi Handa  <handa@m17n.org>
5372         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5374 2003-11-05  Juri Linkov  <juri@jurta.org>
5376         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5377         (desktop-buffer-file): Use saved buffer-file-coding-system
5378         for file reading.  Set auto-insert to nil to prevent automatic
5379         insertion into restored empty files.
5381 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5383         * files.el (risky-local-variable-p): Make second argument optional.
5385 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * subr.el (add-hook): Fix last change.
5389 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5391         * mail/rmail.el (rmail-convert-to-babyl-format):
5392         If base64-decode-region signals an error, catch it and silently
5393         ignore it.
5395 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5397         * xml.el (xml-parse-region): Allow comments to appear after the
5398         topmost element has closed.
5399         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5400         (xml-ns-expand-attr): New functions to do namespace handling.
5401         (xml-intern-attrlist): Back-compatible handling of attribute names.
5402         (xml-parse-tag): Move namespace handling to separate functions.
5403         Now produces elements in the form ((:ns . "element") (attr-list)
5404         children) instead of ('ns:element (attr-list) children).
5405         (xml-parse-attlist): Fix attribute parsing.
5406         (xml-parse-dtd): Change parsing so that it produces strings
5407         instead of interned symbols.
5409 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5411         * dired.el (dired-ls-sorting-switches): Doc fix.
5413 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5415         * emacs-lisp/rx.el (rx-or): Fix the case of
5416         "(rx (and ?a (or ?b ?c) ?d))".
5418 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5420         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5421         (texinfo-format-region): Use it.
5422         (texinfo-format-buffer-1): Ditto.
5424 2003-11-01  Alan Mackenzie  <acm@muc.de>
5426         Changes to allow scrolling whilst in isearch mode:
5427         * isearch.el (isearch-unread-key-sequence): New function,
5428         extracted from isearch-other-meta-char.
5429         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5430         "scrollable" standard functions.
5431         (isearch-allow-scroll): New customizable variable.
5432         (isearch-string-out-of-window, isearch-back-into-window)
5433         (isearch-reread-key-sequence-naturally)
5434         (isearch-lookup-scroll-key): New functions.
5435         (isearch-other-meta-char): Doc string and functionality enhanced.
5436         Now accepts a prefix argument.
5437         (isearch-lazy-highlight-window-end): New variable.
5438         (isearch-lazy-highlight-new-loop): Pay attention to the window's
5439         end (thru isearch-lazy-highlight-window-end), not only its start.
5441         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5442         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5443         (universal-argument, universal-argument-more, negative-argument)
5444         (digit-argument, universal-argument-other-key): Minor changes.
5446 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5448         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5449         recursively if the last message is deleted, thus avoiding an
5450         infinite loop.
5452 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5454         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5455         (tex-main-file): Don't add .tex if the extension is already present.
5456         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5458 2003-10-29  Lute Kamstra  <lute@gnu.org>
5460         * progmodes/octave-inf.el (inferior-octave-prompt):
5461         Recognize version number in prompt.
5463 2003-10-28  Dave Love  <fx@gnu.org>
5465         * international/characters.el: Fix some Unicode ranges.
5467 2003-10-28  Kenichi Handa  <handa@m17n.org>
5469         * disp-table.el (standard-display-8bit)
5470         (standard-display-default, standard-display-ascii)
5471         (standard-display-g1, standard-display-graphic)
5472         (standard-display-underline): Assure that standard-display-table
5473         is a display table.
5475 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5477         * simple.el (reindent-then-newline-and-indent): Delete space *after*
5478         reindenting the first line.
5480 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5482         * wid-edit.el (widget-default-delete): Always delete child widgets.
5484 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5486         * newcomment.el (comment-indent): Don't call indent-according-to-mode
5487         if the line has code.
5488         Don't try to line up with something that's too far left.
5490         * progmodes/octave-mod.el (octave-comment-start): Simplify.
5491         (octave-mode-syntax-table): Add % as a comment starter.
5492         (octave-point): Remove.
5493         (octave-in-comment-p, octave-in-string-p)
5494         (octave-not-in-string-or-comment-p, calculate-octave-indent)
5495         (octave-blink-matching-block-open, octave-auto-fill):
5496         Use line-(beginning|end)-position instead.
5498 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5500         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5501         for Francesco Potort\e,Al\e(B.
5503 2003-10-23  Dave Love  <fx@gnu.org>
5505         * international/mule-cmds.el (locale-charset-to-coding-system):
5506         Don't rely on nil being a coding system.
5508         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5509         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5510         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5512 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5514         * gdb-ui.el (gdb-current-language): New variable.
5515         (gdb-update-flag): Remove variable.
5516         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5517         (gdb-take-last-elt): Remove function.
5518         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5519         (gdb-post-prompt): Check for variable object changes here.
5521         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5522         object changes in gdb-ui.el.
5524 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5526         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5528         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5529         Don't check for foo*/ wildcard form here.
5530         (insert-directory): Recognize foo*/ as a wildcard.
5531         Separate wildcard-regexp variable from the arg, wildcard.
5533         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5534         (remove-hook): Correctly handle strange cases about local hooks.
5536 2003-10-21  David Ponce  <david@dponce.com>
5538         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5539         argument REAL, to return a real number instead of a rounded
5540         integer value.  Define as inline function.
5541         (ruler-mode-right-fringe-cols): Likewise.
5542         (ruler-mode-scroll-bar-cols): New function.
5543         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5544         (ruler-mode-right-scroll-bar-cols): Likewise.
5545         (ruler-mode-space): New function.
5546         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5547         scroll bar mode and margins in a more robust way.
5549 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5551         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5552         (antlr-c-init-language-vars): New function.
5553         (antlr-mode): Use it with cc-mode before v5.29.
5554         (antlr-c-common-init): Don't set some local vars here.
5555         (antlr-mode): Set them here.
5556         (antlr-c-forward-sws): New function alias.
5557         (antlr-mode): Redefine with cc-mode before v5.30.
5558         (antlr-skip-sexps): Use it.
5559         (antlr-skip-exception-part): Ditto.
5560         (antlr-skip-file-prelude): Ditto.
5561         (antlr-outside-rule-p): Ditto.
5562         (antlr-end-of-body): Ditto.
5563         (antlr-option-kind): Ditto.
5564         (antlr-insert-option-area): Ditto.
5565         (antlr-file-dependencies): Ditto.
5567 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5569         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5570         Move backward only if point was not inside an entry.
5572 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5574         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5576 2003-10-21  Juri Linkov  <juri@jurta.org>
5578         * compare-w.el: Automatically skip non-matching text to resync.
5579         (compare-windows-whitespace): Doc fix.
5580         (compare-windows-sync, compare-windows-sync-string-size)
5581         (compare-windows-recenter, compare-ignore-whitespace)
5582         (compare-windows-highlight, compare-windows-face): New variables.
5583         (compare-windows): Use compare-windows-sync.
5584         (compare-windows-highlight, compare-windows-dehighlight)
5585         (compare-windows-sync-regexp)
5586         (compare-windows-sync-default-function): New functions.
5588 2003-10-21  Juri Linkov  <juri@jurta.org>
5590         * diff.el (diff-parse-differences): Don't visit the files now;
5591         instead, just record the error locus.
5593 2003-10-21  Dave Love  <fx@gnu.org>
5595         * progmodes/cfengine.el: New file.
5597 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * complete.el (PC-do-completion): Do not forget to use `pred' as the
5600         default-directory when completing file names.
5602 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
5604         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5605         followed by the word `face', it gets treated as a face, even if
5606         it is also defined as a variable or a function.
5608 2003-10-20  Dave Love  <fx@gnu.org>
5610         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5611         Avoid incf in macro expansion.
5613 2003-10-20  John Paul Wallington  <jpw@gnu.org>
5615         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5616         `evenp' so we don't implicitly require cl library at runtime.
5618 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
5620         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5621         (help-make-xrefs): Only make cross-references for faces if
5622         preceded or followed by the word `face'.  Do not make a
5623         cross-reference for variables without variable documentation,
5624         unless preceded by the word `variable' or `option'.  Update doc
5625         string accordingly.
5627 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5629         * progmodes/hideshow.el: Rewrite one-armed `if'
5630         constructs using either `when' or `unless'.
5631         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5633 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
5635         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5636         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5637         instead of 12x12.
5639 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5641         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5642         message while converting to Babyl.
5644 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
5646         * allout.el (allout-mode): Doc fix.
5648 2003-10-16  Lute Kamstra  <lute@gnu.org>
5650         * subr.el (force-mode-line-update): Fix docstring.
5652 2003-10-14  Dave Love  <fx@gnu.org>
5654         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5655         (default-input-method): Add :link, improve :type.
5656         (locale-charset-language-names): Fix utf-8 pattern.
5657         (locale-charset-match-p, locale-charset-alist)
5658         (locale-charset-to-coding-system): New.
5659         (set-locale-environment): Deal with codeset part of locale specs.
5661 2003-10-14  Lute Kamstra  <lute@gnu.org>
5663         * fringe.el (fringe-mode): Use active voice in docstring.
5664         (set-fringe-style): Ditto.
5666 2003-10-13  Lute Kamstra  <lute@gnu.org>
5668         * fringe.el (fringe-mode): Fix docstring.
5669         (set-fringe-style): Ditto.
5671 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5673         * ediff-mult.el (ediff-filegroup-action):
5674         Use ediff-default-filtering-regexp.
5676         * ediff-util.el (ediff-recenter): Don't call
5677         ediff-restore-highlighting twice.
5678         (ediff-select-difference): Set current difference.
5679         (ediff-unselect-and-select-difference): Add comment.
5681         * ediff.el (ediff-directories,ediff-directory-revisions)
5682         (ediff-directories3,ediff-merge-directories)
5683         (ediff-merge-directories-with-ancestor)
5684         (ediff-merge-directory-revisions)
5685         (ediff-merge-directory-revisions-with-ancestor):
5686         Use ediff-default-filtering-regexp.
5688 2003-10-12  Andreas Schwab  <schwab@suse.de>
5690         * international/mule-cmds.el (locale-charset-language-names):
5691         Simplify regex by removing unused grouping.
5693 2003-10-10  Dave Love  <fx@gnu.org>
5695         * bindings.el: Don't bind stop.
5697 2003-10-08  Miles Bader  <miles@gnu.org>
5699         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5700         face instead of attempting to emulate it.
5702 2003-10-07  Kenichi Handa  <handa@m17n.org>
5704         * international/mule-diag.el (list-coding-systems-1): List coding
5705         systems that are loaded automatically.
5707         * international/code-pages.el (iso-8859-11): Add autoload cookie.
5709         * international/mule.el (autoload-coding-system): New function.
5711 2003-10-07  Andreas Schwab  <schwab@suse.de>
5713         * log-edit.el (log-edit-changelog-entries): Prefer local value of
5714         change-log-default-name in the buffer visiting the file.
5716 2003-10-06  Dave Love  <fx@gnu.org>
5718         * files.el (find-file-hook): Customize.
5719         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5721         * bindings.el (completion-ignored-extensions): Remove .log.
5722         (global-map): Add again, open, stop keys.
5724 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5726         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5727         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5728         Use sh-modify directly.
5729         (sh-select): Use sh-append, not eval.
5731         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5733         * info.el (Info-following-node-name): New function.
5735         * loadhist.el (unload-feature-special-hooks):
5736         Rename from loadhist-hook-functions.
5737         (loadhist-hook-functions): Now an alias.
5739 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
5741         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5742         file-name clashes on 8+3 filesystems.
5744         * Makefile.in (DONTCOMPILE, bootstrap-clean):
5745         Rename loaddefs-boot.el to ldefs-boot.el
5747         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5748         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5750 2003-10-03  Lute Kamstra  <lute@gnu.org>
5752         * info.el (Info-mode): Revert previous change.
5753         (Info-escape-percent): New function.
5754         (Info-fontify-node): Use it.
5756 2003-10-02  Andreas Schwab  <schwab@suse.de>
5758         * loaddefs-boot.el: Regenerated.
5760 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
5762         * ffap.el: Remove defadvice related code from CVS since `complete'
5763         provides a `PC-completion-as-file-name-predicate' variable that
5764         ffap can override.
5766 2003-10-02  Kenichi Handa  <handa@m17n.org>
5768         * international/utf-8.el (ccl-decode-mule-utf-8):
5769         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5771         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5772         * international/subst-big5.el: Likewise.
5773         * international/subst-gb2312.el: Likewise.
5774         * international/subst-ksc.el: Likewise.
5776 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5778         * calendar/calendar.el (increment-calendar-month)
5779         (calendar-leap-year-p, calendar-absolute-from-gregorian)
5780         (generate-calendar, calendar-read-date, calendar-interval)
5781         (calendar-day-of-week): Handle years BC.
5782         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5784 2003-10-01  Dave Love  <fx@gnu.org>
5786         * language/cyrillic.el (cp1251): Alias for windows-1251.
5788         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5789         bootstrap.
5791 2003-10-01  Lute Kamstra  <lute@gnu.org>
5793         * files.el: Fix typo.
5794         * imenu.el (imenu--generic-function): Docstring fix.
5796 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5798         * dired.el (dired-mode): Handle dired-directory as a list.
5800 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
5802         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5804         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5806         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5807         Replace gud-display with gud-watch.
5808         (gud-speedbar-buttons): Add stuff for watching expressions
5809         in the speedbar when using M-x gdba.  Use dolist on old part
5810         of this function.
5812         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5813         (gdb-update-flag): New variables.
5814         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5815         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5816         (gud-watch, gdb-var-create-handler) : New functions.
5817         (gdb-var-list-children, gdb-var-list-children-handler)
5818         (gdb-var-create-regexp, gdb-var-update-regexp)
5819         (gdb-var-list-children-regexp): New constants.
5820         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5821         (gdb-annotation-rules): Reduce annotation set (level 3).
5822         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5823         (gdb-post-prompt): Don't update GDB buffers every time speedbar
5824         updates.
5825         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5826         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5827         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5828         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5829         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5830         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5831         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5832         (gud-display, gud-display1)
5833         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5834         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5835         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5836         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5837         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5838         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5839         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5840         (gdb-display-display-buffer, gdb-toggle-display)
5841         (gdb-delete-display, gdb-expressions-popup-menu)
5842         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5843         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5844         to display buffer.
5846 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5848         * progmodes/ada-mode.el (ada-mode): Don't use advice.
5849         Instead, set which-func-functions.
5851         * progmodes/which-func.el (which-func-modes): Add ada-mode.
5852         (which-func-functions): New variable.
5853         (which-function): Use that.
5855         * info.el (Info-mode): Double each `%' in header line.
5857         * emacs-lisp/lisp-mnt.el (lm-with-file):
5858         When FILE is nil, run BODY in current buffer.
5860         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5862         * help.el (describe-mode): Start with a brief list of minor modes.
5863         Find them thru minor-mode-list so as to find them all.
5864         Show them in alphabetical order.
5866         * mail/sendmail.el (mail-aliases): Doc fix.
5868         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5870 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5872         * mail/rmailsum.el (rmail-make-summary-line-1):
5873         Change comma after last label to a space.
5874         (rmail-summary-font-lock-keywords): Adapt to that change.
5876 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
5878         * progmodes/scheme.el (scheme-mode-variables): When setting
5879         `font-lock-defaults', also specify that "#" should
5880         be interpreted with `word' syntax.
5881         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5883 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
5885         * desktop.el: A lot of comments updated.
5886         (desktop-save-mode): Minor mode introduced.
5887         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5888         (desktop-load-default): Function made obsolete.
5889         (desktop-locals-to-save): Variable made customizable.
5890         (desktop-read): Optional parameter `dirname' added.
5891         (desktop-change-dir, desktop-revert): Parameter `dirname' in
5892         `desktop-read' used.
5893         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5895 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
5897         * whitespace.el (whitespace-clean-msg): Add user customizable message
5898         for displaying ``clean'' output.
5899         (whitespace-buffer): Use `whitespace-clean-msg'.
5900         (whitespace-global-mode): Fix typo.
5902 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
5904         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5906 2003-09-29  Lute Kamstra  <lute@gnu.org>
5908         * bindings.el (mode-line-modes): Remove superfluous :propertize
5909         construct in initialization.
5910         (mode-line-position): Change cons cell into proper list in
5911         initialization.
5913 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5915         * international/mule.el (decode-coding-inserted-region): Use car
5916         of the return value of find-operation-coding-system.
5918 2003-09-29  Kenichi Handa  <handa@m17n.org>
5920         * descr-text.el (describe-char): Fix previous change.
5922 2003-09-28  Kenichi Handa  <handa@m17n.org>
5924         * descr-text.el (describe-char-display): New function.
5925         (describe-char): Pay attention to display table on describing how
5926         a character is displayed.
5928         * international/mule-cmds.el (encoded-string-description):
5929         Prepend "0x" to each encoded byte.
5931 2003-09-28  Andreas Schwab  <schwab@suse.de>
5933         * find-file.el (ff-special-constructs): Add autoload cookie.
5935 2003-09-28  Kevin Ryde  <user42@zip.com.au>
5937         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5938         makeinfo appends to duplicate index entries.
5940 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
5942         * dired-x.el (dired-clean-tex): Doc fix.
5944         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5945         using a Chinese tutorial.
5947 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5949         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5950         between "MAIL FROM:" and "RCPT TO:" and the following address.
5952 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5954         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5956 2003-09-28  David Ponce  <david@dponce.com>
5958         * recentf.el (recentf-initialize-file-name-history): New defcustom.
5959         (recentf-load-list): When `recentf-initialize-file-name-history'
5960         is non-nil, initialize an empty `file-name-history' with the
5961         recent list.
5963 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
5965         * man.el (Man-default-man-entry): Remove the leading `*' from the
5966         word at point.
5968 2003-09-26  Lute Kamstra  <lute@gnu.org>
5970         * bindings.el (mode-line-position): Mention size indication in
5971         docstring.
5973 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
5975         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5977         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5978         because it's autoloaded now.
5980 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5982         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5983         (sh-font-lock-keywords, sh-feature): Fix previous change of
5984         sh-feature to avoid infloop with sh-font-lock-keywords.
5986 2003-09-25  Kim F. Storm  <storm@cua.dk>
5988         * frame.el (frame-current-scroll-bars): New defun.
5990         * window.el (window-current-scroll-bars): New defun.
5992 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5994         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5995         cause errors when the state cache contains info on parts that have
5996         been narrowed out.
5998 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6000         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6001         `c-setup-paragraph-variables' has to be used when this variable is
6002         changed; it doesn't work to reinitialize the mode since that
6003         typically clobbers the variable.
6005         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6006         Make it interactive.
6008 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6010         * progmodes/cc-fonts.el (c-font-lock-declarations):
6011         Fix recognition of constructors and destructors for classes whose
6012         names are matched by `*-font-lock-extra-types'.
6014         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6015         followed by an identifier in C++ then it's a type.
6017 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6019         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6020         problem that primarily affected XEmacs.  Don't use faces to find
6021         unterminated strings since Emacs and XEmacs fontify strings
6022         differently - this function should now work better in XEmacs.
6024 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6026         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6027         `expand-abbrev' workaround which caused braces to misbehave inside
6028         macros.
6030         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6031         handling.  This bug could cause interactive font locking to bail out.
6033 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6035         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6036         Handle paren-style types in Pike.  Also fixed some cases of
6037         insufficient handling of unbalanced parens.
6039 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6041         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6042         common shell prompts that are not common filename or URL characters.
6043         (ffap-file-at-point): Use the new regexp to strip the prompts from
6044         the file names.  This is an issue mostly for user prompts that
6045         don't have a trailing space and find-file-at-point is invoked from
6046         within a shell inside emacs.
6048 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6050         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6051         stamps numerically, rather than textually.
6053 2003-09-24  Kenichi Handa  <handa@m17n.org>
6055         * language/devan-util.el (devanagari-post-read-conversion):
6056         * language/mlm-util.el (malayalam-post-read-conversion):
6057         * language/tml-util.el (tamil-post-read-conversion):
6058         Add autoload cookie.
6060         * international/utf-8.el (utf-8-post-read-conversion):
6061         Call post-read-conversion functions for Devanagari, Malayalam,
6062         and Tamil.
6064 2003-09-23  Dave Love  <fx@gnu.org>
6066         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6068 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6070         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6071         Update gud-remove.
6073 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6075         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6076         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6077         (sh-mode-syntax-table-input): New variable.
6078         (sh-require-final-newline): Don't use eval.
6079         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6080         (sh-variables, sh-font-lock-keywords): Don't use eval.
6081         (sh-set-shell): When setting require-final-newline,
6082         treat value = `require-final-newline' as don't change it.
6083         Set sh-mode-syntax-table locally based on
6084         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6086         * progmodes/compile.el (compile-internal):
6087         Call compilation-set-window-height before setting window start.
6089 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6091         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6092         Clear out byte-compile-last-warned-form.
6094 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6096         * woman.el (woman-file-name, woman-follow-word):
6097         If current-word returns nil, use "".
6099         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6101 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6103         * emacs-lisp/lisp-mnt.el (lm-with-file):
6104         Don't visit the file, just use insert-file-contents in temp buffer.
6106 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6108         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6109         Add surrounding \\( and \\) around the header, as in
6110         for lm-history-header 'Change Log\\|History'.
6112 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6114         * progmodes/ld-script.el: Add Commentary section,
6115         minor cleanup of file header.
6116         (ld-script-font-lock-keywords): Doc fix.
6117         (toplevel): Provide `ld-script' feature.
6119 2003-09-21  Kim F. Storm  <storm@cua.dk>
6121         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6122         new built-in variable default-frame-scroll-bars.
6123         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6124         scroll-bar-mode; notably, use it instead of t when we toggle
6125         scroll-bars on.
6126         (toggle-scroll-bar): Use default-frame-scroll-bars.
6128 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6130         * pcvs.el (cvs-do-removal): Change the prompt depending on
6131         `filter' value.
6133 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6135         * startup.el (command-line-1): Stop startup-echo-area-message
6136         being hidden by "Loading image..." message.
6137         (use-fancy-splash-screens-p, display-splash-screen):
6138         Move display-graphic-p test from latter to former.
6140         * progmodes/sh-script.el (sh-font-lock-keywords):
6141         Highlight escaped EOLs differently from other backslash constructs.
6143 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6145         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6146         New functions.
6147         (edebug-enter, edebug-outside-excursion): Use them.
6149         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6150         Fix the condition for whether to print "In WHERE".
6152 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6154         * finder.el (finder-mode-hook): New variable.
6155         (finder-mode): Run hook finder-mode-hook
6157 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6159         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6161 2003-09-17  Mario Lang  <mlang@delysid.org>
6163         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6164         "p %e" to actually print the value in the GUD buffer.
6166 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6168         From David Ponce <david.ponce@wanadoo.fr>:
6169         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6170         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6171         from loaddefs-boot.el if necessary.
6173 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6175         * progmodes/gud.el (gud-find-class): Make jdb work again since
6176         cc-mode changed the syntactic information.
6178 2003-09-15  David Ponce  <david@dponce.com>
6180         * recentf.el: (recentf-exclude): Accept predicates too.
6181         (recentf-file-readable-p): New function.
6182         (recentf-include-p): Handle predicates in recentf-exclude.
6183         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6184         (recentf-cleanup): Likewise.
6185         (recentf-save-list): Use write-file to handle backup of
6186         recentf-save-file.
6188 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6190         * loaddefs-boot.el: Renamed from `loaddefs.el'
6191         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6192         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6193         necessary.
6195 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6197         * electric.el (Electric-pop-up-window): For the `one-window' case,
6198         no longer disconcertingly move point in the original buffer.
6200 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6204 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6206         * dired.el (dired-mode-map): Fix typo.
6208 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6210         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6212 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6214         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6215         the function is less noisy.  Now only `kill-buffer' can ask questions.
6217 2003-09-10  Mario Lang  <mlang@delysid.org>
6219         * battery.el: Update Commentary and Copyright.
6220         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6221         appear due to wrong ordering of the expressions in `or'.
6223 2003-09-09  Lute Kamstra  <lute@gnu.org>
6225         * misc.el (upcase-char): Fix docstring.
6226         (zap-up-to-char): New command.
6228 2003-09-08  David Ponce  <david@dponce.com>
6230         Ensure that recentf correctly updates the menu bar.
6231         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6232         (recentf-menu-bar): New function.
6233         (recentf-clear-data): Use it
6234         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
6235         of easy-menu-change.
6237 2003-09-08  Lute Kamstra  <lute@gnu.org>
6239         * simple.el (size-indication-mode): New.
6240         * bindings.el (mode-line-position): Add buffer size indicator.
6242 2003-09-04  Mario Lang  <mlang@delysid.org>
6244         * battery.el (battery-linux-proc-acpi): New function.
6245         (battery-status-function): Modify default value calculation to also
6246         check for availability of ACPI.
6247         (battery-echo-area-format): Ditto.
6248         (battery-mode-line-format): Ditto.
6250 2003-09-06  Dave Love  <fx@gnu.org>
6252         * ielm.el (ielm-mode-hook): Add :options.
6254         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6255         (eldoc-print-current-symbol-info): Use it.
6257 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
6259         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6260         being displayed in GUD buffer.
6261         (gdb-idle-input-queue): Remove var.  Use just one queue.
6262         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6263         Remove functions.  Use just one queue.
6264         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6265         (gdb-invalidate-assembler, gdb-get-current-frame):
6266         Modify functions.  Use just one queue.
6268 2003-09-04  Dave Love  <fx@gnu.org>
6270         * cus-start.el: Add blink-cursor-alist.
6272         * ruler-mode.el (ruler-mode-fill-column-char)
6273         (ruler-mode-current-column-char): Use char-displayable-p,
6274         not window-system.
6276         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6278         * language/european.el (windows-1252): Move from code-pages.
6280         * language/cyrillic.el ("Windows-1251"): Delete.
6281         ("Bulgarian", "Belarusian"): Remove `features'.
6282         (windows-1251): Move from code-pages.
6284         * international/mule-diag.el (non-iso-charset-alist):
6285         Remove `codepage' stuff.
6286         (print-designation, list-coding-systems-1): Output fixes.
6288         * international/code-pages.el (cp-make-translation-table)
6289         (cp-valid-codes): Made defsubsts.
6290         (cp-fix-safe-chars): Delete.
6291         (mule-diag): Don't require.
6292         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
6293         (top-level): Check for defined coding system when defining
6294         cp... aliases.  Change w32-add-charset-info test to avoid warning.
6295         (non-iso-charset-alist): Defvar when compiling.
6296         (cp-make-coding-system): Doc fix.
6298 2003-09-02  Jason Rumney  <jasonr@gnu.org>
6300         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6301         line-ends from CVS before doing conversion.
6303 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
6305         * calendar/diary-lib.el (diary-header-line-flag)
6306         (diary-header-line-format): New variables.
6307         (list-diary-entries): Use them to set header line in simple diary.
6309         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6310         other than font-lock-string-face to highlight backslashes.
6312 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6314         * international/titdic-cnv.el (tit-read-key-value): Include \r in
6315         regexp.
6317 2003-09-01  Dave Love  <fx@gnu.org>
6319         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6321         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6322         and :help; also line and column numbers labels.
6324         * international/mule-util.el (char-displayable-p): Move from
6325         latin1-disp, rename and autoload.
6327         * international/latin1-disp.el (latin1-char-displayable-p):
6328         Now obsolete alias.  Replace uses with char-displayable-p.
6329         (latin1-display-ucs-per-lynx): Fix last change.
6331         * international/mule-cmds.el (standard-display-european-internal):
6332         Don't use char code for Latin-1 NBSP.
6333         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
6334         U+2018, U+2019 for `'.
6335         (select-safe-coding-system): Message fix.
6337 2003-09-01  Kenichi Handa  <handa@m17n.org>
6339         * international/fontset.el (setup-default-fontset): For Thai
6340         font, specify "*" family.
6342 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6344         * progmodes/compile.el (previous-error): Accept a prefix
6345         argument, similarly to next-error.
6347 2003-08-31  Masatake YAMATO  <jet@gyve.org>
6349         * pcvs.el (cvs-do-removal): Use = instead of eq to check
6350         the number of files.  Bind the number of files to a local
6351         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6353 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
6355         * vc-hooks.el (vc-make-version-backup): Fix the change made on
6356         2003-07-26: msdos-long-file-names is a function, not a variable.
6358 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6360         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6361         Do nothing with mail-personal-alias-file if it is nil.
6363         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6364         Do nothing if mail-personal-alias-file is nil.
6366         * term.el (term-exec-1): Bind coding-system-for-read.
6368         * dired.el (dired-mouse-find-file-other-window):
6369         Use dired-view-command-alist here, as in dired-view-file.
6370         (dired-view-command-alist): Use %s to substitute file name.
6371         Handle .ps_pages, .eps, .jpg, .gif, .png.
6373 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6375         * info.el (Info-mode-map): Bind S-tab and <backtab> to
6376         `Info-prev-reference', instead of M-tab.
6378 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
6380         * simple.el (blink-matching-open): Work correctly on chars that
6381         are designated as parens through the syntax-table text property.
6383 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6385         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6386         line break position in the middle of a non-kinsoku (e.g. latin)
6387         word, making it skip until either a space or a character with
6388         category "|".
6389         (kinsoku-longer): Test for end of buffer.
6391 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6393         * mail/rmail.el (rmail-convert-to-babyl-format):
6394         Detect quoted-printable- and base64-encoded messages and decode them
6395         automatically.  Set the message's encoding from the charset=
6396         header, if any.  Decode base64-encoded messages in Mail format as well.
6398 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6400         * mail/smtpmail.el: Fix previous change.
6401         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6402         calling smtpmail-via-smtp.
6403         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6405 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6407         * image.el (image-jpeg-p): Don't search beyond length of data.
6409 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6411         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6412         misfeature in `expand-abbrev' which caused electric keywords like
6413         "else" to disappear if an open brace was typed directly afterwards.
6415 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6417         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6418         mandatory in `define-widget'.
6420         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6421         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6423         (c-assignment-operators): New language constant that only contains
6424         the assignment operators.
6426         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6428 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6430         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6431         Safeguard against unbalanced sexps.
6433 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6435         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6437 2003-08-25  John Paul Wallington  <jpw@gnu.org>
6439         * man.el (Man-default-man-entry): Don't whizz past the section
6440         number before looking for it.
6442 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
6444         * progmodes/gud.el (gud-display-line): Don't set window-point if
6445         source buffer is not visible.  (Only happens with M-x gdba.)
6447         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6448         documentation.
6449         (gdb-source, gdb-source-info): Update to assembler unnecessary
6450         as its done after each GDB command anyway.
6451         (gdb-pre-prompt): Use with-current-buffer.
6452         (gdb-insert-field): Add help-echo text.
6453         (gdb-invalidate-assembler): Re-display of assembler now done in
6454         gdb-info-breakpoints-custom.
6455         (gdb-info-breakpoints-custom): Force re-display of assembler to
6456         happen *after* update of breakpoints buffer.
6457         (gdb-display-source-buffer): Don't choke if gdb-source-window
6458         isn't visible.
6459         (gdb-put-string, gdb-put-arrow): Remove free variables.
6461 2003-08-24  John Paul Wallington  <jpw@gnu.org>
6463         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6465         * man.el (Man-default-man-entry): Strip text properties when
6466         snarfing parts of entry because `format' preserves properties.
6468 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6470         * files.el (file-newest-backup): Use `expand-file-name'.
6472         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6473         Allow the diary to pop up a new frame, if needed.
6475         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6476         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6477         (smtpmail-send-it): Make treatment of envelope-from consistent with
6478         sendmail.el.
6480         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6481         (sh-leading-keywords): Add the bash `time' reserved word.
6482         (sh-variables): Add some bash variables.
6483         (sh-add-completer): Fix nil branch of case statement.
6485 2003-08-24  Masatake YAMATO  <jet@gyve.org>
6487         * progmodes/ld-script.el: New file.
6489 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
6491         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6493 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
6495         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6496         Better explain obsolescence, and what to use instead.
6498 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6500         * pcvs.el (cvs-do-removal): Show the deleted file name
6501         on the prompt.
6503 2003-08-20  Dave Love  <fx@gnu.org>
6505         * international/mule.el (make-coding-system)
6506         (set-buffer-file-coding-system): Doc fix.
6508         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6510         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6512         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6514         * international/utf-16.el: Add mime-text-unsuitable coding system
6515         properties.
6517         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6519         * cus-edit.el: Add some :links.
6520         (bib): Remove.
6522         * textmodes/bib-mode.el (bib): Add :group external.
6524 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6526         * wid-edit.el (widget-echo-help): Make it handle expressions that
6527         evaluate to strings.
6529 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6531         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6533         Simplify selection of SQL products to define highlighting and
6534         interactive mode.  Includes detailed instructions on adding
6535         support for new products.
6537         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6538         product for use in highlighting and interactive mode.
6539         (sql-interactive-product): New variable.  SQL product for
6540         sql-interactive-mode.
6541         (sql-product-support): New variable.  Specifies product-specific
6542         parameters to drive highlighting and interactive mode.
6543         (sql-imenu-generic-expression): Add more object types.
6544         (sql-sqlite-options): Correct comment.
6545         (sql-ms-program): Use "osql" rather than "isql".
6546         (sql-prompt-regexp, sql-prompt-length): Update comment.
6547         (sql-mode-menu): Add "Start SQLi session" entry.
6548         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6549         (sql-mode-abbrev-table): Add abbreviations.  Support of
6550         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6551         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6552         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6553         names.
6554         (sql-mode-ansi-font-lock-keywords): Set as default value.
6555         (sql-mode-oracle-font-lock-keywords): Set as default value.
6556         Support Oracle 9i keywords.
6557         (sql-mode-postgres-font-lock-keywords): Set as default value.
6558         (sql-mode-linter-font-lock-keywords): Set as default value.
6559         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6560         SQLServer 2000.
6561         (sql-mode-sybase-font-lock-keywords)
6562         (sql-mode-interbase-font-lock-keywords)
6563         (sql-mode-sqlite-font-lock-keywords)
6564         (sql-mode-strong-font-lock-keywords)
6565         (sql-mode-mysql-font-lock-keywords)
6566         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6567         keywords.
6568         (sql-mode-font-lock-defaults): Update comment.
6569         (sql-product-feature): New function.  Returns feature associated
6570         with a product from `sql-product-support' alist.
6571         (sql-product-font-lock): New function.  Set font-lock support
6572         based on `sql-product'.
6573         (sql-add-product-keywords): New function.  Add font-lock rules to
6574         product-specific keyword variables.
6575         (sql-set-product): New function.  Set `sql-product' and apply
6576         appropriate font-lock highlighting.
6577         (sql-highlight-product): New function.  Set font-lock support
6578         based on a product.  Also set mode name to include product name.
6579         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6580         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6581         Use `sql-set-product'.
6582         (sql-highlight-ms-keywords)
6583         (sql-highlight-sybase-keywords)
6584         (sql-highlight-interbase-keywords)
6585         (sql-highlight-strong-keywords)
6586         (sql-highlight-mysql-keywords)
6587         (sql-highlight-sqlite-keywords)
6588         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6589         (sql-get-login): Prompt in the same order as the tokens.
6590         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6591         (sql-product-interactive): New function.  Common portions of
6592         product-specific interactive mode wrappers.
6593         (sql-interactive-mode): Rewritten to use product features.
6594         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6595         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6596         (sql-db2, sql-linter): Use `sql-product-interactive'.
6597         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6598         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6599         (sql-connect-ingres, sql-connect-postgres)
6600         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6601         New functions.  Format command line parameters and invoke comint on
6602         the appropriate interpreter.  Code was in the corresponding
6603         `sql-xyz' function before.
6604         (sql-connect-ms): New function.  Support -E argument to use
6605         operating system credentials for authentication.
6607 2003-08-18  Kenichi Handa  <handa@m17n.org>
6609         * international/mule.el (encode-char): Fix for the ASCII case.
6611 2003-08-15  Kenichi Handa  <handa@m17n.org>
6613         * international/fontset.el (setup-default-fontset): Change "*" to
6614         nil in the specifications of font family.
6616 2003-08-18  Kim F. Storm  <storm@cua.dk>
6618         * kmacro.el (kmacro-keymap): Group related bindings in
6619         initialization for clarity.  Bind C-s to start macro.
6620         Remove C-r binding.
6621         (kmacro-initial-counter-value): New defvar to hold initial counter
6622         value in case we set the value before defining a macro.
6623         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6624         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6625         not defining or executing macro.  Doc fix.
6626         (kmacro-add-counter): Clear kmacro-initial-counter-value.
6627         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6628         temporarily view older elements on the macro ring without cycling
6629         the ring.
6630         (kmacro-display): Doc fix.
6631         (kmacro-exec-ring-item): New helper function.
6632         (kmacro-call-ring-2nd): Use it.
6633         (kmacro-call-ring-2nd-repeat): Doc fix.
6634         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6635         (kmacro-end-or-call-macro): Execute last viewed macro (using
6636         kmacro-exec-ring-item) from ring if this follows
6637         kmacro-view-macro.  This allows us to find a macro on the ring
6638         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6639         the ring to bring it to the head of the ring.
6640         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6641         Allow binding to reserved keys without specifying C-x C-k prefix.
6642         Ask for confirmation if entered key sequence is already bound to
6643         a non-macro command.
6644         (kmacro-view-macro): Repeating command will show older elements
6645         on the macro ring; C-k will execute the last viewed macro.
6646         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
6647         property from 'ring to 'head.
6649 2003-08-17  Alan Shutko  <ats@acm.org>
6651         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6652         keeping December out of the alist.
6654 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6656         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6657         * calendar/calendar.el (calendar-mode-map): Bind it to key.
6658         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6659         (calendar-flatten): New function.
6660         (calendar-mouse-view-other-diary-entries)
6661         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6662         in the menu title and to show multi-line diary entries correctly
6663         in the menu.
6665 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
6667         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6668         defcustom, because the default was recently changed.
6670 2003-08-16  Richard M. Stallman  <rms@gnu.org>
6672         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6674         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6675         New subroutine, broken out of eval-last-sexp-1.
6676         (eval-last-sexp-1): Use eval-last-sexp-print-value.
6678         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6680         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6682         * simple.el (eval-expression): Use eval-last-sexp-print-value.
6684 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
6686         * progmodes/compile.el (compilation-error-regexp-alist):
6687         Add Java ANt error detection as described in document
6688         http://ant.apache.org/faq.html
6690 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
6692         * simple.el (backward-word, forward-to-indentation)
6693         (backward-to-indentation): Argument changed to optional.
6694         (next-line, previous-line): Use `or' instead of `unless'.
6696 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6698         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6699         instead of a constant.
6701 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
6703         * shell.el (shell): With prefix-arg, suggest a new buffer name.
6705 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
6707         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6708         (vc-sccs-workfile-version): Search the entire delta table, rather
6709         than just the first entry, because that might be a deleted version.
6711 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
6713         * menu-bar.el (menu-bar-options-menu): Supply a body for the
6714         [save-place] binding in the Options menu.  Have it require
6715         'saveplace' and then toggle the variable manually, to avoid an an
6716         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
6717         for the bug report.
6719 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
6721         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6722         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6723         (gdb-info-threads-custom): Add help-echo text.
6724         (gdb-display-back): Don't use purecopy.
6725         (gdb-info-breakpoints-custom, gdb-reset)
6726         (gdb-assembler-custom): Use display-images-p to test if breakpoint
6727         icons can be displayed.
6729 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
6731         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6733 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
6735         * bookmark.el (bookmark-completing-read):
6736         Return a string, instead of a list of one string.
6737         Use a popup menu if activated from the mouse.
6738         (bookmark-edit-annotation): Remove unused vars.
6739         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6740         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6741         to bookmark-completing-read.
6742         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6743         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6744         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6745         and erase-buffer.
6746         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6747         (bookmark-menu-jump, bookmark-menu-insert)
6748         (bookmark-popup-menu-and-apply-function)
6749         (bookmark-menu-popup-paned-bookmark-menu): Remove.
6750         (bookmark-menu-build-paned-menu): Remove by folding it into
6751         bookmark-menu-popup-paned-menu.
6752         (menu-bar-bookmark-map): Move the define-key statements here.
6753         Use the "non-menu" commands since they now pop up a menu if needed.
6754         (bookmark-exit-hook-internal): Simplify.
6756 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
6758         * reftex-toc.el (reftex-toc-rename-label): New function.
6759         (reftex-toc-check-docstruct): New function.
6761         * reftex.el (reftex-region-active-p): New function.
6763         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6764         regexp to find the \bibliography macro.
6766         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6767         which does not exist in LaTeX.
6768         (reftex-cite-format-builtin): Added amsrefs support.
6769         (reftex-toc-confirm-promotion): New option
6771         * reftex-toc.el
6772         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6773         (reftex-toc-demote, reftex-toc-promote)
6774         (reftex-toc-do-promote, reftex-toc-promote-prepare)
6775         (reftex-toc-promote-action, reftex-toc-extract-section-number)
6776         (reftex-toc-newhead-from-alist)
6777         (reftex-toc-load-all-files-for-promotion): New functions.
6778         (reftex-toc-help): Added description of new keys.
6779         (reftex-toc-split-windows-fraction): New option.
6780         (reftex-recenter-toc-when-idle): Search *toc* window on all
6781         visible frames.
6782         (reftex-toc): Additional parameter REUSE
6783         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
6784         with REUSE argument.
6785         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6786         the call of `reftex-toc'.
6787         (reftex-make-separate-toc-frame): New function .
6788         (reftex-toc-recenter): When called with triple prefix arg, call
6789         `reftex-make-separate-toc-frame' first.
6790         (reftex-toc-toggle-dedicated-frame): New command.
6791         (reftex-toc-quit): Adapted to delete frame when called in
6792         dedicated frame.
6794         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6795         all enclosing macros.
6798 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6800         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6801         first use.
6803 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6805         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6807 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6809         * calendar/calendar.el (list-diary-entries-hook)
6810         (diary-display-hook, nongregorian-diary-listing-hook)
6811         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6812         Add some customize options for these hooks.
6813         (calendar-abbrev-construct): Don't try to take a substring longer
6814         than the original string.
6816 2003-08-05  Richard M. Stallman  <rms@gnu.org>
6818         * emacs-lisp/testcover.el (noreturn): Report error if does return.
6819         (testcover-reinstrument-clauses): Doc fix.
6821         * emacs-lisp/warnings.el: Doc fixes, args renamed.
6822         (warning-type-format): Rename from warning-group-format.
6824         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6825         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6826         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6827         to prevent warnings about defvar for an obsolete variable.
6829         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6830         warning-group-format renamed to warning-type-format.
6832         * subr.el (read-passwd): Use clear-string instead of fillarray.
6834         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6835         Use vconcat instead of concat.
6836         (edmacro-sanitize-for-string): New function.
6838 2003-08-05  Dave Love  <fx@gnu.org>
6840         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6841         line-number-display-limit-width.
6843         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6845 2003-08-05  Kenichi Handa  <handa@m17n.org>
6847         * international/code-pages.el: Don't require mule-diag.
6849         * international/mule-diag.el (non-iso-charset-alist):
6850         Add autoload cookie.
6852         * language/devan-util.el (dev-glyph-order): Add an entry for the
6853         glyph code #xC4.
6855 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6857         * calendar/calendar.el (diary-file, diary-file-name-prefix)
6858         (european-calendar-style, diary-date-forms)
6859         (calendar-day-name-array, calendar-month-name-array): Doc change.
6860         (generate-calendar-month): Adapt for new behaviour of
6861         `calendar-day-name' function.
6862         (calendar-abbrev-length, calendar-day-abbrev-array)
6863         (calendar-month-abbrev-array): New variables.
6864         (calendar-abbrev-construct): New function.
6865         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6866         rather than fixing abbrevs at some width.  Calling syntax change.
6867         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
6868         (calendar-date-string): Adapt for new behaviours of
6869         `calendar-day-name' and `calendar-month-name' functions.
6871         * calendar/diary-lib.el (list-diary-entries): Adapt for new
6872         behaviour of `calendar-day-name' and `calendar-month-name' functions.
6873         (diary-name-pattern): Use abbrev arrays, rather than fixing
6874         abbrevs at three chars.  Calling syntax change.
6875         (mark-diary-entries): Adapt for new behaviours of
6876         `diary-name-pattern' and `calendar-make-alist' functions.
6877         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6878         `diary-name-pattern' function.
6879         (font-lock-diary-date-forms): Use abbrev arrays, rather than
6880         fixing abbrevs at three chars.  Calling syntax change.
6881         (cal-hebrew, cal-islam): Require when compiling.
6882         (diary-font-lock-keywords): Adapt for new behaviour of
6883         `font-lock-diary-date-forms' function.
6885         * calendar/cal-hebrew.el: Reposition some code so defined before used.
6886         (calendar-hebrew-month-name-array-common-year)
6887         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6888         (list-hebrew-diary-entries): Adapt for new behaviours of
6889         `calendar-day-name' and `add-to-diary-list' functions.
6890         (mark-hebrew-diary-entries): Adapt for new behaviours of
6891         `diary-name-pattern' and `calendar-make-alist' functions.
6893         * calendar/cal-islam.el (calendar-islamic-month-name-array):
6894         Add doc string.
6895         (list-islamic-diary-entries): Adapt for new behaviours of
6896         `calendar-day-name' and `add-to-diary-list' functions.
6897         (mark-islamic-diary-entries): Adapt for new behaviours of
6898         `diary-name-pattern' and `calendar-make-alist' functions.
6900         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6901         `calendar-month-name' function.
6903         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6905         * calendar/solar.el (solar-seasons-data): Move definition before use.
6907         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6908         (cal-tex-LaTeX-hourbox): Move definition before use.
6910         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6911         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6912         lunar.el, solar.el
6913         (displayed-month, displayed-year): Define for compiler.
6915 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6917         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6918         MODE.  Renamed from c-init-c-language-vars'.
6919         (c-initialize-cc-mode): Change accordingly.
6920         (c-common-init): Ditto.
6921         (c-mode): Ditto.
6922         (c++-mode): Use `c-init-language-vars-for'.
6923         (objc-mode): Ditto.
6924         (java-mode): Ditto.
6925         (idl-mode): Ditto.
6926         (pike-mode): Ditto.
6927         (awk-mode): Ditto.
6929 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6931         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6932         or not the point moved.
6934         (c-search-decl-header-end): Don't trip up on operator identifiers
6935         in C++ and operators like == in all languages.
6937         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6938         Detect leading labels correctly.
6940 2003-08-02  Andreas Schwab  <schwab@suse.de>
6942         * textmodes/ispell.el: Don't redo key bindings on loading, put
6943         them only in loaddefs.el.
6944         * bookmark.el: Likewise.
6945         * dabbrev.el: Likewise.
6946         * emerge.el: Likewise.
6948         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6949         has more than one member.
6951         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6953 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6955         * lpr.el (printify-region): It was ending conversion before the
6956         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
6958 2003-07-31  John Paul Wallington  <jpw@gnu.org>
6960         * net/browse-url.el (browse-url-epiphany): Doc fix.
6962 2003-07-30  Kenichi Handa  <handa@m17n.org>
6964         * international/fontset.el (setup-default-fontset):
6965         Change registry names of Akurti fonts.
6967 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6969         * comint.el (comint-read-noecho): Use `clear-string' instead of
6970         `fillarray'.
6972 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
6974         * outline.el (outline-mode-hook): Add defvar.
6976 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
6978         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6979         Restore assembler in source window if that is what has been selected.
6980         (menu): Add gdb-restore-windows to menu.  Make gdba
6981         specific menus only visible from gdba.
6983 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6985         * progmodes/compile.el (compilation-environment): New user variable.
6986         (compile-internal): Respect it.
6988 2003-07-23  Masatake YAMATO  <jet@gyve.org>
6990         * progmodes/gud.el (gdb-script-font-lock-keywords):
6991         Put `font-lock-function-name-face' on a symbol which includes
6992         `-' like `hook-run'.  Put font-lock-variable-name-face
6993         on a symbol starting with $.
6995 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
6997         * files.el (set-visited-file-name): Use truename for buffer-file-name.
6999 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7001         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7003 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7005         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7006         Use with-no-warnings.
7007         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7008         rather than to find-file-not-found-hook, which doesn't exist.
7010 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7012         * international/quail.el (quail-translate-key): Fix previous change.
7014 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7016         * server.el (server-start): Check `server-process' is non-nil
7017         before killing it to avoid killing current buffer's process.
7019         * simple.el (choose-completion-string): Use `minibufferp';
7020         test `completion-reference-buffer' if `buffer' arg is nil.
7021         (push-mark): Use `when' and `unless'.
7022         (pop-mark): Use `when'.
7024         * mouse-sel.el (mouse-sel-get-selection-function):
7025         Check `x-last-selected-text-primary'.  Don't barf if it or
7026         `x-last-selected-text' aren't bound.
7028 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7030         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7032 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7034         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7036 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7038         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7040 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7042         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7043         string.  Defvar the derived hook.
7045         * macros.el (insert-kbd-macro): Escape double quote character.
7046         From Thomas W Murphy <twm@andrew.cmu.edu>.
7048 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7050         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7051         to match the specific mark rather than reusing comment-start-skip.
7053 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7055         * progmodes/hideshow.el (hs-special-modes-alist):
7056         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7058 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7060         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7061         value using ?\s.
7063 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7065         * subr.el (with-selected-window): Add closing paren.
7067 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7069         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7070         (lisp-mode): Likewise.
7072         * subr.el (with-selected-window): Copy code form save-selected-window
7073         so as to call select-window with norecord arg.
7074         (dynamic-completion-table): Doc fix.
7075         (lazy-completion-table): Doc fix.
7077         * international/mule-cmds.el (set-locale-environment):
7078         langinfo renamed to locale-info.
7080         * international/mule.el (auto-coding-functions): Doc fix.
7082 2003-07-21  Kenichi Handa  <handa@m17n.org>
7084         * international/quail.el (quail-translate-key):
7085         Update quail-current-str correctly.
7087 2003-07-21  Andreas Schwab  <schwab@suse.de>
7089         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7090         ?, to "_".
7092 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7093         Version 2.0.36 of Tramp released.
7095         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7096         tramp-password-end-of-line.
7097         (tramp-password-end-of-line): New method parameter.
7098         (tramp-get-password-end-of-line): Function to access method
7099         parameter `tramp-password-end-of-line', or variable
7100         `tramp-default-password-end-of-line' (default value).
7101         (tramp-methods): Add entries for new parameter
7102         tramp-password-end-of-line.
7103         (tramp-enter-password): Use new function
7104         `tramp-get-password-end-of-line'.
7105         (tramp-handle-insert-file-contents): Do not
7106         unconditionally inhibit the file operation file-local-copy, only
7107         do that when the inhibit-file-name-operation is currently
7108         insert-file-contents.  This fixes finding remote CVS-controlled
7109         files.  (It would barf on inserting the CVS/Entries file
7110         literally, because the file-local-copy handler wasn't called.)
7111         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7112         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7113         (tramp-initial-commands): New variable.
7114         (tramp-process-initial-commands): New function, using the variable.
7115         (tramp-open-connection-setup-interactive-shell): Call the new function.
7116         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7117         method into the buffer name, never use nil.  Reported by Hanak
7118         David <dhanak@inf.bme.hu>.
7119         (tramp-open-connection-setup-interactive-shell): Erase buffer
7120         before sending "stty -onlcr".
7122         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7124 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7126         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7128 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7130         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7131         (artist-draw-rect, artist-draw-square): Doc fixes.
7133         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7135         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7137 2003-07-19  Kenichi Handa  <handa@m17n.org>
7139         * international/kkc.el (kkc-show-conversion-list-update):
7140         Highlight the correct candidate in the message.
7142 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7144         * simple.el (current-word): Don't include punctuation char when
7145         `really-word' arg is non-nil.
7147 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7149         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7150         moved to the directory obsolete.
7152 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7154         * info.el (Info-menu-entry-name-re): Allow newlines in
7155         menu entry names.
7157         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7158         syntax-ppss-after-change-function.
7159         (syntax-ppss-after-change-function): New alias.  Update uses.
7160         (syntax-ppss): Catch the case where the buffer is narrowed.
7162 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7164         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7165         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7167 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7169         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7170         since it might be modified.
7172         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7173         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7174         names to these language constants.
7176 2003-07-15  Kim F. Storm  <storm@cua.dk>
7178         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7179         All uses changed.
7181 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7183         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7184         Namespace support.
7186 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7188         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7189         papers received).
7191 2003-07-13  Karl Eichwalder  <ke@suse.de>
7193         * textmodes/po.el (po-find-charset): White space at the start of the
7194         Content-Type field body is non-mandatory.
7196 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7198         * textmodes/texinfo.el (texinfo-section-list):
7199         Append appendixsection; a synonym for appendixsec.
7201 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7203         * man.el (Man-translate-cleanup): New.
7204         (Man-translate-references): Call `Man-translate-cleanup' to clean
7205         leading, trailing and middle spaces.
7207 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7209         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7210         Handle `dired-directory' being a list.
7212 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7214         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7215         it doesn't exist.
7217 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7219         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7221         * progmodes/cc-defs.el (c-make-keywords-re):
7222         Don't use delete-duplicates.
7223         (c-lang-const): Don't use mapcan.
7225         * apropos.el (apropos-show-scores): Make it customizable.
7226         Document new meaning.
7227         (apropos): Compute scores from symbols.
7228         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7230 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7232         * ps-bdf.el: Fix copyright line.
7233         (bdf-directory-list): Fix initialization code.
7235 2003-07-11  John Paul Wallington  <jpw@gnu.org>
7237         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7238         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7239         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7241 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
7243         * emacs-lisp/ring.el (ring-elements): Doc fix.
7245 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7247         * calendar/timeclock.el (timeclock-relative)
7248         (timeclock-ask-before-exiting, timeclock-use-display-time):
7249         Doc changes.
7250         (timeclock-modeline-display): Give a message if
7251         `timeclock-use-display-time' is non-nil but `display-time-mode'
7252         is not active.
7254 2003-07-11  Kenichi Handa  <handa@m17n.org>
7256         * international/mule-cmds.el (set-language-environment):
7257         Set current-language-environment to the correct string.
7259 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7261         * ps-print.el: Print line number correctly in a region.  Reported by
7262         Tim Allen <timallen@ls83.fsnet.co.uk>.
7263         (ps-print-version): New version number (6.6.2).
7264         (ps-printing-region): Code fix.
7266 2003-07-10  John Paul Wallington  <jpw@gnu.org>
7268         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7269         this function can be called from `add-completions-from-tags-table'.
7271 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
7273         * calendar/timeclock.el (timeclock-use-display-time)
7274         (timeclock-day-over-hook, timeclock-workday-remaining)
7275         (timeclock-status-string, timeclock-when-to-leave)
7276         (timeclock-when-to-leave-string, timeclock-log-data)
7277         (timeclock-find-discrep, timeclock-day-base)
7278         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7279         (timeclock-modeline-display): Set the variable
7280         `timeclock-modeline-display'.
7281         (timeclock-update-modeline): Doc fix.  Respect value of
7282         `timeclock-relative'.
7284 2003-07-09  Richard M. Stallman  <rms@gnu.org>
7286         * textmodes/reftex-parse.el (reftex-all-document-files):
7287         Add autoload cookie.
7289         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7290         (reftex-scanning-info-available-p): Add autoload cookie.
7292         * international/mule-cmds.el
7293         (set-display-table-and-terminal-coding-system): Delete duplicate
7294         aset on standard-display-table.
7296         * view.el (view-file): If existing buffer's major mode is special,
7297         don't go into view mode.
7299         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7301 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7303         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7304         buffer changes; there's third party code that calls this function
7305         directly.
7307 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7309         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7310         (autodoc-font-lock-keywords): Don't byte compile on font lock
7311         initialization when running from byte compiled files.
7313 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7315         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7316         statement ends with auto-increment "++".
7318 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7320         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7321         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7322         these are changed, so declare them as variables and not constants.
7324 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
7326         * subr.el (dolist, dotimes): Doc fix.
7328 2003-07-08  Kim F. Storm  <storm@cua.dk>
7330         * international/mule-cmds.el
7331         (set-display-table-and-terminal-coding-system): Don't break
7332         bootstrap if standard-display-table isn't setup yet.
7334 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7336         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7337         Give it a doc string, and autoload it.
7339         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7340         Use with-no-warnings.
7342         * info.el (Info-search): If find invisible text, search again.
7344         * isearch.el (search-whitespace-regexp): Add a shy group around it.
7346         * man.el (Man-name-regexp): Match + as part of name.
7348         * simple.el (visible-mode): Rename from vis-mode.
7349         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7351         * simple.el (current-word): New arg REALLY-WORD specifies
7352         don't include punctuation chars.
7354         * emacs-lisp/debug.el (debug, debugger-env-macro):
7355         Use with-no-warnings while accessing and binding unread-command-char.
7357         * international/mule-cmds.el
7358         (set-display-table-and-terminal-coding-system): Use explicit loop
7359         instead of calling standard-display-default.
7361         * net/ange-ftp.el (ange-ftp-file-symlink-p):
7362         Use condition-case to catch error in ange-ftp-get-files.
7364         * net/browse-url.el (browse-url-browser-function):
7365         Add alternative for Epiphany.
7366         (browse-url-epiphany-program, browse-url-epiphany-arguments)
7367         (browse-url-epiphany-startup-arguments)
7368         (browse-url-epiphany-new-window-is-tab): New variables.
7369         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7371         * progmodes/compile.el (compile-auto-highlight): Default now t.
7372         (compile): Doc fix.
7373         (compilation-next-error): Fix previous change.
7375         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7377         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7379 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
7381         * gdb-ui.el (gdb-source-info): Display current frame when
7382         attaching to an existing process.
7383         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7384         while laying out windows when attaching to an existing process.
7386 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7388         * info.el (Info-menu): Use Info-menu-entry-name-re.
7390 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7392         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7393         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7395         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7396         to match the same text.
7398 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7400         * vc.el (vc-annotate-offset): Move defvar up.
7402 2003-07-06  Kim F. Storm  <storm@cua.dk>
7404         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7405         This should fix the infinite loop when extracting menu names.
7407 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7409         * files.el (auto-mode-alist, interpreter-mode-alist):
7410         Remove entries to CC Mode modes to avoid duplicates; they are now added
7411         with autoload directives in cc-mode.el.
7413 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7415         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7416         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7417         these are changed, so declare them as variables and not constants.
7419         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7420         ensure that the entry for ".c" extension comes before the one for
7421         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7422         Fix incorrect entries that were added to `interpreter-mode-alist'.
7423         Move the autoload directives for AWK to the top level since they
7424         aren't recognized anywhere else.  Do not use the new AWK mode doc
7425         in the autoload form for the old AWK mode.
7427 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7429         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7430         (bibtex-sort-ignore-string-entries): Default value t.
7431         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7432         erroneously in previous version.
7433         (bibtex-string-files): Docstring reflects new parsing scheme.
7434         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7435         docstring, add # as one of the chars to crush
7436         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7437         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7438         (bibtex-autokey-name-change-strings)
7439         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7440         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7441         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7442         (bibtex-autokey-title-terminators)
7443         (bibtex-autokey-titlewords-stretch)
7444         (bibtex-autokey-titleword-ignore)
7445         (bibtex-autokey-titleword-case-convert)
7446         (bibtex-autokey-titleword-abbrevs)
7447         (bibtex-autokey-titleword-abbrevs)
7448         (bibtex-autokey-titleword-change-strings)
7449         (bibtex-autokey-titleword-length)
7450         (bibtex-autokey-titleword-separator)
7451         (bibtex-autokey-name-year-separator)
7452         (bibtex-autokey-year-title-separator)
7453         (bibtex-autokey-before-presentation-function)
7454         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7455         Fix docstring.
7456         (bibtex-strings, bibtex-reference-keys):
7457         Use lazy-completion-table and make-variable-buffer-local.
7458         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7459         (bibtex-braced-string-syntax-table)
7460         (bibtex-quoted-string-syntax-table): New variables.
7461         (bibtex-parse-nested-braces): Remove.
7462         (bibtex-parse-field-string): Use syntax table and forward-sexp.
7463         (bibtex-parse-association): Simplify.
7464         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7465         (bibtex-parse-field-text): Simplify.
7466         (bibtex-search-forward-field, bibtex-search-backward-field):
7467         argument BOUND can take value t.
7468         (bibtex-start-of-field, bibtex-start-of-name-in-field)
7469         (bibtex-end-of-name-in-field, bibtex-end-of-field)
7470         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7471         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7472         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7473         (bibtex-skip-to-valid-entry): Return buffer position of beginning
7474         and ending of entry.  Update for changes of bibtex-search-entry.
7475         Simplify.
7476         (bibtex-map-entries): FUN is called with three arguments.
7477         (bibtex-search-entry): Return a cons pair with buffer positions of
7478         beginning and end of entry.
7479         (bibtex-enclosing-field): Simplify.
7480         (bibtex-format-entry): Use booktitle to set a missing title.
7481         (bibtex-autokey-get-names): Fiddle with regexps.
7482         (bibtex-generate-autokey): Use identity.
7483         (bibtex-parse-keys): Use simplified parsing algorithm if
7484         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
7485         arguments.  Return alist of keys.
7486         (bibtex-parse-strings): Simplify.  Return alist of strings.
7487         (bibtex-complete-string-cleanup): Fix docstring.
7488         (bibtex-read-key): New function.
7489         (bibtex-mode): Fix docstring.  Do not parse for keys and
7490         strings when the mode is entered.  Set fill-paragraph-function to
7491         bibtex-fill-field.  Setup font-lock-mark-block-function the way
7492         font-lock intended.
7493         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
7494         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7495         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7496         (bibtex-Preamble): Avoid hard coded constants.
7497         (bibtex-make-field): Fix docstring.  Simplify.
7498         (bibtex-beginning-of-entry): Always return new position of point.
7499         (bibtex-end-of-entry): Rearrange cond clauses.
7500         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7501         Update for changes of bibtex-map-entries.
7502         (bibtex-ispell-abstract): Do not move point.
7503         (bibtex-entry-index): Use downcase.  Simplify.
7504         (bibtex-lessp): Handle catch-all.
7505         (bibtex-find-crossref): Turn into a command.
7506         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7507         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7508         preamble entries.
7509         (bibtex-fill-field-bounds): New function.
7510         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7511         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7512         (bibtex-String): Use bibtex-strings.  Always obey
7513         bibtex-sort-ignore-string-entries.
7515 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7517         * cus-theme.el (customize-create-theme):
7518         Call `customize-create-theme' in Reset widget's notify function.
7520         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7521         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7522         (define-ibuffer-column name): Add summarizer.
7523         (define-ibuffer-column size): Likewise.
7524         (define-ibuffer-column filename): Likewise.
7525         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7526         (define-ibuffer-column filename-and-process): Likewise, likewise.
7527         (ibuffer): Remove local vars `already-in' and `need-update'.
7529         * ibuf-ext.el: Don't require `derived' at compile-time.
7531 2003-07-05  Kim F. Storm  <storm@cua.dk>
7533         * info.el: Disable paragraph refilling.
7534         (Info-refill-paragraphs): New defcustom.
7535         (Info-fontify-node): Use it.
7537 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7539         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7540         thingies from constructors created by defstruct.
7542         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7543         the default value of the variable.
7544         (byte-code-meter): Move declaration to top level.
7546         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7548         * info.el (Info-following-node-name-re): New fun.
7549         (Info-following-node-name): Remove.
7550         (Info-insert-dir): Use the new fun.
7551         (Info-extract-pointer): Don't save restriction; use new fun.
7552         (Info-menu-entry-name-re): New const.
7553         (Info-menu-entry-name-re): Use it along with new fun.
7554         (Info-node-spec-re): Use new fun.
7555         (Info-complete-menu-item, Info-fontify-node): Use new const.
7556         (Info-goto-node, Info-follow-reference, Info-menu-update):
7557         Use match-string.
7558         (Info-follow-reference): Use assoc-string.
7559         Use a list of strings for the completion table.
7560         (Info-fontify-node): Use match-string, line-end-position.
7561         Limit the search for `node:' to the first line.
7563         * newcomment.el (uncomment-region): Remove padding coming from
7564         comment-start rather than just from comment-padding.
7566         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7567         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7568         (vc-cvs-rename-file): Remove (use the default).
7569         (vc-cvs-register): Register parent dir if needed.
7570         (vc-cvs-could-register): Return non-nil if parent can be registered.
7571         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7572         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7574         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7575         (vc-svn-update): Fix the arguments to `svn'.
7576         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7577         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7578         Simple implementations, assuming `name' is a URL.
7580         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7581         set of chars allowed unquoted in a case pattern.
7583         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7585         * font-lock.el (font-lock-extra-types-widget)
7586         (c-font-lock-extra-types, c++-font-lock-extra-types)
7587         (objc-font-lock-extra-types, java-font-lock-extra-types)
7588         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7589         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7590         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7591         (font-lock-match-c++-structor-declaration)
7592         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7593         (c++-font-lock-keywords-3, c++-font-lock-keywords)
7594         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7595         (objc-font-lock-keywords-3, objc-font-lock-keywords)
7596         (java-font-lock-keywords-1, java-font-lock-keywords-2)
7597         (java-font-lock-keywords-3, java-font-lock-keywords)
7598         (java-font-lock-syntactic-face-function): Remove obsolete code
7599         and constants.  It's all in cc-fonts.el now.
7601 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
7603         * mail/sendmail.el (mail-specify-envelope-from)
7604         (mail-envelope-from): Doc fix.
7606 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
7608         * generic-x.el: Do away with the dependency on `c-emacs-features'
7609         when populating `rul-generic-mode-syntax-table'; we already know
7610         this isn't XEmacs.
7612 See ChangeLog.10 for earlier changes.
7614 ;; Local Variables:
7615 ;; coding: iso-2022-7bit
7616 ;; End:
7618     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
7619   Copying and distribution of this file, with or without modification,
7620   are permitted provided the copyright notice and this notice are preserved.
7622 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1