*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob83e46adbf588c086afbb62f782bb9d27a9fec73b
1 2004-05-14  David Ponce  <david@dponce.com>
3         * tree-widget.el: New file.
5 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
7         * language/european.el ("Brazilian Portuguese"): Added support for
8         Brazilian Portuguese.
10 2004-05-13  John Wiegley  <johnw@newartisans.com>
12         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13         `recentf-mode' if this variable has been customized to t.
15         * eshell/esh-test.el (eshell-test): Call the function
16         `emacs-version' rather than trying to build a custom version
17         string.
19 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * net/telnet.el (telnet-mode): Use define-derived-mode.
22         Don't modify the global value of comint-prompt-regexp.
24 2004-05-13  John Paul Wallington  <jpw@gnu.org>
26         * version.el (emacs-version): Check for `gtk' feature before
27         `x-toolkit' feature.
29 2004-05-13  Juanma Barranquero  <lektu@terra.es>
31         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
32         arguments in the docstring, they're used only in recursive calls.
34         * help-fns.el (help-arg-highlighting-function)
35         (help-argument-name): Delete.
36         (help-default-arg-highlight): New function.
37         (help-do-arg-highlighting): Use it.
39 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
41         * calendar/appt.el (appt-disp-window):
42         Use `calendar-set-mode-line' for a centered mode-line.
44 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
46         * calendar/appt.el (appt-disp-window): Do not split window
47         excessively when `split-height-threshold' is low.
49 2004-05-12  Nick Roberts  <nickrob@gnu.org>
51         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
52         kill-buffer-hook here and make it local.
53         (gud-kill-buffer-hook): Use kill-process for a sure kill.
55 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
57         * progmodes/compile.el (compilation-set-window-height):
58         Use save-excursion to protect against misplaced marker.
60 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
62         * custom.el (defface): Document that type can have value gtk.
64         * faces.el (face-spec-set-match-display): Handle type gtk in display.
66 2004-05-12  Kenichi Handa  <handa@m17n.org>
68         * descr-text.el: Require quail at comile time.
69         (describe-char): If an input method is on and it supports the
70         character, show how to input it.
72         * international/quail.el (quail-install-decode-map): Accept a
73         char-table whose subtype is `quail-decode-map'.
74         (quail-store-decode-map-key, quail-gen-decode-map1)
75         (quail-gen-decode-map, quail-find-key1, quail-find-key)
76         (quail-show-key): New functions.
78 2004-05-12  Juanma Barranquero  <lektu@terra.es>
80         * generic.el (define-generic-mode): Remove redundant arglist info.
82         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
83         Make arguments match their use in docstring.
84         (help-arg-highlighting-function): New variable.
85         (help-argument-name): Mention it in the docstring.
86         (help-do-arg-highlight): Use it.  Expand regexp to accept also
87         ARG-xxx and xxx-ARG references.
89 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
91         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
92         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
93         and "mailto:addr1?to=addr2" equal.
95 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
97         * man.el (Man-getpage-in-background): Use shell-file-name
98         and shell-command-switch variables instead of hard-coded values.
100 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
102         * iimage.el: New file.
104 2004-05-11  Juanma Barranquero  <lektu@terra.es>
106         * custom.el (custom-initialize-default, defcustom): Typo in docstring.
108         * files.el (set-visited-file-name, file-expand-wildcards):
109         Fix docstring.
111 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
115         * subr.el (eventp): Be more discriminating with integers.
117 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
119         * progmodes/compile.el (compile): Add universal prefix arg.
120         (compilation-error-regexp-alist-alist): Add edg patterns.
122 2004-05-10  Sam Steingold  <sds@gnu.org>
124         * textmodes/ispell.el (ispell-message):
125         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
127 2004-05-10  Dave Love  <fx@gnu.org>
129         * progmodes/python.el (help-buffer): Autoload when compiling.
130         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
131         (run-python): Prepend to any existing PYTHONPATH.
133 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
135         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
136         for pending breakpoints.
138 2004-05-10  Richard M. Stallman  <rms@gnu.org>
140         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
141         directly without calling any functions in Rmail.
142         (unrmail-unprune): Function deleted.
144 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
146         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
147         C-c C-z binding.
149 2004-05-10  Kenichi Handa  <handa@m17n.org>
151         * descr-text.el (describe-char): Fix previous change.  Don't make
152         a unibyte character to multibyte in the *Help* buffer.
154 2004-05-10  Miles Bader  <miles@gnu.org>
156         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
157         buffer an error if the debugger process is actually running.
159 2004-05-10  Juanma Barranquero  <lektu@terra.es>
161         * help-fns.el (help-argument-name): Default to italic.
162         (help-highlight-arguments): Return always (usage . doc), even when
163         usage is nil.
165         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
166         (define-ibuffer-filter): Add usage info.
167         (define-ibuffer-op): Add usage info (but CL-style defaults for
168         keyword args are not shown).
170         * subr.el (remove-overlays, read-passwd): Fix docstring.
171         (start-process-shell-command): Fix docstring.  Put usage info in a
172         format usable by `describe-function'.
173         (open-network-stream, open-network-stream-nowait)
174         (open-network-stream-server): Fix docstring.
176 2004-05-09  Jason Rumney  <jasonr@gnu.org>
178         * international/code-pages (cp932, cp936, cp949, c950): Remove.
179         Only define cp125* if windows-125* is already defined.
181         * language/korean.el (cp949): Add alias.
183         * language/chinese.el (cp936, cp950): Add aliases.
185         * language/japanese.el (cp932): Add alias.
187         * term/w32-win.el: Require code-pages.
189         * international/mule-cmds.el (set-locale-environment):
190         On MS-Windows use ansi code-page for default coding-systems.
191         Set up paper sizes for Windows 3 letter languages.
193         * international/code-pages.el (cp932, cp936, cp949, cp950):
194         Add aliases.  Also add cp125* if not already defined.
196 2004-05-09  Juanma Barranquero  <lektu@terra.es>
198         * help-fns.el (help-highlight-arguments): Don't try to highlight
199         missing or autoloaded arglists.  Accept structured arguments, like
200         the first ones of `do' and `flet'.
202         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
203         (cvs-get-marked): Remove redundant arglist info.
205         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
206         Don't use CL-style default args.
208 2004-05-08  Andreas Schwab  <schwab@suse.de>
210         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
212         * international/subst-ksc.el: Fix references to utf-translate-cjk
213         into utf-translate-cjk-mode.
214         * international/subst-big5.el: Likewise.
215         * international/subst-gb2312.el: Likewise.
216         * international/subst-jis.el: Likewise.
217         * international/utf-16.el: Likewise.
218         * international/utf-8.el: Likewise.
220 2004-05-08  John Wiegley  <johnw@newartisans.com>
222         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
223         "virtual buffers" (off by default), which makes it possible to
224         switch to the "virtual" buffers of recently visited files.  When a
225         buffer name search fails, and this option is on, iswitchb will
226         look at the list of recently visited files, and permit matching
227         against those names.  When the user hits RET on a match, it will
228         revisit that file.
229         (iswitchb-read-buffer): Add two optional arguments, which makes
230         isearchb.el possible.
231         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
232         (iswitchb-next-match): Add support for virtual buffers.
234         * isearchb.el: This module extends iswitchb to provide "as you
235         type" buffer selection.
237         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
238         Ignore the read-only property when flyspell highlighting is on.
239         Not ignoring it leads to a series of confusing errors.
240         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
241         but also make sure to call flyspell-incorrect-hook.
242         (flyspell-maybe-correct-transposition): Perform transposition test
243         by bit twiddling a string, rather than using a temp buffer.
244         (flyspell-maybe-correct-doubling): Use a string rather than a temp
245         buffer.  This is also the original version of the code, which
246         could not be checked in before due to a previous lack of
247         assignment papers.  This version has seen heavy usage on my system
248         for several years now.
250         * calendar/cal-bahai.el: New file, which adds support for the
251         Baha'i calendar to Emacs.  This calendar is based on a solar year
252         of 19 months of 19 days, with 4 intercalary days.  Each year
253         begins on March 21, with the calendar starting in 1844.
255         * calendar/cal-menu.el, calendar/calendar.el,
256         calendar/diary-lib.el, calendar/holidays.el: Added support for
257         using cal-bahai.el.
259         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
260         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
261         function can be used outside of eshell buffers.
262         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
264 2004-05-08  Juanma Barranquero  <lektu@terra.es>
266         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
267         word constituent so FOO-ARG is not recognized as an arg.
268         (help-highlight-arguments): Don't skip lists in mandatory arguments.
270         * simple.el (next-error): Fix typo in docstring.
271         (open-line): Make argument names match their use in docstring.
272         (split-line): Fix docstring.
274         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
275         usable by `describe-function'.
276         (gensym, gentemp, typep, ignore-errors): Make argument names match
277         their use in docstring.
279         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
280         argument to `help-setup-xref'.
282 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
284         Version 2.0.40 of Tramp released.
286         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
287         Use symbol-function to invoke functions only known on some Emacs
288         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
289         Scaldeferri <kevin@scaldeferri.com>.
290         (tramp-do-copy-or-rename-file-via-buffer): Rename from
291         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
292         consistent with the other tramp-do-* functions.
293         (tramp-do-copy-or-rename-file): Calls adjusted.
294         (tramp-process-initial-commands): Avoid liveness check on shell --
295         we know that it must be alive since we're opening a connection at
296         this moment.
297         (tramp-last-cmd): New internal variable.
298         (tramp-process-echoes): New tunable.
299         (tramp-send-command): Set tramp-last-cmd.
300         (tramp-wait-for-output): Delete echo, if applicable.
301         (tramp-read-passwd): Construct the key for the password cache in a
302         way that works for multi methods, too.
303         (tramp-bug): Add backup-directory-alist and
304         bkup-backup-directory-info to bug reports, with Tramp counterparts.
306 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
308         * net/tramp*.el: Suppress byte-compiler warnings where possible.
310         * net/tramp.el (tramp-out-of-band-prompt-regexp)
311         (tramp-actions-copy-out-of-band): New defcustoms.
312         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
313         used instead of a synchronous one.  Allows password entering.
314         (tramp-action-out-of-band): New defun.
315         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
316         Remove restriction with password from doc string.
317         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
318         `tramp-out-of-band-prompt-regexp',
319         `tramp-actions-copy-out-of-band', `password-cache' and
320         `password-cache-expiry'.
321         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
322         password caching.
323         (tramp-touch): FILE can be a local file, too.
324         (TODO): Remove items done.
325         (tramp-handle-insert-directory): Properly quote file name also if
326         not full-directory-p.  Handle wildcard case.  Reported by Andreas
327         Schwab <schwab@suse.de>.
328         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
329         new file.
330         (tramp-handle-file-local-copy, tramp-handle-write-region):
331         The permissions of the temporary file are set if filename exists.
332         Reported by Ted Stern <stern@cray.com>.
333         (tramp-backup-directory-alist)
334         (tramp-bkup-backup-directory-info): New defcustoms.
335         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
336         (tramp-handle-find-backup-file-name): New function.
337         Implements Tramp's find-backup-file-name.
339         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
340         for `find-backup-file-name'.
342         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
343         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
345 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
347         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
349 2004-05-07  Juanma Barranquero  <lektu@terra.es>
351         * subr.el (lambda): Add arglist description to docstring.
352         (declare): Fix typo in docstring.
353         (open-network-stream): Fix docstring.
354         (process-kill-without-query): Fix docstring and add obsolescence info.
355         (last, butlast, nbutlast): Make arguments match their use in docstring.
356         (insert-buffer-substring-no-properties): Likewise.
357         (insert-buffer-substring-as-yank): Likewise.
358         (split-string): Fix docstring.
360         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
361         Make argument names match their use in docstring.
363         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
365 2004-05-06  Nick Roberts  <nickrob@gnu.org>
367         * progmodes/gdb-ui.el: Improve/extend documentation strings.
368         Fit first sentence on one line for apropos-command.
370 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
372         Changes largely merged in from Dave Love's code.
373         * progmodes/python.el: Doc fixes.
374         (python-mode-map): Add python-complete-symbol.
375         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
376         (python-comment-indent, python-complete-symbol)
377         (python-symbol-completions, python-partial-symbol)
378         (python-try-complete): New.
379         (python-indent-line): Remove optional arg.  Use python-block-end-p.
380         (python-check): Bind compilation-error-regexp-alist.
381         (inferior-python-mode): Use rx.  Move keybindings to top level.
382         Set comint-input-filter.
383         (python-preoutput-filter): Use rx.
384         (python-input-filter): Re-introduce.
385         (python-proc): Start new process if necessary.
386         Check python-buffer non-nil.
387         (view-return-to-alist): Defvar.
388         (python-send-receive): New.
389         (python-eldoc-function): Use it.
390         (python-mode-running): Don't defvar.
391         (python-mode): Set comment-indent-function.
392         Maybe update hippie-expand-try-functions-list.
393         (python-indentation-levels): Initialize differently.
394         (python-block-end-p): New.
395         (python-indent-line): Use it.
396         (python-compilation-regexp-alist): Augment.
397         (run-python): Import `emacs' module to Python rather than loading
398         code directly.  Set python-buffer differently.
399         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
400         Use python-proc.
401         (python-send-command): Go to end of comint buffer.
402         (python-load-file): Use python-proc, emacs.eimport.
403         (python-describe-symbol): Simplify interactive form.
404         Use emacs.help.  Do use temp-buffer-show-hook.
405         Call print-help-return-message.
406         (hippie-exp): Require when compiling.
407         (python-preoutput-continuation): Use rx.
409         * diff-mode.el (diff-make-unified): Fix regexp.
411 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
413         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
414         filter groups from the buffer when rebuilding the Ibuffer buffer
415         and `ibuffer-show-empty-filter-groups' is nil.
417 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
419         * ps-print.el (ps-print-quote): Call ps-value-string.
420         (ps-setup): Call ps-comment-string.
421         (ps-value-string, ps-comment-string): New funs.
423 2004-05-06  Juanma Barranquero  <lektu@terra.es>
425         * ehelp.el (electric-help-command-loop): Check whether the last
426         character is visible, not (point-max).
428         * help-fns.el (help-argument-name): Default to bold; don't inherit
429         from font-lock-variable-name-face.
430         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
432 2004-05-05  Kenichi Handa  <handa@m17n.org>
434         * descr-text.el (describe-char): Copy the character with text
435         properties and overlays into the first line, and call
436         describe-text-properties on it.
438 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
440         * iswitchb.el (iswitchb-global-map): Fix typo.
441         Remove unwanted ###autoloads from source file.
443 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
445         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
446         in run-hooks.  Use substitute-command-keys in message.
447         (wdired-abort-changes): Add message.
449 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
451         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
452         (sql-emacs20-p): Remove.
453         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
454         (sql-builtin-face, sql-doc-face): Remove.
455         (sql-mode-ansi-font-lock-keywords)
456         (sql-mode-oracle-font-lock-keywords)
457         (sql-mode-postgres-font-lock-keywords)
458         (sql-mode-linter-font-lock-keywords)
459         (sql-mode-ms-font-lock-keywords)
460         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
461         (sql-product-font-lock): Fix font-lock reset when font rules change.
462         (sql-highlight-product): Remove incorrect font-lock reset logic.
464 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
466         * ses.el (ses-set-parameter): Fix typo.
468 2004-05-04  Kim F. Storm  <storm@cua.dk>
470         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
471         Must expand directory for completion to work; and don't mess with
472         process-environment.
473         (ido-read-file-name): If command has ido property, don't use ido
474         if value is ignore, or read as directory if value is dir.
475         Set ido ignore property for dired-do-rename command.
477 2004-05-04  Juanma Barranquero  <lektu@terra.es>
479         * ehelp.el (electric-help-command-loop, electric-help-undefined)
480         (electric-help-help): Check against unmapped commands.
482         * help-fns.el (help-argument-name): New face, inheriting from
483         font-lock-variable-name-face, to highlight function arguments in
484         `describe-function' and `describe-key'.
485         (help-do-arg-highlight): Auxiliary function to highlight a given
486         list of arguments in a string.
487         (help-highlight-arguments): Highlight the function arguments and
488         all uses of them in the docstring.
489         (describe-function-1): Use it. Do docstring output via `insert',
490         not 'princ', so text attributes are preserved.
492         * winner.el (winner-mode-map): Move `winner-undo' and
493         `winner-redo' to C-c <left> and C-c <right>, respectively (the
494         previous bindings conflict with `prev-buffer', `next-buffer').
496 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
498         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
499         (bibtex-entry-update): New command bound to C-c C-u.
500         (bibtex-text-in-string): Fix regexp.
501         (bibtex-assoc-of-regexp): Remove.
502         (bibtex-progress-message): Fix docstring.
503         (bibtex-inside-field): Use if.
504         (bibtex-assoc-regexp): New function.
505         (bibtex-format-entry): Make code more robust so that it formats
506         also old entries.
507         (bibtex-autokey-demangle-title): Merge with obsolete function
508         bibtex-assoc-of-regexp.
509         (bibtex-field-list): New function.
510         (bibtex-entry): Use bibtex-field-list.
511         (bibtex-parse-entry): Fix docstring.
512         (bibtex-print-help-message): Use bibtex-field-list.
513         (bibtex-make-field): Use bibtex-field-list.
514         (bibtex-entry-index): Bugfix. Return crossref key if required.
515         (bibtex-lessp): Fix docstring.
517 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
519         * select.el (xselect-convert-to-string): Move comment to intended line.
521 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
523         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
524         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
526 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
528         * term/x-win.el (x-clipboard-yank): Don't exit on error from
529         x-get-selection.
531 2004-05-03  Jason Rumney  <jasonr@gnu.org>
533         * makefile.nt: Remove.
535 2004-05-03  Kim F. Storm  <storm@cua.dk>
537         * emulation/cua-base.el (cua--update-indications): Fix last change.
538         (cua-mode): Deactivate mark when cua-mode is enabled.
540 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
542         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
544 2004-05-03  Nick Roberts  <nickrob@gnu.org>
546         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
547         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
548         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
549         window over visible frames.
550         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
552 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
554         * progmodes/compile.el (compilation-gcpro): New var.
555         (compilation-fake-loc): Use it.
556         (compilation-forget-errors): Reset it.
558 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
560         * diff-mode.el (diff-header-face, diff-file-header-face):
561         Use min-colors.
563 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
565         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
566         (bibtex-clean-entry): Disentangle code.
567         (bibtex-realign): New function.
568         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
569         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
570         Remove undocumented optional arg called-by-convert-alien.
571         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
572         for sorting instead of bibtex-sort-buffer.
574 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
576         * progmodes/compile.el (compilation-start): In the
577         no-async-subprocesses branch, call sit-for to give redisplay a
578         chance to show the updated process status in the mode line, and
579         fontify the buffer explicitly after the process exits.
581 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
583         * progmodes/python.el (python-compilation-line-number): Remove.
584         (python-compilation-regexp-alist): Don't use it any more.
585         (python-orig-start, python-input-filter): Remove.
586         (inferior-python-mode): Don't set up comint-input-filter-functions.
587         (python-send-region): Use compilation-fake-loc.
589         * progmodes/compile.el (compilation-messages-start): New var.
590         (compilation-mode): Don't setup next-error-function here.
591         (compilation-setup): Set it up here instead (for minor modes as well).
592         Make compilation-messages-start buffer local.
593         (compilation-next-error-function): Use it.
594         (compilation-forget-errors): Set compilation-messages-start.
596 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
598         * ielm.el (ielm-prompt-read-only): Update docstring.
600         * comint.el (comint-prompt-read-only): Update docstring.
601         (comint-update-fence, comint-kill-whole-line)
602         (comint-kill-region): New functions.
604         * simple.el (kill-whole-line): Use "p" instead of "P" in
605         interactive form.
607 2004-05-01  Juanma Barranquero  <lektu@terra.es>
609         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
610         format arglist so default values in CL-style argument lists are
611         correctly shown.
613 2004-05-01  Jason Rumney  <jasonr@gnu.org>
615         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
617 2004-05-01  Kenichi Handa  <handa@m17n.org>
619         * international/titdic-cnv.el (miscdic-convert): Don't generate a
620         quail file if it is up to date.
622 2004-04-30  Juri Linkov  <juri@jurta.org>
624         * cus-edit.el (custom-mode-map):
625         Add key binding `C-x C-s' to `Custom-save'.
627         * outline.el (outline-blank-line): New var.
628         (outline-next-preface, outline-show-heading)
629         (outline-end-of-subtree): Use it.
631         * dired-aux.el (dired-touch-initial): New fun.
632         (dired-do-chxxx): Call it for op-symbol `touch'.
633         (dired-diff): Use `dired-dwim-target-directory'
634         if current dired buffer has no buffer mark.
636         * bindings.el (propertized-buffer-identification):
637         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
638         Add C-M-arrow keys for consistency.
640         * files.el (confirm-kill-emacs):
641         Change group from top-level `emacs' to `convenience'.
643         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
644         Push mark on the first call of successive command calls.
645         (insert-pair): New fun created from `insert-parentheses' with
646         `open' and `close' arguments added.  Enclose active regions
647         in paired characters.  Compare adjacent characters syntax with
648         inserted characters syntax before inserting a space.
649         (insert-parentheses): Call `insert-pair' with ?\( ?\).
651         * delsel.el: Don't put `delete-selection' property
652         on `insert-parentheses' symbol to take advantage of
653         region handling in `insert-pair' function.
654         Suggested by Stephan Stahl <stahl@eos.franken.de>.
656 2004-04-30  Kim F. Storm  <storm@cua.dk>
658         * emulation/cua-base.el: Add support for changing cursor types;
659         based on patch from Michael Mauger.
660         (cua-normal-cursor-color, cua-read-only-cursor-color)
661         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
662         Customization cursor type and/or cursor color.
663         (cua--update-indications): Handle cursor type changes.
664         (cua-mode): Update cursor indications if enabled.
666         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
668         * mouse.el (mouse-drag-copy-region): New defcustom.
669         (mouse-set-region, mouse-drag-region-1): Use it.
671         * simple.el (kill-ring-save): If region face background color is
672         unspecified (if no highlighting), show extent of fully visible
673         region even if transient-mark-mode is enabled.
675         * emulation/cua-base.el (cua--standard-movement-commands):
676         Add cua-scroll-up and cua-scroll-down.
677         (cua-scroll-up, cua-scroll-down): New commands.
678         (cua--init-keymaps): Remap scroll-up and scroll-down.
680         * emulation/cua-rect.el (cua--convert-rectangle-as):
681         New defmacro.
682         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
683         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
684         New commands (suggested by Jordan Breeding).
686 2004-04-30  Juanma Barranquero  <lektu@terra.es>
688         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
690 2004-04-30  Mario Lang  <mlang@delysid.org>
692         * diff.el (diff-switches): Fix typo in docstring.
694 2004-04-30  Alex Schroeder  <alex@gnu.org>
696         * xml.el (xml-debug-print-internal): Don't add newline and
697         indentation to text nodes and write empty elements as empty tags
698         instead of opening and closing tags.
699         (xml-debug-print): Take optional indent-string argument.
700         (xml-print): Alias for xml-debug-print.
702 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
704         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
705         than duplicate call to `line-beginning-position'.
707         * progmodes/f90.el (f90-get-present-comment-type): Return
708         whitespace, as well as comment chars, for consistent filling
709         of comment blocks.  Use `match-string-no-properties'.
710         (f90-break-line): Do not leave trailing whitespace when filling
711         comments.
713 2004-04-30  Dave Love  <fx@gnu.org>
715         * calendar/diary-lib.el (diary-outlook-formats): New variable.
716         (diary-from-outlook-internal, diary-from-outlook)
717         (diary-from-outlook-gnus, diary-from-outlook-rmail): New
718         functions to import diary entries from Outlook-format
719         appointments in mail messages.
721 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * progmodes/python.el (python-send-command): New fun.
724         (python-send-region, python-load-file): Use it.
726         * progmodes/compile.el (compilation-last-buffer): Add var alias.
728         * help-fns.el (help-C-file-name): Use new subr-name.
729         Prepend `src/' to the file name.
730         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
731         (describe-function-1, describe-variable): Only find a C source file
732         name if DOC is already loaded.
734         * help-mode.el (help-function-def, help-variable-def):
735         Use the new find-function-search-for-symbol functionality.
736         Allow FILE to be `C-source'.
738         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
739         (find-function-C-source): New fun.
740         (find-function-search-for-symbol): Use it.
742 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
744         * progmodes/sql.el (sql-product-alist): Rename variable
745         `sql-product-support'.  Add Postgres login parameters.
746         (sql-set-product, sql-product-feature): Update with renamed
747         variable.
748         (sql-connect-postgres): Add username prompt.
749         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
750         Make patterns less product specific.
751         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
752         (sql-mode-abbrev-table): Modify initialization.
753         (sql-builtin-face): Add variable.
754         (sql-keywords-re): Add macro.
755         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
756         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
757         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
758         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
759         (sql-mode-linter-font-lock-keywords)
760         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
761         (sql-mode-sybase-font-lock-keywords)
762         (sql-mode-informix-font-lock-keywords)
763         (sql-mode-interbase-font-lock-keywords)
764         (sql-mode-ingres-font-lock-keywords)
765         (sql-mode-solid-font-lock-keywords)
766         (sql-mode-sqlite-font-lock-keywords)
767         (sql-mode-db2-font-lock-keywords): Default to nil.
768         (sql-product-font-lock): Always highlight ANSI keywords.
769         (sql-add-product-keywords): Made similar to
770         `font-lock-add-keywords'.
771         (sql-send-string): Add function.
773 2004-04-29  Dave Love  <fx@gnu.org>
775         * progmodes/cfengine.el (cfengine-beginning-of-defun)
776         (cfengine-end-of-defun): Ensure progress through buffer.
778         * info-look.el (cfengine-mode): Accept a terminal ().
780 2004-04-29  Juri Linkov  <juri@jurta.org>
782         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
783         instead of isearch-yank-word-or-char.  Add new key bindings for
784         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
785         (isearch-del-char): New fun.
786         (isearch-forward, isearch-edit-string): Update docstring.
787         (isearch-yank-char): Doc fix.
788         (isearch-other-meta-char): Restore point after scrolling.
790         * progmodes/compile.el (compilation-context-lines): Add nil option
791         to disable compilation output window scrolling.
792         (compilation-set-window): Use it.
794         * outline.el (outline-next-preface, outline-show-heading):
795         Don't leave unhidden blank line before heading.
796         (outline-end-of-subtree): Include last newline into subtree.
797         (hide-entry): Leave point at beginning of heading instead of end.
798         (outline-up-heading): Push mark for the first call of successive
799         command calls.
801 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
803         * comint.el (comint-prompt-read-only): New variable.
804         (comint-output-filter): Implement it.
806         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
807         (ielm-prompt-internal): New variable.
808         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
809         (ielm-send-input): Delete unused variable `buf'.
810         (ielm-eval-input): Use `ielm-prompt-internal'.
811         (inferior-emacs-lisp-mode): Use new variables
812         `comint-prompt-read-only' and `ielm-prompt-internal'.
813         Get rid of obsolete variable `directory-sep-char'.
814         (ielm): Use `zerop'.
816 2004-04-29  John Paul Wallington  <jpw@gnu.org>
818         * thumbs.el (toplevel): Require cl at compile time.
819         Remove conditional definitions of `ignore-errors' and `caddar'
820         because they occur at run time.
822 2004-04-28  Nick Roberts  <nickrob@gnu.org>
824         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
825         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
826         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
827         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
829         * progmodes/gud.el (gud-common-init): Throw an error if program is
830         already running under gdb.
832 2004-04-28  John Paul Wallington  <jpw@gnu.org>
834         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
835         (thumbs-show-image-num): Move assignment of
836         `thumbs-current-image-filename' within scope of `i'.
837         (thumbs-emboss-image): Don't use `evenp'.
839 2004-04-28  Richard M. Stallman  <rms@gnu.org>
841         * progmodes/compile.el (compilation-context-lines): Default now 0.
843 2004-04-28  Juanma Barranquero  <lektu@terra.es>
845         Use `time-less-p' from calendar/time-date.el instead of defining
846         custom versions of it.
848         * pcomplete.el (pcomplete-time-less-p): Remove.
850         * thumbs.el (time-less-p): Remove.
852         * calendar/timeclock.el (timeclock-time-less-p): Remove.
853         (timeclock-generate-report): Use `time-less-p'.
855         * emacs-lisp/autoload.el (autoload-before-p): Remove.
856         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
858 2004-04-28  Masatake YAMATO  <jet@gyve.org>
860         * subr.el (remove-overlays): Make arguments optional.
862         * wid-edit.el (widget-specify-button): Put evaporate to the
863         overlay for sample.
864         (widget-specify-sample): Put evaporate to the overlay for sample.
865         (widget-specify-doc): Put evaporate to the overlay for documentation.
867 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
869         * info.el (info-apropos): Make it an index node.  Align node names
870         like makeinfo.
872 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
874         * net/browse-url.el (browse-url-netscape-sentinel)
875         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
876         (browse-url-epiphany-sentinel, browse-url-mosaic):
877         Use browse-url-*-program instead of a literal program name.
879 2004-04-27  Kevin Ryde  <user42@zip.com.au>
881         * eshell/em-alias.el:
882         * eshell/em-dirs.el:
883         * eshell/em-hist.el:
884         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
885         features when M-x customize-group loads modules before the main
886         eshell.el.
888 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
890         * subr.el (momentary-string-display): Support EXIT-CHAR that is
891         either a character representation of an event or an event
892         description list.
894         * type-break.el: Capitalise Emacs and Lisp.
895         (type-break-good-break-interval, type-break-demo-boring-stats)
896         (type-break-terse-messages, type-break-file-name): New defcustoms.
897         (type-break-post-command-hook)
898         (type-break-warning-countdown-string): Quote variable names in doc.
899         (type-break-interval-start, type-break-auto-save-file-name): New vars.
900         (type-break-mode): Document type-break-good-break-interval and the
901         "session" file.  Schedule break according to the session file.
902         Kill session file buffer on exit.  Organise for save-some-buffers
903         to always save the session file.
904         (type-break-mode-line-message-mode, type-break-query-mode):
905         Uppercase arguments.
906         (type-break-file-time, type-break-file-keystroke-count, timep)
907         (type-break-choose-file, type-break-get-previous-time)
908         (type-break-get-previous-count): New defuns.
909         (type-break): Avoid break querying after a completed break in the
910         case where the query was initiated during user invocation of the
911         break.  Optional terse messages.
912         Use type-break-good-break-interval if type-break-good-rest-interval is
913         nil.  File the break time.
914         (type-break-schedule): New optional args for overriding the use of
915         the current time.
916         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
917         after a break.
918         (type-break-check): File the keystroke count.
919         (type-break-do-query): Prevent a second query when the break is
920         interrupted.  Optional terse message.
921         (type-break-keystroke-reset): Record the start of a typing interval.
922         (type-break-demo-boring): Optional terse messages.  Display word
923         per minute and keystroke counts according to
924         type-break-demo-boring-stats.
926 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
928         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
929         directories, make sure they exist under archive-tmpdir.
931 2004-04-27  Juri Linkov  <juri@jurta.org>
933         * help.el (view-emacs-news): With argument, display info for the
934         selected version by finding it among different NEWS files, and
935         narrowing the buffer to the selected version.
937         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
938         same-window-buffer-names.
939         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
940         non-numeric prefix argument, append the number to the buffer name
941         for numeric prefix argument.
942         (info-other-window): Bind same-window-regexps to nil.
943         (Info-reference-name): Rename to Info-point-loc.
944         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
945         and Info-find-index-name for stringy Info-point-loc.
946         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
947         without middle `.', but with final `.' and optional line number
948         for it.  Set Info-point-loc for index nodes.
949         (Info-index): Remove middle `.' from index entry regexp.
950         Modify line number regexp.
951         (Info-index-next): Decrement line number.
952         (info-apropos): Remove middle `.' from index entry regexp.
953         Add optional line number regexp at the end.  Add matched value
954         for line number to the result list and insert it to the buffer.
955         Replace match-string by match-string-no-properties.
956         Reorder result list.
957         (Info-fontify-node): Hide index line numbers.
958         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
959         empty matches.
960         (Info-follow-reference): Use `str' instead of
961         Info-following-node-name-re.
962         (Info-toc): Use full file names.  Set Info-current-node to "Top".
963         (Info-fontify-node): Compare file names without directory name.
964         (Info-try-follow-nearest-node): Don't set Info-reference-name.
965         Set second arg of Info-extract-menu-node-name for index nodes.
966         (info-xref-visited): Use magenta3 instead of magenta4.
967         (Info-mode): Add info-apropos to docstring.
969         * log-view.el (log-view-diff): Replace interactive code "r"
970         by a list to allow to call it even if region is not active.
972         * paren.el (show-paren-highlight-openparen): New var.
973         (show-paren-function): Turn on openparen highlighting when
974         matching forward if show-paren-highlight-openparen is non-nil.
976         * simple.el (kill-ring-save): Use blink-matching-delay instead of
977         the constant value 1.
978         (completions-common-part): Expand docstring.
980         * textmodes/picture.el (picture-mode-map): Add arrow keys.
982 2004-04-27  Kim F. Storm  <storm@cua.dk>
984         * image.el (insert-sliced-image): Use line-height instead of
985         line-spacing property on newline.
987 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
989         * desktop.el (desktop-buffer-misc-data-function): Rename to
990         desktop-save-buffer and change docstring.
991         (desktop-buffer-modes-to-save): Delete.
992         (desktop-save-buffer-p): Use desktop-save-buffer instead of
993         desktop-buffer-modes-to-save.
994         (desktop-save): Rename desktop-buffer-misc-data-function to
995         desktop-save-buffer and allow non-function value.
996         (desktop-missing-file-warning): Correct docstring.
998         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
999         to desktop-save-buffer.
1001         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1002         desktop-save-buffer.
1004         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1006         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1008 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1010         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1012 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1014         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1015         (ielm): Only go to the end of the buffer when starting a new process.
1017 2004-04-25  Juanma Barranquero  <lektu@terra.es>
1019         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1020         mode line.  Bind `inhibit-read-only' to t before modifying
1021         properties of text in the buffer.
1022         (ielm): Force point to the end of buffer, even when running ielm
1023         from inside itself.
1025 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1027         * info.el (info-apropos): Reset Info-complete-cache.
1029 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
1031         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1032         Also recognize severe Irix et al. messages.
1033         (compilation-normalize-filename, compile-abbreviate-directory):
1034         Delete functions.
1035         (compilation-get-file-structure): New function inherits
1036         functionality of the two preceding ones.
1037         (compilation-internal-error-properties, compilation-fake-loc):
1038         Use it so that different paths to the same file share the same
1039         markers.  Also optimize finding adjacent marker slightly.
1041 2004-04-25  Kim F. Storm  <storm@cua.dk>
1043         * image.el (insert-sliced-image): Add line-spacing t property
1044         to newlines separating image lines.
1046 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1048         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1050         * ielm.el (ielm-prompt-read-only): New user option.
1051         (ielm-prompt): Expand docstring to describe new behavior.
1052         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1053         mention it in the docstring.
1055 2004-04-24  Andreas Schwab  <schwab@suse.de>
1057         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1059         * diff.el (diff): Set default-directory in diff buffer.
1061 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
1063         * mail/sendmail.el (mail-bury): Don't delete the frame where the
1064         mail was being composed if the terminal cannot display more than
1065         one frame; instead, switch to previous frame.
1067         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1068         (rmail-start-mail): Support rmail-mail-new-frame even on
1069         terminals that can display only one frame at a time.
1071 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1074         (checkdoc-output-font-lock-keywords): Remove error regexp.
1075         (checkdoc-output-mode-map): Remove.
1076         (checkdoc-output-mode): Derive from compilation-mode.
1077         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1079         * dired.el (dired-mode-map): Add a menu entry for wdired.
1081         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1082         (rx-bracket, rx-check-any, rx-any): Clean up name space.
1084         * wdired.el: (wdired-mode-map): Move init into declaration.
1085         Fix `return' binding.
1086         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1087         Use force-mode-line-update.
1088         (wdired-get-filename): Use `unless'.
1089         (wdired-preprocess-files): Don't assume names have no \n and use / for
1090         dir separator.
1091         (wdired-normalize-filename): Use replace-regexp-in-string.
1092         (wdired-load-hooks): Remove.
1093         (wdired-mode-hooks): Rename to wdired-mode-hook.
1095         * info-look.el: Add support for cfengine-mode.
1096         (info-lookup-setup-mode): Use dolist.
1098 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1100         * wdired.el: New file.
1102 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1104         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1106         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1107         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1108         (pcomplete--help, pcomplete--here): Doc fixes.
1110 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1112         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1113         handles wrong-number-of-arguments in backend call.
1115         * vc.el (vc-print-log): Likewise.
1117 2004-04-20  Dave Love  <fx@gnu.org>
1119         * emacs-lisp/rx.el: Doc fixes.
1120         (rx-constituents): Add/extend many forms.
1121         (rx-check): Check form is a list.
1122         (bracket): Defvar.
1123         (rx-check-any, rx-any, rx-check-not): Modify.
1124         (rx-not): Simplify.
1125         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1126         (rx-kleene): Use rx-trans-forms.
1127         (rx-quote-for-set): Delete.
1128         (rx): Allow multiple args.
1130 2004-04-23  Kenichi Handa  <handa@m17n.org>
1132         * international/mule-util.el (char-displayable-p): Simplify by
1133         using internal-char-font.
1135 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1137         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1139 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * diff-mode.el (diff-next-error): New fun.
1142         (diff-mode): Use it.
1144         * simple.el (next-error): Change arg name.
1145         Add support for the documented C-u C-x ` usage.
1147         * frame.el (special-display-popup-frame, next-multiframe-window)
1148         (previous-multiframe-window): Only consider frames on same display.
1150 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
1152         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1153         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1155 2004-04-22  Kim F. Storm  <storm@cua.dk>
1157         * net/telnet.el (telnet): Add optional port arg.
1159 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1162         Minor sanity check on the `hyperlink' slot.
1164         * Makefile.in (recompile): Compile new files.
1166         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1167         Add byte-recompile-directory's optional `arg'.
1169         * cvs-status.el (cvs-tree-use-charset): New var.
1170         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1171         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1172         (cvs-status-cvstrees): Use it.
1174         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1175         Make it a normal major mode.
1176         (checkdoc-buffer-label): Make sure the file name is meaningful.
1177         (checkdoc-output-to-error-buffer): Remove.
1178         (checkdoc-error, checkdoc-start-section): Rewrite.
1180         * info.el (info-node, info-menu-5, info-xref, info-header-node)
1181         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1182         (Info-title-4-face): Use new syntax.
1183         (info-xref-visited): Inherit from info-xref.
1185         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1187 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1189         * simple.el (next-error-last-buffer, next-error-function):
1190         New variables for the next-error framework.
1191         (next-error-buffer-p): New function.
1192         (next-error-find-buffer): Generalize compilation-find-buffer.
1193         (next-error, previous-error, first-error, next-error-no-select)
1194         (previous-error-no-select): Move from compile.el.
1196         * replace.el (occur-next-error, occur-1): Hook into the next-error
1197         framework.
1199         * progmodes/compile.el (compilation-start):
1200         Set next-error-last-buffer so next-error knows where to jump.
1201         (compilation-setup): Set the buffer-local variable
1202         next-error-function to 'compilation-next-error-function.
1203         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1204         alternate way to find if a buffer is a compilation buffer, for
1205         next-error convenience.
1206         (next-error-no-select, previous-error-no-select, next-error)
1207         (previous-error, first-error): Move to simple.el.
1208         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1209         (compilation-last-buffer): Remove.
1210         (compilation-start, compilation-next-error, compilation-setup)
1211         (compilation-next-error-function, compilation-find-buffer):
1212         Remove compilation-last-buffer use.
1214 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1216         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1217         (font-lock-warning-face): Fix spacing.
1219         * makefile.w32-in (WINS): Add url/ directory.
1221 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1223         * desktop.el (desktop-buffer-mode-handlers): New variable.
1224         Alist of major mode specific functions to restore a desktop buffer.
1225         (desktop-buffer-handlers): Make variable obsolete.
1226         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1227         Catch errors signaled in handlers.  Update buffer count.
1228         Evaluate desktop-buffer-point.
1229         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1230         move to dired.el.
1231         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1232         move to info.el.
1233         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1234         move to mail/rmail.el.
1235         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1236         to mh-e/mh-e.el.
1237         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1238         On fail, print message (to message buffer) even if
1239         desktop-missing-file-warning is nil.
1240         (desktop-buffer-misc-data-function): New buffer local variable.
1241         Function returning major mode specific data.
1242         (desktop-buffer-misc-functions): Make variable obsolete.
1243         (desktop-save): Use desktop-buffer-misc-data-function.
1244         (desktop-buffer-dired-misc-data): Rename to
1245         dired-desktop-buffer-misc-data and move to dired.el.
1246         (desktop-buffer-info-misc-data): Rename to
1247         Info-desktop-buffer-misc-data and move to info.el.
1248         (desktop-read): Add message about number of buffers restored/failed.
1249         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1250         Add parameters.  Pause to display error only when
1251         desktop-missing-file-warning is non-nil.
1252         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1253         (dired-mode): Bind desktop-buffer-misc-data-function.
1254         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1255         Add Parameters.
1256         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1257         (Info-mode): Bind desktop-buffer-misc-data-function.
1258         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1259         Add Parameters.
1260         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1261         Add Parameters.
1263 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1265         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1266         the case of letters in case-insensitive expansions when the
1267         abbrev is preceded by characters with letter syntax.
1269 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1271         * progmodes/cperl-mode.el (cperl-putback-char):
1272         Delete Emacs 18 definition.
1274         * international/mule.el (ctext-post-read-conversion):
1275         Use assoc-string, not assoc-ignore-case.
1277         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1279         * emacs-lisp/easymenu.el (easy-menu-add):
1280         Do call x-popup-menu, but only if it's defined.
1282         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1284         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1285         Handle multiple args: compile like progn.
1287         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1288         take all args as &rest arg.
1290         * autoinsert.el (auto-insert-alist): Insert the user's name in
1291         copyright notice, rather than Free Software Foundation.
1293 2004-04-21  Kenichi Handa  <handa@m17n.org>
1295         * descr-text.el (describe-char): Make it work on *Help* buffer.
1297 2004-04-21  Kim F. Storm  <storm@cua.dk>
1299         * image.el (insert-image): Add optional SLICE arg.
1300         (insert-sliced-image): New defun.
1302 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1304         * subr.el (read-number): Check whether `default' is nil.
1306 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1308         * progmodes/compile.el (compilation-error-properties):
1309         Split into two.
1310         (compilation-internal-error-properties): New one.
1311         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
1313 2004-04-20  Richard M. Stallman  <rms@gnu.org>
1315         * window.el (split-window-save-restore-data):
1316         Don't update the data if OLD-INFO is nil.
1318         * view.el (view-return-to-alist): Mark it permanent local.
1320         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1322         * recentf.el (recentf-save-list): Catch and warn about errors.
1324         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1325         so "Buffers" won't be pure.
1327         * help-mode.el (help-mode-finish): Set help-return-alist first
1328         thing, setting only the entry for the selected window.
1330         * help-fns.el (describe-function-1): If many non-control non-meta
1331         keys run the command, don't list all of them.
1333 2004-04-20  Juanma Barranquero  <lektu@terra.es>
1335         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1336         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
1338         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1340 2004-04-20  Kenichi Handa  <handa@m17n.org>
1342         * international/quail.el (quail-lookup-key): New optional arg
1343         NOT-RESET-INDICES.
1344         (quail-get-translations): Call quail-lookup-key with
1345         NOT-RESET-INDICES t.
1346         (quail-completion): Likewise.
1347         (quail-lookup-map-and-concat): Likewise.
1349 2004-04-20  Kenichi Handa  <handa@m17n.org>
1351         * international/quail.el (quail-update-translation): Don't insert
1352         such an unsupported multibyte char in a unibyte buffer.
1354 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
1356         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1357         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1358         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1359         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1360         (gdb-frame-assembler-buffer): Improve behaviour with
1361         multiple frames.
1362         (gdb-display-buffer): Extend search to all visible frames.
1364 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
1366         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1367         characters left after base64 decoding.
1368         (rmail-decode-region): Use -dos variety of `coding', to remove any
1369         ^M characters left after qp or base64 decoding.
1371 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1373         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1374         messages.
1376 2004-04-19  Stephen Eglen  <stephen@gnu.org>
1378         * add-log.el (add-change-log-entry): Update doc string to mention
1379         add-log-full-name and add-log-mailing-address.
1381 2004-04-18  Juri Linkov  <juri@jurta.org>
1383         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1384         (Info-find-node-2): Simplify error message.
1385         (Info-insert-dir): Use Info-following-node-name.
1386         (Info-goto-node): Remove *info-history* and *info-toc*.
1387         (Info-history): Create a node of the virtual history file.
1388         (Info-toc): Create a node of the virtual toc file.
1389         (Info-insert-toc): New arg `curr-file' for reference file names.
1390         (info-apropos): Remove redundant var binding for temp-file.
1391         (Info-index, Info-index-next, Info-mode): Doc fix.
1392         (Info-goto-emacs-command-node): Don't jump to *info* from
1393         non-*info* Info buffers.
1394         (Info-fontify-node): Don't show the file name of external
1395         references if `Info-hide-note-references' is `hide'.  Don't hide
1396         newlines at the end of paragraphs.
1398         * international/mule-diag.el (list-input-methods):
1399         Fix args to help-xref-button.
1401         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1402         to put into effect local variables from TUTORIAL files.
1404         * textmodes/paragraphs.el (sentence-end) <function>: New fun
1405         with default value taken from the variable `sentence-end'.
1406         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
1407         Add nil const to :type.
1408         (sentence-end-without-period, sentence-end-double-space)
1409         (sentence-end-without-space): Doc fix.
1411         * textmodes/paragraphs.el (forward-sentence):
1412         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1413         (fill-delete-newlines):
1414         * progmodes/cc-cmds.el (c-beginning-of-statement):
1415         Use function `sentence-end' instead of variable `sentence-end'.
1417 2004-04-18  Andreas Schwab  <schwab@suse.de>
1419         * progmodes/compile.el (compilation-start): Set window start to
1420         point-min if compilation-scroll-output is nil.
1422 2004-04-18  John Wiegley  <johnw@newartisans.com>
1424         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1426 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
1428         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1429         (gdb-info-breakpoints-custom): Revert previous change.
1430         (gdb-view-assembler): Update assembler if necessary.
1431         (gdb-frame-handler): Parse correctly for gdb-current-frame.
1432         (gdb-display-source-buffer): Update properly when both source and
1433         assembler are visible.
1435 2004-04-17  John Wiegley  <johnw@newartisans.com>
1437         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1438         which limits the number of names shown in the minibuffer.  Off by
1439         default.
1440         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
1441         up iswitchb for users with a multitude of open buffers by showing
1442         only the first and last N/2 buffers in the completion list (which
1443         is enough to aid C-s/C-r, and to know that more characters are
1444         needed to refine the completion list).
1446 2004-04-17  Richard M. Stallman  <rms@gnu.org>
1448         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1449         (file-truename): Expand all ~ constructs directly.
1450         (insert-directory): Delete any error msg output by the
1451         `insert-directory-program'.
1453         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1454         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1455         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1456         (allout-init): Use find-file-hook, not find-file-hooks.
1457         (allout-mode): Eliminate Emacs 18 support.
1458         Use write-contents-functions, not local-write-file-hooks.
1460 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
1462         * progmodes/compile.el (compilation-error-properties): Fix for
1463         adding messages when there are already markers for their file.
1464         (compilation-fake-loc): New function.
1466 2004-04-16  Dave Love  <fx@gnu.org>
1468         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1469         (python-load-file): Fix python-orig-start setting.
1471         * progmodes/compile.el: Doc fixes.
1472         (compilation-error-regexp-alist-alist)
1473         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1474         (compilation-assq): Wrap in eval-when-compile.
1475         (compilation-mode-font-lock-keywords): Don't use list*.
1476         (compilation-start): Avoid warning.
1477         (compilation-compat-error-properties)
1478         (compilation-directory-properties): Add keymap property.
1479         (compilation-parsing-end): Make it a marker for better compatibility.
1481         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1483 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
1485         * xml.el: Doc fixes.
1486         (xml-get-children): Only looks at sub-tags and ignore strings.
1488         * xml.el (xml-parse-tag): Avoid overwriting node-name.
1490 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * url/url-util.el (url-debug): Use with-current-buffer.
1494         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1495         (url-nfs-create-wrapper): Use new backquote syntax.
1497         * url/url-https.el (url-https-file-attributes): Add id-format param.
1499         * url/url-http.el (url-http-head-file-attributes)
1500         (url-http-file-attributes): Add id-format parameter.
1502         * url/url-handlers.el: Use new find-file-hook.
1503         (url-file-attributes): Add id-format parameter.
1505         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1506         (url-file-file-attributes): Add id-format parameter.
1508         * url/url-dav.el: Use with-current-buffer.
1509         (url-dav-process-response): Fix regexps and spurious quote.
1510         (url-dav-file-attributes): Add id-format param.
1512         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1514 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
1516         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1518         * vc.el (vc-print-log): Likewise.
1520 2004-04-16  Masatake YAMATO  <jet@gyve.org>
1522         * simple.el (completion-setup-function): Set an initial value
1523         to `element-common-end' before entering loop.  Set a value
1524         to `element-common-end' at the end of loop.
1525         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
1526         (completions-common-part): Rename from completion-de-emphasis.
1527         (completions-first-difference): Rename from completion-emphasis.
1528         Suggested by RMS.
1530 2004-04-16  Juanma Barranquero  <lektu@terra.es>
1532         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1533         (bookmark-edit-annotation-mode): Add mode name.
1535 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1538         for nested conflict markers.
1539         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1541 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
1543         * progmodes/gdb-ui.el (gdb-goto-info): New function.
1545         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1547 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1550         Give a backtrace if requested.
1552         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1554         * progmodes/python.el (python-mouse-2-command, python-RET-command):
1555         Remove unused functions.
1556         (python-orig-start-line, python-orig-file): Remove.
1557         (python-orig-start): New var.
1558         (python-input-filter, python-compilation-line-number)
1559         (python-send-region, python-load-file): Use it.
1561         * info.el (info): Always jump to *info*.
1563         * subr.el (posn-set-point): New function.
1565         * mouse.el (mouse-set-point): Use it.
1567         * progmodes/compile.el (compile-goto-error): Use it.
1568         (compilation-button-map): New keymap.
1569         (compilation-error-properties): Use it.
1570         (compilation-shell-minor-mode-map): Don't bind mouse-2.
1572         * smerge-mode.el (smerge-popup-context-menu): Use it.
1574         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1575         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1576         mouse and non-mouse case.
1578         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1579         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1581         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1582         Make it work for non-mouse events.
1584         * pcvs-info.el (cvs-status-map): Update binding name.
1586 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
1588         * xml.el (xml-maybe-do-ns): New function to handle namespace
1589         parsing of both attribute and element names.
1590         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1591         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1592         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
1593         (xml-parse-attlist): Make it do its own namespace parsing.
1595 2004-04-14  Dave Love  <fx@gnu.org>
1597         * progmodes/python.el (run-python): Fix use of \n.
1598         (python-load-file): Remove `try' from Python fragment.
1599         (python-describe-symbol): Fix message.
1601         * comint.el: Doc fixes.
1602         (comint-last-input-start, comint-last-input-end)
1603         (comint-last-output-start): Give them values.
1604         (comint-arguments): Avoid warning.
1605         (comint-skip-prompt): Use line-end-position.
1606         (comint-backward-matching-input): Rename arg to agree with doc.
1607         (comint-extract-string): Use syntax-ppss.
1608         (comint-dynamic-simple-complete): Delete useless list construction.
1609         (comint-redirect-subvert-readonly): New.
1610         (comint-redirect-preoutput-filter): Use it.
1612         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1613         Correctly handle negative arguments when calling hook functions.
1615 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
1617         * info.el (info-apropos): Don't clobber Info-history-list.
1619 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
1621         * progmodes/compile.el (compilation-setup):
1622         Localize overlay-arrow-position.
1623         (compilation-sentinel): Restructure code equivalently.
1624         (compilation-next-error): Find message on same line after point if
1625         not found before point.
1626         (compile-mouse-goto-error): Restore function so that compilation
1627         buffer need not be current and use compile-goto-error.
1628         (compile-goto-error): Restore function.
1629         (next-error): Set overlay-arrow-position.
1630         (compilation-forget-errors): Don't localize already local
1631         compilation-locs and remove FIXME about refontifying.
1633 2004-04-14  Kim F. Storm  <storm@cua.dk>
1635         * startup.el (emacs-quick-startup): New defvar (set by -Q).
1636         (command-line): New option -Q.  Like -q --no-site-file, but
1637         in addition it also disables menu-bar, tool-bar, scroll-bars,
1638         tool-tips, and the blinking cursor.
1639         (command-line-1): Skip startup screen if -Q.
1640         (fancy-splash-head): Use ":align-to center" prop to center splash image.
1642         * emulation/cua-base.el (cua-read-only-cursor-color)
1643         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1645 2004-04-13  Dave Love  <fx@gnu.org>
1647         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
1648         (syntax): Don't require.
1649         (python) <defgroup>: Add :version.
1650         (python-quote-syntax): Re-written.
1651         (inferior-python-mode): Move stuff here from run-python and add
1652         some more.
1653         (python-preoutput-continuation, python-preoutput-result)
1654         (python-dotty-syntax-table): New.
1655         (python-describe-symbol): Use them.
1656         (run-python): Move stuff to inferior-python-mode.  Modify code
1657         loaded into Python.
1658         (python-send-region): Use python-proc, python-send-string.
1659         (python-send-string): Send newlines too.  Callers changed.
1660         (python-load-file): Re-written.
1661         (python-eldoc-function): New.
1662         (info-look): Don't require.
1663         (python-after-info-look): New.  A modified version of former
1664         top-level code for use with eval-after-load.
1665         (python-maybe-jython, python-guess-indent): Use widened buffer.
1666         (python-fill-paragraph): Re-written.
1667         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
1668         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
1670 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1672         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1673         Set compilation-error-regexp-alist earlier.
1675         * progmodes/compile.el (compilation-minor-mode-map)
1676         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1677         (compile-goto-error): Re-merge the mouse and non-mouse commands.
1679 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * progmodes/compile.el (compile-goto-error): Select the buffer/window
1682         corresponding to the event.
1684         * url/url.el (url-retrieve): Use with-current-buffer.
1686         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1687         Remove unused var `version'.
1689         * url/url-handlers.el (url-handler-mode): New minor mode.
1690         (url-setup-file-name-handlers): Remove.
1692 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
1694         * loadup.el: Add cygwin to system-type list, for unexec() support.
1696 2004-04-12  John Paul Wallington  <jpw@gnu.org>
1698         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1699         (ibuffer-restore-window-config-on-quit): New variable to replace
1700         `ibuffer-delete-window-on-quit'.  Update all references.
1701         (ibuffer-prev-window-config): New variable.
1702         (ibuffer-quit): Restore previous window configuration instead of
1703         deleting window.
1704         (ibuffer): Save window configuration before showing Ibuffer buffer.
1706         * help.el (describe-mode): Doc fix.
1708         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1709         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1711 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1714         not to treat nil as a function.
1716         * vc-arch.el (vc-arch-root): Be a bit more careful.
1717         (vc-arch-register): Save the buffer if we modified it.
1718         (vc-arch-delete-rej-if-obsolete): Save excursion.
1719         (vc-arch-find-file-hook): Use the simpler after-save-hook.
1720         (vc-arch-responsible-p, vc-arch-init-version): New functions.
1722         * net/ldap.el (ldap-search): Use list*.
1724 2004-04-12  Juri Linkov  <juri@jurta.org>
1726         * info.el (Info-follow-reference): Allow multiline reference name.
1728 2004-04-11  Dave Love  <fx@gnu.org>
1730         * url/url-mailto.el (url-mailto):
1731         * url/url-history.el (url-history-setup-save-timer):
1732         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1734         * url/url-file.el (url-file-build-filename): Don't use
1735         directory-sep-char.
1737         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1739         * url/url-about.el (url-scheme-registry): Defvar.
1740         (url-about): Use text/plain.
1742         * url/url-vars.el (cl): Don't require.
1743         (url): Add :version.
1744         (url-bug-address): Use bug-gnu-emacs.
1746         * url/url-util.el (url-hexify-string): Don't give multibyte error
1747         for char <16.
1748         (mail-header-extract): Autoload.
1750         * url/url-parse.el: Doc fixes.
1752         * url/url-ldap.el (ldap): Require.
1753         (url-ldap): Fix `format' call.
1754         (url-ldap-certificate-formatter): Avoid warning.
1756         * url/url-https.el (url-https-create-secure-wrapper): Use modern
1757         backquotes.
1759         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1760         (url-intersection): New.
1761         (url-dav-supported-p): Use it.
1762         (url-dav-save-resource): Declare url-http-response-status special.
1764         * url/url-cache.el (url-util): Require.
1766         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1768         * progmodes/python.el: New file.
1770 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
1772         * vc-hooks.el (vc-arg-list): Function removed.
1773         (vc-default-workfile-unchanged-p): Use condition-case to check for
1774         backward compatibility.
1776         * vc.el (vc-print-log): Use condition-case to check for backward
1777         compatibility.
1779 2004-04-11  Juri Linkov  <juri@jurta.org>
1781         * dired.el (dired-faces): New defgroup.
1782         (dired-header, dired-mark, dired-marked, dired-flagged)
1783         (dired-warning, dired-directory, dired-symlink, dired-ignored):
1784         New faces.
1785         (dired-header-face, dired-mark-face, dired-marked-face)
1786         (dired-flagged-face, dired-warning-face, dired-directory-face)
1787         (dired-symlink-face, dired-ignored-face): New face variables.
1788         (dired-font-lock-keywords): Use them instead of font-lock faces.
1789         Split the rule for dired marks into 3 separate rules: for marks,
1790         marked file names and flagged file names.
1792         * help-mode.el (help-make-xrefs): Add a final newline to the
1793         *Help* buffer.
1795 2004-04-11  John Paul Wallington  <jpw@gnu.org>
1797         * replace.el (occur-engine): Distinguish between one and several
1798         matches in the matches per buffer heading.
1800 2004-04-11  Kim F. Storm  <storm@cua.dk>
1802         * ido.el (ido-confirm-unique-completion): New defcustom.
1803         (ido-complete): Use it.
1804         (ido-write-file): Set it to t unconditionally.
1806 2004-04-10  Miles Bader  <miles@gnu.org>
1808         RCS keyword removal (only non-comment changes are enumerated here):
1810         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1811         (byte-compile-insert-header): Don't use `byte-compile-version'.
1812         * url/url-vars.el (url-version): Use the constant string "Emacs"
1813         instead of calculating something from the RCS `State' keyword
1814         [the latter is almost entirely useless anyway].
1815         * forms.el (forms-version): Variable removed.
1816         (forms-mode): Don't use `forms-version'.
1817         * recentf.el (recentf-version): Variable removed.
1818         * progmodes/delphi.el (delphi-version): Variable removed.
1819         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1821 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1825 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
1827         * info.el (info-apropos): Improve menu item regexp.
1829 2004-04-09  Simon Josefsson  <jas@extundo.com>
1831         * mail/smtpmail.el: Add comment, based on report by
1832         kdc@rcn.com (Kevin D. Clark).
1834 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1837         Redo one more thing that I didn't notice Daniel had undone.
1839 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
1841         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1842         (gdb-goto-breakpoint, gdb-display-buffer)
1843         (gdb-display-source-buffer, gdb-view-source-function)
1844         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1845         (gdb-source-info, gdb-frame-handler): Don't specify a window
1846         for display.
1847         (gdb-info-breakpoints-custom): Remove superfluous update of
1848         assembler buffer.
1849         (gdb-many-windows): Make settable outside gdb.
1851 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1853         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1854         Derive from fundamental-mode rather than text-mode.
1856 2004-04-08  Juri Linkov  <juri@jurta.org>
1858         * info.el (Info-history): Doc fix.
1859         (Info-history-list): New var.
1860         (info-xref): Change magenta4 to blue, remove bold for dark and
1861         light backgrounds, change bold to underline for non-color classes.
1862         (info-xref-visited): New face.
1863         (Info-fontify-visited-nodes): New custom.
1864         (Info-hide-note-references): Add new value `hide'.  Doc fix.
1865         (Info-reference-name): New var.
1866         (Info-selection-hook): New custom.
1867         (Info-edit-mode-hook): New var.
1868         (Info-find-file): New fun.
1869         (Info-find-node): Move part of code to Info-find-file.
1870         (Info-find-node-2): Add anchors to Info-history-list.  Move point
1871         to the place with the reference name if name is defined.
1872         (Info-select-node): Add current node to Info-history-list.
1873         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1874         (Info-search-whitespace-regexp): New custom.
1875         (Info-search-case-fold): New var.
1876         (Info-search): Add "case-sensitively" to the prompt.
1877         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
1878         (Info-search-case-sensitively, Info-search-next): New fun.
1879         (Info-up): Move point to the menu item of the current node.
1880         (Info-history): New fun.  Add *info-history* to
1881         same-window-buffer-names.
1882         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
1883         (Info-insert-toc): New fun.
1884         (Info-build-toc): New fun.
1885         (Info-follow-reference): Add new arg `fork'.  Doc fix.
1886         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
1887         with the same name prefer the reference closest to point.
1888         (Info-next-reference): Replace * by + in the *Note regexp.
1889         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1890         (Info-prev-reference): Replace * by + in the *Note regexp.
1891         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1892         (Info-follow-nearest-node): Add new arg `fork'.
1893         (Info-try-follow-nearest-node): Add new arg `fork'.
1894         Call browse-url for http:// and ftp:// references.
1895         Set Info-reference-name for index entries.
1896         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1897         Info-search-next, Info-history, Info-toc, clone-buffer.
1898         (Info-menu-update): Replace * by + in the *Note regexp.
1899         (Info-mode): Add documentation for Info-history, Info-toc,
1900         Info-search-case-sensitively, Info-search-next, clone-buffer.
1901         (Info-fontify-menu-headers): Remove fun.  Move code to
1902         Info-fontify-node.
1903         (Info-fontify-node): Add docstring.  Add local vars
1904         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
1905         then fontify header line, titles, menu headers, http and ftp
1906         references, refill paragraphs.  If not-fontified-p is t or
1907         fontify-visited-p is t then fontify cross references, menu items.
1908         Fontify menu headers.  Fontify http and ftp references.
1909         Change regexp for cross references to require whitespace after *Note,
1910         add matching groups for file and node names.  Remove hack for quote.
1911         Use display property for Info-hide-note-references=t.  Use fifth
1912         or fourth match for help-echo.  Display visited nodes in a
1913         different face.  Unhide file names of external references.
1914         Unhide newlines.  Display visited menu items in a different face.
1916 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1918         * progmodes/compile.el: Require CL.
1919         (compilation-mode-font-lock-keywords): Re-install the "line as
1920         function" patch.
1922         * help-fns.el (help-C-source-directory): New var.
1923         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1924         (describe-function-1, describe-variable): Use them.
1926         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1927         to C source files specially.
1929 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1931         * info.el (Info-hide-cookies-node): New function.
1932         (Info-select-node): Use it.
1933         (Info-display-images-node): Remove message with image file name.
1935 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1937         * progmodes/compile.el (compilation-warning-face)
1938         (compilation-info-face, compilation-skip-threshold)
1939         (compilation-skip-visited, compilation-context-lines):
1940         Declare :version when added to Emacs.
1941         (compilation-error-regexp-alist-alist): Extend caml and irix.
1942         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1943         (compilation-mode-font-lock-keywords): Temporarily undo line as
1944         function patch, which wasn't ready.
1946 2004-04-07  Kenichi Handa  <handa@m17n.org>
1948         * international/latin1-disp.el (latin1-display-setup): Check each
1949         character is displayable or not instead of calling
1950         latin1-display-check-font.
1952 2004-04-06  Kenichi Handa  <handa@m17n.org>
1954         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1955         New variable.
1956         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1957         instead of sera-being-called-by-w3.
1958         (ethio-fidel-to-sera-buffer): Likewise.
1959         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1960         instead of sera-being-called-by-w3.
1961         (ethio-write-file): Likewise.
1963 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1965         * printing.el: Dox fix.
1967 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1969         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1970         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1971         (gdb-setup-windows): Only use separate IO buffer if required.
1973 2004-04-06  Kim F. Storm  <storm@cua.dk>
1975         * term.el (term-is-xemacs): Remove.
1976         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1977         (term-window-width): New function.
1978         (term-mode, term-check-size): Use it.
1979         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1981 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1983         * cus-edit.el (custom-add-parent-links): Change unbound variable
1984         `symbol' to `name'.
1986 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1987         * info.el (info-apropos): New function.
1988         (Info-mode-menu): Add it.
1989         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1991         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1992         inherited docstring.
1994         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1996 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2000         * progmodes/compile.el (font-lock): Don't require any more.
2001         (compilation-error-properties, compilation-start, compilation-sentinel)
2002         (compilation-filter, next-error): Use with-current-buffer.
2003         (compilation-skip-to-next-location, compilation-skip-threshold)
2004         (compilation-skip-visited): Move to silence the byte-compiler.
2005         (compilation-setup): Simplify.
2006         (compilation-next-error): Use line-(beginning|end)-position.
2007         Make sure `pt' is non-nil before using compilation-loop.
2008         (compile-goto-error): Add optional event arg.  Use it.
2009         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2010         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2011         Update the binding for mouse-2.
2012         (first-error): Set compilation-current-error to nil rather than bob.
2013         (compilation-parsing-end, compilation-parse-errors-function)
2014         (compilation-error-list, compilation-old-error-list):
2015         "New" compatibility variables.
2016         (compile-buffer-substring, compilation-compat-error-properties)
2017         (compilation-compat-parse-errors, compilation-forget-errors):
2018         New compatibility functions.
2019         (compilation-mode-font-lock-keywords): Use them.
2021 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2023         * autorevert.el (auto-revert-handler): If point (or a window
2024         point) is at the end of the buffer, keep it there after
2025         reverting.  This allows to tail a file.
2026         Mention this in the `Commentary'.
2028         * format.el (format-write-file): Add optional argument CONFIRM
2029         and make it behave like the analogous argument to `write-file'.
2031 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2033         * progmodes/ebnf2ps.el: Doc fix.
2034         (ebnf-version): New version number (4.2).
2035         (ebnf-syntax): Customization and docstring fix.
2036         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2037         Put autoloaded funs before first use.
2038         (ebnf-style-database): Add dtd entry.
2039         (ebnf-syntax-alist): Add dtd initialization.
2040         (ebnf-token-sequence): New fun.
2041         (ebnf-comment-table): Add new comment action character.
2042         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2044         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2045         Type Definition for XML).
2047         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2048         * progmodes/ebnf-bnf.el (ebnf-sequence):
2049         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2050         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2051         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2052         Code simplification: call ebnf-token-sequence.
2054 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
2056         * calendar/timeclock.el (timeclock-relative)
2057         (timeclock-get-project-function, timeclock-get-workday-function)
2058         (timeclock-query-out, timeclock-when-to-leave)
2059         (timeclock-when-to-leave-string, timeclock-log-data)
2060         (timeclock-generate-report, timeclock-in): Doc fixes.
2062 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2064         * url: Import the URL package from its repository.
2066         * url/url-methods.el:
2067         * url/url-parse.el: Don't require url-auto.
2069 2004-04-03  Andreas Schwab  <schwab@suse.de>
2071         * diff-mode.el (diff-mode): Fix missing quote.
2073 2004-04-03  Juri Linkov  <juri@jurta.org>
2075         * descr-text.el (describe-property-list): Add `font-lock-face'.
2077         * dired.el (dired-font-lock-keywords): Fix permission regexps.
2079 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2081         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2082         Use utf-16le on little endian machines and utf-16be otherwise.
2084 2004-04-02  David Kastrup  <dak@gnu.org>
2086         * net/browse-url.el (browse-url-generic): Use call-process
2087         instead of start-process to allow browsers that fork and detach.
2089 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2091         * compile.el (compilation-current-error): New var.
2092         (compilation-setup, compile-mouse-goto-error)
2093         (compile-goto-error, next-error): Use it.
2094         (compilation-skip-to-next-location): Default to t, which gives
2095         contiguous skipping like old compile (where this was redundant).
2096         (compilation-next-error): Prevent previous-* commands from moving
2097         back to message at or just before point.
2099 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2101         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2102         (gdb-source-info): Don't display source at startup, if required.
2103         (gdb-show-main): New option.
2104         (gdba): Update documentation.
2105         (gdb-source): Cover case of auto-display output.
2107 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2109         * autorevert.el: Delete obsolete autoload's and defvar's.
2110         (auto-revert-check-vc-info): New user option.
2111         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2112         (auto-revert-handler-vc): Delete.
2113         (auto-revert-handler): Treat return value `fast' of
2114         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2116         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2117         return `fast'.
2119         * files.el (buffer-stale-function): Doc change.
2121 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2123         * printing.el: New tip on Tips section.
2124         (pr-version): New version number (6.7.4).
2125         (pr-shell-file-name): Initialization fix.
2127 2004-03-31  Juri Linkov  <juri@jurta.org>
2129         * dired.el: Add autoload for `dired-do-touch'.
2130         (dired-touch-program): New var.
2131         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2132         (dired-no-confirm): Add `touch' to docstring.
2134         * dired-aux.el (dired-do-touch): New fun.
2135         (dired-do-chxxx): Add argument -t for touch operation.
2137         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2138         `dired-move-to-filename-regexp'.
2140 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2142         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2144 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2146         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2147         and only if the buffer was modified.
2149 2004-03-30  Kenichi Handa  <handa@m17n.org>
2151         * international/characters.el: Delete pairs for U+2308..U+230B.
2153 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
2155         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2156         to detect the beginning of a level 2 or 3 annotation.
2158 2004-03-29  Kenichi Handa  <handa@m17n.org>
2160         * international/ucs-tables.el (ucs-insert): Fix the error message.
2162 2004-03-29  Kenichi Handa  <handa@m17n.org>
2164         * international/mule-util.el (char-displayable-p): Fix generation
2165         of XLFD file name.
2167         * Makefile.in (setwins, setwins_almost): Change directory to $wd
2168         before finding directories by `find'.
2170 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * subr.el (interactive-form): Delete.  Now implemented in C.
2174         * pcvs.el (cvs-parse-process): Workaround for Darwin.
2176         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2177         (vc-diff-label): New fun.
2178         (vc-diff-internal): Use it.
2180         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2182 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2184         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2186         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2187         specify XML (EBNFX).
2189         * progmodes/ebnf2ps.el: Doc fix.
2190         (ebnf-version): New version number (4.1).
2191         (ebnf-syntax): Adjust customization.
2192         (ebnf-style-database): Add ebnfx entry.
2193         (ebnf-syntax-alist): Add ebnfx initialization.
2194         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2196         * printing.el: Doc fix.
2197         (pr-version): New version number (6.7.3).
2198         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2199         returns nil for mouse position.  Reported by Drew Adams
2200         <drew.adams@oracle.com>.
2201         (pr-update-menus): Modify interactive declaration.  Reported by Drew
2202         Adams <drew.adams@oracle.com>.
2204 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2206         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2207         (gud-gdba-marker-filter): Log the process input and output, if
2208         required.  From Stefan Monnier.
2209         (gdb-debug-log, gdb-enable-debug-log): New variables.
2210         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2212 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2215         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
2217 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2219         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2220         Call vc-find-file-hook here instead of in auto-revert-buffers.
2221         (auto-revert-buffers): Delete call to vc-find-file-hook.
2222         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2223         (global-auto-revert-mode, auto-revert-set-timer)
2224         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2226 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2228         * woman.el (woman-change-fonts): Rename local variable
2229         woman-font-alist to font-alist to avoid a compiler warning.
2231 2004-03-27  Dave Love  <fx@gnu.org>
2233         * emacs-lisp/rx.el (rx): Doc fix.
2234         Fix copyright years.
2236         * strokes.el (strokes-global-set-stroke-string): New function.
2237         (strokes-list-strokes): Cope with strings, not just commands.
2238         Set foreground colour of image.
2239         (strokes-global-set-stroke): Doc fix.
2241 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2243         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2244         Auto Revert mode.
2245         (Buffer-menu-files-only): New variable.
2246         (Buffer-menu-toggle-files-only): New function.
2247         (Buffer-menu-mode-map): Bind it to `T'.
2248         (Buffer-menu-mode): Mention `T' in docstring.
2249         Set buffer-stale-function.
2250         (list-buffers-noselect): Mark buffer non-modified and set
2251         Buffer-menu-files-only.
2253         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2255         * autorevert.el (auto-revert-handler): Print revert message
2256         before, rather than after, reverting.
2257         (buffer-stale-function): Move to files.el.
2259         * files.el (buffer-stale-function): Move here from autorevert.el.
2261 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2265         * calc/calc.el (calc-mode-map): Use mapc.
2267         * apropos.el (apropos-mode): Don't autoload.
2268         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2269         (apropos): Use it.
2270         (apropos-print): Add optional `text' argument.
2271         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2272         Don't assume point-min == 1.
2274         * bs.el (bs-buffer-list): Use buffer-local-value.
2275         (bs--set-toggle-to-show): Use with-current-buffer.
2277         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2278         New funs.
2279         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2281         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2283         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2284         (dabbrev--find-expansion): Use pop.
2285         (dabbrev--search): Use match-string-no-properties.
2287         * dired.el (dired-mode): Use run-mode-hooks.
2288         (dired-move-to-end-of-filename): Use match-string.
2290         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2291         is bound before using it.
2292         (ediff-verbose-p): Make it into a var since it's not constant.
2294         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2296         * faces.el (read-face-font): Don't cons up unnecessarily.
2297         (header-line, tool-bar): Share common parts.
2299         * files.el (file-relative-name): Use compare-strings.
2301         * finder.el (finder-mode): Follow coding convention.
2303         * subr.el (read-number): New function.
2305         * ses.el (ses-read-number): Move to subr.el.
2306         (ses-set-header-row): Use read-number.
2308 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
2310         * vc-hooks.el (vc-arg-list): New function, which handles both
2311         compiled and uncompiled code.
2312         (vc-default-workfile-unchanged-p): Use it.
2314         * vc.el (vc-print-log): Undo prev change, use new function
2315         vc-arg-list from vc-hooks.el.
2317 2004-03-26  Masatake YAMATO  <jet@gyve.org>
2319         * simple.el (completion-setup-function): Emphasize the
2320         first uncommon characters in the completions; and de-emphasize
2321         the common prefix substrings.
2322         (completion-emphasis): New face.
2323         (completion-de-emphasis): New face.
2325 2004-03-25  Juanma Barranquero  <lektu@terra.es>
2327         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2328         Comment out (it's unused and unfinished code).
2330 2004-03-25  Sam Steingold  <sds@gnu.org>
2332         * vc.el (vc-print-log): Fix a bug in the last patch:
2333         backend-function may be a byte-compiled object, not a lambda.
2335 2004-03-25  Juri Linkov  <juri@jurta.org>
2337         * descr-text.el (describe-property-list): Add a button
2338         for `face' property that calls `describe-face'.
2339         Suggested by luis fernandes <elf@ee.ryerson.ca>
2341         * international/mule.el (keyboard-coding-system):
2342         * kmacro.el (kmacro-call-macro): Fix docstring.
2344         * dired.el: Fix comments.
2346         * textmodes/fill.el (fill): Fix Info link.
2348         * font-lock.el (fast-lock, lazy-lock):
2349         * jit-lock.el (jit-lock): Remove links to removed Support Modes
2350         Info node.
2352         * eshell/eshell.el (eshell): Fix broken info-link.
2354         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2355         * eshell/em-banner.el (eshell-banner):
2356         * eshell/em-smart.el (eshell-smart):
2357         * eshell/esh-cmd.el (eshell-cmd):
2358         Comment out broken info-links to incomplete Info manual.
2360         * info-xref.el: Fix commentary.
2362 2004-03-25  Kevin Ryde  <user42@zip.com.au>
2364         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2365         Remove spurious node duplicate suppression, doesn't work, not wanted.
2366         (info-xref-output): Take format style args, add "sit-for 0" to let
2367         user see the results as they progress.
2368         (info-xref-check-all-custom): New function.
2370 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
2372         * gdb-ui.el: Moved to progmodes.
2374 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2378 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2380         * calendar/appt.el (appt-check): Remove superfluous progn.
2381         When finished with diary buffer: if it was not being displayed
2382         before, kill it; otherwise restore its original state.
2383         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2385         * calendar/calendar.el (calendar-set-mode-line): Use total
2386         available mode-line width, rather than frame-width.
2388         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2389         after mode change so effect not lost.
2391 2004-03-23  Dave Love  <fx@gnu.org>
2393         * dired.el (dired) <defgroup>: Add link to manual.
2394         (dired-font-lock-keywords): Add highlighting on unusual permissions.
2395         (dired-revert): Use dolist.
2396         (dired-mode-map): Add U binding.
2397         (dired-mode): Add font-lock-beginning-of-syntax-function.
2398         (dired-garbage-files-regexp): Make it a defcustom.
2400 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2403         is equivalent to nil.
2404         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2405         (vc-arch-mode-line-string): Accept `added' state.
2406         (vc-arch-state): Use inode-sigs if available.
2407         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2408         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
2409         (vc-arch-tagline-re): New var.
2410         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2411         New functions.
2412         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2413         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2415         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2416         (vc-file-not-found-hook): Use it.
2418         * diff-mode.el (diff-default-read-only): Change default.
2419         (diff-mode-hook): Make it a defcustom.  Add some options.
2420         (diff-mode-map): Bind diff-refine-hook.
2421         (diff-yank-handler): New var.
2422         (diff-yank-function): New fun.
2423         (diff-font-lock-keywords): Use them.
2424         (diff-end-of-file): Handle case where file-header looks like diff text.
2425         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2426         (diff-file-kill): Delete a subsequent empty line, if applicable.
2427         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2428         (diff-find-file-name): Use it.
2429         (diff-tell-file-name): New command.
2430         (diff-mode): Be careful with view-mode.
2431         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2432         New functions, for use in diff-mode-hook.
2433         (diff-find-source-location): Catch "regex too large" errors.
2434         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2435         (diff-refine-hunk): New command.
2437         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2438         (smerge-context-menu-map): Remove unused var.
2439         (smerge-keep-all): Preserve markers.
2440         (smerge-keep-n): New fun.
2441         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2442         (smerge-keep-current, smerge-ediff): Use it.
2443         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
2444         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2445         (smerge-resolve): Resolve trivial 3-part conflicts.
2447 2004-03-23  Juri Linkov  <juri@jurta.org>
2449         * man.el (Man-width): New var.
2450         (Man-getpage-in-background): Use it.
2451         (Man-support-local-filenames): New var and fun.
2452         (Man-build-man-command): Don't add a second %s.
2453         (Man-fontify-manpage): Clean up message.
2454         (Man-mode): Set outline-regexp, outline-level,
2455         imenu-generic-expression.
2457         * woman.el (woman-fill-frame): Doc fix.
2458         (woman-decode-region): Use window-width instead of frame-width.
2460         * abbrevlist.el (list-one-abbrev-table):
2461         * descr-text.el (describe-char):
2462         * international/mule-diag.el (describe-current-coding-system):
2463         * international/quail.el (quail-insert-decode-map):
2464         Use window-width instead of frame-width.
2466         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2467         (jka-compr-mode-alist-additions): Add tbz.
2468         (jka-compr-write-region, jka-compr-insert-file-contents):
2469         Add message for undefined compress-program.
2470         (jka-compr-write-region): Remove redundant var bindings.
2472         * dired-x.el (dired-guess-shell-alist-default): Add choices for
2473         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
2474         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2475         (dired-man): Use dired-guess-shell-command.
2476         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2477         Change default nil to t.
2479         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2480         (dired-compare-directories): Add default value for empty input.
2482         * help-at-pt.el: Move suggestions for key bindings to Commentary.
2484         * time.el (display-time-string-forms): Fix help-echo date format.
2486 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
2488         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
2489         (buffer-stale-function): New variable.
2490         (auto-revert-list-diff, auto-revert-dired-file-list)
2491         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2492         (auto-revert-handler): Take over some functionality of deleted
2493         functions.
2494         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2496         * dired.el (dired-directory-changed-p): New fun, extracted from
2497         dired-internal-noselect.
2498         (dired-buffer-stale-p): New fun.
2499         (dired-internal-noselect): Use dired-directory-changed-p.
2500         Eliminate revert messages.
2501         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2503 2004-03-23  Kenichi Handa  <handa@m17n.org>
2505         * international/characters.el: Setup syntaxes for more parentheses
2506         Unicode characters.
2508         * international/mule-cmds.el (select-safe-coding-system):
2509         Merge coding-system and auto-cs before comparing them.
2511 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2515         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2516         normal-auto-fill-function and comment-indent-function.
2517         The default values now work just as well.
2518         Don't set font-lock-beginning-of-syntax-function since we already set
2519         syntax-begin-function.
2520         (lisp-outline-level): Put ;;;###autoload at same level as (.
2521         (prin1-char): Quote special chars.
2523         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2524         than with-no-warnings.
2526         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2527         if the source location can't be found.
2528         (edebug-compute-previous-result): Use prin1-char.
2530         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2531         (debug-ignored-errors): Add an entry.
2533         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2534         (byte-compile-file): Output warning when deleting a file.
2536         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2537         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2539         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2540         (byte-compile-inline-expand): Use backquote.
2541         (byte-optimize-pure-func): Rename from byte-optimize-concat.
2542         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2544         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2546         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2548 2004-03-22  Juri Linkov  <juri@jurta.org>
2550         * finder.el (finder-known-keywords): Fix data, tex, unix.
2552         * play/landmark.el: Fix keywords.
2554         * language/ethio-util.el (ethio-find-file): Doc fix.
2556         * emacs-lisp/warnings.el: Doc fix.
2558         * textmodes/ispell.el (ispell-help): Doc fix.
2560 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
2562         * format.el (format-insert-file): Always return a list of two
2563         elements, like insert-file-contents does.
2565 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
2567         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
2568         and vc-BACKEND-diff.
2569         (vc-print-log): If the print-log implementation supports it, use
2570         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2571         (vc-version-diff, vc-diff-internal): Doc fixes.
2573         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
2574         implementation supports it, let diff output go to *vc*,
2575         not *vc-diff*, since this is an internal call.
2577         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
2579         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2581         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
2583 2004-03-21  Dave Love  <fx@gnu.org>
2585         * progmodes/cfengine.el (cfengine-mode):
2586         Set parse-sexp-ignore-comments.
2588         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2590 2004-03-21  Juanma Barranquero  <lektu@terra.es>
2592         * allout.el (allout-mode): Fix docstring.
2594 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
2596         * files.el (insert-directory): Fix bug if SWITCHES is a list.
2598         * autorevert.el (auto-revert-interval): Make new value take
2599         effect immediately when set through Custom.
2600         (auto-revert-set-timer): Add interactive declaration.
2602 2004-03-19  David Ponce  <david@dponce.com>
2604         * ruler-mode.el (ruler-mode-header-line-format-old):
2605         Don't `make-variable-buffer-local'.
2606         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2607         (ruler-mode-header-line-format): Simply funcall the above.
2608         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2609         to save/restore a previous header line format.
2610         (ruler-mode-space): Don't depend on a numeric WIDTH value.
2611         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2612         fringes and margins width.
2613         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2615 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2617         * log-edit.el (log-edit-font-lock-keywords): Typo.
2619         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2620         (tex-send-tex-command): Rather than here.
2621         (tex-compilation-parse-errors): Simplify.
2623         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2625         * time.el (display-time-string-forms): Add help-echo with date on time.
2627         * composite.el (compose-region): Use restore-buffer-modified-p.
2629         * disp-table.el (standard-display-8bit): Simplify.
2631         * server.el (server-process-filter): Delete temp frame.
2633         * add-log.el (add-change-log-entry): Simplify.
2635 2004-03-19  Kim F. Storm  <storm@cua.dk>
2637         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2638         (hexl-follow-line): Don't require 'fringe.
2640         * progmodes/compile.el (compilation-start): Always set
2641         compilation-last-buffer and return it.
2643 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2645         * simple.el (clone-buffer): Doc fix.
2647 2004-03-18  Juanma Barranquero  <lektu@terra.es>
2649         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2651 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         * log-edit.el (log-edit-font-lock-keywords): New var.
2654         (log-edit-mode): Use it.
2656 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
2658         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2659         properly for watching in speedbar.
2661 2004-03-17  Masatake YAMATO  <jet@gyve.org>
2663         * smerge-mode.el (smerge-popup-context-menu):
2664         Put `unwind-protect' around `overlay-put' and `popup-menu'.
2666 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2669         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2670         Take sealed revisions into account.
2671         (vc-arch-checkin): Extract a summary line from the message.
2673 2004-03-16  Masatake YAMATO  <jet@gyve.org>
2675         * register.el (register): Provide `register' feature.
2677 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2679         Added context menu support in smerge mode.
2680         Most of the part is written by Stefan Monnier.
2682         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2683         New keymap and menu.
2684         (smerge-text-properties): New function.
2685         (smerge-remove-props): New function.
2686         (smerge-popup-context-menu): New function.
2687         (smerge-resolve): Call `smerge-remove-props'.
2688         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2689         (smerge-keep-current): Ditto.
2690         (smerge-kill-current): New function.
2691         (smerge-match-conflict): Put text properties.
2692         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2694 2004-03-15  David Ponce  <david@dponce.com>
2696         * ruler-mode.el: (ruler-mode-left-fringe-cols)
2697         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2698         (ruler-mode-right-scroll-bar-cols): Remove.
2699         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2700         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2701         Use fringe-columns and scroll-bar-columns.
2703 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2705         * hl-line.el (hl-line-range-function): New variable.
2706         (hl-line-move): New function.
2707         (global-hl-line-highlight): Use `hl-line-move'.
2708         (hl-line-highlight): Ditto.
2710         * scroll-bar.el (scroll-bar-columns):
2711         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
2713         * ruler-mode.el (top-level): Require scroll-bar and fringe.
2714         (ruler-mode-left-fringe-cols)
2715         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2716         (ruler-mode-right-scroll-bar-cols)
2717         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2718         (ruler-mode-ruler-function): New variable.
2719         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2720         if the value for `ruler-mode-ruler-function'is given.
2722         * hexl.el (hexl-mode-hook): Make the hook customizable.
2723         (hexl-address-area, hexl-ascii-area): New customize variables.
2724         (hexlify-buffer): Put font-lock-faces on the address area and
2725         the ascii area.
2726         (hexl-activate-ruler): New function.
2727         (hexl-follow-line): New function.
2728         (hexl-highlight-line-range): New function.
2729         (hexl-mode-ruler): New function.
2731 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
2734         (vc-default-find-file-hook): New fun.
2735         (vc-find-file-hook): Call new find-file-hook operation.
2737         * vc-arch.el: New file.
2739 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
2741         * info-look.el (info-lookup): Reuse an existing Info window.
2743 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2745         * woman.el (woman-preserve-ascii): Default value changed to t and
2746         doc string revised.
2748 2004-03-12  Richard M. Stallman  <rms@gnu.org>
2750         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2751         Fix minor bug.
2753         * replace.el (occur-engine): Change message for count of matches.
2755         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2756         For strings, do compare text properties.
2758 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
2760         * progmodes/compile.el (compile-auto-highlight)
2761         (compilation-error-list, compilation-old-error-list)
2762         (compilation-parse-errors-function, compilation-parsing-end)
2763         (compilation-error-message, compilation-directory-stack)
2764         (compilation-enter-directory-regexp-alist)
2765         (compilation-leave-directory-regexp-alist)
2766         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2767         (compilation-current-file, compilation-regexps): Remove vars.
2769         (compile-error-at-point, compilation-error-filedata)
2770         (compilation-error-filedata-file-name, compile-reinitialize-errors)
2771         (compilation-next-error-locus, compilation-forget-errors)
2772         (count-regexp-groupings, compilation-parse-errors)
2773         (compile-collect-regexps, compile-buffer-substring): Remove funs.
2775         (compile-internal): Make obsolete.
2777         (compilation-first-column, compilation-error)
2778         (compilation-directory-matcher, compilation-page-delimiter)
2779         (compilation-mode-font-lock-keywords, compilation-debug)
2780         (compilation-error-face, compilation-warning-face)
2781         (compilation-info-face, compilation-line-face)
2782         (compilation-column-face, compilation-enter-directory-face)
2783         (compilation-leave-directory-face, compilation-skip-threshold)
2784         (compilation-skip-visited, compilation-context-lines): New vars.
2786         (compilation-warning-face, compilation-info-face)
2787         (compilation-message-face): New faces.
2789         (compilation-error-regexp-alist-alist): New constant.
2791         (compilation-face, compilation-directory-properties)
2792         (compilation-assq, compilation-error-properties, compilation-start)
2793         (define-compilation-mode, compilation-loop)
2794         (compilation-set-window): New functions.
2796         (compile): Additional argument for interactive compiles like TeX.
2798         * progmodes/grep.el (kill-grep): Move here from compile.el
2799         (grep-error, grep-hit-face, grep-error-face)
2800         (grep-mode-font-lock-keywords): New variables.
2801         (grep-regexp-alist): Simplify regexp and add `binary' case.
2802         (grep-mode): New mode.
2803         (grep-process-setup): Simplify.
2805 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2807         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2808         letters on DOS/Windows.
2810 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * server.el (server-name): New var.
2813         (server-socket-dir): New var to replace server-socket-name.
2814         (server-start): Use them.
2816 2004-03-11  Simon Josefsson  <jas@extundo.com>
2818         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2819         died to avoid infloop.  Reported by Jonathan Glauner
2820         <jglauner@sbum.org>.
2822 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2825         (smerge-mode-menu): Use it to deactivate menu entries.
2826         (smerge-keep-current): New fun.
2827         (smerge-keep-current): Use it.
2829 2004-03-10  John Paul Wallington  <jpw@gnu.org>
2831         * foldout.el (foldout-fold-list, foldout-modeline-string):
2832         Declare them as variables, not constants.
2834 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2836         * ps-print.el: Modification to print *Messages* buffer.
2837         (ps-print-version): New version 6.6.4.
2838         (ps-message-log-max): New fun.
2839         (ps-spool-without-faces, ps-spool-with-faces)
2840         (ps-count-lines-preprint): Code fix.
2842         * printing.el: New tips in Tips section.
2844 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2846         * delim-col.el: Doc fix.
2848         * printing.el: Doc fix.  New doc section (Tips).
2850 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2852         * type-break.el (type-break-emacs-variant): Remove.
2853         (type-break-run-at-time, type-break-cancel-function-timers):
2854         Use fboundp rather than version name and number.
2856 2004-03-09  Masatake YAMATO  <jet@gyve.org>
2858         * hexl.el (hexl-mode): Use `make-local-variable' instead of
2859         `make-variable-buffer-local'.
2861 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2863         * find-dired.el (find-dired): Call `shell-command' instead of
2864         `start-process-shell-command'.  By this, Tramp takes over
2865         handling of remote directories.
2867 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * newcomment.el (comment-use-global-state): New var.
2870         (comment-search-forward): Use it.
2872         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2874         * cus-edit.el (fill) <defgroup>: Move to fill.el.
2876         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2877         (enable-kinsoku): Make it a defcustom.
2878         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2879         paragraph to same-comment-start-marker.
2881 2004-03-07  Dave Love  <fx@gnu.org>
2883         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2884         (browse-url-mail): Use it.
2886         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2887         (rfc2368-unhexify-string): Use replace-regexp-in-string.
2889 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2891         * woman.el (woman-man.conf-path): Doc fix.
2892         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2894 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
2896         * sort.el (sort-columns): Remove ms-dos from the list of systems
2897         where the external `sort' command is not used.
2899 2004-03-07  Kim F. Storm  <storm@cua.dk>
2901         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2902         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2903         from overlay-arrow-variable-list.
2904         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2906 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
2908         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2909         overlay arrow string properly for the assembler buffer.
2911 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2913         * mail/sendmail.el (mail-mode): Fix last change.
2915 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
2917         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2918         for the assembler buffer.
2919         (gdb-assembler-custom): Position the overlay arrow.
2920         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2922 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2926         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2927         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2929         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2931         * newcomment.el (uncomment-region): Allow non-terminated comment.
2932         (comment-normalize-vars): Check the user-specified comstart marker.
2934 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2936         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2937         Otherwise, do use it if the region only contains font-lock text
2938         properties.
2940 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2942         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2943         as the callback function for eldoc.
2944         (hexl-print-current-point-info): New function.
2945         (hexl-current-address): Print the address in both decimal
2946         and hexadecimal format.
2948 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2950         * mail/rmail.el (rmail-convert-to-babyl-format):
2951         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2953         * mail/mail-utils.el (mail-unquote-printable-region):
2954         New arg UNIBYTE.
2956         * startup.el (command-switch-alist): Doc fix.
2958         * simple.el (undo): Temporarily set this-command to `undo-start',
2959         then set it to `undo' once undo-start returns without error.
2961         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2963         * simple.el (kill-line): Don't disregard trailing whitespace
2964         in eol condition, if show-trailing-whitespace is set.
2966         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2967         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2968         When disabling, restore old values only if mouse-sel-has-been-enabled.
2970         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2971         (isearch-{-char): New function.
2972         (isearch-mode-map): Bind { to isearch-{-char.
2974         * font-lock.el (lisp-font-lock-keywords-2):
2975         Turn off the CL with-... and do-... general patterns.
2976         Instead, recognize several specific with... and do... constructs.
2978         * files.el (switch-to-buffer-other-window):
2979         Bind same-window-buffer-names and same-window-regexps to nil.
2980         (switch-to-buffer-other-frame): Likewise.
2982 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2985         recognizing leading comment on code line.
2987 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2990         hidden files/directories.
2992 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2994         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2995         only comment-start (in case the mode hasn't set it).
2997         * Makefile.in (AUTOGENEL): New var.
2998         (bootstrap-prepare): Rename from bootstrap-clean.
2999         Don't remove elc files.
3000         (maintainer-clean): New target.
3002         * xml.el (xml-get-attribute-or-nil): Simplify.
3004 2004-03-02  Juri Linkov  <juri@jurta.org>
3006         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3007         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3008         URL to prevent their substitution with the environment variable
3009         values by browsers.
3011 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3013         * ps-print.el: Doc fix.
3014         (ps-print-version): New version number (6.6.3).
3015         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3016         Docstring fix.
3017         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3018         before printing.
3019         (ps-time-stamp-yyyy-mm-dd): New fun.
3020         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3022 2004-03-02  Kim F. Storm  <storm@cua.dk>
3024         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3026 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3028         * allout.el (allout-rebullet-heading): Fix typo in docstring.
3030         * desktop.el (desktop-file-version)
3031         (desktop-after-read-hook): Fix typos.
3032         (desktop-clear-preserve-buffers): Remove redundant info in
3033         docstring already shown by the obsolescence message.
3034         (desktop-truncate, desktop-internal-v2s)
3035         (desktop-value-to-string): Change argument name to match docstring.
3037         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3039         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3040         docstring.
3042 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3044         * printing.el: Replace "As Is..." in PostScript file print/preview by
3045         "No Preprocessing...".  Suggested by Colin Marquardt
3046         <_marquardt_@zmd.de>.
3047         (pr-insert-section-4): Adjust buffer interface.
3049 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3051         Version 2.0.39 of Tramp released.
3053         * net/tramp.el (tramp-handle-file-local-copy)
3054         (tramp-handle-write-region, tramp-open-connection-rsh):
3055         Variable name typo.  Small change.  From Patrick Tullmann
3056         <tullmann@flux.utah.edu>.
3057         (tramp-process-connection-type): New variable.
3058         (tramp-maybe-open-connection): Use it.
3059         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3060         (tramp-touch): Set last-modified time of a remote file.
3061         (tramp-handle-write-region): Say which function is used when encoding.
3063 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3065         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3066         case of non-existing filename, too.  Reported by Christoph Bauer
3067         <c_bauer@informatik.uni-kl.de>.
3068         (tramp-smb-get-file-entries): The directory in question should
3069         have permissions "drwxrwxrwx".  Just virtual, because we don't
3070         know the real permissions.  Don't we know?
3071         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3072         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3073         (tramp-smb-wait-for-output): Optimize algorithm getting pending
3074         output.  If it was received chunkwise, there have been problems.
3075         Remove the "prompt not found" error message; it is obvious.
3076         Simplify algorithm.
3077         (tramp-smb-process-running): Remove.  Since we acknowledge the
3078         virtual prompt for shares, there's no need for distinction of
3079         reading shares (process ends afterwards) and interactive mode of
3080         smblient.
3081         (tramp-smb-open-connection): Setting process sentinel removed.
3082         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3083         "NT_STATUS_NETWORK_ACCESS_DENIED".
3084         (tramp-smb-maybe-open-connection): Set `process-connection-type'
3085         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3086         (top-level): Setting default value in `tramp-default-method-alist'
3087         corrected.  Order of USER and HOST have been wrong.
3088         Nobody complained for months ...
3089         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3090         (tramp-smb-open-connection): Clear password cache if login has failed.
3092         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3093         `tramp-unified-filenames'.
3094         (tramp-completion-mode): Make test for XEmacs explicitely.
3095         `event-to-character' can exists in Emacs packages too.
3096         Reported by Matt Swift <swift@alum.mit.edu>.
3097         (tramp-buffer-name): Buffer name must contain the user if exists.
3098         Reported by Adrian Phillips <a.phillips@met.no>.
3099         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3100         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3101         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3102         `tramp-do-copy-or-rename-file-one-local', because it handles also
3103         the case both files use the same out-of-band method.
3104         Implementation added.
3105         (tramp-handle-file-local-copy, tramp-handle-write-region):
3106         Out-of-band handling removed.  `copy-file' called instead, which
3107         calls `tramp-do-copy-or-rename-file-out-of-band'.
3108         (tramp-action-password): Check for out-of-band method removed.
3109         This function is used for 'login-program.
3110         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3111         appropriate.
3112         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3113         and `tramp-parse-sknownhosts'.
3114         (tramp-completion-function-alist): It's a defvar now, because we
3115         want to apply the optimized `tramp-set-completion-function'
3116         instead of a static list.
3117         (tramp-set-completion-function): Implementation tuned.
3118         Avoid double entries, and entries where the function or the
3119         file/directory doesn't exist.
3120         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3121         for SSH2.
3122         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3123         (tramp-handle-dired-compress-file): New function.
3124         (tramp-async-proc): New variable.
3125         (tramp-handle-shell-command): Adding asynchronous processes.
3126         They are far from being perfect, but it works at least for
3127         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3128         (top-level): Require password.el if visible.  Should be mandatory
3129         once No Gnus has found its way into (X)Emacs.
3130         (tramp-read-passwd): Invoke `password-read' if available,
3131         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3132         fallback any longer.
3133         (tramp-clear-passwd): New function.
3134         (tramp-process-actions, tramp-process-multi-actions):
3135         Clear password cache if login has failed.
3137         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3138         its own module.
3139         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3140         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3141         previous calls in case the "ftp" method is used in the Tramp file
3142         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3144 2004-02-28  Richard M. Stallman  <rms@gnu.org>
3146         * term.el (term-mouse-paste): Call mouse-set-point.
3148         * thumbs.el: New file.
3150 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3152         * progmodes/ebnf-abn.el: Doc fix.
3154         * progmodes/ebnf-bnf.el: Doc fix.
3155         (ebnf-repeat): Code fix.
3157         * progmodes/ebnf2ps.el: Doc fix.
3158         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3160 2004-02-28  Juri Linkov  <juri@jurta.org>
3162         * ffap.el (dired-at-point): Additional writability test for
3163         relative directory names.
3164         (dired-at-point-prompter): Treat directories as a directory, get
3165         the directory component from files.
3166         (ffap-string-at-point): Return string from region if region is active.
3167         (ffap-file-at-point): Remove redundant code.
3169 2004-02-28  Kim F. Storm  <storm@cua.dk>
3171         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3172         Initialize margin area images to nil.
3173         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3174         (breakpoint-enabled-bitmap-face)
3175         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3176         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3177         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3178         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3179         (gdb-reset): Use gdb-remove-breakpoint-icons.
3180         (gdb-put-string): Add dprop arg to specify alternative display
3181         property (for setting fringe bitmap).
3182         (gdb-remove-strings): Doc fix.
3183         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3184         icon in fringe (if available), or else as icon or text in display
3185         margin.  Creates necessary icons in breakpoint-bitmap,
3186         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3187         Also make left window margin if required.
3188         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3189         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
3190         no longer needed.
3191         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3192         gdb-put-breakpoint-icon.
3193         (gdb-assembler-mode): Don't set left-margin-width here.
3195 2004-02-27  Kevin Ryde  <user42@zip.com.au>
3197         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3198         comma, so that it DTRT in macros.
3200 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3202         * progmodes/sh-script.el (sh-shell-arg)
3203         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3204         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3206 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3208         * faces.el (face-spec-set-match-display): Add a new attribute,
3209         `min-colors'.
3210         (region, highlight, secondary-selection): Use `min-colors'.
3212         * custom.el (defface): Add documentation for `min-colors'.
3214         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3215         (font-lock-keyword-face, font-lock-function-name-face)
3216         (font-lock-variable-name-face, font-lock-constant-face):
3217         Use `min-colors'.
3219         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3221 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3223         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3224         define assq-delete-all if it's not defined.
3225         (ebnf-generate-region): Code fix.
3227         * printing.el: Doc fix.
3228         (pr-version): New version number (6.7.2).
3229         (pr-command): Return empty string if command is an empty string.
3231 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3233         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3235         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3236         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3237         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3238         "tt" ["test"] ).  Reported by Markus Dreyer
3239         <mdreyer@ix.urz.uni-heidelberg.de>.
3240         (ebnf-version): New version number (4.0).
3241         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3242         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3243         (ebnf-delete-style): New commands.
3244         (ebnf-directory, ebnf-file): New funs.
3245         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3246         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3247         (ebnf-syntax-alist): New var.
3248         (ebnf-element-width): New fun replacing ebnf-list-width.
3249         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3250         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3251         (ebnf-prologue): Adjust vars.
3252         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3253         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3254         (ebnf-check-style-values, ebnf-generate-production)
3255         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3256         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3257         (ebnf-token-repeat): Code fix.
3259         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3260         %right, %left and %prec.  Suggested by Matthew K. Junker
3261         <junker@alum.mit.edu>.
3262         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3264         * progmodes/ebnf-iso.el: Doc fix.
3265         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3266         (ebnf-iso-lex): Code fix.
3268         * progmodes/ebnf-bnf.el: Doc fix.
3269         (ebnf-bnf-lex): Code fix.
3271         * progmodes/ebnf-otz.el: Doc fix.
3273 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3275         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3276         (abbrev-prefix-mark): Doc fix.
3278 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3280         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3281         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3282         (gdb-var-delete): Make interactive (really).
3283         (gdb-edit-value): Make non-interactive.
3285         * progmodes/gud.el (gud-speedbar-menu-items):
3286         Add gdb-var-delete and, indirectly, gdb-edit-value.
3287         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3288         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3289         (gud-gdb-marker-filter): Add comment for annotations.
3291 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3293         * calendar/calendar.el (generate-calendar)
3294         (calendar-read-date): Prevent display of BC calendars once more -
3295         reverts 2003-10-01 change.
3296         (generate-calendar-month): Doc fix.
3298 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3300         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3301         return value of increment-calendar-month.
3303 2004-02-21  Stephen Compall  <s11@member.fsf.org>
3305         * saveplace.el (save-place-forget-unreadable-files)
3306         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3307         (save-place-forget-unreadable-files): New function.
3308         (save-place-alist-to-file): Use it to filter out files that are
3309         no longer readable.
3311         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3312         current Texinfo environment, using the same method as in
3313         `texinfo-insert-@end', and insert a space rather than a newline if
3314         point in a @table environment.
3316 2004-02-21  Juri Linkov  <juri@jurta.org>
3318         * ffap.el (ffap-file-at-point): Try parent directories.
3320 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3322         * vcursor.el (vcursor-modifiers): New defcustom.
3323         (vcursor-cs-binding): Use vcursor-modifiers instead of a
3324         hard-coded list.
3326 2004-02-21  Masatake YAMATO  <jet@gyve.org>
3328         * play/animate.el (animate-birthday-present): Accept names other
3329         than `Sarah', too.
3331 2004-02-21  Juri Linkov  <juri@jurta.org>
3333         * startup.el: Remove table of command line arguments from the
3334         Commentary section.
3336 2004-02-20  John Wiegley  <johnw@newartisans.com>
3338         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3339         again" modifier from 'e' to 'E', since 'e' is also used by the
3340         "file extension" modifier.
3342 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3344         * help-fns.el (describe-categories): Doc fix.
3346 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3348         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3349         temporary file for buffer already visiting one.  This change makes
3350         output likely to be directly usable by patch program.
3351         Suggested by Adrian Aichner  <adrian@xemacs.org>
3353 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
3355         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3356         case of variables defined in compound statements.
3357         (gdb-setup-windows, gdb-source-info, gdb-source-info):
3358         Simplify constructions using switch-to-buffer.
3360 2004-02-19  Simon Josefsson  <jas@extundo.com>
3362         * play/morse.el: Fix typo.
3363         (morse-code): Add @.
3365 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3367         * calendar/appt.el (appt-display-format): Change default to
3368         'ignore, for backwards compatibility.
3369         (appt-display-message): If appt-display-format is 'ignore,
3370         respect old vars appt-msg-window and appt-visible.
3371         (appt-activate): Don't depend on return value of cancel-timer.
3373         * calendar/calendar.el (calendar-holidays): Doc fix.
3375         * calendar/cal-coptic.el (coptic-prompt-for-date):
3376         Use assoc-string instead of assoc-ignore-case.
3377         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3378         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3379         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3380         * calendar/cal-islam.el (calendar-goto-islamic-date)
3381         (mark-islamic-diary-entries): Ditto.
3382         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3383         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3384         (calendar-read-mayan-tzolkin-date): Ditto.
3385         * calendar/calendar.el (calendar-read-date): Ditto.
3386         * calendar/diary-lib.el (mark-diary-entries): Ditto.
3388 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3390         * progmodes/executable.el (executable-command-find-posix-p):
3391         Fix choice of the directory.
3393 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3395         * simple.el (interprogram-cut-function)
3396         (interprogram-paste-function, kill-new, kill-append):
3397         Doc fixes.
3398         (kill-region): Make it return nil.  Doc fix.
3399         (yank-pop): Make its argument optional.
3400         (yank): Make ARG `-' equivalent to `-1'.
3402 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
3404         * mail/rmail.el (rmail-get-new-mail): Don't reference
3405         rmail-use-spam-filter if rmail-spam-filter is not loaded.
3407 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3409         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3410         if one of global-auto-revert-non-file-buffers or autorevert-mode
3411         is non-nil.
3413 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3415         * subr.el (delete-dups): A better implementation from Karl Heuer
3416         <kwzh@gnu.org>.
3418 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3420         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3421         correct place.
3422         * progmodes/icon.el (icon-indent-command): Ditto.
3423         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3425 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3427         * progmodes/grep.el (grep-compute-defaults): Undo change from
3428         2004-01-29: don't use executable-command-find-posix-p.
3430 2004-02-16  Richard Sharman  <rsharman@pobox.com>
3432         * hilit-chg.el: Use require instead of eval-and-compile.
3433         (highlight-compare-buffers): New function.
3435 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
3437         * man.el (Man-fontify-manpage): Render section headings in
3438         `Man-overstrike-face' even when overstrike was not used by man
3439         formatter for section headings.
3441 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
3443         * rmail-spam-filter.el: (vm-use-spam-filter)
3444         (rsf-min-region-length-added-to-spam-list): New variables.
3445         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
3446         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
3447         spam testing.  Don't delete spam message if automatic deletion
3448         after output via variable rmail-delete-after-output is turned on.
3449         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
3450         rsf-bbdb-dont-create-entries-for-spam.
3451         (check-field): New function, extracted from code in
3452         rmail-spam-filter to ease addition of header fields like content-type.
3453         (message-content-type): New variable to check the content-type:
3454         field added, also in defcustom of rsf-definitions-alist.
3455         (rmail-spam-filter): Replace repeated test code for header fields
3456         by calls to check-field; change the call to
3457         rmail-output-to-rmail-file such that rmail-current-message stays
3458         the same to avoid wrong deletion of unseen flags.
3459         (rsf-add-contents-type): New function to convert old format
3460         of rmail-spam-definitions-alist into new one.
3461         Change prefixes of all variables and functions from
3462         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3464 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3466         * loadhist.el (unload-hook-features-list): New defvar.
3468 2004-02-16  Dave Love  <fx@gnu.org>
3470         * loadhist.el (unload-feature): Doc fix.  Rename flist to
3471         unload-hook-features-list.
3473 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
3475         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3476         cookie.  Don't check if we are looking-at open-formula.
3478 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3480         * subr.el (match-string-no-properties): Use substring-no-properties.
3482 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3484         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
3485         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3486         Use lower-case "rx" in all error message.
3488 2004-02-16  Dave Love  <fx@gnu.org>
3490         * emacs-lisp/rx.el (rx-or): Put group around result.
3491         (rx-constituents): Add backref.
3492         (rx-syntax): Add string-delimiter, comment-delimiter.
3493         (rx-categories): Add combining-diacritic.
3494         (rx-check-not, rx-greedy, rx): Doc fix.
3495         (rx-backref, rx-check-backref): New.
3497 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
3499         * newcomment.el (uncomment-region): Allow eob as comment end.
3501 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3503         * filecache.el: All message and error commands now use prefix
3504         "Filecache:" to make it easy to read *Messages* buffer.
3506 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3508         * autorevert.el: Add support to detect changed dired and VC buffers.
3509         (auto-revert-active-p, auto-revert-list-diff)
3510         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3511         (auto-revert-handler, auto-revert-active-p): New functions.
3512         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
3513         and `auto-revert-active-p'.
3514         (eval-when-compile): Defvar dired-directory and vc-mode.
3515         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3516         (auto-revert-handler-vc): New functions.
3518 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3520         * progmodes/compile.el (compilation-directory): New defvar.
3521         (compile): Save current directory in compilation-directory.
3522         (recompile): Bind default-directory to compilation-directory if
3523         that is non-nil.
3525 2004-02-16  Dave Love  <fx@gnu.org>
3527         * newcomment.el (comment-insert-comment-function)
3528         (comment-region-function, uncomment-region-function): New.
3529         (comment-indent): Use comment-insert-comment-function.
3530         (uncomment-region): Use uncomment-region-function.
3531         (comment-region): Use comment-region-function.
3533         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3535 2004-02-16  Richard Stallman  <rms@gnu.org>
3537         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3538         loaddefs* and ldefs-boot*.
3540 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3542         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3543         and email address at the beginning and end of the address.
3545         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3546         anchored at the beginning of the email address.
3548 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
3550         * international/ccl.el (ccl-compile-write): Pass `left' to
3551         ccl-embed-code to generate correct code of write-expr-register.
3553 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
3555         * progmodes/grep.el (grep-compute-defaults): Fix typos.
3557 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3559         * x-dnd.el: Mention support for Motif in commentary.
3560         (x-dnd-handle-drag-n-drop-event): Ditto.
3562 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
3564         * ses.el: Use "ses--" prefixes for buffer-local variables.
3565         Use (point-min) instead of 1, even when we know the buffer
3566         is unnarrowed.
3567         (ses-build-load-map): Delete.  Distribute its content to defconst's for
3568         the three maps.
3569         (ses-menu, ses-header-line-menu): New menus.
3570         (ses-mode-map): Use them.
3571         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
3573 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
3575         * Makefile.in: Fix the CC Mode recompile kludge so it works
3576         when building in a different directory.
3578 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
3580         * simple.el (kill-new): Put yank-handler property on the entire string.
3582 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3584         * diff.el: Don't use compile any more, use diff-mode instead.
3585         (diff-regexp-alist, diff-old-file, diff-new-file)
3586         (diff-parse-differences, diff-process-setup): Remove.
3587         (diff-sentinel): New fun.
3588         (diff): Use it.  Run the process ourselves.
3589         Use diff-mode for the rest of the processing.
3591         * diff.el (diff): Simplify code handling `switch'.
3593 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3595         * pcvs-defs.el (cvs-menu): Add `tag'.
3597 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3599         * simple.el (kill-append): Doc fix.
3601         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3602         Adapt outline-regexp to the new conventions for commenting out code.
3604 2004-02-11  John Paul Wallington  <jpw@gnu.org>
3606         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3608 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3610         * diff.el (diff-switches): New fun.
3611         (diff, diff-backup): Use it.
3612         (diff): Clean up the args construction.  Use backquote.
3613         Use listp instead of consp to avoid putting a nil arg.
3614         (diff): Add a revert-buffer function.
3616 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3618         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
3619         handled by x-dnd-handle-file-name.
3620         (x-dnd-known-types): Add COMPOUND_TEXT.
3621         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3622         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3623         x-dnd-empty-state.
3624         (x-dnd-forget-drop): Ditto.
3625         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3626         (x-dnd-handle-one-url): Return private when inserting text.
3627         (x-dnd-insert-ctext): New function.
3628         (x-dnd-handle-file-name): New function for FILE_NAME.
3629         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3630         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3631         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3633 2004-02-10  Kenichi Handa  <handa@m17n.org>
3635         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3636         instead of while loop.
3638 2004-02-10  Miles Bader  <miles@gnu.org>
3640         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3642 2004-02-09  Kenichi Handa  <handa@m17n.org>
3644         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3645         have end-of-line.
3647 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3649         * Makefile.in: Added extra dependencies in the recompile target
3650         needed to cope with the compile time macro expansions in CC Mode.
3652 2004-02-09  Kim F. Storm  <storm@cua.dk>
3654         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3655         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3656         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3657         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3658         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3659         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3660         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3661         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3662         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3663         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3664         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3666 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3669         Don't allow shrink if there's a window on our right.
3671         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3672         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3673         Bring together declaration and initialization.
3674         (prolog-mode-variables): Don't set the syntax table.
3675         Don't set paragraph-start and comment-indent-function.
3676         Add /*..*/ to the comment regexps.
3677         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
3678         (prolog-mode-map): Don't bind TAB.
3679         (prolog-mode): Set the syntax table.
3680         (prolog-comment-indent): Remove.
3681         (inferior-prolog-mode-map): Initialize in the declaration.
3682         (inferior-prolog-mode-syntax-table)
3683         (inferior-prolog-mode-abbrev-table): New vars.
3684         (inferior-prolog-mode): Derive from comint-mode.
3685         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3686         minibuffer windows.
3688         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3689         in file names, as long as it is unabmiguous.
3691 2004-02-08  Andreas Schwab  <schwab@suse.de>
3693         * textmodes/reftex-toc.el
3694         (reftex-toc-load-all-files-for-promotion): Remove useless use of
3695         format.  Doc fix.
3697         * textmodes/refer.el (refer-find-entry-internal): Remove extra
3698         format string arguments.
3700         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3701         string argument.
3703         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
3705         * play/zone.el (zone-call): Fix format string.
3707         * net/webjump.el (webjump-builtin): Add missing format string argument.
3709         * midnight.el (midnight-delay-set): Remove extra format string argument.
3711         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
3713         * hexl.el (hexl-insert-char): Add missing format string argument.
3715         * format.el (format-decode): Fix format string.
3717         * emulation/vi.el (vi-mode): Remove extra format string argument.
3718         (vi-repeat-last-search): Likewise.
3719         (vi-reverse-last-search): Likewise.
3720         (vi-goto-mark): Likewise.
3721         (vi-reverse-last-find-char): Likewise.
3722         (vi-repeat-last-find-char): Likewise.
3723         (vi-locate-def): Likewise.
3725         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
3727         * ediff-util.el (ediff-toggle-read-only): Remove extra format
3728         string argument.
3729         (ediff-toggle-regexp-match): Likewise.
3731         * dired-aux.el (dired-do-query-replace-regexp): Add missing
3732         format string argument.
3734         * calc/calc-map.el (calc-get-operator): Remove extra format
3735         string argument.
3737         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3739         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3740         string argument.
3742         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3744         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
3746         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
3748         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
3749         (cl-struct-setf-expander): Likewise.
3751         * vc.el (with-vc-file): Fix unsafe uses of error.
3752         (vc-cancel-version): Likewise.
3754 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
3756         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3757         thousands separator; fixes <class>:<line-number> regexp for
3758         non-english locales.
3760 2004-02-08  Andreas Schwab  <schwab@suse.de>
3762         * view.el (view-mode-enable): Revert previous change.
3764 2004-02-07  Kim F. Storm  <storm@cua.dk>
3766         * simple.el (line-number-at-pos): Rename from line-at-pos.
3767         Uses changed (what-line and vc-annotate-warp-version).
3769 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3772         (diff-mode): Remove aborted attempt at support for compile.el.
3773         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3775 2004-02-06  Andreas Schwab  <schwab@suse.de>
3777         * view.el (view-mode-enable): Add view-mode-map to
3778         minor-mode-overriding-map-alist.
3780 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3782         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3784 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3786         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3787         with point inside rather than after the paragraph.
3789 2004-02-04  Sam Steingold  <sds@gnu.org>
3791         * mail/smtpmail.el (smtpmail-try-auth-methods):
3792         Do not try authentication when no mechanism is available.
3793         Pass port-name as defaultport to `netrc-machine'.
3795 2004-02-04  Stephen Eglen  <stephen@gnu.org>
3797         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3798         to show how minibuffer height can be constrained.
3800 2004-02-04  John Paul Wallington  <jpw@gnu.org>
3802         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3804 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3806         * x-dnd.el: New file for drag and drop.
3808         * term/x-win.el: require x-dnd, set after-make-frame-functions
3809         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3810         drag-n-drop event.
3812         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3813         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3814         (dired-dnd-handle-file): New functions for drag and drop support.
3815         (dired-mode): Initialize drag and drop if x-dnd present.
3817 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3819         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3820         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3821         (cperl-mode): Set fill-paragraph-function.
3822         (cperl-fill-paragraph): Make it non-interactive.
3824 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
3826         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3828 2004-02-02  David Kastrup  <dak@gnu.org>
3830         * replace.el (perform-replace): Allow 'literal argument in
3831         regexp-flag to indicate literal replacement.
3832         (query-replace-regexp-eval): Use it.
3834 2004-02-01  Andreas Schwab  <schwab@suse.de>
3836         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3838 2004-02-01  Stephen Eglen  <stephen@gnu.org>
3840         * info-look.el: Add support for maxima-mode.  Update commentary
3841         because info-lookup-symbol is now bound to C-h S.
3843 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
3845         * simple.el (edit-and-eval-command): Bind print-level and
3846         minibuffer-history-sexp-flag around call to read-from-minibuffer.
3847         Correct initial position in command-history.
3849 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3851         * files.el (read-directory-name): Adapt the docstring to recent
3852         change in Fread_file_name.
3854 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
3856         * ses.el (ses-print-cell): If print format too wide for column
3857         width, truncate decimal places if that helps to avoid "#####" fill.
3858         * ses.el (ses-initial-column-width): Revert previous change.
3860 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3863         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3864         Add edebug info.
3865         (jit-lock-mode): Setup/cancel the new timer.
3866         (jit-lock-context-fontify): New fun.  Extracted from
3867         context fontification code of jit-lock-stealth-fontify.
3868         (jit-lock-stealth-fontify): Don't do context fontification any more.
3870         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3871         (jit-lock-fontify-now): Handle the `quit' case.
3872         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3874 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
3876         * progmodes/executable.el (executable-command-find-posix-p):
3877         New.  Check if find handles arguments Posix-style.
3879         * progmodes/grep.el (grep-compute-defaults):
3880         Use executable-command-find-posix-p.
3881         (grep-find): Check `grep-find-command'.
3883         * filecache.el (file-cache-find-posix-p): Delete.
3884         (file-cache-add-directory-using-find):
3885         Use `executable-command-find-posix-p'.
3887 2004-01-29  Dave Love  <fx@gnu.org>
3889         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3890         Iterate the hook function if arg is given.
3891         (mark-defun, narrow-to-defun): Change order of finding the limits.
3893         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3894         (byte-compile-format-warn): New.
3895         (byte-compile-callargs-warn): Use it.
3896         (Format, message, error): Add byte-compile-format-like property.
3897         (byte-compile-maybe-guarded): New.
3898         (byte-compile-if, byte-compile-cond): Use it.
3899         (byte-compile-lambda): Compile interactive forms,
3900         just to make warnings about them.
3902 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
3904         * ses.el (ses-initial-column-width): Increase to 14, so it will
3905         work well with the default printer of "%.7g" for extreme values
3906         like "-1.234567e+07".
3908 2004-01-29  Kenichi Handa  <handa@m17n.org>
3910         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3912 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
3914         * dos-w32.el: Added support for the `default-printer-name' function.
3916 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * server.el (server-socket-name): Don't use the hostname in the
3919         socket name since /tmp is local to the host anyway.
3921         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3922         robust check of widening and fix var-naming.
3924 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
3926         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3927         or rmail-spam- to rsf- in all function and variable names.
3928         (rsf-min-region-to-spam-list): New variable.
3929         (rsf-bbdb-auto-delete-spam-entries): Rename from
3930         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3931         scanned together with the recipients field for spam testing; Don't
3932         delete spam message if rmail-delete-after-output is non-nil;
3933         (rsf-check-field): New function, extracted from code in
3934         rmail-spam-filter to ease addition of header fields like
3935         content-type:;
3936         (message-content-type): New variable.  The content-type: field was
3937         added also in defcustom of rsf-definitions-alist;
3938         (rmail-spam-filter): Replace repeated test code for header fields
3939         by calls to check-field; change the call to
3940         rmail-output-to-rmail-file such that rmail-current-message stays
3941         the same to avoid wrong deletion of unseen flags.
3942         (rmail-use-spam-filter): Add autoload cookie.
3944 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3946         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3947         (file-cache-add-directory-using-find): Add Cygwin support.
3948         (file-cache-find-command-posix-flag): New user variable.
3950         * filecache.el (file-cache-add-directory): Check for
3951         directories an remove them from dir-files.
3953 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3955         * man.el (Man-fontify-manpage): Clean up message.
3957 2004-01-27  Kenichi Handa  <handa@m17n.org>
3959         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3960         (sentence-end): Define using sentence-end-without-space.
3962         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3963         a sentence ends with one of a character in sentence-end-without-space.
3965 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3967         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3968         (jit-lock): Group declaration moved to jit-lock.el.
3969         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3970         when necessary.
3972         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3973         (jit-lock-context-unfontify-pos): Rename from
3974         jit-lock-first-unfontify-pos.
3975         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3977 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3979         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3980         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3981         (fortran-fill): When filling a string, adjust re-search-backward
3982         argument for special case of string just on fill-column.
3983         When filling non-string, allow one extra char if
3984         fortran-break-before-delimiters is non-nil.
3985         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3986         Use fortran-break-delimiters-re and fortran-no-break-re to
3987         correctly handle cases such as "**".
3989         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3990         (f90-no-break-re): Add some extra tokens.  Doc fix.
3992 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3994         * mail/rmail-spam-filter.el:
3995         Use two semicolons as Commentary line prefix.
3996         Add ";;; Code:" stylized comment.
3997         Delete end-of-line whitespace.
3998         Wrap (require 'cl) with `eval-when-compile'.
4000 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
4002         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4003         at the top level of vc.el.
4005 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
4007         * vc.el (vc-current-line): Function removed.  This is now done by
4008         the new function line-at-pos in simple.el.
4009         (vc-annotate-warp-version): Use line-at-pos instead of
4010         vc-current-line.
4012 2004-01-22  Kim F. Storm  <storm@cua.dk>
4014         * simple.el (line-at-pos): New defun.
4015         (what-line): Use it.  Optimize by only counting lines in narrowed
4016         region once.
4018 2004-01-22  Kenichi Handa  <handa@m17n.org>
4020         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4021         point (register r1) only for charset mule-unicode-0100-24ff.
4023 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4025         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4026         trailing white space and ensure a final newline.
4028         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4029         Add autoload cookie.
4031 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
4033         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4034         activate view-mode explicitly.
4036 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4038         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4039         use clipboard first.
4041 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
4044         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4045         (vc-mcvs-cvs): Remove.
4046         (vc-mcvs-command): Remove use of assert.
4048         * outline.el (outline-insert-heading): Tighten up match.
4049         (outline-demote, outline-move-subtree-down): Don't assume anything
4050         about outline-regexp.
4052         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4053         (texinfo-show-structure): Explicitly add ^, and simplify.
4055 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4057         * calendar/appt.el (appt-check): Restore usage of
4058         appt-issue-message deleted in previous change.
4059         (top-level): Activate package when loaded (needed for backwards
4060         compatibility).
4062 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4064         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4065         following previous change to smtpmail-send-data.
4067 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
4069         * vc.el (vc-default-previous-version): Doc enhancement.
4070         (vc-default-next-version): New function.
4071         (vc-print-log): New arg FOCUS-REV.
4072         (vc-annotate-mode): Derive from view-mode.
4073         (vc-annotate): New args REVISION, DISPLAY-MODE.
4074         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4075         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4076         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4077         (vc-annotate-show-diff-revision-at-line, vc-current-line)
4078         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4080         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4082 2004-01-19  Karl Berry  <karl@gnu.org>
4084         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4085         or "TexInfo".
4087 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4089         * subr.el (delete-dups): New function.
4091 2004-01-19  Karl Berry  <karl@gnu.org>
4093         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4094         with ^, since that's what texinfo-show-structure
4095         documentation says (plus it works much better in texinfo.txi).
4097 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4099         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4101 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4103         * progmodes/which-func.el (which-function-mode): Don't cancel
4104         which-func-update-timer if not set.
4106 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4108         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4109         Remove spurious left square bracket in XX:XXam regexp.
4111 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4113         * progmodes/cc-defs.el: Do not require cl at run time.
4115 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4117         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4118         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4120         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4121         Call rmail-spam-filter.  Delete and expunge spam.
4122         Print number of spam messages deleted.
4123         Save and restore the deletion status of old messages when reading
4124         new mail with spam filter, so that expunging spam does not expunge
4125         msgs deleted by the user.
4126         (rmail-only-expunge): Add an optional argument dont-show to
4127         prevent showing message after expunge.
4129 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4131         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4132         * subr.el (declare): New macro.
4134 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4136         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4138 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4141         Test window-system rather than system-type (for X11/Mac).
4143 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
4145         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4147 2004-01-12  Richard M. Stallman  <rms@gnu.org>
4149         * mail/rmail.el (rmail-convert-to-babyl-format):
4150         Use mail-unquote-printable-region.
4151         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4152         (rmail-hex-char-to-integer): Functions deleted.
4154         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4155         (mail-unquote-printable-region): New arg NOERROR.
4156         For invalid encoding, either signal an error to just return nil.
4158 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4160         * calendar/appt.el: Update copyright and commentary.
4161         (appt-issue-message): Make obsolete.
4162         (appt-visible, appt-msg-window): Make obsolete, in favour of
4163         appt-display-format.
4164         (appt-display-mode-line, appt-display-duration)
4165         (appt-display-diary, appt-time-msg-list, appt-mode-string)
4166         (appt-prev-comp-time, appt-display-count, appt-timer)
4167         (appt-convert-time): Doc change.
4168         (appt-disp-window-function, appt-delete-window-function):
4169         Use defcustom rather than defvar.
4170         (appt-display-format): New variable.
4171         (appt-display-message): New function with display code from appt-check.
4172         (appt-check): Add optional FORCE argument.  Doc change.
4173         Add appt-make-list to diary-hook if displaying diary.
4174         Remove checking of view-diary-entries-initially.
4175         Message display section removed to new function appt-display-message.
4176         (appt-display-window): Doc change.  Remove unused internal var
4177         this-buffer.  Do not beep, since appt-display-message does that.
4178         (appt-make-list): Doc change.  Use caar.
4179         (appt-sort-list): Simplify by using builtin sort function.
4180         (appt-update-list): New function for updating appts when diary is
4181         saved.
4182         (appt-activate): New autoloaded function to toggle package
4183         functionality.
4185         * calendar/cal-x.el: (calendar-one-frame-setup)
4186         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4188         * calendar/calendar.el: Update copyright.
4189         (view-diary-entries-initially, european-calendar-style): Doc change.
4190         (calendar-setup): Make defcustom rather than defvar.
4191         (mark-visible-calendar-date): Initialize temp-face and faceinfo
4192         in let binding so local to function.
4194         * calendar/diary-lib.el: Update copyright.
4195         (diary, diary-entry-time): Doc change.
4196         (list-diary-entries): Doc change.  Trivial logic change.
4197         (fancy-diary-display): Restore make-face command mistakenly
4198         deleted 2003-05-08.
4199         (show-all-diary-entries): Allow to pop-up frame if needed.
4201 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4203         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4204         Temporarily select EVENT's window for changing eol type.
4206 2004-01-09  Deepak Goel  <deego@gnufans.org>
4208         * calendar/diary-lib.el (diary-entry-time):
4209         Also accept time in the form XX[.XX][am/pm/AM/PM].
4210         (fancy-diary-font-lock-keywords): Likewise.
4211         (diary-font-lock-keywords): Likewise.
4212         * calendar/appt.el (appt-add): Likewise.
4213         (appt-make-list): Likewise.
4214         (appt-convert-time): Likewise.
4216 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4218         * gdb-ui.el (gdb-ann3): Revert previous change.
4219         (gdb-source-info): Allow for case of where compilation directory
4220         is not recorded.
4222 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4224         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4226 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4228         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4230         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4231         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4232         problems.
4233         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4235 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4237         * files.el (write-file-functions, write-contents-functions):
4238         Clarify docstrings.
4240 2004-01-07  Kenichi Handa  <handa@m17n.org>
4242         * international/mule.el (set-auto-coding): Fix for the case that
4243         end-of-line is only CR.
4245 2004-01-07  Kim F. Storm  <storm@cua.dk>
4247         * subr.el (event-start, event-end): Doc fix.
4248         (posn-string, posn-image): New defuns.
4249         (posn-object): Return either image or string object.
4250         (posn-object-x-y): Return 8th element of position.
4251         (posn-object-width-height): New defun.
4253 2004-01-06  Andreas Schwab  <schwab@suse.de>
4255         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4256         output.
4258 2004-01-05  Karl Berry  <karl@gnu.org>
4260         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4261         / and *, too.
4263 2003-12-31  Simon Josefsson  <jas@extundo.com>
4265         * files.el (before-save-hook): Add.
4266         (basic-save-buffer): Use before-save-hook.
4268         * emacs-lisp/copyright.el: Fix comment to recommend
4269         before-save-hook instead of write-file-functions.
4271 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4273         * finder.el (finder-commentary): Call delete-other-windows.
4275         * net/ange-ftp.el (ange-ftp-file-attributes):
4276         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4278 2004-01-04  Karl Berry  <karl@gnu.org>
4280         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4281         comment characters % and # in the copyright year notice,
4282         as well as ;.
4284 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4286         * wid-edit.el (default): Define dummy :value-delete.
4287         Reported by Jesper Harder <harder@ifa.au.dk>.
4289 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4291         * progmodes/compile.el (compile-internal): Use point, not point-min,
4292         for set-window-point.
4294         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4296         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4298         * progmodes/grep.el (grep-mode-map):
4299         Don't remap next-line, previous-line.
4301 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
4303         * speedbar.el (speedbar-edit-line): Change regexp to position
4304         the cursor on the first character of this line's button.
4306 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4308         * subr.el (functionp): Doc fix.
4310 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4312         * progmodes/idlwave.el (idlwave-make-tags):
4313         * textmodes/flyspell.el (flyspell-large-region):.
4314         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4315         * emulation/viper-util.el (viper-glob-unix-files):
4316         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4317         * man.el (Man-init-defvars):
4318         * jka-compr.el (jka-compr-call-process):
4319         * files.el (get-free-disk-space,insert-directory):
4320         * ediff-ptch.el (ediff-test-patch-utility):
4321         * ediff-diff.el (ediff-test-utility):
4322         * dired-aux.el (dired-check-process):
4323         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4324         test the return value of call-process, because it can be a string.
4326 2003-12-31  John Paul Wallington  <jpw@gnu.org>
4328         * bindings.el (completion-ignored-extensions): Add .pfsl.
4330 2003-12-31  Kim F. Storm  <storm@cua.dk>
4332         * ido.el (ido-nonreadable-directory-p): New defun to check for
4333         nonreadable directory without activating tramp (to avoid problems
4334         with checking incomplete tramp paths).
4335         (ido-set-current-directory, ido-file-internal)
4336         (ido-file-name-all-completions1): Use it.
4338 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4340         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4341         documentation if the anchor (or node) name is preceded by `info
4342         anchor' or `Info anchor' in addition to earlier `info node' and
4343         `Info node'.
4344         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4346 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4348         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4349         error in arguments to base64-decode-region.  Remove ^M characters
4350         after decoding base64.
4352 2003-12-30  Simon Josefsson  <jas@extundo.com>
4354         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
4355         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4356         have only been distributed with Emacs for some years.
4357         (texinfo-mode-hook): Customize.
4359 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4361         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4362         cleaner (suggested by Richard Stallman).
4364         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4365         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4366         file-name clashes on 8+3 DOS filesystems.
4368         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4369         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4370         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4371         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4372         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4373         file-name clashes on 8+3 filesystems.
4375         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4376         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4377         file-name clashes on 8+3 DOS filesystems.
4379 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4381         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4382         Upcase the character.
4384         * textmodes/flyspell.el (mail-mode-flyspell-verify):
4385         Search for header separator alone on a line, literally,
4386         and search for it backward, not forward.
4387         (flyspell-abbrev-table): Always use global-abbrev-table
4388         if there is no local one.
4390         * progmodes/sh-script.el (sh-get-indent-info):
4391         Don't move point back if at bob.
4393         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4395         * play/handwrite.el (handwrite): Make the handwrite credit message
4396         a comment rather than an output command.
4398         * obsolete/sc.el: Display message that this file is obsolete.
4400         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4402         * mail/rfc822.el (rfc822-address-start): Declare variable.
4403         Renamed from address-start.  All uses changed.
4405         * term.el (term-exec): Set up sentinel.
4406         (term-sentinel): New function.
4407         (term-handle-exit): New function.
4409         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4410         Use assoc-string, and mark them obsolete.
4411         (delay-mode-hooks): Mark as permanent local.
4413         * simple.el (sendmail-user-agent-compose): Use assoc-string.
4415         * register.el (copy-rectangle-to-register): Doc fix.
4417         * info.el (Info-insert-dir): Use assoc-string.
4419         * info-look.el (info-lookup): Use assoc-string.
4421         * frame.el (pop-up-frame-function): Use quote, not `function'.
4422         (frame-notice-user-settings): Calculate ADJUSTED-TOP
4423         copying with lists as coordinate values.
4425         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4427         * find-dired.el (kill-find): New command.
4428         (find-dired): Make buffer read-only.
4429         Set up a keymap with C-c C-k running kill-find.
4430         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4432         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4434         * filecache.el (file-cache-ignore-case): New variable.
4435         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
4437         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4438         (comint-dynamic-complete-as-filename): Rename local vars.
4439         (comint-dynamic-list-filename-completions): Likewise.
4441         * comint.el (comint-dynamic-list-completions-config): New var.
4442         (comint-dynamic-list-completions): Handle both SPC and TAB right.
4444         * comint.el (comint-file-name-chars): Add [].
4445         (comint-word): Use skip-chars-backward, not search.
4447         * shell.el (shell-file-name-chars): Add [].
4449         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4451         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4453         * generic.el (define-generic-mode): Doc fix.
4455 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4457         * files.el (kill-some-buffers): Doc fix.
4459 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
4461         * comint.el (comint-watch-for-password-prompt): Pass `string' as
4462         arg to send-invisible
4463         (send-invisible): Doc fix.  The argument is now a prompt, not the
4464         string to send.
4465         (comint-read-noecho): Doc fix.
4467 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
4469         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4470         "@", as required by some ISP hosting service.  Fix defcustom
4471         argument syntax errors that prevented use of customization.
4473 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4475         * xml.el (xml-get-attribute-or-nil): Doc fix.
4477 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
4479         * net/zone-mode.el (zone-mode): Use write-file-functions, not
4480         write-file-hooks.
4482 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4484         * autorevert.el (auto-revert-interval): Doc fix.
4486 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
4488         * xml.el (xml-get-attribute-or-nil): New function, like
4489         xml-get-attribute, but returns nil if the attribute was not found.
4490         (xml-get-attribute): Convert to defsubst, uses
4491         xml-get-attribute-or-nil.
4493 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4495         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4497 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
4499         * custom.el (custom-declare-theme): Use `value' when putting
4500         properties on `theme'.
4502 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4504         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4505         for each yank-handler segment.
4506         (insert-for-yank-1): New function, with the body of the previous
4507         insert-for-yank.
4509         * textmodes/table.el (table-yank-handler): New defcustom.
4510         (table--put-cell-indicator-property): Put yank-handler property
4511         that indicates the yank handler for the table cell.
4513 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4515         * generic-x.el (etc-modules-conf-generic-mode): A more complete
4516         set of keywords.
4518 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4520         * international/mule-cmds.el (reset-language-environment)
4521         (set-language-environment): Don't invoke fontset-related functions
4522         if fontset-list is not fboundp.
4524 2003-12-29  Kenichi Handa  <handa@m17n.org>
4526         * international/mule-cmds.el (reset-language-environment):
4527         Call set-overriding-fontspec-internal with nil.
4528         (set-language-environment): Call set-overriding-fontspec-internal
4529         if the language environment specify `overriding-fontspec'.
4530         (language-info-alist): Doc added.
4532         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4533         characters of mule-unicode-0100-24ff.
4534         (ccl-encode-windows-1251-font): New CCL program.
4535         ("Bulgarian"): Specify overriding-fontspec.
4536         ("Belarusian"): Likewise.
4538 2003-12-28  Sam Steingold  <sds@gnu.org>
4540         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4541         parameter ID-FORMAT to conform with the 2003-11-30 patch.
4543 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
4545         * progmodes/gud.el (gud-gdb-command-name): Set default to
4546         "gdb --annotate=3".
4547         (gud-gdb-marker-filter): Look out for annotations.
4548         (gdb-first-pre-prompt): New variable.
4549         Remove trailing white space.
4551         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4552         if necessary.
4553         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
4554         annotations are detected.
4555         (gud-gdba-marker-filter): Use global variable gud-marker-acc
4556         instead of a local one to allow transition from
4557         gud-gdb-marker-filter.
4558         Remove trailing white space.
4560 2003-12-27  Kim F. Storm  <storm@cua.dk>
4562         * ido.el: Handle non-readable directories.
4563         (ido-decorations): Add 9th element for non-readable directory.
4564         (ido-directory-nonreadable): New dynamic var.
4565         (ido-set-current-directory): Set it.
4566         (ido-read-buffer, ido-file-internal):
4567         (ido-read-file-name, ido-read-directory-name): Let-bind it.
4568         (ido-file-name-all-completions1): Return empty list for
4569         non-readable directory.
4570         (ido-exhibit): Print [Not readable] if directory is not readable.
4571         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4572         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4573         Use it.
4575 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
4577         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4578         calls to directory-files-and-attributes and file-attributes.
4579         (ls-lisp-format): Remove system dependent handling of user and
4580         group id's.
4582 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
4584         * ffap.el (ffap-read-file-or-url): Revert previous change.
4586 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
4588         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4589         new list of included files called `files-with-node-lines', that
4590         only have node lines.  This way @include commands can include any
4591         file, such as version and update files without node lines, not
4592         just files that are chapters.
4594 2003-12-25  Andreas Schwab  <schwab@suse.de>
4596         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4597         file not found.
4599 2003-12-08  Miles Bader  <miles@gnu.org>
4601         * dired.el (dired-between-files): Always use dired-move-to-filename,
4602         which is more robust in non-english locales.
4604 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4606         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4608 2003-12-24  Andreas Schwab  <schwab@suse.de>
4610         * shell.el (shell-file-name-quote-list): Add backslash.
4612         * comint.el (comint-quote-filename): Correctly handle backslash
4613         in comint-file-name-quote-list.
4615 2003-12-24  Kenichi Handa  <handa@m17n.org>
4617         * international/mule-cmds.el (set-default-coding-systems):
4618         Call ucs-set-table-for-input for all buffers that don't have local
4619         value of buffer-file-coding-system.
4621         * international/ucs-tables.el (ucs-set-table-for-input):
4622         If translation-table-for-encode is a symbol, get its
4623         translation-table property.
4625 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
4627         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4628         to `completing-read' on a recently fixed bug.
4630         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4631         instead of SPACE, to get the list of possible fringe modes.
4632         SPACE only works if both `partial-completion-mode' and
4633         `completion-auto-help' are nil.
4635         * complete.el (PC-is-complete-p): Delete.
4636         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4637         calls to `test-completion'.
4639 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4641         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4642         to edit values when there are no children.
4644         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4645         a mode called "Assembler" already exists.
4646         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4647         (gud-watch): Use format option.  Remove font properties from string.
4648         (gdb-var-create-handler, gdb-var-list-children-handler):
4649         Don't bother about properties as there are none.
4650         (gdb-var-create-handler, gdb-var-list-children-handler)
4651         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4652         with two arguments.
4653         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4654         Let speedbar show value changes with a different font.
4655         (gdb-edit-value): New defun.
4656         (gdb-clear-partial-output, gdb-clear-inferior-io)
4657         (def-gdb-auto-update-handler): Use erase-buffer.
4658         (gdb-frame-handler): Display watch expressions in
4659         FUNCTION::VARIABLE format if required.
4661 2003-12-23  John Paul Wallington  <jpw@gnu.org>
4663         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4664         (Info-goto-emacs-command-node): Doc fixes.
4666 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
4668         * cus-edit.el (custom-add-parent-links): Define "many".
4670 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
4672         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4673         (widget-child-validate, widget-type-value-create)
4674         (widget-type-default-get, widget-type-match): New functions.
4675         (lazy): New widget.
4676         (menu-choice, checklist, radio-button-choice, editable-list)
4677         (group, documentation-string): Remove redundant (per 2003-10-25
4678         change) calls to `widget-children-value-delete'.
4679         (widget-choice-value-get, widget-choice-value-inline): Remove.
4680         (menu-choice): Update widget.
4682 2003-12-03  Kenichi Handa  <handa@m17n.org>
4684         * language/cyrillic.el: Register "microsoft-cp1251" in
4685         ctext-non-standard-encodings-alist.
4686         ("Bulgarian"): Add ctext-non-standard-encodings.
4687         ("Belarusian"): Likewise.
4689         * international/mule-conf.el (compound-text-with-extensions):
4690         Change the type to 2 (iso-2022 base).
4692         * international/mule.el (ctext-non-standard-encodings-alist):
4693         Change the format.
4694         (ctext-non-standard-encodings): New variable.
4695         (ctext-post-read-conversion): Fully re-written.
4696         (ctext-non-standard-designations-alist): Delete it.
4697         (ctext-non-standard-encodings-table): New function.
4698         (ctext-pre-write-conversion): Fully re-written.
4700 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4702         * cus-edit.el (custom-add-parent-links): Add documentation links
4703         for parent, if the item has none of its own.
4705 2003-11-30  Richard M. Stallman  <rms@gnu.org>
4707         * dired-aux.el (dired-do-query-replace-regexp):
4708         Report files visited read-only.
4710 2003-11-30  Juri Linkov  <juri@jurta.org>
4712         * dired-aux.el (dired-compare-directories): New command.
4713         (dired-file-set-difference, dired-files-attributes): New functions.
4715 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4716         Version 2.0.38 of Tramp released.
4718         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
4719         Charles Curley <charlescurley@charlescurley.com>.
4720         (tramp-multi-connection-function-alist): Add ssht entry which adds
4721         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
4722         Aichner.
4723         (tramp-get-method-parameter): New function to retrieve a method
4724         parameter.  This allows for omission of method parameters.
4725         Callers adjusted.
4727 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
4729         * net/tramp.el: Add new optional parameter ID-FORMAT to
4730         `file-attributes'.  Calls of `file-attributes' won't use this
4731         parameter for backward compatibility reasons.
4732         (tramp-perl-file-attributes): Add a new parameter to Perl script
4733         in order to handle uid/gid as strings, if desired.
4734         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4735         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
4736         order to make the function more general.
4737         (tramp-handle-file-attributes): Replace proprietary optional
4738         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
4739         (tramp-handle-file-attributes-with-perl): Handle parameter
4740         NONNUMERIC if set.  This wasn't done in the past.
4741         (tramp-post-connection): Apply second parameter "$2" if
4742         `tramp-remote-perl' is called.
4744         * net/tramp-smb.el (tramp-smb-handle-delete-file):
4745         Correct cut'n'waste error (`filename' instead of `directory').
4746         (tramp-smb-handle-directory-files-and-attributes)
4747         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4748         introduced parameter ID-FORMAT.
4749         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4750         error (`directory' instead of `ldir').
4752         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4753         `file-attributes' has a second parameter.  If yes, apply it with
4754         value "'integer".  Otherwise, don't use that parameter (default is
4755         integer format).
4757 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4759         * help.el (help-map): Bind `display-local-help' to `C-h .'.
4760         (help-for-help): Add `C-h .' to the listed Help options.
4761         Remove trailing whitespace.
4763         * help-at-pt.el: New file.
4765 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
4767         * subr.el (noreturn, 1value): New macros for test coverage.
4768         See `testcover.el'.
4770         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4772         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4773         for macro `1value'.
4774         (testcover-1value): New function.  Checks that a 1value form
4775         actually returns only one value.  Requested by RMS.
4777 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
4779         * gdb-ui.el (gud-watch, gdb-var-create-handler)
4780         (gdb-var-list-children, gdb-var-list-children-handler)
4781         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4782         gdb commands that use mi to keep them out of the command history.
4784 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4786         * cus-start.el (all): Add use-file-dialog.
4788 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4792 2003-11-27  Kim F. Storm  <storm@cua.dk>
4794         * subr.el (posn-object-x-y): New defun.
4796 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4799         Don't use `space' for \\\n.
4800         Be more selective as to which # are comment-starters.
4802 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
4804         * subr.el (number-sequence): Improve handling of floating point
4805         arguments (suggested by Kim Storm).  Allow negative arguments.
4807 2003-11-26  Kenichi Handa  <handa@m17n.org>
4809         * international/mule-cmds.el (standard-display-european-internal):
4810         Cancel the standard-display-table setting for ` and '.
4812 2003-11-26  Kim F. Storm  <storm@cua.dk>
4814         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4815         New defcustoms to add ffap-like functionality to ido.
4816         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
4817         (ido-no-final-slash): New defun.
4818         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4819         (ido-read-file-name): ): Toggle VC checking via
4820         vc-handled-backends instead of vc-master-templates.
4821         (ido-file-internal): Handle ido-use-url-at-point and
4822         ido-use-filename-at-point via code borrowed from ffap-guesser.
4823         Handle new ido-exit code ffap.
4824         (ido-sort-list): Ignore final slash when sorting file names.
4826 2003-11-25  Kim F. Storm  <storm@cua.dk>
4828         * emulation/cua-base.el (cua--standard-movement-commands):
4829         Add forward-sentence and backward-sentence.
4831 2003-11-25  Stephen Eglen  <stephen@gnu.org>
4833         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4834         iswitchb-exit is set to 'usefirst when user selects buffer at head
4835         of list using RET.  (Selecting buffers at the head of the list was
4836         broken if the substring was also a complete buffername.)
4838 2003-11-23  Kim F. Storm  <storm@cua.dk>
4840         * progmodes/compile.el (grep-command, grep-use-null-device)
4841         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4842         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4843         (grep-regexp-alist, grep-program, find-program)
4844         (grep-find-use-xargs, grep-history, grep-find-history)
4845         (grep-process-setup, grep-compute-defaults)
4846         (grep-default-command, grep, grep-tag-default, grep-find)
4847         (grep-expand-command-macros, grep-tree-last-regexp)
4848         (grep-tree-last-files, grep-tree): Move grep variables, functions
4849         and commands to new file grep.el.
4850         (compilation-mode-map): Remove grep commands from Compile sub-menu.
4851         (compilation-process-setup-function): Doc fix.
4852         (compilation-highlight-regexp, compilation-highlight-overlay): New
4853         defvars used for highlighting current compile error in source buffer.
4854         (compile-internal): New optional args HIGHLIGHT-REGEXP and
4855         LOCAL-MAP which overrides compilation-highlight-regexp and
4856         compilation-mode-map for this compilation.
4857         Delay calling compilation-set-window-height until after running
4858         compilation-process-setup-function so it can buffer-local override
4859         compilation-window-height.
4860         Check buffer-local value of compilation-scroll-output.
4861         (compilation-set-window-height): Use buffer-local value of
4862         compilation-window-height.
4863         (compilation-revert-buffer): Don't pass (undefined)
4864         preserve-modes arg to revert-buffer.
4865         (next-error-no-select, previous-error-no-select): New commands.
4866         (compilation-goto-locus): Temporarily highlight current match in
4867         source buffer using compilation-highlight-regexp.
4869         * progmodes/grep.el: New file with grep code from compile.el.
4870         (grep): New defcustom group.
4871         (grep-window-height): New defcustom, like compilation-window-height.
4872         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4873         (grep-scroll-output): New defcustom, like compilation-scroll-output.
4874         (grep-command, grep-use-null-device, grep-find-command)
4875         (grep-tree-files-aliases, grep-tree-ignore-case)
4876         (grep-tree-ignore-CVS-directories): Move to grep custom group.
4877         (grep-setup-hook): New hook variable.
4878         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
4879         (grep-last-buffer): New defvar, override compilation-last-buffer.
4880         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
4881         Call compile-internal with args highlight-regexp and grep-mode-map.
4883 2003-11-23  Kim F. Storm  <storm@cua.dk>
4885         * subr.el (event-start, event-end): Doc fix.
4886         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4887         (posn-area, posn-actual-col-row, posn-object): New defuns.
4888         (posn-col-row): Simplify doc.  Rewrite to use cond.
4889         (posn-point): Also return buffer position for events outside text
4890         area (that info is now present in the event position).
4892         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4893         mouse-set-point so that hscroll still works now that clicks on
4894         fringes generate specific mouse events.
4895         (mouse-set-point): Note that it now works in fringes and margins
4896         too due to new semantics of posn-point in fringes and margins.
4898         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4899         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4901 2003-11-20  Kim F. Storm  <storm@cua.dk>
4903         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4904         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4905         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4906         to 100 for icons to avoid increasing line height when shown.
4908 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4910         * newcomment.el (comment-normalize-vars): Initialize properly if
4911         comment-start was nil.
4913 2003-11-19  Andreas Schwab  <schwab@suse.de>
4915         * simple.el (set-variable): Fix indentation.
4917 2003-11-17  Kenichi Handa  <handa@m17n.org>
4919         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4920         Fix docstring.
4922 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4924         * international/latin1-disp.el (latin1-display): Fix docstring.
4926 2003-11-16  John Wiegley  <johnw@newartisans.com>
4928         * eshell/em-ls.el (eshell-ls-file): There are times with
4929         size-width is nil and uncomputed (when directories are created in
4930         dired, for example); in this case, 4 is reasonable default value,
4931         although it may caused skewed new entries (which could be avoided
4932         by returning the original value of 8 in all cases, but 99% of the
4933         time this is a waste of whitespace).
4935 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4937         * cc-engine.el (c-guess-continued-construct)
4938         (c-guess-basic-syntax): Check a little more carefully if it's a
4939         function declaration when an unknown construct followed by a block
4940         is found inside a statement context.  This avoids macros followed
4941         by blocks to be taken as function declarations.
4943         (c-guess-continued-construct): Change the analysis of a statement
4944         continuation with a brace open to `substatement-block', for
4945         consistency with recognized statements.
4947         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4948         start is in a position so that `c-beginning-of-statement-1' jumped
4949         to the beginning of the same statement.
4951         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4952         Don't accept binary operators in the arglist if we're in a function
4953         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4954         template recognition in cases like "if (a < b || c > d)".
4956         (c-restricted-<>-arglists): New more appropriate name for
4957         `c-disallow-comma-in-<>-arglists'.
4959         Accessing functions updated for the variable name change.
4961         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4962         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4964         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4965         labels.
4967         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4968         instead of duplicating parts of it.  This fixes bogus label
4969         recognition.
4971         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4972         of checking the context in which to apply the minimum indentation,
4973         so that it isn't enforced in e.g. namespace blocks.
4975         * cc-vars.el (c-inside-block-syms): New constant used by
4976         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4977         to somewhat reduce the risk of becoming stale.
4979         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4980         cc-cmds to cc-engine to allow use from cc-align.
4982         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4983         qualified identifiers containing "::".
4985         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4986         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4988         * cc-vars.el (c-emacs-features): Use a space in front of the name
4989         of the temporary buffer.  That also avoids dumping problems in
4990         XEmacs due to undo info being left around after the buffer is killed.
4992         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4993         arglist to see if it's a K&R style declaration.
4995         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4996         before returning `knr-argdecl-intro'.
4998 2003-11-16  John Wiegley  <johnw@newartisans.com>
5000         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5001         field in a long-listing always 8 characters, use `size-width',
5002         which has already been computed.
5004 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5006         * subr.el (minor-mode-list): Add `hs-minor-mode'.
5008 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5010         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5011         Support operation while narrowed, with `diff-restrict-view'.
5013 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5015         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5016         Take additional optional arg NARROWFUN.  For the generated functions:
5017         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
5018         include frags that arrange to check for and save narrowing state before
5019         the move and then conditionally call NARROWFUN after the move.
5021 2003-11-14  John Wiegley  <johnw@newartisans.com>
5023         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5024         that was optional, but obviously missing based on surrounding code.
5026         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5027         string arguments to numbers unless the whole argument was seen as
5028         a number.
5030 2003-11-14  Kenichi Handa  <handa@m17n.org>
5032         * international/mule.el (ctext-non-standard-encodings-alist):
5033         Fix coding systems.
5035 2003-11-10  Kenichi Handa  <handa@m17n.org>
5037         * language/kannada.el ("Kannada"): Add sample-text.
5039         * language/knd-util.el (kannada-compose-region)
5040         (kannada-compose-string, kannada-post-read-conversion):
5041         Add autoload cookie.
5043         * international/quail.el (quail-completion): Change the message
5044         "corresponding translations" to "corresponding characters".
5046 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5048         * descr-text.el (describe-char): Fix typo.
5050 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
5052         These changes are to support Kannada language/script.
5054         * Makefile.in (DONTCOMPILE): Add kannada.el.
5056         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5058         * loadup.el: Preload kannada.el.
5060         * language/ind-util.el (ucs-kannada-to-is13194-alist)
5061         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5062         New variables.
5064         * language/kannada.el: New file.
5066         * language/knd-util.el: New file.
5068 2003-11-07  Andreas Schwab  <schwab@suse.de>
5070         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5071         Also highlight AH_*.
5073         * xml.el (xml-parse-dtd): Fix misplaced paren.
5075 2003-11-07  Kenichi Handa  <handa@m17n.org>
5077         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5079 2003-11-05  Juri Linkov  <juri@jurta.org>
5081         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5082         (desktop-buffer-file): Use saved buffer-file-coding-system
5083         for file reading.  Set auto-insert to nil to prevent automatic
5084         insertion into restored empty files.
5086 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5088         * files.el (risky-local-variable-p): Make second argument optional.
5090 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * subr.el (add-hook): Fix last change.
5094 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5096         * mail/rmail.el (rmail-convert-to-babyl-format):
5097         If base64-decode-region signals an error, catch it and silently
5098         ignore it.
5100 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5102         * xml.el (xml-parse-region): Allow comments to appear after the
5103         topmost element has closed.
5104         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5105         (xml-ns-expand-attr): New functions to do namespace handling.
5106         (xml-intern-attrlist): Back-compatible handling of attribute names.
5107         (xml-parse-tag): Move namespace handling to separate functions.
5108         Now produces elements in the form ((:ns . "element") (attr-list)
5109         children) instead of ('ns:element (attr-list) children).
5110         (xml-parse-attlist): Fix attribute parsing.
5111         (xml-parse-dtd): Change parsing so that it produces strings
5112         instead of interned symbols.
5114 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5116         * dired.el (dired-ls-sorting-switches): Doc fix.
5118 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5120         * emacs-lisp/rx.el (rx-or): Fix the case of
5121         "(rx (and ?a (or ?b ?c) ?d))".
5123 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5125         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5126         (texinfo-format-region): Use it.
5127         (texinfo-format-buffer-1): Ditto.
5129 2003-11-01  Alan Mackenzie  <acm@muc.de>
5131         Changes to allow scrolling whilst in isearch mode:
5132         * isearch.el (isearch-unread-key-sequence): New function,
5133         extracted from isearch-other-meta-char.
5134         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5135         "scrollable" standard functions.
5136         (isearch-allow-scroll): New customizable variable.
5137         (isearch-string-out-of-window, isearch-back-into-window)
5138         (isearch-reread-key-sequence-naturally)
5139         (isearch-lookup-scroll-key): New functions.
5140         (isearch-other-meta-char): Doc string and functionality enhanced.
5141         Now accepts a prefix argument.
5142         (isearch-lazy-highlight-window-end): New variable.
5143         (isearch-lazy-highlight-new-loop): Pay attention to the window's
5144         end (thru isearch-lazy-highlight-window-end), not only its start.
5146         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5147         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5148         (universal-argument, universal-argument-more, negative-argument)
5149         (digit-argument, universal-argument-other-key): Minor changes.
5151 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5153         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5154         recursively if the last message is deleted, thus avoiding an
5155         infinite loop.
5157 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5160         (tex-main-file): Don't add .tex if the extension is already present.
5161         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5163 2003-10-29  Lute Kamstra  <lute@gnu.org>
5165         * progmodes/octave-inf.el (inferior-octave-prompt):
5166         Recognize version number in prompt.
5168 2003-10-28  Dave Love  <fx@gnu.org>
5170         * international/characters.el: Fix some Unicode ranges.
5172 2003-10-28  Kenichi Handa  <handa@m17n.org>
5174         * disp-table.el (standard-display-8bit)
5175         (standard-display-default, standard-display-ascii)
5176         (standard-display-g1, standard-display-graphic)
5177         (standard-display-underline): Assure that standard-display-table
5178         is a display table.
5180 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * simple.el (reindent-then-newline-and-indent): Delete space *after*
5183         reindenting the first line.
5185 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5187         * wid-edit.el (widget-default-delete): Always delete child widgets.
5189 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5191         * newcomment.el (comment-indent): Don't call indent-according-to-mode
5192         if the line has code.
5193         Don't try to line up with something that's too far left.
5195         * progmodes/octave-mod.el (octave-comment-start): Simplify.
5196         (octave-mode-syntax-table): Add % as a comment starter.
5197         (octave-point): Remove.
5198         (octave-in-comment-p, octave-in-string-p)
5199         (octave-not-in-string-or-comment-p, calculate-octave-indent)
5200         (octave-blink-matching-block-open, octave-auto-fill):
5201         Use line-(beginning|end)-position instead.
5203 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5205         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5206         for Francesco Potort\e,Al\e(B.
5208 2003-10-23  Dave Love  <fx@gnu.org>
5210         * international/mule-cmds.el (locale-charset-to-coding-system):
5211         Don't rely on nil being a coding system.
5213         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5214         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5215         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5217 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5219         * gdb-ui.el (gdb-current-language): New variable.
5220         (gdb-update-flag): Remove variable.
5221         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5222         (gdb-take-last-elt): Remove function.
5223         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5224         (gdb-post-prompt): Check for variable object changes here.
5226         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5227         object changes in gdb-ui.el.
5229 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5231         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5233         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5234         Don't check for foo*/ wildcard form here.
5235         (insert-directory): Recognize foo*/ as a wildcard.
5236         Separate wildcard-regexp variable from the arg, wildcard.
5238         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5239         (remove-hook): Correctly handle strange cases about local hooks.
5241 2003-10-21  David Ponce  <david@dponce.com>
5243         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5244         argument REAL, to return a real number instead of a rounded
5245         integer value.  Define as inline function.
5246         (ruler-mode-right-fringe-cols): Likewise.
5247         (ruler-mode-scroll-bar-cols): New function.
5248         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5249         (ruler-mode-right-scroll-bar-cols): Likewise.
5250         (ruler-mode-space): New function.
5251         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5252         scroll bar mode and margins in a more robust way.
5254 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5256         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5257         (antlr-c-init-language-vars): New function.
5258         (antlr-mode): Use it with cc-mode before v5.29.
5259         (antlr-c-common-init): Don't set some local vars here.
5260         (antlr-mode): Set them here.
5261         (antlr-c-forward-sws): New function alias.
5262         (antlr-mode): Redefine with cc-mode before v5.30.
5263         (antlr-skip-sexps): Use it.
5264         (antlr-skip-exception-part): Ditto.
5265         (antlr-skip-file-prelude): Ditto.
5266         (antlr-outside-rule-p): Ditto.
5267         (antlr-end-of-body): Ditto.
5268         (antlr-option-kind): Ditto.
5269         (antlr-insert-option-area): Ditto.
5270         (antlr-file-dependencies): Ditto.
5272 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5274         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5275         Move backward only if point was not inside an entry.
5277 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5279         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5281 2003-10-21  Juri Linkov  <juri@jurta.org>
5283         * compare-w.el: Automatically skip non-matching text to resync.
5284         (compare-windows-whitespace): Doc fix.
5285         (compare-windows-sync, compare-windows-sync-string-size)
5286         (compare-windows-recenter, compare-ignore-whitespace)
5287         (compare-windows-highlight, compare-windows-face): New variables.
5288         (compare-windows): Use compare-windows-sync.
5289         (compare-windows-highlight, compare-windows-dehighlight)
5290         (compare-windows-sync-regexp)
5291         (compare-windows-sync-default-function): New functions.
5293 2003-10-21  Juri Linkov  <juri@jurta.org>
5295         * diff.el (diff-parse-differences): Don't visit the files now;
5296         instead, just record the error locus.
5298 2003-10-21  Dave Love  <fx@gnu.org>
5300         * progmodes/cfengine.el: New file.
5302 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5304         * complete.el (PC-do-completion): Do not forget to use `pred' as the
5305         default-directory when completing file names.
5307 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
5309         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5310         followed by the word `face', it gets treated as a face, even if
5311         it is also defined as a variable or a function.
5313 2003-10-20  Dave Love  <fx@gnu.org>
5315         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5316         Avoid incf in macro expansion.
5318 2003-10-20  John Paul Wallington  <jpw@gnu.org>
5320         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5321         `evenp' so we don't implicitly require cl library at runtime.
5323 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
5325         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5326         (help-make-xrefs): Only make cross-references for faces if
5327         preceded or followed by the word `face'.  Do not make a
5328         cross-reference for variables without variable documentation,
5329         unless preceded by the word `variable' or `option'.  Update doc
5330         string accordingly.
5332 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5334         * progmodes/hideshow.el: Rewrite one-armed `if'
5335         constructs using either `when' or `unless'.
5336         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5338 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
5340         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5341         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5342         instead of 12x12.
5344 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5346         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5347         message while converting to Babyl.
5349 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
5351         * allout.el (allout-mode): Doc fix.
5353 2003-10-16  Lute Kamstra  <lute@gnu.org>
5355         * subr.el (force-mode-line-update): Fix docstring.
5357 2003-10-14  Dave Love  <fx@gnu.org>
5359         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5360         (default-input-method): Add :link, improve :type.
5361         (locale-charset-language-names): Fix utf-8 pattern.
5362         (locale-charset-match-p, locale-charset-alist)
5363         (locale-charset-to-coding-system): New.
5364         (set-locale-environment): Deal with codeset part of locale specs.
5366 2003-10-14  Lute Kamstra  <lute@gnu.org>
5368         * fringe.el (fringe-mode): Use active voice in docstring.
5369         (set-fringe-style): Ditto.
5371 2003-10-13  Lute Kamstra  <lute@gnu.org>
5373         * fringe.el (fringe-mode): Fix docstring.
5374         (set-fringe-style): Ditto.
5376 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5378         * ediff-mult.el (ediff-filegroup-action):
5379         Use ediff-default-filtering-regexp.
5381         * ediff-util.el (ediff-recenter): Don't call
5382         ediff-restore-highlighting twice.
5383         (ediff-select-difference): Set current difference.
5384         (ediff-unselect-and-select-difference): Add comment.
5386         * ediff.el (ediff-directories,ediff-directory-revisions)
5387         (ediff-directories3,ediff-merge-directories)
5388         (ediff-merge-directories-with-ancestor)
5389         (ediff-merge-directory-revisions)
5390         (ediff-merge-directory-revisions-with-ancestor):
5391         Use ediff-default-filtering-regexp.
5393 2003-10-12  Andreas Schwab  <schwab@suse.de>
5395         * international/mule-cmds.el (locale-charset-language-names):
5396         Simplify regex by removing unused grouping.
5398 2003-10-10  Dave Love  <fx@gnu.org>
5400         * bindings.el: Don't bind stop.
5402 2003-10-08  Miles Bader  <miles@gnu.org>
5404         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5405         face instead of attempting to emulate it.
5407 2003-10-07  Kenichi Handa  <handa@m17n.org>
5409         * international/mule-diag.el (list-coding-systems-1): List coding
5410         systems that are loaded automatically.
5412         * international/code-pages.el (iso-8859-11): Add autoload cookie.
5414         * international/mule.el (autoload-coding-system): New function.
5416 2003-10-07  Andreas Schwab  <schwab@suse.de>
5418         * log-edit.el (log-edit-changelog-entries): Prefer local value of
5419         change-log-default-name in the buffer visiting the file.
5421 2003-10-06  Dave Love  <fx@gnu.org>
5423         * files.el (find-file-hook): Customize.
5424         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5426         * bindings.el (completion-ignored-extensions): Remove .log.
5427         (global-map): Add again, open, stop keys.
5429 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5431         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5432         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5433         Use sh-modify directly.
5434         (sh-select): Use sh-append, not eval.
5436         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5438         * info.el (Info-following-node-name): New function.
5440         * loadhist.el (unload-feature-special-hooks):
5441         Rename from loadhist-hook-functions.
5442         (loadhist-hook-functions): Now an alias.
5444 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
5446         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5447         file-name clashes on 8+3 filesystems.
5449         * Makefile.in (DONTCOMPILE, bootstrap-clean):
5450         Rename loaddefs-boot.el to ldefs-boot.el
5452         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5453         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5455 2003-10-03  Lute Kamstra  <lute@gnu.org>
5457         * info.el (Info-mode): Revert previous change.
5458         (Info-escape-percent): New function.
5459         (Info-fontify-node): Use it.
5461 2003-10-02  Andreas Schwab  <schwab@suse.de>
5463         * loaddefs-boot.el: Regenerated.
5465 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
5467         * ffap.el: Remove defadvice related code from CVS since `complete'
5468         provides a `PC-completion-as-file-name-predicate' variable that
5469         ffap can override.
5471 2003-10-02  Kenichi Handa  <handa@m17n.org>
5473         * international/utf-8.el (ccl-decode-mule-utf-8):
5474         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5476         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5477         * international/subst-big5.el: Likewise.
5478         * international/subst-gb2312.el: Likewise.
5479         * international/subst-ksc.el: Likewise.
5481 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5483         * calendar/calendar.el (increment-calendar-month)
5484         (calendar-leap-year-p, calendar-absolute-from-gregorian)
5485         (generate-calendar, calendar-read-date, calendar-interval)
5486         (calendar-day-of-week): Handle years BC.
5487         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5489 2003-10-01  Dave Love  <fx@gnu.org>
5491         * language/cyrillic.el (cp1251): Alias for windows-1251.
5493         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5494         bootstrap.
5496 2003-10-01  Lute Kamstra  <lute@gnu.org>
5498         * files.el: Fix typo.
5499         * imenu.el (imenu--generic-function): Docstring fix.
5501 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5503         * dired.el (dired-mode): Handle dired-directory as a list.
5505 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
5507         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5509         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5511         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5512         Replace gud-display with gud-watch.
5513         (gud-speedbar-buttons): Add stuff for watching expressions
5514         in the speedbar when using M-x gdba.  Use dolist on old part
5515         of this function.
5517         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5518         (gdb-update-flag): New variables.
5519         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5520         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5521         (gud-watch, gdb-var-create-handler) : New functions.
5522         (gdb-var-list-children, gdb-var-list-children-handler)
5523         (gdb-var-create-regexp, gdb-var-update-regexp)
5524         (gdb-var-list-children-regexp): New constants.
5525         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5526         (gdb-annotation-rules): Reduce annotation set (level 3).
5527         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5528         (gdb-post-prompt): Don't update GDB buffers every time speedbar
5529         updates.
5530         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5531         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5532         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5533         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5534         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5535         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5536         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5537         (gud-display, gud-display1)
5538         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5539         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5540         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5541         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5542         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5543         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5544         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5545         (gdb-display-display-buffer, gdb-toggle-display)
5546         (gdb-delete-display, gdb-expressions-popup-menu)
5547         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5548         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5549         to display buffer.
5551 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5553         * progmodes/ada-mode.el (ada-mode): Don't use advice.
5554         Instead, set which-func-functions.
5556         * progmodes/which-func.el (which-func-modes): Add ada-mode.
5557         (which-func-functions): New variable.
5558         (which-function): Use that.
5560         * info.el (Info-mode): Double each `%' in header line.
5562         * emacs-lisp/lisp-mnt.el (lm-with-file):
5563         When FILE is nil, run BODY in current buffer.
5565         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5567         * help.el (describe-mode): Start with a brief list of minor modes.
5568         Find them thru minor-mode-list so as to find them all.
5569         Show them in alphabetical order.
5571         * mail/sendmail.el (mail-aliases): Doc fix.
5573         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5575 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5577         * mail/rmailsum.el (rmail-make-summary-line-1):
5578         Change comma after last label to a space.
5579         (rmail-summary-font-lock-keywords): Adapt to that change.
5581 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
5583         * progmodes/scheme.el (scheme-mode-variables): When setting
5584         `font-lock-defaults', also specify that "#" should
5585         be interpreted with `word' syntax.
5586         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5588 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
5590         * desktop.el: A lot of comments updated.
5591         (desktop-save-mode): Minor mode introduced.
5592         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5593         (desktop-load-default): Function made obsolete.
5594         (desktop-locals-to-save): Variable made customizable.
5595         (desktop-read): Optional parameter `dirname' added.
5596         (desktop-change-dir, desktop-revert): Parameter `dirname' in
5597         `desktop-read' used.
5598         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5600 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
5602         * whitespace.el (whitespace-clean-msg): Add user customizable message
5603         for displaying ``clean'' output.
5604         (whitespace-buffer): Use `whitespace-clean-msg'.
5605         (whitespace-global-mode): Fix typo.
5607 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
5609         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5611 2003-09-29  Lute Kamstra  <lute@gnu.org>
5613         * bindings.el (mode-line-modes): Remove superfluous :propertize
5614         construct in initialization.
5615         (mode-line-position): Change cons cell into proper list in
5616         initialization.
5618 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5620         * international/mule.el (decode-coding-inserted-region): Use car
5621         of the return value of find-operation-coding-system.
5623 2003-09-29  Kenichi Handa  <handa@m17n.org>
5625         * descr-text.el (describe-char): Fix previous change.
5627 2003-09-28  Kenichi Handa  <handa@m17n.org>
5629         * descr-text.el (describe-char-display): New function.
5630         (describe-char): Pay attention to display table on describing how
5631         a character is displayed.
5633         * international/mule-cmds.el (encoded-string-description):
5634         Prepend "0x" to each encoded byte.
5636 2003-09-28  Andreas Schwab  <schwab@suse.de>
5638         * find-file.el (ff-special-constructs): Add autoload cookie.
5640 2003-09-28  Kevin Ryde  <user42@zip.com.au>
5642         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5643         makeinfo appends to duplicate index entries.
5645 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
5647         * dired-x.el (dired-clean-tex): Doc fix.
5649         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5650         using a Chinese tutorial.
5652 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5654         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5655         between "MAIL FROM:" and "RCPT TO:" and the following address.
5657 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5659         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5661 2003-09-28  David Ponce  <david@dponce.com>
5663         * recentf.el (recentf-initialize-file-name-history): New defcustom.
5664         (recentf-load-list): When `recentf-initialize-file-name-history'
5665         is non-nil, initialize an empty `file-name-history' with the
5666         recent list.
5668 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
5670         * man.el (Man-default-man-entry): Remove the leading `*' from the
5671         word at point.
5673 2003-09-26  Lute Kamstra  <lute@gnu.org>
5675         * bindings.el (mode-line-position): Mention size indication in
5676         docstring.
5678 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
5680         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5682         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5683         because it's autoloaded now.
5685 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5687         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5688         (sh-font-lock-keywords, sh-feature): Fix previous change of
5689         sh-feature to avoid infloop with sh-font-lock-keywords.
5691 2003-09-25  Kim F. Storm  <storm@cua.dk>
5693         * frame.el (frame-current-scroll-bars): New defun.
5695         * window.el (window-current-scroll-bars): New defun.
5697 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5699         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5700         cause errors when the state cache contains info on parts that have
5701         been narrowed out.
5703 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5705         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5706         `c-setup-paragraph-variables' has to be used when this variable is
5707         changed; it doesn't work to reinitialize the mode since that
5708         typically clobbers the variable.
5710         * progmodes/cc-styles.el (c-setup-paragraph-variables):
5711         Make it interactive.
5713 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5715         * progmodes/cc-fonts.el (c-font-lock-declarations):
5716         Fix recognition of constructors and destructors for classes whose
5717         names are matched by `*-font-lock-extra-types'.
5719         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5720         followed by an identifier in C++ then it's a type.
5722 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5724         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5725         problem that primarily affected XEmacs.  Don't use faces to find
5726         unterminated strings since Emacs and XEmacs fontify strings
5727         differently - this function should now work better in XEmacs.
5729 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5731         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5732         `expand-abbrev' workaround which caused braces to misbehave inside
5733         macros.
5735         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5736         handling.  This bug could cause interactive font locking to bail out.
5738 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5740         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5741         Handle paren-style types in Pike.  Also fixed some cases of
5742         insufficient handling of unbalanced parens.
5744 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
5746         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5747         common shell prompts that are not common filename or URL characters.
5748         (ffap-file-at-point): Use the new regexp to strip the prompts from
5749         the file names.  This is an issue mostly for user prompts that
5750         don't have a trailing space and find-file-at-point is invoked from
5751         within a shell inside emacs.
5753 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
5755         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5756         stamps numerically, rather than textually.
5758 2003-09-24  Kenichi Handa  <handa@m17n.org>
5760         * language/devan-util.el (devanagari-post-read-conversion):
5761         * language/mlm-util.el (malayalam-post-read-conversion):
5762         * language/tml-util.el (tamil-post-read-conversion):
5763         Add autoload cookie.
5765         * international/utf-8.el (utf-8-post-read-conversion):
5766         Call post-read-conversion functions for Devanagari, Malayalam,
5767         and Tamil.
5769 2003-09-23  Dave Love  <fx@gnu.org>
5771         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5773 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
5775         * progmodes/gud.el (perldb): Add gud-until to list of commands.
5776         Update gud-remove.
5778 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5780         * progmodes/sh-script.el (sh-mode-default-syntax-table):
5781         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
5782         (sh-mode-syntax-table-input): New variable.
5783         (sh-require-final-newline): Don't use eval.
5784         (sh-builtins, sh-leading-keywords, sh-other-keywords)
5785         (sh-variables, sh-font-lock-keywords): Don't use eval.
5786         (sh-set-shell): When setting require-final-newline,
5787         treat value = `require-final-newline' as don't change it.
5788         Set sh-mode-syntax-table locally based on
5789         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5791         * progmodes/compile.el (compile-internal):
5792         Call compilation-set-window-height before setting window start.
5794 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
5796         * emacs-lisp/bytecomp.el (byte-compile-log-file):
5797         Clear out byte-compile-last-warned-form.
5799 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5801         * woman.el (woman-file-name, woman-follow-word):
5802         If current-word returns nil, use "".
5804         * simple.el (eval-expression): Bind standard-output in to-buffer case.
5806 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5808         * emacs-lisp/lisp-mnt.el (lm-with-file):
5809         Don't visit the file, just use insert-file-contents in temp buffer.
5811 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
5813         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5814         Add surrounding \\( and \\) around the header, as in
5815         for lm-history-header 'Change Log\\|History'.
5817 2003-09-22  John Paul Wallington  <jpw@gnu.org>
5819         * progmodes/ld-script.el: Add Commentary section,
5820         minor cleanup of file header.
5821         (ld-script-font-lock-keywords): Doc fix.
5822         (toplevel): Provide `ld-script' feature.
5824 2003-09-21  Kim F. Storm  <storm@cua.dk>
5826         * scroll-bar.el (set-scroll-bar-mode): Initialize to
5827         new built-in variable default-frame-scroll-bars.
5828         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5829         scroll-bar-mode; notably, use it instead of t when we toggle
5830         scroll-bars on.
5831         (toggle-scroll-bar): Use default-frame-scroll-bars.
5833 2003-09-19  Masatake YAMATO  <jet@gyve.org>
5835         * pcvs.el (cvs-do-removal): Change the prompt depending on
5836         `filter' value.
5838 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5840         * startup.el (command-line-1): Stop startup-echo-area-message
5841         being hidden by "Loading image..." message.
5842         (use-fancy-splash-screens-p, display-splash-screen):
5843         Move display-graphic-p test from latter to former.
5845         * progmodes/sh-script.el (sh-font-lock-keywords):
5846         Highlight escaped EOLs differently from other backslash constructs.
5848 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5850         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5851         New functions.
5852         (edebug-enter, edebug-outside-excursion): Use them.
5854         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5855         Fix the condition for whether to print "In WHERE".
5857 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
5859         * finder.el (finder-mode-hook): New variable.
5860         (finder-mode): Run hook finder-mode-hook
5862 2003-09-18  Masatake YAMATO  <jet@gyve.org>
5864         * progmodes/ebrowse.el: Fix broken magic autoload comments.
5866 2003-09-17  Mario Lang  <mlang@delysid.org>
5868         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5869         "p %e" to actually print the value in the GUD buffer.
5871 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
5873         From David Ponce <david.ponce@wanadoo.fr>:
5874         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5875         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5876         from loaddefs-boot.el if necessary.
5878 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
5880         * progmodes/gud.el (gud-find-class): Make jdb work again since
5881         cc-mode changed the syntactic information.
5883 2003-09-15  David Ponce  <david@dponce.com>
5885         * recentf.el: (recentf-exclude): Accept predicates too.
5886         (recentf-file-readable-p): New function.
5887         (recentf-include-p): Handle predicates in recentf-exclude.
5888         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
5889         (recentf-cleanup): Likewise.
5890         (recentf-save-list): Use write-file to handle backup of
5891         recentf-save-file.
5893 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
5895         * loaddefs-boot.el: Renamed from `loaddefs.el'
5896         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5897         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5898         necessary.
5900 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
5902         * electric.el (Electric-pop-up-window): For the `one-window' case,
5903         no longer disconcertingly move point in the original buffer.
5905 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5907         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5909 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5911         * dired.el (dired-mode-map): Fix typo.
5913 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5915         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5917 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5919         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5920         the function is less noisy.  Now only `kill-buffer' can ask questions.
5922 2003-09-10  Mario Lang  <mlang@delysid.org>
5924         * battery.el: Update Commentary and Copyright.
5925         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5926         appear due to wrong ordering of the expressions in `or'.
5928 2003-09-09  Lute Kamstra  <lute@gnu.org>
5930         * misc.el (upcase-char): Fix docstring.
5931         (zap-up-to-char): New command.
5933 2003-09-08  David Ponce  <david@dponce.com>
5935         Ensure that recentf correctly updates the menu bar.
5936         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5937         (recentf-menu-bar): New function.
5938         (recentf-clear-data): Use it
5939         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5940         of easy-menu-change.
5942 2003-09-08  Lute Kamstra  <lute@gnu.org>
5944         * simple.el (size-indication-mode): New.
5945         * bindings.el (mode-line-position): Add buffer size indicator.
5947 2003-09-04  Mario Lang  <mlang@delysid.org>
5949         * battery.el (battery-linux-proc-acpi): New function.
5950         (battery-status-function): Modify default value calculation to also
5951         check for availability of ACPI.
5952         (battery-echo-area-format): Ditto.
5953         (battery-mode-line-format): Ditto.
5955 2003-09-06  Dave Love  <fx@gnu.org>
5957         * ielm.el (ielm-mode-hook): Add :options.
5959         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5960         (eldoc-print-current-symbol-info): Use it.
5962 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5964         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5965         being displayed in GUD buffer.
5966         (gdb-idle-input-queue): Remove var.  Use just one queue.
5967         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5968         Remove functions.  Use just one queue.
5969         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5970         (gdb-invalidate-assembler, gdb-get-current-frame):
5971         Modify functions.  Use just one queue.
5973 2003-09-04  Dave Love  <fx@gnu.org>
5975         * cus-start.el: Add blink-cursor-alist.
5977         * ruler-mode.el (ruler-mode-fill-column-char)
5978         (ruler-mode-current-column-char): Use char-displayable-p,
5979         not window-system.
5981         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5983         * language/european.el (windows-1252): Move from code-pages.
5985         * language/cyrillic.el ("Windows-1251"): Delete.
5986         ("Bulgarian", "Belarusian"): Remove `features'.
5987         (windows-1251): Move from code-pages.
5989         * international/mule-diag.el (non-iso-charset-alist):
5990         Remove `codepage' stuff.
5991         (print-designation, list-coding-systems-1): Output fixes.
5993         * international/code-pages.el (cp-make-translation-table)
5994         (cp-valid-codes): Made defsubsts.
5995         (cp-fix-safe-chars): Delete.
5996         (mule-diag): Don't require.
5997         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5998         (top-level): Check for defined coding system when defining
5999         cp... aliases.  Change w32-add-charset-info test to avoid warning.
6000         (non-iso-charset-alist): Defvar when compiling.
6001         (cp-make-coding-system): Doc fix.
6003 2003-09-02  Jason Rumney  <jasonr@gnu.org>
6005         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6006         line-ends from CVS before doing conversion.
6008 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
6010         * calendar/diary-lib.el (diary-header-line-flag)
6011         (diary-header-line-format): New variables.
6012         (list-diary-entries): Use them to set header line in simple diary.
6014         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6015         other than font-lock-string-face to highlight backslashes.
6017 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6019         * international/titdic-cnv.el (tit-read-key-value): Include \r in
6020         regexp.
6022 2003-09-01  Dave Love  <fx@gnu.org>
6024         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6026         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6027         and :help; also line and column numbers labels.
6029         * international/mule-util.el (char-displayable-p): Move from
6030         latin1-disp, rename and autoload.
6032         * international/latin1-disp.el (latin1-char-displayable-p):
6033         Now obsolete alias.  Replace uses with char-displayable-p.
6034         (latin1-display-ucs-per-lynx): Fix last change.
6036         * international/mule-cmds.el (standard-display-european-internal):
6037         Don't use char code for Latin-1 NBSP.
6038         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
6039         U+2018, U+2019 for `'.
6040         (select-safe-coding-system): Message fix.
6042 2003-09-01  Kenichi Handa  <handa@m17n.org>
6044         * international/fontset.el (setup-default-fontset): For Thai
6045         font, specify "*" family.
6047 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6049         * progmodes/compile.el (previous-error): Accept a prefix
6050         argument, similarly to next-error.
6052 2003-08-31  Masatake YAMATO  <jet@gyve.org>
6054         * pcvs.el (cvs-do-removal): Use = instead of eq to check
6055         the number of files.  Bind the number of files to a local
6056         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6058 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
6060         * vc-hooks.el (vc-make-version-backup): Fix the change made on
6061         2003-07-26: msdos-long-file-names is a function, not a variable.
6063 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6065         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6066         Do nothing with mail-personal-alias-file if it is nil.
6068         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6069         Do nothing if mail-personal-alias-file is nil.
6071         * term.el (term-exec-1): Bind coding-system-for-read.
6073         * dired.el (dired-mouse-find-file-other-window):
6074         Use dired-view-command-alist here, as in dired-view-file.
6075         (dired-view-command-alist): Use %s to substitute file name.
6076         Handle .ps_pages, .eps, .jpg, .gif, .png.
6078 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6080         * info.el (Info-mode-map): Bind S-tab and <backtab> to
6081         `Info-prev-reference', instead of M-tab.
6083 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
6085         * simple.el (blink-matching-open): Work correctly on chars that
6086         are designated as parens through the syntax-table text property.
6088 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6090         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6091         line break position in the middle of a non-kinsoku (e.g. latin)
6092         word, making it skip until either a space or a character with
6093         category "|".
6094         (kinsoku-longer): Test for end of buffer.
6096 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6098         * mail/rmail.el (rmail-convert-to-babyl-format):
6099         Detect quoted-printable- and base64-encoded messages and decode them
6100         automatically.  Set the message's encoding from the charset=
6101         header, if any.  Decode base64-encoded messages in Mail format as well.
6103 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6105         * mail/smtpmail.el: Fix previous change.
6106         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6107         calling smtpmail-via-smtp.
6108         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6110 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6112         * image.el (image-jpeg-p): Don't search beyond length of data.
6114 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6116         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6117         misfeature in `expand-abbrev' which caused electric keywords like
6118         "else" to disappear if an open brace was typed directly afterwards.
6120 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6122         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6123         mandatory in `define-widget'.
6125         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6126         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6128         (c-assignment-operators): New language constant that only contains
6129         the assignment operators.
6131         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6133 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6135         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6136         Safeguard against unbalanced sexps.
6138 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6140         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6142 2003-08-25  John Paul Wallington  <jpw@gnu.org>
6144         * man.el (Man-default-man-entry): Don't whizz past the section
6145         number before looking for it.
6147 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
6149         * progmodes/gud.el (gud-display-line): Don't set window-point if
6150         source buffer is not visible.  (Only happens with M-x gdba.)
6152         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6153         documentation.
6154         (gdb-source, gdb-source-info): Update to assembler unnecessary
6155         as its done after each GDB command anyway.
6156         (gdb-pre-prompt): Use with-current-buffer.
6157         (gdb-insert-field): Add help-echo text.
6158         (gdb-invalidate-assembler): Re-display of assembler now done in
6159         gdb-info-breakpoints-custom.
6160         (gdb-info-breakpoints-custom): Force re-display of assembler to
6161         happen *after* update of breakpoints buffer.
6162         (gdb-display-source-buffer): Don't choke if gdb-source-window
6163         isn't visible.
6164         (gdb-put-string, gdb-put-arrow): Remove free variables.
6166 2003-08-24  John Paul Wallington  <jpw@gnu.org>
6168         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6170         * man.el (Man-default-man-entry): Strip text properties when
6171         snarfing parts of entry because `format' preserves properties.
6173 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6175         * files.el (file-newest-backup): Use `expand-file-name'.
6177         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6178         Allow the diary to pop up a new frame, if needed.
6180         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6181         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6182         (smtpmail-send-it): Make treatment of envelope-from consistent with
6183         sendmail.el.
6185         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6186         (sh-leading-keywords): Add the bash `time' reserved word.
6187         (sh-variables): Add some bash variables.
6188         (sh-add-completer): Fix nil branch of case statement.
6190 2003-08-24  Masatake YAMATO  <jet@gyve.org>
6192         * progmodes/ld-script.el: New file.
6194 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
6196         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6198 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
6200         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6201         Better explain obsolescence, and what to use instead.
6203 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6205         * pcvs.el (cvs-do-removal): Show the deleted file name
6206         on the prompt.
6208 2003-08-20  Dave Love  <fx@gnu.org>
6210         * international/mule.el (make-coding-system)
6211         (set-buffer-file-coding-system): Doc fix.
6213         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6215         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6217         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6219         * international/utf-16.el: Add mime-text-unsuitable coding system
6220         properties.
6222         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6224         * cus-edit.el: Add some :links.
6225         (bib): Remove.
6227         * textmodes/bib-mode.el (bib): Add :group external.
6229 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6231         * wid-edit.el (widget-echo-help): Make it handle expressions that
6232         evaluate to strings.
6234 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6236         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6238         Simplify selection of SQL products to define highlighting and
6239         interactive mode.  Includes detailed instructions on adding
6240         support for new products.
6242         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6243         product for use in highlighting and interactive mode.
6244         (sql-interactive-product): New variable.  SQL product for
6245         sql-interactive-mode.
6246         (sql-product-support): New variable.  Specifies product-specific
6247         parameters to drive highlighting and interactive mode.
6248         (sql-imenu-generic-expression): Add more object types.
6249         (sql-sqlite-options): Correct comment.
6250         (sql-ms-program): Use "osql" rather than "isql".
6251         (sql-prompt-regexp, sql-prompt-length): Update comment.
6252         (sql-mode-menu): Add "Start SQLi session" entry.
6253         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6254         (sql-mode-abbrev-table): Add abbreviations.  Support of
6255         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6256         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6257         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6258         names.
6259         (sql-mode-ansi-font-lock-keywords): Set as default value.
6260         (sql-mode-oracle-font-lock-keywords): Set as default value.
6261         Support Oracle 9i keywords.
6262         (sql-mode-postgres-font-lock-keywords): Set as default value.
6263         (sql-mode-linter-font-lock-keywords): Set as default value.
6264         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6265         SQLServer 2000.
6266         (sql-mode-sybase-font-lock-keywords)
6267         (sql-mode-interbase-font-lock-keywords)
6268         (sql-mode-sqlite-font-lock-keywords)
6269         (sql-mode-strong-font-lock-keywords)
6270         (sql-mode-mysql-font-lock-keywords)
6271         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6272         keywords.
6273         (sql-mode-font-lock-defaults): Update comment.
6274         (sql-product-feature): New function.  Returns feature associated
6275         with a product from `sql-product-support' alist.
6276         (sql-product-font-lock): New function.  Set font-lock support
6277         based on `sql-product'.
6278         (sql-add-product-keywords): New function.  Add font-lock rules to
6279         product-specific keyword variables.
6280         (sql-set-product): New function.  Set `sql-product' and apply
6281         appropriate font-lock highlighting.
6282         (sql-highlight-product): New function.  Set font-lock support
6283         based on a product.  Also set mode name to include product name.
6284         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6285         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6286         Use `sql-set-product'.
6287         (sql-highlight-ms-keywords)
6288         (sql-highlight-sybase-keywords)
6289         (sql-highlight-interbase-keywords)
6290         (sql-highlight-strong-keywords)
6291         (sql-highlight-mysql-keywords)
6292         (sql-highlight-sqlite-keywords)
6293         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6294         (sql-get-login): Prompt in the same order as the tokens.
6295         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6296         (sql-product-interactive): New function.  Common portions of
6297         product-specific interactive mode wrappers.
6298         (sql-interactive-mode): Rewritten to use product features.
6299         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6300         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6301         (sql-db2, sql-linter): Use `sql-product-interactive'.
6302         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6303         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6304         (sql-connect-ingres, sql-connect-postgres)
6305         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6306         New functions.  Format command line parameters and invoke comint on
6307         the appropriate interpreter.  Code was in the corresponding
6308         `sql-xyz' function before.
6309         (sql-connect-ms): New function.  Support -E argument to use
6310         operating system credentials for authentication.
6312 2003-08-18  Kenichi Handa  <handa@m17n.org>
6314         * international/mule.el (encode-char): Fix for the ASCII case.
6316 2003-08-15  Kenichi Handa  <handa@m17n.org>
6318         * international/fontset.el (setup-default-fontset): Change "*" to
6319         nil in the specifications of font family.
6321 2003-08-18  Kim F. Storm  <storm@cua.dk>
6323         * kmacro.el (kmacro-keymap): Group related bindings in
6324         initialization for clarity.  Bind C-s to start macro.
6325         Remove C-r binding.
6326         (kmacro-initial-counter-value): New defvar to hold initial counter
6327         value in case we set the value before defining a macro.
6328         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6329         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6330         not defining or executing macro.  Doc fix.
6331         (kmacro-add-counter): Clear kmacro-initial-counter-value.
6332         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6333         temporarily view older elements on the macro ring without cycling
6334         the ring.
6335         (kmacro-display): Doc fix.
6336         (kmacro-exec-ring-item): New helper function.
6337         (kmacro-call-ring-2nd): Use it.
6338         (kmacro-call-ring-2nd-repeat): Doc fix.
6339         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6340         (kmacro-end-or-call-macro): Execute last viewed macro (using
6341         kmacro-exec-ring-item) from ring if this follows
6342         kmacro-view-macro.  This allows us to find a macro on the ring
6343         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6344         the ring to bring it to the head of the ring.
6345         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6346         Allow binding to reserved keys without specifying C-x C-k prefix.
6347         Ask for confirmation if entered key sequence is already bound to
6348         a non-macro command.
6349         (kmacro-view-macro): Repeating command will show older elements
6350         on the macro ring; C-k will execute the last viewed macro.
6351         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
6352         property from 'ring to 'head.
6354 2003-08-17  Alan Shutko  <ats@acm.org>
6356         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6357         keeping December out of the alist.
6359 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6361         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6362         * calendar/calendar.el (calendar-mode-map): Bind it to key.
6363         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6364         (calendar-flatten): New function.
6365         (calendar-mouse-view-other-diary-entries)
6366         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6367         in the menu title and to show multi-line diary entries correctly
6368         in the menu.
6370 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
6372         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6373         defcustom, because the default was recently changed.
6375 2003-08-16  Richard M. Stallman  <rms@gnu.org>
6377         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6379         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6380         New subroutine, broken out of eval-last-sexp-1.
6381         (eval-last-sexp-1): Use eval-last-sexp-print-value.
6383         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6385         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6387         * simple.el (eval-expression): Use eval-last-sexp-print-value.
6389 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
6391         * progmodes/compile.el (compilation-error-regexp-alist):
6392         Add Java ANt error detection as described in document
6393         http://ant.apache.org/faq.html
6395 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
6397         * simple.el (backward-word, forward-to-indentation)
6398         (backward-to-indentation): Argument changed to optional.
6399         (next-line, previous-line): Use `or' instead of `unless'.
6401 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6403         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6404         instead of a constant.
6406 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
6408         * shell.el (shell): With prefix-arg, suggest a new buffer name.
6410 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
6412         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6413         (vc-sccs-workfile-version): Search the entire delta table, rather
6414         than just the first entry, because that might be a deleted version.
6416 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
6418         * menu-bar.el (menu-bar-options-menu): Supply a body for the
6419         [save-place] binding in the Options menu.  Have it require
6420         'saveplace' and then toggle the variable manually, to avoid an an
6421         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
6422         for the bug report.
6424 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
6426         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6427         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6428         (gdb-info-threads-custom): Add help-echo text.
6429         (gdb-display-back): Don't use purecopy.
6430         (gdb-info-breakpoints-custom, gdb-reset)
6431         (gdb-assembler-custom): Use display-images-p to test if breakpoint
6432         icons can be displayed.
6434 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
6436         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6438 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
6440         * bookmark.el (bookmark-completing-read):
6441         Return a string, instead of a list of one string.
6442         Use a popup menu if activated from the mouse.
6443         (bookmark-edit-annotation): Remove unused vars.
6444         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6445         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6446         to bookmark-completing-read.
6447         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6448         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6449         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6450         and erase-buffer.
6451         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6452         (bookmark-menu-jump, bookmark-menu-insert)
6453         (bookmark-popup-menu-and-apply-function)
6454         (bookmark-menu-popup-paned-bookmark-menu): Remove.
6455         (bookmark-menu-build-paned-menu): Remove by folding it into
6456         bookmark-menu-popup-paned-menu.
6457         (menu-bar-bookmark-map): Move the define-key statements here.
6458         Use the "non-menu" commands since they now pop up a menu if needed.
6459         (bookmark-exit-hook-internal): Simplify.
6461 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
6463         * reftex-toc.el (reftex-toc-rename-label): New function.
6464         (reftex-toc-check-docstruct): New function.
6466         * reftex.el (reftex-region-active-p): New function.
6468         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6469         regexp to find the \bibliography macro.
6471         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6472         which does not exist in LaTeX.
6473         (reftex-cite-format-builtin): Added amsrefs support.
6474         (reftex-toc-confirm-promotion): New option
6476         * reftex-toc.el
6477         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6478         (reftex-toc-demote, reftex-toc-promote)
6479         (reftex-toc-do-promote, reftex-toc-promote-prepare)
6480         (reftex-toc-promote-action, reftex-toc-extract-section-number)
6481         (reftex-toc-newhead-from-alist)
6482         (reftex-toc-load-all-files-for-promotion): New functions.
6483         (reftex-toc-help): Added description of new keys.
6484         (reftex-toc-split-windows-fraction): New option.
6485         (reftex-recenter-toc-when-idle): Search *toc* window on all
6486         visible frames.
6487         (reftex-toc): Additional parameter REUSE
6488         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
6489         with REUSE argument.
6490         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6491         the call of `reftex-toc'.
6492         (reftex-make-separate-toc-frame): New function .
6493         (reftex-toc-recenter): When called with triple prefix arg, call
6494         `reftex-make-separate-toc-frame' first.
6495         (reftex-toc-toggle-dedicated-frame): New command.
6496         (reftex-toc-quit): Adapted to delete frame when called in
6497         dedicated frame.
6499         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6500         all enclosing macros.
6503 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6505         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6506         first use.
6508 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6510         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6512 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6514         * calendar/calendar.el (list-diary-entries-hook)
6515         (diary-display-hook, nongregorian-diary-listing-hook)
6516         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6517         Add some customize options for these hooks.
6518         (calendar-abbrev-construct): Don't try to take a substring longer
6519         than the original string.
6521 2003-08-05  Richard M. Stallman  <rms@gnu.org>
6523         * emacs-lisp/testcover.el (noreturn): Report error if does return.
6524         (testcover-reinstrument-clauses): Doc fix.
6526         * emacs-lisp/warnings.el: Doc fixes, args renamed.
6527         (warning-type-format): Rename from warning-group-format.
6529         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6530         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6531         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6532         to prevent warnings about defvar for an obsolete variable.
6534         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6535         warning-group-format renamed to warning-type-format.
6537         * subr.el (read-passwd): Use clear-string instead of fillarray.
6539         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6540         Use vconcat instead of concat.
6541         (edmacro-sanitize-for-string): New function.
6543 2003-08-05  Dave Love  <fx@gnu.org>
6545         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6546         line-number-display-limit-width.
6548         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6550 2003-08-05  Kenichi Handa  <handa@m17n.org>
6552         * international/code-pages.el: Don't require mule-diag.
6554         * international/mule-diag.el (non-iso-charset-alist):
6555         Add autoload cookie.
6557         * language/devan-util.el (dev-glyph-order): Add an entry for the
6558         glyph code #xC4.
6560 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6562         * calendar/calendar.el (diary-file, diary-file-name-prefix)
6563         (european-calendar-style, diary-date-forms)
6564         (calendar-day-name-array, calendar-month-name-array): Doc change.
6565         (generate-calendar-month): Adapt for new behaviour of
6566         `calendar-day-name' function.
6567         (calendar-abbrev-length, calendar-day-abbrev-array)
6568         (calendar-month-abbrev-array): New variables.
6569         (calendar-abbrev-construct): New function.
6570         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6571         rather than fixing abbrevs at some width.  Calling syntax change.
6572         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
6573         (calendar-date-string): Adapt for new behaviours of
6574         `calendar-day-name' and `calendar-month-name' functions.
6576         * calendar/diary-lib.el (list-diary-entries): Adapt for new
6577         behaviour of `calendar-day-name' and `calendar-month-name' functions.
6578         (diary-name-pattern): Use abbrev arrays, rather than fixing
6579         abbrevs at three chars.  Calling syntax change.
6580         (mark-diary-entries): Adapt for new behaviours of
6581         `diary-name-pattern' and `calendar-make-alist' functions.
6582         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6583         `diary-name-pattern' function.
6584         (font-lock-diary-date-forms): Use abbrev arrays, rather than
6585         fixing abbrevs at three chars.  Calling syntax change.
6586         (cal-hebrew, cal-islam): Require when compiling.
6587         (diary-font-lock-keywords): Adapt for new behaviour of
6588         `font-lock-diary-date-forms' function.
6590         * calendar/cal-hebrew.el: Reposition some code so defined before used.
6591         (calendar-hebrew-month-name-array-common-year)
6592         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6593         (list-hebrew-diary-entries): Adapt for new behaviours of
6594         `calendar-day-name' and `add-to-diary-list' functions.
6595         (mark-hebrew-diary-entries): Adapt for new behaviours of
6596         `diary-name-pattern' and `calendar-make-alist' functions.
6598         * calendar/cal-islam.el (calendar-islamic-month-name-array):
6599         Add doc string.
6600         (list-islamic-diary-entries): Adapt for new behaviours of
6601         `calendar-day-name' and `add-to-diary-list' functions.
6602         (mark-islamic-diary-entries): Adapt for new behaviours of
6603         `diary-name-pattern' and `calendar-make-alist' functions.
6605         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6606         `calendar-month-name' function.
6608         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6610         * calendar/solar.el (solar-seasons-data): Move definition before use.
6612         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6613         (cal-tex-LaTeX-hourbox): Move definition before use.
6615         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6616         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6617         lunar.el, solar.el
6618         (displayed-month, displayed-year): Define for compiler.
6620 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6622         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6623         MODE.  Renamed from c-init-c-language-vars'.
6624         (c-initialize-cc-mode): Change accordingly.
6625         (c-common-init): Ditto.
6626         (c-mode): Ditto.
6627         (c++-mode): Use `c-init-language-vars-for'.
6628         (objc-mode): Ditto.
6629         (java-mode): Ditto.
6630         (idl-mode): Ditto.
6631         (pike-mode): Ditto.
6632         (awk-mode): Ditto.
6634 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6636         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6637         or not the point moved.
6639         (c-search-decl-header-end): Don't trip up on operator identifiers
6640         in C++ and operators like == in all languages.
6642         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6643         Detect leading labels correctly.
6645 2003-08-02  Andreas Schwab  <schwab@suse.de>
6647         * textmodes/ispell.el: Don't redo key bindings on loading, put
6648         them only in loaddefs.el.
6649         * bookmark.el: Likewise.
6650         * dabbrev.el: Likewise.
6651         * emerge.el: Likewise.
6653         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6654         has more than one member.
6656         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6658 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6660         * lpr.el (printify-region): It was ending conversion before the
6661         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
6663 2003-07-31  John Paul Wallington  <jpw@gnu.org>
6665         * net/browse-url.el (browse-url-epiphany): Doc fix.
6667 2003-07-30  Kenichi Handa  <handa@m17n.org>
6669         * international/fontset.el (setup-default-fontset):
6670         Change registry names of Akurti fonts.
6672 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6674         * comint.el (comint-read-noecho): Use `clear-string' instead of
6675         `fillarray'.
6677 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
6679         * outline.el (outline-mode-hook): Add defvar.
6681 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
6683         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6684         Restore assembler in source window if that is what has been selected.
6685         (menu): Add gdb-restore-windows to menu.  Make gdba
6686         specific menus only visible from gdba.
6688 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6690         * progmodes/compile.el (compilation-environment): New user variable.
6691         (compile-internal): Respect it.
6693 2003-07-23  Masatake YAMATO  <jet@gyve.org>
6695         * progmodes/gud.el (gdb-script-font-lock-keywords):
6696         Put `font-lock-function-name-face' on a symbol which includes
6697         `-' like `hook-run'.  Put font-lock-variable-name-face
6698         on a symbol starting with $.
6700 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
6702         * files.el (set-visited-file-name): Use truename for buffer-file-name.
6704 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6706         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6708 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
6710         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6711         Use with-no-warnings.
6712         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6713         rather than to find-file-not-found-hook, which doesn't exist.
6715 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6717         * international/quail.el (quail-translate-key): Fix previous change.
6719 2003-07-25  John Paul Wallington  <jpw@gnu.org>
6721         * server.el (server-start): Check `server-process' is non-nil
6722         before killing it to avoid killing current buffer's process.
6724         * simple.el (choose-completion-string): Use `minibufferp';
6725         test `completion-reference-buffer' if `buffer' arg is nil.
6726         (push-mark): Use `when' and `unless'.
6727         (pop-mark): Use `when'.
6729         * mouse-sel.el (mouse-sel-get-selection-function):
6730         Check `x-last-selected-text-primary'.  Don't barf if it or
6731         `x-last-selected-text' aren't bound.
6733 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6735         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6737 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
6739         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6741 2003-07-23  John Paul Wallington  <jpw@gnu.org>
6743         * tooltip.el (defface tooltip): Inherit from variable-pitch.
6745 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6747         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6748         string.  Defvar the derived hook.
6750         * macros.el (insert-kbd-macro): Escape double quote character.
6751         From Thomas W Murphy <twm@andrew.cmu.edu>.
6753 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
6755         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6756         to match the specific mark rather than reusing comment-start-skip.
6758 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
6760         * progmodes/hideshow.el (hs-special-modes-alist):
6761         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
6763 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
6765         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6766         value using ?\s.
6768 2003-07-21  John Paul Wallington  <jpw@gnu.org>
6770         * subr.el (with-selected-window): Add closing paren.
6772 2003-07-21  Richard M. Stallman  <rms@gnu.org>
6774         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6775         (lisp-mode): Likewise.
6777         * subr.el (with-selected-window): Copy code form save-selected-window
6778         so as to call select-window with norecord arg.
6779         (dynamic-completion-table): Doc fix.
6780         (lazy-completion-table): Doc fix.
6782         * international/mule-cmds.el (set-locale-environment):
6783         langinfo renamed to locale-info.
6785         * international/mule.el (auto-coding-functions): Doc fix.
6787 2003-07-21  Kenichi Handa  <handa@m17n.org>
6789         * international/quail.el (quail-translate-key):
6790         Update quail-current-str correctly.
6792 2003-07-21  Andreas Schwab  <schwab@suse.de>
6794         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6795         ?, to "_".
6797 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
6798         Version 2.0.36 of Tramp released.
6800         * net/tramp.el (tramp-default-password-end-of-line): Rename from
6801         tramp-password-end-of-line.
6802         (tramp-password-end-of-line): New method parameter.
6803         (tramp-get-password-end-of-line): Function to access method
6804         parameter `tramp-password-end-of-line', or variable
6805         `tramp-default-password-end-of-line' (default value).
6806         (tramp-methods): Add entries for new parameter
6807         tramp-password-end-of-line.
6808         (tramp-enter-password): Use new function
6809         `tramp-get-password-end-of-line'.
6810         (tramp-handle-insert-file-contents): Do not
6811         unconditionally inhibit the file operation file-local-copy, only
6812         do that when the inhibit-file-name-operation is currently
6813         insert-file-contents.  This fixes finding remote CVS-controlled
6814         files.  (It would barf on inserting the CVS/Entries file
6815         literally, because the file-local-copy handler wasn't called.)
6816         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6817         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6818         (tramp-initial-commands): New variable.
6819         (tramp-process-initial-commands): New function, using the variable.
6820         (tramp-open-connection-setup-interactive-shell): Call the new function.
6821         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6822         method into the buffer name, never use nil.  Reported by Hanak
6823         David <dhanak@inf.bme.hu>.
6824         (tramp-open-connection-setup-interactive-shell): Erase buffer
6825         before sending "stty -onlcr".
6827         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6829 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
6831         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6833 2003-07-19  John Paul Wallington  <jpw@gnu.org>
6835         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6836         (artist-draw-rect, artist-draw-square): Doc fixes.
6838         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6840         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6842 2003-07-19  Kenichi Handa  <handa@m17n.org>
6844         * international/kkc.el (kkc-show-conversion-list-update):
6845         Highlight the correct candidate in the message.
6847 2003-07-18  John Paul Wallington  <jpw@gnu.org>
6849         * simple.el (current-word): Don't include punctuation char when
6850         `really-word' arg is non-nil.
6852 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
6854         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6855         moved to the directory obsolete.
6857 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6859         * info.el (Info-menu-entry-name-re): Allow newlines in
6860         menu entry names.
6862         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6863         syntax-ppss-after-change-function.
6864         (syntax-ppss-after-change-function): New alias.  Update uses.
6865         (syntax-ppss): Catch the case where the buffer is narrowed.
6867 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6869         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6870         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6872 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6874         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6875         since it might be modified.
6877         * progmodes/cc-langs.el (c++-make-template-syntax-table)
6878         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6879         names to these language constants.
6881 2003-07-15  Kim F. Storm  <storm@cua.dk>
6883         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6884         All uses changed.
6886 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
6888         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6889         Namespace support.
6891 2003-07-13  Juanma Barranquero  <lektu@terra.es>
6893         * frame.el (modify-all-frames-parameters): Reinstall (copyright
6894         papers received).
6896 2003-07-13  Karl Eichwalder  <ke@suse.de>
6898         * textmodes/po.el (po-find-charset): White space at the start of the
6899         Content-Type field body is non-mandatory.
6901 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6903         * textmodes/texinfo.el (texinfo-section-list):
6904         Append appendixsection; a synonym for appendixsec.
6906 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
6908         * man.el (Man-translate-cleanup): New.
6909         (Man-translate-references): Call `Man-translate-cleanup' to clean
6910         leading, trailing and middle spaces.
6912 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
6914         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6915         Handle `dired-directory' being a list.
6917 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6919         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6920         it doesn't exist.
6922 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6924         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6926         * progmodes/cc-defs.el (c-make-keywords-re):
6927         Don't use delete-duplicates.
6928         (c-lang-const): Don't use mapcan.
6930         * apropos.el (apropos-show-scores): Make it customizable.
6931         Document new meaning.
6932         (apropos): Compute scores from symbols.
6933         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6935 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6937         * ps-bdf.el: Fix copyright line.
6938         (bdf-directory-list): Fix initialization code.
6940 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6942         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6943         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6944         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6946 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6948         * emacs-lisp/ring.el (ring-elements): Doc fix.
6950 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6952         * calendar/timeclock.el (timeclock-relative)
6953         (timeclock-ask-before-exiting, timeclock-use-display-time):
6954         Doc changes.
6955         (timeclock-modeline-display): Give a message if
6956         `timeclock-use-display-time' is non-nil but `display-time-mode'
6957         is not active.
6959 2003-07-11  Kenichi Handa  <handa@m17n.org>
6961         * international/mule-cmds.el (set-language-environment):
6962         Set current-language-environment to the correct string.
6964 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6966         * ps-print.el: Print line number correctly in a region.  Reported by
6967         Tim Allen <timallen@ls83.fsnet.co.uk>.
6968         (ps-print-version): New version number (6.6.2).
6969         (ps-printing-region): Code fix.
6971 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6973         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6974         this function can be called from `add-completions-from-tags-table'.
6976 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6978         * calendar/timeclock.el (timeclock-use-display-time)
6979         (timeclock-day-over-hook, timeclock-workday-remaining)
6980         (timeclock-status-string, timeclock-when-to-leave)
6981         (timeclock-when-to-leave-string, timeclock-log-data)
6982         (timeclock-find-discrep, timeclock-day-base)
6983         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6984         (timeclock-modeline-display): Set the variable
6985         `timeclock-modeline-display'.
6986         (timeclock-update-modeline): Doc fix.  Respect value of
6987         `timeclock-relative'.
6989 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6991         * textmodes/reftex-parse.el (reftex-all-document-files):
6992         Add autoload cookie.
6994         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6995         (reftex-scanning-info-available-p): Add autoload cookie.
6997         * international/mule-cmds.el
6998         (set-display-table-and-terminal-coding-system): Delete duplicate
6999         aset on standard-display-table.
7001         * view.el (view-file): If existing buffer's major mode is special,
7002         don't go into view mode.
7004         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7006 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7008         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7009         buffer changes; there's third party code that calls this function
7010         directly.
7012 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7014         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7015         (autodoc-font-lock-keywords): Don't byte compile on font lock
7016         initialization when running from byte compiled files.
7018 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7020         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7021         statement ends with auto-increment "++".
7023 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7025         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7026         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7027         these are changed, so declare them as variables and not constants.
7029 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
7031         * subr.el (dolist, dotimes): Doc fix.
7033 2003-07-08  Kim F. Storm  <storm@cua.dk>
7035         * international/mule-cmds.el
7036         (set-display-table-and-terminal-coding-system): Don't break
7037         bootstrap if standard-display-table isn't setup yet.
7039 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7041         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7042         Give it a doc string, and autoload it.
7044         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7045         Use with-no-warnings.
7047         * info.el (Info-search): If find invisible text, search again.
7049         * isearch.el (search-whitespace-regexp): Add a shy group around it.
7051         * man.el (Man-name-regexp): Match + as part of name.
7053         * simple.el (visible-mode): Rename from vis-mode.
7054         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7056         * simple.el (current-word): New arg REALLY-WORD specifies
7057         don't include punctuation chars.
7059         * emacs-lisp/debug.el (debug, debugger-env-macro):
7060         Use with-no-warnings while accessing and binding unread-command-char.
7062         * international/mule-cmds.el
7063         (set-display-table-and-terminal-coding-system): Use explicit loop
7064         instead of calling standard-display-default.
7066         * net/ange-ftp.el (ange-ftp-file-symlink-p):
7067         Use condition-case to catch error in ange-ftp-get-files.
7069         * net/browse-url.el (browse-url-browser-function):
7070         Add alternative for Epiphany.
7071         (browse-url-epiphany-program, browse-url-epiphany-arguments)
7072         (browse-url-epiphany-startup-arguments)
7073         (browse-url-epiphany-new-window-is-tab): New variables.
7074         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7076         * progmodes/compile.el (compile-auto-highlight): Default now t.
7077         (compile): Doc fix.
7078         (compilation-next-error): Fix previous change.
7080         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7082         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7084 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
7086         * gdb-ui.el (gdb-source-info): Display current frame when
7087         attaching to an existing process.
7088         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7089         while laying out windows when attaching to an existing process.
7091 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7093         * info.el (Info-menu): Use Info-menu-entry-name-re.
7095 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7097         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7098         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7100         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7101         to match the same text.
7103 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7105         * vc.el (vc-annotate-offset): Move defvar up.
7107 2003-07-06  Kim F. Storm  <storm@cua.dk>
7109         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7110         This should fix the infinite loop when extracting menu names.
7112 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7114         * files.el (auto-mode-alist, interpreter-mode-alist):
7115         Remove entries to CC Mode modes to avoid duplicates; they are now added
7116         with autoload directives in cc-mode.el.
7118 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7120         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7121         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7122         these are changed, so declare them as variables and not constants.
7124         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7125         ensure that the entry for ".c" extension comes before the one for
7126         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7127         Fix incorrect entries that were added to `interpreter-mode-alist'.
7128         Move the autoload directives for AWK to the top level since they
7129         aren't recognized anywhere else.  Do not use the new AWK mode doc
7130         in the autoload form for the old AWK mode.
7132 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7134         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7135         (bibtex-sort-ignore-string-entries): Default value t.
7136         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7137         erroneously in previous version.
7138         (bibtex-string-files): Docstring reflects new parsing scheme.
7139         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7140         docstring, add # as one of the chars to crush
7141         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7142         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7143         (bibtex-autokey-name-change-strings)
7144         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7145         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7146         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7147         (bibtex-autokey-title-terminators)
7148         (bibtex-autokey-titlewords-stretch)
7149         (bibtex-autokey-titleword-ignore)
7150         (bibtex-autokey-titleword-case-convert)
7151         (bibtex-autokey-titleword-abbrevs)
7152         (bibtex-autokey-titleword-abbrevs)
7153         (bibtex-autokey-titleword-change-strings)
7154         (bibtex-autokey-titleword-length)
7155         (bibtex-autokey-titleword-separator)
7156         (bibtex-autokey-name-year-separator)
7157         (bibtex-autokey-year-title-separator)
7158         (bibtex-autokey-before-presentation-function)
7159         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7160         Fix docstring.
7161         (bibtex-strings, bibtex-reference-keys):
7162         Use lazy-completion-table and make-variable-buffer-local.
7163         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7164         (bibtex-braced-string-syntax-table)
7165         (bibtex-quoted-string-syntax-table): New variables.
7166         (bibtex-parse-nested-braces): Remove.
7167         (bibtex-parse-field-string): Use syntax table and forward-sexp.
7168         (bibtex-parse-association): Simplify.
7169         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7170         (bibtex-parse-field-text): Simplify.
7171         (bibtex-search-forward-field, bibtex-search-backward-field):
7172         argument BOUND can take value t.
7173         (bibtex-start-of-field, bibtex-start-of-name-in-field)
7174         (bibtex-end-of-name-in-field, bibtex-end-of-field)
7175         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7176         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7177         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7178         (bibtex-skip-to-valid-entry): Return buffer position of beginning
7179         and ending of entry.  Update for changes of bibtex-search-entry.
7180         Simplify.
7181         (bibtex-map-entries): FUN is called with three arguments.
7182         (bibtex-search-entry): Return a cons pair with buffer positions of
7183         beginning and end of entry.
7184         (bibtex-enclosing-field): Simplify.
7185         (bibtex-format-entry): Use booktitle to set a missing title.
7186         (bibtex-autokey-get-names): Fiddle with regexps.
7187         (bibtex-generate-autokey): Use identity.
7188         (bibtex-parse-keys): Use simplified parsing algorithm if
7189         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
7190         arguments.  Return alist of keys.
7191         (bibtex-parse-strings): Simplify.  Return alist of strings.
7192         (bibtex-complete-string-cleanup): Fix docstring.
7193         (bibtex-read-key): New function.
7194         (bibtex-mode): Fix docstring.  Do not parse for keys and
7195         strings when the mode is entered.  Set fill-paragraph-function to
7196         bibtex-fill-field.  Setup font-lock-mark-block-function the way
7197         font-lock intended.
7198         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
7199         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7200         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7201         (bibtex-Preamble): Avoid hard coded constants.
7202         (bibtex-make-field): Fix docstring.  Simplify.
7203         (bibtex-beginning-of-entry): Always return new position of point.
7204         (bibtex-end-of-entry): Rearrange cond clauses.
7205         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7206         Update for changes of bibtex-map-entries.
7207         (bibtex-ispell-abstract): Do not move point.
7208         (bibtex-entry-index): Use downcase.  Simplify.
7209         (bibtex-lessp): Handle catch-all.
7210         (bibtex-find-crossref): Turn into a command.
7211         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7212         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7213         preamble entries.
7214         (bibtex-fill-field-bounds): New function.
7215         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7216         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7217         (bibtex-String): Use bibtex-strings.  Always obey
7218         bibtex-sort-ignore-string-entries.
7220 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7222         * cus-theme.el (customize-create-theme):
7223         Call `customize-create-theme' in Reset widget's notify function.
7225         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7226         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7227         (define-ibuffer-column name): Add summarizer.
7228         (define-ibuffer-column size): Likewise.
7229         (define-ibuffer-column filename): Likewise.
7230         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7231         (define-ibuffer-column filename-and-process): Likewise, likewise.
7232         (ibuffer): Remove local vars `already-in' and `need-update'.
7234         * ibuf-ext.el: Don't require `derived' at compile-time.
7236 2003-07-05  Kim F. Storm  <storm@cua.dk>
7238         * info.el: Disable paragraph refilling.
7239         (Info-refill-paragraphs): New defcustom.
7240         (Info-fontify-node): Use it.
7242 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7244         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7245         thingies from constructors created by defstruct.
7247         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7248         the default value of the variable.
7249         (byte-code-meter): Move declaration to top level.
7251         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7253         * info.el (Info-following-node-name-re): New fun.
7254         (Info-following-node-name): Remove.
7255         (Info-insert-dir): Use the new fun.
7256         (Info-extract-pointer): Don't save restriction; use new fun.
7257         (Info-menu-entry-name-re): New const.
7258         (Info-menu-entry-name-re): Use it along with new fun.
7259         (Info-node-spec-re): Use new fun.
7260         (Info-complete-menu-item, Info-fontify-node): Use new const.
7261         (Info-goto-node, Info-follow-reference, Info-menu-update):
7262         Use match-string.
7263         (Info-follow-reference): Use assoc-string.
7264         Use a list of strings for the completion table.
7265         (Info-fontify-node): Use match-string, line-end-position.
7266         Limit the search for `node:' to the first line.
7268         * newcomment.el (uncomment-region): Remove padding coming from
7269         comment-start rather than just from comment-padding.
7271         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7272         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7273         (vc-cvs-rename-file): Remove (use the default).
7274         (vc-cvs-register): Register parent dir if needed.
7275         (vc-cvs-could-register): Return non-nil if parent can be registered.
7276         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7277         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7279         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7280         (vc-svn-update): Fix the arguments to `svn'.
7281         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7282         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7283         Simple implementations, assuming `name' is a URL.
7285         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7286         set of chars allowed unquoted in a case pattern.
7288         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7290         * font-lock.el (font-lock-extra-types-widget)
7291         (c-font-lock-extra-types, c++-font-lock-extra-types)
7292         (objc-font-lock-extra-types, java-font-lock-extra-types)
7293         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7294         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7295         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7296         (font-lock-match-c++-structor-declaration)
7297         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7298         (c++-font-lock-keywords-3, c++-font-lock-keywords)
7299         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7300         (objc-font-lock-keywords-3, objc-font-lock-keywords)
7301         (java-font-lock-keywords-1, java-font-lock-keywords-2)
7302         (java-font-lock-keywords-3, java-font-lock-keywords)
7303         (java-font-lock-syntactic-face-function): Remove obsolete code
7304         and constants.  It's all in cc-fonts.el now.
7306 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
7308         * mail/sendmail.el (mail-specify-envelope-from)
7309         (mail-envelope-from): Doc fix.
7311 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
7313         * generic-x.el: Do away with the dependency on `c-emacs-features'
7314         when populating `rul-generic-mode-syntax-table'; we already know
7315         this isn't XEmacs.
7317 See ChangeLog.10 for earlier changes.
7319 ;; Local Variables:
7320 ;; coding: iso-2022-7bit
7321 ;; End:
7323     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7324   Copying and distribution of this file, with or without modification,
7325   are permitted provided the copyright notice and this notice are preserved.
7327 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1