(set-visited-file-name, file-expand-wildcards): Fix docstring.
[emacs.git] / lisp / ChangeLog
blob0da2ce6cd642e8983e3829ba1b94310df388d30f
1 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
3         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5         and "mailto:addr1?to=addr2" equal.
7 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9         * man.el (Man-getpage-in-background): Use shell-file-name
10         and shell-command-switch variables instead of hard-coded
11         values.
13 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
15         * iimage.el: New file.
17 2004-05-11  Juanma Barranquero  <lektu@terra.es>
19         * custom.el (custom-initialize-default, defcustom): Typo in docstring.
21 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
25         * subr.el (eventp): Be more discriminating with integers.
27 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
29         * progmodes/compile.el (compile): Add universal prefix arg.
30         (compilation-error-regexp-alist-alist): Add edg patterns.
32 2004-05-10  Sam Steingold  <sds@gnu.org>
34         * textmodes/ispell.el (ispell-message):
35         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
37 2004-05-10  Dave Love  <fx@gnu.org>
39         * progmodes/python.el (help-buffer): Autoload when compiling.
40         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
41         (run-python): Prepend to any existing PYTHONPATH.
43 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
45         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
46         for pending breakpoints.
48 2004-05-10  Richard M. Stallman  <rms@gnu.org>
50         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
51         directly without calling any functions in Rmail.
52         (unrmail-unprune): Function deleted.
54 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
57         C-c C-z binding.
59 2004-05-10  Kenichi Handa  <handa@m17n.org>
61         * descr-text.el (describe-char): Fix previous change.  Don't make
62         a unibyte character to multibyte in the *Help* buffer.
64 2004-05-10  Miles Bader  <miles@gnu.org>
66         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
67         buffer an error if the debugger process is actually running.
69 2004-05-10  Juanma Barranquero  <lektu@terra.es>
71         * help-fns.el (help-argument-name): Default to italic.
72         (help-highlight-arguments): Return always (usage . doc), even when
73         usage is nil.
75         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
76         (define-ibuffer-filter): Add usage info.
77         (define-ibuffer-op): Add usage info (but CL-style defaults for
78         keyword args are not shown).
80         * subr.el (remove-overlays, read-passwd): Fix docstring.
81         (start-process-shell-command): Fix docstring.  Put usage info in a
82         format usable by `describe-function'.
83         (open-network-stream, open-network-stream-nowait)
84         (open-network-stream-server): Fix docstring.
86 2004-05-09  Jason Rumney  <jasonr@gnu.org>
88         * international/code-pages (cp932, cp936, cp949, c950): Remove.
89         Only define cp125* if windows-125* is already defined.
91         * language/korean.el (cp949): Add alias.
93         * language/chinese.el (cp936, cp950): Add aliases.
95         * language/japanese.el (cp932): Add alias.
97         * term/w32-win.el: Require code-pages.
99         * international/mule-cmds.el (set-locale-environment):
100         On MS-Windows use ansi code-page for default coding-systems.
101         Set up paper sizes for Windows 3 letter languages.
103         * international/code-pages.el (cp932, cp936, cp949, cp950):
104         Add aliases.  Also add cp125* if not already defined.
106 2004-05-09  Juanma Barranquero  <lektu@terra.es>
108         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
109         Don't use CL-style default args.
111         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
112         (cvs-get-marked): Remove redundant arglist info.
114         * help-fns.el (help-highlight-arguments): Don't try to highlight
115         missing or autoloaded arglists.  Accept structured arguments, like
116         the first ones of `do' and `flet'.
118 2004-05-08  Andreas Schwab  <schwab@suse.de>
120         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
122         * international/subst-ksc.el: Fix references to utf-translate-cjk
123         into utf-translate-cjk-mode.
124         * international/subst-big5.el: Likewise.
125         * international/subst-gb2312.el: Likewise.
126         * international/subst-jis.el: Likewise.
127         * international/utf-16.el: Likewise.
128         * international/utf-8.el: Likewise.
130 2004-05-08  John Wiegley  <johnw@newartisans.com>
132         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
133         "virtual buffers" (off by default), which makes it possible to
134         switch to the "virtual" buffers of recently visited files.  When a
135         buffer name search fails, and this option is on, iswitchb will
136         look at the list of recently visited files, and permit matching
137         against those names.  When the user hits RET on a match, it will
138         revisit that file.
139         (iswitchb-read-buffer): Add two optional arguments, which makes
140         isearchb.el possible.
141         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
142         (iswitchb-next-match): Add support for virtual buffers.
144         * isearchb.el: This module extends iswitchb to provide "as you
145         type" buffer selection.
147         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
148         Ignore the read-only property when flyspell highlighting is on.
149         Not ignoring it leads to a series of confusing errors.
150         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
151         but also make sure to call flyspell-incorrect-hook.
152         (flyspell-maybe-correct-transposition): Perform transposition test
153         by bit twiddling a string, rather than using a temp buffer.
154         (flyspell-maybe-correct-doubling): Use a string rather than a temp
155         buffer.  This is also the original version of the code, which
156         could not be checked in before due to a previous lack of
157         assignment papers.  This version has seen heavy usage on my system
158         for several years now.
160         * calendar/cal-bahai.el: New file, which adds support for the
161         Baha'i calendar to Emacs.  This calendar is based on a solar year
162         of 19 months of 19 days, with 4 intercalary days.  Each year
163         begins on March 21, with the calendar starting in 1844.
165         * calendar/cal-menu.el, calendar/calendar.el,
166         calendar/diary-lib.el, calendar/holidays.el: Added support for
167         using cal-bahai.el.
169         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
170         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
171         function can be used outside of eshell buffers.
172         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
174 2004-05-08  Juanma Barranquero  <lektu@terra.es>
176         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
177         word constituent so FOO-ARG is not recognized as an arg.
178         (help-highlight-arguments): Don't skip lists in mandatory arguments.
180         * simple.el (next-error): Fix typo in docstring.
181         (open-line): Make argument names match their use in docstring.
182         (split-line): Fix docstring.
184         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
185         usable by `describe-function'.
186         (gensym, gentemp, typep, ignore-errors): Make argument names match
187         their use in docstring.
189         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
190         argument to `help-setup-xref'.
192 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
194         Version 2.0.40 of Tramp released.
196         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
197         Use symbol-function to invoke functions only known on some Emacs
198         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
199         Scaldeferri <kevin@scaldeferri.com>.
200         (tramp-do-copy-or-rename-file-via-buffer): Rename from
201         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
202         consistent with the other tramp-do-* functions.
203         (tramp-do-copy-or-rename-file): Calls adjusted.
204         (tramp-process-initial-commands): Avoid liveness check on shell --
205         we know that it must be alive since we're opening a connection at
206         this moment.
207         (tramp-last-cmd): New internal variable.
208         (tramp-process-echoes): New tunable.
209         (tramp-send-command): Set tramp-last-cmd.
210         (tramp-wait-for-output): Delete echo, if applicable.
211         (tramp-read-passwd): Construct the key for the password cache in a
212         way that works for multi methods, too.
213         (tramp-bug): Add backup-directory-alist and
214         bkup-backup-directory-info to bug reports, with Tramp counterparts.
216 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
218         * net/tramp*.el: Suppress byte-compiler warnings where possible.
220         * net/tramp.el (tramp-out-of-band-prompt-regexp)
221         (tramp-actions-copy-out-of-band): New defcustoms.
222         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
223         used instead of a synchronous one.  Allows password entering.
224         (tramp-action-out-of-band): New defun.
225         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
226         Remove restriction with password from doc string.
227         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
228         `tramp-out-of-band-prompt-regexp',
229         `tramp-actions-copy-out-of-band', `password-cache' and
230         `password-cache-expiry'.
231         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
232         password caching.
233         (tramp-touch): FILE can be a local file, too.
234         (TODO): Remove items done.
235         (tramp-handle-insert-directory): Properly quote file name also if
236         not full-directory-p.  Handle wildcard case.  Reported by Andreas
237         Schwab <schwab@suse.de>.
238         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
239         new file.
240         (tramp-handle-file-local-copy, tramp-handle-write-region):
241         The permissions of the temporary file are set if filename exists.
242         Reported by Ted Stern <stern@cray.com>.
243         (tramp-backup-directory-alist)
244         (tramp-bkup-backup-directory-info): New defcustoms.
245         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
246         (tramp-handle-find-backup-file-name): New function.
247         Implements Tramp's find-backup-file-name.
249         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
250         for `find-backup-file-name'.
252         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
253         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
255 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
257         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
259 2004-05-07  Juanma Barranquero  <lektu@terra.es>
261         * subr.el (lambda): Add arglist description to docstring.
262         (declare): Fix typo in docstring.
263         (open-network-stream): Fix docstring.
264         (process-kill-without-query): Fix docstring and add obsolescence info.
265         (last, butlast, nbutlast): Make arguments match their use in docstring.
266         (insert-buffer-substring-no-properties): Likewise.
267         (insert-buffer-substring-as-yank): Likewise.
268         (split-string): Fix docstring.
270         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
271         Make argument names match their use in docstring.
273         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
275 2004-05-06  Nick Roberts  <nickrob@gnu.org>
277         * progmodes/gdb-ui.el: Improve/extend documentation strings.
278         Fit first sentence on one line for apropos-command.
280 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
282         Changes largely merged in from Dave Love's code.
283         * progmodes/python.el: Doc fixes.
284         (python-mode-map): Add python-complete-symbol.
285         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
286         (python-comment-indent, python-complete-symbol)
287         (python-symbol-completions, python-partial-symbol)
288         (python-try-complete): New.
289         (python-indent-line): Remove optional arg.  Use python-block-end-p.
290         (python-check): Bind compilation-error-regexp-alist.
291         (inferior-python-mode): Use rx.  Move keybindings to top level.
292         Set comint-input-filter.
293         (python-preoutput-filter): Use rx.
294         (python-input-filter): Re-introduce.
295         (python-proc): Start new process if necessary.
296         Check python-buffer non-nil.
297         (view-return-to-alist): Defvar.
298         (python-send-receive): New.
299         (python-eldoc-function): Use it.
300         (python-mode-running): Don't defvar.
301         (python-mode): Set comment-indent-function.
302         Maybe update hippie-expand-try-functions-list.
303         (python-indentation-levels): Initialize differently.
304         (python-block-end-p): New.
305         (python-indent-line): Use it.
306         (python-compilation-regexp-alist): Augment.
307         (run-python): Import `emacs' module to Python rather than loading
308         code directly.  Set python-buffer differently.
309         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
310         Use python-proc.
311         (python-send-command): Go to end of comint buffer.
312         (python-load-file): Use python-proc, emacs.eimport.
313         (python-describe-symbol): Simplify interactive form.
314         Use emacs.help.  Do use temp-buffer-show-hook.
315         Call print-help-return-message.
316         (hippie-exp): Require when compiling.
317         (python-preoutput-continuation): Use rx.
319         * diff-mode.el (diff-make-unified): Fix regexp.
321 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
323         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
324         filter groups from the buffer when rebuilding the Ibuffer buffer
325         and `ibuffer-show-empty-filter-groups' is nil.
327 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
329         * ps-print.el (ps-print-quote): Call ps-value-string.
330         (ps-setup): Call ps-comment-string.
331         (ps-value-string, ps-comment-string): New funs.
333 2004-05-06  Juanma Barranquero  <lektu@terra.es>
335         * help-fns.el (help-argument-name): Default to bold; don't inherit
336         from font-lock-variable-name-face.
337         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
339         * ehelp.el (electric-help-command-loop): Check whether the last
340         character is visible, not (point-max).
342 2004-05-05  Kenichi Handa  <handa@m17n.org>
344         * descr-text.el (describe-char): Copy the character with text
345         properties and overlays into the first line, and call
346         describe-text-properties on it.
348 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
350         * iswitchb.el (iswitchb-global-map): Fix typo.
351         Remove unwanted ###autoloads from source file.
353 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
355         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
356         in run-hooks.  Use substitute-command-keys in message.
357         (wdired-abort-changes): Add message.
359 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
361         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
362         (sql-emacs20-p): Remove.
363         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
364         (sql-builtin-face, sql-doc-face): Remove.
365         (sql-mode-ansi-font-lock-keywords)
366         (sql-mode-oracle-font-lock-keywords)
367         (sql-mode-postgres-font-lock-keywords)
368         (sql-mode-linter-font-lock-keywords)
369         (sql-mode-ms-font-lock-keywords)
370         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
371         (sql-product-font-lock): Fix font-lock reset when font rules change.
372         (sql-highlight-product): Remove incorrect font-lock reset logic.
374 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
376         * ses.el (ses-set-parameter): Fix typo.
378 2004-05-04  Kim F. Storm  <storm@cua.dk>
380         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
381         Must expand directory for completion to work; and don't mess with
382         process-environment.
383         (ido-read-file-name): If command has ido property, don't use ido
384         if value is ignore, or read as directory if value is dir.
385         Set ido ignore property for dired-do-rename command.
387 2004-05-04  Juanma Barranquero  <lektu@terra.es>
389         * help-fns.el (help-argument-name): New face, inheriting from
390         font-lock-variable-name-face, to highlight function arguments in
391         `describe-function' and `describe-key'.
392         (help-do-arg-highlight): Auxiliary function to highlight a given
393         list of arguments in a string.
394         (help-highlight-arguments): Highlight the function arguments and
395         all uses of them in the docstring.
396         (describe-function-1): Use it. Do docstring output via `insert',
397         not 'princ', so text attributes are preserved.
399         * winner.el (winner-mode-map): Move winner-undo and winner-redo to
400         C-c <left> and C-c <right>, respectively (the previous bindings
401         conflict with prev-buffer, next-buffer).
403         * ehelp.el (electric-help-command-loop, electric-help-undefined)
404         (electric-help-help): Check against unmapped commands.
406 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
408         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
409         (bibtex-entry-update): New command bound to C-c C-u.
410         (bibtex-text-in-string): Fix regexp.
411         (bibtex-assoc-of-regexp): Remove.
412         (bibtex-progress-message): Fix docstring.
413         (bibtex-inside-field): Use if.
414         (bibtex-assoc-regexp): New function.
415         (bibtex-format-entry): Make code more robust so that it formats
416         also old entries.
417         (bibtex-autokey-demangle-title): Merge with obsolete function
418         bibtex-assoc-of-regexp.
419         (bibtex-field-list): New function.
420         (bibtex-entry): Use bibtex-field-list.
421         (bibtex-parse-entry): Fix docstring.
422         (bibtex-print-help-message): Use bibtex-field-list.
423         (bibtex-make-field): Use bibtex-field-list.
424         (bibtex-entry-index): Bugfix. Return crossref key if required.
425         (bibtex-lessp): Fix docstring.
427 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
429         * select.el (xselect-convert-to-string): Move comment to intended line.
431 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
433         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
434         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
436 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
438         * term/x-win.el (x-clipboard-yank): Don't exit on error from
439         x-get-selection.
441 2004-05-03  Jason Rumney  <jasonr@gnu.org>
443         * makefile.nt: Remove.
445 2004-05-03  Kim F. Storm  <storm@cua.dk>
447         * emulation/cua-base.el (cua--update-indications): Fix last change.
448         (cua-mode): Deactivate mark when cua-mode is enabled.
450 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
452         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
454 2004-05-03  Nick Roberts  <nickrob@gnu.org>
456         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
457         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
458         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
459         window over visible frames.
460         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
462 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * progmodes/compile.el (compilation-gcpro): New var.
465         (compilation-fake-loc): Use it.
466         (compilation-forget-errors): Reset it.
468 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
470         * diff-mode.el (diff-header-face, diff-file-header-face):
471         Use min-colors.
473 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
475         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
476         (bibtex-clean-entry): Disentangle code.
477         (bibtex-realign): New function.
478         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
479         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
480         Remove undocumented optional arg called-by-convert-alien.
481         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
482         for sorting instead of bibtex-sort-buffer.
484 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
486         * progmodes/compile.el (compilation-start): In the
487         no-async-subprocesses branch, call sit-for to give redisplay a
488         chance to show the updated process status in the mode line, and
489         fontify the buffer explicitly after the process exits.
491 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
493         * progmodes/python.el (python-compilation-line-number): Remove.
494         (python-compilation-regexp-alist): Don't use it any more.
495         (python-orig-start, python-input-filter): Remove.
496         (inferior-python-mode): Don't set up comint-input-filter-functions.
497         (python-send-region): Use compilation-fake-loc.
499         * progmodes/compile.el (compilation-messages-start): New var.
500         (compilation-mode): Don't setup next-error-function here.
501         (compilation-setup): Set it up here instead (for minor modes as well).
502         Make compilation-messages-start buffer local.
503         (compilation-next-error-function): Use it.
504         (compilation-forget-errors): Set compilation-messages-start.
506 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
508         * ielm.el (ielm-prompt-read-only): Update docstring.
510         * comint.el (comint-prompt-read-only): Update docstring.
511         (comint-update-fence, comint-kill-whole-line)
512         (comint-kill-region): New functions.
514         * simple.el (kill-whole-line): Use "p" instead of "P" in
515         interactive form.
517 2004-05-01  Juanma Barranquero  <lektu@terra.es>
519         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
520         format arglist so default values in CL-style argument lists are
521         correctly shown.
523 2004-05-01  Jason Rumney  <jasonr@gnu.org>
525         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
527 2004-05-01  Kenichi Handa  <handa@m17n.org>
529         * international/titdic-cnv.el (miscdic-convert): Don't generate a
530         quail file if it is up to date.
532 2004-04-30  Juri Linkov  <juri@jurta.org>
534         * cus-edit.el (custom-mode-map):
535         Add key binding `C-x C-s' to `Custom-save'.
537         * outline.el (outline-blank-line): New var.
538         (outline-next-preface, outline-show-heading)
539         (outline-end-of-subtree): Use it.
541         * dired-aux.el (dired-touch-initial): New fun.
542         (dired-do-chxxx): Call it for op-symbol `touch'.
543         (dired-diff): Use `dired-dwim-target-directory'
544         if current dired buffer has no buffer mark.
546         * bindings.el (propertized-buffer-identification):
547         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
548         Add C-M-arrow keys for consistency.
550         * files.el (confirm-kill-emacs):
551         Change group from top-level `emacs' to `convenience'.
553         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
554         Push mark on the first call of successive command calls.
555         (insert-pair): New fun created from `insert-parentheses' with
556         `open' and `close' arguments added.  Enclose active regions
557         in paired characters.  Compare adjacent characters syntax with
558         inserted characters syntax before inserting a space.
559         (insert-parentheses): Call `insert-pair' with ?\( ?\).
561         * delsel.el: Don't put `delete-selection' property
562         on `insert-parentheses' symbol to take advantage of
563         region handling in `insert-pair' function.
564         Suggested by Stephan Stahl <stahl@eos.franken.de>.
566 2004-04-30  Kim F. Storm  <storm@cua.dk>
568         * emulation/cua-base.el: Add support for changing cursor types;
569         based on patch from Michael Mauger.
570         (cua-normal-cursor-color, cua-read-only-cursor-color)
571         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
572         Customization cursor type and/or cursor color.
573         (cua--update-indications): Handle cursor type changes.
574         (cua-mode): Update cursor indications if enabled.
576         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
578         * mouse.el (mouse-drag-copy-region): New defcustom.
579         (mouse-set-region, mouse-drag-region-1): Use it.
581         * simple.el (kill-ring-save): If region face background color is
582         unspecified (if no highlighting), show extent of fully visible
583         region even if transient-mark-mode is enabled.
585         * emulation/cua-base.el (cua--standard-movement-commands):
586         Add cua-scroll-up and cua-scroll-down.
587         (cua-scroll-up, cua-scroll-down): New commands.
588         (cua--init-keymaps): Remap scroll-up and scroll-down.
590         * emulation/cua-rect.el (cua--convert-rectangle-as):
591         New defmacro.
592         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
593         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
594         New commands (suggested by Jordan Breeding).
596 2004-04-30  Juanma Barranquero  <lektu@terra.es>
598         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
600 2004-04-30  Mario Lang  <mlang@delysid.org>
602         * diff.el (diff-switches): Fix typo in docstring.
604 2004-04-30  Alex Schroeder  <alex@gnu.org>
606         * xml.el (xml-debug-print-internal): Don't add newline and
607         indentation to text nodes and write empty elements as empty tags
608         instead of opening and closing tags.
609         (xml-debug-print): Take optional indent-string argument.
610         (xml-print): Alias for xml-debug-print.
612 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
614         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
615         than duplicate call to `line-beginning-position'.
617         * progmodes/f90.el (f90-get-present-comment-type): Return
618         whitespace, as well as comment chars, for consistent filling
619         of comment blocks.  Use `match-string-no-properties'.
620         (f90-break-line): Do not leave trailing whitespace when filling
621         comments.
623 2004-04-30  Dave Love  <fx@gnu.org>
625         * calendar/diary-lib.el (diary-outlook-formats): New variable.
626         (diary-from-outlook-internal, diary-from-outlook)
627         (diary-from-outlook-gnus, diary-from-outlook-rmail): New
628         functions to import diary entries from Outlook-format
629         appointments in mail messages.
631 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * progmodes/python.el (python-send-command): New fun.
634         (python-send-region, python-load-file): Use it.
636         * progmodes/compile.el (compilation-last-buffer): Add var alias.
638         * help-fns.el (help-C-file-name): Use new subr-name.
639         Prepend `src/' to the file name.
640         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
641         (describe-function-1, describe-variable): Only find a C source file
642         name if DOC is already loaded.
644         * help-mode.el (help-function-def, help-variable-def):
645         Use the new find-function-search-for-symbol functionality.
646         Allow FILE to be `C-source'.
648         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
649         (find-function-C-source): New fun.
650         (find-function-search-for-symbol): Use it.
652 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
654         * progmodes/sql.el (sql-product-alist): Rename variable
655         `sql-product-support'.  Add Postgres login parameters.
656         (sql-set-product, sql-product-feature): Update with renamed
657         variable.
658         (sql-connect-postgres): Add username prompt.
659         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
660         Make patterns less product specific.
661         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
662         (sql-mode-abbrev-table): Modify initialization.
663         (sql-builtin-face): Add variable.
664         (sql-keywords-re): Add macro.
665         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
666         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
667         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
668         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
669         (sql-mode-linter-font-lock-keywords)
670         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
671         (sql-mode-sybase-font-lock-keywords)
672         (sql-mode-informix-font-lock-keywords)
673         (sql-mode-interbase-font-lock-keywords)
674         (sql-mode-ingres-font-lock-keywords)
675         (sql-mode-solid-font-lock-keywords)
676         (sql-mode-sqlite-font-lock-keywords)
677         (sql-mode-db2-font-lock-keywords): Default to nil.
678         (sql-product-font-lock): Always highlight ANSI keywords.
679         (sql-add-product-keywords): Made similar to
680         `font-lock-add-keywords'.
681         (sql-send-string): Add function.
683 2004-04-29  Dave Love <fx@gnu.org>
685         * progmodes/cfengine.el (cfengine-beginning-of-defun)
686         (cfengine-end-of-defun): Ensure progress through buffer.
688         * info-look.el (cfengine-mode): Accept a terminal ().
690 2004-04-29  Juri Linkov  <juri@jurta.org>
692         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
693         instead of isearch-yank-word-or-char.  Add new key bindings for
694         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
695         (isearch-del-char): New fun.
696         (isearch-forward, isearch-edit-string): Update docstring.
697         (isearch-yank-char): Doc fix.
698         (isearch-other-meta-char): Restore point after scrolling.
700         * progmodes/compile.el (compilation-context-lines): Add nil option
701         to disable compilation output window scrolling.
702         (compilation-set-window): Use it.
704         * outline.el (outline-next-preface, outline-show-heading):
705         Don't leave unhidden blank line before heading.
706         (outline-end-of-subtree): Include last newline into subtree.
707         (hide-entry): Leave point at beginning of heading instead of end.
708         (outline-up-heading): Push mark for the first call of successive
709         command calls.
711 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
713         * comint.el (comint-prompt-read-only): New variable.
714         (comint-output-filter): Implement it.
716         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
717         (ielm-prompt-internal): New variable.
718         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
719         (ielm-send-input): Delete unused variable `buf'.
720         (ielm-eval-input): Use `ielm-prompt-internal'.
721         (inferior-emacs-lisp-mode): Use new variables
722         `comint-prompt-read-only' and `ielm-prompt-internal'.
723         Get rid of obsolete variable `directory-sep-char'.
724         (ielm): Use `zerop'.
726 2004-04-29  John Paul Wallington  <jpw@gnu.org>
728         * thumbs.el (toplevel): Require cl at compile time.
729         Remove conditional definitions of `ignore-errors' and `caddar'
730         because they occur at run time.
732 2004-04-28  Nick Roberts  <nickrob@gnu.org>
734         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
735         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
736         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
737         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
739         * progmodes/gud.el (gud-common-init): Throw an error if program is
740         already running under gdb.
742 2004-04-28  John Paul Wallington  <jpw@gnu.org>
744         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
745         (thumbs-show-image-num): Move assignment of
746         `thumbs-current-image-filename' within scope of `i'.
747         (thumbs-emboss-image): Don't use `evenp'.
749 2004-04-28  Richard M. Stallman  <rms@gnu.org>
751         * progmodes/compile.el (compilation-context-lines): Default now 0.
753 2004-04-28  Juanma Barranquero  <lektu@terra.es>
755         Use `time-less-p' from calendar/time-date.el instead of defining
756         custom versions of it.
758         * pcomplete.el (pcomplete-time-less-p): Remove.
760         * thumbs.el (time-less-p): Remove.
762         * calendar/timeclock.el (timeclock-time-less-p): Remove.
763         (timeclock-generate-report): Use `time-less-p'.
765         * emacs-lisp/autoload.el (autoload-before-p): Remove.
766         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
768 2004-04-28  Masatake YAMATO  <jet@gyve.org>
770         * subr.el (remove-overlays): Make arguments optional.
772         * wid-edit.el (widget-specify-button): Put evaporate to the
773         overlay for sample.
774         (widget-specify-sample): Put evaporate to the overlay for sample.
775         (widget-specify-doc): Put evaporate to the overlay for documentation.
777 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
779         * info.el (info-apropos): Make it an index node.  Align node names
780         like makeinfo.
782 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
784         * net/browse-url.el (browse-url-netscape-sentinel)
785         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
786         (browse-url-epiphany-sentinel, browse-url-mosaic):
787         Use browse-url-*-program instead of a literal program name.
789 2004-04-27  Kevin Ryde  <user42@zip.com.au>
791         * eshell/em-alias.el:
792         * eshell/em-dirs.el:
793         * eshell/em-hist.el:
794         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
795         features when M-x customize-group loads modules before the main
796         eshell.el.
798 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
800         * subr.el (momentary-string-display): Support EXIT-CHAR that is
801         either a character representation of an event or an event
802         description list.
804         * type-break.el: Capitalise Emacs and Lisp.
805         (type-break-good-break-interval, type-break-demo-boring-stats)
806         (type-break-terse-messages, type-break-file-name): New defcustoms.
807         (type-break-post-command-hook)
808         (type-break-warning-countdown-string): Quote variable names in doc.
809         (type-break-interval-start, type-break-auto-save-file-name): New vars.
810         (type-break-mode): Document type-break-good-break-interval and the
811         "session" file.  Schedule break according to the session file.
812         Kill session file buffer on exit.  Organise for save-some-buffers
813         to always save the session file.
814         (type-break-mode-line-message-mode, type-break-query-mode):
815         Uppercase arguments.
816         (type-break-file-time, type-break-file-keystroke-count, timep)
817         (type-break-choose-file, type-break-get-previous-time)
818         (type-break-get-previous-count): New defuns.
819         (type-break): Avoid break querying after a completed break in the
820         case where the query was initiated during user invocation of the
821         break.  Optional terse messages.
822         Use type-break-good-break-interval if type-break-good-rest-interval is
823         nil.  File the break time.
824         (type-break-schedule): New optional args for overriding the use of
825         the current time.
826         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
827         after a break.
828         (type-break-check): File the keystroke count.
829         (type-break-do-query): Prevent a second query when the break is
830         interrupted.  Optional terse message.
831         (type-break-keystroke-reset): Record the start of a typing interval.
832         (type-break-demo-boring): Optional terse messages.  Display word
833         per minute and keystroke counts according to
834         type-break-demo-boring-stats.
836 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
838         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
839         directories, make sure they exist under archive-tmpdir.
841 2004-04-27  Juri Linkov  <juri@jurta.org>
843         * help.el (view-emacs-news): With argument, display info for the
844         selected version by finding it among different NEWS files, and
845         narrowing the buffer to the selected version.
847         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
848         same-window-buffer-names.
849         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
850         non-numeric prefix argument, append the number to the buffer name
851         for numeric prefix argument.
852         (info-other-window): Bind same-window-regexps to nil.
853         (Info-reference-name): Rename to Info-point-loc.
854         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
855         and Info-find-index-name for stringy Info-point-loc.
856         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
857         without middle `.', but with final `.' and optional line number
858         for it.  Set Info-point-loc for index nodes.
859         (Info-index): Remove middle `.' from index entry regexp.
860         Modify line number regexp.
861         (Info-index-next): Decrement line number.
862         (info-apropos): Remove middle `.' from index entry regexp.
863         Add optional line number regexp at the end.  Add matched value
864         for line number to the result list and insert it to the buffer.
865         Replace match-string by match-string-no-properties.
866         Reorder result list.
867         (Info-fontify-node): Hide index line numbers.
868         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
869         empty matches.
870         (Info-follow-reference): Use `str' instead of
871         Info-following-node-name-re.
872         (Info-toc): Use full file names.  Set Info-current-node to "Top".
873         (Info-fontify-node): Compare file names without directory name.
874         (Info-try-follow-nearest-node): Don't set Info-reference-name.
875         Set second arg of Info-extract-menu-node-name for index nodes.
876         (info-xref-visited): Use magenta3 instead of magenta4.
877         (Info-mode): Add info-apropos to docstring.
879         * log-view.el (log-view-diff): Replace interactive code "r"
880         by a list to allow to call it even if region is not active.
882         * paren.el (show-paren-highlight-openparen): New var.
883         (show-paren-function): Turn on openparen highlighting when
884         matching forward if show-paren-highlight-openparen is non-nil.
886         * simple.el (kill-ring-save): Use blink-matching-delay instead of
887         the constant value 1.
888         (completions-common-part): Expand docstring.
890         * textmodes/picture.el (picture-mode-map): Add arrow keys.
892 2004-04-27  Kim F. Storm  <storm@cua.dk>
894         * image.el (insert-sliced-image): Use line-height instead of
895         line-spacing property on newline.
897 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
899         * desktop.el (desktop-buffer-misc-data-function): Rename to
900         desktop-save-buffer and change docstring.
901         (desktop-buffer-modes-to-save): Delete.
902         (desktop-save-buffer-p): Use desktop-save-buffer instead of
903         desktop-buffer-modes-to-save.
904         (desktop-save): Rename desktop-buffer-misc-data-function to
905         desktop-save-buffer and allow non-function value.
906         (desktop-missing-file-warning): Correct docstring.
908         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
909         to desktop-save-buffer.
911         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
912         desktop-save-buffer.
914         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
916         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
918 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
920         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
922 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
924         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
925         (ielm): Only go to the end of the buffer when starting a new process.
927 2004-04-25  Juanma Barranquero  <lektu@terra.es>
929         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
930         mode line.  Bind `inhibit-read-only' to t before modifying
931         properties of text in the buffer.
932         (ielm): Force point to the end of buffer, even when running ielm
933         from inside itself.
935 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
937         * info.el (info-apropos): Reset Info-complete-cache.
939 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
941         * progmodes/compile.el (compilation-error-regexp-alist-alist):
942         Also recognize severe Irix et al. messages.
943         (compilation-normalize-filename, compile-abbreviate-directory):
944         Delete functions.
945         (compilation-get-file-structure): New function inherits
946         functionality of the two preceding ones.
947         (compilation-internal-error-properties, compilation-fake-loc):
948         Use it so that different paths to the same file share the same
949         markers.  Also optimize finding adjacent marker slightly.
951 2004-04-25  Kim F. Storm  <storm@cua.dk>
953         * image.el (insert-sliced-image): Add line-spacing t property
954         to newlines separating image lines.
956 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
958         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
960         * ielm.el (ielm-prompt-read-only): New user option.
961         (ielm-prompt): Expand docstring to describe new behavior.
962         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
963         mention it in the docstring.
965 2004-04-24  Andreas Schwab  <schwab@suse.de>
967         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
969         * diff.el (diff): Set default-directory in diff buffer.
971 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
973         * mail/sendmail.el (mail-bury): Don't delete the frame where the
974         mail was being composed if the terminal cannot display more than
975         one frame; instead, switch to previous frame.
977         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
978         (rmail-start-mail): Support rmail-mail-new-frame even on
979         terminals that can display only one frame at a time.
981 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
984         (checkdoc-output-font-lock-keywords): Remove error regexp.
985         (checkdoc-output-mode-map): Remove.
986         (checkdoc-output-mode): Derive from compilation-mode.
987         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
989         * dired.el (dired-mode-map): Add a menu entry for wdired.
991         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
992         (rx-bracket, rx-check-any, rx-any): Clean up name space.
994         * wdired.el: (wdired-mode-map): Move init into declaration.
995         Fix `return' binding.
996         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
997         Use force-mode-line-update.
998         (wdired-get-filename): Use `unless'.
999         (wdired-preprocess-files): Don't assume names have no \n and use / for
1000         dir separator.
1001         (wdired-normalize-filename): Use replace-regexp-in-string.
1002         (wdired-load-hooks): Remove.
1003         (wdired-mode-hooks): Rename to wdired-mode-hook.
1005         * info-look.el: Add support for cfengine-mode.
1006         (info-lookup-setup-mode): Use dolist.
1008 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1010         * wdired.el: New file.
1012 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1014         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1016         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1017         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1018         (pcomplete--help, pcomplete--here): Doc fixes.
1020 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1022         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1023         handles wrong-number-of-arguments in backend call.
1025         * vc.el (vc-print-log): Likewise.
1027 2004-04-20  Dave Love  <fx@gnu.org>
1029         * emacs-lisp/rx.el: Doc fixes.
1030         (rx-constituents): Add/extend many forms.
1031         (rx-check): Check form is a list.
1032         (bracket): Defvar.
1033         (rx-check-any, rx-any, rx-check-not): Modify.
1034         (rx-not): Simplify.
1035         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1036         (rx-kleene): Use rx-trans-forms.
1037         (rx-quote-for-set): Delete.
1038         (rx): Allow multiple args.
1040 2004-04-23  Kenichi Handa  <handa@m17n.org>
1042         * international/mule-util.el (char-displayable-p): Simplify by
1043         using internal-char-font.
1045 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1047         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1049 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * diff-mode.el (diff-next-error): New fun.
1052         (diff-mode): Use it.
1054         * simple.el (next-error): Change arg name.
1055         Add support for the documented C-u C-x ` usage.
1057         * frame.el (special-display-popup-frame, next-multiframe-window)
1058         (previous-multiframe-window): Only consider frames on same display.
1060 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
1062         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1063         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1065 2004-04-22  Kim F. Storm  <storm@cua.dk>
1067         * net/telnet.el (telnet): Add optional port arg.
1069 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1072         Minor sanity check on the `hyperlink' slot.
1074         * Makefile.in (recompile): Compile new files.
1076         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1077         Add byte-recompile-directory's optional `arg'.
1079         * cvs-status.el (cvs-tree-use-charset): New var.
1080         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1081         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1082         (cvs-status-cvstrees): Use it.
1084         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1085         Make it a normal major mode.
1086         (checkdoc-buffer-label): Make sure the file name is meaningful.
1087         (checkdoc-output-to-error-buffer): Remove.
1088         (checkdoc-error, checkdoc-start-section): Rewrite.
1090         * info.el (info-node, info-menu-5, info-xref, info-header-node)
1091         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1092         (Info-title-4-face): Use new syntax.
1093         (info-xref-visited): Inherit from info-xref.
1095         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1097 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1099         * simple.el (next-error-last-buffer, next-error-function):
1100         New variables for the next-error framework.
1101         (next-error-buffer-p): New function.
1102         (next-error-find-buffer): Generalize compilation-find-buffer.
1103         (next-error, previous-error, first-error, next-error-no-select)
1104         (previous-error-no-select): Move from compile.el.
1106         * replace.el (occur-next-error, occur-1): Hook into the next-error
1107         framework.
1109         * progmodes/compile.el (compilation-start):
1110         Set next-error-last-buffer so next-error knows where to jump.
1111         (compilation-setup): Set the buffer-local variable
1112         next-error-function to 'compilation-next-error-function.
1113         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1114         alternate way to find if a buffer is a compilation buffer, for
1115         next-error convenience.
1116         (next-error-no-select, previous-error-no-select, next-error)
1117         (previous-error, first-error): Move to simple.el.
1118         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1119         (compilation-last-buffer): Remove.
1120         (compilation-start, compilation-next-error, compilation-setup)
1121         (compilation-next-error-function, compilation-find-buffer):
1122         Remove compilation-last-buffer use.
1124 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1126         * makefile.w32-in (WINS): Add url/ directory.
1128         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1129         (font-lock-warning-face): Fix spacing.
1131 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1133         * desktop.el (desktop-buffer-mode-handlers): New variable.
1134         Alist of major mode specific functions to restore a desktop buffer.
1135         (desktop-buffer-handlers): Make variable obsolete.
1136         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1137         Catch errors signaled in handlers.  Update buffer count.
1138         Evaluate desktop-buffer-point.
1139         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1140         move to dired.el.
1141         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1142         move to info.el.
1143         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1144         move to mail/rmail.el.
1145         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1146         to mh-e/mh-e.el.
1147         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1148         On fail, print message (to message buffer) even if
1149         desktop-missing-file-warning is nil.
1150         (desktop-buffer-misc-data-function): New buffer local variable.
1151         Function returning major mode specific data.
1152         (desktop-buffer-misc-functions): Make variable obsolete.
1153         (desktop-save): Use desktop-buffer-misc-data-function.
1154         (desktop-buffer-dired-misc-data): Rename to
1155         dired-desktop-buffer-misc-data and move to dired.el.
1156         (desktop-buffer-info-misc-data): Rename to
1157         Info-desktop-buffer-misc-data and move to info.el.
1158         (desktop-read): Add message about number of buffers restored/failed.
1159         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1160         Add parameters.  Pause to display error only when
1161         desktop-missing-file-warning is non-nil.
1162         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1163         (dired-mode): Bind desktop-buffer-misc-data-function.
1164         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1165         Add Parameters.
1166         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1167         (Info-mode): Bind desktop-buffer-misc-data-function.
1168         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1169         Add Parameters.
1170         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1171         Add Parameters.
1173 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1175         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1176         the case of letters in case-insensitive expansions when the
1177         abbrev is preceded by characters with letter syntax.
1179 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1181         * progmodes/cperl-mode.el (cperl-putback-char):
1182         Delete Emacs 18 definition.
1184         * international/mule.el (ctext-post-read-conversion):
1185         Use assoc-string, not assoc-ignore-case.
1187         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1189         * emacs-lisp/easymenu.el (easy-menu-add):
1190         Do call x-popup-menu, but only if it's defined.
1192         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1194         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1195         Handle multiple args: compile like progn.
1197         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1198         take all args as &rest arg.
1200         * autoinsert.el (auto-insert-alist): Insert the user's name in
1201         copyright notice, rather than Free Software Foundation.
1203 2004-04-21  Kenichi Handa  <handa@m17n.org>
1205         * descr-text.el (describe-char): Make it work on *Help* buffer.
1207 2004-04-21  Kim F. Storm  <storm@cua.dk>
1209         * image.el (insert-image): Add optional SLICE arg.
1210         (insert-sliced-image): New defun.
1212 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1214         * subr.el (read-number): Check whether `default' is nil.
1216 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1218         * progmodes/compile.el (compilation-error-properties):
1219         Split into two.
1220         (compilation-internal-error-properties): New one.
1221         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
1223 2004-04-20  Richard M. Stallman  <rms@gnu.org>
1225         * window.el (split-window-save-restore-data):
1226         Don't update the data if OLD-INFO is nil.
1228         * view.el (view-return-to-alist): Mark it permanent local.
1230         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1232         * recentf.el (recentf-save-list): Catch and warn about errors.
1234         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1235         so "Buffers" won't be pure.
1237         * help-mode.el (help-mode-finish): Set help-return-alist first
1238         thing, setting only the entry for the selected window.
1240         * help-fns.el (describe-function-1): If many non-control non-meta
1241         keys run the command, don't list all of them.
1243 2004-04-20  Juanma Barranquero  <lektu@terra.es>
1245         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1246         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
1248         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1250 2004-04-20  Kenichi Handa  <handa@m17n.org>
1252         * international/quail.el (quail-lookup-key): New optional arg
1253         NOT-RESET-INDICES.
1254         (quail-get-translations): Call quail-lookup-key with
1255         NOT-RESET-INDICES t.
1256         (quail-completion): Likewise.
1257         (quail-lookup-map-and-concat): Likewise.
1259 2004-04-20  Kenichi Handa  <handa@m17n.org>
1261         * international/quail.el (quail-update-translation): Don't insert
1262         such an unsupported multibyte char in a unibyte buffer.
1264 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
1266         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1267         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1268         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1269         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1270         (gdb-frame-assembler-buffer): Improve behaviour with
1271         multiple frames.
1272         (gdb-display-buffer): Extend search to all visible frames.
1274 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
1276         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1277         characters left after base64 decoding.
1278         (rmail-decode-region): Use -dos variety of `coding', to remove any
1279         ^M characters left after qp or base64 decoding.
1281 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1283         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1284         messages.
1286 2004-04-19  Stephen Eglen  <stephen@gnu.org>
1288         * add-log.el (add-change-log-entry): Update doc string to mention
1289         add-log-full-name and add-log-mailing-address.
1291 2004-04-18  Juri Linkov  <juri@jurta.org>
1293         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1294         (Info-find-node-2): Simplify error message.
1295         (Info-insert-dir): Use Info-following-node-name.
1296         (Info-goto-node): Remove *info-history* and *info-toc*.
1297         (Info-history): Create a node of the virtual history file.
1298         (Info-toc): Create a node of the virtual toc file.
1299         (Info-insert-toc): New arg `curr-file' for reference file names.
1300         (info-apropos): Remove redundant var binding for temp-file.
1301         (Info-index, Info-index-next, Info-mode): Doc fix.
1302         (Info-goto-emacs-command-node): Don't jump to *info* from
1303         non-*info* Info buffers.
1304         (Info-fontify-node): Don't show the file name of external
1305         references if `Info-hide-note-references' is `hide'.  Don't hide
1306         newlines at the end of paragraphs.
1308         * international/mule-diag.el (list-input-methods):
1309         Fix args to help-xref-button.
1311         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1312         to put into effect local variables from TUTORIAL files.
1314         * textmodes/paragraphs.el (sentence-end) <function>: New fun
1315         with default value taken from the variable `sentence-end'.
1316         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
1317         Add nil const to :type.
1318         (sentence-end-without-period, sentence-end-double-space)
1319         (sentence-end-without-space): Doc fix.
1321         * textmodes/paragraphs.el (forward-sentence):
1322         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1323         (fill-delete-newlines):
1324         * progmodes/cc-cmds.el (c-beginning-of-statement):
1325         Use function `sentence-end' instead of variable `sentence-end'.
1327 2004-04-18  Andreas Schwab  <schwab@suse.de>
1329         * progmodes/compile.el (compilation-start): Set window start to
1330         point-min if compilation-scroll-output is nil.
1332 2004-04-18  John Wiegley  <johnw@newartisans.com>
1334         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1336 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
1338         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1339         (gdb-info-breakpoints-custom): Revert previous change.
1340         (gdb-view-assembler): Update assembler if necessary.
1341         (gdb-frame-handler): Parse correctly for gdb-current-frame.
1342         (gdb-display-source-buffer): Update properly when both source and
1343         assembler are visible.
1345 2004-04-17  John Wiegley  <johnw@newartisans.com>
1347         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1348         which limits the number of names shown in the minibuffer.  Off by
1349         default.
1350         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
1351         up iswitchb for users with a multitude of open buffers by showing
1352         only the first and last N/2 buffers in the completion list (which
1353         is enough to aid C-s/C-r, and to know that more characters are
1354         needed to refine the completion list).
1356 2004-04-17  Richard M. Stallman  <rms@gnu.org>
1358         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1359         (file-truename): Expand all ~ constructs directly.
1360         (insert-directory): Delete any error msg output by the
1361         `insert-directory-program'.
1363         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1364         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1365         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1366         (allout-init): Use find-file-hook, not find-file-hooks.
1367         (allout-mode): Eliminate Emacs 18 support.
1368         Use write-contents-functions, not local-write-file-hooks.
1370 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
1372         * progmodes/compile.el (compilation-error-properties): Fix for
1373         adding messages when there are already markers for their file.
1374         (compilation-fake-loc): New function.
1376 2004-04-16  Dave Love  <fx@gnu.org>
1378         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1379         (python-load-file): Fix python-orig-start setting.
1381         * progmodes/compile.el: Doc fixes.
1382         (compilation-error-regexp-alist-alist)
1383         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1384         (compilation-assq): Wrap in eval-when-compile.
1385         (compilation-mode-font-lock-keywords): Don't use list*.
1386         (compilation-start): Avoid warning.
1387         (compilation-compat-error-properties)
1388         (compilation-directory-properties): Add keymap property.
1389         (compilation-parsing-end): Make it a marker for better compatibility.
1391         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1393 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
1395         * xml.el: Doc fixes.
1396         (xml-get-children): Only looks at sub-tags and ignore strings.
1398         * xml.el (xml-parse-tag): Avoid overwriting node-name.
1400 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * url/url-util.el (url-debug): Use with-current-buffer.
1404         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1405         (url-nfs-create-wrapper): Use new backquote syntax.
1407         * url/url-https.el (url-https-file-attributes): Add id-format param.
1409         * url/url-http.el (url-http-head-file-attributes)
1410         (url-http-file-attributes): Add id-format parameter.
1412         * url/url-handlers.el: Use new find-file-hook.
1413         (url-file-attributes): Add id-format parameter.
1415         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1416         (url-file-file-attributes): Add id-format parameter.
1418         * url/url-dav.el: Use with-current-buffer.
1419         (url-dav-process-response): Fix regexps and spurious quote.
1420         (url-dav-file-attributes): Add id-format param.
1422         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1424 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
1426         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1428         * vc.el (vc-print-log): Likewise.
1430 2004-04-16  Masatake YAMATO  <jet@gyve.org>
1432         * simple.el (completion-setup-function): Set an initial value
1433         to `element-common-end' before entering loop.  Set a value
1434         to `element-common-end' at the end of loop.
1435         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
1436         (completions-common-part): Rename from completion-de-emphasis.
1437         (completions-first-difference): Rename from completion-emphasis.
1438         Suggested by RMS.
1440 2004-04-16  Juanma Barranquero  <lektu@terra.es>
1442         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1443         (bookmark-edit-annotation-mode): Add mode name.
1445 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1448         for nested conflict markers.
1449         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1451 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
1453         * progmodes/gdb-ui.el (gdb-goto-info): New function.
1455         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1457 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1460         Give a backtrace if requested.
1462         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1464         * progmodes/python.el (python-mouse-2-command, python-RET-command):
1465         Remove unused functions.
1466         (python-orig-start-line, python-orig-file): Remove.
1467         (python-orig-start): New var.
1468         (python-input-filter, python-compilation-line-number)
1469         (python-send-region, python-load-file): Use it.
1471         * info.el (info): Always jump to *info*.
1473         * subr.el (posn-set-point): New function.
1475         * mouse.el (mouse-set-point): Use it.
1477         * progmodes/compile.el (compile-goto-error): Use it.
1478         (compilation-button-map): New keymap.
1479         (compilation-error-properties): Use it.
1480         (compilation-shell-minor-mode-map): Don't bind mouse-2.
1482         * smerge-mode.el (smerge-popup-context-menu): Use it.
1484         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1485         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1486         mouse and non-mouse case.
1488         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1489         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1491         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1492         Make it work for non-mouse events.
1494         * pcvs-info.el (cvs-status-map): Update binding name.
1496 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
1498         * xml.el (xml-maybe-do-ns): New function to handle namespace
1499         parsing of both attribute and element names.
1500         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1501         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1502         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
1503         (xml-parse-attlist): Make it do its own namespace parsing.
1505 2004-04-14  Dave Love  <fx@gnu.org>
1507         * progmodes/python.el (run-python): Fix use of \n.
1508         (python-load-file): Remove `try' from Python fragment.
1509         (python-describe-symbol): Fix message.
1511         * comint.el: Doc fixes.
1512         (comint-last-input-start, comint-last-input-end)
1513         (comint-last-output-start): Give them values.
1514         (comint-arguments): Avoid warning.
1515         (comint-skip-prompt): Use line-end-position.
1516         (comint-backward-matching-input): Rename arg to agree with doc.
1517         (comint-extract-string): Use syntax-ppss.
1518         (comint-dynamic-simple-complete): Delete useless list construction.
1519         (comint-redirect-subvert-readonly): New.
1520         (comint-redirect-preoutput-filter): Use it.
1522         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1523         Correctly handle negative arguments when calling hook functions.
1525 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
1527         * info.el (info-apropos): Don't clobber Info-history-list.
1529 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
1531         * progmodes/compile.el (compilation-setup):
1532         Localize overlay-arrow-position.
1533         (compilation-sentinel): Restructure code equivalently.
1534         (compilation-next-error): Find message on same line after point if
1535         not found before point.
1536         (compile-mouse-goto-error): Restore function so that compilation
1537         buffer need not be current and use compile-goto-error.
1538         (compile-goto-error): Restore function.
1539         (next-error): Set overlay-arrow-position.
1540         (compilation-forget-errors): Don't localize already local
1541         compilation-locs and remove FIXME about refontifying.
1543 2004-04-14  Kim F. Storm  <storm@cua.dk>
1545         * startup.el (emacs-quick-startup): New defvar (set by -Q).
1546         (command-line): New option -Q.  Like -q --no-site-file, but
1547         in addition it also disables menu-bar, tool-bar, scroll-bars,
1548         tool-tips, and the blinking cursor.
1549         (command-line-1): Skip startup screen if -Q.
1550         (fancy-splash-head): Use ":align-to center" prop to center splash image.
1552         * emulation/cua-base.el (cua-read-only-cursor-color)
1553         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1555 2004-04-13  Dave Love  <fx@gnu.org>
1557         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
1558         (syntax): Don't require.
1559         (python) <defgroup>: Add :version.
1560         (python-quote-syntax): Re-written.
1561         (inferior-python-mode): Move stuff here from run-python and add
1562         some more.
1563         (python-preoutput-continuation, python-preoutput-result)
1564         (python-dotty-syntax-table): New.
1565         (python-describe-symbol): Use them.
1566         (run-python): Move stuff to inferior-python-mode.  Modify code
1567         loaded into Python.
1568         (python-send-region): Use python-proc, python-send-string.
1569         (python-send-string): Send newlines too.  Callers changed.
1570         (python-load-file): Re-written.
1571         (python-eldoc-function): New.
1572         (info-look): Don't require.
1573         (python-after-info-look): New.  A modified version of former
1574         top-level code for use with eval-after-load.
1575         (python-maybe-jython, python-guess-indent): Use widened buffer.
1576         (python-fill-paragraph): Re-written.
1577         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
1578         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
1580 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1583         Set compilation-error-regexp-alist earlier.
1585         * progmodes/compile.el (compilation-minor-mode-map)
1586         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1587         (compile-goto-error): Re-merge the mouse and non-mouse commands.
1589 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * progmodes/compile.el (compile-goto-error): Select the buffer/window
1592         corresponding to the event.
1594         * url/url.el (url-retrieve): Use with-current-buffer.
1596         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1597         Remove unused var `version'.
1599         * url/url-handlers.el (url-handler-mode): New minor mode.
1600         (url-setup-file-name-handlers): Remove.
1602 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
1604         * loadup.el: Add cygwin to system-type list, for unexec() support.
1606 2004-04-12  John Paul Wallington  <jpw@gnu.org>
1608         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1609         (ibuffer-restore-window-config-on-quit): New variable to replace
1610         `ibuffer-delete-window-on-quit'.  Update all references.
1611         (ibuffer-prev-window-config): New variable.
1612         (ibuffer-quit): Restore previous window configuration instead of
1613         deleting window.
1614         (ibuffer): Save window configuration before showing Ibuffer buffer.
1616         * help.el (describe-mode): Doc fix.
1618         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1619         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1621 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1623         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1624         not to treat nil as a function.
1626         * vc-arch.el (vc-arch-root): Be a bit more careful.
1627         (vc-arch-register): Save the buffer if we modified it.
1628         (vc-arch-delete-rej-if-obsolete): Save excursion.
1629         (vc-arch-find-file-hook): Use the simpler after-save-hook.
1630         (vc-arch-responsible-p, vc-arch-init-version): New functions.
1632         * net/ldap.el (ldap-search): Use list*.
1634 2004-04-12  Juri Linkov  <juri@jurta.org>
1636         * info.el (Info-follow-reference): Allow multiline reference name.
1638 2004-04-11  Dave Love  <fx@gnu.org>
1640         * url/url-mailto.el (url-mailto):
1641         * url/url-history.el (url-history-setup-save-timer):
1642         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1644         * url/url-file.el (url-file-build-filename): Don't use
1645         directory-sep-char.
1647         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1649         * url/url-about.el (url-scheme-registry): Defvar.
1650         (url-about): Use text/plain.
1652         * url/url-vars.el (cl): Don't require.
1653         (url): Add :version.
1654         (url-bug-address): Use bug-gnu-emacs.
1656         * url/url-util.el (url-hexify-string): Don't give multibyte error
1657         for char <16.
1658         (mail-header-extract): Autoload.
1660         * url/url-parse.el: Doc fixes.
1662         * url/url-ldap.el (ldap): Require.
1663         (url-ldap): Fix `format' call.
1664         (url-ldap-certificate-formatter): Avoid warning.
1666         * url/url-https.el (url-https-create-secure-wrapper): Use modern
1667         backquotes.
1669         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1670         (url-intersection): New.
1671         (url-dav-supported-p): Use it.
1672         (url-dav-save-resource): Declare url-http-response-status special.
1674         * url/url-cache.el (url-util): Require.
1676         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1678         * progmodes/python.el: New file.
1680 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
1682         * vc-hooks.el (vc-arg-list): Function removed.
1683         (vc-default-workfile-unchanged-p): Use condition-case to check for
1684         backward compatibility.
1686         * vc.el (vc-print-log): Use condition-case to check for backward
1687         compatibility.
1689 2004-04-11  Juri Linkov  <juri@jurta.org>
1691         * dired.el (dired-faces): New defgroup.
1692         (dired-header, dired-mark, dired-marked, dired-flagged)
1693         (dired-warning, dired-directory, dired-symlink, dired-ignored):
1694         New faces.
1695         (dired-header-face, dired-mark-face, dired-marked-face)
1696         (dired-flagged-face, dired-warning-face, dired-directory-face)
1697         (dired-symlink-face, dired-ignored-face): New face variables.
1698         (dired-font-lock-keywords): Use them instead of font-lock faces.
1699         Split the rule for dired marks into 3 separate rules: for marks,
1700         marked file names and flagged file names.
1702         * help-mode.el (help-make-xrefs): Add a final newline to the
1703         *Help* buffer.
1705 2004-04-11  John Paul Wallington  <jpw@gnu.org>
1707         * replace.el (occur-engine): Distinguish between one and several
1708         matches in the matches per buffer heading.
1710 2004-04-11  Kim F. Storm  <storm@cua.dk>
1712         * ido.el (ido-confirm-unique-completion): New defcustom.
1713         (ido-complete): Use it.
1714         (ido-write-file): Set it to t unconditionally.
1716 2004-04-10  Miles Bader  <miles@gnu.org>
1718         RCS keyword removal (only non-comment changes are enumerated here):
1720         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1721         (byte-compile-insert-header): Don't use `byte-compile-version'.
1722         * url/url-vars.el (url-version): Use the constant string "Emacs"
1723         instead of calculating something from the RCS `State' keyword
1724         [the latter is almost entirely useless anyway].
1725         * forms.el (forms-version): Variable removed.
1726         (forms-mode): Don't use `forms-version'.
1727         * recentf.el (recentf-version): Variable removed.
1728         * progmodes/delphi.el (delphi-version): Variable removed.
1729         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1731 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1733         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1735 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
1737         * info.el (info-apropos): Improve menu item regexp.
1739 2004-04-09  Simon Josefsson  <jas@extundo.com>
1741         * mail/smtpmail.el: Add comment, based on report by
1742         kdc@rcn.com (Kevin D. Clark).
1744 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1747         Redo one more thing that I didn't notice Daniel had undone.
1749 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
1751         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1752         (gdb-goto-breakpoint, gdb-display-buffer)
1753         (gdb-display-source-buffer, gdb-view-source-function)
1754         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1755         (gdb-source-info, gdb-frame-handler): Don't specify a window
1756         for display.
1757         (gdb-info-breakpoints-custom): Remove superfluous update of
1758         assembler buffer.
1759         (gdb-many-windows): Make settable outside gdb.
1761 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1763         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1764         Derive from fundamental-mode rather than text-mode.
1766 2004-04-08  Juri Linkov  <juri@jurta.org>
1768         * info.el (Info-history): Doc fix.
1769         (Info-history-list): New var.
1770         (info-xref): Change magenta4 to blue, remove bold for dark and
1771         light backgrounds, change bold to underline for non-color classes.
1772         (info-xref-visited): New face.
1773         (Info-fontify-visited-nodes): New custom.
1774         (Info-hide-note-references): Add new value `hide'.  Doc fix.
1775         (Info-reference-name): New var.
1776         (Info-selection-hook): New custom.
1777         (Info-edit-mode-hook): New var.
1778         (Info-find-file): New fun.
1779         (Info-find-node): Move part of code to Info-find-file.
1780         (Info-find-node-2): Add anchors to Info-history-list.  Move point
1781         to the place with the reference name if name is defined.
1782         (Info-select-node): Add current node to Info-history-list.
1783         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1784         (Info-search-whitespace-regexp): New custom.
1785         (Info-search-case-fold): New var.
1786         (Info-search): Add "case-sensitively" to the prompt.
1787         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
1788         (Info-search-case-sensitively, Info-search-next): New fun.
1789         (Info-up): Move point to the menu item of the current node.
1790         (Info-history): New fun.  Add *info-history* to
1791         same-window-buffer-names.
1792         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
1793         (Info-insert-toc): New fun.
1794         (Info-build-toc): New fun.
1795         (Info-follow-reference): Add new arg `fork'.  Doc fix.
1796         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
1797         with the same name prefer the reference closest to point.
1798         (Info-next-reference): Replace * by + in the *Note regexp.
1799         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1800         (Info-prev-reference): Replace * by + in the *Note regexp.
1801         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1802         (Info-follow-nearest-node): Add new arg `fork'.
1803         (Info-try-follow-nearest-node): Add new arg `fork'.
1804         Call browse-url for http:// and ftp:// references.
1805         Set Info-reference-name for index entries.
1806         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1807         Info-search-next, Info-history, Info-toc, clone-buffer.
1808         (Info-menu-update): Replace * by + in the *Note regexp.
1809         (Info-mode): Add documentation for Info-history, Info-toc,
1810         Info-search-case-sensitively, Info-search-next, clone-buffer.
1811         (Info-fontify-menu-headers): Remove fun.  Move code to
1812         Info-fontify-node.
1813         (Info-fontify-node): Add docstring.  Add local vars
1814         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
1815         then fontify header line, titles, menu headers, http and ftp
1816         references, refill paragraphs.  If not-fontified-p is t or
1817         fontify-visited-p is t then fontify cross references, menu items.
1818         Fontify menu headers.  Fontify http and ftp references.
1819         Change regexp for cross references to require whitespace after *Note,
1820         add matching groups for file and node names.  Remove hack for quote.
1821         Use display property for Info-hide-note-references=t.  Use fifth
1822         or fourth match for help-echo.  Display visited nodes in a
1823         different face.  Unhide file names of external references.
1824         Unhide newlines.  Display visited menu items in a different face.
1826 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1828         * progmodes/compile.el: Require CL.
1829         (compilation-mode-font-lock-keywords): Re-install the "line as
1830         function" patch.
1832         * help-fns.el (help-C-source-directory): New var.
1833         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1834         (describe-function-1, describe-variable): Use them.
1836         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1837         to C source files specially.
1839 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1841         * info.el (Info-hide-cookies-node): New function.
1842         (Info-select-node): Use it.
1843         (Info-display-images-node): Remove message with image file name.
1845 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1847         * progmodes/compile.el (compilation-warning-face)
1848         (compilation-info-face, compilation-skip-threshold)
1849         (compilation-skip-visited, compilation-context-lines):
1850         Declare :version when added to Emacs.
1851         (compilation-error-regexp-alist-alist): Extend caml and irix.
1852         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1853         (compilation-mode-font-lock-keywords): Temporarily undo line as
1854         function patch, which wasn't ready.
1856 2004-04-07  Kenichi Handa  <handa@m17n.org>
1858         * international/latin1-disp.el (latin1-display-setup): Check each
1859         character is displayable or not instead of calling
1860         latin1-display-check-font.
1862 2004-04-06  Kenichi Handa  <handa@m17n.org>
1864         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1865         New variable.
1866         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1867         instead of sera-being-called-by-w3.
1868         (ethio-fidel-to-sera-buffer): Likewise.
1869         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1870         instead of sera-being-called-by-w3.
1871         (ethio-write-file): Likewise.
1873 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1875         * printing.el: Dox fix.
1877 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1879         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1880         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1881         (gdb-setup-windows): Only use separate IO buffer if required.
1883 2004-04-06  Kim F. Storm  <storm@cua.dk>
1885         * term.el (term-is-xemacs): Remove.
1886         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1887         (term-window-width): New function.
1888         (term-mode, term-check-size): Use it.
1889         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1891 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1893         * cus-edit.el (custom-add-parent-links): Change unbound variable
1894         `symbol' to `name'.
1896 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1897         * info.el (info-apropos): New function.
1898         (Info-mode-menu): Add it.
1899         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1901         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1902         inherited docstring.
1904         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1906 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1910         * progmodes/compile.el (font-lock): Don't require any more.
1911         (compilation-error-properties, compilation-start, compilation-sentinel)
1912         (compilation-filter, next-error): Use with-current-buffer.
1913         (compilation-skip-to-next-location, compilation-skip-threshold)
1914         (compilation-skip-visited): Move to silence the byte-compiler.
1915         (compilation-setup): Simplify.
1916         (compilation-next-error): Use line-(beginning|end)-position.
1917         Make sure `pt' is non-nil before using compilation-loop.
1918         (compile-goto-error): Add optional event arg.  Use it.
1919         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1920         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1921         Update the binding for mouse-2.
1922         (first-error): Set compilation-current-error to nil rather than bob.
1923         (compilation-parsing-end, compilation-parse-errors-function)
1924         (compilation-error-list, compilation-old-error-list):
1925         "New" compatibility variables.
1926         (compile-buffer-substring, compilation-compat-error-properties)
1927         (compilation-compat-parse-errors, compilation-forget-errors):
1928         New compatibility functions.
1929         (compilation-mode-font-lock-keywords): Use them.
1931 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1933         * autorevert.el (auto-revert-handler): If point (or a window
1934         point) is at the end of the buffer, keep it there after
1935         reverting.  This allows to tail a file.
1936         Mention this in the `Commentary'.
1938         * format.el (format-write-file): Add optional argument CONFIRM
1939         and make it behave like the analogous argument to `write-file'.
1941 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1943         * progmodes/ebnf2ps.el: Doc fix.
1944         (ebnf-version): New version number (4.2).
1945         (ebnf-syntax): Customization and docstring fix.
1946         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1947         Put autoloaded funs before first use.
1948         (ebnf-style-database): Add dtd entry.
1949         (ebnf-syntax-alist): Add dtd initialization.
1950         (ebnf-token-sequence): New fun.
1951         (ebnf-comment-table): Add new comment action character.
1952         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1954         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1955         Type Definition for XML).
1957         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1958         * progmodes/ebnf-bnf.el (ebnf-sequence):
1959         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1960         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1961         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1962         Code simplification: call ebnf-token-sequence.
1964 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
1966         * calendar/timeclock.el (timeclock-relative)
1967         (timeclock-get-project-function, timeclock-get-workday-function)
1968         (timeclock-query-out, timeclock-when-to-leave)
1969         (timeclock-when-to-leave-string, timeclock-log-data)
1970         (timeclock-generate-report, timeclock-in): Doc fixes.
1972 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * url: Import the URL package from its repository.
1976         * url/url-methods.el:
1977         * url/url-parse.el: Don't require url-auto.
1979 2004-04-03  Andreas Schwab  <schwab@suse.de>
1981         * diff-mode.el (diff-mode): Fix missing quote.
1983 2004-04-03  Juri Linkov  <juri@jurta.org>
1985         * descr-text.el (describe-property-list): Add `font-lock-face'.
1987         * dired.el (dired-font-lock-keywords): Fix permission regexps.
1989 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1991         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1992         Use utf-16le on little endian machines and utf-16be otherwise.
1994 2004-04-02  David Kastrup  <dak@gnu.org>
1996         * net/browse-url.el (browse-url-generic): Use call-process
1997         instead of start-process to allow browsers that fork and detach.
1999 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2001         * compile.el (compilation-current-error): New var.
2002         (compilation-setup, compile-mouse-goto-error)
2003         (compile-goto-error, next-error): Use it.
2004         (compilation-skip-to-next-location): Default to t, which gives
2005         contiguous skipping like old compile (where this was redundant).
2006         (compilation-next-error): Prevent previous-* commands from moving
2007         back to message at or just before point.
2009 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2011         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2012         (gdb-source-info): Don't display source at startup, if required.
2013         (gdb-show-main): New option.
2014         (gdba): Update documentation.
2015         (gdb-source): Cover case of auto-display output.
2017 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2019         * autorevert.el: Delete obsolete autoload's and defvar's.
2020         (auto-revert-check-vc-info): New user option.
2021         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2022         (auto-revert-handler-vc): Delete.
2023         (auto-revert-handler): Treat return value `fast' of
2024         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2026         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2027         return `fast'.
2029         * files.el (buffer-stale-function): Doc change.
2031 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2033         * printing.el: New tip on Tips section.
2034         (pr-version): New version number (6.7.4).
2035         (pr-shell-file-name): Initialization fix.
2037 2004-03-31  Juri Linkov  <juri@jurta.org>
2039         * dired.el: Add autoload for `dired-do-touch'.
2040         (dired-touch-program): New var.
2041         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2042         (dired-no-confirm): Add `touch' to docstring.
2044         * dired-aux.el (dired-do-touch): New fun.
2045         (dired-do-chxxx): Add argument -t for touch operation.
2047         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2048         `dired-move-to-filename-regexp'.
2050 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2052         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2054 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2056         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2057         and only if the buffer was modified.
2059 2004-03-30  Kenichi Handa  <handa@m17n.org>
2061         * international/characters.el: Delete pairs for U+2308..U+230B.
2063 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
2065         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2066         to detect the beginning of a level 2 or 3 annotation.
2068 2004-03-29  Kenichi Handa  <handa@m17n.org>
2070         * international/ucs-tables.el (ucs-insert): Fix the error message.
2072 2004-03-29  Kenichi Handa  <handa@m17n.org>
2074         * international/mule-util.el (char-displayable-p): Fix generation
2075         of XLFD file name.
2077         * Makefile.in (setwins, setwins_almost): Change directory to $wd
2078         before finding directories by `find'.
2080 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * subr.el (interactive-form): Delete.  Now implemented in C.
2084         * pcvs.el (cvs-parse-process): Workaround for Darwin.
2086         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2087         (vc-diff-label): New fun.
2088         (vc-diff-internal): Use it.
2090         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2092 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2094         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2096         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2097         specify XML (EBNFX).
2099         * progmodes/ebnf2ps.el: Doc fix.
2100         (ebnf-version): New version number (4.1).
2101         (ebnf-syntax): Adjust customization.
2102         (ebnf-style-database): Add ebnfx entry.
2103         (ebnf-syntax-alist): Add ebnfx initialization.
2104         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2106         * printing.el: Doc fix.
2107         (pr-version): New version number (6.7.3).
2108         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2109         returns nil for mouse position.  Reported by Drew Adams
2110         <drew.adams@oracle.com>.
2111         (pr-update-menus): Modify interactive declaration.  Reported by Drew
2112         Adams <drew.adams@oracle.com>.
2114 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2116         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2117         (gud-gdba-marker-filter): Log the process input and output, if
2118         required.  From Stefan Monnier.
2119         (gdb-debug-log, gdb-enable-debug-log): New variables.
2120         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2122 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2125         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
2127 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2129         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2130         Call vc-find-file-hook here instead of in auto-revert-buffers.
2131         (auto-revert-buffers): Delete call to vc-find-file-hook.
2132         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2133         (global-auto-revert-mode, auto-revert-set-timer)
2134         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2136 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2138         * woman.el (woman-change-fonts): Rename local variable
2139         woman-font-alist to font-alist to avoid a compiler warning.
2141 2004-03-27  Dave Love  <fx@gnu.org>
2143         * emacs-lisp/rx.el (rx): Doc fix.
2144         Fix copyright years.
2146         * strokes.el (strokes-global-set-stroke-string): New function.
2147         (strokes-list-strokes): Cope with strings, not just commands.
2148         Set foreground colour of image.
2149         (strokes-global-set-stroke): Doc fix.
2151 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2153         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2154         Auto Revert mode.
2155         (Buffer-menu-files-only): New variable.
2156         (Buffer-menu-toggle-files-only): New function.
2157         (Buffer-menu-mode-map): Bind it to `T'.
2158         (Buffer-menu-mode): Mention `T' in docstring.
2159         Set buffer-stale-function.
2160         (list-buffers-noselect): Mark buffer non-modified and set
2161         Buffer-menu-files-only.
2163         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2165         * autorevert.el (auto-revert-handler): Print revert message
2166         before, rather than after, reverting.
2167         (buffer-stale-function): Move to files.el.
2169         * files.el (buffer-stale-function): Move here from autorevert.el.
2171 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2175         * calc/calc.el (calc-mode-map): Use mapc.
2177         * apropos.el (apropos-mode): Don't autoload.
2178         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2179         (apropos): Use it.
2180         (apropos-print): Add optional `text' argument.
2181         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2182         Don't assume point-min == 1.
2184         * bs.el (bs-buffer-list): Use buffer-local-value.
2185         (bs--set-toggle-to-show): Use with-current-buffer.
2187         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2188         New funs.
2189         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2191         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2193         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2194         (dabbrev--find-expansion): Use pop.
2195         (dabbrev--search): Use match-string-no-properties.
2197         * dired.el (dired-mode): Use run-mode-hooks.
2198         (dired-move-to-end-of-filename): Use match-string.
2200         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2201         is bound before using it.
2202         (ediff-verbose-p): Make it into a var since it's not constant.
2204         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2206         * faces.el (read-face-font): Don't cons up unnecessarily.
2207         (header-line, tool-bar): Share common parts.
2209         * files.el (file-relative-name): Use compare-strings.
2211         * finder.el (finder-mode): Follow coding convention.
2213         * subr.el (read-number): New function.
2215         * ses.el (ses-read-number): Move to subr.el.
2216         (ses-set-header-row): Use read-number.
2218 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
2220         * vc-hooks.el (vc-arg-list): New function, which handles both
2221         compiled and uncompiled code.
2222         (vc-default-workfile-unchanged-p): Use it.
2224         * vc.el (vc-print-log): Undo prev change, use new function
2225         vc-arg-list from vc-hooks.el.
2227 2004-03-26  Masatake YAMATO  <jet@gyve.org>
2229         * simple.el (completion-setup-function): Emphasize the
2230         first uncommon characters in the completions; and de-emphasize
2231         the common prefix substrings.
2232         (completion-emphasis): New face.
2233         (completion-de-emphasis): New face.
2235 2004-03-25  Juanma Barranquero  <lektu@terra.es>
2237         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2238         Comment out (it's unused and unfinished code).
2240 2004-03-25  Sam Steingold  <sds@gnu.org>
2242         * vc.el (vc-print-log): Fix a bug in the last patch:
2243         backend-function may be a byte-compiled object, not a lambda.
2245 2004-03-25  Juri Linkov  <juri@jurta.org>
2247         * descr-text.el (describe-property-list): Add a button
2248         for `face' property that calls `describe-face'.
2249         Suggested by luis fernandes <elf@ee.ryerson.ca>
2251         * international/mule.el (keyboard-coding-system):
2252         * kmacro.el (kmacro-call-macro): Fix docstring.
2254         * dired.el: Fix comments.
2256         * textmodes/fill.el (fill): Fix Info link.
2258         * font-lock.el (fast-lock, lazy-lock):
2259         * jit-lock.el (jit-lock): Remove links to removed Support Modes
2260         Info node.
2262         * eshell/eshell.el (eshell): Fix broken info-link.
2264         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2265         * eshell/em-banner.el (eshell-banner):
2266         * eshell/em-smart.el (eshell-smart):
2267         * eshell/esh-cmd.el (eshell-cmd):
2268         Comment out broken info-links to incomplete Info manual.
2270         * info-xref.el: Fix commentary.
2272 2004-03-25  Kevin Ryde  <user42@zip.com.au>
2274         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2275         Remove spurious node duplicate suppression, doesn't work, not wanted.
2276         (info-xref-output): Take format style args, add "sit-for 0" to let
2277         user see the results as they progress.
2278         (info-xref-check-all-custom): New function.
2280 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
2282         * gdb-ui.el: Moved to progmodes.
2284 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2286         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2288 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2290         * calendar/appt.el (appt-check): Remove superfluous progn.
2291         When finished with diary buffer: if it was not being displayed
2292         before, kill it; otherwise restore its original state.
2293         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2295         * calendar/calendar.el (calendar-set-mode-line): Use total
2296         available mode-line width, rather than frame-width.
2298         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2299         after mode change so effect not lost.
2301 2004-03-23  Dave Love  <fx@gnu.org>
2303         * dired.el (dired) <defgroup>: Add link to manual.
2304         (dired-font-lock-keywords): Add highlighting on unusual permissions.
2305         (dired-revert): Use dolist.
2306         (dired-mode-map): Add U binding.
2307         (dired-mode): Add font-lock-beginning-of-syntax-function.
2308         (dired-garbage-files-regexp): Make it a defcustom.
2310 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2313         is equivalent to nil.
2314         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2315         (vc-arch-mode-line-string): Accept `added' state.
2316         (vc-arch-state): Use inode-sigs if available.
2317         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2318         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
2319         (vc-arch-tagline-re): New var.
2320         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2321         New functions.
2322         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2323         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2325         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2326         (vc-file-not-found-hook): Use it.
2328         * diff-mode.el (diff-default-read-only): Change default.
2329         (diff-mode-hook): Make it a defcustom.  Add some options.
2330         (diff-mode-map): Bind diff-refine-hook.
2331         (diff-yank-handler): New var.
2332         (diff-yank-function): New fun.
2333         (diff-font-lock-keywords): Use them.
2334         (diff-end-of-file): Handle case where file-header looks like diff text.
2335         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2336         (diff-file-kill): Delete a subsequent empty line, if applicable.
2337         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2338         (diff-find-file-name): Use it.
2339         (diff-tell-file-name): New command.
2340         (diff-mode): Be careful with view-mode.
2341         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2342         New functions, for use in diff-mode-hook.
2343         (diff-find-source-location): Catch "regex too large" errors.
2344         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2345         (diff-refine-hunk): New command.
2347         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2348         (smerge-context-menu-map): Remove unused var.
2349         (smerge-keep-all): Preserve markers.
2350         (smerge-keep-n): New fun.
2351         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2352         (smerge-keep-current, smerge-ediff): Use it.
2353         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
2354         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2355         (smerge-resolve): Resolve trivial 3-part conflicts.
2357 2004-03-23  Juri Linkov  <juri@jurta.org>
2359         * man.el (Man-width): New var.
2360         (Man-getpage-in-background): Use it.
2361         (Man-support-local-filenames): New var and fun.
2362         (Man-build-man-command): Don't add a second %s.
2363         (Man-fontify-manpage): Clean up message.
2364         (Man-mode): Set outline-regexp, outline-level,
2365         imenu-generic-expression.
2367         * woman.el (woman-fill-frame): Doc fix.
2368         (woman-decode-region): Use window-width instead of frame-width.
2370         * abbrevlist.el (list-one-abbrev-table):
2371         * descr-text.el (describe-char):
2372         * international/mule-diag.el (describe-current-coding-system):
2373         * international/quail.el (quail-insert-decode-map):
2374         Use window-width instead of frame-width.
2376         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2377         (jka-compr-mode-alist-additions): Add tbz.
2378         (jka-compr-write-region, jka-compr-insert-file-contents):
2379         Add message for undefined compress-program.
2380         (jka-compr-write-region): Remove redundant var bindings.
2382         * dired-x.el (dired-guess-shell-alist-default): Add choices for
2383         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
2384         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2385         (dired-man): Use dired-guess-shell-command.
2386         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2387         Change default nil to t.
2389         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2390         (dired-compare-directories): Add default value for empty input.
2392         * help-at-pt.el: Move suggestions for key bindings to Commentary.
2394         * time.el (display-time-string-forms): Fix help-echo date format.
2396 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
2398         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
2399         (buffer-stale-function): New variable.
2400         (auto-revert-list-diff, auto-revert-dired-file-list)
2401         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2402         (auto-revert-handler): Take over some functionality of deleted
2403         functions.
2404         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2406         * dired.el (dired-directory-changed-p): New fun, extracted from
2407         dired-internal-noselect.
2408         (dired-buffer-stale-p): New fun.
2409         (dired-internal-noselect): Use dired-directory-changed-p.
2410         Eliminate revert messages.
2411         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2413 2004-03-23  Kenichi Handa  <handa@m17n.org>
2415         * international/characters.el: Setup syntaxes for more parentheses
2416         Unicode characters.
2418         * international/mule-cmds.el (select-safe-coding-system):
2419         Merge coding-system and auto-cs before comparing them.
2421 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2423         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2425         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2426         normal-auto-fill-function and comment-indent-function.
2427         The default values now work just as well.
2428         Don't set font-lock-beginning-of-syntax-function since we already set
2429         syntax-begin-function.
2430         (lisp-outline-level): Put ;;;###autoload at same level as (.
2431         (prin1-char): Quote special chars.
2433         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2434         than with-no-warnings.
2436         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2437         if the source location can't be found.
2438         (edebug-compute-previous-result): Use prin1-char.
2440         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2441         (debug-ignored-errors): Add an entry.
2443         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2444         (byte-compile-file): Output warning when deleting a file.
2446         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2447         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2449         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2450         (byte-compile-inline-expand): Use backquote.
2451         (byte-optimize-pure-func): Rename from byte-optimize-concat.
2452         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2454         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2456         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2458 2004-03-22  Juri Linkov  <juri@jurta.org>
2460         * finder.el (finder-known-keywords): Fix data, tex, unix.
2462         * play/landmark.el: Fix keywords.
2464         * language/ethio-util.el (ethio-find-file): Doc fix.
2466         * emacs-lisp/warnings.el: Doc fix.
2468         * textmodes/ispell.el (ispell-help): Doc fix.
2470 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
2472         * format.el (format-insert-file): Always return a list of two
2473         elements, like insert-file-contents does.
2475 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
2477         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
2478         and vc-BACKEND-diff.
2479         (vc-print-log): If the print-log implementation supports it, use
2480         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2481         (vc-version-diff, vc-diff-internal): Doc fixes.
2483         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
2484         implementation supports it, let diff output go to *vc*,
2485         not *vc-diff*, since this is an internal call.
2487         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
2489         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2491         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
2493 2004-03-21  Dave Love  <fx@gnu.org>
2495         * progmodes/cfengine.el (cfengine-mode):
2496         Set parse-sexp-ignore-comments.
2498         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2500 2004-03-21  Juanma Barranquero  <lektu@terra.es>
2502         * allout.el (allout-mode): Fix docstring.
2504 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
2506         * files.el (insert-directory): Fix bug if SWITCHES is a list.
2508         * autorevert.el (auto-revert-interval): Make new value take
2509         effect immediately when set through Custom.
2510         (auto-revert-set-timer): Add interactive declaration.
2512 2004-03-19  David Ponce  <david@dponce.com>
2514         * ruler-mode.el (ruler-mode-header-line-format-old):
2515         Don't `make-variable-buffer-local'.
2516         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2517         (ruler-mode-header-line-format): Simply funcall the above.
2518         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2519         to save/restore a previous header line format.
2520         (ruler-mode-space): Don't depend on a numeric WIDTH value.
2521         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2522         fringes and margins width.
2523         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2525 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         * log-edit.el (log-edit-font-lock-keywords): Typo.
2529         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2530         (tex-send-tex-command): Rather than here.
2531         (tex-compilation-parse-errors): Simplify.
2533         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2535         * time.el (display-time-string-forms): Add help-echo with date on time.
2537         * composite.el (compose-region): Use restore-buffer-modified-p.
2539         * disp-table.el (standard-display-8bit): Simplify.
2541         * server.el (server-process-filter): Delete temp frame.
2543         * add-log.el (add-change-log-entry): Simplify.
2545 2004-03-19  Kim F. Storm  <storm@cua.dk>
2547         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2548         (hexl-follow-line): Don't require 'fringe.
2550         * progmodes/compile.el (compilation-start): Always set
2551         compilation-last-buffer and return it.
2553 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2555         * simple.el (clone-buffer): Doc fix.
2557 2004-03-18  Juanma Barranquero  <lektu@terra.es>
2559         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2561 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         * log-edit.el (log-edit-font-lock-keywords): New var.
2564         (log-edit-mode): Use it.
2566 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
2568         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2569         properly for watching in speedbar.
2571 2004-03-17  Masatake YAMATO  <jet@gyve.org>
2573         * smerge-mode.el (smerge-popup-context-menu):
2574         Put `unwind-protect' around `overlay-put' and `popup-menu'.
2576 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2578         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2579         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2580         Take sealed revisions into account.
2581         (vc-arch-checkin): Extract a summary line from the message.
2583 2004-03-16  Masatake YAMATO  <jet@gyve.org>
2585         * register.el (register): Provide `register' feature.
2587 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2589         Added context menu support in smerge mode.
2590         Most of the part is written by Stefan Monnier.
2592         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2593         New keymap and menu.
2594         (smerge-text-properties): New function.
2595         (smerge-remove-props): New function.
2596         (smerge-popup-context-menu): New function.
2597         (smerge-resolve): Call `smerge-remove-props'.
2598         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2599         (smerge-keep-current): Ditto.
2600         (smerge-kill-current): New function.
2601         (smerge-match-conflict): Put text properties.
2602         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2604 2004-03-15  David Ponce  <david@dponce.com>
2606         * ruler-mode.el: (ruler-mode-left-fringe-cols)
2607         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2608         (ruler-mode-right-scroll-bar-cols): Remove.
2609         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2610         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2611         Use fringe-columns and scroll-bar-columns.
2613 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2615         * hl-line.el (hl-line-range-function): New variable.
2616         (hl-line-move): New function.
2617         (global-hl-line-highlight): Use `hl-line-move'.
2618         (hl-line-highlight): Ditto.
2620         * scroll-bar.el (scroll-bar-columns):
2621         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
2623         * ruler-mode.el (top-level): Require scroll-bar and fringe.
2624         (ruler-mode-left-fringe-cols)
2625         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2626         (ruler-mode-right-scroll-bar-cols)
2627         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2628         (ruler-mode-ruler-function): New variable.
2629         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2630         if the value for `ruler-mode-ruler-function'is given.
2632         * hexl.el (hexl-mode-hook): Make the hook customizable.
2633         (hexl-address-area, hexl-ascii-area): New customize variables.
2634         (hexlify-buffer): Put font-lock-faces on the address area and
2635         the ascii area.
2636         (hexl-activate-ruler): New function.
2637         (hexl-follow-line): New function.
2638         (hexl-highlight-line-range): New function.
2639         (hexl-mode-ruler): New function.
2641 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2643         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
2644         (vc-default-find-file-hook): New fun.
2645         (vc-find-file-hook): Call new find-file-hook operation.
2647         * vc-arch.el: New file.
2649 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
2651         * info-look.el (info-lookup): Reuse an existing Info window.
2653 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2655         * woman.el (woman-preserve-ascii): Default value changed to t and
2656         doc string revised.
2658 2004-03-12  Richard M. Stallman  <rms@gnu.org>
2660         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2661         Fix minor bug.
2663         * replace.el (occur-engine): Change message for count of matches.
2665         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2666         For strings, do compare text properties.
2668 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
2670         * progmodes/compile.el (compile-auto-highlight)
2671         (compilation-error-list, compilation-old-error-list)
2672         (compilation-parse-errors-function, compilation-parsing-end)
2673         (compilation-error-message, compilation-directory-stack)
2674         (compilation-enter-directory-regexp-alist)
2675         (compilation-leave-directory-regexp-alist)
2676         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2677         (compilation-current-file, compilation-regexps): Remove vars.
2679         (compile-error-at-point, compilation-error-filedata)
2680         (compilation-error-filedata-file-name, compile-reinitialize-errors)
2681         (compilation-next-error-locus, compilation-forget-errors)
2682         (count-regexp-groupings, compilation-parse-errors)
2683         (compile-collect-regexps, compile-buffer-substring): Remove funs.
2685         (compile-internal): Make obsolete.
2687         (compilation-first-column, compilation-error)
2688         (compilation-directory-matcher, compilation-page-delimiter)
2689         (compilation-mode-font-lock-keywords, compilation-debug)
2690         (compilation-error-face, compilation-warning-face)
2691         (compilation-info-face, compilation-line-face)
2692         (compilation-column-face, compilation-enter-directory-face)
2693         (compilation-leave-directory-face, compilation-skip-threshold)
2694         (compilation-skip-visited, compilation-context-lines): New vars.
2696         (compilation-warning-face, compilation-info-face)
2697         (compilation-message-face): New faces.
2699         (compilation-error-regexp-alist-alist): New constant.
2701         (compilation-face, compilation-directory-properties)
2702         (compilation-assq, compilation-error-properties, compilation-start)
2703         (define-compilation-mode, compilation-loop)
2704         (compilation-set-window): New functions.
2706         (compile): Additional argument for interactive compiles like TeX.
2708         * progmodes/grep.el (kill-grep): Move here from compile.el
2709         (grep-error, grep-hit-face, grep-error-face)
2710         (grep-mode-font-lock-keywords): New variables.
2711         (grep-regexp-alist): Simplify regexp and add `binary' case.
2712         (grep-mode): New mode.
2713         (grep-process-setup): Simplify.
2715 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2717         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2718         letters on DOS/Windows.
2720 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * server.el (server-name): New var.
2723         (server-socket-dir): New var to replace server-socket-name.
2724         (server-start): Use them.
2726 2004-03-11  Simon Josefsson  <jas@extundo.com>
2728         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2729         died to avoid infloop.  Reported by Jonathan Glauner
2730         <jglauner@sbum.org>.
2732 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2734         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2735         (smerge-mode-menu): Use it to deactivate menu entries.
2736         (smerge-keep-current): New fun.
2737         (smerge-keep-current): Use it.
2739 2004-03-10  John Paul Wallington  <jpw@gnu.org>
2741         * foldout.el (foldout-fold-list, foldout-modeline-string):
2742         Declare them as variables, not constants.
2744 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2746         * ps-print.el: Modification to print *Messages* buffer.
2747         (ps-print-version): New version 6.6.4.
2748         (ps-message-log-max): New fun.
2749         (ps-spool-without-faces, ps-spool-with-faces)
2750         (ps-count-lines-preprint): Code fix.
2752         * printing.el: New tips in Tips section.
2754 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2756         * delim-col.el: Doc fix.
2758         * printing.el: Doc fix.  New doc section (Tips).
2760 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2762         * type-break.el (type-break-emacs-variant): Remove.
2763         (type-break-run-at-time, type-break-cancel-function-timers):
2764         Use fboundp rather than version name and number.
2766 2004-03-09  Masatake YAMATO  <jet@gyve.org>
2768         * hexl.el (hexl-mode): Use `make-local-variable' instead of
2769         `make-variable-buffer-local'.
2771 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2773         * find-dired.el (find-dired): Call `shell-command' instead of
2774         `start-process-shell-command'.  By this, Tramp takes over
2775         handling of remote directories.
2777 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * newcomment.el (comment-use-global-state): New var.
2780         (comment-search-forward): Use it.
2782         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2784         * cus-edit.el (fill) <defgroup>: Move to fill.el.
2786         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2787         (enable-kinsoku): Make it a defcustom.
2788         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2789         paragraph to same-comment-start-marker.
2791 2004-03-07  Dave Love  <fx@gnu.org>
2793         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2794         (browse-url-mail): Use it.
2796         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2797         (rfc2368-unhexify-string): Use replace-regexp-in-string.
2799 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2801         * woman.el (woman-man.conf-path): Doc fix.
2802         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2804 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
2806         * sort.el (sort-columns): Remove ms-dos from the list of systems
2807         where the external `sort' command is not used.
2809 2004-03-07  Kim F. Storm  <storm@cua.dk>
2811         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2812         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2813         from overlay-arrow-variable-list.
2814         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2816 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
2818         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2819         overlay arrow string properly for the assembler buffer.
2821 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2823         * mail/sendmail.el (mail-mode): Fix last change.
2825 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
2827         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2828         for the assembler buffer.
2829         (gdb-assembler-custom): Position the overlay arrow.
2830         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2832 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2836         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2837         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2839         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2841         * newcomment.el (uncomment-region): Allow non-terminated comment.
2842         (comment-normalize-vars): Check the user-specified comstart marker.
2844 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2846         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2847         Otherwise, do use it if the region only contains font-lock text
2848         properties.
2850 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2852         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2853         as the callback function for eldoc.
2854         (hexl-print-current-point-info): New function.
2855         (hexl-current-address): Print the address in both decimal
2856         and hexadecimal format.
2858 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2860         * mail/rmail.el (rmail-convert-to-babyl-format):
2861         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2863         * mail/mail-utils.el (mail-unquote-printable-region):
2864         New arg UNIBYTE.
2866         * startup.el (command-switch-alist): Doc fix.
2868         * simple.el (undo): Temporarily set this-command to `undo-start',
2869         then set it to `undo' once undo-start returns without error.
2871         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2873         * simple.el (kill-line): Don't disregard trailing whitespace
2874         in eol condition, if show-trailing-whitespace is set.
2876         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2877         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2878         When disabling, restore old values only if mouse-sel-has-been-enabled.
2880         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2881         (isearch-{-char): New function.
2882         (isearch-mode-map): Bind { to isearch-{-char.
2884         * font-lock.el (lisp-font-lock-keywords-2):
2885         Turn off the CL with-... and do-... general patterns.
2886         Instead, recognize several specific with... and do... constructs.
2888         * files.el (switch-to-buffer-other-window):
2889         Bind same-window-buffer-names and same-window-regexps to nil.
2890         (switch-to-buffer-other-frame): Likewise.
2892 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2894         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2895         recognizing leading comment on code line.
2897 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2899         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2900         hidden files/directories.
2902 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2905         only comment-start (in case the mode hasn't set it).
2907         * Makefile.in (AUTOGENEL): New var.
2908         (bootstrap-prepare): Rename from bootstrap-clean.
2909         Don't remove elc files.
2910         (maintainer-clean): New target.
2912         * xml.el (xml-get-attribute-or-nil): Simplify.
2914 2004-03-02  Juri Linkov  <juri@jurta.org>
2916         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2917         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2918         URL to prevent their substitution with the environment variable
2919         values by browsers.
2921 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2923         * ps-print.el: Doc fix.
2924         (ps-print-version): New version number (6.6.3).
2925         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2926         Docstring fix.
2927         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2928         before printing.
2929         (ps-time-stamp-yyyy-mm-dd): New fun.
2930         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2932 2004-03-02  Kim F. Storm  <storm@cua.dk>
2934         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2936 2004-03-01  Juanma Barranquero  <lektu@terra.es>
2938         * allout.el (allout-rebullet-heading): Fix typo in docstring.
2940         * desktop.el (desktop-file-version)
2941         (desktop-after-read-hook): Fix typos.
2942         (desktop-clear-preserve-buffers): Remove redundant info in
2943         docstring already shown by the obsolescence message.
2944         (desktop-truncate, desktop-internal-v2s)
2945         (desktop-value-to-string): Change argument name to match docstring.
2947         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2949         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2950         docstring.
2952 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2954         * printing.el: Replace "As Is..." in PostScript file print/preview by
2955         "No Preprocessing...".  Suggested by Colin Marquardt
2956         <_marquardt_@zmd.de>.
2957         (pr-insert-section-4): Adjust buffer interface.
2959 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2961         Version 2.0.39 of Tramp released.
2963         * net/tramp.el (tramp-handle-file-local-copy)
2964         (tramp-handle-write-region, tramp-open-connection-rsh):
2965         Variable name typo.  Small change.  From Patrick Tullmann
2966         <tullmann@flux.utah.edu>.
2967         (tramp-process-connection-type): New variable.
2968         (tramp-maybe-open-connection): Use it.
2969         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2970         (tramp-touch): Set last-modified time of a remote file.
2971         (tramp-handle-write-region): Say which function is used when encoding.
2973 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2975         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2976         case of non-existing filename, too.  Reported by Christoph Bauer
2977         <c_bauer@informatik.uni-kl.de>.
2978         (tramp-smb-get-file-entries): The directory in question should
2979         have permissions "drwxrwxrwx".  Just virtual, because we don't
2980         know the real permissions.  Don't we know?
2981         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2982         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2983         (tramp-smb-wait-for-output): Optimize algorithm getting pending
2984         output.  If it was received chunkwise, there have been problems.
2985         Remove the "prompt not found" error message; it is obvious.
2986         Simplify algorithm.
2987         (tramp-smb-process-running): Remove.  Since we acknowledge the
2988         virtual prompt for shares, there's no need for distinction of
2989         reading shares (process ends afterwards) and interactive mode of
2990         smblient.
2991         (tramp-smb-open-connection): Setting process sentinel removed.
2992         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2993         "NT_STATUS_NETWORK_ACCESS_DENIED".
2994         (tramp-smb-maybe-open-connection): Set `process-connection-type'
2995         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2996         (top-level): Setting default value in `tramp-default-method-alist'
2997         corrected.  Order of USER and HOST have been wrong.
2998         Nobody complained for months ...
2999         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3000         (tramp-smb-open-connection): Clear password cache if login has failed.
3002         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3003         `tramp-unified-filenames'.
3004         (tramp-completion-mode): Make test for XEmacs explicitely.
3005         `event-to-character' can exists in Emacs packages too.
3006         Reported by Matt Swift <swift@alum.mit.edu>.
3007         (tramp-buffer-name): Buffer name must contain the user if exists.
3008         Reported by Adrian Phillips <a.phillips@met.no>.
3009         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3010         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3011         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3012         `tramp-do-copy-or-rename-file-one-local', because it handles also
3013         the case both files use the same out-of-band method.
3014         Implementation added.
3015         (tramp-handle-file-local-copy, tramp-handle-write-region):
3016         Out-of-band handling removed.  `copy-file' called instead, which
3017         calls `tramp-do-copy-or-rename-file-out-of-band'.
3018         (tramp-action-password): Check for out-of-band method removed.
3019         This function is used for 'login-program.
3020         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3021         appropriate.
3022         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3023         and `tramp-parse-sknownhosts'.
3024         (tramp-completion-function-alist): It's a defvar now, because we
3025         want to apply the optimized `tramp-set-completion-function'
3026         instead of a static list.
3027         (tramp-set-completion-function): Implementation tuned.
3028         Avoid double entries, and entries where the function or the
3029         file/directory doesn't exist.
3030         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3031         for SSH2.
3032         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3033         (tramp-handle-dired-compress-file): New function.
3034         (tramp-async-proc): New variable.
3035         (tramp-handle-shell-command): Adding asynchronous processes.
3036         They are far from being perfect, but it works at least for
3037         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3038         (top-level): Require password.el if visible.  Should be mandatory
3039         once No Gnus has found its way into (X)Emacs.
3040         (tramp-read-passwd): Invoke `password-read' if available,
3041         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3042         fallback any longer.
3043         (tramp-clear-passwd): New function.
3044         (tramp-process-actions, tramp-process-multi-actions):
3045         Clear password cache if login has failed.
3047         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3048         its own module.
3049         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3050         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3051         previous calls in case the "ftp" method is used in the Tramp file
3052         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3054 2004-02-28  Richard M. Stallman  <rms@gnu.org>
3056         * term.el (term-mouse-paste): Call mouse-set-point.
3058         * thumbs.el: New file.
3060 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3062         * progmodes/ebnf-abn.el: Doc fix.
3064         * progmodes/ebnf-bnf.el: Doc fix.
3065         (ebnf-repeat): Code fix.
3067         * progmodes/ebnf2ps.el: Doc fix.
3068         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3070 2004-02-28  Juri Linkov  <juri@jurta.org>
3072         * ffap.el (dired-at-point): Additional writability test for
3073         relative directory names.
3074         (dired-at-point-prompter): Treat directories as a directory, get
3075         the directory component from files.
3076         (ffap-string-at-point): Return string from region if region is active.
3077         (ffap-file-at-point): Remove redundant code.
3079 2004-02-28  Kim F. Storm  <storm@cua.dk>
3081         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3082         Initialize margin area images to nil.
3083         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3084         (breakpoint-enabled-bitmap-face)
3085         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3086         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3087         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3088         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3089         (gdb-reset): Use gdb-remove-breakpoint-icons.
3090         (gdb-put-string): Add dprop arg to specify alternative display
3091         property (for setting fringe bitmap).
3092         (gdb-remove-strings): Doc fix.
3093         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3094         icon in fringe (if available), or else as icon or text in display
3095         margin.  Creates necessary icons in breakpoint-bitmap,
3096         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3097         Also make left window margin if required.
3098         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3099         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
3100         no longer needed.
3101         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3102         gdb-put-breakpoint-icon.
3103         (gdb-assembler-mode): Don't set left-margin-width here.
3105 2004-02-27  Kevin Ryde  <user42@zip.com.au>
3107         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3108         comma, so that it DTRT in macros.
3110 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3112         * progmodes/sh-script.el (sh-shell-arg)
3113         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3114         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3116 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3118         * faces.el (face-spec-set-match-display): Add a new attribute,
3119         `min-colors'.
3120         (region, highlight, secondary-selection): Use `min-colors'.
3122         * custom.el (defface): Add documentation for `min-colors'.
3124         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3125         (font-lock-keyword-face, font-lock-function-name-face)
3126         (font-lock-variable-name-face, font-lock-constant-face):
3127         Use `min-colors'.
3129         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3131 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3133         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3134         define assq-delete-all if it's not defined.
3135         (ebnf-generate-region): Code fix.
3137         * printing.el: Doc fix.
3138         (pr-version): New version number (6.7.2).
3139         (pr-command): Return empty string if command is an empty string.
3141 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3143         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3145         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3146         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3147         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3148         "tt" ["test"] ).  Reported by Markus Dreyer
3149         <mdreyer@ix.urz.uni-heidelberg.de>.
3150         (ebnf-version): New version number (4.0).
3151         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3152         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3153         (ebnf-delete-style): New commands.
3154         (ebnf-directory, ebnf-file): New funs.
3155         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3156         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3157         (ebnf-syntax-alist): New var.
3158         (ebnf-element-width): New fun replacing ebnf-list-width.
3159         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3160         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3161         (ebnf-prologue): Adjust vars.
3162         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3163         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3164         (ebnf-check-style-values, ebnf-generate-production)
3165         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3166         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3167         (ebnf-token-repeat): Code fix.
3169         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3170         %right, %left and %prec.  Suggested by Matthew K. Junker
3171         <junker@alum.mit.edu>.
3172         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3174         * progmodes/ebnf-iso.el: Doc fix.
3175         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3176         (ebnf-iso-lex): Code fix.
3178         * progmodes/ebnf-bnf.el: Doc fix.
3179         (ebnf-bnf-lex): Code fix.
3181         * progmodes/ebnf-otz.el: Doc fix.
3183 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3185         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3186         (abbrev-prefix-mark): Doc fix.
3188 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3190         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3191         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3192         (gdb-var-delete): Make interactive (really).
3193         (gdb-edit-value): Make non-interactive.
3195         * progmodes/gud.el (gud-speedbar-menu-items):
3196         Add gdb-var-delete and, indirectly, gdb-edit-value.
3197         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3198         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3199         (gud-gdb-marker-filter): Add comment for annotations.
3201 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3203         * calendar/calendar.el (generate-calendar)
3204         (calendar-read-date): Prevent display of BC calendars once more -
3205         reverts 2003-10-01 change.
3206         (generate-calendar-month): Doc fix.
3208 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3210         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3211         return value of increment-calendar-month.
3213 2004-02-21  Stephen Compall  <s11@member.fsf.org>
3215         * saveplace.el (save-place-forget-unreadable-files)
3216         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3217         (save-place-forget-unreadable-files): New function.
3218         (save-place-alist-to-file): Use it to filter out files that are
3219         no longer readable.
3221         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3222         current Texinfo environment, using the same method as in
3223         `texinfo-insert-@end', and insert a space rather than a newline if
3224         point in a @table environment.
3226 2004-02-21  Juri Linkov  <juri@jurta.org>
3228         * ffap.el (ffap-file-at-point): Try parent directories.
3230 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3232         * vcursor.el (vcursor-modifiers): New defcustom.
3233         (vcursor-cs-binding): Use vcursor-modifiers instead of a
3234         hard-coded list.
3236 2004-02-21  Masatake YAMATO  <jet@gyve.org>
3238         * play/animate.el (animate-birthday-present): Accept names other
3239         than `Sarah', too.
3241 2004-02-21  Juri Linkov  <juri@jurta.org>
3243         * startup.el: Remove table of command line arguments from the
3244         Commentary section.
3246 2004-02-20  John Wiegley  <johnw@newartisans.com>
3248         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3249         again" modifier from 'e' to 'E', since 'e' is also used by the
3250         "file extension" modifier.
3252 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3254         * help-fns.el (describe-categories): Doc fix.
3256 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3258         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3259         temporary file for buffer already visiting one.  This change makes
3260         output likely to be directly usable by patch program.
3261         Suggested by Adrian Aichner  <adrian@xemacs.org>
3263 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
3265         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3266         case of variables defined in compound statements.
3267         (gdb-setup-windows, gdb-source-info, gdb-source-info):
3268         Simplify constructions using switch-to-buffer.
3270 2004-02-19  Simon Josefsson  <jas@extundo.com>
3272         * play/morse.el: Fix typo.
3273         (morse-code): Add @.
3275 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3277         * calendar/appt.el (appt-display-format): Change default to
3278         'ignore, for backwards compatibility.
3279         (appt-display-message): If appt-display-format is 'ignore,
3280         respect old vars appt-msg-window and appt-visible.
3281         (appt-activate): Don't depend on return value of cancel-timer.
3283         * calendar/calendar.el (calendar-holidays): Doc fix.
3285         * calendar/cal-coptic.el (coptic-prompt-for-date):
3286         Use assoc-string instead of assoc-ignore-case.
3287         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3288         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3289         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3290         * calendar/cal-islam.el (calendar-goto-islamic-date)
3291         (mark-islamic-diary-entries): Ditto.
3292         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3293         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3294         (calendar-read-mayan-tzolkin-date): Ditto.
3295         * calendar/calendar.el (calendar-read-date): Ditto.
3296         * calendar/diary-lib.el (mark-diary-entries): Ditto.
3298 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3300         * progmodes/executable.el (executable-command-find-posix-p):
3301         Fix choice of the directory.
3303 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3305         * simple.el (interprogram-cut-function)
3306         (interprogram-paste-function, kill-new, kill-append):
3307         Doc fixes.
3308         (kill-region): Make it return nil.  Doc fix.
3309         (yank-pop): Make its argument optional.
3310         (yank): Make ARG `-' equivalent to `-1'.
3312 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
3314         * mail/rmail.el (rmail-get-new-mail): Don't reference
3315         rmail-use-spam-filter if rmail-spam-filter is not loaded.
3317 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3319         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3320         if one of global-auto-revert-non-file-buffers or autorevert-mode
3321         is non-nil.
3323 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3325         * subr.el (delete-dups): A better implementation from Karl Heuer
3326         <kwzh@gnu.org>.
3328 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3330         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3331         correct place.
3332         * progmodes/icon.el (icon-indent-command): Ditto.
3333         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3335 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3337         * progmodes/grep.el (grep-compute-defaults): Undo change from
3338         2004-01-29: don't use executable-command-find-posix-p.
3340 2004-02-16  Richard Sharman  <rsharman@pobox.com>
3342         * hilit-chg.el: Use require instead of eval-and-compile.
3343         (highlight-compare-buffers): New function.
3345 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
3347         * man.el (Man-fontify-manpage): Render section headings in
3348         `Man-overstrike-face' even when overstrike was not used by man
3349         formatter for section headings.
3351 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
3353         * rmail-spam-filter.el: (vm-use-spam-filter)
3354         (rsf-min-region-length-added-to-spam-list): New variables.
3355         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
3356         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
3357         spam testing.  Don't delete spam message if automatic deletion
3358         after output via variable rmail-delete-after-output is turned on.
3359         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
3360         rsf-bbdb-dont-create-entries-for-spam.
3361         (check-field): New function, extracted from code in
3362         rmail-spam-filter to ease addition of header fields like content-type.
3363         (message-content-type): New variable to check the content-type:
3364         field added, also in defcustom of rsf-definitions-alist.
3365         (rmail-spam-filter): Replace repeated test code for header fields
3366         by calls to check-field; change the call to
3367         rmail-output-to-rmail-file such that rmail-current-message stays
3368         the same to avoid wrong deletion of unseen flags.
3369         (rsf-add-contents-type): New function to convert old format
3370         of rmail-spam-definitions-alist into new one.
3371         Change prefixes of all variables and functions from
3372         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3374 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3376         * loadhist.el (unload-hook-features-list): New defvar.
3378 2004-02-16  Dave Love  <fx@gnu.org>
3380         * loadhist.el (unload-feature): Doc fix.  Rename flist to
3381         unload-hook-features-list.
3383 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
3385         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3386         cookie.  Don't check if we are looking-at open-formula.
3388 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3390         * subr.el (match-string-no-properties): Use substring-no-properties.
3392 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3394         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
3395         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3396         Use lower-case "rx" in all error message.
3398 2004-02-16  Dave Love  <fx@gnu.org>
3400         * emacs-lisp/rx.el (rx-or): Put group around result.
3401         (rx-constituents): Add backref.
3402         (rx-syntax): Add string-delimiter, comment-delimiter.
3403         (rx-categories): Add combining-diacritic.
3404         (rx-check-not, rx-greedy, rx): Doc fix.
3405         (rx-backref, rx-check-backref): New.
3407 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
3409         * newcomment.el (uncomment-region): Allow eob as comment end.
3411 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3413         * filecache.el: All message and error commands now use prefix
3414         "Filecache:" to make it easy to read *Messages* buffer.
3416 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3418         * autorevert.el: Add support to detect changed dired and VC buffers.
3419         (auto-revert-active-p, auto-revert-list-diff)
3420         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3421         (auto-revert-handler, auto-revert-active-p): New functions.
3422         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
3423         and `auto-revert-active-p'.
3424         (eval-when-compile): Defvar dired-directory and vc-mode.
3425         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3426         (auto-revert-handler-vc): New functions.
3428 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3430         * progmodes/compile.el (compilation-directory): New defvar.
3431         (compile): Save current directory in compilation-directory.
3432         (recompile): Bind default-directory to compilation-directory if
3433         that is non-nil.
3435 2004-02-16  Dave Love  <fx@gnu.org>
3437         * newcomment.el (comment-insert-comment-function)
3438         (comment-region-function, uncomment-region-function): New.
3439         (comment-indent): Use comment-insert-comment-function.
3440         (uncomment-region): Use uncomment-region-function.
3441         (comment-region): Use comment-region-function.
3443         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3445 2004-02-16  Richard Stallman  <rms@gnu.org>
3447         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3448         loaddefs* and ldefs-boot*.
3450 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3452         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3453         and email address at the beginning and end of the address.
3455         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3456         anchored at the beginning of the email address.
3458 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
3460         * international/ccl.el (ccl-compile-write): Pass `left' to
3461         ccl-embed-code to generate correct code of write-expr-register.
3463 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
3465         * progmodes/grep.el (grep-compute-defaults): Fix typos.
3467 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3469         * x-dnd.el: Mention support for Motif in commentary.
3470         (x-dnd-handle-drag-n-drop-event): Ditto.
3472 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
3474         * ses.el: Use "ses--" prefixes for buffer-local variables.
3475         Use (point-min) instead of 1, even when we know the buffer
3476         is unnarrowed.
3477         (ses-build-load-map): Delete.  Distribute its content to defconst's for
3478         the three maps.
3479         (ses-menu, ses-header-line-menu): New menus.
3480         (ses-mode-map): Use them.
3481         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
3483 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
3485         * Makefile.in: Fix the CC Mode recompile kludge so it works
3486         when building in a different directory.
3488 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
3490         * simple.el (kill-new): Put yank-handler property on the entire string.
3492 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * diff.el: Don't use compile any more, use diff-mode instead.
3495         (diff-regexp-alist, diff-old-file, diff-new-file)
3496         (diff-parse-differences, diff-process-setup): Remove.
3497         (diff-sentinel): New fun.
3498         (diff): Use it.  Run the process ourselves.
3499         Use diff-mode for the rest of the processing.
3501         * diff.el (diff): Simplify code handling `switch'.
3503 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         * pcvs-defs.el (cvs-menu): Add `tag'.
3507 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3509         * simple.el (kill-append): Doc fix.
3511         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3512         Adapt outline-regexp to the new conventions for commenting out code.
3514 2004-02-11  John Paul Wallington  <jpw@gnu.org>
3516         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3518 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * diff.el (diff-switches): New fun.
3521         (diff, diff-backup): Use it.
3522         (diff): Clean up the args construction.  Use backquote.
3523         Use listp instead of consp to avoid putting a nil arg.
3524         (diff): Add a revert-buffer function.
3526 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3528         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
3529         handled by x-dnd-handle-file-name.
3530         (x-dnd-known-types): Add COMPOUND_TEXT.
3531         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3532         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3533         x-dnd-empty-state.
3534         (x-dnd-forget-drop): Ditto.
3535         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3536         (x-dnd-handle-one-url): Return private when inserting text.
3537         (x-dnd-insert-ctext): New function.
3538         (x-dnd-handle-file-name): New function for FILE_NAME.
3539         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3540         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3541         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3543 2004-02-10  Kenichi Handa  <handa@m17n.org>
3545         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3546         instead of while loop.
3548 2004-02-10  Miles Bader  <miles@gnu.org>
3550         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3552 2004-02-09  Kenichi Handa  <handa@m17n.org>
3554         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3555         have end-of-line.
3557 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3559         * Makefile.in: Added extra dependencies in the recompile target
3560         needed to cope with the compile time macro expansions in CC Mode.
3562 2004-02-09  Kim F. Storm  <storm@cua.dk>
3564         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3565         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3566         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3567         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3568         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3569         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3570         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3571         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3572         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3573         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3574         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3576 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3578         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3579         Don't allow shrink if there's a window on our right.
3581         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3582         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3583         Bring together declaration and initialization.
3584         (prolog-mode-variables): Don't set the syntax table.
3585         Don't set paragraph-start and comment-indent-function.
3586         Add /*..*/ to the comment regexps.
3587         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
3588         (prolog-mode-map): Don't bind TAB.
3589         (prolog-mode): Set the syntax table.
3590         (prolog-comment-indent): Remove.
3591         (inferior-prolog-mode-map): Initialize in the declaration.
3592         (inferior-prolog-mode-syntax-table)
3593         (inferior-prolog-mode-abbrev-table): New vars.
3594         (inferior-prolog-mode): Derive from comint-mode.
3595         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3596         minibuffer windows.
3598         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3599         in file names, as long as it is unabmiguous.
3601 2004-02-08  Andreas Schwab  <schwab@suse.de>
3603         * textmodes/reftex-toc.el
3604         (reftex-toc-load-all-files-for-promotion): Remove useless use of
3605         format.  Doc fix.
3607         * textmodes/refer.el (refer-find-entry-internal): Remove extra
3608         format string arguments.
3610         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3611         string argument.
3613         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
3615         * play/zone.el (zone-call): Fix format string.
3617         * net/webjump.el (webjump-builtin): Add missing format string argument.
3619         * midnight.el (midnight-delay-set): Remove extra format string argument.
3621         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
3623         * hexl.el (hexl-insert-char): Add missing format string argument.
3625         * format.el (format-decode): Fix format string.
3627         * emulation/vi.el (vi-mode): Remove extra format string argument.
3628         (vi-repeat-last-search): Likewise.
3629         (vi-reverse-last-search): Likewise.
3630         (vi-goto-mark): Likewise.
3631         (vi-reverse-last-find-char): Likewise.
3632         (vi-repeat-last-find-char): Likewise.
3633         (vi-locate-def): Likewise.
3635         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
3637         * ediff-util.el (ediff-toggle-read-only): Remove extra format
3638         string argument.
3639         (ediff-toggle-regexp-match): Likewise.
3641         * dired-aux.el (dired-do-query-replace-regexp): Add missing
3642         format string argument.
3644         * calc/calc-map.el (calc-get-operator): Remove extra format
3645         string argument.
3647         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3649         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3650         string argument.
3652         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3654         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
3656         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
3658         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
3659         (cl-struct-setf-expander): Likewise.
3661         * vc.el (with-vc-file): Fix unsafe uses of error.
3662         (vc-cancel-version): Likewise.
3664 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
3666         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3667         thousands separator; fixes <class>:<line-number> regexp for
3668         non-english locales.
3670 2004-02-08  Andreas Schwab  <schwab@suse.de>
3672         * view.el (view-mode-enable): Revert previous change.
3674 2004-02-07  Kim F. Storm  <storm@cua.dk>
3676         * simple.el (line-number-at-pos): Rename from line-at-pos.
3677         Uses changed (what-line and vc-annotate-warp-version).
3679 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3682         (diff-mode): Remove aborted attempt at support for compile.el.
3683         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3685 2004-02-06  Andreas Schwab  <schwab@suse.de>
3687         * view.el (view-mode-enable): Add view-mode-map to
3688         minor-mode-overriding-map-alist.
3690 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3692         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3694 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3697         with point inside rather than after the paragraph.
3699 2004-02-04  Sam Steingold  <sds@gnu.org>
3701         * mail/smtpmail.el (smtpmail-try-auth-methods):
3702         Do not try authentication when no mechanism is available.
3703         Pass port-name as defaultport to `netrc-machine'.
3705 2004-02-04  Stephen Eglen  <stephen@gnu.org>
3707         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3708         to show how minibuffer height can be constrained.
3710 2004-02-04  John Paul Wallington  <jpw@gnu.org>
3712         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3714 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3716         * x-dnd.el: New file for drag and drop.
3718         * term/x-win.el: require x-dnd, set after-make-frame-functions
3719         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3720         drag-n-drop event.
3722         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3723         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3724         (dired-dnd-handle-file): New functions for drag and drop support.
3725         (dired-mode): Initialize drag and drop if x-dnd present.
3727 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3730         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3731         (cperl-mode): Set fill-paragraph-function.
3732         (cperl-fill-paragraph): Make it non-interactive.
3734 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
3736         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3738 2004-02-02  David Kastrup  <dak@gnu.org>
3740         * replace.el (perform-replace): Allow 'literal argument in
3741         regexp-flag to indicate literal replacement.
3742         (query-replace-regexp-eval): Use it.
3744 2004-02-01  Andreas Schwab  <schwab@suse.de>
3746         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3748 2004-02-01  Stephen Eglen  <stephen@gnu.org>
3750         * info-look.el: Add support for maxima-mode.  Update commentary
3751         because info-lookup-symbol is now bound to C-h S.
3753 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
3755         * simple.el (edit-and-eval-command): Bind print-level and
3756         minibuffer-history-sexp-flag around call to read-from-minibuffer.
3757         Correct initial position in command-history.
3759 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3761         * files.el (read-directory-name): Adapt the docstring to recent
3762         change in Fread_file_name.
3764 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
3766         * ses.el (ses-print-cell): If print format too wide for column
3767         width, truncate decimal places if that helps to avoid "#####" fill.
3768         * ses.el (ses-initial-column-width): Revert previous change.
3770 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3773         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3774         Add edebug info.
3775         (jit-lock-mode): Setup/cancel the new timer.
3776         (jit-lock-context-fontify): New fun.  Extracted from
3777         context fontification code of jit-lock-stealth-fontify.
3778         (jit-lock-stealth-fontify): Don't do context fontification any more.
3780         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3781         (jit-lock-fontify-now): Handle the `quit' case.
3782         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3784 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
3786         * progmodes/executable.el (executable-command-find-posix-p):
3787         New.  Check if find handles arguments Posix-style.
3789         * progmodes/grep.el (grep-compute-defaults):
3790         Use executable-command-find-posix-p.
3791         (grep-find): Check `grep-find-command'.
3793         * filecache.el (file-cache-find-posix-p): Delete.
3794         (file-cache-add-directory-using-find):
3795         Use `executable-command-find-posix-p'.
3797 2004-01-29  Dave Love  <fx@gnu.org>
3799         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3800         Iterate the hook function if arg is given.
3801         (mark-defun, narrow-to-defun): Change order of finding the limits.
3803         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3804         (byte-compile-format-warn): New.
3805         (byte-compile-callargs-warn): Use it.
3806         (Format, message, error): Add byte-compile-format-like property.
3807         (byte-compile-maybe-guarded): New.
3808         (byte-compile-if, byte-compile-cond): Use it.
3809         (byte-compile-lambda): Compile interactive forms,
3810         just to make warnings about them.
3812 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
3814         * ses.el (ses-initial-column-width): Increase to 14, so it will
3815         work well with the default printer of "%.7g" for extreme values
3816         like "-1.234567e+07".
3818 2004-01-29  Kenichi Handa  <handa@m17n.org>
3820         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3822 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
3824         * dos-w32.el: Added support for the `default-printer-name' function.
3826 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3828         * server.el (server-socket-name): Don't use the hostname in the
3829         socket name since /tmp is local to the host anyway.
3831         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3832         robust check of widening and fix var-naming.
3834 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
3836         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3837         or rmail-spam- to rsf- in all function and variable names.
3838         (rsf-min-region-to-spam-list): New variable.
3839         (rsf-bbdb-auto-delete-spam-entries): Rename from
3840         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3841         scanned together with the recipients field for spam testing; Don't
3842         delete spam message if rmail-delete-after-output is non-nil;
3843         (rsf-check-field): New function, extracted from code in
3844         rmail-spam-filter to ease addition of header fields like
3845         content-type:;
3846         (message-content-type): New variable.  The content-type: field was
3847         added also in defcustom of rsf-definitions-alist;
3848         (rmail-spam-filter): Replace repeated test code for header fields
3849         by calls to check-field; change the call to
3850         rmail-output-to-rmail-file such that rmail-current-message stays
3851         the same to avoid wrong deletion of unseen flags.
3852         (rmail-use-spam-filter): Add autoload cookie.
3854 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3856         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3857         (file-cache-add-directory-using-find): Add Cygwin support.
3858         (file-cache-find-command-posix-flag): New user variable.
3860         * filecache.el (file-cache-add-directory): Check for
3861         directories an remove them from dir-files.
3863 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3865         * man.el (Man-fontify-manpage): Clean up message.
3867 2004-01-27  Kenichi Handa  <handa@m17n.org>
3869         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3870         (sentence-end): Define using sentence-end-without-space.
3872         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3873         a sentence ends with one of a character in sentence-end-without-space.
3875 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3877         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3878         (jit-lock): Group declaration moved to jit-lock.el.
3879         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3880         when necessary.
3882         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3883         (jit-lock-context-unfontify-pos): Rename from
3884         jit-lock-first-unfontify-pos.
3885         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3887 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3889         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3890         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3891         (fortran-fill): When filling a string, adjust re-search-backward
3892         argument for special case of string just on fill-column.
3893         When filling non-string, allow one extra char if
3894         fortran-break-before-delimiters is non-nil.
3895         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3896         Use fortran-break-delimiters-re and fortran-no-break-re to
3897         correctly handle cases such as "**".
3899         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3900         (f90-no-break-re): Add some extra tokens.  Doc fix.
3902 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3904         * mail/rmail-spam-filter.el:
3905         Use two semicolons as Commentary line prefix.
3906         Add ";;; Code:" stylized comment.
3907         Delete end-of-line whitespace.
3908         Wrap (require 'cl) with `eval-when-compile'.
3910 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
3912         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3913         at the top level of vc.el.
3915 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
3917         * vc.el (vc-current-line): Function removed.  This is now done by
3918         the new function line-at-pos in simple.el.
3919         (vc-annotate-warp-version): Use line-at-pos instead of
3920         vc-current-line.
3922 2004-01-22  Kim F. Storm  <storm@cua.dk>
3924         * simple.el (line-at-pos): New defun.
3925         (what-line): Use it.  Optimize by only counting lines in narrowed
3926         region once.
3928 2004-01-22  Kenichi Handa  <handa@m17n.org>
3930         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3931         point (register r1) only for charset mule-unicode-0100-24ff.
3933 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3935         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3936         trailing white space and ensure a final newline.
3938         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3939         Add autoload cookie.
3941 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
3943         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3944         activate view-mode explicitly.
3946 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3948         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3949         use clipboard first.
3951 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
3954         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3955         (vc-mcvs-cvs): Remove.
3956         (vc-mcvs-command): Remove use of assert.
3958         * outline.el (outline-insert-heading): Tighten up match.
3959         (outline-demote, outline-move-subtree-down): Don't assume anything
3960         about outline-regexp.
3962         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3963         (texinfo-show-structure): Explicitly add ^, and simplify.
3965 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3967         * calendar/appt.el (appt-check): Restore usage of
3968         appt-issue-message deleted in previous change.
3969         (top-level): Activate package when loaded (needed for backwards
3970         compatibility).
3972 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3974         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3975         following previous change to smtpmail-send-data.
3977 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
3979         * vc.el (vc-default-previous-version): Doc enhancement.
3980         (vc-default-next-version): New function.
3981         (vc-print-log): New arg FOCUS-REV.
3982         (vc-annotate-mode): Derive from view-mode.
3983         (vc-annotate): New args REVISION, DISPLAY-MODE.
3984         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3985         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3986         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3987         (vc-annotate-show-diff-revision-at-line, vc-current-line)
3988         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3990         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3992 2004-01-19  Karl Berry  <karl@gnu.org>
3994         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3995         or "TexInfo".
3997 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3999         * subr.el (delete-dups): New function.
4001 2004-01-19  Karl Berry  <karl@gnu.org>
4003         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4004         with ^, since that's what texinfo-show-structure
4005         documentation says (plus it works much better in texinfo.txi).
4007 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4009         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4011 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4013         * progmodes/which-func.el (which-function-mode): Don't cancel
4014         which-func-update-timer if not set.
4016 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4018         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4019         Remove spurious left square bracket in XX:XXam regexp.
4021 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4023         * progmodes/cc-defs.el: Do not require cl at run time.
4025 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4027         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4028         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4030         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4031         Call rmail-spam-filter.  Delete and expunge spam.
4032         Print number of spam messages deleted.
4033         Save and restore the deletion status of old messages when reading
4034         new mail with spam filter, so that expunging spam does not expunge
4035         msgs deleted by the user.
4036         (rmail-only-expunge): Add an optional argument dont-show to
4037         prevent showing message after expunge.
4039 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4041         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4042         * subr.el (declare): New macro.
4044 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4046         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4048 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4050         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4051         Test window-system rather than system-type (for X11/Mac).
4053 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
4055         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4057 2004-01-12  Richard M. Stallman  <rms@gnu.org>
4059         * mail/rmail.el (rmail-convert-to-babyl-format):
4060         Use mail-unquote-printable-region.
4061         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4062         (rmail-hex-char-to-integer): Functions deleted.
4064         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4065         (mail-unquote-printable-region): New arg NOERROR.
4066         For invalid encoding, either signal an error to just return nil.
4068 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4070         * calendar/appt.el: Update copyright and commentary.
4071         (appt-issue-message): Make obsolete.
4072         (appt-visible, appt-msg-window): Make obsolete, in favour of
4073         appt-display-format.
4074         (appt-display-mode-line, appt-display-duration)
4075         (appt-display-diary, appt-time-msg-list, appt-mode-string)
4076         (appt-prev-comp-time, appt-display-count, appt-timer)
4077         (appt-convert-time): Doc change.
4078         (appt-disp-window-function, appt-delete-window-function):
4079         Use defcustom rather than defvar.
4080         (appt-display-format): New variable.
4081         (appt-display-message): New function with display code from appt-check.
4082         (appt-check): Add optional FORCE argument.  Doc change.
4083         Add appt-make-list to diary-hook if displaying diary.
4084         Remove checking of view-diary-entries-initially.
4085         Message display section removed to new function appt-display-message.
4086         (appt-display-window): Doc change.  Remove unused internal var
4087         this-buffer.  Do not beep, since appt-display-message does that.
4088         (appt-make-list): Doc change.  Use caar.
4089         (appt-sort-list): Simplify by using builtin sort function.
4090         (appt-update-list): New function for updating appts when diary is
4091         saved.
4092         (appt-activate): New autoloaded function to toggle package
4093         functionality.
4095         * calendar/cal-x.el: (calendar-one-frame-setup)
4096         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4098         * calendar/calendar.el: Update copyright.
4099         (view-diary-entries-initially, european-calendar-style): Doc change.
4100         (calendar-setup): Make defcustom rather than defvar.
4101         (mark-visible-calendar-date): Initialize temp-face and faceinfo
4102         in let binding so local to function.
4104         * calendar/diary-lib.el: Update copyright.
4105         (diary, diary-entry-time): Doc change.
4106         (list-diary-entries): Doc change.  Trivial logic change.
4107         (fancy-diary-display): Restore make-face command mistakenly
4108         deleted 2003-05-08.
4109         (show-all-diary-entries): Allow to pop-up frame if needed.
4111 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4113         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4114         Temporarily select EVENT's window for changing eol type.
4116 2004-01-09  Deepak Goel  <deego@gnufans.org>
4118         * calendar/diary-lib.el (diary-entry-time):
4119         Also accept time in the form XX[.XX][am/pm/AM/PM].
4120         (fancy-diary-font-lock-keywords): Likewise.
4121         (diary-font-lock-keywords): Likewise.
4122         * calendar/appt.el (appt-add): Likewise.
4123         (appt-make-list): Likewise.
4124         (appt-convert-time): Likewise.
4126 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4128         * gdb-ui.el (gdb-ann3): Revert previous change.
4129         (gdb-source-info): Allow for case of where compilation directory
4130         is not recorded.
4132 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4134         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4136 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4138         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4140         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4141         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4142         problems.
4143         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4145 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4147         * files.el (write-file-functions, write-contents-functions):
4148         Clarify docstrings.
4150 2004-01-07  Kenichi Handa  <handa@m17n.org>
4152         * international/mule.el (set-auto-coding): Fix for the case that
4153         end-of-line is only CR.
4155 2004-01-07  Kim F. Storm  <storm@cua.dk>
4157         * subr.el (event-start, event-end): Doc fix.
4158         (posn-string, posn-image): New defuns.
4159         (posn-object): Return either image or string object.
4160         (posn-object-x-y): Return 8th element of position.
4161         (posn-object-width-height): New defun.
4163 2004-01-06  Andreas Schwab  <schwab@suse.de>
4165         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4166         output.
4168 2004-01-05  Karl Berry  <karl@gnu.org>
4170         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4171         / and *, too.
4173 2003-12-31  Simon Josefsson  <jas@extundo.com>
4175         * files.el (before-save-hook): Add.
4176         (basic-save-buffer): Use before-save-hook.
4178         * emacs-lisp/copyright.el: Fix comment to recommend
4179         before-save-hook instead of write-file-functions.
4181 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4183         * finder.el (finder-commentary): Call delete-other-windows.
4185         * net/ange-ftp.el (ange-ftp-file-attributes):
4186         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4188 2004-01-04  Karl Berry  <karl@gnu.org>
4190         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4191         comment characters % and # in the copyright year notice,
4192         as well as ;.
4194 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4196         * wid-edit.el (default): Define dummy :value-delete.
4197         Reported by Jesper Harder <harder@ifa.au.dk>.
4199 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4201         * progmodes/compile.el (compile-internal): Use point, not point-min,
4202         for set-window-point.
4204         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4206         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4208         * progmodes/grep.el (grep-mode-map):
4209         Don't remap next-line, previous-line.
4211 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
4213         * speedbar.el (speedbar-edit-line): Change regexp to position
4214         the cursor on the first character of this line's button.
4216 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4218         * subr.el (functionp): Doc fix.
4220 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4222         * progmodes/idlwave.el (idlwave-make-tags):
4223         * textmodes/flyspell.el (flyspell-large-region):.
4224         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4225         * emulation/viper-util.el (viper-glob-unix-files):
4226         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4227         * man.el (Man-init-defvars):
4228         * jka-compr.el (jka-compr-call-process):
4229         * files.el (get-free-disk-space,insert-directory):
4230         * ediff-ptch.el (ediff-test-patch-utility):
4231         * ediff-diff.el (ediff-test-utility):
4232         * dired-aux.el (dired-check-process):
4233         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4234         test the return value of call-process, because it can be a string.
4236 2003-12-31  John Paul Wallington  <jpw@gnu.org>
4238         * bindings.el (completion-ignored-extensions): Add .pfsl.
4240 2003-12-31  Kim F. Storm  <storm@cua.dk>
4242         * ido.el (ido-nonreadable-directory-p): New defun to check for
4243         nonreadable directory without activating tramp (to avoid problems
4244         with checking incomplete tramp paths).
4245         (ido-set-current-directory, ido-file-internal)
4246         (ido-file-name-all-completions1): Use it.
4248 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4250         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4251         documentation if the anchor (or node) name is preceded by `info
4252         anchor' or `Info anchor' in addition to earlier `info node' and
4253         `Info node'.
4254         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4256 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4258         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4259         error in arguments to base64-decode-region.  Remove ^M characters
4260         after decoding base64.
4262 2003-12-30  Simon Josefsson  <jas@extundo.com>
4264         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
4265         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4266         have only been distributed with Emacs for some years.
4267         (texinfo-mode-hook): Customize.
4269 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4271         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4272         cleaner (suggested by Richard Stallman).
4274         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4275         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4276         file-name clashes on 8+3 DOS filesystems.
4278         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4279         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4280         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4281         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4282         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4283         file-name clashes on 8+3 filesystems.
4285         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4286         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4287         file-name clashes on 8+3 DOS filesystems.
4289 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4291         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4292         Upcase the character.
4294         * textmodes/flyspell.el (mail-mode-flyspell-verify):
4295         Search for header separator alone on a line, literally,
4296         and search for it backward, not forward.
4297         (flyspell-abbrev-table): Always use global-abbrev-table
4298         if there is no local one.
4300         * progmodes/sh-script.el (sh-get-indent-info):
4301         Don't move point back if at bob.
4303         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4305         * play/handwrite.el (handwrite): Make the handwrite credit message
4306         a comment rather than an output command.
4308         * obsolete/sc.el: Display message that this file is obsolete.
4310         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4312         * mail/rfc822.el (rfc822-address-start): Declare variable.
4313         Renamed from address-start.  All uses changed.
4315         * term.el (term-exec): Set up sentinel.
4316         (term-sentinel): New function.
4317         (term-handle-exit): New function.
4319         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4320         Use assoc-string, and mark them obsolete.
4321         (delay-mode-hooks): Mark as permanent local.
4323         * simple.el (sendmail-user-agent-compose): Use assoc-string.
4325         * register.el (copy-rectangle-to-register): Doc fix.
4327         * info.el (Info-insert-dir): Use assoc-string.
4329         * info-look.el (info-lookup): Use assoc-string.
4331         * frame.el (pop-up-frame-function): Use quote, not `function'.
4332         (frame-notice-user-settings): Calculate ADJUSTED-TOP
4333         copying with lists as coordinate values.
4335         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4337         * find-dired.el (kill-find): New command.
4338         (find-dired): Make buffer read-only.
4339         Set up a keymap with C-c C-k running kill-find.
4340         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4342         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4344         * filecache.el (file-cache-ignore-case): New variable.
4345         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
4347         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4348         (comint-dynamic-complete-as-filename): Rename local vars.
4349         (comint-dynamic-list-filename-completions): Likewise.
4351         * comint.el (comint-dynamic-list-completions-config): New var.
4352         (comint-dynamic-list-completions): Handle both SPC and TAB right.
4354         * comint.el (comint-file-name-chars): Add [].
4355         (comint-word): Use skip-chars-backward, not search.
4357         * shell.el (shell-file-name-chars): Add [].
4359         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4361         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4363         * generic.el (define-generic-mode): Doc fix.
4365 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4367         * files.el (kill-some-buffers): Doc fix.
4369 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
4371         * comint.el (comint-watch-for-password-prompt): Pass `string' as
4372         arg to send-invisible
4373         (send-invisible): Doc fix.  The argument is now a prompt, not the
4374         string to send.
4375         (comint-read-noecho): Doc fix.
4377 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
4379         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4380         "@", as required by some ISP hosting service.  Fix defcustom
4381         argument syntax errors that prevented use of customization.
4383 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4385         * xml.el (xml-get-attribute-or-nil): Doc fix.
4387 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
4389         * net/zone-mode.el (zone-mode): Use write-file-functions, not
4390         write-file-hooks.
4392 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4394         * autorevert.el (auto-revert-interval): Doc fix.
4396 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
4398         * xml.el (xml-get-attribute-or-nil): New function, like
4399         xml-get-attribute, but returns nil if the attribute was not found.
4400         (xml-get-attribute): Convert to defsubst, uses
4401         xml-get-attribute-or-nil.
4403 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4405         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4407 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
4409         * custom.el (custom-declare-theme): Use `value' when putting
4410         properties on `theme'.
4412 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4414         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4415         for each yank-handler segment.
4416         (insert-for-yank-1): New function, with the body of the previous
4417         insert-for-yank.
4419         * textmodes/table.el (table-yank-handler): New defcustom.
4420         (table--put-cell-indicator-property): Put yank-handler property
4421         that indicates the yank handler for the table cell.
4423 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4425         * generic-x.el (etc-modules-conf-generic-mode): A more complete
4426         set of keywords.
4428 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4430         * international/mule-cmds.el (reset-language-environment)
4431         (set-language-environment): Don't invoke fontset-related functions
4432         if fontset-list is not fboundp.
4434 2003-12-29  Kenichi Handa  <handa@m17n.org>
4436         * international/mule-cmds.el (reset-language-environment):
4437         Call set-overriding-fontspec-internal with nil.
4438         (set-language-environment): Call set-overriding-fontspec-internal
4439         if the language environment specify `overriding-fontspec'.
4440         (language-info-alist): Doc added.
4442         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4443         characters of mule-unicode-0100-24ff.
4444         (ccl-encode-windows-1251-font): New CCL program.
4445         ("Bulgarian"): Specify overriding-fontspec.
4446         ("Belarusian"): Likewise.
4448 2003-12-28  Sam Steingold  <sds@gnu.org>
4450         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4451         parameter ID-FORMAT to conform with the 2003-11-30 patch.
4453 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
4455         * progmodes/gud.el (gud-gdb-command-name): Set default to
4456         "gdb --annotate=3".
4457         (gud-gdb-marker-filter): Look out for annotations.
4458         (gdb-first-pre-prompt): New variable.
4459         Remove trailing white space.
4461         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4462         if necessary.
4463         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
4464         annotations are detected.
4465         (gud-gdba-marker-filter): Use global variable gud-marker-acc
4466         instead of a local one to allow transition from
4467         gud-gdb-marker-filter.
4468         Remove trailing white space.
4470 2003-12-27  Kim F. Storm  <storm@cua.dk>
4472         * ido.el: Handle non-readable directories.
4473         (ido-decorations): Add 9th element for non-readable directory.
4474         (ido-directory-nonreadable): New dynamic var.
4475         (ido-set-current-directory): Set it.
4476         (ido-read-buffer, ido-file-internal):
4477         (ido-read-file-name, ido-read-directory-name): Let-bind it.
4478         (ido-file-name-all-completions1): Return empty list for
4479         non-readable directory.
4480         (ido-exhibit): Print [Not readable] if directory is not readable.
4481         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4482         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4483         Use it.
4485 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
4487         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4488         calls to directory-files-and-attributes and file-attributes.
4489         (ls-lisp-format): Remove system dependent handling of user and
4490         group id's.
4492 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
4494         * ffap.el (ffap-read-file-or-url): Revert previous change.
4496 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
4498         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4499         new list of included files called `files-with-node-lines', that
4500         only have node lines.  This way @include commands can include any
4501         file, such as version and update files without node lines, not
4502         just files that are chapters.
4504 2003-12-25  Andreas Schwab  <schwab@suse.de>
4506         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4507         file not found.
4509 2003-12-08  Miles Bader  <miles@gnu.org>
4511         * dired.el (dired-between-files): Always use dired-move-to-filename,
4512         which is more robust in non-english locales.
4514 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4516         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4518 2003-12-24  Andreas Schwab  <schwab@suse.de>
4520         * shell.el (shell-file-name-quote-list): Add backslash.
4522         * comint.el (comint-quote-filename): Correctly handle backslash
4523         in comint-file-name-quote-list.
4525 2003-12-24  Kenichi Handa  <handa@m17n.org>
4527         * international/mule-cmds.el (set-default-coding-systems):
4528         Call ucs-set-table-for-input for all buffers that don't have local
4529         value of buffer-file-coding-system.
4531         * international/ucs-tables.el (ucs-set-table-for-input):
4532         If translation-table-for-encode is a symbol, get its
4533         translation-table property.
4535 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
4537         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4538         to `completing-read' on a recently fixed bug.
4540         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4541         instead of SPACE, to get the list of possible fringe modes.
4542         SPACE only works if both `partial-completion-mode' and
4543         `completion-auto-help' are nil.
4545         * complete.el (PC-is-complete-p): Delete.
4546         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4547         calls to `test-completion'.
4549 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4551         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4552         to edit values when there are no children.
4554         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4555         a mode called "Assembler" already exists.
4556         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4557         (gud-watch): Use format option.  Remove font properties from string.
4558         (gdb-var-create-handler, gdb-var-list-children-handler):
4559         Don't bother about properties as there are none.
4560         (gdb-var-create-handler, gdb-var-list-children-handler)
4561         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4562         with two arguments.
4563         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4564         Let speedbar show value changes with a different font.
4565         (gdb-edit-value): New defun.
4566         (gdb-clear-partial-output, gdb-clear-inferior-io)
4567         (def-gdb-auto-update-handler): Use erase-buffer.
4568         (gdb-frame-handler): Display watch expressions in
4569         FUNCTION::VARIABLE format if required.
4571 2003-12-23  John Paul Wallington  <jpw@gnu.org>
4573         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4574         (Info-goto-emacs-command-node): Doc fixes.
4576 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
4578         * cus-edit.el (custom-add-parent-links): Define "many".
4580 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
4582         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4583         (widget-child-validate, widget-type-value-create)
4584         (widget-type-default-get, widget-type-match): New functions.
4585         (lazy): New widget.
4586         (menu-choice, checklist, radio-button-choice, editable-list)
4587         (group, documentation-string): Remove redundant (per 2003-10-25
4588         change) calls to `widget-children-value-delete'.
4589         (widget-choice-value-get, widget-choice-value-inline): Remove.
4590         (menu-choice): Update widget.
4592 2003-12-03  Kenichi Handa  <handa@m17n.org>
4594         * language/cyrillic.el: Register "microsoft-cp1251" in
4595         ctext-non-standard-encodings-alist.
4596         ("Bulgarian"): Add ctext-non-standard-encodings.
4597         ("Belarusian"): Likewise.
4599         * international/mule-conf.el (compound-text-with-extensions):
4600         Change the type to 2 (iso-2022 base).
4602         * international/mule.el (ctext-non-standard-encodings-alist):
4603         Change the format.
4604         (ctext-non-standard-encodings): New variable.
4605         (ctext-post-read-conversion): Fully re-written.
4606         (ctext-non-standard-designations-alist): Delete it.
4607         (ctext-non-standard-encodings-table): New function.
4608         (ctext-pre-write-conversion): Fully re-written.
4610 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4612         * cus-edit.el (custom-add-parent-links): Add documentation links
4613         for parent, if the item has none of its own.
4615 2003-11-30  Richard M. Stallman  <rms@gnu.org>
4617         * dired-aux.el (dired-do-query-replace-regexp):
4618         Report files visited read-only.
4620 2003-11-30  Juri Linkov  <juri@jurta.org>
4622         * dired-aux.el (dired-compare-directories): New command.
4623         (dired-file-set-difference, dired-files-attributes): New functions.
4625 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4626         Version 2.0.38 of Tramp released.
4628         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
4629         Charles Curley <charlescurley@charlescurley.com>.
4630         (tramp-multi-connection-function-alist): Add ssht entry which adds
4631         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
4632         Aichner.
4633         (tramp-get-method-parameter): New function to retrieve a method
4634         parameter.  This allows for omission of method parameters.
4635         Callers adjusted.
4637 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
4639         * net/tramp.el: Add new optional parameter ID-FORMAT to
4640         `file-attributes'.  Calls of `file-attributes' won't use this
4641         parameter for backward compatibility reasons.
4642         (tramp-perl-file-attributes): Add a new parameter to Perl script
4643         in order to handle uid/gid as strings, if desired.
4644         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4645         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
4646         order to make the function more general.
4647         (tramp-handle-file-attributes): Replace proprietary optional
4648         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
4649         (tramp-handle-file-attributes-with-perl): Handle parameter
4650         NONNUMERIC if set.  This wasn't done in the past.
4651         (tramp-post-connection): Apply second parameter "$2" if
4652         `tramp-remote-perl' is called.
4654         * net/tramp-smb.el (tramp-smb-handle-delete-file):
4655         Correct cut'n'waste error (`filename' instead of `directory').
4656         (tramp-smb-handle-directory-files-and-attributes)
4657         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4658         introduced parameter ID-FORMAT.
4659         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4660         error (`directory' instead of `ldir').
4662         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4663         `file-attributes' has a second parameter.  If yes, apply it with
4664         value "'integer".  Otherwise, don't use that parameter (default is
4665         integer format).
4667 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4669         * help.el (help-map): Bind `display-local-help' to `C-h .'.
4670         (help-for-help): Add `C-h .' to the listed Help options.
4671         Remove trailing whitespace.
4673         * help-at-pt.el: New file.
4675 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
4677         * subr.el (noreturn, 1value): New macros for test coverage.
4678         See `testcover.el'.
4680         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4682         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4683         for macro `1value'.
4684         (testcover-1value): New function.  Checks that a 1value form
4685         actually returns only one value.  Requested by RMS.
4687 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
4689         * gdb-ui.el (gud-watch, gdb-var-create-handler)
4690         (gdb-var-list-children, gdb-var-list-children-handler)
4691         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4692         gdb commands that use mi to keep them out of the command history.
4694 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4696         * cus-start.el (all): Add use-file-dialog.
4698 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4700         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4702 2003-11-27  Kim F. Storm  <storm@cua.dk>
4704         * subr.el (posn-object-x-y): New defun.
4706 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4708         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4709         Don't use `space' for \\\n.
4710         Be more selective as to which # are comment-starters.
4712 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
4714         * subr.el (number-sequence): Improve handling of floating point
4715         arguments (suggested by Kim Storm).  Allow negative arguments.
4717 2003-11-26  Kenichi Handa  <handa@m17n.org>
4719         * international/mule-cmds.el (standard-display-european-internal):
4720         Cancel the standard-display-table setting for ` and '.
4722 2003-11-26  Kim F. Storm  <storm@cua.dk>
4724         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4725         New defcustoms to add ffap-like functionality to ido.
4726         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
4727         (ido-no-final-slash): New defun.
4728         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4729         (ido-read-file-name): ): Toggle VC checking via
4730         vc-handled-backends instead of vc-master-templates.
4731         (ido-file-internal): Handle ido-use-url-at-point and
4732         ido-use-filename-at-point via code borrowed from ffap-guesser.
4733         Handle new ido-exit code ffap.
4734         (ido-sort-list): Ignore final slash when sorting file names.
4736 2003-11-25  Kim F. Storm  <storm@cua.dk>
4738         * emulation/cua-base.el (cua--standard-movement-commands):
4739         Add forward-sentence and backward-sentence.
4741 2003-11-25  Stephen Eglen  <stephen@gnu.org>
4743         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4744         iswitchb-exit is set to 'usefirst when user selects buffer at head
4745         of list using RET.  (Selecting buffers at the head of the list was
4746         broken if the substring was also a complete buffername.)
4748 2003-11-23  Kim F. Storm  <storm@cua.dk>
4750         * progmodes/compile.el (grep-command, grep-use-null-device)
4751         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4752         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4753         (grep-regexp-alist, grep-program, find-program)
4754         (grep-find-use-xargs, grep-history, grep-find-history)
4755         (grep-process-setup, grep-compute-defaults)
4756         (grep-default-command, grep, grep-tag-default, grep-find)
4757         (grep-expand-command-macros, grep-tree-last-regexp)
4758         (grep-tree-last-files, grep-tree): Move grep variables, functions
4759         and commands to new file grep.el.
4760         (compilation-mode-map): Remove grep commands from Compile sub-menu.
4761         (compilation-process-setup-function): Doc fix.
4762         (compilation-highlight-regexp, compilation-highlight-overlay): New
4763         defvars used for highlighting current compile error in source buffer.
4764         (compile-internal): New optional args HIGHLIGHT-REGEXP and
4765         LOCAL-MAP which overrides compilation-highlight-regexp and
4766         compilation-mode-map for this compilation.
4767         Delay calling compilation-set-window-height until after running
4768         compilation-process-setup-function so it can buffer-local override
4769         compilation-window-height.
4770         Check buffer-local value of compilation-scroll-output.
4771         (compilation-set-window-height): Use buffer-local value of
4772         compilation-window-height.
4773         (compilation-revert-buffer): Don't pass (undefined)
4774         preserve-modes arg to revert-buffer.
4775         (next-error-no-select, previous-error-no-select): New commands.
4776         (compilation-goto-locus): Temporarily highlight current match in
4777         source buffer using compilation-highlight-regexp.
4779         * progmodes/grep.el: New file with grep code from compile.el.
4780         (grep): New defcustom group.
4781         (grep-window-height): New defcustom, like compilation-window-height.
4782         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4783         (grep-scroll-output): New defcustom, like compilation-scroll-output.
4784         (grep-command, grep-use-null-device, grep-find-command)
4785         (grep-tree-files-aliases, grep-tree-ignore-case)
4786         (grep-tree-ignore-CVS-directories): Move to grep custom group.
4787         (grep-setup-hook): New hook variable.
4788         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
4789         (grep-last-buffer): New defvar, override compilation-last-buffer.
4790         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
4791         Call compile-internal with args highlight-regexp and grep-mode-map.
4793 2003-11-23  Kim F. Storm  <storm@cua.dk>
4795         * subr.el (event-start, event-end): Doc fix.
4796         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4797         (posn-area, posn-actual-col-row, posn-object): New defuns.
4798         (posn-col-row): Simplify doc.  Rewrite to use cond.
4799         (posn-point): Also return buffer position for events outside text
4800         area (that info is now present in the event position).
4802         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4803         mouse-set-point so that hscroll still works now that clicks on
4804         fringes generate specific mouse events.
4805         (mouse-set-point): Note that it now works in fringes and margins
4806         too due to new semantics of posn-point in fringes and margins.
4808         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4809         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4811 2003-11-20  Kim F. Storm  <storm@cua.dk>
4813         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4814         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4815         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4816         to 100 for icons to avoid increasing line height when shown.
4818 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4820         * newcomment.el (comment-normalize-vars): Initialize properly if
4821         comment-start was nil.
4823 2003-11-19  Andreas Schwab  <schwab@suse.de>
4825         * simple.el (set-variable): Fix indentation.
4827 2003-11-17  Kenichi Handa  <handa@m17n.org>
4829         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4830         Fix docstring.
4832 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4834         * international/latin1-disp.el (latin1-display): Fix docstring.
4836 2003-11-16  John Wiegley  <johnw@newartisans.com>
4838         * eshell/em-ls.el (eshell-ls-file): There are times with
4839         size-width is nil and uncomputed (when directories are created in
4840         dired, for example); in this case, 4 is reasonable default value,
4841         although it may caused skewed new entries (which could be avoided
4842         by returning the original value of 8 in all cases, but 99% of the
4843         time this is a waste of whitespace).
4845 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4847         * cc-engine.el (c-guess-continued-construct)
4848         (c-guess-basic-syntax): Check a little more carefully if it's a
4849         function declaration when an unknown construct followed by a block
4850         is found inside a statement context.  This avoids macros followed
4851         by blocks to be taken as function declarations.
4853         (c-guess-continued-construct): Change the analysis of a statement
4854         continuation with a brace open to `substatement-block', for
4855         consistency with recognized statements.
4857         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4858         start is in a position so that `c-beginning-of-statement-1' jumped
4859         to the beginning of the same statement.
4861         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4862         Don't accept binary operators in the arglist if we're in a function
4863         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4864         template recognition in cases like "if (a < b || c > d)".
4866         (c-restricted-<>-arglists): New more appropriate name for
4867         `c-disallow-comma-in-<>-arglists'.
4869         Accessing functions updated for the variable name change.
4871         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4872         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4874         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4875         labels.
4877         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4878         instead of duplicating parts of it.  This fixes bogus label
4879         recognition.
4881         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4882         of checking the context in which to apply the minimum indentation,
4883         so that it isn't enforced in e.g. namespace blocks.
4885         * cc-vars.el (c-inside-block-syms): New constant used by
4886         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4887         to somewhat reduce the risk of becoming stale.
4889         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4890         cc-cmds to cc-engine to allow use from cc-align.
4892         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4893         qualified identifiers containing "::".
4895         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4896         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4898         * cc-vars.el (c-emacs-features): Use a space in front of the name
4899         of the temporary buffer.  That also avoids dumping problems in
4900         XEmacs due to undo info being left around after the buffer is killed.
4902         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4903         arglist to see if it's a K&R style declaration.
4905         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4906         before returning `knr-argdecl-intro'.
4908 2003-11-16  John Wiegley  <johnw@newartisans.com>
4910         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4911         field in a long-listing always 8 characters, use `size-width',
4912         which has already been computed.
4914 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4916         * subr.el (minor-mode-list): Add `hs-minor-mode'.
4918 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4920         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4921         Support operation while narrowed, with `diff-restrict-view'.
4923 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4925         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4926         Take additional optional arg NARROWFUN.  For the generated functions:
4927         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
4928         include frags that arrange to check for and save narrowing state before
4929         the move and then conditionally call NARROWFUN after the move.
4931 2003-11-14  John Wiegley  <johnw@newartisans.com>
4933         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4934         that was optional, but obviously missing based on surrounding code.
4936         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4937         string arguments to numbers unless the whole argument was seen as
4938         a number.
4940 2003-11-14  Kenichi Handa  <handa@m17n.org>
4942         * international/mule.el (ctext-non-standard-encodings-alist):
4943         Fix coding systems.
4945 2003-11-10  Kenichi Handa  <handa@m17n.org>
4947         * language/kannada.el ("Kannada"): Add sample-text.
4949         * language/knd-util.el (kannada-compose-region)
4950         (kannada-compose-string, kannada-post-read-conversion):
4951         Add autoload cookie.
4953         * international/quail.el (quail-completion): Change the message
4954         "corresponding translations" to "corresponding characters".
4956 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4958         * descr-text.el (describe-char): Fix typo.
4960 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
4962         These changes are to support Kannada language/script.
4964         * Makefile.in (DONTCOMPILE): Add kannada.el.
4966         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4968         * loadup.el: Preload kannada.el.
4970         * language/ind-util.el (ucs-kannada-to-is13194-alist)
4971         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4972         New variables.
4974         * language/kannada.el: New file.
4976         * language/knd-util.el: New file.
4978 2003-11-07  Andreas Schwab  <schwab@suse.de>
4980         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4981         Also highlight AH_*.
4983         * xml.el (xml-parse-dtd): Fix misplaced paren.
4985 2003-11-07  Kenichi Handa  <handa@m17n.org>
4987         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4989 2003-11-05  Juri Linkov  <juri@jurta.org>
4991         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4992         (desktop-buffer-file): Use saved buffer-file-coding-system
4993         for file reading.  Set auto-insert to nil to prevent automatic
4994         insertion into restored empty files.
4996 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4998         * files.el (risky-local-variable-p): Make second argument optional.
5000 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * subr.el (add-hook): Fix last change.
5004 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5006         * mail/rmail.el (rmail-convert-to-babyl-format):
5007         If base64-decode-region signals an error, catch it and silently
5008         ignore it.
5010 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5012         * xml.el (xml-parse-region): Allow comments to appear after the
5013         topmost element has closed.
5014         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5015         (xml-ns-expand-attr): New functions to do namespace handling.
5016         (xml-intern-attrlist): Back-compatible handling of attribute names.
5017         (xml-parse-tag): Move namespace handling to separate functions.
5018         Now produces elements in the form ((:ns . "element") (attr-list)
5019         children) instead of ('ns:element (attr-list) children).
5020         (xml-parse-attlist): Fix attribute parsing.
5021         (xml-parse-dtd): Change parsing so that it produces strings
5022         instead of interned symbols.
5024 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5026         * dired.el (dired-ls-sorting-switches): Doc fix.
5028 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5030         * emacs-lisp/rx.el (rx-or): Fix the case of
5031         "(rx (and ?a (or ?b ?c) ?d))".
5033 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5035         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5036         (texinfo-format-region): Use it.
5037         (texinfo-format-buffer-1): Ditto.
5039 2003-11-01  Alan Mackenzie  <acm@muc.de>
5041         Changes to allow scrolling whilst in isearch mode:
5042         * isearch.el (isearch-unread-key-sequence): New function,
5043         extracted from isearch-other-meta-char.
5044         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5045         "scrollable" standard functions.
5046         (isearch-allow-scroll): New customizable variable.
5047         (isearch-string-out-of-window, isearch-back-into-window)
5048         (isearch-reread-key-sequence-naturally)
5049         (isearch-lookup-scroll-key): New functions.
5050         (isearch-other-meta-char): Doc string and functionality enhanced.
5051         Now accepts a prefix argument.
5052         (isearch-lazy-highlight-window-end): New variable.
5053         (isearch-lazy-highlight-new-loop): Pay attention to the window's
5054         end (thru isearch-lazy-highlight-window-end), not only its start.
5056         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5057         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5058         (universal-argument, universal-argument-more, negative-argument)
5059         (digit-argument, universal-argument-other-key): Minor changes.
5061 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5063         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5064         recursively if the last message is deleted, thus avoiding an
5065         infinite loop.
5067 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5070         (tex-main-file): Don't add .tex if the extension is already present.
5071         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5073 2003-10-29  Lute Kamstra  <lute@gnu.org>
5075         * progmodes/octave-inf.el (inferior-octave-prompt):
5076         Recognize version number in prompt.
5078 2003-10-28  Dave Love  <fx@gnu.org>
5080         * international/characters.el: Fix some Unicode ranges.
5082 2003-10-28  Kenichi Handa  <handa@m17n.org>
5084         * disp-table.el (standard-display-8bit)
5085         (standard-display-default, standard-display-ascii)
5086         (standard-display-g1, standard-display-graphic)
5087         (standard-display-underline): Assure that standard-display-table
5088         is a display table.
5090 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * simple.el (reindent-then-newline-and-indent): Delete space *after*
5093         reindenting the first line.
5095 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5097         * wid-edit.el (widget-default-delete): Always delete child widgets.
5099 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * newcomment.el (comment-indent): Don't call indent-according-to-mode
5102         if the line has code.
5103         Don't try to line up with something that's too far left.
5105         * progmodes/octave-mod.el (octave-comment-start): Simplify.
5106         (octave-mode-syntax-table): Add % as a comment starter.
5107         (octave-point): Remove.
5108         (octave-in-comment-p, octave-in-string-p)
5109         (octave-not-in-string-or-comment-p, calculate-octave-indent)
5110         (octave-blink-matching-block-open, octave-auto-fill):
5111         Use line-(beginning|end)-position instead.
5113 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5115         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5116         for Francesco Potort\e,Al\e(B.
5118 2003-10-23  Dave Love  <fx@gnu.org>
5120         * international/mule-cmds.el (locale-charset-to-coding-system):
5121         Don't rely on nil being a coding system.
5123         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5124         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5125         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5127 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5129         * gdb-ui.el (gdb-current-language): New variable.
5130         (gdb-update-flag): Remove variable.
5131         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5132         (gdb-take-last-elt): Remove function.
5133         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5134         (gdb-post-prompt): Check for variable object changes here.
5136         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5137         object changes in gdb-ui.el.
5139 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5141         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5143         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5144         Don't check for foo*/ wildcard form here.
5145         (insert-directory): Recognize foo*/ as a wildcard.
5146         Separate wildcard-regexp variable from the arg, wildcard.
5148         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5149         (remove-hook): Correctly handle strange cases about local hooks.
5151 2003-10-21  David Ponce  <david@dponce.com>
5153         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5154         argument REAL, to return a real number instead of a rounded
5155         integer value.  Define as inline function.
5156         (ruler-mode-right-fringe-cols): Likewise.
5157         (ruler-mode-scroll-bar-cols): New function.
5158         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5159         (ruler-mode-right-scroll-bar-cols): Likewise.
5160         (ruler-mode-space): New function.
5161         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5162         scroll bar mode and margins in a more robust way.
5164 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5166         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5167         (antlr-c-init-language-vars): New function.
5168         (antlr-mode): Use it with cc-mode before v5.29.
5169         (antlr-c-common-init): Don't set some local vars here.
5170         (antlr-mode): Set them here.
5171         (antlr-c-forward-sws): New function alias.
5172         (antlr-mode): Redefine with cc-mode before v5.30.
5173         (antlr-skip-sexps): Use it.
5174         (antlr-skip-exception-part): Ditto.
5175         (antlr-skip-file-prelude): Ditto.
5176         (antlr-outside-rule-p): Ditto.
5177         (antlr-end-of-body): Ditto.
5178         (antlr-option-kind): Ditto.
5179         (antlr-insert-option-area): Ditto.
5180         (antlr-file-dependencies): Ditto.
5182 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5184         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5185         Move backward only if point was not inside an entry.
5187 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5189         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5191 2003-10-21  Juri Linkov  <juri@jurta.org>
5193         * compare-w.el: Automatically skip non-matching text to resync.
5194         (compare-windows-whitespace): Doc fix.
5195         (compare-windows-sync, compare-windows-sync-string-size)
5196         (compare-windows-recenter, compare-ignore-whitespace)
5197         (compare-windows-highlight, compare-windows-face): New variables.
5198         (compare-windows): Use compare-windows-sync.
5199         (compare-windows-highlight, compare-windows-dehighlight)
5200         (compare-windows-sync-regexp)
5201         (compare-windows-sync-default-function): New functions.
5203 2003-10-21  Juri Linkov  <juri@jurta.org>
5205         * diff.el (diff-parse-differences): Don't visit the files now;
5206         instead, just record the error locus.
5208 2003-10-21  Dave Love  <fx@gnu.org>
5210         * progmodes/cfengine.el: New file.
5212 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * complete.el (PC-do-completion): Do not forget to use `pred' as the
5215         default-directory when completing file names.
5217 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
5219         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5220         followed by the word `face', it gets treated as a face, even if
5221         it is also defined as a variable or a function.
5223 2003-10-20  Dave Love  <fx@gnu.org>
5225         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5226         Avoid incf in macro expansion.
5228 2003-10-20  John Paul Wallington  <jpw@gnu.org>
5230         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5231         `evenp' so we don't implicitly require cl library at runtime.
5233 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
5235         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5236         (help-make-xrefs): Only make cross-references for faces if
5237         preceded or followed by the word `face'.  Do not make a
5238         cross-reference for variables without variable documentation,
5239         unless preceded by the word `variable' or `option'.  Update doc
5240         string accordingly.
5242 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5244         * progmodes/hideshow.el: Rewrite one-armed `if'
5245         constructs using either `when' or `unless'.
5246         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5248 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
5250         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5251         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5252         instead of 12x12.
5254 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5256         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5257         message while converting to Babyl.
5259 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
5261         * allout.el (allout-mode): Doc fix.
5263 2003-10-16  Lute Kamstra  <lute@gnu.org>
5265         * subr.el (force-mode-line-update): Fix docstring.
5267 2003-10-14  Dave Love  <fx@gnu.org>
5269         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5270         (default-input-method): Add :link, improve :type.
5271         (locale-charset-language-names): Fix utf-8 pattern.
5272         (locale-charset-match-p, locale-charset-alist)
5273         (locale-charset-to-coding-system): New.
5274         (set-locale-environment): Deal with codeset part of locale specs.
5276 2003-10-14  Lute Kamstra  <lute@gnu.org>
5278         * fringe.el (fringe-mode): Use active voice in docstring.
5279         (set-fringe-style): Ditto.
5281 2003-10-13  Lute Kamstra  <lute@gnu.org>
5283         * fringe.el (fringe-mode): Fix docstring.
5284         (set-fringe-style): Ditto.
5286 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5288         * ediff-mult.el (ediff-filegroup-action):
5289         Use ediff-default-filtering-regexp.
5291         * ediff-util.el (ediff-recenter): Don't call
5292         ediff-restore-highlighting twice.
5293         (ediff-select-difference): Set current difference.
5294         (ediff-unselect-and-select-difference): Add comment.
5296         * ediff.el (ediff-directories,ediff-directory-revisions)
5297         (ediff-directories3,ediff-merge-directories)
5298         (ediff-merge-directories-with-ancestor)
5299         (ediff-merge-directory-revisions)
5300         (ediff-merge-directory-revisions-with-ancestor):
5301         Use ediff-default-filtering-regexp.
5303 2003-10-12  Andreas Schwab  <schwab@suse.de>
5305         * international/mule-cmds.el (locale-charset-language-names):
5306         Simplify regex by removing unused grouping.
5308 2003-10-10  Dave Love  <fx@gnu.org>
5310         * bindings.el: Don't bind stop.
5312 2003-10-08  Miles Bader  <miles@gnu.org>
5314         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5315         face instead of attempting to emulate it.
5317 2003-10-07  Kenichi Handa  <handa@m17n.org>
5319         * international/mule-diag.el (list-coding-systems-1): List coding
5320         systems that are loaded automatically.
5322         * international/code-pages.el (iso-8859-11): Add autoload cookie.
5324         * international/mule.el (autoload-coding-system): New function.
5326 2003-10-07  Andreas Schwab  <schwab@suse.de>
5328         * log-edit.el (log-edit-changelog-entries): Prefer local value of
5329         change-log-default-name in the buffer visiting the file.
5331 2003-10-06  Dave Love  <fx@gnu.org>
5333         * files.el (find-file-hook): Customize.
5334         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5336         * bindings.el (completion-ignored-extensions): Remove .log.
5337         (global-map): Add again, open, stop keys.
5339 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5341         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5342         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5343         Use sh-modify directly.
5344         (sh-select): Use sh-append, not eval.
5346         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5348         * info.el (Info-following-node-name): New function.
5350         * loadhist.el (unload-feature-special-hooks):
5351         Rename from loadhist-hook-functions.
5352         (loadhist-hook-functions): Now an alias.
5354 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
5356         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5357         file-name clashes on 8+3 filesystems.
5359         * Makefile.in (DONTCOMPILE, bootstrap-clean):
5360         Rename loaddefs-boot.el to ldefs-boot.el
5362         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5363         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5365 2003-10-03  Lute Kamstra  <lute@gnu.org>
5367         * info.el (Info-mode): Revert previous change.
5368         (Info-escape-percent): New function.
5369         (Info-fontify-node): Use it.
5371 2003-10-02  Andreas Schwab  <schwab@suse.de>
5373         * loaddefs-boot.el: Regenerated.
5375 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
5377         * ffap.el: Remove defadvice related code from CVS since `complete'
5378         provides a `PC-completion-as-file-name-predicate' variable that
5379         ffap can override.
5381 2003-10-02  Kenichi Handa  <handa@m17n.org>
5383         * international/utf-8.el (ccl-decode-mule-utf-8):
5384         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5386         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5387         * international/subst-big5.el: Likewise.
5388         * international/subst-gb2312.el: Likewise.
5389         * international/subst-ksc.el: Likewise.
5391 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5393         * calendar/calendar.el (increment-calendar-month)
5394         (calendar-leap-year-p, calendar-absolute-from-gregorian)
5395         (generate-calendar, calendar-read-date, calendar-interval)
5396         (calendar-day-of-week): Handle years BC.
5397         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5399 2003-10-01  Dave Love  <fx@gnu.org>
5401         * language/cyrillic.el (cp1251): Alias for windows-1251.
5403         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5404         bootstrap.
5406 2003-10-01  Lute Kamstra  <lute@gnu.org>
5408         * files.el: Fix typo.
5409         * imenu.el (imenu--generic-function): Docstring fix.
5411 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5413         * dired.el (dired-mode): Handle dired-directory as a list.
5415 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
5417         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5419         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5421         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5422         Replace gud-display with gud-watch.
5423         (gud-speedbar-buttons): Add stuff for watching expressions
5424         in the speedbar when using M-x gdba.  Use dolist on old part
5425         of this function.
5427         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5428         (gdb-update-flag): New variables.
5429         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5430         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5431         (gud-watch, gdb-var-create-handler) : New functions.
5432         (gdb-var-list-children, gdb-var-list-children-handler)
5433         (gdb-var-create-regexp, gdb-var-update-regexp)
5434         (gdb-var-list-children-regexp): New constants.
5435         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5436         (gdb-annotation-rules): Reduce annotation set (level 3).
5437         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5438         (gdb-post-prompt): Don't update GDB buffers every time speedbar
5439         updates.
5440         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5441         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5442         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5443         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5444         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5445         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5446         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5447         (gud-display, gud-display1)
5448         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5449         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5450         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5451         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5452         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5453         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5454         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5455         (gdb-display-display-buffer, gdb-toggle-display)
5456         (gdb-delete-display, gdb-expressions-popup-menu)
5457         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5458         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5459         to display buffer.
5461 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5463         * progmodes/ada-mode.el (ada-mode): Don't use advice.
5464         Instead, set which-func-functions.
5466         * progmodes/which-func.el (which-func-modes): Add ada-mode.
5467         (which-func-functions): New variable.
5468         (which-function): Use that.
5470         * info.el (Info-mode): Double each `%' in header line.
5472         * emacs-lisp/lisp-mnt.el (lm-with-file):
5473         When FILE is nil, run BODY in current buffer.
5475         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5477         * help.el (describe-mode): Start with a brief list of minor modes.
5478         Find them thru minor-mode-list so as to find them all.
5479         Show them in alphabetical order.
5481         * mail/sendmail.el (mail-aliases): Doc fix.
5483         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5485 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5487         * mail/rmailsum.el (rmail-make-summary-line-1):
5488         Change comma after last label to a space.
5489         (rmail-summary-font-lock-keywords): Adapt to that change.
5491 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
5493         * progmodes/scheme.el (scheme-mode-variables): When setting
5494         `font-lock-defaults', also specify that "#" should
5495         be interpreted with `word' syntax.
5496         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5498 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
5500         * desktop.el: A lot of comments updated.
5501         (desktop-save-mode): Minor mode introduced.
5502         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5503         (desktop-load-default): Function made obsolete.
5504         (desktop-locals-to-save): Variable made customizable.
5505         (desktop-read): Optional parameter `dirname' added.
5506         (desktop-change-dir, desktop-revert): Parameter `dirname' in
5507         `desktop-read' used.
5508         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5510 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
5512         * whitespace.el (whitespace-clean-msg): Add user customizable message
5513         for displaying ``clean'' output.
5514         (whitespace-buffer): Use `whitespace-clean-msg'.
5515         (whitespace-global-mode): Fix typo.
5517 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
5519         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5521 2003-09-29  Lute Kamstra  <lute@gnu.org>
5523         * bindings.el (mode-line-modes): Remove superfluous :propertize
5524         construct in initialization.
5525         (mode-line-position): Change cons cell into proper list in
5526         initialization.
5528 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5530         * international/mule.el (decode-coding-inserted-region): Use car
5531         of the return value of find-operation-coding-system.
5533 2003-09-29  Kenichi Handa  <handa@m17n.org>
5535         * descr-text.el (describe-char): Fix previous change.
5537 2003-09-28  Kenichi Handa  <handa@m17n.org>
5539         * descr-text.el (describe-char-display): New function.
5540         (describe-char): Pay attention to display table on describing how
5541         a character is displayed.
5543         * international/mule-cmds.el (encoded-string-description):
5544         Prepend "0x" to each encoded byte.
5546 2003-09-28  Andreas Schwab  <schwab@suse.de>
5548         * find-file.el (ff-special-constructs): Add autoload cookie.
5550 2003-09-28  Kevin Ryde  <user42@zip.com.au>
5552         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5553         makeinfo appends to duplicate index entries.
5555 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
5557         * dired-x.el (dired-clean-tex): Doc fix.
5559         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5560         using a Chinese tutorial.
5562 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5564         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5565         between "MAIL FROM:" and "RCPT TO:" and the following address.
5567 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5569         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5571 2003-09-28  David Ponce  <david@dponce.com>
5573         * recentf.el (recentf-initialize-file-name-history): New defcustom.
5574         (recentf-load-list): When `recentf-initialize-file-name-history'
5575         is non-nil, initialize an empty `file-name-history' with the
5576         recent list.
5578 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
5580         * man.el (Man-default-man-entry): Remove the leading `*' from the
5581         word at point.
5583 2003-09-26  Lute Kamstra  <lute@gnu.org>
5585         * bindings.el (mode-line-position): Mention size indication in
5586         docstring.
5588 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
5590         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5592         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5593         because it's autoloaded now.
5595 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5597         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5598         (sh-font-lock-keywords, sh-feature): Fix previous change of
5599         sh-feature to avoid infloop with sh-font-lock-keywords.
5601 2003-09-25  Kim F. Storm  <storm@cua.dk>
5603         * frame.el (frame-current-scroll-bars): New defun.
5605         * window.el (window-current-scroll-bars): New defun.
5607 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5609         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5610         cause errors when the state cache contains info on parts that have
5611         been narrowed out.
5613 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5615         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5616         `c-setup-paragraph-variables' has to be used when this variable is
5617         changed; it doesn't work to reinitialize the mode since that
5618         typically clobbers the variable.
5620         * progmodes/cc-styles.el (c-setup-paragraph-variables):
5621         Make it interactive.
5623 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5625         * progmodes/cc-fonts.el (c-font-lock-declarations):
5626         Fix recognition of constructors and destructors for classes whose
5627         names are matched by `*-font-lock-extra-types'.
5629         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5630         followed by an identifier in C++ then it's a type.
5632 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5634         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5635         problem that primarily affected XEmacs.  Don't use faces to find
5636         unterminated strings since Emacs and XEmacs fontify strings
5637         differently - this function should now work better in XEmacs.
5639 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5641         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5642         `expand-abbrev' workaround which caused braces to misbehave inside
5643         macros.
5645         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5646         handling.  This bug could cause interactive font locking to bail out.
5648 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5650         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5651         Handle paren-style types in Pike.  Also fixed some cases of
5652         insufficient handling of unbalanced parens.
5654 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
5656         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5657         common shell prompts that are not common filename or URL characters.
5658         (ffap-file-at-point): Use the new regexp to strip the prompts from
5659         the file names.  This is an issue mostly for user prompts that
5660         don't have a trailing space and find-file-at-point is invoked from
5661         within a shell inside emacs.
5663 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
5665         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5666         stamps numerically, rather than textually.
5668 2003-09-24  Kenichi Handa  <handa@m17n.org>
5670         * language/devan-util.el (devanagari-post-read-conversion):
5671         * language/mlm-util.el (malayalam-post-read-conversion):
5672         * language/tml-util.el (tamil-post-read-conversion):
5673         Add autoload cookie.
5675         * international/utf-8.el (utf-8-post-read-conversion):
5676         Call post-read-conversion functions for Devanagari, Malayalam,
5677         and Tamil.
5679 2003-09-23  Dave Love  <fx@gnu.org>
5681         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5683 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
5685         * progmodes/gud.el (perldb): Add gud-until to list of commands.
5686         Update gud-remove.
5688 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5690         * progmodes/sh-script.el (sh-mode-default-syntax-table):
5691         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
5692         (sh-mode-syntax-table-input): New variable.
5693         (sh-require-final-newline): Don't use eval.
5694         (sh-builtins, sh-leading-keywords, sh-other-keywords)
5695         (sh-variables, sh-font-lock-keywords): Don't use eval.
5696         (sh-set-shell): When setting require-final-newline,
5697         treat value = `require-final-newline' as don't change it.
5698         Set sh-mode-syntax-table locally based on
5699         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5701         * progmodes/compile.el (compile-internal):
5702         Call compilation-set-window-height before setting window start.
5704 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
5706         * emacs-lisp/bytecomp.el (byte-compile-log-file):
5707         Clear out byte-compile-last-warned-form.
5709 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5711         * woman.el (woman-file-name, woman-follow-word):
5712         If current-word returns nil, use "".
5714         * simple.el (eval-expression): Bind standard-output in to-buffer case.
5716 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5718         * emacs-lisp/lisp-mnt.el (lm-with-file):
5719         Don't visit the file, just use insert-file-contents in temp buffer.
5721 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
5723         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5724         Add surrounding \\( and \\) around the header, as in
5725         for lm-history-header 'Change Log\\|History'.
5727 2003-09-22  John Paul Wallington  <jpw@gnu.org>
5729         * progmodes/ld-script.el: Add Commentary section,
5730         minor cleanup of file header.
5731         (ld-script-font-lock-keywords): Doc fix.
5732         (toplevel): Provide `ld-script' feature.
5734 2003-09-21  Kim F. Storm  <storm@cua.dk>
5736         * scroll-bar.el (set-scroll-bar-mode): Initialize to
5737         new built-in variable default-frame-scroll-bars.
5738         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5739         scroll-bar-mode; notably, use it instead of t when we toggle
5740         scroll-bars on.
5741         (toggle-scroll-bar): Use default-frame-scroll-bars.
5743 2003-09-19  Masatake YAMATO  <jet@gyve.org>
5745         * pcvs.el (cvs-do-removal): Change the prompt depending on
5746         `filter' value.
5748 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5750         * startup.el (command-line-1): Stop startup-echo-area-message
5751         being hidden by "Loading image..." message.
5752         (use-fancy-splash-screens-p, display-splash-screen):
5753         Move display-graphic-p test from latter to former.
5755         * progmodes/sh-script.el (sh-font-lock-keywords):
5756         Highlight escaped EOLs differently from other backslash constructs.
5758 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5760         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5761         New functions.
5762         (edebug-enter, edebug-outside-excursion): Use them.
5764         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5765         Fix the condition for whether to print "In WHERE".
5767 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
5769         * finder.el (finder-mode-hook): New variable.
5770         (finder-mode): Run hook finder-mode-hook
5772 2003-09-18  Masatake YAMATO  <jet@gyve.org>
5774         * progmodes/ebrowse.el: Fix broken magic autoload comments.
5776 2003-09-17  Mario Lang  <mlang@delysid.org>
5778         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5779         "p %e" to actually print the value in the GUD buffer.
5781 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
5783         From David Ponce <david.ponce@wanadoo.fr>:
5784         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5785         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5786         from loaddefs-boot.el if necessary.
5788 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
5790         * progmodes/gud.el (gud-find-class): Make jdb work again since
5791         cc-mode changed the syntactic information.
5793 2003-09-15  David Ponce  <david@dponce.com>
5795         * recentf.el: (recentf-exclude): Accept predicates too.
5796         (recentf-file-readable-p): New function.
5797         (recentf-include-p): Handle predicates in recentf-exclude.
5798         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
5799         (recentf-cleanup): Likewise.
5800         (recentf-save-list): Use write-file to handle backup of
5801         recentf-save-file.
5803 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
5805         * loaddefs-boot.el: Renamed from `loaddefs.el'
5806         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5807         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5808         necessary.
5810 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
5812         * electric.el (Electric-pop-up-window): For the `one-window' case,
5813         no longer disconcertingly move point in the original buffer.
5815 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5817         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5819 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5821         * dired.el (dired-mode-map): Fix typo.
5823 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5825         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5827 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5829         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5830         the function is less noisy.  Now only `kill-buffer' can ask questions.
5832 2003-09-10  Mario Lang  <mlang@delysid.org>
5834         * battery.el: Update Commentary and Copyright.
5835         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5836         appear due to wrong ordering of the expressions in `or'.
5838 2003-09-09  Lute Kamstra  <lute@gnu.org>
5840         * misc.el (upcase-char): Fix docstring.
5841         (zap-up-to-char): New command.
5843 2003-09-08  David Ponce  <david@dponce.com>
5845         Ensure that recentf correctly updates the menu bar.
5846         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5847         (recentf-menu-bar): New function.
5848         (recentf-clear-data): Use it
5849         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5850         of easy-menu-change.
5852 2003-09-08  Lute Kamstra  <lute@gnu.org>
5854         * simple.el (size-indication-mode): New.
5855         * bindings.el (mode-line-position): Add buffer size indicator.
5857 2003-09-04  Mario Lang  <mlang@delysid.org>
5859         * battery.el (battery-linux-proc-acpi): New function.
5860         (battery-status-function): Modify default value calculation to also
5861         check for availability of ACPI.
5862         (battery-echo-area-format): Ditto.
5863         (battery-mode-line-format): Ditto.
5865 2003-09-06  Dave Love  <fx@gnu.org>
5867         * ielm.el (ielm-mode-hook): Add :options.
5869         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5870         (eldoc-print-current-symbol-info): Use it.
5872 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5874         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5875         being displayed in GUD buffer.
5876         (gdb-idle-input-queue): Remove var.  Use just one queue.
5877         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5878         Remove functions.  Use just one queue.
5879         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5880         (gdb-invalidate-assembler, gdb-get-current-frame):
5881         Modify functions.  Use just one queue.
5883 2003-09-04  Dave Love  <fx@gnu.org>
5885         * cus-start.el: Add blink-cursor-alist.
5887         * ruler-mode.el (ruler-mode-fill-column-char)
5888         (ruler-mode-current-column-char): Use char-displayable-p,
5889         not window-system.
5891         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5893         * language/european.el (windows-1252): Move from code-pages.
5895         * language/cyrillic.el ("Windows-1251"): Delete.
5896         ("Bulgarian", "Belarusian"): Remove `features'.
5897         (windows-1251): Move from code-pages.
5899         * international/mule-diag.el (non-iso-charset-alist):
5900         Remove `codepage' stuff.
5901         (print-designation, list-coding-systems-1): Output fixes.
5903         * international/code-pages.el (cp-make-translation-table)
5904         (cp-valid-codes): Made defsubsts.
5905         (cp-fix-safe-chars): Delete.
5906         (mule-diag): Don't require.
5907         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5908         (top-level): Check for defined coding system when defining
5909         cp... aliases.  Change w32-add-charset-info test to avoid warning.
5910         (non-iso-charset-alist): Defvar when compiling.
5911         (cp-make-coding-system): Doc fix.
5913 2003-09-02  Jason Rumney  <jasonr@gnu.org>
5915         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5916         line-ends from CVS before doing conversion.
5918 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
5920         * calendar/diary-lib.el (diary-header-line-flag)
5921         (diary-header-line-format): New variables.
5922         (list-diary-entries): Use them to set header line in simple diary.
5924         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5925         other than font-lock-string-face to highlight backslashes.
5927 2003-09-01  Jason Rumney  <jasonr@gnu.org>
5929         * international/titdic-cnv.el (tit-read-key-value): Include \r in
5930         regexp.
5932 2003-09-01  Dave Love  <fx@gnu.org>
5934         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5936         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5937         and :help; also line and column numbers labels.
5939         * international/mule-util.el (char-displayable-p): Move from
5940         latin1-disp, rename and autoload.
5942         * international/latin1-disp.el (latin1-char-displayable-p):
5943         Now obsolete alias.  Replace uses with char-displayable-p.
5944         (latin1-display-ucs-per-lynx): Fix last change.
5946         * international/mule-cmds.el (standard-display-european-internal):
5947         Don't use char code for Latin-1 NBSP.
5948         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
5949         U+2018, U+2019 for `'.
5950         (select-safe-coding-system): Message fix.
5952 2003-09-01  Kenichi Handa  <handa@m17n.org>
5954         * international/fontset.el (setup-default-fontset): For Thai
5955         font, specify "*" family.
5957 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5959         * progmodes/compile.el (previous-error): Accept a prefix
5960         argument, similarly to next-error.
5962 2003-08-31  Masatake YAMATO  <jet@gyve.org>
5964         * pcvs.el (cvs-do-removal): Use = instead of eq to check
5965         the number of files.  Bind the number of files to a local
5966         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5968 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
5970         * vc-hooks.el (vc-make-version-backup): Fix the change made on
5971         2003-07-26: msdos-long-file-names is a function, not a variable.
5973 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5975         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5976         Do nothing with mail-personal-alias-file if it is nil.
5978         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5979         Do nothing if mail-personal-alias-file is nil.
5981         * term.el (term-exec-1): Bind coding-system-for-read.
5983         * dired.el (dired-mouse-find-file-other-window):
5984         Use dired-view-command-alist here, as in dired-view-file.
5985         (dired-view-command-alist): Use %s to substitute file name.
5986         Handle .ps_pages, .eps, .jpg, .gif, .png.
5988 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5990         * info.el (Info-mode-map): Bind S-tab and <backtab> to
5991         `Info-prev-reference', instead of M-tab.
5993 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
5995         * simple.el (blink-matching-open): Work correctly on chars that
5996         are designated as parens through the syntax-table text property.
5998 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6000         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6001         line break position in the middle of a non-kinsoku (e.g. latin)
6002         word, making it skip until either a space or a character with
6003         category "|".
6004         (kinsoku-longer): Test for end of buffer.
6006 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6008         * mail/rmail.el (rmail-convert-to-babyl-format):
6009         Detect quoted-printable- and base64-encoded messages and decode them
6010         automatically.  Set the message's encoding from the charset=
6011         header, if any.  Decode base64-encoded messages in Mail format as well.
6013 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6015         * mail/smtpmail.el: Fix previous change.
6016         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6017         calling smtpmail-via-smtp.
6018         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6020 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6022         * image.el (image-jpeg-p): Don't search beyond length of data.
6024 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6026         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6027         misfeature in `expand-abbrev' which caused electric keywords like
6028         "else" to disappear if an open brace was typed directly afterwards.
6030 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6032         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6033         mandatory in `define-widget'.
6035         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6036         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6038         (c-assignment-operators): New language constant that only contains
6039         the assignment operators.
6041         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6043 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6045         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6046         Safeguard against unbalanced sexps.
6048 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6050         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6052 2003-08-25  John Paul Wallington  <jpw@gnu.org>
6054         * man.el (Man-default-man-entry): Don't whizz past the section
6055         number before looking for it.
6057 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
6059         * progmodes/gud.el (gud-display-line): Don't set window-point if
6060         source buffer is not visible.  (Only happens with M-x gdba.)
6062         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6063         documentation.
6064         (gdb-source, gdb-source-info): Update to assembler unnecessary
6065         as its done after each GDB command anyway.
6066         (gdb-pre-prompt): Use with-current-buffer.
6067         (gdb-insert-field): Add help-echo text.
6068         (gdb-invalidate-assembler): Re-display of assembler now done in
6069         gdb-info-breakpoints-custom.
6070         (gdb-info-breakpoints-custom): Force re-display of assembler to
6071         happen *after* update of breakpoints buffer.
6072         (gdb-display-source-buffer): Don't choke if gdb-source-window
6073         isn't visible.
6074         (gdb-put-string, gdb-put-arrow): Remove free variables.
6076 2003-08-24  John Paul Wallington  <jpw@gnu.org>
6078         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6080         * man.el (Man-default-man-entry): Strip text properties when
6081         snarfing parts of entry because `format' preserves properties.
6083 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6085         * files.el (file-newest-backup): Use `expand-file-name'.
6087         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6088         Allow the diary to pop up a new frame, if needed.
6090         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6091         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6092         (smtpmail-send-it): Make treatment of envelope-from consistent with
6093         sendmail.el.
6095         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6096         (sh-leading-keywords): Add the bash `time' reserved word.
6097         (sh-variables): Add some bash variables.
6098         (sh-add-completer): Fix nil branch of case statement.
6100 2003-08-24  Masatake YAMATO  <jet@gyve.org>
6102         * progmodes/ld-script.el: New file.
6104 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
6106         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6108 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
6110         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6111         Better explain obsolescence, and what to use instead.
6113 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6115         * pcvs.el (cvs-do-removal): Show the deleted file name
6116         on the prompt.
6118 2003-08-20  Dave Love  <fx@gnu.org>
6120         * international/mule.el (make-coding-system)
6121         (set-buffer-file-coding-system): Doc fix.
6123         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6125         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6127         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6129         * international/utf-16.el: Add mime-text-unsuitable coding system
6130         properties.
6132         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6134         * cus-edit.el: Add some :links.
6135         (bib): Remove.
6137         * textmodes/bib-mode.el (bib): Add :group external.
6139 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6141         * wid-edit.el (widget-echo-help): Make it handle expressions that
6142         evaluate to strings.
6144 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6146         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6148         Simplify selection of SQL products to define highlighting and
6149         interactive mode.  Includes detailed instructions on adding
6150         support for new products.
6152         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6153         product for use in highlighting and interactive mode.
6154         (sql-interactive-product): New variable.  SQL product for
6155         sql-interactive-mode.
6156         (sql-product-support): New variable.  Specifies product-specific
6157         parameters to drive highlighting and interactive mode.
6158         (sql-imenu-generic-expression): Add more object types.
6159         (sql-sqlite-options): Correct comment.
6160         (sql-ms-program): Use "osql" rather than "isql".
6161         (sql-prompt-regexp, sql-prompt-length): Update comment.
6162         (sql-mode-menu): Add "Start SQLi session" entry.
6163         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6164         (sql-mode-abbrev-table): Add abbreviations.  Support of
6165         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6166         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6167         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6168         names.
6169         (sql-mode-ansi-font-lock-keywords): Set as default value.
6170         (sql-mode-oracle-font-lock-keywords): Set as default value.
6171         Support Oracle 9i keywords.
6172         (sql-mode-postgres-font-lock-keywords): Set as default value.
6173         (sql-mode-linter-font-lock-keywords): Set as default value.
6174         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6175         SQLServer 2000.
6176         (sql-mode-sybase-font-lock-keywords)
6177         (sql-mode-interbase-font-lock-keywords)
6178         (sql-mode-sqlite-font-lock-keywords)
6179         (sql-mode-strong-font-lock-keywords)
6180         (sql-mode-mysql-font-lock-keywords)
6181         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6182         keywords.
6183         (sql-mode-font-lock-defaults): Update comment.
6184         (sql-product-feature): New function.  Returns feature associated
6185         with a product from `sql-product-support' alist.
6186         (sql-product-font-lock): New function.  Set font-lock support
6187         based on `sql-product'.
6188         (sql-add-product-keywords): New function.  Add font-lock rules to
6189         product-specific keyword variables.
6190         (sql-set-product): New function.  Set `sql-product' and apply
6191         appropriate font-lock highlighting.
6192         (sql-highlight-product): New function.  Set font-lock support
6193         based on a product.  Also set mode name to include product name.
6194         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6195         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6196         Use `sql-set-product'.
6197         (sql-highlight-ms-keywords)
6198         (sql-highlight-sybase-keywords)
6199         (sql-highlight-interbase-keywords)
6200         (sql-highlight-strong-keywords)
6201         (sql-highlight-mysql-keywords)
6202         (sql-highlight-sqlite-keywords)
6203         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6204         (sql-get-login): Prompt in the same order as the tokens.
6205         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6206         (sql-product-interactive): New function.  Common portions of
6207         product-specific interactive mode wrappers.
6208         (sql-interactive-mode): Rewritten to use product features.
6209         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6210         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6211         (sql-db2, sql-linter): Use `sql-product-interactive'.
6212         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6213         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6214         (sql-connect-ingres, sql-connect-postgres)
6215         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6216         New functions.  Format command line parameters and invoke comint on
6217         the appropriate interpreter.  Code was in the corresponding
6218         `sql-xyz' function before.
6219         (sql-connect-ms): New function.  Support -E argument to use
6220         operating system credentials for authentication.
6222 2003-08-18  Kenichi Handa  <handa@m17n.org>
6224         * international/mule.el (encode-char): Fix for the ASCII case.
6226 2003-08-15  Kenichi Handa  <handa@m17n.org>
6228         * international/fontset.el (setup-default-fontset): Change "*" to
6229         nil in the specifications of font family.
6231 2003-08-18  Kim F. Storm  <storm@cua.dk>
6233         * kmacro.el (kmacro-keymap): Group related bindings in
6234         initialization for clarity.  Bind C-s to start macro.
6235         Remove C-r binding.
6236         (kmacro-initial-counter-value): New defvar to hold initial counter
6237         value in case we set the value before defining a macro.
6238         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6239         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6240         not defining or executing macro.  Doc fix.
6241         (kmacro-add-counter): Clear kmacro-initial-counter-value.
6242         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6243         temporarily view older elements on the macro ring without cycling
6244         the ring.
6245         (kmacro-display): Doc fix.
6246         (kmacro-exec-ring-item): New helper function.
6247         (kmacro-call-ring-2nd): Use it.
6248         (kmacro-call-ring-2nd-repeat): Doc fix.
6249         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6250         (kmacro-end-or-call-macro): Execute last viewed macro (using
6251         kmacro-exec-ring-item) from ring if this follows
6252         kmacro-view-macro.  This allows us to find a macro on the ring
6253         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6254         the ring to bring it to the head of the ring.
6255         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6256         Allow binding to reserved keys without specifying C-x C-k prefix.
6257         Ask for confirmation if entered key sequence is already bound to
6258         a non-macro command.
6259         (kmacro-view-macro): Repeating command will show older elements
6260         on the macro ring; C-k will execute the last viewed macro.
6261         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
6262         property from 'ring to 'head.
6264 2003-08-17  Alan Shutko  <ats@acm.org>
6266         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6267         keeping December out of the alist.
6269 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6271         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6272         * calendar/calendar.el (calendar-mode-map): Bind it to key.
6273         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6274         (calendar-flatten): New function.
6275         (calendar-mouse-view-other-diary-entries)
6276         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6277         in the menu title and to show multi-line diary entries correctly
6278         in the menu.
6280 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
6282         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6283         defcustom, because the default was recently changed.
6285 2003-08-16  Richard M. Stallman  <rms@gnu.org>
6287         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6289         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6290         New subroutine, broken out of eval-last-sexp-1.
6291         (eval-last-sexp-1): Use eval-last-sexp-print-value.
6293         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6295         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6297         * simple.el (eval-expression): Use eval-last-sexp-print-value.
6299 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
6301         * progmodes/compile.el (compilation-error-regexp-alist):
6302         Add Java ANt error detection as described in document
6303         http://ant.apache.org/faq.html
6305 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
6307         * simple.el (backward-word, forward-to-indentation)
6308         (backward-to-indentation): Argument changed to optional.
6309         (next-line, previous-line): Use `or' instead of `unless'.
6311 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6313         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6314         instead of a constant.
6316 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
6318         * shell.el (shell): With prefix-arg, suggest a new buffer name.
6320 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
6322         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6323         (vc-sccs-workfile-version): Search the entire delta table, rather
6324         than just the first entry, because that might be a deleted version.
6326 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
6328         * menu-bar.el (menu-bar-options-menu): Supply a body for the
6329         [save-place] binding in the Options menu.  Have it require
6330         'saveplace' and then toggle the variable manually, to avoid an an
6331         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
6332         for the bug report.
6334 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
6336         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6337         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6338         (gdb-info-threads-custom): Add help-echo text.
6339         (gdb-display-back): Don't use purecopy.
6340         (gdb-info-breakpoints-custom, gdb-reset)
6341         (gdb-assembler-custom): Use display-images-p to test if breakpoint
6342         icons can be displayed.
6344 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
6346         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6348 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
6350         * bookmark.el (bookmark-completing-read):
6351         Return a string, instead of a list of one string.
6352         Use a popup menu if activated from the mouse.
6353         (bookmark-edit-annotation): Remove unused vars.
6354         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6355         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6356         to bookmark-completing-read.
6357         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6358         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6359         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6360         and erase-buffer.
6361         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6362         (bookmark-menu-jump, bookmark-menu-insert)
6363         (bookmark-popup-menu-and-apply-function)
6364         (bookmark-menu-popup-paned-bookmark-menu): Remove.
6365         (bookmark-menu-build-paned-menu): Remove by folding it into
6366         bookmark-menu-popup-paned-menu.
6367         (menu-bar-bookmark-map): Move the define-key statements here.
6368         Use the "non-menu" commands since they now pop up a menu if needed.
6369         (bookmark-exit-hook-internal): Simplify.
6371 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
6373         * reftex-toc.el (reftex-toc-rename-label): New function.
6374         (reftex-toc-check-docstruct): New function.
6376         * reftex.el (reftex-region-active-p): New function.
6378         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6379         regexp to find the \bibliography macro.
6381         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6382         which does not exist in LaTeX.
6383         (reftex-cite-format-builtin): Added amsrefs support.
6384         (reftex-toc-confirm-promotion): New option
6386         * reftex-toc.el
6387         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6388         (reftex-toc-demote, reftex-toc-promote)
6389         (reftex-toc-do-promote, reftex-toc-promote-prepare)
6390         (reftex-toc-promote-action, reftex-toc-extract-section-number)
6391         (reftex-toc-newhead-from-alist)
6392         (reftex-toc-load-all-files-for-promotion): New functions.
6393         (reftex-toc-help): Added description of new keys.
6394         (reftex-toc-split-windows-fraction): New option.
6395         (reftex-recenter-toc-when-idle): Search *toc* window on all
6396         visible frames.
6397         (reftex-toc): Additional parameter REUSE
6398         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
6399         with REUSE argument.
6400         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6401         the call of `reftex-toc'.
6402         (reftex-make-separate-toc-frame): New function .
6403         (reftex-toc-recenter): When called with triple prefix arg, call
6404         `reftex-make-separate-toc-frame' first.
6405         (reftex-toc-toggle-dedicated-frame): New command.
6406         (reftex-toc-quit): Adapted to delete frame when called in
6407         dedicated frame.
6409         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6410         all enclosing macros.
6413 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6415         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6416         first use.
6418 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6420         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6422 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6424         * calendar/calendar.el (list-diary-entries-hook)
6425         (diary-display-hook, nongregorian-diary-listing-hook)
6426         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6427         Add some customize options for these hooks.
6428         (calendar-abbrev-construct): Don't try to take a substring longer
6429         than the original string.
6431 2003-08-05  Richard M. Stallman  <rms@gnu.org>
6433         * emacs-lisp/testcover.el (noreturn): Report error if does return.
6434         (testcover-reinstrument-clauses): Doc fix.
6436         * emacs-lisp/warnings.el: Doc fixes, args renamed.
6437         (warning-type-format): Rename from warning-group-format.
6439         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6440         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6441         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6442         to prevent warnings about defvar for an obsolete variable.
6444         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6445         warning-group-format renamed to warning-type-format.
6447         * subr.el (read-passwd): Use clear-string instead of fillarray.
6449         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6450         Use vconcat instead of concat.
6451         (edmacro-sanitize-for-string): New function.
6453 2003-08-05  Dave Love  <fx@gnu.org>
6455         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6456         line-number-display-limit-width.
6458         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6460 2003-08-05  Kenichi Handa  <handa@m17n.org>
6462         * international/code-pages.el: Don't require mule-diag.
6464         * international/mule-diag.el (non-iso-charset-alist):
6465         Add autoload cookie.
6467         * language/devan-util.el (dev-glyph-order): Add an entry for the
6468         glyph code #xC4.
6470 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6472         * calendar/calendar.el (diary-file, diary-file-name-prefix)
6473         (european-calendar-style, diary-date-forms)
6474         (calendar-day-name-array, calendar-month-name-array): Doc change.
6475         (generate-calendar-month): Adapt for new behaviour of
6476         `calendar-day-name' function.
6477         (calendar-abbrev-length, calendar-day-abbrev-array)
6478         (calendar-month-abbrev-array): New variables.
6479         (calendar-abbrev-construct): New function.
6480         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6481         rather than fixing abbrevs at some width.  Calling syntax change.
6482         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
6483         (calendar-date-string): Adapt for new behaviours of
6484         `calendar-day-name' and `calendar-month-name' functions.
6486         * calendar/diary-lib.el (list-diary-entries): Adapt for new
6487         behaviour of `calendar-day-name' and `calendar-month-name' functions.
6488         (diary-name-pattern): Use abbrev arrays, rather than fixing
6489         abbrevs at three chars.  Calling syntax change.
6490         (mark-diary-entries): Adapt for new behaviours of
6491         `diary-name-pattern' and `calendar-make-alist' functions.
6492         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6493         `diary-name-pattern' function.
6494         (font-lock-diary-date-forms): Use abbrev arrays, rather than
6495         fixing abbrevs at three chars.  Calling syntax change.
6496         (cal-hebrew, cal-islam): Require when compiling.
6497         (diary-font-lock-keywords): Adapt for new behaviour of
6498         `font-lock-diary-date-forms' function.
6500         * calendar/cal-hebrew.el: Reposition some code so defined before used.
6501         (calendar-hebrew-month-name-array-common-year)
6502         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6503         (list-hebrew-diary-entries): Adapt for new behaviours of
6504         `calendar-day-name' and `add-to-diary-list' functions.
6505         (mark-hebrew-diary-entries): Adapt for new behaviours of
6506         `diary-name-pattern' and `calendar-make-alist' functions.
6508         * calendar/cal-islam.el (calendar-islamic-month-name-array):
6509         Add doc string.
6510         (list-islamic-diary-entries): Adapt for new behaviours of
6511         `calendar-day-name' and `add-to-diary-list' functions.
6512         (mark-islamic-diary-entries): Adapt for new behaviours of
6513         `diary-name-pattern' and `calendar-make-alist' functions.
6515         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6516         `calendar-month-name' function.
6518         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6520         * calendar/solar.el (solar-seasons-data): Move definition before use.
6522         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6523         (cal-tex-LaTeX-hourbox): Move definition before use.
6525         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6526         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6527         lunar.el, solar.el
6528         (displayed-month, displayed-year): Define for compiler.
6530 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6532         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6533         MODE.  Renamed from c-init-c-language-vars'.
6534         (c-initialize-cc-mode): Change accordingly.
6535         (c-common-init): Ditto.
6536         (c-mode): Ditto.
6537         (c++-mode): Use `c-init-language-vars-for'.
6538         (objc-mode): Ditto.
6539         (java-mode): Ditto.
6540         (idl-mode): Ditto.
6541         (pike-mode): Ditto.
6542         (awk-mode): Ditto.
6544 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6546         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6547         or not the point moved.
6549         (c-search-decl-header-end): Don't trip up on operator identifiers
6550         in C++ and operators like == in all languages.
6552         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6553         Detect leading labels correctly.
6555 2003-08-02  Andreas Schwab  <schwab@suse.de>
6557         * textmodes/ispell.el: Don't redo key bindings on loading, put
6558         them only in loaddefs.el.
6559         * bookmark.el: Likewise.
6560         * dabbrev.el: Likewise.
6561         * emerge.el: Likewise.
6563         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6564         has more than one member.
6566         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6568 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6570         * lpr.el (printify-region): It was ending conversion before the
6571         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
6573 2003-07-31  John Paul Wallington  <jpw@gnu.org>
6575         * net/browse-url.el (browse-url-epiphany): Doc fix.
6577 2003-07-30  Kenichi Handa  <handa@m17n.org>
6579         * international/fontset.el (setup-default-fontset):
6580         Change registry names of Akurti fonts.
6582 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6584         * comint.el (comint-read-noecho): Use `clear-string' instead of
6585         `fillarray'.
6587 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
6589         * outline.el (outline-mode-hook): Add defvar.
6591 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
6593         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6594         Restore assembler in source window if that is what has been selected.
6595         (menu): Add gdb-restore-windows to menu.  Make gdba
6596         specific menus only visible from gdba.
6598 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6600         * progmodes/compile.el (compilation-environment): New user variable.
6601         (compile-internal): Respect it.
6603 2003-07-23  Masatake YAMATO  <jet@gyve.org>
6605         * progmodes/gud.el (gdb-script-font-lock-keywords):
6606         Put `font-lock-function-name-face' on a symbol which includes
6607         `-' like `hook-run'.  Put font-lock-variable-name-face
6608         on a symbol starting with $.
6610 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
6612         * files.el (set-visited-file-name): Use truename for buffer-file-name.
6614 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6616         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6618 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
6620         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6621         Use with-no-warnings.
6622         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6623         rather than to find-file-not-found-hook, which doesn't exist.
6625 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6627         * international/quail.el (quail-translate-key): Fix previous change.
6629 2003-07-25  John Paul Wallington  <jpw@gnu.org>
6631         * server.el (server-start): Check `server-process' is non-nil
6632         before killing it to avoid killing current buffer's process.
6634         * simple.el (choose-completion-string): Use `minibufferp';
6635         test `completion-reference-buffer' if `buffer' arg is nil.
6636         (push-mark): Use `when' and `unless'.
6637         (pop-mark): Use `when'.
6639         * mouse-sel.el (mouse-sel-get-selection-function):
6640         Check `x-last-selected-text-primary'.  Don't barf if it or
6641         `x-last-selected-text' aren't bound.
6643 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6645         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6647 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
6649         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6651 2003-07-23  John Paul Wallington  <jpw@gnu.org>
6653         * tooltip.el (defface tooltip): Inherit from variable-pitch.
6655 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6657         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6658         string.  Defvar the derived hook.
6660         * macros.el (insert-kbd-macro): Escape double quote character.
6661         From Thomas W Murphy <twm@andrew.cmu.edu>.
6663 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
6665         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6666         to match the specific mark rather than reusing comment-start-skip.
6668 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
6670         * progmodes/hideshow.el (hs-special-modes-alist):
6671         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
6673 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
6675         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6676         value using ?\s.
6678 2003-07-21  John Paul Wallington  <jpw@gnu.org>
6680         * subr.el (with-selected-window): Add closing paren.
6682 2003-07-21  Richard M. Stallman  <rms@gnu.org>
6684         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6685         (lisp-mode): Likewise.
6687         * subr.el (with-selected-window): Copy code form save-selected-window
6688         so as to call select-window with norecord arg.
6689         (dynamic-completion-table): Doc fix.
6690         (lazy-completion-table): Doc fix.
6692         * international/mule-cmds.el (set-locale-environment):
6693         langinfo renamed to locale-info.
6695         * international/mule.el (auto-coding-functions): Doc fix.
6697 2003-07-21  Kenichi Handa  <handa@m17n.org>
6699         * international/quail.el (quail-translate-key):
6700         Update quail-current-str correctly.
6702 2003-07-21  Andreas Schwab  <schwab@suse.de>
6704         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6705         ?, to "_".
6707 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
6708         Version 2.0.36 of Tramp released.
6710         * net/tramp.el (tramp-default-password-end-of-line): Rename from
6711         tramp-password-end-of-line.
6712         (tramp-password-end-of-line): New method parameter.
6713         (tramp-get-password-end-of-line): Function to access method
6714         parameter `tramp-password-end-of-line', or variable
6715         `tramp-default-password-end-of-line' (default value).
6716         (tramp-methods): Add entries for new parameter
6717         tramp-password-end-of-line.
6718         (tramp-enter-password): Use new function
6719         `tramp-get-password-end-of-line'.
6720         (tramp-handle-insert-file-contents): Do not
6721         unconditionally inhibit the file operation file-local-copy, only
6722         do that when the inhibit-file-name-operation is currently
6723         insert-file-contents.  This fixes finding remote CVS-controlled
6724         files.  (It would barf on inserting the CVS/Entries file
6725         literally, because the file-local-copy handler wasn't called.)
6726         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6727         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6728         (tramp-initial-commands): New variable.
6729         (tramp-process-initial-commands): New function, using the variable.
6730         (tramp-open-connection-setup-interactive-shell): Call the new function.
6731         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6732         method into the buffer name, never use nil.  Reported by Hanak
6733         David <dhanak@inf.bme.hu>.
6734         (tramp-open-connection-setup-interactive-shell): Erase buffer
6735         before sending "stty -onlcr".
6737         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6739 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
6741         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6743 2003-07-19  John Paul Wallington  <jpw@gnu.org>
6745         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6746         (artist-draw-rect, artist-draw-square): Doc fixes.
6748         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6750         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6752 2003-07-19  Kenichi Handa  <handa@m17n.org>
6754         * international/kkc.el (kkc-show-conversion-list-update):
6755         Highlight the correct candidate in the message.
6757 2003-07-18  John Paul Wallington  <jpw@gnu.org>
6759         * simple.el (current-word): Don't include punctuation char when
6760         `really-word' arg is non-nil.
6762 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
6764         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6765         moved to the directory obsolete.
6767 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6769         * info.el (Info-menu-entry-name-re): Allow newlines in
6770         menu entry names.
6772         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6773         syntax-ppss-after-change-function.
6774         (syntax-ppss-after-change-function): New alias.  Update uses.
6775         (syntax-ppss): Catch the case where the buffer is narrowed.
6777 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6779         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6780         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6782 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6784         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6785         since it might be modified.
6787         * progmodes/cc-langs.el (c++-make-template-syntax-table)
6788         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6789         names to these language constants.
6791 2003-07-15  Kim F. Storm  <storm@cua.dk>
6793         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6794         All uses changed.
6796 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
6798         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6799         Namespace support.
6801 2003-07-13  Juanma Barranquero  <lektu@terra.es>
6803         * frame.el (modify-all-frames-parameters): Reinstall (copyright
6804         papers received).
6806 2003-07-13  Karl Eichwalder  <ke@suse.de>
6808         * textmodes/po.el (po-find-charset): White space at the start of the
6809         Content-Type field body is non-mandatory.
6811 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6813         * textmodes/texinfo.el (texinfo-section-list):
6814         Append appendixsection; a synonym for appendixsec.
6816 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
6818         * man.el (Man-translate-cleanup): New.
6819         (Man-translate-references): Call `Man-translate-cleanup' to clean
6820         leading, trailing and middle spaces.
6822 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
6824         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6825         Handle `dired-directory' being a list.
6827 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6829         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6830         it doesn't exist.
6832 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6834         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6836         * progmodes/cc-defs.el (c-make-keywords-re):
6837         Don't use delete-duplicates.
6838         (c-lang-const): Don't use mapcan.
6840         * apropos.el (apropos-show-scores): Make it customizable.
6841         Document new meaning.
6842         (apropos): Compute scores from symbols.
6843         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6845 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6847         * ps-bdf.el: Fix copyright line.
6848         (bdf-directory-list): Fix initialization code.
6850 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6852         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6853         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6854         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6856 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6858         * emacs-lisp/ring.el (ring-elements): Doc fix.
6860 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6862         * calendar/timeclock.el (timeclock-relative)
6863         (timeclock-ask-before-exiting, timeclock-use-display-time):
6864         Doc changes.
6865         (timeclock-modeline-display): Give a message if
6866         `timeclock-use-display-time' is non-nil but `display-time-mode'
6867         is not active.
6869 2003-07-11  Kenichi Handa  <handa@m17n.org>
6871         * international/mule-cmds.el (set-language-environment):
6872         Set current-language-environment to the correct string.
6874 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6876         * ps-print.el: Print line number correctly in a region.  Reported by
6877         Tim Allen <timallen@ls83.fsnet.co.uk>
6878         (ps-print-version): New version number (6.6.2).
6879         (ps-printing-region): Code fix.
6881 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6883         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6884         this function can be called from `add-completions-from-tags-table'.
6886 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6888         * calendar/timeclock.el (timeclock-use-display-time)
6889         (timeclock-day-over-hook, timeclock-workday-remaining)
6890         (timeclock-status-string, timeclock-when-to-leave)
6891         (timeclock-when-to-leave-string, timeclock-log-data)
6892         (timeclock-find-discrep, timeclock-day-base)
6893         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6894         (timeclock-modeline-display): Set the variable
6895         `timeclock-modeline-display'.
6896         (timeclock-update-modeline): Doc fix.  Respect value of
6897         `timeclock-relative'.
6899 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6901         * textmodes/reftex-parse.el (reftex-all-document-files):
6902         Add autoload cookie.
6904         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6905         (reftex-scanning-info-available-p): Add autoload cookie.
6907         * international/mule-cmds.el
6908         (set-display-table-and-terminal-coding-system): Delete duplicate
6909         aset on standard-display-table.
6911         * view.el (view-file): If existing buffer's major mode is special,
6912         don't go into view mode.
6914         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6916 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6918         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6919         buffer changes; there's third party code that calls this function
6920         directly.
6922 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6924         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6925         (autodoc-font-lock-keywords): Don't byte compile on font lock
6926         initialization when running from byte compiled files.
6928 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6930         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6931         statement ends with auto-increment "++".
6933 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6935         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6936         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6937         these are changed, so declare them as variables and not constants.
6939 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
6941         * subr.el (dolist, dotimes): Doc fix.
6943 2003-07-08  Kim F. Storm  <storm@cua.dk>
6945         * international/mule-cmds.el
6946         (set-display-table-and-terminal-coding-system): Don't break
6947         bootstrap if standard-display-table isn't setup yet.
6949 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6951         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6952         Give it a doc string, and autoload it.
6954         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6955         Use with-no-warnings.
6957         * info.el (Info-search): If find invisible text, search again.
6959         * isearch.el (search-whitespace-regexp): Add a shy group around it.
6961         * man.el (Man-name-regexp): Match + as part of name.
6963         * simple.el (visible-mode): Rename from vis-mode.
6964         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6966         * simple.el (current-word): New arg REALLY-WORD specifies
6967         don't include punctuation chars.
6969         * emacs-lisp/debug.el (debug, debugger-env-macro):
6970         Use with-no-warnings while accessing and binding unread-command-char.
6972         * international/mule-cmds.el
6973         (set-display-table-and-terminal-coding-system): Use explicit loop
6974         instead of calling standard-display-default.
6976         * net/ange-ftp.el (ange-ftp-file-symlink-p):
6977         Use condition-case to catch error in ange-ftp-get-files.
6979         * net/browse-url.el (browse-url-browser-function):
6980         Add alternative for Epiphany.
6981         (browse-url-epiphany-program, browse-url-epiphany-arguments)
6982         (browse-url-epiphany-startup-arguments)
6983         (browse-url-epiphany-new-window-is-tab): New variables.
6984         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6986         * progmodes/compile.el (compile-auto-highlight): Default now t.
6987         (compile): Doc fix.
6988         (compilation-next-error): Fix previous change.
6990         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6992         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6994 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
6996         * gdb-ui.el (gdb-source-info): Display current frame when
6997         attaching to an existing process.
6998         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6999         while laying out windows when attaching to an existing process.
7001 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7003         * info.el (Info-menu): Use Info-menu-entry-name-re.
7005 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7007         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7008         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7010         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7011         to match the same text.
7013 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7015         * vc.el (vc-annotate-offset): Move defvar up.
7017 2003-07-06  Kim F. Storm  <storm@cua.dk>
7019         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7020         This should fix the infinite loop when extracting menu names.
7022 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7024         * files.el (auto-mode-alist, interpreter-mode-alist):
7025         Remove entries to CC Mode modes to avoid duplicates; they are now added
7026         with autoload directives in cc-mode.el.
7028 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7030         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7031         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7032         these are changed, so declare them as variables and not constants.
7034         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7035         ensure that the entry for ".c" extension comes before the one for
7036         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7037         Fix incorrect entries that were added to `interpreter-mode-alist'.
7038         Move the autoload directives for AWK to the top level since they
7039         aren't recognized anywhere else.  Do not use the new AWK mode doc
7040         in the autoload form for the old AWK mode.
7042 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7044         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7045         (bibtex-sort-ignore-string-entries): Default value t.
7046         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7047         erroneously in previous version.
7048         (bibtex-string-files): Docstring reflects new parsing scheme.
7049         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7050         docstring, add # as one of the chars to crush
7051         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7052         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7053         (bibtex-autokey-name-change-strings)
7054         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7055         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7056         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7057         (bibtex-autokey-title-terminators)
7058         (bibtex-autokey-titlewords-stretch)
7059         (bibtex-autokey-titleword-ignore)
7060         (bibtex-autokey-titleword-case-convert)
7061         (bibtex-autokey-titleword-abbrevs)
7062         (bibtex-autokey-titleword-abbrevs)
7063         (bibtex-autokey-titleword-change-strings)
7064         (bibtex-autokey-titleword-length)
7065         (bibtex-autokey-titleword-separator)
7066         (bibtex-autokey-name-year-separator)
7067         (bibtex-autokey-year-title-separator)
7068         (bibtex-autokey-before-presentation-function)
7069         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7070         Fix docstring.
7071         (bibtex-strings, bibtex-reference-keys):
7072         Use lazy-completion-table and make-variable-buffer-local.
7073         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7074         (bibtex-braced-string-syntax-table)
7075         (bibtex-quoted-string-syntax-table): New variables.
7076         (bibtex-parse-nested-braces): Remove.
7077         (bibtex-parse-field-string): Use syntax table and forward-sexp.
7078         (bibtex-parse-association): Simplify.
7079         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7080         (bibtex-parse-field-text): Simplify.
7081         (bibtex-search-forward-field, bibtex-search-backward-field):
7082         argument BOUND can take value t.
7083         (bibtex-start-of-field, bibtex-start-of-name-in-field)
7084         (bibtex-end-of-name-in-field, bibtex-end-of-field)
7085         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7086         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7087         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7088         (bibtex-skip-to-valid-entry): Return buffer position of beginning
7089         and ending of entry.  Update for changes of bibtex-search-entry.
7090         Simplify.
7091         (bibtex-map-entries): FUN is called with three arguments.
7092         (bibtex-search-entry): Return a cons pair with buffer positions of
7093         beginning and end of entry.
7094         (bibtex-enclosing-field): Simplify.
7095         (bibtex-format-entry): Use booktitle to set a missing title.
7096         (bibtex-autokey-get-names): Fiddle with regexps.
7097         (bibtex-generate-autokey): Use identity.
7098         (bibtex-parse-keys): Use simplified parsing algorithm if
7099         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
7100         arguments.  Return alist of keys.
7101         (bibtex-parse-strings): Simplify.  Return alist of strings.
7102         (bibtex-complete-string-cleanup): Fix docstring.
7103         (bibtex-read-key): New function.
7104         (bibtex-mode): Fix docstring.  Do not parse for keys and
7105         strings when the mode is entered.  Set fill-paragraph-function to
7106         bibtex-fill-field.  Setup font-lock-mark-block-function the way
7107         font-lock intended.
7108         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
7109         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7110         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7111         (bibtex-Preamble): Avoid hard coded constants.
7112         (bibtex-make-field): Fix docstring.  Simplify.
7113         (bibtex-beginning-of-entry): Always return new position of point.
7114         (bibtex-end-of-entry): Rearrange cond clauses.
7115         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7116         Update for changes of bibtex-map-entries.
7117         (bibtex-ispell-abstract): Do not move point.
7118         (bibtex-entry-index): Use downcase.  Simplify.
7119         (bibtex-lessp): Handle catch-all.
7120         (bibtex-find-crossref): Turn into a command.
7121         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7122         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7123         preamble entries.
7124         (bibtex-fill-field-bounds): New function.
7125         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7126         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7127         (bibtex-String): Use bibtex-strings.  Always obey
7128         bibtex-sort-ignore-string-entries.
7130 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7132         * cus-theme.el (customize-create-theme):
7133         Call `customize-create-theme' in Reset widget's notify function.
7135         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7136         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7137         (define-ibuffer-column name): Add summarizer.
7138         (define-ibuffer-column size): Likewise.
7139         (define-ibuffer-column filename): Likewise.
7140         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7141         (define-ibuffer-column filename-and-process): Likewise, likewise.
7142         (ibuffer): Remove local vars `already-in' and `need-update'.
7144         * ibuf-ext.el: Don't require `derived' at compile-time.
7146 2003-07-05  Kim F. Storm  <storm@cua.dk>
7148         * info.el: Disable paragraph refilling.
7149         (Info-refill-paragraphs): New defcustom.
7150         (Info-fontify-node): Use it.
7152 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7154         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7155         thingies from constructors created by defstruct.
7157         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7158         the default value of the variable.
7159         (byte-code-meter): Move declaration to top level.
7161         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7163         * info.el (Info-following-node-name-re): New fun.
7164         (Info-following-node-name): Remove.
7165         (Info-insert-dir): Use the new fun.
7166         (Info-extract-pointer): Don't save restriction; use new fun.
7167         (Info-menu-entry-name-re): New const.
7168         (Info-menu-entry-name-re): Use it along with new fun.
7169         (Info-node-spec-re): Use new fun.
7170         (Info-complete-menu-item, Info-fontify-node): Use new const.
7171         (Info-goto-node, Info-follow-reference, Info-menu-update):
7172         Use match-string.
7173         (Info-follow-reference): Use assoc-string.
7174         Use a list of strings for the completion table.
7175         (Info-fontify-node): Use match-string, line-end-position.
7176         Limit the search for `node:' to the first line.
7178         * newcomment.el (uncomment-region): Remove padding coming from
7179         comment-start rather than just from comment-padding.
7181         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7182         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7183         (vc-cvs-rename-file): Remove (use the default).
7184         (vc-cvs-register): Register parent dir if needed.
7185         (vc-cvs-could-register): Return non-nil if parent can be registered.
7186         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7187         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7189         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7190         (vc-svn-update): Fix the arguments to `svn'.
7191         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7192         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7193         Simple implementations, assuming `name' is a URL.
7195         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7196         set of chars allowed unquoted in a case pattern.
7198         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7200         * font-lock.el (font-lock-extra-types-widget)
7201         (c-font-lock-extra-types, c++-font-lock-extra-types)
7202         (objc-font-lock-extra-types, java-font-lock-extra-types)
7203         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7204         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7205         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7206         (font-lock-match-c++-structor-declaration)
7207         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7208         (c++-font-lock-keywords-3, c++-font-lock-keywords)
7209         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7210         (objc-font-lock-keywords-3, objc-font-lock-keywords)
7211         (java-font-lock-keywords-1, java-font-lock-keywords-2)
7212         (java-font-lock-keywords-3, java-font-lock-keywords)
7213         (java-font-lock-syntactic-face-function): Remove obsolete code
7214         and constants.  It's all in cc-fonts.el now.
7216 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
7218         * mail/sendmail.el (mail-specify-envelope-from)
7219         (mail-envelope-from): Doc fix.
7221 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
7223         * generic-x.el: Do away with the dependency on `c-emacs-features'
7224         when populating `rul-generic-mode-syntax-table'; we already know
7225         this isn't XEmacs.
7227 See ChangeLog.10 for earlier changes.
7229 ;; Local Variables:
7230 ;; coding: iso-2022-7bit
7231 ;; End:
7233     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7234   Copying and distribution of this file, with or without modification,
7235   are permitted provided the copyright notice and this notice are preserved.
7237 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1