(python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.
[emacs.git] / lisp / ChangeLog
blobc7a3ca20f00145e4beb22d38d7bfcf0826e0d83f
1 2004-05-08  Andreas Schwab  <schwab@suse.de>
3         * international/subst-ksc.el: Fix references to utf-translate-cjk
4         into utf-translate-cjk-mode.
5         * international/subst-big5.el: Likewise.
6         * international/subst-gb2312.el: Likewise.
7         * international/subst-jis.el: Likewise.
8         * international/utf-16.el: Likewise.
9         * international/utf-8.el: Likewise.
11 2004-05-08  John Wiegley  <johnw@newartisans.com>
13         * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
14         "virtual buffers" (off by default), which makes it possible to
15         switch to the "virtual" buffers of recently visited files.  When a
16         buffer name search fails, and this option is on, iswitchb will
17         look at the list of recently visited files, and permit matching
18         against those names.  When the user hits RET on a match, it will
19         revisit that file.
20         (iswitchb-read-buffer): Added two optional arguments, which makes
21         isearchb.el possible.
22         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
23         iswitchb-next-match): Added support for virtual buffers.
25         * isearchb.el: This module extends iswitchb to provide "as you
26         type" buffer selection.
28         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
29         Ignore the read-only property when flyspell highlighting is on.
30         Not ignoring it leads to a series of confusing errors.
31         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
32         but also make sure to call flyspell-incorrect-hook.
33         (flyspell-maybe-correct-transposition): Perform transposition test
34         by bit twiddling a string, rather than using a temp buffer.
35         (flyspell-maybe-correct-doubling): Use a string rather than a temp
36         buffer.  This is also the original version of the code, which
37         could not be checked in before due to a previous lack of
38         assignment papers.  This version has seen heavy usage on my system
39         for several years now.
41         * calendar/cal-bahai.el: New file, which adds support for the
42         Baha'i calendar to Emacs.  This calendar is based on a solar year
43         of 19 months of 19 days, with 4 intercalary days.  Each year
44         begins on March 21, with the calendar starting in 1844.
45         
46         * calendar/cal-menu.el, calendar/calendar.el,
47         calendar/diary-lib.el, calendar/holidays.el: Added support for
48         using cal-bahai.el.
50         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
51         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
52         function can be used outside of eshell buffers.
53         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
55 2004-05-08  Juanma Barranquero  <lektu@terra.es>
57         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
58         word constituent so FOO-ARG is not recognized as an arg.
59         (help-highlight-arguments): Don't skip lists in mandatory
60         arguments.
62         * simple.el (next-error): Fix typo in docstring.
63         (open-line): Make argument names match their use in docstring.
64         (split-line): Fix docstring.
66 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
68         Version 2.0.40 of Tramp released.
70         * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
71         symbol-function to invoke functions only known on some Emacs
72         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
73         Scaldeferri <kevin@scaldeferri.com>.
74         (tramp-do-copy-or-rename-file-via-buffer): Renamed from
75         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
76         consistent with the other tramp-do-* functions.
77         (tramp-do-copy-or-rename-file): Calls adjusted.
78         (tramp-process-initial-commands): Avoid liveness check on shell --
79         we know that it must be alive since we're opening a connection at
80         this moment.
81         (tramp-last-cmd): New internal variable.
82         (tramp-process-echoes): New tunable.
83         (tramp-send-command): Set tramp-last-cmd.
84         (tramp-wait-for-output): Delete echo, if applicable.
85         (tramp-read-passwd): Construct the key for the password cache in a
86         way that works for multi methods, too.
87         (tramp-bug): Add backup-directory-alist and
88         bkup-backup-directory-info to bug reports, with Tramp
89         counterparts.
91 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
93         * net/tramp*.el: Suppress byte-compiler warnings where possible.
95         * net/tramp.el (tramp-out-of-band-prompt-regexp)
96         (tramp-actions-copy-out-of-band): New defcustoms.
97         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
98         used instead of a synchronous one.  Allows password entering.
99         (tramp-action-out-of-band): New defun.
100         (tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
101         restriction with password from doc string.
102         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
103         `tramp-out-of-band-prompt-regexp',
104         `tramp-actions-copy-out-of-band', `password-cache' and
105         `password-cache-expiry'.
106         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
107         password caching.
108         (tramp-touch): FILE can be a local file, too.
109         (TODO): Remove items done.
110         (tramp-handle-insert-directory): Properly quote file name also if
111         not full-directory-p.  Handle wildcard case.  Reported by Andreas
112         Schwab <schwab@suse.de>.
113         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
114         new file.
115         (tramp-handle-file-local-copy, tramp-handle-write-region): The
116         permissions of the temporary file are set if filename exists.
117         Reported by Ted Stern <stern@cray.com>.
118         (tramp-backup-directory-alist)
119         (tramp-bkup-backup-directory-info): New defcustoms.
120         (tramp-file-name-handler-alist): Add entry for
121         `find-backup-file-name'.
122         (tramp-handle-find-backup-file-name): New function.  Implements
123         Tramp's find-backup-file-name.
125         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
126         for `find-backup-file-name'.
128         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
129         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
131 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
133         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
135 2004-05-07  Juanma Barranquero  <lektu@terra.es>
137         * subr.el (lambda): Add arglist description to docstring.
138         (declare): Fix typo in docstring.
139         (open-network-stream): Fix docstring.
140         (process-kill-without-query): Fix docstring and add obsolescence
141         info.
142         (last, butlast, nbutlast): Make arguments match their use in docstring.
143         (insert-buffer-substring-no-properties): Likewise.
144         (insert-buffer-substring-as-yank): Likewise.
145         (split-string): Fix docstring.
147         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
148         Make argument names match their use in docstring.
150         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
152 2004-05-06  Nick Roberts  <nickrob@gnu.org>
154         * progmodes/gdb-ui.el: Improve/extend documentation strings.
155         Fit first sentence on one line for apropos-command.
157 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
159         Changes largely merged in from Dave Love's code.
160         * progmodes/python.el: Doc fixes.
161         (python-mode-map): Add python-complete-symbol.
162         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
163         (python-comment-indent, python-complete-symbol)
164         (python-symbol-completions, python-partial-symbol)
165         (python-try-complete): New.
166         (python-indent-line): Remove optional arg.  Use python-block-end-p.
167         (python-check): Bind compilation-error-regexp-alist.
168         (inferior-python-mode): Use rx.  Move keybindings to top level.
169         Set comint-input-filter.
170         (python-preoutput-filter): Use rx.
171         (python-input-filter): Re-introduce.
172         (python-proc): Start new process if necessary.
173         Check python-buffer non-nil.
174         (view-return-to-alist): Defvar.
175         (python-send-receive): New.
176         (python-eldoc-function): Use it.
177         (python-mode-running): Don't defvar.
178         (python-mode): Set comment-indent-function.
179         Maybe update hippie-expand-try-functions-list.
180         (python-indentation-levels): Initialize differently.
181         (python-block-end-p): New.
182         (python-indent-line): Use it.
183         (python-compilation-regexp-alist): Augment.
184         (run-python): Import `emacs' module to Python rather than loading
185         code directly.  Set python-buffer differently.
186         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
187         Use python-proc.
188         (python-send-command): Go to end of comint buffer.
189         (python-load-file): Use python-proc, emacs.eimport.
190         (python-describe-symbol): Simplify interactive form.
191         Use emacs.help.  Do use temp-buffer-show-hook.
192         Call print-help-return-message.
193         (hippie-exp): Require when compiling.
194         (python-preoutput-continuation): Use rx.
196         * diff-mode.el (diff-make-unified): Fix regexp.
198 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
200         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
201         filter groups from the buffer when rebuilding the Ibuffer buffer
202         and `ibuffer-show-empty-filter-groups' is nil.
204 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
206         * ps-print.el (ps-print-quote): Call ps-value-string.
207         (ps-setup): Call ps-comment-string.
208         (ps-value-string, ps-comment-string): New funs.
210 2004-05-06  Juanma Barranquero  <lektu@terra.es>
212         * help-fns.el (help-argument-name): Default to bold; don't inherit
213         from font-lock-variable-name-face.
214         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
216         * ehelp.el (electric-help-command-loop): Check whether the last
217         character is visible, not (point-max).
219 2004-05-05  Kenichi Handa  <handa@m17n.org>
221         * descr-text.el (describe-char): Copy the character with text
222         properties and overlays into the first line, and call
223         describe-text-properties on it.
225 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
227         * iswitchb.el (iswitchb-global-map): Fix typo.
228         Remove unwanted ###autoloads from source file.
230 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
232         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
233         in run-hooks.  Use substitute-command-keys in message.
234         (wdired-abort-changes): Add message.
236 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
238         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
239         (sql-emacs20-p): Remove.
240         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
241         (sql-builtin-face, sql-doc-face): Remove.
242         (sql-mode-ansi-font-lock-keywords)
243         (sql-mode-oracle-font-lock-keywords)
244         (sql-mode-postgres-font-lock-keywords)
245         (sql-mode-linter-font-lock-keywords)
246         (sql-mode-ms-font-lock-keywords)
247         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
248         (sql-product-font-lock): Fix font-lock reset when font rules change.
249         (sql-highlight-product): Remove incorrect font-lock reset logic.
251 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
253         * ses.el (ses-set-parameter): Fix typo.
255 2004-05-04  Kim F. Storm  <storm@cua.dk>
257         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
258         Must expand directory for completion to work; and don't mess with
259         process-environment.
260         (ido-read-file-name): If command has ido property, don't use ido
261         if value is ignore, or read as directory if value is dir.
262         Set ido ignore property for dired-do-rename command.
264 2004-05-04  Juanma Barranquero  <lektu@terra.es>
266         * help-fns.el (help-argument-name): New face, inheriting from
267         font-lock-variable-name-face, to highlight function arguments in
268         `describe-function' and `describe-key'.
269         (help-do-arg-highlight): Auxiliary function to highlight a given
270         list of arguments in a string.
271         (help-highlight-arguments): Highlight the function arguments and
272         all uses of them in the docstring.
273         (describe-function-1): Use it. Do docstring output via `insert',
274         not 'princ', so text attributes are preserved.
276         * winner.el (winner-mode-map): Move winner-undo and winner-redo to
277         C-c <left> and C-c <right>, respectively (the previous bindings
278         conflict with prev-buffer, next-buffer).
280         * ehelp.el (electric-help-command-loop, electric-help-undefined)
281         (electric-help-help): Check against unmapped commands.
283 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
285         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
286         (bibtex-entry-update): New command bound to C-c C-u.
287         (bibtex-text-in-string): Fix regexp.
288         (bibtex-assoc-of-regexp): Remove.
289         (bibtex-progress-message): Fix docstring.
290         (bibtex-inside-field): Use if.
291         (bibtex-assoc-regexp): New function.
292         (bibtex-format-entry): Make code more robust so that it formats
293         also old entries.
294         (bibtex-autokey-demangle-title): Merge with obsolete function
295         bibtex-assoc-of-regexp.
296         (bibtex-field-list): New function.
297         (bibtex-entry): Use bibtex-field-list.
298         (bibtex-parse-entry): Fix docstring.
299         (bibtex-print-help-message): Use bibtex-field-list.
300         (bibtex-make-field): Use bibtex-field-list.
301         (bibtex-entry-index): Bugfix. Return crossref key if required.
302         (bibtex-lessp): Fix docstring.
304 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
306         * select.el (xselect-convert-to-string): Move comment to intended line.
308 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
310         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
311         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
313 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
315         * term/x-win.el (x-clipboard-yank): Don't exit on error from
316         x-get-selection.
318 2004-05-03  Jason Rumney  <jasonr@gnu.org>
320         * makefile.nt: Remove.
322 2004-05-03  Kim F. Storm  <storm@cua.dk>
324         * emulation/cua-base.el (cua--update-indications): Fix last change.
325         (cua-mode): Deactivate mark when cua-mode is enabled.
327 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
329         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
331 2004-05-03  Nick Roberts  <nickrob@gnu.org>
333         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
334         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
335         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
336         window over visible frames.
337         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
339 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
341         * progmodes/compile.el (compilation-gcpro): New var.
342         (compilation-fake-loc): Use it.
343         (compilation-forget-errors): Reset it.
345 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
347         * diff-mode.el (diff-header-face, diff-file-header-face):
348         Use min-colors.
350 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
352         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
353         (bibtex-clean-entry): Disentangle code.
354         (bibtex-realign): New function.
355         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
356         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
357         Remove undocumented optional arg called-by-convert-alien.
358         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
359         for sorting instead of bibtex-sort-buffer.
361 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
363         * progmodes/compile.el (compilation-start): In the
364         no-async-subprocesses branch, call sit-for to give redisplay a
365         chance to show the updated process status in the mode line, and
366         fontify the buffer explicitly after the process exits.
368 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * progmodes/python.el (python-compilation-line-number): Remove.
371         (python-compilation-regexp-alist): Don't use it any more.
372         (python-orig-start, python-input-filter): Remove.
373         (inferior-python-mode): Don't set up comint-input-filter-functions.
374         (python-send-region): Use compilation-fake-loc.
376         * progmodes/compile.el (compilation-messages-start): New var.
377         (compilation-mode): Don't setup next-error-function here.
378         (compilation-setup): Set it up here instead (for minor modes as well).
379         Make compilation-messages-start buffer local.
380         (compilation-next-error-function): Use it.
381         (compilation-forget-errors): Set compilation-messages-start.
383 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
385         * ielm.el (ielm-prompt-read-only): Update docstring.
387         * comint.el (comint-prompt-read-only): Update docstring.
388         (comint-update-fence, comint-kill-whole-line)
389         (comint-kill-region): New functions.
391         * simple.el (kill-whole-line): Use "p" instead of "P" in
392         interactive form.
394 2004-05-01  Juanma Barranquero  <lektu@terra.es>
396         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
397         format arglist so default values in CL-style argument lists are
398         correctly shown.
400 2004-05-01  Jason Rumney  <jasonr@gnu.org>
402         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
404 2004-05-01  Kenichi Handa  <handa@m17n.org>
406         * international/titdic-cnv.el (miscdic-convert): Don't generate a
407         quail file if it is up to date.
409 2004-04-30  Juri Linkov  <juri@jurta.org>
411         * cus-edit.el (custom-mode-map):
412         Add key binding `C-x C-s' to `Custom-save'.
414         * outline.el (outline-blank-line): New var.
415         (outline-next-preface, outline-show-heading)
416         (outline-end-of-subtree): Use it.
418         * dired-aux.el (dired-touch-initial): New fun.
419         (dired-do-chxxx): Call it for op-symbol `touch'.
420         (dired-diff): Use `dired-dwim-target-directory'
421         if current dired buffer has no buffer mark.
423         * bindings.el (propertized-buffer-identification):
424         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
425         Add C-M-arrow keys for consistency.
427         * files.el (confirm-kill-emacs):
428         Change group from top-level `emacs' to `convenience'.
430         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
431         Push mark on the first call of successive command calls.
432         (insert-pair): New fun created from `insert-parentheses' with
433         `open' and `close' arguments added.  Enclose active regions
434         in paired characters.  Compare adjacent characters syntax with
435         inserted characters syntax before inserting a space.
436         (insert-parentheses): Call `insert-pair' with ?\( ?\).
438         * delsel.el: Don't put `delete-selection' property
439         on `insert-parentheses' symbol to take advantage of
440         region handling in `insert-pair' function.
441         Suggested by Stephan Stahl <stahl@eos.franken.de>.
443 2004-04-30  Kim F. Storm  <storm@cua.dk>
445         * emulation/cua-base.el: Add support for changing cursor types;
446         based on patch from Michael Mauger.
447         (cua-normal-cursor-color, cua-read-only-cursor-color)
448         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
449         Customization cursor type and/or cursor color.
450         (cua--update-indications): Handle cursor type changes.
451         (cua-mode): Update cursor indications if enabled.
453         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
455         * mouse.el (mouse-drag-copy-region): New defcustom.
456         (mouse-set-region, mouse-drag-region-1): Use it.
458         * simple.el (kill-ring-save): If region face background color is
459         unspecified (if no highlighting), show extent of fully visible
460         region even if transient-mark-mode is enabled.
462         * emulation/cua-base.el (cua--standard-movement-commands):
463         Add cua-scroll-up and cua-scroll-down.
464         (cua-scroll-up, cua-scroll-down): New commands.
465         (cua--init-keymaps): Remap scroll-up and scroll-down.
467         * emulation/cua-rect.el (cua--convert-rectangle-as):
468         New defmacro.
469         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
470         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
471         New commands (suggested by Jordan Breeding).
473 2004-04-30  Juanma Barranquero  <lektu@terra.es>
475         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
477 2004-04-30  Mario Lang  <mlang@delysid.org>
479         * diff.el (diff-switches): Fix typo in docstring.
481 2004-04-30  Alex Schroeder  <alex@gnu.org>
483         * xml.el (xml-debug-print-internal): Don't add newline and
484         indentation to text nodes and write empty elements as empty tags
485         instead of opening and closing tags.
486         (xml-debug-print): Take optional indent-string argument.
487         (xml-print): Alias for xml-debug-print.
489 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
491         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
492         than duplicate call to `line-beginning-position'.
494         * progmodes/f90.el (f90-get-present-comment-type): Return
495         whitespace, as well as comment chars, for consistent filling
496         of comment blocks.  Use `match-string-no-properties'.
497         (f90-break-line): Do not leave trailing whitespace when filling
498         comments.
500 2004-04-30  Dave Love  <fx@gnu.org>
502         * calendar/diary-lib.el (diary-outlook-formats): New variable.
503         (diary-from-outlook-internal, diary-from-outlook)
504         (diary-from-outlook-gnus, diary-from-outlook-rmail): New
505         functions to import diary entries from Outlook-format
506         appointments in mail messages.
508 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * progmodes/python.el (python-send-command): New fun.
511         (python-send-region, python-load-file): Use it.
513         * progmodes/compile.el (compilation-last-buffer): Add var alias.
515         * help-fns.el (help-C-file-name): Use new subr-name.
516         Prepend `src/' to the file name.
517         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
518         (describe-function-1, describe-variable): Only find a C source file
519         name if DOC is already loaded.
521         * help-mode.el (help-function-def, help-variable-def):
522         Use the new find-function-search-for-symbol functionality.
523         Allow FILE to be `C-source'.
525         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
526         (find-function-C-source): New fun.
527         (find-function-search-for-symbol): Use it.
529 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
531         * progmodes/sql.el (sql-product-alist): Rename variable
532         `sql-product-support'.  Add Postgres login parameters.
533         (sql-set-product, sql-product-feature): Update with renamed
534         variable.
535         (sql-connect-postgres): Add username prompt.
536         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
537         Make patterns less product specific.
538         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
539         (sql-mode-abbrev-table): Modify initialization.
540         (sql-builtin-face): Add variable.
541         (sql-keywords-re): Add macro.
542         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
543         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
544         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
545         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
546         (sql-mode-linter-font-lock-keywords)
547         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
548         (sql-mode-sybase-font-lock-keywords)
549         (sql-mode-informix-font-lock-keywords)
550         (sql-mode-interbase-font-lock-keywords)
551         (sql-mode-ingres-font-lock-keywords)
552         (sql-mode-solid-font-lock-keywords)
553         (sql-mode-sqlite-font-lock-keywords)
554         (sql-mode-db2-font-lock-keywords): Default to nil.
555         (sql-product-font-lock): Always highlight ANSI keywords.
556         (sql-add-product-keywords): Made similar to
557         `font-lock-add-keywords'.
558         (sql-send-string): Add function.
560 2004-04-29  Dave Love <fx@gnu.org>
562         * progmodes/cfengine.el (cfengine-beginning-of-defun)
563         (cfengine-end-of-defun): Ensure progress through buffer.
565         * info-look.el (cfengine-mode): Accept a terminal ().
567 2004-04-29  Juri Linkov  <juri@jurta.org>
569         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
570         instead of isearch-yank-word-or-char.  Add new key bindings for
571         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
572         (isearch-del-char): New fun.
573         (isearch-forward, isearch-edit-string): Update docstring.
574         (isearch-yank-char): Doc fix.
575         (isearch-other-meta-char): Restore point after scrolling.
577         * progmodes/compile.el (compilation-context-lines): Add nil option
578         to disable compilation output window scrolling.
579         (compilation-set-window): Use it.
581         * outline.el (outline-next-preface, outline-show-heading):
582         Don't leave unhidden blank line before heading.
583         (outline-end-of-subtree): Include last newline into subtree.
584         (hide-entry): Leave point at beginning of heading instead of end.
585         (outline-up-heading): Push mark for the first call of successive
586         command calls.
588 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
590         * comint.el (comint-prompt-read-only): New variable.
591         (comint-output-filter): Implement it.
593         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
594         (ielm-prompt-internal): New variable.
595         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
596         (ielm-send-input): Delete unused variable `buf'.
597         (ielm-eval-input): Use `ielm-prompt-internal'.
598         (inferior-emacs-lisp-mode): Use new variables
599         `comint-prompt-read-only' and `ielm-prompt-internal'.
600         Get rid of obsolete variable `directory-sep-char'.
601         (ielm): Use `zerop'.
603 2004-04-29  John Paul Wallington  <jpw@gnu.org>
605         * thumbs.el (toplevel): Require cl at compile time.
606         Remove conditional definitions of `ignore-errors' and `caddar'
607         because they occur at run time.
609 2004-04-28  Nick Roberts  <nickrob@gnu.org>
611         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
612         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
613         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
614         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
616         * progmodes/gud.el (gud-common-init): Throw an error if program is
617         already running under gdb.
619 2004-04-28  John Paul Wallington  <jpw@gnu.org>
621         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
622         (thumbs-show-image-num): Move assignment of
623         `thumbs-current-image-filename' within scope of `i'.
624         (thumbs-emboss-image): Don't use `evenp'.
626 2004-04-28  Richard M. Stallman  <rms@gnu.org>
628         * progmodes/compile.el (compilation-context-lines): Default now 0.
630 2004-04-28  Juanma Barranquero  <lektu@terra.es>
632         Use `time-less-p' from calendar/time-date.el instead of defining
633         custom versions of it.
635         * pcomplete.el (pcomplete-time-less-p): Remove.
637         * thumbs.el (time-less-p): Remove.
639         * calendar/timeclock.el (timeclock-time-less-p): Remove.
640         (timeclock-generate-report): Use `time-less-p'.
642         * emacs-lisp/autoload.el (autoload-before-p): Remove.
643         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
645 2004-04-28  Masatake YAMATO  <jet@gyve.org>
647         * subr.el (remove-overlays): Make arguments optional.
649         * wid-edit.el (widget-specify-button): Put evaporate to the
650         overlay for sample.
651         (widget-specify-sample): Put evaporate to the overlay for sample.
652         (widget-specify-doc): Put evaporate to the overlay for documentation.
654 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
656         * info.el (info-apropos): Make it an index node.  Align node names
657         like makeinfo.
659 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
661         * net/browse-url.el (browse-url-netscape-sentinel)
662         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
663         (browse-url-epiphany-sentinel, browse-url-mosaic):
664         Use browse-url-*-program instead of a literal program name.
666 2004-04-27  Kevin Ryde  <user42@zip.com.au>
668         * eshell/em-alias.el:
669         * eshell/em-dirs.el:
670         * eshell/em-hist.el:
671         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
672         features when M-x customize-group loads modules before the main
673         eshell.el.
675 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
677         * subr.el (momentary-string-display): Support EXIT-CHAR that is
678         either a character representation of an event or an event
679         description list.
681         * type-break.el: Capitalise Emacs and Lisp.
682         (type-break-good-break-interval, type-break-demo-boring-stats)
683         (type-break-terse-messages, type-break-file-name): New defcustoms.
684         (type-break-post-command-hook)
685         (type-break-warning-countdown-string): Quote variable names in doc.
686         (type-break-interval-start, type-break-auto-save-file-name): New vars.
687         (type-break-mode): Document type-break-good-break-interval and the
688         "session" file.  Schedule break according to the session file.
689         Kill session file buffer on exit.  Organise for save-some-buffers
690         to always save the session file.
691         (type-break-mode-line-message-mode, type-break-query-mode):
692         Uppercase arguments.
693         (type-break-file-time, type-break-file-keystroke-count, timep)
694         (type-break-choose-file, type-break-get-previous-time)
695         (type-break-get-previous-count): New defuns.
696         (type-break): Avoid break querying after a completed break in the
697         case where the query was initiated during user invocation of the
698         break.  Optional terse messages.
699         Use type-break-good-break-interval if type-break-good-rest-interval is
700         nil.  File the break time.
701         (type-break-schedule): New optional args for overriding the use of
702         the current time.
703         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
704         after a break.
705         (type-break-check): File the keystroke count.
706         (type-break-do-query): Prevent a second query when the break is
707         interrupted.  Optional terse message.
708         (type-break-keystroke-reset): Record the start of a typing interval.
709         (type-break-demo-boring): Optional terse messages.  Display word
710         per minute and keystroke counts according to
711         type-break-demo-boring-stats.
713 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
715         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
716         directories, make sure they exist under archive-tmpdir.
718 2004-04-27  Juri Linkov  <juri@jurta.org>
720         * help.el (view-emacs-news): With argument, display info for the
721         selected version by finding it among different NEWS files, and
722         narrowing the buffer to the selected version.
724         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
725         same-window-buffer-names.
726         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
727         non-numeric prefix argument, append the number to the buffer name
728         for numeric prefix argument.
729         (info-other-window): Bind same-window-regexps to nil.
730         (Info-reference-name): Rename to Info-point-loc.
731         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
732         and Info-find-index-name for stringy Info-point-loc.
733         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
734         without middle `.', but with final `.' and optional line number
735         for it.  Set Info-point-loc for index nodes.
736         (Info-index): Remove middle `.' from index entry regexp.
737         Modify line number regexp.
738         (Info-index-next): Decrement line number.
739         (info-apropos): Remove middle `.' from index entry regexp.
740         Add optional line number regexp at the end.  Add matched value
741         for line number to the result list and insert it to the buffer.
742         Replace match-string by match-string-no-properties.
743         Reorder result list.
744         (Info-fontify-node): Hide index line numbers.
745         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
746         empty matches.
747         (Info-follow-reference): Use `str' instead of
748         Info-following-node-name-re.
749         (Info-toc): Use full file names.  Set Info-current-node to "Top".
750         (Info-fontify-node): Compare file names without directory name.
751         (Info-try-follow-nearest-node): Don't set Info-reference-name.
752         Set second arg of Info-extract-menu-node-name for index nodes.
753         (info-xref-visited): Use magenta3 instead of magenta4.
754         (Info-mode): Add info-apropos to docstring.
756         * log-view.el (log-view-diff): Replace interactive code "r"
757         by a list to allow to call it even if region is not active.
759         * paren.el (show-paren-highlight-openparen): New var.
760         (show-paren-function): Turn on openparen highlighting when
761         matching forward if show-paren-highlight-openparen is non-nil.
763         * simple.el (kill-ring-save): Use blink-matching-delay instead of
764         the constant value 1.
765         (completions-common-part): Expand docstring.
767         * textmodes/picture.el (picture-mode-map): Add arrow keys.
769 2004-04-27  Kim F. Storm  <storm@cua.dk>
771         * image.el (insert-sliced-image): Use line-height instead of
772         line-spacing property on newline.
774 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
776         * desktop.el (desktop-buffer-misc-data-function): Rename to
777         desktop-save-buffer and change docstring.
778         (desktop-buffer-modes-to-save): Delete.
779         (desktop-save-buffer-p): Use desktop-save-buffer instead of
780         desktop-buffer-modes-to-save.
781         (desktop-save): Rename desktop-buffer-misc-data-function to
782         desktop-save-buffer and allow non-function value.
783         (desktop-missing-file-warning): Correct docstring.
785         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
786         to desktop-save-buffer.
788         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
789         desktop-save-buffer.
791         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
793         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
795 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
797         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
799 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
801         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
802         (ielm): Only go to the end of the buffer when starting a new process.
804 2004-04-25  Juanma Barranquero  <lektu@terra.es>
806         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
807         mode line.  Bind `inhibit-read-only' to t before modifying
808         properties of text in the buffer.
809         (ielm): Force point to the end of buffer, even when running ielm
810         from inside itself.
812 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
814         * info.el (info-apropos): Reset Info-complete-cache.
816 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
818         * progmodes/compile.el (compilation-error-regexp-alist-alist):
819         Also recognize severe Irix et al. messages.
820         (compilation-normalize-filename, compile-abbreviate-directory):
821         Delete functions.
822         (compilation-get-file-structure): New function inherits
823         functionality of the two preceding ones.
824         (compilation-internal-error-properties, compilation-fake-loc):
825         Use it so that different paths to the same file share the same
826         markers.  Also optimize finding adjacent marker slightly.
828 2004-04-25  Kim F. Storm  <storm@cua.dk>
830         * image.el (insert-sliced-image): Add line-spacing t property
831         to newlines separating image lines.
833 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
835         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
837         * ielm.el (ielm-prompt-read-only): New user option.
838         (ielm-prompt): Expand docstring to describe new behavior.
839         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
840         mention it in the docstring.
842 2004-04-24  Andreas Schwab  <schwab@suse.de>
844         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
846         * diff.el (diff): Set default-directory in diff buffer.
848 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
850         * mail/sendmail.el (mail-bury): Don't delete the frame where the
851         mail was being composed if the terminal cannot display more than
852         one frame; instead, switch to previous frame.
854         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
855         (rmail-start-mail): Support rmail-mail-new-frame even on
856         terminals that can display only one frame at a time.
858 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
861         (checkdoc-output-font-lock-keywords): Remove error regexp.
862         (checkdoc-output-mode-map): Remove.
863         (checkdoc-output-mode): Derive from compilation-mode.
864         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
866         * dired.el (dired-mode-map): Add a menu entry for wdired.
868         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
869         (rx-bracket, rx-check-any, rx-any): Clean up name space.
871         * wdired.el: (wdired-mode-map): Move init into declaration.
872         Fix `return' binding.
873         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
874         Use force-mode-line-update.
875         (wdired-get-filename): Use `unless'.
876         (wdired-preprocess-files): Don't assume names have no \n and use / for
877         dir separator.
878         (wdired-normalize-filename): Use replace-regexp-in-string.
879         (wdired-load-hooks): Remove.
880         (wdired-mode-hooks): Rename to wdired-mode-hook.
882         * info-look.el: Add support for cfengine-mode.
883         (info-lookup-setup-mode): Use dolist.
885 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
887         * wdired.el: New file.
889 2004-04-23  Juanma Barranquero  <lektu@terra.es>
891         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
893         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
894         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
895         (pcomplete--help, pcomplete--here): Doc fixes.
897 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
899         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
900         handles wrong-number-of-arguments in backend call.
902         * vc.el (vc-print-log): Likewise.
904 2004-04-20  Dave Love  <fx@gnu.org>
906         * emacs-lisp/rx.el: Doc fixes.
907         (rx-constituents): Add/extend many forms.
908         (rx-check): Check form is a list.
909         (bracket): Defvar.
910         (rx-check-any, rx-any, rx-check-not): Modify.
911         (rx-not): Simplify.
912         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
913         (rx-kleene): Use rx-trans-forms.
914         (rx-quote-for-set): Delete.
915         (rx): Allow multiple args.
917 2004-04-23  Kenichi Handa  <handa@m17n.org>
919         * international/mule-util.el (char-displayable-p): Simplify by
920         using internal-char-font.
922 2004-04-23  Juanma Barranquero  <lektu@terra.es>
924         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
926 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * diff-mode.el (diff-next-error): New fun.
929         (diff-mode): Use it.
931         * simple.el (next-error): Change arg name.
932         Add support for the documented C-u C-x ` usage.
934         * frame.el (special-display-popup-frame, next-multiframe-window)
935         (previous-multiframe-window): Only consider frames on same display.
937 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
939         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
940         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
942 2004-04-22  Kim F. Storm  <storm@cua.dk>
944         * net/telnet.el (telnet): Add optional port arg.
946 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * progmodes/compile.el (compilation-mode-font-lock-keywords):
949         Minor sanity check on the `hyperlink' slot.
951         * Makefile.in (recompile): Compile new files.
953         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
954         Add byte-recompile-directory's optional `arg'.
956         * cvs-status.el (cvs-tree-use-charset): New var.
957         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
958         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
959         (cvs-status-cvstrees): Use it.
961         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
962         Make it a normal major mode.
963         (checkdoc-buffer-label): Make sure the file name is meaningful.
964         (checkdoc-output-to-error-buffer): Remove.
965         (checkdoc-error, checkdoc-start-section): Rewrite.
967         * info.el (info-node, info-menu-5, info-xref, info-header-node)
968         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
969         (Info-title-4-face): Use new syntax.
970         (info-xref-visited): Inherit from info-xref.
972         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
974 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
976         * simple.el (next-error-last-buffer, next-error-function):
977         New variables for the next-error framework.
978         (next-error-buffer-p): New function.
979         (next-error-find-buffer): Generalize compilation-find-buffer.
980         (next-error, previous-error, first-error, next-error-no-select)
981         (previous-error-no-select): Move from compile.el.
983         * replace.el (occur-next-error, occur-1): Hook into the next-error
984         framework.
986         * progmodes/compile.el (compilation-start):
987         Set next-error-last-buffer so next-error knows where to jump.
988         (compilation-setup): Set the buffer-local variable
989         next-error-function to 'compilation-next-error-function.
990         (compilation-buffer-p, compilation-buffer-internal-p): Use an
991         alternate way to find if a buffer is a compilation buffer, for
992         next-error convenience.
993         (next-error-no-select, previous-error-no-select, next-error)
994         (previous-error, first-error): Move to simple.el.
995         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
996         (compilation-last-buffer): Remove.
997         (compilation-start, compilation-next-error, compilation-setup)
998         (compilation-next-error-function, compilation-find-buffer):
999         Remove compilation-last-buffer use.
1001 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1003         * makefile.w32-in (WINS): Add url/ directory.
1005         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1006         (font-lock-warning-face): Fix spacing.
1008 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1010         * desktop.el (desktop-buffer-mode-handlers): New variable.
1011         Alist of major mode specific functions to restore a desktop buffer.
1012         (desktop-buffer-handlers): Make variable obsolete.
1013         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1014         Catch errors signaled in handlers.  Update buffer count.
1015         Evaluate desktop-buffer-point.
1016         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1017         move to dired.el.
1018         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1019         move to info.el.
1020         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1021         move to mail/rmail.el.
1022         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1023         to mh-e/mh-e.el.
1024         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1025         On fail, print message (to message buffer) even if
1026         desktop-missing-file-warning is nil.
1027         (desktop-buffer-misc-data-function): New buffer local variable.
1028         Function returning major mode specific data.
1029         (desktop-buffer-misc-functions): Make variable obsolete.
1030         (desktop-save): Use desktop-buffer-misc-data-function.
1031         (desktop-buffer-dired-misc-data): Rename to
1032         dired-desktop-buffer-misc-data and move to dired.el.
1033         (desktop-buffer-info-misc-data): Rename to
1034         Info-desktop-buffer-misc-data and move to info.el.
1035         (desktop-read): Add message about number of buffers restored/failed.
1036         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1037         Add parameters.  Pause to display error only when
1038         desktop-missing-file-warning is non-nil.
1039         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1040         (dired-mode): Bind desktop-buffer-misc-data-function.
1041         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1042         Add Parameters.
1043         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1044         (Info-mode): Bind desktop-buffer-misc-data-function.
1045         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1046         Add Parameters.
1047         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1048         Add Parameters.
1050 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1052         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1053         the case of letters in case-insensitive expansions when the
1054         abbrev is preceded by characters with letter syntax.
1056 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1058         * progmodes/cperl-mode.el (cperl-putback-char):
1059         Delete Emacs 18 definition.
1061         * international/mule.el (ctext-post-read-conversion):
1062         Use assoc-string, not assoc-ignore-case.
1064         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1066         * emacs-lisp/easymenu.el (easy-menu-add):
1067         Do call x-popup-menu, but only if it's defined.
1069         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1071         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1072         Handle multiple args: compile like progn.
1074         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1075         take all args as &rest arg.
1077         * autoinsert.el (auto-insert-alist): Insert the user's name in
1078         copyright notice, rather than Free Software Foundation.
1080 2004-04-21  Kenichi Handa  <handa@m17n.org>
1082         * descr-text.el (describe-char): Make it work on *Help* buffer.
1084 2004-04-21  Kim F. Storm  <storm@cua.dk>
1086         * image.el (insert-image): Add optional SLICE arg.
1087         (insert-sliced-image): New defun.
1089 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1091         * subr.el (read-number): Check whether `default' is nil.
1093 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1095         * progmodes/compile.el (compilation-error-properties):
1096         Split into two.
1097         (compilation-internal-error-properties): New one.
1098         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
1100 2004-04-20  Richard M. Stallman  <rms@gnu.org>
1102         * window.el (split-window-save-restore-data):
1103         Don't update the data if OLD-INFO is nil.
1105         * view.el (view-return-to-alist): Mark it permanent local.
1107         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1109         * recentf.el (recentf-save-list): Catch and warn about errors.
1111         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1112         so "Buffers" won't be pure.
1114         * help-mode.el (help-mode-finish): Set help-return-alist first
1115         thing, setting only the entry for the selected window.
1117         * help-fns.el (describe-function-1): If many non-control non-meta
1118         keys run the command, don't list all of them.
1120 2004-04-20  Juanma Barranquero  <lektu@terra.es>
1122         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1123         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
1125         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1127 2004-04-20  Kenichi Handa  <handa@m17n.org>
1129         * international/quail.el (quail-lookup-key): New optional arg
1130         NOT-RESET-INDICES.
1131         (quail-get-translations): Call quail-lookup-key with
1132         NOT-RESET-INDICES t.
1133         (quail-completion): Likewise.
1134         (quail-lookup-map-and-concat): Likewise.
1136 2004-04-20  Kenichi Handa  <handa@m17n.org>
1138         * international/quail.el (quail-update-translation): Don't insert
1139         such an unsupported multibyte char in a unibyte buffer.
1141 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
1143         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1144         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1145         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1146         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1147         (gdb-frame-assembler-buffer): Improve behaviour with
1148         multiple frames.
1149         (gdb-display-buffer): Extend search to all visible frames.
1151 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
1153         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1154         characters left after base64 decoding.
1155         (rmail-decode-region): Use -dos variety of `coding', to remove any
1156         ^M characters left after qp or base64 decoding.
1158 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1160         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1161         messages.
1163 2004-04-19  Stephen Eglen  <stephen@gnu.org>
1165         * add-log.el (add-change-log-entry): Update doc string to mention
1166         add-log-full-name and add-log-mailing-address.
1168 2004-04-18  Juri Linkov  <juri@jurta.org>
1170         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1171         (Info-find-node-2): Simplify error message.
1172         (Info-insert-dir): Use Info-following-node-name.
1173         (Info-goto-node): Remove *info-history* and *info-toc*.
1174         (Info-history): Create a node of the virtual history file.
1175         (Info-toc): Create a node of the virtual toc file.
1176         (Info-insert-toc): New arg `curr-file' for reference file names.
1177         (info-apropos): Remove redundant var binding for temp-file.
1178         (Info-index, Info-index-next, Info-mode): Doc fix.
1179         (Info-goto-emacs-command-node): Don't jump to *info* from
1180         non-*info* Info buffers.
1181         (Info-fontify-node): Don't show the file name of external
1182         references if `Info-hide-note-references' is `hide'.  Don't hide
1183         newlines at the end of paragraphs.
1185         * international/mule-diag.el (list-input-methods):
1186         Fix args to help-xref-button.
1188         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1189         to put into effect local variables from TUTORIAL files.
1191         * textmodes/paragraphs.el (sentence-end) <function>: New fun
1192         with default value taken from the variable `sentence-end'.
1193         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
1194         Add nil const to :type.
1195         (sentence-end-without-period, sentence-end-double-space)
1196         (sentence-end-without-space): Doc fix.
1198         * textmodes/paragraphs.el (forward-sentence):
1199         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1200         (fill-delete-newlines):
1201         * progmodes/cc-cmds.el (c-beginning-of-statement):
1202         Use function `sentence-end' instead of variable `sentence-end'.
1204 2004-04-18  Andreas Schwab  <schwab@suse.de>
1206         * progmodes/compile.el (compilation-start): Set window start to
1207         point-min if compilation-scroll-output is nil.
1209 2004-04-18  John Wiegley  <johnw@newartisans.com>
1211         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1213 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
1215         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1216         (gdb-info-breakpoints-custom): Revert previous change.
1217         (gdb-view-assembler): Update assembler if necessary.
1218         (gdb-frame-handler): Parse correctly for gdb-current-frame.
1219         (gdb-display-source-buffer): Update properly when both source and
1220         assembler are visible.
1222 2004-04-17  John Wiegley  <johnw@newartisans.com>
1224         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1225         which limits the number of names shown in the minibuffer.  Off by
1226         default.
1227         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
1228         up iswitchb for users with a multitude of open buffers by showing
1229         only the first and last N/2 buffers in the completion list (which
1230         is enough to aid C-s/C-r, and to know that more characters are
1231         needed to refine the completion list).
1233 2004-04-17  Richard M. Stallman  <rms@gnu.org>
1235         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1236         (file-truename): Expand all ~ constructs directly.
1237         (insert-directory): Delete any error msg output by the
1238         `insert-directory-program'.
1240         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1241         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1242         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1243         (allout-init): Use find-file-hook, not find-file-hooks.
1244         (allout-mode): Eliminate Emacs 18 support.
1245         Use write-contents-functions, not local-write-file-hooks.
1247 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
1249         * progmodes/compile.el (compilation-error-properties): Fix for
1250         adding messages when there are already markers for their file.
1251         (compilation-fake-loc): New function.
1253 2004-04-16  Dave Love  <fx@gnu.org>
1255         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1256         (python-load-file): Fix python-orig-start setting.
1258         * progmodes/compile.el: Doc fixes.
1259         (compilation-error-regexp-alist-alist)
1260         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1261         (compilation-assq): Wrap in eval-when-compile.
1262         (compilation-mode-font-lock-keywords): Don't use list*.
1263         (compilation-start): Avoid warning.
1264         (compilation-compat-error-properties)
1265         (compilation-directory-properties): Add keymap property.
1266         (compilation-parsing-end): Make it a marker for better compatibility.
1268         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1270 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
1272         * xml.el: Doc fixes.
1273         (xml-get-children): Only looks at sub-tags and ignore strings.
1275         * xml.el (xml-parse-tag): Avoid overwriting node-name.
1277 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1279         * url/url-util.el (url-debug): Use with-current-buffer.
1281         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1282         (url-nfs-create-wrapper): Use new backquote syntax.
1284         * url/url-https.el (url-https-file-attributes): Add id-format param.
1286         * url/url-http.el (url-http-head-file-attributes)
1287         (url-http-file-attributes): Add id-format parameter.
1289         * url/url-handlers.el: Use new find-file-hook.
1290         (url-file-attributes): Add id-format parameter.
1292         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1293         (url-file-file-attributes): Add id-format parameter.
1295         * url/url-dav.el: Use with-current-buffer.
1296         (url-dav-process-response): Fix regexps and spurious quote.
1297         (url-dav-file-attributes): Add id-format param.
1299         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1301 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
1303         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1305         * vc.el (vc-print-log): Likewise.
1307 2004-04-16  Masatake YAMATO  <jet@gyve.org>
1309         * simple.el (completion-setup-function): Set an initial value
1310         to `element-common-end' before entering loop.  Set a value
1311         to `element-common-end' at the end of loop.
1312         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
1313         (completions-common-part): Rename from completion-de-emphasis.
1314         (completions-first-difference): Rename from completion-emphasis.
1315         Suggested by RMS.
1317 2004-04-16  Juanma Barranquero  <lektu@terra.es>
1319         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1320         (bookmark-edit-annotation-mode): Add mode name.
1322 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1325         for nested conflict markers.
1326         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1328 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
1330         * progmodes/gdb-ui.el (gdb-goto-info): New function.
1332         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1334 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1337         Give a backtrace if requested.
1339         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1341         * progmodes/python.el (python-mouse-2-command, python-RET-command):
1342         Remove unused functions.
1343         (python-orig-start-line, python-orig-file): Remove.
1344         (python-orig-start): New var.
1345         (python-input-filter, python-compilation-line-number)
1346         (python-send-region, python-load-file): Use it.
1348         * info.el (info): Always jump to *info*.
1350         * subr.el (posn-set-point): New function.
1352         * mouse.el (mouse-set-point): Use it.
1354         * progmodes/compile.el (compile-goto-error): Use it.
1355         (compilation-button-map): New keymap.
1356         (compilation-error-properties): Use it.
1357         (compilation-shell-minor-mode-map): Don't bind mouse-2.
1359         * smerge-mode.el (smerge-popup-context-menu): Use it.
1361         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1362         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1363         mouse and non-mouse case.
1365         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1366         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1368         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1369         Make it work for non-mouse events.
1371         * pcvs-info.el (cvs-status-map): Update binding name.
1373 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
1375         * xml.el (xml-maybe-do-ns): New function to handle namespace
1376         parsing of both attribute and element names.
1377         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1378         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1379         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
1380         (xml-parse-attlist): Make it do its own namespace parsing.
1382 2004-04-14  Dave Love  <fx@gnu.org>
1384         * progmodes/python.el (run-python): Fix use of \n.
1385         (python-load-file): Remove `try' from Python fragment.
1386         (python-describe-symbol): Fix message.
1388         * comint.el: Doc fixes.
1389         (comint-last-input-start, comint-last-input-end)
1390         (comint-last-output-start): Give them values.
1391         (comint-arguments): Avoid warning.
1392         (comint-skip-prompt): Use line-end-position.
1393         (comint-backward-matching-input): Rename arg to agree with doc.
1394         (comint-extract-string): Use syntax-ppss.
1395         (comint-dynamic-simple-complete): Delete useless list construction.
1396         (comint-redirect-subvert-readonly): New.
1397         (comint-redirect-preoutput-filter): Use it.
1399         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1400         Correctly handle negative arguments when calling hook functions.
1402 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
1404         * info.el (info-apropos): Don't clobber Info-history-list.
1406 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
1408         * progmodes/compile.el (compilation-setup):
1409         Localize overlay-arrow-position.
1410         (compilation-sentinel): Restructure code equivalently.
1411         (compilation-next-error): Find message on same line after point if
1412         not found before point.
1413         (compile-mouse-goto-error): Restore function so that compilation
1414         buffer need not be current and use compile-goto-error.
1415         (compile-goto-error): Restore function.
1416         (next-error): Set overlay-arrow-position.
1417         (compilation-forget-errors): Don't localize already local
1418         compilation-locs and remove FIXME about refontifying.
1420 2004-04-14  Kim F. Storm  <storm@cua.dk>
1422         * startup.el (emacs-quick-startup): New defvar (set by -Q).
1423         (command-line): New option -Q.  Like -q --no-site-file, but
1424         in addition it also disables menu-bar, tool-bar, scroll-bars,
1425         tool-tips, and the blinking cursor.
1426         (command-line-1): Skip startup screen if -Q.
1427         (fancy-splash-head): Use ":align-to center" prop to center splash image.
1429         * emulation/cua-base.el (cua-read-only-cursor-color)
1430         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1432 2004-04-13  Dave Love  <fx@gnu.org>
1434         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
1435         (syntax): Don't require.
1436         (python) <defgroup>: Add :version.
1437         (python-quote-syntax): Re-written.
1438         (inferior-python-mode): Move stuff here from run-python and add
1439         some more.
1440         (python-preoutput-continuation, python-preoutput-result)
1441         (python-dotty-syntax-table): New.
1442         (python-describe-symbol): Use them.
1443         (run-python): Move stuff to inferior-python-mode.  Modify code
1444         loaded into Python.
1445         (python-send-region): Use python-proc, python-send-string.
1446         (python-send-string): Send newlines too.  Callers changed.
1447         (python-load-file): Re-written.
1448         (python-eldoc-function): New.
1449         (info-look): Don't require.
1450         (python-after-info-look): New.  A modified version of former
1451         top-level code for use with eval-after-load.
1452         (python-maybe-jython, python-guess-indent): Use widened buffer.
1453         (python-fill-paragraph): Re-written.
1454         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
1455         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
1457 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1460         Set compilation-error-regexp-alist earlier.
1462         * progmodes/compile.el (compilation-minor-mode-map)
1463         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1464         (compile-goto-error): Re-merge the mouse and non-mouse commands.
1466 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * progmodes/compile.el (compile-goto-error): Select the buffer/window
1469         corresponding to the event.
1471         * url/url.el (url-retrieve): Use with-current-buffer.
1473         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1474         Remove unused var `version'.
1476         * url/url-handlers.el (url-handler-mode): New minor mode.
1477         (url-setup-file-name-handlers): Remove.
1479 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
1481         * loadup.el: Add cygwin to system-type list, for unexec() support.
1483 2004-04-12  John Paul Wallington  <jpw@gnu.org>
1485         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1486         (ibuffer-restore-window-config-on-quit): New variable to replace
1487         `ibuffer-delete-window-on-quit'.  Update all references.
1488         (ibuffer-prev-window-config): New variable.
1489         (ibuffer-quit): Restore previous window configuration instead of
1490         deleting window.
1491         (ibuffer): Save window configuration before showing Ibuffer buffer.
1493         * help.el (describe-mode): Doc fix.
1495         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1496         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1498 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1501         not to treat nil as a function.
1503         * vc-arch.el (vc-arch-root): Be a bit more careful.
1504         (vc-arch-register): Save the buffer if we modified it.
1505         (vc-arch-delete-rej-if-obsolete): Save excursion.
1506         (vc-arch-find-file-hook): Use the simpler after-save-hook.
1507         (vc-arch-responsible-p, vc-arch-init-version): New functions.
1509         * net/ldap.el (ldap-search): Use list*.
1511 2004-04-12  Juri Linkov  <juri@jurta.org>
1513         * info.el (Info-follow-reference): Allow multiline reference name.
1515 2004-04-11  Dave Love  <fx@gnu.org>
1517         * url/url-mailto.el (url-mailto):
1518         * url/url-history.el (url-history-setup-save-timer):
1519         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1521         * url/url-file.el (url-file-build-filename): Don't use
1522         directory-sep-char.
1524         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1526         * url/url-about.el (url-scheme-registry): Defvar.
1527         (url-about): Use text/plain.
1529         * url/url-vars.el (cl): Don't require.
1530         (url): Add :version.
1531         (url-bug-address): Use bug-gnu-emacs.
1533         * url/url-util.el (url-hexify-string): Don't give multibyte error
1534         for char <16.
1535         (mail-header-extract): Autoload.
1537         * url/url-parse.el: Doc fixes.
1539         * url/url-ldap.el (ldap): Require.
1540         (url-ldap): Fix `format' call.
1541         (url-ldap-certificate-formatter): Avoid warning.
1543         * url/url-https.el (url-https-create-secure-wrapper): Use modern
1544         backquotes.
1546         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1547         (url-intersection): New.
1548         (url-dav-supported-p): Use it.
1549         (url-dav-save-resource): Declare url-http-response-status special.
1551         * url/url-cache.el (url-util): Require.
1553         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1555         * progmodes/python.el: New file.
1557 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
1559         * vc-hooks.el (vc-arg-list): Function removed.
1560         (vc-default-workfile-unchanged-p): Use condition-case to check for
1561         backward compatibility.
1563         * vc.el (vc-print-log): Use condition-case to check for backward
1564         compatibility.
1566 2004-04-11  Juri Linkov  <juri@jurta.org>
1568         * dired.el (dired-faces): New defgroup.
1569         (dired-header, dired-mark, dired-marked, dired-flagged)
1570         (dired-warning, dired-directory, dired-symlink, dired-ignored):
1571         New faces.
1572         (dired-header-face, dired-mark-face, dired-marked-face)
1573         (dired-flagged-face, dired-warning-face, dired-directory-face)
1574         (dired-symlink-face, dired-ignored-face): New face variables.
1575         (dired-font-lock-keywords): Use them instead of font-lock faces.
1576         Split the rule for dired marks into 3 separate rules: for marks,
1577         marked file names and flagged file names.
1579         * help-mode.el (help-make-xrefs): Add a final newline to the
1580         *Help* buffer.
1582 2004-04-11  John Paul Wallington  <jpw@gnu.org>
1584         * replace.el (occur-engine): Distinguish between one and several
1585         matches in the matches per buffer heading.
1587 2004-04-11  Kim F. Storm  <storm@cua.dk>
1589         * ido.el (ido-confirm-unique-completion): New defcustom.
1590         (ido-complete): Use it.
1591         (ido-write-file): Set it to t unconditionally.
1593 2004-04-10  Miles Bader  <miles@gnu.org>
1595         RCS keyword removal (only non-comment changes are enumerated here):
1597         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1598         (byte-compile-insert-header): Don't use `byte-compile-version'.
1599         * url/url-vars.el (url-version): Use the constant string "Emacs"
1600         instead of calculating something from the RCS `State' keyword
1601         [the latter is almost entirely useless anyway].
1602         * forms.el (forms-version): Variable removed.
1603         (forms-mode): Don't use `forms-version'.
1604         * recentf.el (recentf-version): Variable removed.
1605         * progmodes/delphi.el (delphi-version): Variable removed.
1606         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1608 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1612 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
1614         * info.el (info-apropos): Improve menu item regexp.
1616 2004-04-09  Simon Josefsson  <jas@extundo.com>
1618         * mail/smtpmail.el: Add comment, based on report by
1619         kdc@rcn.com (Kevin D. Clark).
1621 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1623         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1624         Redo one more thing that I didn't notice Daniel had undone.
1626 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
1628         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1629         (gdb-goto-breakpoint, gdb-display-buffer)
1630         (gdb-display-source-buffer, gdb-view-source-function)
1631         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1632         (gdb-source-info, gdb-frame-handler): Don't specify a window
1633         for display.
1634         (gdb-info-breakpoints-custom): Remove superfluous update of
1635         assembler buffer.
1636         (gdb-many-windows): Make settable outside gdb.
1638 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1640         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1641         Derive from fundamental-mode rather than text-mode.
1643 2004-04-08  Juri Linkov  <juri@jurta.org>
1645         * info.el (Info-history): Doc fix.
1646         (Info-history-list): New var.
1647         (info-xref): Change magenta4 to blue, remove bold for dark and
1648         light backgrounds, change bold to underline for non-color classes.
1649         (info-xref-visited): New face.
1650         (Info-fontify-visited-nodes): New custom.
1651         (Info-hide-note-references): Add new value `hide'.  Doc fix.
1652         (Info-reference-name): New var.
1653         (Info-selection-hook): New custom.
1654         (Info-edit-mode-hook): New var.
1655         (Info-find-file): New fun.
1656         (Info-find-node): Move part of code to Info-find-file.
1657         (Info-find-node-2): Add anchors to Info-history-list.  Move point
1658         to the place with the reference name if name is defined.
1659         (Info-select-node): Add current node to Info-history-list.
1660         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1661         (Info-search-whitespace-regexp): New custom.
1662         (Info-search-case-fold): New var.
1663         (Info-search): Add "case-sensitively" to the prompt.
1664         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
1665         (Info-search-case-sensitively, Info-search-next): New fun.
1666         (Info-up): Move point to the menu item of the current node.
1667         (Info-history): New fun.  Add *info-history* to
1668         same-window-buffer-names.
1669         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
1670         (Info-insert-toc): New fun.
1671         (Info-build-toc): New fun.
1672         (Info-follow-reference): Add new arg `fork'.  Doc fix.
1673         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
1674         with the same name prefer the reference closest to point.
1675         (Info-next-reference): Replace * by + in the *Note regexp.
1676         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1677         (Info-prev-reference): Replace * by + in the *Note regexp.
1678         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1679         (Info-follow-nearest-node): Add new arg `fork'.
1680         (Info-try-follow-nearest-node): Add new arg `fork'.
1681         Call browse-url for http:// and ftp:// references.
1682         Set Info-reference-name for index entries.
1683         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1684         Info-search-next, Info-history, Info-toc, clone-buffer.
1685         (Info-menu-update): Replace * by + in the *Note regexp.
1686         (Info-mode): Add documentation for Info-history, Info-toc,
1687         Info-search-case-sensitively, Info-search-next, clone-buffer.
1688         (Info-fontify-menu-headers): Remove fun.  Move code to
1689         Info-fontify-node.
1690         (Info-fontify-node): Add docstring.  Add local vars
1691         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
1692         then fontify header line, titles, menu headers, http and ftp
1693         references, refill paragraphs.  If not-fontified-p is t or
1694         fontify-visited-p is t then fontify cross references, menu items.
1695         Fontify menu headers.  Fontify http and ftp references.
1696         Change regexp for cross references to require whitespace after *Note,
1697         add matching groups for file and node names.  Remove hack for quote.
1698         Use display property for Info-hide-note-references=t.  Use fifth
1699         or fourth match for help-echo.  Display visited nodes in a
1700         different face.  Unhide file names of external references.
1701         Unhide newlines.  Display visited menu items in a different face.
1703 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1705         * progmodes/compile.el: Require CL.
1706         (compilation-mode-font-lock-keywords): Re-install the "line as
1707         function" patch.
1709         * help-fns.el (help-C-source-directory): New var.
1710         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1711         (describe-function-1, describe-variable): Use them.
1713         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1714         to C source files specially.
1716 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1718         * info.el (Info-hide-cookies-node): New function.
1719         (Info-select-node): Use it.
1720         (Info-display-images-node): Remove message with image file name.
1722 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1724         * progmodes/compile.el (compilation-warning-face)
1725         (compilation-info-face, compilation-skip-threshold)
1726         (compilation-skip-visited, compilation-context-lines):
1727         Declare :version when added to Emacs.
1728         (compilation-error-regexp-alist-alist): Extend caml and irix.
1729         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1730         (compilation-mode-font-lock-keywords): Temporarily undo line as
1731         function patch, which wasn't ready.
1733 2004-04-07  Kenichi Handa  <handa@m17n.org>
1735         * international/latin1-disp.el (latin1-display-setup): Check each
1736         character is displayable or not instead of calling
1737         latin1-display-check-font.
1739 2004-04-06  Kenichi Handa  <handa@m17n.org>
1741         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1742         New variable.
1743         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1744         instead of sera-being-called-by-w3.
1745         (ethio-fidel-to-sera-buffer): Likewise.
1746         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1747         instead of sera-being-called-by-w3.
1748         (ethio-write-file): Likewise.
1750 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1752         * printing.el: Dox fix.
1754 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1756         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1757         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1758         (gdb-setup-windows): Only use separate IO buffer if required.
1760 2004-04-06  Kim F. Storm  <storm@cua.dk>
1762         * term.el (term-is-xemacs): Remove.
1763         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1764         (term-window-width): New function.
1765         (term-mode, term-check-size): Use it.
1766         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1768 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1770         * cus-edit.el (custom-add-parent-links): Change unbound variable
1771         `symbol' to `name'.
1773 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1774         * info.el (info-apropos): New function.
1775         (Info-mode-menu): Add it.
1776         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1778         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1779         inherited docstring.
1781         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1783 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1787         * progmodes/compile.el (font-lock): Don't require any more.
1788         (compilation-error-properties, compilation-start, compilation-sentinel)
1789         (compilation-filter, next-error): Use with-current-buffer.
1790         (compilation-skip-to-next-location, compilation-skip-threshold)
1791         (compilation-skip-visited): Move to silence the byte-compiler.
1792         (compilation-setup): Simplify.
1793         (compilation-next-error): Use line-(beginning|end)-position.
1794         Make sure `pt' is non-nil before using compilation-loop.
1795         (compile-goto-error): Add optional event arg.  Use it.
1796         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1797         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1798         Update the binding for mouse-2.
1799         (first-error): Set compilation-current-error to nil rather than bob.
1800         (compilation-parsing-end, compilation-parse-errors-function)
1801         (compilation-error-list, compilation-old-error-list):
1802         "New" compatibility variables.
1803         (compile-buffer-substring, compilation-compat-error-properties)
1804         (compilation-compat-parse-errors, compilation-forget-errors):
1805         New compatibility functions.
1806         (compilation-mode-font-lock-keywords): Use them.
1808 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1810         * autorevert.el (auto-revert-handler): If point (or a window
1811         point) is at the end of the buffer, keep it there after
1812         reverting.  This allows to tail a file.
1813         Mention this in the `Commentary'.
1815         * format.el (format-write-file): Add optional argument CONFIRM
1816         and make it behave like the analogous argument to `write-file'.
1818 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1820         * progmodes/ebnf2ps.el: Doc fix.
1821         (ebnf-version): New version number (4.2).
1822         (ebnf-syntax): Customization and docstring fix.
1823         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1824         Put autoloaded funs before first use.
1825         (ebnf-style-database): Add dtd entry.
1826         (ebnf-syntax-alist): Add dtd initialization.
1827         (ebnf-token-sequence): New fun.
1828         (ebnf-comment-table): Add new comment action character.
1829         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1831         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1832         Type Definition for XML).
1834         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1835         * progmodes/ebnf-bnf.el (ebnf-sequence):
1836         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1837         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1838         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1839         Code simplification: call ebnf-token-sequence.
1841 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
1843         * calendar/timeclock.el (timeclock-relative)
1844         (timeclock-get-project-function, timeclock-get-workday-function)
1845         (timeclock-query-out, timeclock-when-to-leave)
1846         (timeclock-when-to-leave-string, timeclock-log-data)
1847         (timeclock-generate-report, timeclock-in): Doc fixes.
1849 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * url: Import the URL package from its repository.
1853         * url/url-methods.el:
1854         * url/url-parse.el: Don't require url-auto.
1856 2004-04-03  Andreas Schwab  <schwab@suse.de>
1858         * diff-mode.el (diff-mode): Fix missing quote.
1860 2004-04-03  Juri Linkov  <juri@jurta.org>
1862         * descr-text.el (describe-property-list): Add `font-lock-face'.
1864         * dired.el (dired-font-lock-keywords): Fix permission regexps.
1866 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1868         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1869         Use utf-16le on little endian machines and utf-16be otherwise.
1871 2004-04-02  David Kastrup  <dak@gnu.org>
1873         * net/browse-url.el (browse-url-generic): Use call-process
1874         instead of start-process to allow browsers that fork and detach.
1876 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
1878         * compile.el (compilation-current-error): New var.
1879         (compilation-setup, compile-mouse-goto-error)
1880         (compile-goto-error, next-error): Use it.
1881         (compilation-skip-to-next-location): Default to t, which gives
1882         contiguous skipping like old compile (where this was redundant).
1883         (compilation-next-error): Prevent previous-* commands from moving
1884         back to message at or just before point.
1886 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
1888         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1889         (gdb-source-info): Don't display source at startup, if required.
1890         (gdb-show-main): New option.
1891         (gdba): Update documentation.
1892         (gdb-source): Cover case of auto-display output.
1894 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
1896         * autorevert.el: Delete obsolete autoload's and defvar's.
1897         (auto-revert-check-vc-info): New user option.
1898         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1899         (auto-revert-handler-vc): Delete.
1900         (auto-revert-handler): Treat return value `fast' of
1901         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
1903         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1904         return `fast'.
1906         * files.el (buffer-stale-function): Doc change.
1908 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1910         * printing.el: New tip on Tips section.
1911         (pr-version): New version number (6.7.4).
1912         (pr-shell-file-name): Initialization fix.
1914 2004-03-31  Juri Linkov  <juri@jurta.org>
1916         * dired.el: Add autoload for `dired-do-touch'.
1917         (dired-touch-program): New var.
1918         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1919         (dired-no-confirm): Add `touch' to docstring.
1921         * dired-aux.el (dired-do-touch): New fun.
1922         (dired-do-chxxx): Add argument -t for touch operation.
1924         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1925         `dired-move-to-filename-regexp'.
1927 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
1929         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
1931 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1933         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1934         and only if the buffer was modified.
1936 2004-03-30  Kenichi Handa  <handa@m17n.org>
1938         * international/characters.el: Delete pairs for U+2308..U+230B.
1940 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
1942         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1943         to detect the beginning of a level 2 or 3 annotation.
1945 2004-03-29  Kenichi Handa  <handa@m17n.org>
1947         * international/ucs-tables.el (ucs-insert): Fix the error message.
1949 2004-03-29  Kenichi Handa  <handa@m17n.org>
1951         * international/mule-util.el (char-displayable-p): Fix generation
1952         of XLFD file name.
1954         * Makefile.in (setwins, setwins_almost): Change directory to $wd
1955         before finding directories by `find'.
1957 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * subr.el (interactive-form): Delete.  Now implemented in C.
1961         * pcvs.el (cvs-parse-process): Workaround for Darwin.
1963         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
1964         (vc-diff-label): New fun.
1965         (vc-diff-internal): Use it.
1967         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
1969 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1971         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
1973         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
1974         specify XML (EBNFX).
1976         * progmodes/ebnf2ps.el: Doc fix.
1977         (ebnf-version): New version number (4.1).
1978         (ebnf-syntax): Adjust customization.
1979         (ebnf-style-database): Add ebnfx entry.
1980         (ebnf-syntax-alist): Add ebnfx initialization.
1981         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
1983         * printing.el: Doc fix.
1984         (pr-version): New version number (6.7.3).
1985         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
1986         returns nil for mouse position.  Reported by Drew Adams
1987         <drew.adams@oracle.com>.
1988         (pr-update-menus): Modify interactive declaration.  Reported by Drew
1989         Adams <drew.adams@oracle.com>.
1991 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
1993         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
1994         (gud-gdba-marker-filter): Log the process input and output, if
1995         required.  From Stefan Monnier.
1996         (gdb-debug-log, gdb-enable-debug-log): New variables.
1997         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
1999 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2002         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
2004 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2006         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2007         Call vc-find-file-hook here instead of in auto-revert-buffers.
2008         (auto-revert-buffers): Delete call to vc-find-file-hook.
2009         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2010         (global-auto-revert-mode, auto-revert-set-timer)
2011         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2013 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2015         * woman.el (woman-change-fonts): Rename local variable
2016         woman-font-alist to font-alist to avoid a compiler warning.
2018 2004-03-27  Dave Love  <fx@gnu.org>
2020         * emacs-lisp/rx.el (rx): Doc fix.
2021         Fix copyright years.
2023         * strokes.el (strokes-global-set-stroke-string): New function.
2024         (strokes-list-strokes): Cope with strings, not just commands.
2025         Set foreground colour of image.
2026         (strokes-global-set-stroke): Doc fix.
2028 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2030         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2031         Auto Revert mode.
2032         (Buffer-menu-files-only): New variable.
2033         (Buffer-menu-toggle-files-only): New function.
2034         (Buffer-menu-mode-map): Bind it to `T'.
2035         (Buffer-menu-mode): Mention `T' in docstring.
2036         Set buffer-stale-function.
2037         (list-buffers-noselect): Mark buffer non-modified and set
2038         Buffer-menu-files-only.
2040         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2042         * autorevert.el (auto-revert-handler): Print revert message
2043         before, rather than after, reverting.
2044         (buffer-stale-function): Move to files.el.
2046         * files.el (buffer-stale-function): Move here from autorevert.el.
2048 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2052         * calc/calc.el (calc-mode-map): Use mapc.
2054         * apropos.el (apropos-mode): Don't autoload.
2055         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2056         (apropos): Use it.
2057         (apropos-print): Add optional `text' argument.
2058         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2059         Don't assume point-min == 1.
2061         * bs.el (bs-buffer-list): Use buffer-local-value.
2062         (bs--set-toggle-to-show): Use with-current-buffer.
2064         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2065         New funs.
2066         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2068         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2070         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2071         (dabbrev--find-expansion): Use pop.
2072         (dabbrev--search): Use match-string-no-properties.
2074         * dired.el (dired-mode): Use run-mode-hooks.
2075         (dired-move-to-end-of-filename): Use match-string.
2077         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2078         is bound before using it.
2079         (ediff-verbose-p): Make it into a var since it's not constant.
2081         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2083         * faces.el (read-face-font): Don't cons up unnecessarily.
2084         (header-line, tool-bar): Share common parts.
2086         * files.el (file-relative-name): Use compare-strings.
2088         * finder.el (finder-mode): Follow coding convention.
2090         * subr.el (read-number): New function.
2092         * ses.el (ses-read-number): Move to subr.el.
2093         (ses-set-header-row): Use read-number.
2095 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
2097         * vc-hooks.el (vc-arg-list): New function, which handles both
2098         compiled and uncompiled code.
2099         (vc-default-workfile-unchanged-p): Use it.
2101         * vc.el (vc-print-log): Undo prev change, use new function
2102         vc-arg-list from vc-hooks.el.
2104 2004-03-26  Masatake YAMATO  <jet@gyve.org>
2106         * simple.el (completion-setup-function): Emphasize the
2107         first uncommon characters in the completions; and de-emphasize
2108         the common prefix substrings.
2109         (completion-emphasis): New face.
2110         (completion-de-emphasis): New face.
2112 2004-03-25  Juanma Barranquero  <lektu@terra.es>
2114         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2115         Comment out (it's unused and unfinished code).
2117 2004-03-25  Sam Steingold  <sds@gnu.org>
2119         * vc.el (vc-print-log): Fix a bug in the last patch:
2120         backend-function may be a byte-compiled object, not a lambda.
2122 2004-03-25  Juri Linkov  <juri@jurta.org>
2124         * descr-text.el (describe-property-list): Add a button
2125         for `face' property that calls `describe-face'.
2126         Suggested by luis fernandes <elf@ee.ryerson.ca>
2128         * international/mule.el (keyboard-coding-system):
2129         * kmacro.el (kmacro-call-macro): Fix docstring.
2131         * dired.el: Fix comments.
2133         * textmodes/fill.el (fill): Fix Info link.
2135         * font-lock.el (fast-lock, lazy-lock):
2136         * jit-lock.el (jit-lock): Remove links to removed Support Modes
2137         Info node.
2139         * eshell/eshell.el (eshell): Fix broken info-link.
2141         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2142         * eshell/em-banner.el (eshell-banner):
2143         * eshell/em-smart.el (eshell-smart):
2144         * eshell/esh-cmd.el (eshell-cmd):
2145         Comment out broken info-links to incomplete Info manual.
2147         * info-xref.el: Fix commentary.
2149 2004-03-25  Kevin Ryde  <user42@zip.com.au>
2151         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2152         Remove spurious node duplicate suppression, doesn't work, not wanted.
2153         (info-xref-output): Take format style args, add "sit-for 0" to let
2154         user see the results as they progress.
2155         (info-xref-check-all-custom): New function.
2157 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
2159         * gdb-ui.el: Moved to progmodes.
2161 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2165 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2167         * calendar/appt.el (appt-check): Remove superfluous progn.
2168         When finished with diary buffer: if it was not being displayed
2169         before, kill it; otherwise restore its original state.
2170         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2172         * calendar/calendar.el (calendar-set-mode-line): Use total
2173         available mode-line width, rather than frame-width.
2175         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2176         after mode change so effect not lost.
2178 2004-03-23  Dave Love  <fx@gnu.org>
2180         * dired.el (dired) <defgroup>: Add link to manual.
2181         (dired-font-lock-keywords): Add highlighting on unusual permissions.
2182         (dired-revert): Use dolist.
2183         (dired-mode-map): Add U binding.
2184         (dired-mode): Add font-lock-beginning-of-syntax-function.
2185         (dired-garbage-files-regexp): Make it a defcustom.
2187 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2190         is equivalent to nil.
2191         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2192         (vc-arch-mode-line-string): Accept `added' state.
2193         (vc-arch-state): Use inode-sigs if available.
2194         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2195         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
2196         (vc-arch-tagline-re): New var.
2197         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2198         New functions.
2199         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2200         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2202         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2203         (vc-file-not-found-hook): Use it.
2205         * diff-mode.el (diff-default-read-only): Change default.
2206         (diff-mode-hook): Make it a defcustom.  Add some options.
2207         (diff-mode-map): Bind diff-refine-hook.
2208         (diff-yank-handler): New var.
2209         (diff-yank-function): New fun.
2210         (diff-font-lock-keywords): Use them.
2211         (diff-end-of-file): Handle case where file-header looks like diff text.
2212         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2213         (diff-file-kill): Delete a subsequent empty line, if applicable.
2214         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2215         (diff-find-file-name): Use it.
2216         (diff-tell-file-name): New command.
2217         (diff-mode): Be careful with view-mode.
2218         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2219         New functions, for use in diff-mode-hook.
2220         (diff-find-source-location): Catch "regex too large" errors.
2221         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2222         (diff-refine-hunk): New command.
2224         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2225         (smerge-context-menu-map): Remove unused var.
2226         (smerge-keep-all): Preserve markers.
2227         (smerge-keep-n): New fun.
2228         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2229         (smerge-keep-current, smerge-ediff): Use it.
2230         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
2231         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2232         (smerge-resolve): Resolve trivial 3-part conflicts.
2234 2004-03-23  Juri Linkov  <juri@jurta.org>
2236         * man.el (Man-width): New var.
2237         (Man-getpage-in-background): Use it.
2238         (Man-support-local-filenames): New var and fun.
2239         (Man-build-man-command): Don't add a second %s.
2240         (Man-fontify-manpage): Clean up message.
2241         (Man-mode): Set outline-regexp, outline-level,
2242         imenu-generic-expression.
2244         * woman.el (woman-fill-frame): Doc fix.
2245         (woman-decode-region): Use window-width instead of frame-width.
2247         * abbrevlist.el (list-one-abbrev-table):
2248         * descr-text.el (describe-char):
2249         * international/mule-diag.el (describe-current-coding-system):
2250         * international/quail.el (quail-insert-decode-map):
2251         Use window-width instead of frame-width.
2253         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2254         (jka-compr-mode-alist-additions): Add tbz.
2255         (jka-compr-write-region, jka-compr-insert-file-contents):
2256         Add message for undefined compress-program.
2257         (jka-compr-write-region): Remove redundant var bindings.
2259         * dired-x.el (dired-guess-shell-alist-default): Add choices for
2260         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
2261         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2262         (dired-man): Use dired-guess-shell-command.
2263         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2264         Change default nil to t.
2266         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2267         (dired-compare-directories): Add default value for empty input.
2269         * help-at-pt.el: Move suggestions for key bindings to Commentary.
2271         * time.el (display-time-string-forms): Fix help-echo date format.
2273 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
2275         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
2276         (buffer-stale-function): New variable.
2277         (auto-revert-list-diff, auto-revert-dired-file-list)
2278         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2279         (auto-revert-handler): Take over some functionality of deleted
2280         functions.
2281         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2283         * dired.el (dired-directory-changed-p): New fun, extracted from
2284         dired-internal-noselect.
2285         (dired-buffer-stale-p): New fun.
2286         (dired-internal-noselect): Use dired-directory-changed-p.
2287         Eliminate revert messages.
2288         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2290 2004-03-23  Kenichi Handa  <handa@m17n.org>
2292         * international/characters.el: Setup syntaxes for more parentheses
2293         Unicode characters.
2295         * international/mule-cmds.el (select-safe-coding-system):
2296         Merge coding-system and auto-cs before comparing them.
2298 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2300         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2302         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2303         normal-auto-fill-function and comment-indent-function.
2304         The default values now work just as well.
2305         Don't set font-lock-beginning-of-syntax-function since we already set
2306         syntax-begin-function.
2307         (lisp-outline-level): Put ;;;###autoload at same level as (.
2308         (prin1-char): Quote special chars.
2310         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2311         than with-no-warnings.
2313         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2314         if the source location can't be found.
2315         (edebug-compute-previous-result): Use prin1-char.
2317         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2318         (debug-ignored-errors): Add an entry.
2320         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2321         (byte-compile-file): Output warning when deleting a file.
2323         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2324         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2326         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2327         (byte-compile-inline-expand): Use backquote.
2328         (byte-optimize-pure-func): Rename from byte-optimize-concat.
2329         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2331         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2333         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2335 2004-03-22  Juri Linkov  <juri@jurta.org>
2337         * finder.el (finder-known-keywords): Fix data, tex, unix.
2339         * play/landmark.el: Fix keywords.
2341         * language/ethio-util.el (ethio-find-file): Doc fix.
2343         * emacs-lisp/warnings.el: Doc fix.
2345         * textmodes/ispell.el (ispell-help): Doc fix.
2347 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
2349         * format.el (format-insert-file): Always return a list of two
2350         elements, like insert-file-contents does.
2352 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
2354         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
2355         and vc-BACKEND-diff.
2356         (vc-print-log): If the print-log implementation supports it, use
2357         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2358         (vc-version-diff, vc-diff-internal): Doc fixes.
2360         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
2361         implementation supports it, let diff output go to *vc*,
2362         not *vc-diff*, since this is an internal call.
2364         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
2366         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2368         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
2370 2004-03-21  Dave Love  <fx@gnu.org>
2372         * progmodes/cfengine.el (cfengine-mode):
2373         Set parse-sexp-ignore-comments.
2375         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2377 2004-03-21  Juanma Barranquero  <lektu@terra.es>
2379         * allout.el (allout-mode): Fix docstring.
2381 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
2383         * files.el (insert-directory): Fix bug if SWITCHES is a list.
2385         * autorevert.el (auto-revert-interval): Make new value take
2386         effect immediately when set through Custom.
2387         (auto-revert-set-timer): Add interactive declaration.
2389 2004-03-19  David Ponce  <david@dponce.com>
2391         * ruler-mode.el (ruler-mode-header-line-format-old):
2392         Don't `make-variable-buffer-local'.
2393         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2394         (ruler-mode-header-line-format): Simply funcall the above.
2395         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2396         to save/restore a previous header line format.
2397         (ruler-mode-space): Don't depend on a numeric WIDTH value.
2398         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2399         fringes and margins width.
2400         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2402 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2404         * log-edit.el (log-edit-font-lock-keywords): Typo.
2406         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2407         (tex-send-tex-command): Rather than here.
2408         (tex-compilation-parse-errors): Simplify.
2410         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2412         * time.el (display-time-string-forms): Add help-echo with date on time.
2414         * composite.el (compose-region): Use restore-buffer-modified-p.
2416         * disp-table.el (standard-display-8bit): Simplify.
2418         * server.el (server-process-filter): Delete temp frame.
2420         * add-log.el (add-change-log-entry): Simplify.
2422 2004-03-19  Kim F. Storm  <storm@cua.dk>
2424         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2425         (hexl-follow-line): Don't require 'fringe.
2427         * progmodes/compile.el (compilation-start): Always set
2428         compilation-last-buffer and return it.
2430 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2432         * simple.el (clone-buffer): Doc fix.
2434 2004-03-18  Juanma Barranquero  <lektu@terra.es>
2436         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2438 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2440         * log-edit.el (log-edit-font-lock-keywords): New var.
2441         (log-edit-mode): Use it.
2443 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
2445         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2446         properly for watching in speedbar.
2448 2004-03-17  Masatake YAMATO  <jet@gyve.org>
2450         * smerge-mode.el (smerge-popup-context-menu):
2451         Put `unwind-protect' around `overlay-put' and `popup-menu'.
2453 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2456         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2457         Take sealed revisions into account.
2458         (vc-arch-checkin): Extract a summary line from the message.
2460 2004-03-16  Masatake YAMATO  <jet@gyve.org>
2462         * register.el (register): Provide `register' feature.
2464 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2466         Added context menu support in smerge mode.
2467         Most of the part is written by Stefan Monnier.
2469         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2470         New keymap and menu.
2471         (smerge-text-properties): New function.
2472         (smerge-remove-props): New function.
2473         (smerge-popup-context-menu): New function.
2474         (smerge-resolve): Call `smerge-remove-props'.
2475         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2476         (smerge-keep-current): Ditto.
2477         (smerge-kill-current): New function.
2478         (smerge-match-conflict): Put text properties.
2479         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2481 2004-03-15  David Ponce  <david@dponce.com>
2483         * ruler-mode.el: (ruler-mode-left-fringe-cols)
2484         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2485         (ruler-mode-right-scroll-bar-cols): Remove.
2486         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2487         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2488         Use fringe-columns and scroll-bar-columns.
2490 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2492         * hl-line.el (hl-line-range-function): New variable.
2493         (hl-line-move): New function.
2494         (global-hl-line-highlight): Use `hl-line-move'.
2495         (hl-line-highlight): Ditto.
2497         * scroll-bar.el (scroll-bar-columns):
2498         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
2500         * ruler-mode.el (top-level): Require scroll-bar and fringe.
2501         (ruler-mode-left-fringe-cols)
2502         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2503         (ruler-mode-right-scroll-bar-cols)
2504         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2505         (ruler-mode-ruler-function): New variable.
2506         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2507         if the value for `ruler-mode-ruler-function'is given.
2509         * hexl.el (hexl-mode-hook): Make the hook customizable.
2510         (hexl-address-area, hexl-ascii-area): New customize variables.
2511         (hexlify-buffer): Put font-lock-faces on the address area and
2512         the ascii area.
2513         (hexl-activate-ruler): New function.
2514         (hexl-follow-line): New function.
2515         (hexl-highlight-line-range): New function.
2516         (hexl-mode-ruler): New function.
2518 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
2521         (vc-default-find-file-hook): New fun.
2522         (vc-find-file-hook): Call new find-file-hook operation.
2524         * vc-arch.el: New file.
2526 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
2528         * info-look.el (info-lookup): Reuse an existing Info window.
2530 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2532         * woman.el (woman-preserve-ascii): Default value changed to t and
2533         doc string revised.
2535 2004-03-12  Richard M. Stallman  <rms@gnu.org>
2537         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2538         Fix minor bug.
2540         * replace.el (occur-engine): Change message for count of matches.
2542         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2543         For strings, do compare text properties.
2545 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
2547         * progmodes/compile.el (compile-auto-highlight)
2548         (compilation-error-list, compilation-old-error-list)
2549         (compilation-parse-errors-function, compilation-parsing-end)
2550         (compilation-error-message, compilation-directory-stack)
2551         (compilation-enter-directory-regexp-alist)
2552         (compilation-leave-directory-regexp-alist)
2553         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2554         (compilation-current-file, compilation-regexps): Remove vars.
2556         (compile-error-at-point, compilation-error-filedata)
2557         (compilation-error-filedata-file-name, compile-reinitialize-errors)
2558         (compilation-next-error-locus, compilation-forget-errors)
2559         (count-regexp-groupings, compilation-parse-errors)
2560         (compile-collect-regexps, compile-buffer-substring): Remove funs.
2562         (compile-internal): Make obsolete.
2564         (compilation-first-column, compilation-error)
2565         (compilation-directory-matcher, compilation-page-delimiter)
2566         (compilation-mode-font-lock-keywords, compilation-debug)
2567         (compilation-error-face, compilation-warning-face)
2568         (compilation-info-face, compilation-line-face)
2569         (compilation-column-face, compilation-enter-directory-face)
2570         (compilation-leave-directory-face, compilation-skip-threshold)
2571         (compilation-skip-visited, compilation-context-lines): New vars.
2573         (compilation-warning-face, compilation-info-face)
2574         (compilation-message-face): New faces.
2576         (compilation-error-regexp-alist-alist): New constant.
2578         (compilation-face, compilation-directory-properties)
2579         (compilation-assq, compilation-error-properties, compilation-start)
2580         (define-compilation-mode, compilation-loop)
2581         (compilation-set-window): New functions.
2583         (compile): Additional argument for interactive compiles like TeX.
2585         * progmodes/grep.el (kill-grep): Move here from compile.el
2586         (grep-error, grep-hit-face, grep-error-face)
2587         (grep-mode-font-lock-keywords): New variables.
2588         (grep-regexp-alist): Simplify regexp and add `binary' case.
2589         (grep-mode): New mode.
2590         (grep-process-setup): Simplify.
2592 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2594         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2595         letters on DOS/Windows.
2597 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * server.el (server-name): New var.
2600         (server-socket-dir): New var to replace server-socket-name.
2601         (server-start): Use them.
2603 2004-03-11  Simon Josefsson  <jas@extundo.com>
2605         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2606         died to avoid infloop.  Reported by Jonathan Glauner
2607         <jglauner@sbum.org>.
2609 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2612         (smerge-mode-menu): Use it to deactivate menu entries.
2613         (smerge-keep-current): New fun.
2614         (smerge-keep-current): Use it.
2616 2004-03-10  John Paul Wallington  <jpw@gnu.org>
2618         * foldout.el (foldout-fold-list, foldout-modeline-string):
2619         Declare them as variables, not constants.
2621 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2623         * ps-print.el: Modification to print *Messages* buffer.
2624         (ps-print-version): New version 6.6.4.
2625         (ps-message-log-max): New fun.
2626         (ps-spool-without-faces, ps-spool-with-faces)
2627         (ps-count-lines-preprint): Code fix.
2629         * printing.el: New tips in Tips section.
2631 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2633         * delim-col.el: Doc fix.
2635         * printing.el: Doc fix.  New doc section (Tips).
2637 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * type-break.el (type-break-emacs-variant): Remove.
2640         (type-break-run-at-time, type-break-cancel-function-timers):
2641         Use fboundp rather than version name and number.
2643 2004-03-09  Masatake YAMATO  <jet@gyve.org>
2645         * hexl.el (hexl-mode): Use `make-local-variable' instead of
2646         `make-variable-buffer-local'.
2648 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2650         * find-dired.el (find-dired): Call `shell-command' instead of
2651         `start-process-shell-command'.  By this, Tramp takes over
2652         handling of remote directories.
2654 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         * newcomment.el (comment-use-global-state): New var.
2657         (comment-search-forward): Use it.
2659         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2661         * cus-edit.el (fill) <defgroup>: Move to fill.el.
2663         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2664         (enable-kinsoku): Make it a defcustom.
2665         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2666         paragraph to same-comment-start-marker.
2668 2004-03-07  Dave Love  <fx@gnu.org>
2670         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2671         (browse-url-mail): Use it.
2673         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2674         (rfc2368-unhexify-string): Use replace-regexp-in-string.
2676 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2678         * woman.el (woman-man.conf-path): Doc fix.
2679         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2681 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
2683         * sort.el (sort-columns): Remove ms-dos from the list of systems
2684         where the external `sort' command is not used.
2686 2004-03-07  Kim F. Storm  <storm@cua.dk>
2688         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2689         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2690         from overlay-arrow-variable-list.
2691         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2693 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
2695         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2696         overlay arrow string properly for the assembler buffer.
2698 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * mail/sendmail.el (mail-mode): Fix last change.
2702 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
2704         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2705         for the assembler buffer.
2706         (gdb-assembler-custom): Position the overlay arrow.
2707         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2709 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2713         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2714         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2716         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2718         * newcomment.el (uncomment-region): Allow non-terminated comment.
2719         (comment-normalize-vars): Check the user-specified comstart marker.
2721 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2723         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2724         Otherwise, do use it if the region only contains font-lock text
2725         properties.
2727 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2729         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2730         as the callback function for eldoc.
2731         (hexl-print-current-point-info): New function.
2732         (hexl-current-address): Print the address in both decimal
2733         and hexadecimal format.
2735 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2737         * mail/rmail.el (rmail-convert-to-babyl-format):
2738         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2740         * mail/mail-utils.el (mail-unquote-printable-region):
2741         New arg UNIBYTE.
2743         * startup.el (command-switch-alist): Doc fix.
2745         * simple.el (undo): Temporarily set this-command to `undo-start',
2746         then set it to `undo' once undo-start returns without error.
2748         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2750         * simple.el (kill-line): Don't disregard trailing whitespace
2751         in eol condition, if show-trailing-whitespace is set.
2753         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2754         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2755         When disabling, restore old values only if mouse-sel-has-been-enabled.
2757         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2758         (isearch-{-char): New function.
2759         (isearch-mode-map): Bind { to isearch-{-char.
2761         * font-lock.el (lisp-font-lock-keywords-2):
2762         Turn off the CL with-... and do-... general patterns.
2763         Instead, recognize several specific with... and do... constructs.
2765         * files.el (switch-to-buffer-other-window):
2766         Bind same-window-buffer-names and same-window-regexps to nil.
2767         (switch-to-buffer-other-frame): Likewise.
2769 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2771         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2772         recognizing leading comment on code line.
2774 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2776         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2777         hidden files/directories.
2779 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2782         only comment-start (in case the mode hasn't set it).
2784         * Makefile.in (AUTOGENEL): New var.
2785         (bootstrap-prepare): Rename from bootstrap-clean.
2786         Don't remove elc files.
2787         (maintainer-clean): New target.
2789         * xml.el (xml-get-attribute-or-nil): Simplify.
2791 2004-03-02  Juri Linkov  <juri@jurta.org>
2793         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2794         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2795         URL to prevent their substitution with the environment variable
2796         values by browsers.
2798 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2800         * ps-print.el: Doc fix.
2801         (ps-print-version): New version number (6.6.3).
2802         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2803         Docstring fix.
2804         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2805         before printing.
2806         (ps-time-stamp-yyyy-mm-dd): New fun.
2807         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2809 2004-03-02  Kim F. Storm  <storm@cua.dk>
2811         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2813 2004-03-01  Juanma Barranquero  <lektu@terra.es>
2815         * allout.el (allout-rebullet-heading): Fix typo in docstring.
2817         * desktop.el (desktop-file-version)
2818         (desktop-after-read-hook): Fix typos.
2819         (desktop-clear-preserve-buffers): Remove redundant info in
2820         docstring already shown by the obsolescence message.
2821         (desktop-truncate, desktop-internal-v2s)
2822         (desktop-value-to-string): Change argument name to match docstring.
2824         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2826         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2827         docstring.
2829 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2831         * printing.el: Replace "As Is..." in PostScript file print/preview by
2832         "No Preprocessing...".  Suggested by Colin Marquardt
2833         <_marquardt_@zmd.de>.
2834         (pr-insert-section-4): Adjust buffer interface.
2836 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2838         Version 2.0.39 of Tramp released.
2840         * net/tramp.el (tramp-handle-file-local-copy)
2841         (tramp-handle-write-region, tramp-open-connection-rsh):
2842         Variable name typo.  Small change.  From Patrick Tullmann
2843         <tullmann@flux.utah.edu>.
2844         (tramp-process-connection-type): New variable.
2845         (tramp-maybe-open-connection): Use it.
2846         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2847         (tramp-touch): Set last-modified time of a remote file.
2848         (tramp-handle-write-region): Say which function is used when encoding.
2850 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2852         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2853         case of non-existing filename, too.  Reported by Christoph Bauer
2854         <c_bauer@informatik.uni-kl.de>.
2855         (tramp-smb-get-file-entries): The directory in question should
2856         have permissions "drwxrwxrwx".  Just virtual, because we don't
2857         know the real permissions.  Don't we know?
2858         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2859         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2860         (tramp-smb-wait-for-output): Optimize algorithm getting pending
2861         output.  If it was received chunkwise, there have been problems.
2862         Remove the "prompt not found" error message; it is obvious.
2863         Simplify algorithm.
2864         (tramp-smb-process-running): Remove.  Since we acknowledge the
2865         virtual prompt for shares, there's no need for distinction of
2866         reading shares (process ends afterwards) and interactive mode of
2867         smblient.
2868         (tramp-smb-open-connection): Setting process sentinel removed.
2869         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2870         "NT_STATUS_NETWORK_ACCESS_DENIED".
2871         (tramp-smb-maybe-open-connection): Set `process-connection-type'
2872         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2873         (top-level): Setting default value in `tramp-default-method-alist'
2874         corrected.  Order of USER and HOST have been wrong.
2875         Nobody complained for months ...
2876         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2877         (tramp-smb-open-connection): Clear password cache if login has failed.
2879         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
2880         `tramp-unified-filenames'.
2881         (tramp-completion-mode): Make test for XEmacs explicitely.
2882         `event-to-character' can exists in Emacs packages too.
2883         Reported by Matt Swift <swift@alum.mit.edu>.
2884         (tramp-buffer-name): Buffer name must contain the user if exists.
2885         Reported by Adrian Phillips <a.phillips@met.no>.
2886         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2887         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2888         (tramp-do-copy-or-rename-file-out-of-band): Rename from
2889         `tramp-do-copy-or-rename-file-one-local', because it handles also
2890         the case both files use the same out-of-band method.
2891         Implementation added.
2892         (tramp-handle-file-local-copy, tramp-handle-write-region):
2893         Out-of-band handling removed.  `copy-file' called instead, which
2894         calls `tramp-do-copy-or-rename-file-out-of-band'.
2895         (tramp-action-password): Check for out-of-band method removed.
2896         This function is used for 'login-program.
2897         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2898         appropriate.
2899         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2900         and `tramp-parse-sknownhosts'.
2901         (tramp-completion-function-alist): It's a defvar now, because we
2902         want to apply the optimized `tramp-set-completion-function'
2903         instead of a static list.
2904         (tramp-set-completion-function): Implementation tuned.
2905         Avoid double entries, and entries where the function or the
2906         file/directory doesn't exist.
2907         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2908         for SSH2.
2909         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2910         (tramp-handle-dired-compress-file): New function.
2911         (tramp-async-proc): New variable.
2912         (tramp-handle-shell-command): Adding asynchronous processes.
2913         They are far from being perfect, but it works at least for
2914         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2915         (top-level): Require password.el if visible.  Should be mandatory
2916         once No Gnus has found its way into (X)Emacs.
2917         (tramp-read-passwd): Invoke `password-read' if available,
2918         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
2919         fallback any longer.
2920         (tramp-clear-passwd): New function.
2921         (tramp-process-actions, tramp-process-multi-actions):
2922         Clear password cache if login has failed.
2924         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
2925         its own module.
2926         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2927         `ange-ftp-ftp-name-res'.  There could be incorrect values from
2928         previous calls in case the "ftp" method is used in the Tramp file
2929         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2931 2004-02-28  Richard M. Stallman  <rms@gnu.org>
2933         * term.el (term-mouse-paste): Call mouse-set-point.
2935         * thumbs.el: New file.
2937 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2939         * progmodes/ebnf-abn.el: Doc fix.
2941         * progmodes/ebnf-bnf.el: Doc fix.
2942         (ebnf-repeat): Code fix.
2944         * progmodes/ebnf2ps.el: Doc fix.
2945         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
2947 2004-02-28  Juri Linkov  <juri@jurta.org>
2949         * ffap.el (dired-at-point): Additional writability test for
2950         relative directory names.
2951         (dired-at-point-prompter): Treat directories as a directory, get
2952         the directory component from files.
2953         (ffap-string-at-point): Return string from region if region is active.
2954         (ffap-file-at-point): Remove redundant code.
2956 2004-02-28  Kim F. Storm  <storm@cua.dk>
2958         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
2959         Initialize margin area images to nil.
2960         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
2961         (breakpoint-enabled-bitmap-face)
2962         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
2963         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
2964         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
2965         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
2966         (gdb-reset): Use gdb-remove-breakpoint-icons.
2967         (gdb-put-string): Add dprop arg to specify alternative display
2968         property (for setting fringe bitmap).
2969         (gdb-remove-strings): Doc fix.
2970         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
2971         icon in fringe (if available), or else as icon or text in display
2972         margin.  Creates necessary icons in breakpoint-bitmap,
2973         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
2974         Also make left window margin if required.
2975         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
2976         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
2977         no longer needed.
2978         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
2979         gdb-put-breakpoint-icon.
2980         (gdb-assembler-mode): Don't set left-margin-width here.
2982 2004-02-27  Kevin Ryde  <user42@zip.com.au>
2984         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
2985         comma, so that it DTRT in macros.
2987 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2989         * progmodes/sh-script.el (sh-shell-arg)
2990         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
2991         (sh-leading-keywords, sh-other-keywords): Fix custom type.
2993 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
2995         * faces.el (face-spec-set-match-display): Add a new attribute,
2996         `min-colors'.
2997         (region, highlight, secondary-selection): Use `min-colors'.
2999         * custom.el (defface): Add documentation for `min-colors'.
3001         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3002         (font-lock-keyword-face, font-lock-function-name-face)
3003         (font-lock-variable-name-face, font-lock-constant-face):
3004         Use `min-colors'.
3006         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3008 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3010         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3011         define assq-delete-all if it's not defined.
3012         (ebnf-generate-region): Code fix.
3014         * printing.el: Doc fix.
3015         (pr-version): New version number (6.7.2).
3016         (pr-command): Return empty string if command is an empty string.
3018 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3020         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3022         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3023         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3024         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3025         "tt" ["test"] ).  Reported by Markus Dreyer
3026         <mdreyer@ix.urz.uni-heidelberg.de>.
3027         (ebnf-version): New version number (4.0).
3028         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3029         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3030         (ebnf-delete-style): New commands.
3031         (ebnf-directory, ebnf-file): New funs.
3032         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3033         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3034         (ebnf-syntax-alist): New var.
3035         (ebnf-element-width): New fun replacing ebnf-list-width.
3036         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3037         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3038         (ebnf-prologue): Adjust vars.
3039         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3040         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3041         (ebnf-check-style-values, ebnf-generate-production)
3042         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3043         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3044         (ebnf-token-repeat): Code fix.
3046         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3047         %right, %left and %prec.  Suggested by Matthew K. Junker
3048         <junker@alum.mit.edu>.
3049         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3051         * progmodes/ebnf-iso.el: Doc fix.
3052         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3053         (ebnf-iso-lex): Code fix.
3055         * progmodes/ebnf-bnf.el: Doc fix.
3056         (ebnf-bnf-lex): Code fix.
3058         * progmodes/ebnf-otz.el: Doc fix.
3060 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3062         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3063         (abbrev-prefix-mark): Doc fix.
3065 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3067         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3068         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3069         (gdb-var-delete): Make interactive (really).
3070         (gdb-edit-value): Make non-interactive.
3072         * progmodes/gud.el (gud-speedbar-menu-items):
3073         Add gdb-var-delete and, indirectly, gdb-edit-value.
3074         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3075         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3076         (gud-gdb-marker-filter): Add comment for annotations.
3078 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3080         * calendar/calendar.el (generate-calendar)
3081         (calendar-read-date): Prevent display of BC calendars once more -
3082         reverts 2003-10-01 change.
3083         (generate-calendar-month): Doc fix.
3085 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3087         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3088         return value of increment-calendar-month.
3090 2004-02-21  Stephen Compall  <s11@member.fsf.org>
3092         * saveplace.el (save-place-forget-unreadable-files)
3093         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3094         (save-place-forget-unreadable-files): New function.
3095         (save-place-alist-to-file): Use it to filter out files that are
3096         no longer readable.
3098         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3099         current Texinfo environment, using the same method as in
3100         `texinfo-insert-@end', and insert a space rather than a newline if
3101         point in a @table environment.
3103 2004-02-21  Juri Linkov  <juri@jurta.org>
3105         * ffap.el (ffap-file-at-point): Try parent directories.
3107 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3109         * vcursor.el (vcursor-modifiers): New defcustom.
3110         (vcursor-cs-binding): Use vcursor-modifiers instead of a
3111         hard-coded list.
3113 2004-02-21  Masatake YAMATO  <jet@gyve.org>
3115         * play/animate.el (animate-birthday-present): Accept names other
3116         than `Sarah', too.
3118 2004-02-21  Juri Linkov  <juri@jurta.org>
3120         * startup.el: Remove table of command line arguments from the
3121         Commentary section.
3123 2004-02-20  John Wiegley  <johnw@newartisans.com>
3125         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3126         again" modifier from 'e' to 'E', since 'e' is also used by the
3127         "file extension" modifier.
3129 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3131         * help-fns.el (describe-categories): Doc fix.
3133 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3135         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3136         temporary file for buffer already visiting one.  This change makes
3137         output likely to be directly usable by patch program.
3138         Suggested by Adrian Aichner  <adrian@xemacs.org>
3140 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
3142         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3143         case of variables defined in compound statements.
3144         (gdb-setup-windows, gdb-source-info, gdb-source-info):
3145         Simplify constructions using switch-to-buffer.
3147 2004-02-19  Simon Josefsson  <jas@extundo.com>
3149         * play/morse.el: Fix typo.
3150         (morse-code): Add @.
3152 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3154         * calendar/appt.el (appt-display-format): Change default to
3155         'ignore, for backwards compatibility.
3156         (appt-display-message): If appt-display-format is 'ignore,
3157         respect old vars appt-msg-window and appt-visible.
3158         (appt-activate): Don't depend on return value of cancel-timer.
3160         * calendar/calendar.el (calendar-holidays): Doc fix.
3162         * calendar/cal-coptic.el (coptic-prompt-for-date):
3163         Use assoc-string instead of assoc-ignore-case.
3164         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3165         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3166         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3167         * calendar/cal-islam.el (calendar-goto-islamic-date)
3168         (mark-islamic-diary-entries): Ditto.
3169         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3170         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3171         (calendar-read-mayan-tzolkin-date): Ditto.
3172         * calendar/calendar.el (calendar-read-date): Ditto.
3173         * calendar/diary-lib.el (mark-diary-entries): Ditto.
3175 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3177         * progmodes/executable.el (executable-command-find-posix-p):
3178         Fix choice of the directory.
3180 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3182         * simple.el (interprogram-cut-function)
3183         (interprogram-paste-function, kill-new, kill-append):
3184         Doc fixes.
3185         (kill-region): Make it return nil.  Doc fix.
3186         (yank-pop): Make its argument optional.
3187         (yank): Make ARG `-' equivalent to `-1'.
3189 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
3191         * mail/rmail.el (rmail-get-new-mail): Don't reference
3192         rmail-use-spam-filter if rmail-spam-filter is not loaded.
3194 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3196         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3197         if one of global-auto-revert-non-file-buffers or autorevert-mode
3198         is non-nil.
3200 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3202         * subr.el (delete-dups): A better implementation from Karl Heuer
3203         <kwzh@gnu.org>.
3205 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3207         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3208         correct place.
3209         * progmodes/icon.el (icon-indent-command): Ditto.
3210         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3212 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3214         * progmodes/grep.el (grep-compute-defaults): Undo change from
3215         2004-01-29: don't use executable-command-find-posix-p.
3217 2004-02-16  Richard Sharman  <rsharman@pobox.com>
3219         * hilit-chg.el: Use require instead of eval-and-compile.
3220         (highlight-compare-buffers): New function.
3222 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
3224         * man.el (Man-fontify-manpage): Render section headings in
3225         `Man-overstrike-face' even when overstrike was not used by man
3226         formatter for section headings.
3228 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
3230         * rmail-spam-filter.el: (vm-use-spam-filter)
3231         (rsf-min-region-length-added-to-spam-list): New variables.
3232         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
3233         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
3234         spam testing.  Don't delete spam message if automatic deletion
3235         after output via variable rmail-delete-after-output is turned on.
3236         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
3237         rsf-bbdb-dont-create-entries-for-spam.
3238         (check-field): New function, extracted from code in
3239         rmail-spam-filter to ease addition of header fields like content-type.
3240         (message-content-type): New variable to check the content-type:
3241         field added, also in defcustom of rsf-definitions-alist.
3242         (rmail-spam-filter): Replace repeated test code for header fields
3243         by calls to check-field; change the call to
3244         rmail-output-to-rmail-file such that rmail-current-message stays
3245         the same to avoid wrong deletion of unseen flags.
3246         (rsf-add-contents-type): New function to convert old format
3247         of rmail-spam-definitions-alist into new one.
3248         Change prefixes of all variables and functions from
3249         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3251 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3253         * loadhist.el (unload-hook-features-list): New defvar.
3255 2004-02-16  Dave Love  <fx@gnu.org>
3257         * loadhist.el (unload-feature): Doc fix.  Rename flist to
3258         unload-hook-features-list.
3260 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
3262         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3263         cookie.  Don't check if we are looking-at open-formula.
3265 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3267         * subr.el (match-string-no-properties): Use substring-no-properties.
3269 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3271         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
3272         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3273         Use lower-case "rx" in all error message.
3275 2004-02-16  Dave Love  <fx@gnu.org>
3277         * emacs-lisp/rx.el (rx-or): Put group around result.
3278         (rx-constituents): Add backref.
3279         (rx-syntax): Add string-delimiter, comment-delimiter.
3280         (rx-categories): Add combining-diacritic.
3281         (rx-check-not, rx-greedy, rx): Doc fix.
3282         (rx-backref, rx-check-backref): New.
3284 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
3286         * newcomment.el (uncomment-region): Allow eob as comment end.
3288 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3290         * filecache.el: All message and error commands now use prefix
3291         "Filecache:" to make it easy to read *Messages* buffer.
3293 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3295         * autorevert.el: Add support to detect changed dired and VC buffers.
3296         (auto-revert-active-p, auto-revert-list-diff)
3297         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3298         (auto-revert-handler, auto-revert-active-p): New functions.
3299         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
3300         and `auto-revert-active-p'.
3301         (eval-when-compile): Defvar dired-directory and vc-mode.
3302         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3303         (auto-revert-handler-vc): New functions.
3305 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3307         * progmodes/compile.el (compilation-directory): New defvar.
3308         (compile): Save current directory in compilation-directory.
3309         (recompile): Bind default-directory to compilation-directory if
3310         that is non-nil.
3312 2004-02-16  Dave Love  <fx@gnu.org>
3314         * newcomment.el (comment-insert-comment-function)
3315         (comment-region-function, uncomment-region-function): New.
3316         (comment-indent): Use comment-insert-comment-function.
3317         (uncomment-region): Use uncomment-region-function.
3318         (comment-region): Use comment-region-function.
3320         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3322 2004-02-16  Richard Stallman  <rms@gnu.org>
3324         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3325         loaddefs* and ldefs-boot*.
3327 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3329         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3330         and email address at the beginning and end of the address.
3332         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3333         anchored at the beginning of the email address.
3335 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
3337         * international/ccl.el (ccl-compile-write): Pass `left' to
3338         ccl-embed-code to generate correct code of write-expr-register.
3340 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
3342         * progmodes/grep.el (grep-compute-defaults): Fix typos.
3344 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3346         * x-dnd.el: Mention support for Motif in commentary.
3347         (x-dnd-handle-drag-n-drop-event): Ditto.
3349 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
3351         * ses.el: Use "ses--" prefixes for buffer-local variables.
3352         Use (point-min) instead of 1, even when we know the buffer
3353         is unnarrowed.
3354         (ses-build-load-map): Delete.  Distribute its content to defconst's for
3355         the three maps.
3356         (ses-menu, ses-header-line-menu): New menus.
3357         (ses-mode-map): Use them.
3358         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
3360 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
3362         * Makefile.in: Fix the CC Mode recompile kludge so it works
3363         when building in a different directory.
3365 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
3367         * simple.el (kill-new): Put yank-handler property on the entire string.
3369 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * diff.el: Don't use compile any more, use diff-mode instead.
3372         (diff-regexp-alist, diff-old-file, diff-new-file)
3373         (diff-parse-differences, diff-process-setup): Remove.
3374         (diff-sentinel): New fun.
3375         (diff): Use it.  Run the process ourselves.
3376         Use diff-mode for the rest of the processing.
3378         * diff.el (diff): Simplify code handling `switch'.
3380 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3382         * pcvs-defs.el (cvs-menu): Add `tag'.
3384 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3386         * simple.el (kill-append): Doc fix.
3388         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3389         Adapt outline-regexp to the new conventions for commenting out code.
3391 2004-02-11  John Paul Wallington  <jpw@gnu.org>
3393         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3395 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3397         * diff.el (diff-switches): New fun.
3398         (diff, diff-backup): Use it.
3399         (diff): Clean up the args construction.  Use backquote.
3400         Use listp instead of consp to avoid putting a nil arg.
3401         (diff): Add a revert-buffer function.
3403 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3405         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
3406         handled by x-dnd-handle-file-name.
3407         (x-dnd-known-types): Add COMPOUND_TEXT.
3408         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3409         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3410         x-dnd-empty-state.
3411         (x-dnd-forget-drop): Ditto.
3412         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3413         (x-dnd-handle-one-url): Return private when inserting text.
3414         (x-dnd-insert-ctext): New function.
3415         (x-dnd-handle-file-name): New function for FILE_NAME.
3416         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3417         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3418         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3420 2004-02-10  Kenichi Handa  <handa@m17n.org>
3422         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3423         instead of while loop.
3425 2004-02-10  Miles Bader  <miles@gnu.org>
3427         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3429 2004-02-09  Kenichi Handa  <handa@m17n.org>
3431         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3432         have end-of-line.
3434 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3436         * Makefile.in: Added extra dependencies in the recompile target
3437         needed to cope with the compile time macro expansions in CC Mode.
3439 2004-02-09  Kim F. Storm  <storm@cua.dk>
3441         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3442         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3443         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3444         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3445         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3446         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3447         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3448         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3449         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3450         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3451         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3453 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3455         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3456         Don't allow shrink if there's a window on our right.
3458         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3459         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3460         Bring together declaration and initialization.
3461         (prolog-mode-variables): Don't set the syntax table.
3462         Don't set paragraph-start and comment-indent-function.
3463         Add /*..*/ to the comment regexps.
3464         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
3465         (prolog-mode-map): Don't bind TAB.
3466         (prolog-mode): Set the syntax table.
3467         (prolog-comment-indent): Remove.
3468         (inferior-prolog-mode-map): Initialize in the declaration.
3469         (inferior-prolog-mode-syntax-table)
3470         (inferior-prolog-mode-abbrev-table): New vars.
3471         (inferior-prolog-mode): Derive from comint-mode.
3472         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3473         minibuffer windows.
3475         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3476         in file names, as long as it is unabmiguous.
3478 2004-02-08  Andreas Schwab  <schwab@suse.de>
3480         * textmodes/reftex-toc.el
3481         (reftex-toc-load-all-files-for-promotion): Remove useless use of
3482         format.  Doc fix.
3484         * textmodes/refer.el (refer-find-entry-internal): Remove extra
3485         format string arguments.
3487         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3488         string argument.
3490         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
3492         * play/zone.el (zone-call): Fix format string.
3494         * net/webjump.el (webjump-builtin): Add missing format string argument.
3496         * midnight.el (midnight-delay-set): Remove extra format string argument.
3498         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
3500         * hexl.el (hexl-insert-char): Add missing format string argument.
3502         * format.el (format-decode): Fix format string.
3504         * emulation/vi.el (vi-mode): Remove extra format string argument.
3505         (vi-repeat-last-search): Likewise.
3506         (vi-reverse-last-search): Likewise.
3507         (vi-goto-mark): Likewise.
3508         (vi-reverse-last-find-char): Likewise.
3509         (vi-repeat-last-find-char): Likewise.
3510         (vi-locate-def): Likewise.
3512         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
3514         * ediff-util.el (ediff-toggle-read-only): Remove extra format
3515         string argument.
3516         (ediff-toggle-regexp-match): Likewise.
3518         * dired-aux.el (dired-do-query-replace-regexp): Add missing
3519         format string argument.
3521         * calc/calc-map.el (calc-get-operator): Remove extra format
3522         string argument.
3524         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3526         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3527         string argument.
3529         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3531         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
3533         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
3535         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
3536         (cl-struct-setf-expander): Likewise.
3538         * vc.el (with-vc-file): Fix unsafe uses of error.
3539         (vc-cancel-version): Likewise.
3541 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
3543         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3544         thousands separator; fixes <class>:<line-number> regexp for
3545         non-english locales.
3547 2004-02-08  Andreas Schwab  <schwab@suse.de>
3549         * view.el (view-mode-enable): Revert previous change.
3551 2004-02-07  Kim F. Storm  <storm@cua.dk>
3553         * simple.el (line-number-at-pos): Rename from line-at-pos.
3554         Uses changed (what-line and vc-annotate-warp-version).
3556 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3559         (diff-mode): Remove aborted attempt at support for compile.el.
3560         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3562 2004-02-06  Andreas Schwab  <schwab@suse.de>
3564         * view.el (view-mode-enable): Add view-mode-map to
3565         minor-mode-overriding-map-alist.
3567 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3569         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3571 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3574         with point inside rather than after the paragraph.
3576 2004-02-04  Sam Steingold  <sds@gnu.org>
3578         * mail/smtpmail.el (smtpmail-try-auth-methods):
3579         Do not try authentication when no mechanism is available.
3580         Pass port-name as defaultport to `netrc-machine'.
3582 2004-02-04  Stephen Eglen  <stephen@gnu.org>
3584         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3585         to show how minibuffer height can be constrained.
3587 2004-02-04  John Paul Wallington  <jpw@gnu.org>
3589         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3591 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3593         * x-dnd.el: New file for drag and drop.
3595         * term/x-win.el: require x-dnd, set after-make-frame-functions
3596         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3597         drag-n-drop event.
3599         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3600         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3601         (dired-dnd-handle-file): New functions for drag and drop support.
3602         (dired-mode): Initialize drag and drop if x-dnd present.
3604 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3606         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3607         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3608         (cperl-mode): Set fill-paragraph-function.
3609         (cperl-fill-paragraph): Make it non-interactive.
3611 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
3613         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3615 2004-02-02  David Kastrup  <dak@gnu.org>
3617         * replace.el (perform-replace): Allow 'literal argument in
3618         regexp-flag to indicate literal replacement.
3619         (query-replace-regexp-eval): Use it.
3621 2004-02-01  Andreas Schwab  <schwab@suse.de>
3623         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3625 2004-02-01  Stephen Eglen  <stephen@gnu.org>
3627         * info-look.el: Add support for maxima-mode.  Update commentary
3628         because info-lookup-symbol is now bound to C-h S.
3630 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
3632         * simple.el (edit-and-eval-command): Bind print-level and
3633         minibuffer-history-sexp-flag around call to read-from-minibuffer.
3634         Correct initial position in command-history.
3636 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3638         * files.el (read-directory-name): Adapt the docstring to recent
3639         change in Fread_file_name.
3641 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
3643         * ses.el (ses-print-cell): If print format too wide for column
3644         width, truncate decimal places if that helps to avoid "#####" fill.
3645         * ses.el (ses-initial-column-width): Revert previous change.
3647 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3650         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3651         Add edebug info.
3652         (jit-lock-mode): Setup/cancel the new timer.
3653         (jit-lock-context-fontify): New fun.  Extracted from
3654         context fontification code of jit-lock-stealth-fontify.
3655         (jit-lock-stealth-fontify): Don't do context fontification any more.
3657         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3658         (jit-lock-fontify-now): Handle the `quit' case.
3659         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3661 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
3663         * progmodes/executable.el (executable-command-find-posix-p):
3664         New.  Check if find handles arguments Posix-style.
3666         * progmodes/grep.el (grep-compute-defaults):
3667         Use executable-command-find-posix-p.
3668         (grep-find): Check `grep-find-command'.
3670         * filecache.el (file-cache-find-posix-p): Delete.
3671         (file-cache-add-directory-using-find):
3672         Use `executable-command-find-posix-p'.
3674 2004-01-29  Dave Love  <fx@gnu.org>
3676         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3677         Iterate the hook function if arg is given.
3678         (mark-defun, narrow-to-defun): Change order of finding the limits.
3680         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3681         (byte-compile-format-warn): New.
3682         (byte-compile-callargs-warn): Use it.
3683         (Format, message, error): Add byte-compile-format-like property.
3684         (byte-compile-maybe-guarded): New.
3685         (byte-compile-if, byte-compile-cond): Use it.
3686         (byte-compile-lambda): Compile interactive forms,
3687         just to make warnings about them.
3689 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
3691         * ses.el (ses-initial-column-width): Increase to 14, so it will
3692         work well with the default printer of "%.7g" for extreme values
3693         like "-1.234567e+07".
3695 2004-01-29  Kenichi Handa  <handa@m17n.org>
3697         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3699 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
3701         * dos-w32.el: Added support for the `default-printer-name' function.
3703 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         * server.el (server-socket-name): Don't use the hostname in the
3706         socket name since /tmp is local to the host anyway.
3708         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3709         robust check of widening and fix var-naming.
3711 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
3713         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3714         or rmail-spam- to rsf- in all function and variable names.
3715         (rsf-min-region-to-spam-list): New variable.
3716         (rsf-bbdb-auto-delete-spam-entries): Rename from
3717         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3718         scanned together with the recipients field for spam testing; Don't
3719         delete spam message if rmail-delete-after-output is non-nil;
3720         (rsf-check-field): New function, extracted from code in
3721         rmail-spam-filter to ease addition of header fields like
3722         content-type:;
3723         (message-content-type): New variable.  The content-type: field was
3724         added also in defcustom of rsf-definitions-alist;
3725         (rmail-spam-filter): Replace repeated test code for header fields
3726         by calls to check-field; change the call to
3727         rmail-output-to-rmail-file such that rmail-current-message stays
3728         the same to avoid wrong deletion of unseen flags.
3729         (rmail-use-spam-filter): Add autoload cookie.
3731 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3733         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3734         (file-cache-add-directory-using-find): Add Cygwin support.
3735         (file-cache-find-command-posix-flag): New user variable.
3737         * filecache.el (file-cache-add-directory): Check for
3738         directories an remove them from dir-files.
3740 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3742         * man.el (Man-fontify-manpage): Clean up message.
3744 2004-01-27  Kenichi Handa  <handa@m17n.org>
3746         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3747         (sentence-end): Define using sentence-end-without-space.
3749         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3750         a sentence ends with one of a character in sentence-end-without-space.
3752 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3754         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3755         (jit-lock): Group declaration moved to jit-lock.el.
3756         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3757         when necessary.
3759         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3760         (jit-lock-context-unfontify-pos): Rename from
3761         jit-lock-first-unfontify-pos.
3762         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3764 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3766         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3767         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3768         (fortran-fill): When filling a string, adjust re-search-backward
3769         argument for special case of string just on fill-column.
3770         When filling non-string, allow one extra char if
3771         fortran-break-before-delimiters is non-nil.
3772         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3773         Use fortran-break-delimiters-re and fortran-no-break-re to
3774         correctly handle cases such as "**".
3776         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3777         (f90-no-break-re): Add some extra tokens.  Doc fix.
3779 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3781         * mail/rmail-spam-filter.el:
3782         Use two semicolons as Commentary line prefix.
3783         Add ";;; Code:" stylized comment.
3784         Delete end-of-line whitespace.
3785         Wrap (require 'cl) with `eval-when-compile'.
3787 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
3789         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3790         at the top level of vc.el.
3792 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
3794         * vc.el (vc-current-line): Function removed.  This is now done by
3795         the new function line-at-pos in simple.el.
3796         (vc-annotate-warp-version): Use line-at-pos instead of
3797         vc-current-line.
3799 2004-01-22  Kim F. Storm  <storm@cua.dk>
3801         * simple.el (line-at-pos): New defun.
3802         (what-line): Use it.  Optimize by only counting lines in narrowed
3803         region once.
3805 2004-01-22  Kenichi Handa  <handa@m17n.org>
3807         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3808         point (register r1) only for charset mule-unicode-0100-24ff.
3810 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3812         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3813         trailing white space and ensure a final newline.
3815         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3816         Add autoload cookie.
3818 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
3820         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3821         activate view-mode explicitly.
3823 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3825         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3826         use clipboard first.
3828 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
3831         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3832         (vc-mcvs-cvs): Remove.
3833         (vc-mcvs-command): Remove use of assert.
3835         * outline.el (outline-insert-heading): Tighten up match.
3836         (outline-demote, outline-move-subtree-down): Don't assume anything
3837         about outline-regexp.
3839         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3840         (texinfo-show-structure): Explicitly add ^, and simplify.
3842 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3844         * calendar/appt.el (appt-check): Restore usage of
3845         appt-issue-message deleted in previous change.
3846         (top-level): Activate package when loaded (needed for backwards
3847         compatibility).
3849 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3851         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3852         following previous change to smtpmail-send-data.
3854 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
3856         * vc.el (vc-default-previous-version): Doc enhancement.
3857         (vc-default-next-version): New function.
3858         (vc-print-log): New arg FOCUS-REV.
3859         (vc-annotate-mode): Derive from view-mode.
3860         (vc-annotate): New args REVISION, DISPLAY-MODE.
3861         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3862         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3863         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3864         (vc-annotate-show-diff-revision-at-line, vc-current-line)
3865         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3867         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3869 2004-01-19  Karl Berry  <karl@gnu.org>
3871         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3872         or "TexInfo".
3874 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3876         * subr.el (delete-dups): New function.
3878 2004-01-19  Karl Berry  <karl@gnu.org>
3880         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
3881         with ^, since that's what texinfo-show-structure
3882         documentation says (plus it works much better in texinfo.txi).
3884 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
3886         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
3888 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
3890         * progmodes/which-func.el (which-function-mode): Don't cancel
3891         which-func-update-timer if not set.
3893 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
3895         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3896         Remove spurious left square bracket in XX:XXam regexp.
3898 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3900         * progmodes/cc-defs.el: Do not require cl at run time.
3902 2004-01-16  Richard M. Stallman  <rms@gnu.org>
3904         * emacs-lisp/cl.el (cl-cannot-unload): New function.
3905         (cl-unload-hook): Defvar this to run cl-cannot-unload.
3907         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3908         Call rmail-spam-filter.  Delete and expunge spam.
3909         Print number of spam messages deleted.
3910         Save and restore the deletion status of old messages when reading
3911         new mail with spam filter, so that expunging spam does not expunge
3912         msgs deleted by the user.
3913         (rmail-only-expunge): Add an optional argument dont-show to
3914         prevent showing message after expunge.
3916 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3918         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3919         * subr.el (declare): New macro.
3921 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
3923         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3925 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3927         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3928         Test window-system rather than system-type (for X11/Mac).
3930 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
3932         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3934 2004-01-12  Richard M. Stallman  <rms@gnu.org>
3936         * mail/rmail.el (rmail-convert-to-babyl-format):
3937         Use mail-unquote-printable-region.
3938         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3939         (rmail-hex-char-to-integer): Functions deleted.
3941         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3942         (mail-unquote-printable-region): New arg NOERROR.
3943         For invalid encoding, either signal an error to just return nil.
3945 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3947         * calendar/appt.el: Update copyright and commentary.
3948         (appt-issue-message): Make obsolete.
3949         (appt-visible, appt-msg-window): Make obsolete, in favour of
3950         appt-display-format.
3951         (appt-display-mode-line, appt-display-duration)
3952         (appt-display-diary, appt-time-msg-list, appt-mode-string)
3953         (appt-prev-comp-time, appt-display-count, appt-timer)
3954         (appt-convert-time): Doc change.
3955         (appt-disp-window-function, appt-delete-window-function):
3956         Use defcustom rather than defvar.
3957         (appt-display-format): New variable.
3958         (appt-display-message): New function with display code from appt-check.
3959         (appt-check): Add optional FORCE argument.  Doc change.
3960         Add appt-make-list to diary-hook if displaying diary.
3961         Remove checking of view-diary-entries-initially.
3962         Message display section removed to new function appt-display-message.
3963         (appt-display-window): Doc change.  Remove unused internal var
3964         this-buffer.  Do not beep, since appt-display-message does that.
3965         (appt-make-list): Doc change.  Use caar.
3966         (appt-sort-list): Simplify by using builtin sort function.
3967         (appt-update-list): New function for updating appts when diary is
3968         saved.
3969         (appt-activate): New autoloaded function to toggle package
3970         functionality.
3972         * calendar/cal-x.el: (calendar-one-frame-setup)
3973         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
3975         * calendar/calendar.el: Update copyright.
3976         (view-diary-entries-initially, european-calendar-style): Doc change.
3977         (calendar-setup): Make defcustom rather than defvar.
3978         (mark-visible-calendar-date): Initialize temp-face and faceinfo
3979         in let binding so local to function.
3981         * calendar/diary-lib.el: Update copyright.
3982         (diary, diary-entry-time): Doc change.
3983         (list-diary-entries): Doc change.  Trivial logic change.
3984         (fancy-diary-display): Restore make-face command mistakenly
3985         deleted 2003-05-08.
3986         (show-all-diary-entries): Allow to pop-up frame if needed.
3988 2004-01-09  John Paul Wallington  <jpw@gnu.org>
3990         * bindings.el (mode-line-change-eol): Add EVENT parameter.
3991         Temporarily select EVENT's window for changing eol type.
3993 2004-01-09  Deepak Goel  <deego@gnufans.org>
3995         * calendar/diary-lib.el (diary-entry-time):
3996         Also accept time in the form XX[.XX][am/pm/AM/PM].
3997         (fancy-diary-font-lock-keywords): Likewise.
3998         (diary-font-lock-keywords): Likewise.
3999         * calendar/appt.el (appt-add): Likewise.
4000         (appt-make-list): Likewise.
4001         (appt-convert-time): Likewise.
4003 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4005         * gdb-ui.el (gdb-ann3): Revert previous change.
4006         (gdb-source-info): Allow for case of where compilation directory
4007         is not recorded.
4009 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4011         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4013 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4015         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4017         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4018         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4019         problems.
4020         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4022 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4024         * files.el (write-file-functions, write-contents-functions):
4025         Clarify docstrings.
4027 2004-01-07  Kenichi Handa  <handa@m17n.org>
4029         * international/mule.el (set-auto-coding): Fix for the case that
4030         end-of-line is only CR.
4032 2004-01-07  Kim F. Storm  <storm@cua.dk>
4034         * subr.el (event-start, event-end): Doc fix.
4035         (posn-string, posn-image): New defuns.
4036         (posn-object): Return either image or string object.
4037         (posn-object-x-y): Return 8th element of position.
4038         (posn-object-width-height): New defun.
4040 2004-01-06  Andreas Schwab  <schwab@suse.de>
4042         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4043         output.
4045 2004-01-05  Karl Berry  <karl@gnu.org>
4047         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4048         / and *, too.
4050 2003-12-31  Simon Josefsson  <jas@extundo.com>
4052         * files.el (before-save-hook): Add.
4053         (basic-save-buffer): Use before-save-hook.
4055         * emacs-lisp/copyright.el: Fix comment to recommend
4056         before-save-hook instead of write-file-functions.
4058 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4060         * finder.el (finder-commentary): Call delete-other-windows.
4062         * net/ange-ftp.el (ange-ftp-file-attributes):
4063         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4065 2004-01-04  Karl Berry  <karl@gnu.org>
4067         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4068         comment characters % and # in the copyright year notice,
4069         as well as ;.
4071 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4073         * wid-edit.el (default): Define dummy :value-delete.
4074         Reported by Jesper Harder <harder@ifa.au.dk>.
4076 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4078         * progmodes/compile.el (compile-internal): Use point, not point-min,
4079         for set-window-point.
4081         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4083         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4085         * progmodes/grep.el (grep-mode-map):
4086         Don't remap next-line, previous-line.
4088 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
4090         * speedbar.el (speedbar-edit-line): Change regexp to position
4091         the cursor on the first character of this line's button.
4093 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4095         * subr.el (functionp): Doc fix.
4097 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4099         * progmodes/idlwave.el (idlwave-make-tags):
4100         * textmodes/flyspell.el (flyspell-large-region):.
4101         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4102         * emulation/viper-util.el (viper-glob-unix-files):
4103         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4104         * man.el (Man-init-defvars):
4105         * jka-compr.el (jka-compr-call-process):
4106         * files.el (get-free-disk-space,insert-directory):
4107         * ediff-ptch.el (ediff-test-patch-utility):
4108         * ediff-diff.el (ediff-test-utility):
4109         * dired-aux.el (dired-check-process):
4110         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4111         test the return value of call-process, because it can be a string.
4113 2003-12-31  John Paul Wallington  <jpw@gnu.org>
4115         * bindings.el (completion-ignored-extensions): Add .pfsl.
4117 2003-12-31  Kim F. Storm  <storm@cua.dk>
4119         * ido.el (ido-nonreadable-directory-p): New defun to check for
4120         nonreadable directory without activating tramp (to avoid problems
4121         with checking incomplete tramp paths).
4122         (ido-set-current-directory, ido-file-internal)
4123         (ido-file-name-all-completions1): Use it.
4125 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4127         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4128         documentation if the anchor (or node) name is preceded by `info
4129         anchor' or `Info anchor' in addition to earlier `info node' and
4130         `Info node'.
4131         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4133 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4135         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4136         error in arguments to base64-decode-region.  Remove ^M characters
4137         after decoding base64.
4139 2003-12-30  Simon Josefsson  <jas@extundo.com>
4141         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
4142         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4143         have only been distributed with Emacs for some years.
4144         (texinfo-mode-hook): Customize.
4146 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4148         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4149         cleaner (suggested by Richard Stallman).
4151         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4152         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4153         file-name clashes on 8+3 DOS filesystems.
4155         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4156         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4157         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4158         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4159         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4160         file-name clashes on 8+3 filesystems.
4162         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4163         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4164         file-name clashes on 8+3 DOS filesystems.
4166 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4168         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4169         Upcase the character.
4171         * textmodes/flyspell.el (mail-mode-flyspell-verify):
4172         Search for header separator alone on a line, literally,
4173         and search for it backward, not forward.
4174         (flyspell-abbrev-table): Always use global-abbrev-table
4175         if there is no local one.
4177         * progmodes/sh-script.el (sh-get-indent-info):
4178         Don't move point back if at bob.
4180         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4182         * play/handwrite.el (handwrite): Make the handwrite credit message
4183         a comment rather than an output command.
4185         * obsolete/sc.el: Display message that this file is obsolete.
4187         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4189         * mail/rfc822.el (rfc822-address-start): Declare variable.
4190         Renamed from address-start.  All uses changed.
4192         * term.el (term-exec): Set up sentinel.
4193         (term-sentinel): New function.
4194         (term-handle-exit): New function.
4196         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4197         Use assoc-string, and mark them obsolete.
4198         (delay-mode-hooks): Mark as permanent local.
4200         * simple.el (sendmail-user-agent-compose): Use assoc-string.
4202         * register.el (copy-rectangle-to-register): Doc fix.
4204         * info.el (Info-insert-dir): Use assoc-string.
4206         * info-look.el (info-lookup): Use assoc-string.
4208         * frame.el (pop-up-frame-function): Use quote, not `function'.
4209         (frame-notice-user-settings): Calculate ADJUSTED-TOP
4210         copying with lists as coordinate values.
4212         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4214         * find-dired.el (kill-find): New command.
4215         (find-dired): Make buffer read-only.
4216         Set up a keymap with C-c C-k running kill-find.
4217         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4219         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4221         * filecache.el (file-cache-ignore-case): New variable.
4222         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
4224         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4225         (comint-dynamic-complete-as-filename): Rename local vars.
4226         (comint-dynamic-list-filename-completions): Likewise.
4228         * comint.el (comint-dynamic-list-completions-config): New var.
4229         (comint-dynamic-list-completions): Handle both SPC and TAB right.
4231         * comint.el (comint-file-name-chars): Add [].
4232         (comint-word): Use skip-chars-backward, not search.
4234         * shell.el (shell-file-name-chars): Add [].
4236         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4238         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4240         * generic.el (define-generic-mode): Doc fix.
4242 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4244         * files.el (kill-some-buffers): Doc fix.
4246 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
4248         * comint.el (comint-watch-for-password-prompt): Pass `string' as
4249         arg to send-invisible
4250         (send-invisible): Doc fix.  The argument is now a prompt, not the
4251         string to send.
4252         (comint-read-noecho): Doc fix.
4254 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
4256         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4257         "@", as required by some ISP hosting service.  Fix defcustom
4258         argument syntax errors that prevented use of customization.
4260 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4262         * xml.el (xml-get-attribute-or-nil): Doc fix.
4264 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
4266         * net/zone-mode.el (zone-mode): Use write-file-functions, not
4267         write-file-hooks.
4269 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4271         * autorevert.el (auto-revert-interval): Doc fix.
4273 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
4275         * xml.el (xml-get-attribute-or-nil): New function, like
4276         xml-get-attribute, but returns nil if the attribute was not found.
4277         (xml-get-attribute): Convert to defsubst, uses
4278         xml-get-attribute-or-nil.
4280 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4282         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4284 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
4286         * custom.el (custom-declare-theme): Use `value' when putting
4287         properties on `theme'.
4289 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4291         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4292         for each yank-handler segment.
4293         (insert-for-yank-1): New function, with the body of the previous
4294         insert-for-yank.
4296         * textmodes/table.el (table-yank-handler): New defcustom.
4297         (table--put-cell-indicator-property): Put yank-handler property
4298         that indicates the yank handler for the table cell.
4300 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4302         * generic-x.el (etc-modules-conf-generic-mode): A more complete
4303         set of keywords.
4305 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4307         * international/mule-cmds.el (reset-language-environment)
4308         (set-language-environment): Don't invoke fontset-related functions
4309         if fontset-list is not fboundp.
4311 2003-12-29  Kenichi Handa  <handa@m17n.org>
4313         * international/mule-cmds.el (reset-language-environment):
4314         Call set-overriding-fontspec-internal with nil.
4315         (set-language-environment): Call set-overriding-fontspec-internal
4316         if the language environment specify `overriding-fontspec'.
4317         (language-info-alist): Doc added.
4319         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4320         characters of mule-unicode-0100-24ff.
4321         (ccl-encode-windows-1251-font): New CCL program.
4322         ("Bulgarian"): Specify overriding-fontspec.
4323         ("Belarusian"): Likewise.
4325 2003-12-28  Sam Steingold  <sds@gnu.org>
4327         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4328         parameter ID-FORMAT to conform with the 2003-11-30 patch.
4330 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
4332         * progmodes/gud.el (gud-gdb-command-name): Set default to
4333         "gdb --annotate=3".
4334         (gud-gdb-marker-filter): Look out for annotations.
4335         (gdb-first-pre-prompt): New variable.
4336         Remove trailing white space.
4338         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4339         if necessary.
4340         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
4341         annotations are detected.
4342         (gud-gdba-marker-filter): Use global variable gud-marker-acc
4343         instead of a local one to allow transition from
4344         gud-gdb-marker-filter.
4345         Remove trailing white space.
4347 2003-12-27  Kim F. Storm  <storm@cua.dk>
4349         * ido.el: Handle non-readable directories.
4350         (ido-decorations): Add 9th element for non-readable directory.
4351         (ido-directory-nonreadable): New dynamic var.
4352         (ido-set-current-directory): Set it.
4353         (ido-read-buffer, ido-file-internal):
4354         (ido-read-file-name, ido-read-directory-name): Let-bind it.
4355         (ido-file-name-all-completions1): Return empty list for
4356         non-readable directory.
4357         (ido-exhibit): Print [Not readable] if directory is not readable.
4358         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4359         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4360         Use it.
4362 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
4364         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4365         calls to directory-files-and-attributes and file-attributes.
4366         (ls-lisp-format): Remove system dependent handling of user and
4367         group id's.
4369 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
4371         * ffap.el (ffap-read-file-or-url): Revert previous change.
4373 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
4375         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4376         new list of included files called `files-with-node-lines', that
4377         only have node lines.  This way @include commands can include any
4378         file, such as version and update files without node lines, not
4379         just files that are chapters.
4381 2003-12-25  Andreas Schwab  <schwab@suse.de>
4383         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4384         file not found.
4386 2003-12-08  Miles Bader  <miles@gnu.org>
4388         * dired.el (dired-between-files): Always use dired-move-to-filename,
4389         which is more robust in non-english locales.
4391 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4393         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4395 2003-12-24  Andreas Schwab  <schwab@suse.de>
4397         * shell.el (shell-file-name-quote-list): Add backslash.
4399         * comint.el (comint-quote-filename): Correctly handle backslash
4400         in comint-file-name-quote-list.
4402 2003-12-24  Kenichi Handa  <handa@m17n.org>
4404         * international/mule-cmds.el (set-default-coding-systems):
4405         Call ucs-set-table-for-input for all buffers that don't have local
4406         value of buffer-file-coding-system.
4408         * international/ucs-tables.el (ucs-set-table-for-input):
4409         If translation-table-for-encode is a symbol, get its
4410         translation-table property.
4412 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
4414         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4415         to `completing-read' on a recently fixed bug.
4417         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4418         instead of SPACE, to get the list of possible fringe modes.
4419         SPACE only works if both `partial-completion-mode' and
4420         `completion-auto-help' are nil.
4422         * complete.el (PC-is-complete-p): Delete.
4423         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4424         calls to `test-completion'.
4426 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4428         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4429         to edit values when there are no children.
4431         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4432         a mode called "Assembler" already exists.
4433         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4434         (gud-watch): Use format option.  Remove font properties from string.
4435         (gdb-var-create-handler, gdb-var-list-children-handler):
4436         Don't bother about properties as there are none.
4437         (gdb-var-create-handler, gdb-var-list-children-handler)
4438         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4439         with two arguments.
4440         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4441         Let speedbar show value changes with a different font.
4442         (gdb-edit-value): New defun.
4443         (gdb-clear-partial-output, gdb-clear-inferior-io)
4444         (def-gdb-auto-update-handler): Use erase-buffer.
4445         (gdb-frame-handler): Display watch expressions in
4446         FUNCTION::VARIABLE format if required.
4448 2003-12-23  John Paul Wallington  <jpw@gnu.org>
4450         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4451         (Info-goto-emacs-command-node): Doc fixes.
4453 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
4455         * cus-edit.el (custom-add-parent-links): Define "many".
4457 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
4459         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4460         (widget-child-validate, widget-type-value-create)
4461         (widget-type-default-get, widget-type-match): New functions.
4462         (lazy): New widget.
4463         (menu-choice, checklist, radio-button-choice, editable-list)
4464         (group, documentation-string): Remove redundant (per 2003-10-25
4465         change) calls to `widget-children-value-delete'.
4466         (widget-choice-value-get, widget-choice-value-inline): Remove.
4467         (menu-choice): Update widget.
4469 2003-12-03  Kenichi Handa  <handa@m17n.org>
4471         * language/cyrillic.el: Register "microsoft-cp1251" in
4472         ctext-non-standard-encodings-alist.
4473         ("Bulgarian"): Add ctext-non-standard-encodings.
4474         ("Belarusian"): Likewise.
4476         * international/mule-conf.el (compound-text-with-extensions):
4477         Change the type to 2 (iso-2022 base).
4479         * international/mule.el (ctext-non-standard-encodings-alist):
4480         Change the format.
4481         (ctext-non-standard-encodings): New variable.
4482         (ctext-post-read-conversion): Fully re-written.
4483         (ctext-non-standard-designations-alist): Delete it.
4484         (ctext-non-standard-encodings-table): New function.
4485         (ctext-pre-write-conversion): Fully re-written.
4487 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4489         * cus-edit.el (custom-add-parent-links): Add documentation links
4490         for parent, if the item has none of its own.
4492 2003-11-30  Richard M. Stallman  <rms@gnu.org>
4494         * dired-aux.el (dired-do-query-replace-regexp):
4495         Report files visited read-only.
4497 2003-11-30  Juri Linkov  <juri@jurta.org>
4499         * dired-aux.el (dired-compare-directories): New command.
4500         (dired-file-set-difference, dired-files-attributes): New functions.
4502 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4503         Version 2.0.38 of Tramp released.
4505         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
4506         Charles Curley <charlescurley@charlescurley.com>.
4507         (tramp-multi-connection-function-alist): Add ssht entry which adds
4508         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
4509         Aichner.
4510         (tramp-get-method-parameter): New function to retrieve a method
4511         parameter.  This allows for omission of method parameters.
4512         Callers adjusted.
4514 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
4516         * net/tramp.el: Add new optional parameter ID-FORMAT to
4517         `file-attributes'.  Calls of `file-attributes' won't use this
4518         parameter for backward compatibility reasons.
4519         (tramp-perl-file-attributes): Add a new parameter to Perl script
4520         in order to handle uid/gid as strings, if desired.
4521         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4522         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
4523         order to make the function more general.
4524         (tramp-handle-file-attributes): Replace proprietary optional
4525         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
4526         (tramp-handle-file-attributes-with-perl): Handle parameter
4527         NONNUMERIC if set.  This wasn't done in the past.
4528         (tramp-post-connection): Apply second parameter "$2" if
4529         `tramp-remote-perl' is called.
4531         * net/tramp-smb.el (tramp-smb-handle-delete-file):
4532         Correct cut'n'waste error (`filename' instead of `directory').
4533         (tramp-smb-handle-directory-files-and-attributes)
4534         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4535         introduced parameter ID-FORMAT.
4536         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4537         error (`directory' instead of `ldir').
4539         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4540         `file-attributes' has a second parameter.  If yes, apply it with
4541         value "'integer".  Otherwise, don't use that parameter (default is
4542         integer format).
4544 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4546         * help.el (help-map): Bind `display-local-help' to `C-h .'.
4547         (help-for-help): Add `C-h .' to the listed Help options.
4548         Remove trailing whitespace.
4550         * help-at-pt.el: New file.
4552 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
4554         * subr.el (noreturn, 1value): New macros for test coverage.
4555         See `testcover.el'.
4557         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4559         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4560         for macro `1value'.
4561         (testcover-1value): New function.  Checks that a 1value form
4562         actually returns only one value.  Requested by RMS.
4564 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
4566         * gdb-ui.el (gud-watch, gdb-var-create-handler)
4567         (gdb-var-list-children, gdb-var-list-children-handler)
4568         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4569         gdb commands that use mi to keep them out of the command history.
4571 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4573         * cus-start.el (all): Add use-file-dialog.
4575 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4579 2003-11-27  Kim F. Storm  <storm@cua.dk>
4581         * subr.el (posn-object-x-y): New defun.
4583 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4585         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4586         Don't use `space' for \\\n.
4587         Be more selective as to which # are comment-starters.
4589 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
4591         * subr.el (number-sequence): Improve handling of floating point
4592         arguments (suggested by Kim Storm).  Allow negative arguments.
4594 2003-11-26  Kenichi Handa  <handa@m17n.org>
4596         * international/mule-cmds.el (standard-display-european-internal):
4597         Cancel the standard-display-table setting for ` and '.
4599 2003-11-26  Kim F. Storm  <storm@cua.dk>
4601         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4602         New defcustoms to add ffap-like functionality to ido.
4603         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
4604         (ido-no-final-slash): New defun.
4605         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4606         (ido-read-file-name): ): Toggle VC checking via
4607         vc-handled-backends instead of vc-master-templates.
4608         (ido-file-internal): Handle ido-use-url-at-point and
4609         ido-use-filename-at-point via code borrowed from ffap-guesser.
4610         Handle new ido-exit code ffap.
4611         (ido-sort-list): Ignore final slash when sorting file names.
4613 2003-11-25  Kim F. Storm  <storm@cua.dk>
4615         * emulation/cua-base.el (cua--standard-movement-commands):
4616         Add forward-sentence and backward-sentence.
4618 2003-11-25  Stephen Eglen  <stephen@gnu.org>
4620         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4621         iswitchb-exit is set to 'usefirst when user selects buffer at head
4622         of list using RET.  (Selecting buffers at the head of the list was
4623         broken if the substring was also a complete buffername.)
4625 2003-11-23  Kim F. Storm  <storm@cua.dk>
4627         * progmodes/compile.el (grep-command, grep-use-null-device)
4628         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4629         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4630         (grep-regexp-alist, grep-program, find-program)
4631         (grep-find-use-xargs, grep-history, grep-find-history)
4632         (grep-process-setup, grep-compute-defaults)
4633         (grep-default-command, grep, grep-tag-default, grep-find)
4634         (grep-expand-command-macros, grep-tree-last-regexp)
4635         (grep-tree-last-files, grep-tree): Move grep variables, functions
4636         and commands to new file grep.el.
4637         (compilation-mode-map): Remove grep commands from Compile sub-menu.
4638         (compilation-process-setup-function): Doc fix.
4639         (compilation-highlight-regexp, compilation-highlight-overlay): New
4640         defvars used for highlighting current compile error in source buffer.
4641         (compile-internal): New optional args HIGHLIGHT-REGEXP and
4642         LOCAL-MAP which overrides compilation-highlight-regexp and
4643         compilation-mode-map for this compilation.
4644         Delay calling compilation-set-window-height until after running
4645         compilation-process-setup-function so it can buffer-local override
4646         compilation-window-height.
4647         Check buffer-local value of compilation-scroll-output.
4648         (compilation-set-window-height): Use buffer-local value of
4649         compilation-window-height.
4650         (compilation-revert-buffer): Don't pass (undefined)
4651         preserve-modes arg to revert-buffer.
4652         (next-error-no-select, previous-error-no-select): New commands.
4653         (compilation-goto-locus): Temporarily highlight current match in
4654         source buffer using compilation-highlight-regexp.
4656         * progmodes/grep.el: New file with grep code from compile.el.
4657         (grep): New defcustom group.
4658         (grep-window-height): New defcustom, like compilation-window-height.
4659         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4660         (grep-scroll-output): New defcustom, like compilation-scroll-output.
4661         (grep-command, grep-use-null-device, grep-find-command)
4662         (grep-tree-files-aliases, grep-tree-ignore-case)
4663         (grep-tree-ignore-CVS-directories): Move to grep custom group.
4664         (grep-setup-hook): New hook variable.
4665         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
4666         (grep-last-buffer): New defvar, override compilation-last-buffer.
4667         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
4668         Call compile-internal with args highlight-regexp and grep-mode-map.
4670 2003-11-23  Kim F. Storm  <storm@cua.dk>
4672         * subr.el (event-start, event-end): Doc fix.
4673         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4674         (posn-area, posn-actual-col-row, posn-object): New defuns.
4675         (posn-col-row): Simplify doc.  Rewrite to use cond.
4676         (posn-point): Also return buffer position for events outside text
4677         area (that info is now present in the event position).
4679         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4680         mouse-set-point so that hscroll still works now that clicks on
4681         fringes generate specific mouse events.
4682         (mouse-set-point): Note that it now works in fringes and margins
4683         too due to new semantics of posn-point in fringes and margins.
4685         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4686         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4688 2003-11-20  Kim F. Storm  <storm@cua.dk>
4690         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4691         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4692         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4693         to 100 for icons to avoid increasing line height when shown.
4695 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4697         * newcomment.el (comment-normalize-vars): Initialize properly if
4698         comment-start was nil.
4700 2003-11-19  Andreas Schwab  <schwab@suse.de>
4702         * simple.el (set-variable): Fix indentation.
4704 2003-11-17  Kenichi Handa  <handa@m17n.org>
4706         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4707         Fix docstring.
4709 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4711         * international/latin1-disp.el (latin1-display): Fix docstring.
4713 2003-11-16  John Wiegley  <johnw@newartisans.com>
4715         * eshell/em-ls.el (eshell-ls-file): There are times with
4716         size-width is nil and uncomputed (when directories are created in
4717         dired, for example); in this case, 4 is reasonable default value,
4718         although it may caused skewed new entries (which could be avoided
4719         by returning the original value of 8 in all cases, but 99% of the
4720         time this is a waste of whitespace).
4722 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4724         * cc-engine.el (c-guess-continued-construct)
4725         (c-guess-basic-syntax): Check a little more carefully if it's a
4726         function declaration when an unknown construct followed by a block
4727         is found inside a statement context.  This avoids macros followed
4728         by blocks to be taken as function declarations.
4730         (c-guess-continued-construct): Change the analysis of a statement
4731         continuation with a brace open to `substatement-block', for
4732         consistency with recognized statements.
4734         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4735         start is in a position so that `c-beginning-of-statement-1' jumped
4736         to the beginning of the same statement.
4738         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4739         Don't accept binary operators in the arglist if we're in a function
4740         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4741         template recognition in cases like "if (a < b || c > d)".
4743         (c-restricted-<>-arglists): New more appropriate name for
4744         `c-disallow-comma-in-<>-arglists'.
4746         Accessing functions updated for the variable name change.
4748         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4749         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4751         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4752         labels.
4754         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4755         instead of duplicating parts of it.  This fixes bogus label
4756         recognition.
4758         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4759         of checking the context in which to apply the minimum indentation,
4760         so that it isn't enforced in e.g. namespace blocks.
4762         * cc-vars.el (c-inside-block-syms): New constant used by
4763         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4764         to somewhat reduce the risk of becoming stale.
4766         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4767         cc-cmds to cc-engine to allow use from cc-align.
4769         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4770         qualified identifiers containing "::".
4772         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4773         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4775         * cc-vars.el (c-emacs-features): Use a space in front of the name
4776         of the temporary buffer.  That also avoids dumping problems in
4777         XEmacs due to undo info being left around after the buffer is killed.
4779         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4780         arglist to see if it's a K&R style declaration.
4782         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4783         before returning `knr-argdecl-intro'.
4785 2003-11-16  John Wiegley  <johnw@newartisans.com>
4787         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4788         field in a long-listing always 8 characters, use `size-width',
4789         which has already been computed.
4791 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4793         * subr.el (minor-mode-list): Add `hs-minor-mode'.
4795 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4797         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4798         Support operation while narrowed, with `diff-restrict-view'.
4800 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4802         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4803         Take additional optional arg NARROWFUN.  For the generated functions:
4804         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
4805         include frags that arrange to check for and save narrowing state before
4806         the move and then conditionally call NARROWFUN after the move.
4808 2003-11-14  John Wiegley  <johnw@newartisans.com>
4810         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4811         that was optional, but obviously missing based on surrounding code.
4813         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4814         string arguments to numbers unless the whole argument was seen as
4815         a number.
4817 2003-11-14  Kenichi Handa  <handa@m17n.org>
4819         * international/mule.el (ctext-non-standard-encodings-alist):
4820         Fix coding systems.
4822 2003-11-10  Kenichi Handa  <handa@m17n.org>
4824         * language/kannada.el ("Kannada"): Add sample-text.
4826         * language/knd-util.el (kannada-compose-region)
4827         (kannada-compose-string, kannada-post-read-conversion):
4828         Add autoload cookie.
4830         * international/quail.el (quail-completion): Change the message
4831         "corresponding translations" to "corresponding characters".
4833 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4835         * descr-text.el (describe-char): Fix typo.
4837 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
4839         These changes are to support Kannada language/script.
4841         * Makefile.in (DONTCOMPILE): Add kannada.el.
4843         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4845         * loadup.el: Preload kannada.el.
4847         * language/ind-util.el (ucs-kannada-to-is13194-alist)
4848         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4849         New variables.
4851         * language/kannada.el: New file.
4853         * language/knd-util.el: New file.
4855 2003-11-07  Andreas Schwab  <schwab@suse.de>
4857         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4858         Also highlight AH_*.
4860         * xml.el (xml-parse-dtd): Fix misplaced paren.
4862 2003-11-07  Kenichi Handa  <handa@m17n.org>
4864         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4866 2003-11-05  Juri Linkov  <juri@jurta.org>
4868         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4869         (desktop-buffer-file): Use saved buffer-file-coding-system
4870         for file reading.  Set auto-insert to nil to prevent automatic
4871         insertion into restored empty files.
4873 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4875         * files.el (risky-local-variable-p): Make second argument optional.
4877 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * subr.el (add-hook): Fix last change.
4881 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
4883         * mail/rmail.el (rmail-convert-to-babyl-format):
4884         If base64-decode-region signals an error, catch it and silently
4885         ignore it.
4887 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
4889         * xml.el (xml-parse-region): Allow comments to appear after the
4890         topmost element has closed.
4891         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
4892         (xml-ns-expand-attr): New functions to do namespace handling.
4893         (xml-intern-attrlist): Back-compatible handling of attribute names.
4894         (xml-parse-tag): Move namespace handling to separate functions.
4895         Now produces elements in the form ((:ns . "element") (attr-list)
4896         children) instead of ('ns:element (attr-list) children).
4897         (xml-parse-attlist): Fix attribute parsing.
4898         (xml-parse-dtd): Change parsing so that it produces strings
4899         instead of interned symbols.
4901 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
4903         * dired.el (dired-ls-sorting-switches): Doc fix.
4905 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
4907         * emacs-lisp/rx.el (rx-or): Fix the case of
4908         "(rx (and ?a (or ?b ?c) ?d))".
4910 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
4912         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4913         (texinfo-format-region): Use it.
4914         (texinfo-format-buffer-1): Ditto.
4916 2003-11-01  Alan Mackenzie  <acm@muc.de>
4918         Changes to allow scrolling whilst in isearch mode:
4919         * isearch.el (isearch-unread-key-sequence): New function,
4920         extracted from isearch-other-meta-char.
4921         (top level): (put 'foo 'isearch-scroll) on all Emacs's
4922         "scrollable" standard functions.
4923         (isearch-allow-scroll): New customizable variable.
4924         (isearch-string-out-of-window, isearch-back-into-window)
4925         (isearch-reread-key-sequence-naturally)
4926         (isearch-lookup-scroll-key): New functions.
4927         (isearch-other-meta-char): Doc string and functionality enhanced.
4928         Now accepts a prefix argument.
4929         (isearch-lazy-highlight-window-end): New variable.
4930         (isearch-lazy-highlight-new-loop): Pay attention to the window's
4931         end (thru isearch-lazy-highlight-window-end), not only its start.
4933         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4934         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
4935         (universal-argument, universal-argument-more, negative-argument)
4936         (digit-argument, universal-argument-other-key): Minor changes.
4938 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4940         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4941         recursively if the last message is deleted, thus avoiding an
4942         infinite loop.
4944 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
4947         (tex-main-file): Don't add .tex if the extension is already present.
4948         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
4950 2003-10-29  Lute Kamstra  <lute@gnu.org>
4952         * progmodes/octave-inf.el (inferior-octave-prompt):
4953         Recognize version number in prompt.
4955 2003-10-28  Dave Love  <fx@gnu.org>
4957         * international/characters.el: Fix some Unicode ranges.
4959 2003-10-28  Kenichi Handa  <handa@m17n.org>
4961         * disp-table.el (standard-display-8bit)
4962         (standard-display-default, standard-display-ascii)
4963         (standard-display-g1, standard-display-graphic)
4964         (standard-display-underline): Assure that standard-display-table
4965         is a display table.
4967 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4969         * simple.el (reindent-then-newline-and-indent): Delete space *after*
4970         reindenting the first line.
4972 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
4974         * wid-edit.el (widget-default-delete): Always delete child widgets.
4976 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4978         * newcomment.el (comment-indent): Don't call indent-according-to-mode
4979         if the line has code.
4980         Don't try to line up with something that's too far left.
4982         * progmodes/octave-mod.el (octave-comment-start): Simplify.
4983         (octave-mode-syntax-table): Add % as a comment starter.
4984         (octave-point): Remove.
4985         (octave-in-comment-p, octave-in-string-p)
4986         (octave-not-in-string-or-comment-p, calculate-octave-indent)
4987         (octave-blink-matching-block-open, octave-auto-fill):
4988         Use line-(beginning|end)-position instead.
4990 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4992         * emacs-lisp/authors.el (authors-aliases): Add correct realname
4993         for Francesco Potort\e,Al\e(B.
4995 2003-10-23  Dave Love  <fx@gnu.org>
4997         * international/mule-cmds.el (locale-charset-to-coding-system):
4998         Don't rely on nil being a coding system.
5000         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5001         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5002         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5004 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5006         * gdb-ui.el (gdb-current-language): New variable.
5007         (gdb-update-flag): Remove variable.
5008         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5009         (gdb-take-last-elt): Remove function.
5010         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5011         (gdb-post-prompt): Check for variable object changes here.
5013         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5014         object changes in gdb-ui.el.
5016 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5018         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5020         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5021         Don't check for foo*/ wildcard form here.
5022         (insert-directory): Recognize foo*/ as a wildcard.
5023         Separate wildcard-regexp variable from the arg, wildcard.
5025         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5026         (remove-hook): Correctly handle strange cases about local hooks.
5028 2003-10-21  David Ponce  <david@dponce.com>
5030         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5031         argument REAL, to return a real number instead of a rounded
5032         integer value.  Define as inline function.
5033         (ruler-mode-right-fringe-cols): Likewise.
5034         (ruler-mode-scroll-bar-cols): New function.
5035         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5036         (ruler-mode-right-scroll-bar-cols): Likewise.
5037         (ruler-mode-space): New function.
5038         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5039         scroll bar mode and margins in a more robust way.
5041 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5043         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5044         (antlr-c-init-language-vars): New function.
5045         (antlr-mode): Use it with cc-mode before v5.29.
5046         (antlr-c-common-init): Don't set some local vars here.
5047         (antlr-mode): Set them here.
5048         (antlr-c-forward-sws): New function alias.
5049         (antlr-mode): Redefine with cc-mode before v5.30.
5050         (antlr-skip-sexps): Use it.
5051         (antlr-skip-exception-part): Ditto.
5052         (antlr-skip-file-prelude): Ditto.
5053         (antlr-outside-rule-p): Ditto.
5054         (antlr-end-of-body): Ditto.
5055         (antlr-option-kind): Ditto.
5056         (antlr-insert-option-area): Ditto.
5057         (antlr-file-dependencies): Ditto.
5059 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5061         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5062         Move backward only if point was not inside an entry.
5064 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5066         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5068 2003-10-21  Juri Linkov  <juri@jurta.org>
5070         * compare-w.el: Automatically skip non-matching text to resync.
5071         (compare-windows-whitespace): Doc fix.
5072         (compare-windows-sync, compare-windows-sync-string-size)
5073         (compare-windows-recenter, compare-ignore-whitespace)
5074         (compare-windows-highlight, compare-windows-face): New variables.
5075         (compare-windows): Use compare-windows-sync.
5076         (compare-windows-highlight, compare-windows-dehighlight)
5077         (compare-windows-sync-regexp)
5078         (compare-windows-sync-default-function): New functions.
5080 2003-10-21  Juri Linkov  <juri@jurta.org>
5082         * diff.el (diff-parse-differences): Don't visit the files now;
5083         instead, just record the error locus.
5085 2003-10-21  Dave Love  <fx@gnu.org>
5087         * progmodes/cfengine.el: New file.
5089 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         * complete.el (PC-do-completion): Do not forget to use `pred' as the
5092         default-directory when completing file names.
5094 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
5096         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5097         followed by the word `face', it gets treated as a face, even if
5098         it is also defined as a variable or a function.
5100 2003-10-20  Dave Love  <fx@gnu.org>
5102         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5103         Avoid incf in macro expansion.
5105 2003-10-20  John Paul Wallington  <jpw@gnu.org>
5107         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5108         `evenp' so we don't implicitly require cl library at runtime.
5110 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
5112         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5113         (help-make-xrefs): Only make cross-references for faces if
5114         preceded or followed by the word `face'.  Do not make a
5115         cross-reference for variables without variable documentation,
5116         unless preceded by the word `variable' or `option'.  Update doc
5117         string accordingly.
5119 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5121         * progmodes/hideshow.el: Rewrite one-armed `if'
5122         constructs using either `when' or `unless'.
5123         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5125 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
5127         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5128         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5129         instead of 12x12.
5131 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5133         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5134         message while converting to Babyl.
5136 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
5138         * allout.el (allout-mode): Doc fix.
5140 2003-10-16  Lute Kamstra  <lute@gnu.org>
5142         * subr.el (force-mode-line-update): Fix docstring.
5144 2003-10-14  Dave Love  <fx@gnu.org>
5146         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5147         (default-input-method): Add :link, improve :type.
5148         (locale-charset-language-names): Fix utf-8 pattern.
5149         (locale-charset-match-p, locale-charset-alist)
5150         (locale-charset-to-coding-system): New.
5151         (set-locale-environment): Deal with codeset part of locale specs.
5153 2003-10-14  Lute Kamstra  <lute@gnu.org>
5155         * fringe.el (fringe-mode): Use active voice in docstring.
5156         (set-fringe-style): Ditto.
5158 2003-10-13  Lute Kamstra  <lute@gnu.org>
5160         * fringe.el (fringe-mode): Fix docstring.
5161         (set-fringe-style): Ditto.
5163 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5165         * ediff-mult.el (ediff-filegroup-action):
5166         Use ediff-default-filtering-regexp.
5168         * ediff-util.el (ediff-recenter): Don't call
5169         ediff-restore-highlighting twice.
5170         (ediff-select-difference): Set current difference.
5171         (ediff-unselect-and-select-difference): Add comment.
5173         * ediff.el (ediff-directories,ediff-directory-revisions)
5174         (ediff-directories3,ediff-merge-directories)
5175         (ediff-merge-directories-with-ancestor)
5176         (ediff-merge-directory-revisions)
5177         (ediff-merge-directory-revisions-with-ancestor):
5178         Use ediff-default-filtering-regexp.
5180 2003-10-12  Andreas Schwab  <schwab@suse.de>
5182         * international/mule-cmds.el (locale-charset-language-names):
5183         Simplify regex by removing unused grouping.
5185 2003-10-10  Dave Love  <fx@gnu.org>
5187         * bindings.el: Don't bind stop.
5189 2003-10-08  Miles Bader  <miles@gnu.org>
5191         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5192         face instead of attempting to emulate it.
5194 2003-10-07  Kenichi Handa  <handa@m17n.org>
5196         * international/mule-diag.el (list-coding-systems-1): List coding
5197         systems that are loaded automatically.
5199         * international/code-pages.el (iso-8859-11): Add autoload cookie.
5201         * international/mule.el (autoload-coding-system): New function.
5203 2003-10-07  Andreas Schwab  <schwab@suse.de>
5205         * log-edit.el (log-edit-changelog-entries): Prefer local value of
5206         change-log-default-name in the buffer visiting the file.
5208 2003-10-06  Dave Love  <fx@gnu.org>
5210         * files.el (find-file-hook): Customize.
5211         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5213         * bindings.el (completion-ignored-extensions): Remove .log.
5214         (global-map): Add again, open, stop keys.
5216 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5218         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5219         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5220         Use sh-modify directly.
5221         (sh-select): Use sh-append, not eval.
5223         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5225         * info.el (Info-following-node-name): New function.
5227         * loadhist.el (unload-feature-special-hooks):
5228         Rename from loadhist-hook-functions.
5229         (loadhist-hook-functions): Now an alias.
5231 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
5233         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5234         file-name clashes on 8+3 filesystems.
5236         * Makefile.in (DONTCOMPILE, bootstrap-clean):
5237         Rename loaddefs-boot.el to ldefs-boot.el
5239         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5240         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5242 2003-10-03  Lute Kamstra  <lute@gnu.org>
5244         * info.el (Info-mode): Revert previous change.
5245         (Info-escape-percent): New function.
5246         (Info-fontify-node): Use it.
5248 2003-10-02  Andreas Schwab  <schwab@suse.de>
5250         * loaddefs-boot.el: Regenerated.
5252 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
5254         * ffap.el: Remove defadvice related code from CVS since `complete'
5255         provides a `PC-completion-as-file-name-predicate' variable that
5256         ffap can override.
5258 2003-10-02  Kenichi Handa  <handa@m17n.org>
5260         * international/utf-8.el (ccl-decode-mule-utf-8):
5261         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5263         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5264         * international/subst-big5.el: Likewise.
5265         * international/subst-gb2312.el: Likewise.
5266         * international/subst-ksc.el: Likewise.
5268 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5270         * calendar/calendar.el (increment-calendar-month)
5271         (calendar-leap-year-p, calendar-absolute-from-gregorian)
5272         (generate-calendar, calendar-read-date, calendar-interval)
5273         (calendar-day-of-week): Handle years BC.
5274         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5276 2003-10-01  Dave Love  <fx@gnu.org>
5278         * language/cyrillic.el (cp1251): Alias for windows-1251.
5280         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5281         bootstrap.
5283 2003-10-01  Lute Kamstra  <lute@gnu.org>
5285         * files.el: Fix typo.
5286         * imenu.el (imenu--generic-function): Docstring fix.
5288 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5290         * dired.el (dired-mode): Handle dired-directory as a list.
5292 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
5294         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5296         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5298         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5299         Replace gud-display with gud-watch.
5300         (gud-speedbar-buttons): Add stuff for watching expressions
5301         in the speedbar when using M-x gdba.  Use dolist on old part
5302         of this function.
5304         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5305         (gdb-update-flag): New variables.
5306         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5307         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5308         (gud-watch, gdb-var-create-handler) : New functions.
5309         (gdb-var-list-children, gdb-var-list-children-handler)
5310         (gdb-var-create-regexp, gdb-var-update-regexp)
5311         (gdb-var-list-children-regexp): New constants.
5312         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5313         (gdb-annotation-rules): Reduce annotation set (level 3).
5314         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5315         (gdb-post-prompt): Don't update GDB buffers every time speedbar
5316         updates.
5317         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5318         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5319         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5320         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5321         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5322         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5323         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5324         (gud-display, gud-display1)
5325         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5326         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5327         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5328         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5329         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5330         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5331         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5332         (gdb-display-display-buffer, gdb-toggle-display)
5333         (gdb-delete-display, gdb-expressions-popup-menu)
5334         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5335         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5336         to display buffer.
5338 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5340         * progmodes/ada-mode.el (ada-mode): Don't use advice.
5341         Instead, set which-func-functions.
5343         * progmodes/which-func.el (which-func-modes): Add ada-mode.
5344         (which-func-functions): New variable.
5345         (which-function): Use that.
5347         * info.el (Info-mode): Double each `%' in header line.
5349         * emacs-lisp/lisp-mnt.el (lm-with-file):
5350         When FILE is nil, run BODY in current buffer.
5352         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5354         * help.el (describe-mode): Start with a brief list of minor modes.
5355         Find them thru minor-mode-list so as to find them all.
5356         Show them in alphabetical order.
5358         * mail/sendmail.el (mail-aliases): Doc fix.
5360         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5362 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5364         * mail/rmailsum.el (rmail-make-summary-line-1):
5365         Change comma after last label to a space.
5366         (rmail-summary-font-lock-keywords): Adapt to that change.
5368 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
5370         * progmodes/scheme.el (scheme-mode-variables): When setting
5371         `font-lock-defaults', also specify that "#" should
5372         be interpreted with `word' syntax.
5373         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5375 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
5377         * desktop.el: A lot of comments updated.
5378         (desktop-save-mode): Minor mode introduced.
5379         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5380         (desktop-load-default): Function made obsolete.
5381         (desktop-locals-to-save): Variable made customizable.
5382         (desktop-read): Optional parameter `dirname' added.
5383         (desktop-change-dir, desktop-revert): Parameter `dirname' in
5384         `desktop-read' used.
5385         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5387 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
5389         * whitespace.el (whitespace-clean-msg): Add user customizable message
5390         for displaying ``clean'' output.
5391         (whitespace-buffer): Use `whitespace-clean-msg'.
5392         (whitespace-global-mode): Fix typo.
5394 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
5396         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5398 2003-09-29  Lute Kamstra  <lute@gnu.org>
5400         * bindings.el (mode-line-modes): Remove superfluous :propertize
5401         construct in initialization.
5402         (mode-line-position): Change cons cell into proper list in
5403         initialization.
5405 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5407         * international/mule.el (decode-coding-inserted-region): Use car
5408         of the return value of find-operation-coding-system.
5410 2003-09-29  Kenichi Handa  <handa@m17n.org>
5412         * descr-text.el (describe-char): Fix previous change.
5414 2003-09-28  Kenichi Handa  <handa@m17n.org>
5416         * descr-text.el (describe-char-display): New function.
5417         (describe-char): Pay attention to display table on describing how
5418         a character is displayed.
5420         * international/mule-cmds.el (encoded-string-description):
5421         Prepend "0x" to each encoded byte.
5423 2003-09-28  Andreas Schwab  <schwab@suse.de>
5425         * find-file.el (ff-special-constructs): Add autoload cookie.
5427 2003-09-28  Kevin Ryde  <user42@zip.com.au>
5429         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5430         makeinfo appends to duplicate index entries.
5432 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
5434         * dired-x.el (dired-clean-tex): Doc fix.
5436         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5437         using a Chinese tutorial.
5439 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5441         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5442         between "MAIL FROM:" and "RCPT TO:" and the following address.
5444 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5446         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5448 2003-09-28  David Ponce  <david@dponce.com>
5450         * recentf.el (recentf-initialize-file-name-history): New defcustom.
5451         (recentf-load-list): When `recentf-initialize-file-name-history'
5452         is non-nil, initialize an empty `file-name-history' with the
5453         recent list.
5455 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
5457         * man.el (Man-default-man-entry): Remove the leading `*' from the
5458         word at point.
5460 2003-09-26  Lute Kamstra  <lute@gnu.org>
5462         * bindings.el (mode-line-position): Mention size indication in
5463         docstring.
5465 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
5467         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5469         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5470         because it's autoloaded now.
5472 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5474         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5475         (sh-font-lock-keywords, sh-feature): Fix previous change of
5476         sh-feature to avoid infloop with sh-font-lock-keywords.
5478 2003-09-25  Kim F. Storm  <storm@cua.dk>
5480         * frame.el (frame-current-scroll-bars): New defun.
5482         * window.el (window-current-scroll-bars): New defun.
5484 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5486         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5487         cause errors when the state cache contains info on parts that have
5488         been narrowed out.
5490 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5492         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5493         `c-setup-paragraph-variables' has to be used when this variable is
5494         changed; it doesn't work to reinitialize the mode since that
5495         typically clobbers the variable.
5497         * progmodes/cc-styles.el (c-setup-paragraph-variables):
5498         Make it interactive.
5500 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5502         * progmodes/cc-fonts.el (c-font-lock-declarations):
5503         Fix recognition of constructors and destructors for classes whose
5504         names are matched by `*-font-lock-extra-types'.
5506         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5507         followed by an identifier in C++ then it's a type.
5509 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5511         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5512         problem that primarily affected XEmacs.  Don't use faces to find
5513         unterminated strings since Emacs and XEmacs fontify strings
5514         differently - this function should now work better in XEmacs.
5516 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5518         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5519         `expand-abbrev' workaround which caused braces to misbehave inside
5520         macros.
5522         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5523         handling.  This bug could cause interactive font locking to bail out.
5525 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5527         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5528         Handle paren-style types in Pike.  Also fixed some cases of
5529         insufficient handling of unbalanced parens.
5531 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
5533         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5534         common shell prompts that are not common filename or URL characters.
5535         (ffap-file-at-point): Use the new regexp to strip the prompts from
5536         the file names.  This is an issue mostly for user prompts that
5537         don't have a trailing space and find-file-at-point is invoked from
5538         within a shell inside emacs.
5540 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
5542         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5543         stamps numerically, rather than textually.
5545 2003-09-24  Kenichi Handa  <handa@m17n.org>
5547         * language/devan-util.el (devanagari-post-read-conversion):
5548         * language/mlm-util.el (malayalam-post-read-conversion):
5549         * language/tml-util.el (tamil-post-read-conversion):
5550         Add autoload cookie.
5552         * international/utf-8.el (utf-8-post-read-conversion):
5553         Call post-read-conversion functions for Devanagari, Malayalam,
5554         and Tamil.
5556 2003-09-23  Dave Love  <fx@gnu.org>
5558         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5560 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
5562         * progmodes/gud.el (perldb): Add gud-until to list of commands.
5563         Update gud-remove.
5565 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5567         * progmodes/sh-script.el (sh-mode-default-syntax-table):
5568         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
5569         (sh-mode-syntax-table-input): New variable.
5570         (sh-require-final-newline): Don't use eval.
5571         (sh-builtins, sh-leading-keywords, sh-other-keywords)
5572         (sh-variables, sh-font-lock-keywords): Don't use eval.
5573         (sh-set-shell): When setting require-final-newline,
5574         treat value = `require-final-newline' as don't change it.
5575         Set sh-mode-syntax-table locally based on
5576         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5578         * progmodes/compile.el (compile-internal):
5579         Call compilation-set-window-height before setting window start.
5581 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
5583         * emacs-lisp/bytecomp.el (byte-compile-log-file):
5584         Clear out byte-compile-last-warned-form.
5586 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5588         * woman.el (woman-file-name, woman-follow-word):
5589         If current-word returns nil, use "".
5591         * simple.el (eval-expression): Bind standard-output in to-buffer case.
5593 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5595         * emacs-lisp/lisp-mnt.el (lm-with-file):
5596         Don't visit the file, just use insert-file-contents in temp buffer.
5598 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
5600         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5601         Add surrounding \\( and \\) around the header, as in
5602         for lm-history-header 'Change Log\\|History'.
5604 2003-09-22  John Paul Wallington  <jpw@gnu.org>
5606         * progmodes/ld-script.el: Add Commentary section,
5607         minor cleanup of file header.
5608         (ld-script-font-lock-keywords): Doc fix.
5609         (toplevel): Provide `ld-script' feature.
5611 2003-09-21  Kim F. Storm  <storm@cua.dk>
5613         * scroll-bar.el (set-scroll-bar-mode): Initialize to
5614         new built-in variable default-frame-scroll-bars.
5615         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5616         scroll-bar-mode; notably, use it instead of t when we toggle
5617         scroll-bars on.
5618         (toggle-scroll-bar): Use default-frame-scroll-bars.
5620 2003-09-19  Masatake YAMATO  <jet@gyve.org>
5622         * pcvs.el (cvs-do-removal): Change the prompt depending on
5623         `filter' value.
5625 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5627         * startup.el (command-line-1): Stop startup-echo-area-message
5628         being hidden by "Loading image..." message.
5629         (use-fancy-splash-screens-p, display-splash-screen):
5630         Move display-graphic-p test from latter to former.
5632         * progmodes/sh-script.el (sh-font-lock-keywords):
5633         Highlight escaped EOLs differently from other backslash constructs.
5635 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5637         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5638         New functions.
5639         (edebug-enter, edebug-outside-excursion): Use them.
5641         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5642         Fix the condition for whether to print "In WHERE".
5644 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
5646         * finder.el (finder-mode-hook): New variable.
5647         (finder-mode): Run hook finder-mode-hook
5649 2003-09-18  Masatake YAMATO  <jet@gyve.org>
5651         * progmodes/ebrowse.el: Fix broken magic autoload comments.
5653 2003-09-17  Mario Lang  <mlang@delysid.org>
5655         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5656         "p %e" to actually print the value in the GUD buffer.
5658 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
5660         From David Ponce <david.ponce@wanadoo.fr>:
5661         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5662         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5663         from loaddefs-boot.el if necessary.
5665 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
5667         * progmodes/gud.el (gud-find-class): Make jdb work again since
5668         cc-mode changed the syntactic information.
5670 2003-09-15  David Ponce  <david@dponce.com>
5672         * recentf.el: (recentf-exclude): Accept predicates too.
5673         (recentf-file-readable-p): New function.
5674         (recentf-include-p): Handle predicates in recentf-exclude.
5675         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
5676         (recentf-cleanup): Likewise.
5677         (recentf-save-list): Use write-file to handle backup of
5678         recentf-save-file.
5680 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
5682         * loaddefs-boot.el: Renamed from `loaddefs.el'
5683         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5684         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5685         necessary.
5687 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
5689         * electric.el (Electric-pop-up-window): For the `one-window' case,
5690         no longer disconcertingly move point in the original buffer.
5692 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5696 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5698         * dired.el (dired-mode-map): Fix typo.
5700 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5702         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5704 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5706         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5707         the function is less noisy.  Now only `kill-buffer' can ask questions.
5709 2003-09-10  Mario Lang  <mlang@delysid.org>
5711         * battery.el: Update Commentary and Copyright.
5712         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5713         appear due to wrong ordering of the expressions in `or'.
5715 2003-09-09  Lute Kamstra  <lute@gnu.org>
5717         * misc.el (upcase-char): Fix docstring.
5718         (zap-up-to-char): New command.
5720 2003-09-08  David Ponce  <david@dponce.com>
5722         Ensure that recentf correctly updates the menu bar.
5723         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5724         (recentf-menu-bar): New function.
5725         (recentf-clear-data): Use it
5726         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5727         of easy-menu-change.
5729 2003-09-08  Lute Kamstra  <lute@gnu.org>
5731         * simple.el (size-indication-mode): New.
5732         * bindings.el (mode-line-position): Add buffer size indicator.
5734 2003-09-04  Mario Lang  <mlang@delysid.org>
5736         * battery.el (battery-linux-proc-acpi): New function.
5737         (battery-status-function): Modify default value calculation to also
5738         check for availability of ACPI.
5739         (battery-echo-area-format): Ditto.
5740         (battery-mode-line-format): Ditto.
5742 2003-09-06  Dave Love  <fx@gnu.org>
5744         * ielm.el (ielm-mode-hook): Add :options.
5746         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5747         (eldoc-print-current-symbol-info): Use it.
5749 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5751         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5752         being displayed in GUD buffer.
5753         (gdb-idle-input-queue): Remove var.  Use just one queue.
5754         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5755         Remove functions.  Use just one queue.
5756         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5757         (gdb-invalidate-assembler, gdb-get-current-frame):
5758         Modify functions.  Use just one queue.
5760 2003-09-04  Dave Love  <fx@gnu.org>
5762         * cus-start.el: Add blink-cursor-alist.
5764         * ruler-mode.el (ruler-mode-fill-column-char)
5765         (ruler-mode-current-column-char): Use char-displayable-p,
5766         not window-system.
5768         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5770         * language/european.el (windows-1252): Move from code-pages.
5772         * language/cyrillic.el ("Windows-1251"): Delete.
5773         ("Bulgarian", "Belarusian"): Remove `features'.
5774         (windows-1251): Move from code-pages.
5776         * international/mule-diag.el (non-iso-charset-alist):
5777         Remove `codepage' stuff.
5778         (print-designation, list-coding-systems-1): Output fixes.
5780         * international/code-pages.el (cp-make-translation-table)
5781         (cp-valid-codes): Made defsubsts.
5782         (cp-fix-safe-chars): Delete.
5783         (mule-diag): Don't require.
5784         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5785         (top-level): Check for defined coding system when defining
5786         cp... aliases.  Change w32-add-charset-info test to avoid warning.
5787         (non-iso-charset-alist): Defvar when compiling.
5788         (cp-make-coding-system): Doc fix.
5790 2003-09-02  Jason Rumney  <jasonr@gnu.org>
5792         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5793         line-ends from CVS before doing conversion.
5795 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
5797         * calendar/diary-lib.el (diary-header-line-flag)
5798         (diary-header-line-format): New variables.
5799         (list-diary-entries): Use them to set header line in simple diary.
5801         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5802         other than font-lock-string-face to highlight backslashes.
5804 2003-09-01  Jason Rumney  <jasonr@gnu.org>
5806         * international/titdic-cnv.el (tit-read-key-value): Include \r in
5807         regexp.
5809 2003-09-01  Dave Love  <fx@gnu.org>
5811         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5813         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5814         and :help; also line and column numbers labels.
5816         * international/mule-util.el (char-displayable-p): Move from
5817         latin1-disp, rename and autoload.
5819         * international/latin1-disp.el (latin1-char-displayable-p):
5820         Now obsolete alias.  Replace uses with char-displayable-p.
5821         (latin1-display-ucs-per-lynx): Fix last change.
5823         * international/mule-cmds.el (standard-display-european-internal):
5824         Don't use char code for Latin-1 NBSP.
5825         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
5826         U+2018, U+2019 for `'.
5827         (select-safe-coding-system): Message fix.
5829 2003-09-01  Kenichi Handa  <handa@m17n.org>
5831         * international/fontset.el (setup-default-fontset): For Thai
5832         font, specify "*" family.
5834 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5836         * progmodes/compile.el (previous-error): Accept a prefix
5837         argument, similarly to next-error.
5839 2003-08-31  Masatake YAMATO  <jet@gyve.org>
5841         * pcvs.el (cvs-do-removal): Use = instead of eq to check
5842         the number of files.  Bind the number of files to a local
5843         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5845 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
5847         * vc-hooks.el (vc-make-version-backup): Fix the change made on
5848         2003-07-26: msdos-long-file-names is a function, not a variable.
5850 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5852         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5853         Do nothing with mail-personal-alias-file if it is nil.
5855         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5856         Do nothing if mail-personal-alias-file is nil.
5858         * term.el (term-exec-1): Bind coding-system-for-read.
5860         * dired.el (dired-mouse-find-file-other-window):
5861         Use dired-view-command-alist here, as in dired-view-file.
5862         (dired-view-command-alist): Use %s to substitute file name.
5863         Handle .ps_pages, .eps, .jpg, .gif, .png.
5865 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5867         * info.el (Info-mode-map): Bind S-tab and <backtab> to
5868         `Info-prev-reference', instead of M-tab.
5870 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
5872         * simple.el (blink-matching-open): Work correctly on chars that
5873         are designated as parens through the syntax-table text property.
5875 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
5877         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5878         line break position in the middle of a non-kinsoku (e.g. latin)
5879         word, making it skip until either a space or a character with
5880         category "|".
5881         (kinsoku-longer): Test for end of buffer.
5883 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
5885         * mail/rmail.el (rmail-convert-to-babyl-format):
5886         Detect quoted-printable- and base64-encoded messages and decode them
5887         automatically.  Set the message's encoding from the charset=
5888         header, if any.  Decode base64-encoded messages in Mail format as well.
5890 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5892         * mail/smtpmail.el: Fix previous change.
5893         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5894         calling smtpmail-via-smtp.
5895         (smtpmail-via-smtp): Add fall-back values for envelope-from.
5897 2003-08-26  John Paul Wallington  <jpw@gnu.org>
5899         * image.el (image-jpeg-p): Don't search beyond length of data.
5901 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5903         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5904         misfeature in `expand-abbrev' which caused electric keywords like
5905         "else" to disappear if an open brace was typed directly afterwards.
5907 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5909         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5910         mandatory in `define-widget'.
5912         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5913         Don't align the operators "!=", "<=" and ">=" as assignment operators.
5915         (c-assignment-operators): New language constant that only contains
5916         the assignment operators.
5918         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5920 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5922         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5923         Safeguard against unbalanced sexps.
5925 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
5927         * version.el (emacs-version): Check for gtk.  Include gtk version info.
5929 2003-08-25  John Paul Wallington  <jpw@gnu.org>
5931         * man.el (Man-default-man-entry): Don't whizz past the section
5932         number before looking for it.
5934 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
5936         * progmodes/gud.el (gud-display-line): Don't set window-point if
5937         source buffer is not visible.  (Only happens with M-x gdba.)
5939         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5940         documentation.
5941         (gdb-source, gdb-source-info): Update to assembler unnecessary
5942         as its done after each GDB command anyway.
5943         (gdb-pre-prompt): Use with-current-buffer.
5944         (gdb-insert-field): Add help-echo text.
5945         (gdb-invalidate-assembler): Re-display of assembler now done in
5946         gdb-info-breakpoints-custom.
5947         (gdb-info-breakpoints-custom): Force re-display of assembler to
5948         happen *after* update of breakpoints buffer.
5949         (gdb-display-source-buffer): Don't choke if gdb-source-window
5950         isn't visible.
5951         (gdb-put-string, gdb-put-arrow): Remove free variables.
5953 2003-08-24  John Paul Wallington  <jpw@gnu.org>
5955         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
5957         * man.el (Man-default-man-entry): Strip text properties when
5958         snarfing parts of entry because `format' preserves properties.
5960 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5962         * files.el (file-newest-backup): Use `expand-file-name'.
5964         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
5965         Allow the diary to pop up a new frame, if needed.
5967         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
5968         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
5969         (smtpmail-send-it): Make treatment of envelope-from consistent with
5970         sendmail.el.
5972         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
5973         (sh-leading-keywords): Add the bash `time' reserved word.
5974         (sh-variables): Add some bash variables.
5975         (sh-add-completer): Fix nil branch of case statement.
5977 2003-08-24  Masatake YAMATO  <jet@gyve.org>
5979         * progmodes/ld-script.el: New file.
5981 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
5983         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
5985 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
5987         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
5988         Better explain obsolescence, and what to use instead.
5990 2003-08-23  Masatake YAMATO  <jet@gyve.org>
5992         * pcvs.el (cvs-do-removal): Show the deleted file name
5993         on the prompt.
5995 2003-08-20  Dave Love  <fx@gnu.org>
5997         * international/mule.el (make-coding-system)
5998         (set-buffer-file-coding-system): Doc fix.
6000         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6002         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6004         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6006         * international/utf-16.el: Add mime-text-unsuitable coding system
6007         properties.
6009         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6011         * cus-edit.el: Add some :links.
6012         (bib): Remove.
6014         * textmodes/bib-mode.el (bib): Add :group external.
6016 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6018         * wid-edit.el (widget-echo-help): Make it handle expressions that
6019         evaluate to strings.
6021 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6023         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6025         Simplify selection of SQL products to define highlighting and
6026         interactive mode.  Includes detailed instructions on adding
6027         support for new products.
6029         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6030         product for use in highlighting and interactive mode.
6031         (sql-interactive-product): New variable.  SQL product for
6032         sql-interactive-mode.
6033         (sql-product-support): New variable.  Specifies product-specific
6034         parameters to drive highlighting and interactive mode.
6035         (sql-imenu-generic-expression): Add more object types.
6036         (sql-sqlite-options): Correct comment.
6037         (sql-ms-program): Use "osql" rather than "isql".
6038         (sql-prompt-regexp, sql-prompt-length): Update comment.
6039         (sql-mode-menu): Add "Start SQLi session" entry.
6040         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6041         (sql-mode-abbrev-table): Add abbreviations.  Support of
6042         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6043         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6044         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6045         names.
6046         (sql-mode-ansi-font-lock-keywords): Set as default value.
6047         (sql-mode-oracle-font-lock-keywords): Set as default value.
6048         Support Oracle 9i keywords.
6049         (sql-mode-postgres-font-lock-keywords): Set as default value.
6050         (sql-mode-linter-font-lock-keywords): Set as default value.
6051         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6052         SQLServer 2000.
6053         (sql-mode-sybase-font-lock-keywords)
6054         (sql-mode-interbase-font-lock-keywords)
6055         (sql-mode-sqlite-font-lock-keywords)
6056         (sql-mode-strong-font-lock-keywords)
6057         (sql-mode-mysql-font-lock-keywords)
6058         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6059         keywords.
6060         (sql-mode-font-lock-defaults): Update comment.
6061         (sql-product-feature): New function.  Returns feature associated
6062         with a product from `sql-product-support' alist.
6063         (sql-product-font-lock): New function.  Set font-lock support
6064         based on `sql-product'.
6065         (sql-add-product-keywords): New function.  Add font-lock rules to
6066         product-specific keyword variables.
6067         (sql-set-product): New function.  Set `sql-product' and apply
6068         appropriate font-lock highlighting.
6069         (sql-highlight-product): New function.  Set font-lock support
6070         based on a product.  Also set mode name to include product name.
6071         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6072         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6073         Use `sql-set-product'.
6074         (sql-highlight-ms-keywords)
6075         (sql-highlight-sybase-keywords)
6076         (sql-highlight-interbase-keywords)
6077         (sql-highlight-strong-keywords)
6078         (sql-highlight-mysql-keywords)
6079         (sql-highlight-sqlite-keywords)
6080         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6081         (sql-get-login): Prompt in the same order as the tokens.
6082         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6083         (sql-product-interactive): New function.  Common portions of
6084         product-specific interactive mode wrappers.
6085         (sql-interactive-mode): Rewritten to use product features.
6086         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6087         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6088         (sql-db2, sql-linter): Use `sql-product-interactive'.
6089         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6090         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6091         (sql-connect-ingres, sql-connect-postgres)
6092         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6093         New functions.  Format command line parameters and invoke comint on
6094         the appropriate interpreter.  Code was in the corresponding
6095         `sql-xyz' function before.
6096         (sql-connect-ms): New function.  Support -E argument to use
6097         operating system credentials for authentication.
6099 2003-08-18  Kenichi Handa  <handa@m17n.org>
6101         * international/mule.el (encode-char): Fix for the ASCII case.
6103 2003-08-15  Kenichi Handa  <handa@m17n.org>
6105         * international/fontset.el (setup-default-fontset): Change "*" to
6106         nil in the specifications of font family.
6108 2003-08-18  Kim F. Storm  <storm@cua.dk>
6110         * kmacro.el (kmacro-keymap): Group related bindings in
6111         initialization for clarity.  Bind C-s to start macro.
6112         Remove C-r binding.
6113         (kmacro-initial-counter-value): New defvar to hold initial counter
6114         value in case we set the value before defining a macro.
6115         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6116         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6117         not defining or executing macro.  Doc fix.
6118         (kmacro-add-counter): Clear kmacro-initial-counter-value.
6119         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6120         temporarily view older elements on the macro ring without cycling
6121         the ring.
6122         (kmacro-display): Doc fix.
6123         (kmacro-exec-ring-item): New helper function.
6124         (kmacro-call-ring-2nd): Use it.
6125         (kmacro-call-ring-2nd-repeat): Doc fix.
6126         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6127         (kmacro-end-or-call-macro): Execute last viewed macro (using
6128         kmacro-exec-ring-item) from ring if this follows
6129         kmacro-view-macro.  This allows us to find a macro on the ring
6130         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6131         the ring to bring it to the head of the ring.
6132         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6133         Allow binding to reserved keys without specifying C-x C-k prefix.
6134         Ask for confirmation if entered key sequence is already bound to
6135         a non-macro command.
6136         (kmacro-view-macro): Repeating command will show older elements
6137         on the macro ring; C-k will execute the last viewed macro.
6138         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
6139         property from 'ring to 'head.
6141 2003-08-17  Alan Shutko  <ats@acm.org>
6143         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6144         keeping December out of the alist.
6146 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6148         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6149         * calendar/calendar.el (calendar-mode-map): Bind it to key.
6150         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6151         (calendar-flatten): New function.
6152         (calendar-mouse-view-other-diary-entries)
6153         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6154         in the menu title and to show multi-line diary entries correctly
6155         in the menu.
6157 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
6159         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6160         defcustom, because the default was recently changed.
6162 2003-08-16  Richard M. Stallman  <rms@gnu.org>
6164         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6166         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6167         New subroutine, broken out of eval-last-sexp-1.
6168         (eval-last-sexp-1): Use eval-last-sexp-print-value.
6170         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6172         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6174         * simple.el (eval-expression): Use eval-last-sexp-print-value.
6176 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
6178         * progmodes/compile.el (compilation-error-regexp-alist):
6179         Add Java ANt error detection as described in document
6180         http://ant.apache.org/faq.html
6182 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
6184         * simple.el (backward-word, forward-to-indentation)
6185         (backward-to-indentation): Argument changed to optional.
6186         (next-line, previous-line): Use `or' instead of `unless'.
6188 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6190         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6191         instead of a constant.
6193 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
6195         * shell.el (shell): With prefix-arg, suggest a new buffer name.
6197 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
6199         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6200         (vc-sccs-workfile-version): Search the entire delta table, rather
6201         than just the first entry, because that might be a deleted version.
6203 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
6205         * menu-bar.el (menu-bar-options-menu): Supply a body for the
6206         [save-place] binding in the Options menu.  Have it require
6207         'saveplace' and then toggle the variable manually, to avoid an an
6208         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
6209         for the bug report.
6211 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
6213         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6214         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6215         (gdb-info-threads-custom): Add help-echo text.
6216         (gdb-display-back): Don't use purecopy.
6217         (gdb-info-breakpoints-custom, gdb-reset)
6218         (gdb-assembler-custom): Use display-images-p to test if breakpoint
6219         icons can be displayed.
6221 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
6223         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6225 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
6227         * bookmark.el (bookmark-completing-read):
6228         Return a string, instead of a list of one string.
6229         Use a popup menu if activated from the mouse.
6230         (bookmark-edit-annotation): Remove unused vars.
6231         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6232         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6233         to bookmark-completing-read.
6234         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6235         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6236         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6237         and erase-buffer.
6238         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6239         (bookmark-menu-jump, bookmark-menu-insert)
6240         (bookmark-popup-menu-and-apply-function)
6241         (bookmark-menu-popup-paned-bookmark-menu): Remove.
6242         (bookmark-menu-build-paned-menu): Remove by folding it into
6243         bookmark-menu-popup-paned-menu.
6244         (menu-bar-bookmark-map): Move the define-key statements here.
6245         Use the "non-menu" commands since they now pop up a menu if needed.
6246         (bookmark-exit-hook-internal): Simplify.
6248 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
6250         * reftex-toc.el (reftex-toc-rename-label): New function.
6251         (reftex-toc-check-docstruct): New function.
6253         * reftex.el (reftex-region-active-p): New function.
6255         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6256         regexp to find the \bibliography macro.
6258         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6259         which does not exist in LaTeX.
6260         (reftex-cite-format-builtin): Added amsrefs support.
6261         (reftex-toc-confirm-promotion): New option
6263         * reftex-toc.el
6264         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6265         (reftex-toc-demote, reftex-toc-promote)
6266         (reftex-toc-do-promote, reftex-toc-promote-prepare)
6267         (reftex-toc-promote-action, reftex-toc-extract-section-number)
6268         (reftex-toc-newhead-from-alist)
6269         (reftex-toc-load-all-files-for-promotion): New functions.
6270         (reftex-toc-help): Added description of new keys.
6271         (reftex-toc-split-windows-fraction): New option.
6272         (reftex-recenter-toc-when-idle): Search *toc* window on all
6273         visible frames.
6274         (reftex-toc): Additional parameter REUSE
6275         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
6276         with REUSE argument.
6277         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6278         the call of `reftex-toc'.
6279         (reftex-make-separate-toc-frame): New function .
6280         (reftex-toc-recenter): When called with triple prefix arg, call
6281         `reftex-make-separate-toc-frame' first.
6282         (reftex-toc-toggle-dedicated-frame): New command.
6283         (reftex-toc-quit): Adapted to delete frame when called in
6284         dedicated frame.
6286         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6287         all enclosing macros.
6290 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6292         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6293         first use.
6295 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6297         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6299 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6301         * calendar/calendar.el (list-diary-entries-hook)
6302         (diary-display-hook, nongregorian-diary-listing-hook)
6303         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6304         Add some customize options for these hooks.
6305         (calendar-abbrev-construct): Don't try to take a substring longer
6306         than the original string.
6308 2003-08-05  Richard M. Stallman  <rms@gnu.org>
6310         * emacs-lisp/testcover.el (noreturn): Report error if does return.
6311         (testcover-reinstrument-clauses): Doc fix.
6313         * emacs-lisp/warnings.el: Doc fixes, args renamed.
6314         (warning-type-format): Rename from warning-group-format.
6316         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6317         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6318         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6319         to prevent warnings about defvar for an obsolete variable.
6321         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6322         warning-group-format renamed to warning-type-format.
6324         * subr.el (read-passwd): Use clear-string instead of fillarray.
6326         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6327         Use vconcat instead of concat.
6328         (edmacro-sanitize-for-string): New function.
6330 2003-08-05  Dave Love  <fx@gnu.org>
6332         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6333         line-number-display-limit-width.
6335         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6337 2003-08-05  Kenichi Handa  <handa@m17n.org>
6339         * international/code-pages.el: Don't require mule-diag.
6341         * international/mule-diag.el (non-iso-charset-alist):
6342         Add autoload cookie.
6344         * language/devan-util.el (dev-glyph-order): Add an entry for the
6345         glyph code #xC4.
6347 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6349         * calendar/calendar.el (diary-file, diary-file-name-prefix)
6350         (european-calendar-style, diary-date-forms)
6351         (calendar-day-name-array, calendar-month-name-array): Doc change.
6352         (generate-calendar-month): Adapt for new behaviour of
6353         `calendar-day-name' function.
6354         (calendar-abbrev-length, calendar-day-abbrev-array)
6355         (calendar-month-abbrev-array): New variables.
6356         (calendar-abbrev-construct): New function.
6357         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6358         rather than fixing abbrevs at some width.  Calling syntax change.
6359         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
6360         (calendar-date-string): Adapt for new behaviours of
6361         `calendar-day-name' and `calendar-month-name' functions.
6363         * calendar/diary-lib.el (list-diary-entries): Adapt for new
6364         behaviour of `calendar-day-name' and `calendar-month-name' functions.
6365         (diary-name-pattern): Use abbrev arrays, rather than fixing
6366         abbrevs at three chars.  Calling syntax change.
6367         (mark-diary-entries): Adapt for new behaviours of
6368         `diary-name-pattern' and `calendar-make-alist' functions.
6369         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6370         `diary-name-pattern' function.
6371         (font-lock-diary-date-forms): Use abbrev arrays, rather than
6372         fixing abbrevs at three chars.  Calling syntax change.
6373         (cal-hebrew, cal-islam): Require when compiling.
6374         (diary-font-lock-keywords): Adapt for new behaviour of
6375         `font-lock-diary-date-forms' function.
6377         * calendar/cal-hebrew.el: Reposition some code so defined before used.
6378         (calendar-hebrew-month-name-array-common-year)
6379         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6380         (list-hebrew-diary-entries): Adapt for new behaviours of
6381         `calendar-day-name' and `add-to-diary-list' functions.
6382         (mark-hebrew-diary-entries): Adapt for new behaviours of
6383         `diary-name-pattern' and `calendar-make-alist' functions.
6385         * calendar/cal-islam.el (calendar-islamic-month-name-array):
6386         Add doc string.
6387         (list-islamic-diary-entries): Adapt for new behaviours of
6388         `calendar-day-name' and `add-to-diary-list' functions.
6389         (mark-islamic-diary-entries): Adapt for new behaviours of
6390         `diary-name-pattern' and `calendar-make-alist' functions.
6392         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6393         `calendar-month-name' function.
6395         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6397         * calendar/solar.el (solar-seasons-data): Move definition before use.
6399         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6400         (cal-tex-LaTeX-hourbox): Move definition before use.
6402         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6403         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6404         lunar.el, solar.el
6405         (displayed-month, displayed-year): Define for compiler.
6407 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6409         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6410         MODE.  Renamed from c-init-c-language-vars'.
6411         (c-initialize-cc-mode): Change accordingly.
6412         (c-common-init): Ditto.
6413         (c-mode): Ditto.
6414         (c++-mode): Use `c-init-language-vars-for'.
6415         (objc-mode): Ditto.
6416         (java-mode): Ditto.
6417         (idl-mode): Ditto.
6418         (pike-mode): Ditto.
6419         (awk-mode): Ditto.
6421 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6423         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6424         or not the point moved.
6426         (c-search-decl-header-end): Don't trip up on operator identifiers
6427         in C++ and operators like == in all languages.
6429         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6430         Detect leading labels correctly.
6432 2003-08-02  Andreas Schwab  <schwab@suse.de>
6434         * textmodes/ispell.el: Don't redo key bindings on loading, put
6435         them only in loaddefs.el.
6436         * bookmark.el: Likewise.
6437         * dabbrev.el: Likewise.
6438         * emerge.el: Likewise.
6440         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6441         has more than one member.
6443         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6445 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6447         * lpr.el (printify-region): It was ending conversion before the
6448         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
6450 2003-07-31  John Paul Wallington  <jpw@gnu.org>
6452         * net/browse-url.el (browse-url-epiphany): Doc fix.
6454 2003-07-30  Kenichi Handa  <handa@m17n.org>
6456         * international/fontset.el (setup-default-fontset):
6457         Change registry names of Akurti fonts.
6459 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6461         * comint.el (comint-read-noecho): Use `clear-string' instead of
6462         `fillarray'.
6464 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
6466         * outline.el (outline-mode-hook): Add defvar.
6468 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
6470         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6471         Restore assembler in source window if that is what has been selected.
6472         (menu): Add gdb-restore-windows to menu.  Make gdba
6473         specific menus only visible from gdba.
6475 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6477         * progmodes/compile.el (compilation-environment): New user variable.
6478         (compile-internal): Respect it.
6480 2003-07-23  Masatake YAMATO  <jet@gyve.org>
6482         * progmodes/gud.el (gdb-script-font-lock-keywords):
6483         Put `font-lock-function-name-face' on a symbol which includes
6484         `-' like `hook-run'.  Put font-lock-variable-name-face
6485         on a symbol starting with $.
6487 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
6489         * files.el (set-visited-file-name): Use truename for buffer-file-name.
6491 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6493         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6495 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
6497         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6498         Use with-no-warnings.
6499         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6500         rather than to find-file-not-found-hook, which doesn't exist.
6502 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6504         * international/quail.el (quail-translate-key): Fix previous change.
6506 2003-07-25  John Paul Wallington  <jpw@gnu.org>
6508         * server.el (server-start): Check `server-process' is non-nil
6509         before killing it to avoid killing current buffer's process.
6511         * simple.el (choose-completion-string): Use `minibufferp';
6512         test `completion-reference-buffer' if `buffer' arg is nil.
6513         (push-mark): Use `when' and `unless'.
6514         (pop-mark): Use `when'.
6516         * mouse-sel.el (mouse-sel-get-selection-function):
6517         Check `x-last-selected-text-primary'.  Don't barf if it or
6518         `x-last-selected-text' aren't bound.
6520 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6522         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6524 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
6526         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6528 2003-07-23  John Paul Wallington  <jpw@gnu.org>
6530         * tooltip.el (defface tooltip): Inherit from variable-pitch.
6532 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6534         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6535         string.  Defvar the derived hook.
6537         * macros.el (insert-kbd-macro): Escape double quote character.
6538         From Thomas W Murphy <twm@andrew.cmu.edu>.
6540 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
6542         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6543         to match the specific mark rather than reusing comment-start-skip.
6545 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
6547         * progmodes/hideshow.el (hs-special-modes-alist):
6548         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
6550 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
6552         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6553         value using ?\s.
6555 2003-07-21  John Paul Wallington  <jpw@gnu.org>
6557         * subr.el (with-selected-window): Add closing paren.
6559 2003-07-21  Richard M. Stallman  <rms@gnu.org>
6561         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6562         (lisp-mode): Likewise.
6564         * subr.el (with-selected-window): Copy code form save-selected-window
6565         so as to call select-window with norecord arg.
6566         (dynamic-completion-table): Doc fix.
6567         (lazy-completion-table): Doc fix.
6569         * international/mule-cmds.el (set-locale-environment):
6570         langinfo renamed to locale-info.
6572         * international/mule.el (auto-coding-functions): Doc fix.
6574 2003-07-21  Kenichi Handa  <handa@m17n.org>
6576         * international/quail.el (quail-translate-key):
6577         Update quail-current-str correctly.
6579 2003-07-21  Andreas Schwab  <schwab@suse.de>
6581         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6582         ?, to "_".
6584 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
6585         Version 2.0.36 of Tramp released.
6587         * net/tramp.el (tramp-default-password-end-of-line): Rename from
6588         tramp-password-end-of-line.
6589         (tramp-password-end-of-line): New method parameter.
6590         (tramp-get-password-end-of-line): Function to access method
6591         parameter `tramp-password-end-of-line', or variable
6592         `tramp-default-password-end-of-line' (default value).
6593         (tramp-methods): Add entries for new parameter
6594         tramp-password-end-of-line.
6595         (tramp-enter-password): Use new function
6596         `tramp-get-password-end-of-line'.
6597         (tramp-handle-insert-file-contents): Do not
6598         unconditionally inhibit the file operation file-local-copy, only
6599         do that when the inhibit-file-name-operation is currently
6600         insert-file-contents.  This fixes finding remote CVS-controlled
6601         files.  (It would barf on inserting the CVS/Entries file
6602         literally, because the file-local-copy handler wasn't called.)
6603         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6604         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6605         (tramp-initial-commands): New variable.
6606         (tramp-process-initial-commands): New function, using the variable.
6607         (tramp-open-connection-setup-interactive-shell): Call the new function.
6608         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6609         method into the buffer name, never use nil.  Reported by Hanak
6610         David <dhanak@inf.bme.hu>.
6611         (tramp-open-connection-setup-interactive-shell): Erase buffer
6612         before sending "stty -onlcr".
6614         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6616 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
6618         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6620 2003-07-19  John Paul Wallington  <jpw@gnu.org>
6622         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6623         (artist-draw-rect, artist-draw-square): Doc fixes.
6625         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6627         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6629 2003-07-19  Kenichi Handa  <handa@m17n.org>
6631         * international/kkc.el (kkc-show-conversion-list-update):
6632         Highlight the correct candidate in the message.
6634 2003-07-18  John Paul Wallington  <jpw@gnu.org>
6636         * simple.el (current-word): Don't include punctuation char when
6637         `really-word' arg is non-nil.
6639 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
6641         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6642         moved to the directory obsolete.
6644 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6646         * info.el (Info-menu-entry-name-re): Allow newlines in
6647         menu entry names.
6649         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6650         syntax-ppss-after-change-function.
6651         (syntax-ppss-after-change-function): New alias.  Update uses.
6652         (syntax-ppss): Catch the case where the buffer is narrowed.
6654 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6656         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6657         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6659 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6661         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6662         since it might be modified.
6664         * progmodes/cc-langs.el (c++-make-template-syntax-table)
6665         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6666         names to these language constants.
6668 2003-07-15  Kim F. Storm  <storm@cua.dk>
6670         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6671         All uses changed.
6673 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
6675         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6676         Namespace support.
6678 2003-07-13  Juanma Barranquero  <lektu@terra.es>
6680         * frame.el (modify-all-frames-parameters): Reinstall (copyright
6681         papers received).
6683 2003-07-13  Karl Eichwalder  <ke@suse.de>
6685         * textmodes/po.el (po-find-charset): White space at the start of the
6686         Content-Type field body is non-mandatory.
6688 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6690         * textmodes/texinfo.el (texinfo-section-list):
6691         Append appendixsection; a synonym for appendixsec.
6693 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
6695         * man.el (Man-translate-cleanup): New.
6696         (Man-translate-references): Call `Man-translate-cleanup' to clean
6697         leading, trailing and middle spaces.
6699 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
6701         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6702         Handle `dired-directory' being a list.
6704 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6706         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6707         it doesn't exist.
6709 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6711         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6713         * progmodes/cc-defs.el (c-make-keywords-re):
6714         Don't use delete-duplicates.
6715         (c-lang-const): Don't use mapcan.
6717         * apropos.el (apropos-show-scores): Make it customizable.
6718         Document new meaning.
6719         (apropos): Compute scores from symbols.
6720         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6722 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6724         * ps-bdf.el: Fix copyright line.
6725         (bdf-directory-list): Fix initialization code.
6727 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6729         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6730         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6731         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6733 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6735         * emacs-lisp/ring.el (ring-elements): Doc fix.
6737 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6739         * calendar/timeclock.el (timeclock-relative)
6740         (timeclock-ask-before-exiting, timeclock-use-display-time):
6741         Doc changes.
6742         (timeclock-modeline-display): Give a message if
6743         `timeclock-use-display-time' is non-nil but `display-time-mode'
6744         is not active.
6746 2003-07-11  Kenichi Handa  <handa@m17n.org>
6748         * international/mule-cmds.el (set-language-environment):
6749         Set current-language-environment to the correct string.
6751 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6753         * ps-print.el: Print line number correctly in a region.  Reported by
6754         Tim Allen <timallen@ls83.fsnet.co.uk>
6755         (ps-print-version): New version number (6.6.2).
6756         (ps-printing-region): Code fix.
6758 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6760         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6761         this function can be called from `add-completions-from-tags-table'.
6763 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6765         * calendar/timeclock.el (timeclock-use-display-time)
6766         (timeclock-day-over-hook, timeclock-workday-remaining)
6767         (timeclock-status-string, timeclock-when-to-leave)
6768         (timeclock-when-to-leave-string, timeclock-log-data)
6769         (timeclock-find-discrep, timeclock-day-base)
6770         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6771         (timeclock-modeline-display): Set the variable
6772         `timeclock-modeline-display'.
6773         (timeclock-update-modeline): Doc fix.  Respect value of
6774         `timeclock-relative'.
6776 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6778         * textmodes/reftex-parse.el (reftex-all-document-files):
6779         Add autoload cookie.
6781         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6782         (reftex-scanning-info-available-p): Add autoload cookie.
6784         * international/mule-cmds.el
6785         (set-display-table-and-terminal-coding-system): Delete duplicate
6786         aset on standard-display-table.
6788         * view.el (view-file): If existing buffer's major mode is special,
6789         don't go into view mode.
6791         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6793 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6795         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6796         buffer changes; there's third party code that calls this function
6797         directly.
6799 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6801         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6802         (autodoc-font-lock-keywords): Don't byte compile on font lock
6803         initialization when running from byte compiled files.
6805 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6807         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6808         statement ends with auto-increment "++".
6810 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6812         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6813         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6814         these are changed, so declare them as variables and not constants.
6816 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
6818         * subr.el (dolist, dotimes): Doc fix.
6820 2003-07-08  Kim F. Storm  <storm@cua.dk>
6822         * international/mule-cmds.el
6823         (set-display-table-and-terminal-coding-system): Don't break
6824         bootstrap if standard-display-table isn't setup yet.
6826 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6828         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6829         Give it a doc string, and autoload it.
6831         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6832         Use with-no-warnings.
6834         * info.el (Info-search): If find invisible text, search again.
6836         * isearch.el (search-whitespace-regexp): Add a shy group around it.
6838         * man.el (Man-name-regexp): Match + as part of name.
6840         * simple.el (visible-mode): Rename from vis-mode.
6841         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6843         * simple.el (current-word): New arg REALLY-WORD specifies
6844         don't include punctuation chars.
6846         * emacs-lisp/debug.el (debug, debugger-env-macro):
6847         Use with-no-warnings while accessing and binding unread-command-char.
6849         * international/mule-cmds.el
6850         (set-display-table-and-terminal-coding-system): Use explicit loop
6851         instead of calling standard-display-default.
6853         * net/ange-ftp.el (ange-ftp-file-symlink-p):
6854         Use condition-case to catch error in ange-ftp-get-files.
6856         * net/browse-url.el (browse-url-browser-function):
6857         Add alternative for Epiphany.
6858         (browse-url-epiphany-program, browse-url-epiphany-arguments)
6859         (browse-url-epiphany-startup-arguments)
6860         (browse-url-epiphany-new-window-is-tab): New variables.
6861         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6863         * progmodes/compile.el (compile-auto-highlight): Default now t.
6864         (compile): Doc fix.
6865         (compilation-next-error): Fix previous change.
6867         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6869         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6871 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
6873         * gdb-ui.el (gdb-source-info): Display current frame when
6874         attaching to an existing process.
6875         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6876         while laying out windows when attaching to an existing process.
6878 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
6880         * info.el (Info-menu): Use Info-menu-entry-name-re.
6882 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6884         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6885         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6887         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6888         to match the same text.
6890 2003-07-06  John Paul Wallington  <jpw@gnu.org>
6892         * vc.el (vc-annotate-offset): Move defvar up.
6894 2003-07-06  Kim F. Storm  <storm@cua.dk>
6896         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6897         This should fix the infinite loop when extracting menu names.
6899 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6901         * files.el (auto-mode-alist, interpreter-mode-alist):
6902         Remove entries to CC Mode modes to avoid duplicates; they are now added
6903         with autoload directives in cc-mode.el.
6905 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6907         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6908         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6909         these are changed, so declare them as variables and not constants.
6911         * progmodes/cc-mode.el: Fix some autoload problems: Try to
6912         ensure that the entry for ".c" extension comes before the one for
6913         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6914         Fix incorrect entries that were added to `interpreter-mode-alist'.
6915         Move the autoload directives for AWK to the top level since they
6916         aren't recognized anywhere else.  Do not use the new AWK mode doc
6917         in the autoload form for the old AWK mode.
6919 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6921         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6922         (bibtex-sort-ignore-string-entries): Default value t.
6923         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6924         erroneously in previous version.
6925         (bibtex-string-files): Docstring reflects new parsing scheme.
6926         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6927         docstring, add # as one of the chars to crush
6928         (bibtex-autokey-prefix-string, bibtex-autokey-names)
6929         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6930         (bibtex-autokey-name-change-strings)
6931         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6932         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6933         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6934         (bibtex-autokey-title-terminators)
6935         (bibtex-autokey-titlewords-stretch)
6936         (bibtex-autokey-titleword-ignore)
6937         (bibtex-autokey-titleword-case-convert)
6938         (bibtex-autokey-titleword-abbrevs)
6939         (bibtex-autokey-titleword-abbrevs)
6940         (bibtex-autokey-titleword-change-strings)
6941         (bibtex-autokey-titleword-length)
6942         (bibtex-autokey-titleword-separator)
6943         (bibtex-autokey-name-year-separator)
6944         (bibtex-autokey-year-title-separator)
6945         (bibtex-autokey-before-presentation-function)
6946         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
6947         Fix docstring.
6948         (bibtex-strings, bibtex-reference-keys):
6949         Use lazy-completion-table and make-variable-buffer-local.
6950         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
6951         (bibtex-braced-string-syntax-table)
6952         (bibtex-quoted-string-syntax-table): New variables.
6953         (bibtex-parse-nested-braces): Remove.
6954         (bibtex-parse-field-string): Use syntax table and forward-sexp.
6955         (bibtex-parse-association): Simplify.
6956         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
6957         (bibtex-parse-field-text): Simplify.
6958         (bibtex-search-forward-field, bibtex-search-backward-field):
6959         argument BOUND can take value t.
6960         (bibtex-start-of-field, bibtex-start-of-name-in-field)
6961         (bibtex-end-of-name-in-field, bibtex-end-of-field)
6962         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
6963         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
6964         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
6965         (bibtex-skip-to-valid-entry): Return buffer position of beginning
6966         and ending of entry.  Update for changes of bibtex-search-entry.
6967         Simplify.
6968         (bibtex-map-entries): FUN is called with three arguments.
6969         (bibtex-search-entry): Return a cons pair with buffer positions of
6970         beginning and end of entry.
6971         (bibtex-enclosing-field): Simplify.
6972         (bibtex-format-entry): Use booktitle to set a missing title.
6973         (bibtex-autokey-get-names): Fiddle with regexps.
6974         (bibtex-generate-autokey): Use identity.
6975         (bibtex-parse-keys): Use simplified parsing algorithm if
6976         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
6977         arguments.  Return alist of keys.
6978         (bibtex-parse-strings): Simplify.  Return alist of strings.
6979         (bibtex-complete-string-cleanup): Fix docstring.
6980         (bibtex-read-key): New function.
6981         (bibtex-mode): Fix docstring.  Do not parse for keys and
6982         strings when the mode is entered.  Set fill-paragraph-function to
6983         bibtex-fill-field.  Setup font-lock-mark-block-function the way
6984         font-lock intended.
6985         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
6986         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
6987         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
6988         (bibtex-Preamble): Avoid hard coded constants.
6989         (bibtex-make-field): Fix docstring.  Simplify.
6990         (bibtex-beginning-of-entry): Always return new position of point.
6991         (bibtex-end-of-entry): Rearrange cond clauses.
6992         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
6993         Update for changes of bibtex-map-entries.
6994         (bibtex-ispell-abstract): Do not move point.
6995         (bibtex-entry-index): Use downcase.  Simplify.
6996         (bibtex-lessp): Handle catch-all.
6997         (bibtex-find-crossref): Turn into a command.
6998         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
6999         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7000         preamble entries.
7001         (bibtex-fill-field-bounds): New function.
7002         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7003         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7004         (bibtex-String): Use bibtex-strings.  Always obey
7005         bibtex-sort-ignore-string-entries.
7007 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7009         * cus-theme.el (customize-create-theme):
7010         Call `customize-create-theme' in Reset widget's notify function.
7012         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7013         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7014         (define-ibuffer-column name): Add summarizer.
7015         (define-ibuffer-column size): Likewise.
7016         (define-ibuffer-column filename): Likewise.
7017         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7018         (define-ibuffer-column filename-and-process): Likewise, likewise.
7019         (ibuffer): Remove local vars `already-in' and `need-update'.
7021         * ibuf-ext.el: Don't require `derived' at compile-time.
7023 2003-07-05  Kim F. Storm  <storm@cua.dk>
7025         * info.el: Disable paragraph refilling.
7026         (Info-refill-paragraphs): New defcustom.
7027         (Info-fontify-node): Use it.
7029 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7031         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7032         thingies from constructors created by defstruct.
7034         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7035         the default value of the variable.
7036         (byte-code-meter): Move declaration to top level.
7038         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7040         * info.el (Info-following-node-name-re): New fun.
7041         (Info-following-node-name): Remove.
7042         (Info-insert-dir): Use the new fun.
7043         (Info-extract-pointer): Don't save restriction; use new fun.
7044         (Info-menu-entry-name-re): New const.
7045         (Info-menu-entry-name-re): Use it along with new fun.
7046         (Info-node-spec-re): Use new fun.
7047         (Info-complete-menu-item, Info-fontify-node): Use new const.
7048         (Info-goto-node, Info-follow-reference, Info-menu-update):
7049         Use match-string.
7050         (Info-follow-reference): Use assoc-string.
7051         Use a list of strings for the completion table.
7052         (Info-fontify-node): Use match-string, line-end-position.
7053         Limit the search for `node:' to the first line.
7055         * newcomment.el (uncomment-region): Remove padding coming from
7056         comment-start rather than just from comment-padding.
7058         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7059         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7060         (vc-cvs-rename-file): Remove (use the default).
7061         (vc-cvs-register): Register parent dir if needed.
7062         (vc-cvs-could-register): Return non-nil if parent can be registered.
7063         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7064         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7066         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7067         (vc-svn-update): Fix the arguments to `svn'.
7068         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7069         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7070         Simple implementations, assuming `name' is a URL.
7072         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7073         set of chars allowed unquoted in a case pattern.
7075         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7077         * font-lock.el (font-lock-extra-types-widget)
7078         (c-font-lock-extra-types, c++-font-lock-extra-types)
7079         (objc-font-lock-extra-types, java-font-lock-extra-types)
7080         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7081         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7082         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7083         (font-lock-match-c++-structor-declaration)
7084         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7085         (c++-font-lock-keywords-3, c++-font-lock-keywords)
7086         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7087         (objc-font-lock-keywords-3, objc-font-lock-keywords)
7088         (java-font-lock-keywords-1, java-font-lock-keywords-2)
7089         (java-font-lock-keywords-3, java-font-lock-keywords)
7090         (java-font-lock-syntactic-face-function): Remove obsolete code
7091         and constants.  It's all in cc-fonts.el now.
7093 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
7095         * mail/sendmail.el (mail-specify-envelope-from)
7096         (mail-envelope-from): Doc fix.
7098 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
7100         * generic-x.el: Do away with the dependency on `c-emacs-features'
7101         when populating `rul-generic-mode-syntax-table'; we already know
7102         this isn't XEmacs.
7104 See ChangeLog.10 for earlier changes.
7106 ;; Local Variables:
7107 ;; coding: iso-2022-7bit
7108 ;; End:
7110     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7111   Copying and distribution of this file, with or without modification,
7112   are permitted provided the copyright notice and this notice are preserved.
7114 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1