*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba949e53fcf8aebaa36cb84f209ed215ea01fcab3
1 2004-05-08  Andreas Schwab  <schwab@suse.de>
3         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
5         * international/subst-ksc.el: Fix references to utf-translate-cjk
6         into utf-translate-cjk-mode.
7         * international/subst-big5.el: Likewise.
8         * international/subst-gb2312.el: Likewise.
9         * international/subst-jis.el: Likewise.
10         * international/utf-16.el: Likewise.
11         * international/utf-8.el: Likewise.
13 2004-05-08  John Wiegley  <johnw@newartisans.com>
15         * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
16         "virtual buffers" (off by default), which makes it possible to
17         switch to the "virtual" buffers of recently visited files.  When a
18         buffer name search fails, and this option is on, iswitchb will
19         look at the list of recently visited files, and permit matching
20         against those names.  When the user hits RET on a match, it will
21         revisit that file.
22         (iswitchb-read-buffer): Added two optional arguments, which makes
23         isearchb.el possible.
24         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
25         iswitchb-next-match): Added support for virtual buffers.
27         * isearchb.el: This module extends iswitchb to provide "as you
28         type" buffer selection.
30         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
31         Ignore the read-only property when flyspell highlighting is on.
32         Not ignoring it leads to a series of confusing errors.
33         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
34         but also make sure to call flyspell-incorrect-hook.
35         (flyspell-maybe-correct-transposition): Perform transposition test
36         by bit twiddling a string, rather than using a temp buffer.
37         (flyspell-maybe-correct-doubling): Use a string rather than a temp
38         buffer.  This is also the original version of the code, which
39         could not be checked in before due to a previous lack of
40         assignment papers.  This version has seen heavy usage on my system
41         for several years now.
43         * calendar/cal-bahai.el: New file, which adds support for the
44         Baha'i calendar to Emacs.  This calendar is based on a solar year
45         of 19 months of 19 days, with 4 intercalary days.  Each year
46         begins on March 21, with the calendar starting in 1844.
48         * calendar/cal-menu.el, calendar/calendar.el,
49         calendar/diary-lib.el, calendar/holidays.el: Added support for
50         using cal-bahai.el.
52         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
53         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
54         function can be used outside of eshell buffers.
55         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
57 2004-05-08  Juanma Barranquero  <lektu@terra.es>
59         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
60         word constituent so FOO-ARG is not recognized as an arg.
61         (help-highlight-arguments): Don't skip lists in mandatory
62         arguments.
64         * simple.el (next-error): Fix typo in docstring.
65         (open-line): Make argument names match their use in docstring.
66         (split-line): Fix docstring.
68         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
69         usable by `describe-function'.
70         (gensym, gentemp, typep, ignore-errors): Make argument names match
71         their use in docstring.
73         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
74         argument to `help-setup-xref'.
76 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
78         Version 2.0.40 of Tramp released.
80         * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
81         symbol-function to invoke functions only known on some Emacs
82         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
83         Scaldeferri <kevin@scaldeferri.com>.
84         (tramp-do-copy-or-rename-file-via-buffer): Renamed from
85         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
86         consistent with the other tramp-do-* functions.
87         (tramp-do-copy-or-rename-file): Calls adjusted.
88         (tramp-process-initial-commands): Avoid liveness check on shell --
89         we know that it must be alive since we're opening a connection at
90         this moment.
91         (tramp-last-cmd): New internal variable.
92         (tramp-process-echoes): New tunable.
93         (tramp-send-command): Set tramp-last-cmd.
94         (tramp-wait-for-output): Delete echo, if applicable.
95         (tramp-read-passwd): Construct the key for the password cache in a
96         way that works for multi methods, too.
97         (tramp-bug): Add backup-directory-alist and
98         bkup-backup-directory-info to bug reports, with Tramp
99         counterparts.
101 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
103         * net/tramp*.el: Suppress byte-compiler warnings where possible.
105         * net/tramp.el (tramp-out-of-band-prompt-regexp)
106         (tramp-actions-copy-out-of-band): New defcustoms.
107         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
108         used instead of a synchronous one.  Allows password entering.
109         (tramp-action-out-of-band): New defun.
110         (tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
111         restriction with password from doc string.
112         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
113         `tramp-out-of-band-prompt-regexp',
114         `tramp-actions-copy-out-of-band', `password-cache' and
115         `password-cache-expiry'.
116         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
117         password caching.
118         (tramp-touch): FILE can be a local file, too.
119         (TODO): Remove items done.
120         (tramp-handle-insert-directory): Properly quote file name also if
121         not full-directory-p.  Handle wildcard case.  Reported by Andreas
122         Schwab <schwab@suse.de>.
123         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
124         new file.
125         (tramp-handle-file-local-copy, tramp-handle-write-region): The
126         permissions of the temporary file are set if filename exists.
127         Reported by Ted Stern <stern@cray.com>.
128         (tramp-backup-directory-alist)
129         (tramp-bkup-backup-directory-info): New defcustoms.
130         (tramp-file-name-handler-alist): Add entry for
131         `find-backup-file-name'.
132         (tramp-handle-find-backup-file-name): New function.  Implements
133         Tramp's find-backup-file-name.
135         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
136         for `find-backup-file-name'.
138         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
139         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
141 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
143         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
145 2004-05-07  Juanma Barranquero  <lektu@terra.es>
147         * subr.el (lambda): Add arglist description to docstring.
148         (declare): Fix typo in docstring.
149         (open-network-stream): Fix docstring.
150         (process-kill-without-query): Fix docstring and add obsolescence
151         info.
152         (last, butlast, nbutlast): Make arguments match their use in docstring.
153         (insert-buffer-substring-no-properties): Likewise.
154         (insert-buffer-substring-as-yank): Likewise.
155         (split-string): Fix docstring.
157         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
158         Make argument names match their use in docstring.
160         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
162 2004-05-06  Nick Roberts  <nickrob@gnu.org>
164         * progmodes/gdb-ui.el: Improve/extend documentation strings.
165         Fit first sentence on one line for apropos-command.
167 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
169         Changes largely merged in from Dave Love's code.
170         * progmodes/python.el: Doc fixes.
171         (python-mode-map): Add python-complete-symbol.
172         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
173         (python-comment-indent, python-complete-symbol)
174         (python-symbol-completions, python-partial-symbol)
175         (python-try-complete): New.
176         (python-indent-line): Remove optional arg.  Use python-block-end-p.
177         (python-check): Bind compilation-error-regexp-alist.
178         (inferior-python-mode): Use rx.  Move keybindings to top level.
179         Set comint-input-filter.
180         (python-preoutput-filter): Use rx.
181         (python-input-filter): Re-introduce.
182         (python-proc): Start new process if necessary.
183         Check python-buffer non-nil.
184         (view-return-to-alist): Defvar.
185         (python-send-receive): New.
186         (python-eldoc-function): Use it.
187         (python-mode-running): Don't defvar.
188         (python-mode): Set comment-indent-function.
189         Maybe update hippie-expand-try-functions-list.
190         (python-indentation-levels): Initialize differently.
191         (python-block-end-p): New.
192         (python-indent-line): Use it.
193         (python-compilation-regexp-alist): Augment.
194         (run-python): Import `emacs' module to Python rather than loading
195         code directly.  Set python-buffer differently.
196         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
197         Use python-proc.
198         (python-send-command): Go to end of comint buffer.
199         (python-load-file): Use python-proc, emacs.eimport.
200         (python-describe-symbol): Simplify interactive form.
201         Use emacs.help.  Do use temp-buffer-show-hook.
202         Call print-help-return-message.
203         (hippie-exp): Require when compiling.
204         (python-preoutput-continuation): Use rx.
206         * diff-mode.el (diff-make-unified): Fix regexp.
208 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
210         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
211         filter groups from the buffer when rebuilding the Ibuffer buffer
212         and `ibuffer-show-empty-filter-groups' is nil.
214 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
216         * ps-print.el (ps-print-quote): Call ps-value-string.
217         (ps-setup): Call ps-comment-string.
218         (ps-value-string, ps-comment-string): New funs.
220 2004-05-06  Juanma Barranquero  <lektu@terra.es>
222         * help-fns.el (help-argument-name): Default to bold; don't inherit
223         from font-lock-variable-name-face.
224         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
226         * ehelp.el (electric-help-command-loop): Check whether the last
227         character is visible, not (point-max).
229 2004-05-05  Kenichi Handa  <handa@m17n.org>
231         * descr-text.el (describe-char): Copy the character with text
232         properties and overlays into the first line, and call
233         describe-text-properties on it.
235 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
237         * iswitchb.el (iswitchb-global-map): Fix typo.
238         Remove unwanted ###autoloads from source file.
240 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
242         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
243         in run-hooks.  Use substitute-command-keys in message.
244         (wdired-abort-changes): Add message.
246 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
248         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
249         (sql-emacs20-p): Remove.
250         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
251         (sql-builtin-face, sql-doc-face): Remove.
252         (sql-mode-ansi-font-lock-keywords)
253         (sql-mode-oracle-font-lock-keywords)
254         (sql-mode-postgres-font-lock-keywords)
255         (sql-mode-linter-font-lock-keywords)
256         (sql-mode-ms-font-lock-keywords)
257         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
258         (sql-product-font-lock): Fix font-lock reset when font rules change.
259         (sql-highlight-product): Remove incorrect font-lock reset logic.
261 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
263         * ses.el (ses-set-parameter): Fix typo.
265 2004-05-04  Kim F. Storm  <storm@cua.dk>
267         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
268         Must expand directory for completion to work; and don't mess with
269         process-environment.
270         (ido-read-file-name): If command has ido property, don't use ido
271         if value is ignore, or read as directory if value is dir.
272         Set ido ignore property for dired-do-rename command.
274 2004-05-04  Juanma Barranquero  <lektu@terra.es>
276         * help-fns.el (help-argument-name): New face, inheriting from
277         font-lock-variable-name-face, to highlight function arguments in
278         `describe-function' and `describe-key'.
279         (help-do-arg-highlight): Auxiliary function to highlight a given
280         list of arguments in a string.
281         (help-highlight-arguments): Highlight the function arguments and
282         all uses of them in the docstring.
283         (describe-function-1): Use it. Do docstring output via `insert',
284         not 'princ', so text attributes are preserved.
286         * winner.el (winner-mode-map): Move winner-undo and winner-redo to
287         C-c <left> and C-c <right>, respectively (the previous bindings
288         conflict with prev-buffer, next-buffer).
290         * ehelp.el (electric-help-command-loop, electric-help-undefined)
291         (electric-help-help): Check against unmapped commands.
293 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
295         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
296         (bibtex-entry-update): New command bound to C-c C-u.
297         (bibtex-text-in-string): Fix regexp.
298         (bibtex-assoc-of-regexp): Remove.
299         (bibtex-progress-message): Fix docstring.
300         (bibtex-inside-field): Use if.
301         (bibtex-assoc-regexp): New function.
302         (bibtex-format-entry): Make code more robust so that it formats
303         also old entries.
304         (bibtex-autokey-demangle-title): Merge with obsolete function
305         bibtex-assoc-of-regexp.
306         (bibtex-field-list): New function.
307         (bibtex-entry): Use bibtex-field-list.
308         (bibtex-parse-entry): Fix docstring.
309         (bibtex-print-help-message): Use bibtex-field-list.
310         (bibtex-make-field): Use bibtex-field-list.
311         (bibtex-entry-index): Bugfix. Return crossref key if required.
312         (bibtex-lessp): Fix docstring.
314 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
316         * select.el (xselect-convert-to-string): Move comment to intended line.
318 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
320         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
321         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
323 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
325         * term/x-win.el (x-clipboard-yank): Don't exit on error from
326         x-get-selection.
328 2004-05-03  Jason Rumney  <jasonr@gnu.org>
330         * makefile.nt: Remove.
332 2004-05-03  Kim F. Storm  <storm@cua.dk>
334         * emulation/cua-base.el (cua--update-indications): Fix last change.
335         (cua-mode): Deactivate mark when cua-mode is enabled.
337 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
339         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
341 2004-05-03  Nick Roberts  <nickrob@gnu.org>
343         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
344         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
345         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
346         window over visible frames.
347         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
349 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * progmodes/compile.el (compilation-gcpro): New var.
352         (compilation-fake-loc): Use it.
353         (compilation-forget-errors): Reset it.
355 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
357         * diff-mode.el (diff-header-face, diff-file-header-face):
358         Use min-colors.
360 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
362         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
363         (bibtex-clean-entry): Disentangle code.
364         (bibtex-realign): New function.
365         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
366         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
367         Remove undocumented optional arg called-by-convert-alien.
368         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
369         for sorting instead of bibtex-sort-buffer.
371 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
373         * progmodes/compile.el (compilation-start): In the
374         no-async-subprocesses branch, call sit-for to give redisplay a
375         chance to show the updated process status in the mode line, and
376         fontify the buffer explicitly after the process exits.
378 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * progmodes/python.el (python-compilation-line-number): Remove.
381         (python-compilation-regexp-alist): Don't use it any more.
382         (python-orig-start, python-input-filter): Remove.
383         (inferior-python-mode): Don't set up comint-input-filter-functions.
384         (python-send-region): Use compilation-fake-loc.
386         * progmodes/compile.el (compilation-messages-start): New var.
387         (compilation-mode): Don't setup next-error-function here.
388         (compilation-setup): Set it up here instead (for minor modes as well).
389         Make compilation-messages-start buffer local.
390         (compilation-next-error-function): Use it.
391         (compilation-forget-errors): Set compilation-messages-start.
393 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
395         * ielm.el (ielm-prompt-read-only): Update docstring.
397         * comint.el (comint-prompt-read-only): Update docstring.
398         (comint-update-fence, comint-kill-whole-line)
399         (comint-kill-region): New functions.
401         * simple.el (kill-whole-line): Use "p" instead of "P" in
402         interactive form.
404 2004-05-01  Juanma Barranquero  <lektu@terra.es>
406         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
407         format arglist so default values in CL-style argument lists are
408         correctly shown.
410 2004-05-01  Jason Rumney  <jasonr@gnu.org>
412         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
414 2004-05-01  Kenichi Handa  <handa@m17n.org>
416         * international/titdic-cnv.el (miscdic-convert): Don't generate a
417         quail file if it is up to date.
419 2004-04-30  Juri Linkov  <juri@jurta.org>
421         * cus-edit.el (custom-mode-map):
422         Add key binding `C-x C-s' to `Custom-save'.
424         * outline.el (outline-blank-line): New var.
425         (outline-next-preface, outline-show-heading)
426         (outline-end-of-subtree): Use it.
428         * dired-aux.el (dired-touch-initial): New fun.
429         (dired-do-chxxx): Call it for op-symbol `touch'.
430         (dired-diff): Use `dired-dwim-target-directory'
431         if current dired buffer has no buffer mark.
433         * bindings.el (propertized-buffer-identification):
434         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
435         Add C-M-arrow keys for consistency.
437         * files.el (confirm-kill-emacs):
438         Change group from top-level `emacs' to `convenience'.
440         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
441         Push mark on the first call of successive command calls.
442         (insert-pair): New fun created from `insert-parentheses' with
443         `open' and `close' arguments added.  Enclose active regions
444         in paired characters.  Compare adjacent characters syntax with
445         inserted characters syntax before inserting a space.
446         (insert-parentheses): Call `insert-pair' with ?\( ?\).
448         * delsel.el: Don't put `delete-selection' property
449         on `insert-parentheses' symbol to take advantage of
450         region handling in `insert-pair' function.
451         Suggested by Stephan Stahl <stahl@eos.franken.de>.
453 2004-04-30  Kim F. Storm  <storm@cua.dk>
455         * emulation/cua-base.el: Add support for changing cursor types;
456         based on patch from Michael Mauger.
457         (cua-normal-cursor-color, cua-read-only-cursor-color)
458         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
459         Customization cursor type and/or cursor color.
460         (cua--update-indications): Handle cursor type changes.
461         (cua-mode): Update cursor indications if enabled.
463         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
465         * mouse.el (mouse-drag-copy-region): New defcustom.
466         (mouse-set-region, mouse-drag-region-1): Use it.
468         * simple.el (kill-ring-save): If region face background color is
469         unspecified (if no highlighting), show extent of fully visible
470         region even if transient-mark-mode is enabled.
472         * emulation/cua-base.el (cua--standard-movement-commands):
473         Add cua-scroll-up and cua-scroll-down.
474         (cua-scroll-up, cua-scroll-down): New commands.
475         (cua--init-keymaps): Remap scroll-up and scroll-down.
477         * emulation/cua-rect.el (cua--convert-rectangle-as):
478         New defmacro.
479         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
480         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
481         New commands (suggested by Jordan Breeding).
483 2004-04-30  Juanma Barranquero  <lektu@terra.es>
485         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
487 2004-04-30  Mario Lang  <mlang@delysid.org>
489         * diff.el (diff-switches): Fix typo in docstring.
491 2004-04-30  Alex Schroeder  <alex@gnu.org>
493         * xml.el (xml-debug-print-internal): Don't add newline and
494         indentation to text nodes and write empty elements as empty tags
495         instead of opening and closing tags.
496         (xml-debug-print): Take optional indent-string argument.
497         (xml-print): Alias for xml-debug-print.
499 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
501         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
502         than duplicate call to `line-beginning-position'.
504         * progmodes/f90.el (f90-get-present-comment-type): Return
505         whitespace, as well as comment chars, for consistent filling
506         of comment blocks.  Use `match-string-no-properties'.
507         (f90-break-line): Do not leave trailing whitespace when filling
508         comments.
510 2004-04-30  Dave Love  <fx@gnu.org>
512         * calendar/diary-lib.el (diary-outlook-formats): New variable.
513         (diary-from-outlook-internal, diary-from-outlook)
514         (diary-from-outlook-gnus, diary-from-outlook-rmail): New
515         functions to import diary entries from Outlook-format
516         appointments in mail messages.
518 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * progmodes/python.el (python-send-command): New fun.
521         (python-send-region, python-load-file): Use it.
523         * progmodes/compile.el (compilation-last-buffer): Add var alias.
525         * help-fns.el (help-C-file-name): Use new subr-name.
526         Prepend `src/' to the file name.
527         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
528         (describe-function-1, describe-variable): Only find a C source file
529         name if DOC is already loaded.
531         * help-mode.el (help-function-def, help-variable-def):
532         Use the new find-function-search-for-symbol functionality.
533         Allow FILE to be `C-source'.
535         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
536         (find-function-C-source): New fun.
537         (find-function-search-for-symbol): Use it.
539 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
541         * progmodes/sql.el (sql-product-alist): Rename variable
542         `sql-product-support'.  Add Postgres login parameters.
543         (sql-set-product, sql-product-feature): Update with renamed
544         variable.
545         (sql-connect-postgres): Add username prompt.
546         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
547         Make patterns less product specific.
548         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
549         (sql-mode-abbrev-table): Modify initialization.
550         (sql-builtin-face): Add variable.
551         (sql-keywords-re): Add macro.
552         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
553         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
554         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
555         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
556         (sql-mode-linter-font-lock-keywords)
557         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
558         (sql-mode-sybase-font-lock-keywords)
559         (sql-mode-informix-font-lock-keywords)
560         (sql-mode-interbase-font-lock-keywords)
561         (sql-mode-ingres-font-lock-keywords)
562         (sql-mode-solid-font-lock-keywords)
563         (sql-mode-sqlite-font-lock-keywords)
564         (sql-mode-db2-font-lock-keywords): Default to nil.
565         (sql-product-font-lock): Always highlight ANSI keywords.
566         (sql-add-product-keywords): Made similar to
567         `font-lock-add-keywords'.
568         (sql-send-string): Add function.
570 2004-04-29  Dave Love <fx@gnu.org>
572         * progmodes/cfengine.el (cfengine-beginning-of-defun)
573         (cfengine-end-of-defun): Ensure progress through buffer.
575         * info-look.el (cfengine-mode): Accept a terminal ().
577 2004-04-29  Juri Linkov  <juri@jurta.org>
579         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
580         instead of isearch-yank-word-or-char.  Add new key bindings for
581         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
582         (isearch-del-char): New fun.
583         (isearch-forward, isearch-edit-string): Update docstring.
584         (isearch-yank-char): Doc fix.
585         (isearch-other-meta-char): Restore point after scrolling.
587         * progmodes/compile.el (compilation-context-lines): Add nil option
588         to disable compilation output window scrolling.
589         (compilation-set-window): Use it.
591         * outline.el (outline-next-preface, outline-show-heading):
592         Don't leave unhidden blank line before heading.
593         (outline-end-of-subtree): Include last newline into subtree.
594         (hide-entry): Leave point at beginning of heading instead of end.
595         (outline-up-heading): Push mark for the first call of successive
596         command calls.
598 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
600         * comint.el (comint-prompt-read-only): New variable.
601         (comint-output-filter): Implement it.
603         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
604         (ielm-prompt-internal): New variable.
605         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
606         (ielm-send-input): Delete unused variable `buf'.
607         (ielm-eval-input): Use `ielm-prompt-internal'.
608         (inferior-emacs-lisp-mode): Use new variables
609         `comint-prompt-read-only' and `ielm-prompt-internal'.
610         Get rid of obsolete variable `directory-sep-char'.
611         (ielm): Use `zerop'.
613 2004-04-29  John Paul Wallington  <jpw@gnu.org>
615         * thumbs.el (toplevel): Require cl at compile time.
616         Remove conditional definitions of `ignore-errors' and `caddar'
617         because they occur at run time.
619 2004-04-28  Nick Roberts  <nickrob@gnu.org>
621         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
622         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
623         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
624         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
626         * progmodes/gud.el (gud-common-init): Throw an error if program is
627         already running under gdb.
629 2004-04-28  John Paul Wallington  <jpw@gnu.org>
631         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
632         (thumbs-show-image-num): Move assignment of
633         `thumbs-current-image-filename' within scope of `i'.
634         (thumbs-emboss-image): Don't use `evenp'.
636 2004-04-28  Richard M. Stallman  <rms@gnu.org>
638         * progmodes/compile.el (compilation-context-lines): Default now 0.
640 2004-04-28  Juanma Barranquero  <lektu@terra.es>
642         Use `time-less-p' from calendar/time-date.el instead of defining
643         custom versions of it.
645         * pcomplete.el (pcomplete-time-less-p): Remove.
647         * thumbs.el (time-less-p): Remove.
649         * calendar/timeclock.el (timeclock-time-less-p): Remove.
650         (timeclock-generate-report): Use `time-less-p'.
652         * emacs-lisp/autoload.el (autoload-before-p): Remove.
653         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
655 2004-04-28  Masatake YAMATO  <jet@gyve.org>
657         * subr.el (remove-overlays): Make arguments optional.
659         * wid-edit.el (widget-specify-button): Put evaporate to the
660         overlay for sample.
661         (widget-specify-sample): Put evaporate to the overlay for sample.
662         (widget-specify-doc): Put evaporate to the overlay for documentation.
664 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
666         * info.el (info-apropos): Make it an index node.  Align node names
667         like makeinfo.
669 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
671         * net/browse-url.el (browse-url-netscape-sentinel)
672         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
673         (browse-url-epiphany-sentinel, browse-url-mosaic):
674         Use browse-url-*-program instead of a literal program name.
676 2004-04-27  Kevin Ryde  <user42@zip.com.au>
678         * eshell/em-alias.el:
679         * eshell/em-dirs.el:
680         * eshell/em-hist.el:
681         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
682         features when M-x customize-group loads modules before the main
683         eshell.el.
685 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
687         * subr.el (momentary-string-display): Support EXIT-CHAR that is
688         either a character representation of an event or an event
689         description list.
691         * type-break.el: Capitalise Emacs and Lisp.
692         (type-break-good-break-interval, type-break-demo-boring-stats)
693         (type-break-terse-messages, type-break-file-name): New defcustoms.
694         (type-break-post-command-hook)
695         (type-break-warning-countdown-string): Quote variable names in doc.
696         (type-break-interval-start, type-break-auto-save-file-name): New vars.
697         (type-break-mode): Document type-break-good-break-interval and the
698         "session" file.  Schedule break according to the session file.
699         Kill session file buffer on exit.  Organise for save-some-buffers
700         to always save the session file.
701         (type-break-mode-line-message-mode, type-break-query-mode):
702         Uppercase arguments.
703         (type-break-file-time, type-break-file-keystroke-count, timep)
704         (type-break-choose-file, type-break-get-previous-time)
705         (type-break-get-previous-count): New defuns.
706         (type-break): Avoid break querying after a completed break in the
707         case where the query was initiated during user invocation of the
708         break.  Optional terse messages.
709         Use type-break-good-break-interval if type-break-good-rest-interval is
710         nil.  File the break time.
711         (type-break-schedule): New optional args for overriding the use of
712         the current time.
713         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
714         after a break.
715         (type-break-check): File the keystroke count.
716         (type-break-do-query): Prevent a second query when the break is
717         interrupted.  Optional terse message.
718         (type-break-keystroke-reset): Record the start of a typing interval.
719         (type-break-demo-boring): Optional terse messages.  Display word
720         per minute and keystroke counts according to
721         type-break-demo-boring-stats.
723 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
725         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
726         directories, make sure they exist under archive-tmpdir.
728 2004-04-27  Juri Linkov  <juri@jurta.org>
730         * help.el (view-emacs-news): With argument, display info for the
731         selected version by finding it among different NEWS files, and
732         narrowing the buffer to the selected version.
734         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
735         same-window-buffer-names.
736         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
737         non-numeric prefix argument, append the number to the buffer name
738         for numeric prefix argument.
739         (info-other-window): Bind same-window-regexps to nil.
740         (Info-reference-name): Rename to Info-point-loc.
741         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
742         and Info-find-index-name for stringy Info-point-loc.
743         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
744         without middle `.', but with final `.' and optional line number
745         for it.  Set Info-point-loc for index nodes.
746         (Info-index): Remove middle `.' from index entry regexp.
747         Modify line number regexp.
748         (Info-index-next): Decrement line number.
749         (info-apropos): Remove middle `.' from index entry regexp.
750         Add optional line number regexp at the end.  Add matched value
751         for line number to the result list and insert it to the buffer.
752         Replace match-string by match-string-no-properties.
753         Reorder result list.
754         (Info-fontify-node): Hide index line numbers.
755         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
756         empty matches.
757         (Info-follow-reference): Use `str' instead of
758         Info-following-node-name-re.
759         (Info-toc): Use full file names.  Set Info-current-node to "Top".
760         (Info-fontify-node): Compare file names without directory name.
761         (Info-try-follow-nearest-node): Don't set Info-reference-name.
762         Set second arg of Info-extract-menu-node-name for index nodes.
763         (info-xref-visited): Use magenta3 instead of magenta4.
764         (Info-mode): Add info-apropos to docstring.
766         * log-view.el (log-view-diff): Replace interactive code "r"
767         by a list to allow to call it even if region is not active.
769         * paren.el (show-paren-highlight-openparen): New var.
770         (show-paren-function): Turn on openparen highlighting when
771         matching forward if show-paren-highlight-openparen is non-nil.
773         * simple.el (kill-ring-save): Use blink-matching-delay instead of
774         the constant value 1.
775         (completions-common-part): Expand docstring.
777         * textmodes/picture.el (picture-mode-map): Add arrow keys.
779 2004-04-27  Kim F. Storm  <storm@cua.dk>
781         * image.el (insert-sliced-image): Use line-height instead of
782         line-spacing property on newline.
784 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
786         * desktop.el (desktop-buffer-misc-data-function): Rename to
787         desktop-save-buffer and change docstring.
788         (desktop-buffer-modes-to-save): Delete.
789         (desktop-save-buffer-p): Use desktop-save-buffer instead of
790         desktop-buffer-modes-to-save.
791         (desktop-save): Rename desktop-buffer-misc-data-function to
792         desktop-save-buffer and allow non-function value.
793         (desktop-missing-file-warning): Correct docstring.
795         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
796         to desktop-save-buffer.
798         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
799         desktop-save-buffer.
801         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
803         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
805 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
807         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
809 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
811         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
812         (ielm): Only go to the end of the buffer when starting a new process.
814 2004-04-25  Juanma Barranquero  <lektu@terra.es>
816         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
817         mode line.  Bind `inhibit-read-only' to t before modifying
818         properties of text in the buffer.
819         (ielm): Force point to the end of buffer, even when running ielm
820         from inside itself.
822 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
824         * info.el (info-apropos): Reset Info-complete-cache.
826 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
828         * progmodes/compile.el (compilation-error-regexp-alist-alist):
829         Also recognize severe Irix et al. messages.
830         (compilation-normalize-filename, compile-abbreviate-directory):
831         Delete functions.
832         (compilation-get-file-structure): New function inherits
833         functionality of the two preceding ones.
834         (compilation-internal-error-properties, compilation-fake-loc):
835         Use it so that different paths to the same file share the same
836         markers.  Also optimize finding adjacent marker slightly.
838 2004-04-25  Kim F. Storm  <storm@cua.dk>
840         * image.el (insert-sliced-image): Add line-spacing t property
841         to newlines separating image lines.
843 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
845         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
847         * ielm.el (ielm-prompt-read-only): New user option.
848         (ielm-prompt): Expand docstring to describe new behavior.
849         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
850         mention it in the docstring.
852 2004-04-24  Andreas Schwab  <schwab@suse.de>
854         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
856         * diff.el (diff): Set default-directory in diff buffer.
858 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
860         * mail/sendmail.el (mail-bury): Don't delete the frame where the
861         mail was being composed if the terminal cannot display more than
862         one frame; instead, switch to previous frame.
864         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
865         (rmail-start-mail): Support rmail-mail-new-frame even on
866         terminals that can display only one frame at a time.
868 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
871         (checkdoc-output-font-lock-keywords): Remove error regexp.
872         (checkdoc-output-mode-map): Remove.
873         (checkdoc-output-mode): Derive from compilation-mode.
874         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
876         * dired.el (dired-mode-map): Add a menu entry for wdired.
878         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
879         (rx-bracket, rx-check-any, rx-any): Clean up name space.
881         * wdired.el: (wdired-mode-map): Move init into declaration.
882         Fix `return' binding.
883         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
884         Use force-mode-line-update.
885         (wdired-get-filename): Use `unless'.
886         (wdired-preprocess-files): Don't assume names have no \n and use / for
887         dir separator.
888         (wdired-normalize-filename): Use replace-regexp-in-string.
889         (wdired-load-hooks): Remove.
890         (wdired-mode-hooks): Rename to wdired-mode-hook.
892         * info-look.el: Add support for cfengine-mode.
893         (info-lookup-setup-mode): Use dolist.
895 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
897         * wdired.el: New file.
899 2004-04-23  Juanma Barranquero  <lektu@terra.es>
901         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
903         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
904         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
905         (pcomplete--help, pcomplete--here): Doc fixes.
907 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
909         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
910         handles wrong-number-of-arguments in backend call.
912         * vc.el (vc-print-log): Likewise.
914 2004-04-20  Dave Love  <fx@gnu.org>
916         * emacs-lisp/rx.el: Doc fixes.
917         (rx-constituents): Add/extend many forms.
918         (rx-check): Check form is a list.
919         (bracket): Defvar.
920         (rx-check-any, rx-any, rx-check-not): Modify.
921         (rx-not): Simplify.
922         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
923         (rx-kleene): Use rx-trans-forms.
924         (rx-quote-for-set): Delete.
925         (rx): Allow multiple args.
927 2004-04-23  Kenichi Handa  <handa@m17n.org>
929         * international/mule-util.el (char-displayable-p): Simplify by
930         using internal-char-font.
932 2004-04-23  Juanma Barranquero  <lektu@terra.es>
934         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
936 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * diff-mode.el (diff-next-error): New fun.
939         (diff-mode): Use it.
941         * simple.el (next-error): Change arg name.
942         Add support for the documented C-u C-x ` usage.
944         * frame.el (special-display-popup-frame, next-multiframe-window)
945         (previous-multiframe-window): Only consider frames on same display.
947 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
949         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
950         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
952 2004-04-22  Kim F. Storm  <storm@cua.dk>
954         * net/telnet.el (telnet): Add optional port arg.
956 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * progmodes/compile.el (compilation-mode-font-lock-keywords):
959         Minor sanity check on the `hyperlink' slot.
961         * Makefile.in (recompile): Compile new files.
963         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
964         Add byte-recompile-directory's optional `arg'.
966         * cvs-status.el (cvs-tree-use-charset): New var.
967         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
968         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
969         (cvs-status-cvstrees): Use it.
971         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
972         Make it a normal major mode.
973         (checkdoc-buffer-label): Make sure the file name is meaningful.
974         (checkdoc-output-to-error-buffer): Remove.
975         (checkdoc-error, checkdoc-start-section): Rewrite.
977         * info.el (info-node, info-menu-5, info-xref, info-header-node)
978         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
979         (Info-title-4-face): Use new syntax.
980         (info-xref-visited): Inherit from info-xref.
982         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
984 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
986         * simple.el (next-error-last-buffer, next-error-function):
987         New variables for the next-error framework.
988         (next-error-buffer-p): New function.
989         (next-error-find-buffer): Generalize compilation-find-buffer.
990         (next-error, previous-error, first-error, next-error-no-select)
991         (previous-error-no-select): Move from compile.el.
993         * replace.el (occur-next-error, occur-1): Hook into the next-error
994         framework.
996         * progmodes/compile.el (compilation-start):
997         Set next-error-last-buffer so next-error knows where to jump.
998         (compilation-setup): Set the buffer-local variable
999         next-error-function to 'compilation-next-error-function.
1000         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1001         alternate way to find if a buffer is a compilation buffer, for
1002         next-error convenience.
1003         (next-error-no-select, previous-error-no-select, next-error)
1004         (previous-error, first-error): Move to simple.el.
1005         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1006         (compilation-last-buffer): Remove.
1007         (compilation-start, compilation-next-error, compilation-setup)
1008         (compilation-next-error-function, compilation-find-buffer):
1009         Remove compilation-last-buffer use.
1011 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1013         * makefile.w32-in (WINS): Add url/ directory.
1015         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1016         (font-lock-warning-face): Fix spacing.
1018 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1020         * desktop.el (desktop-buffer-mode-handlers): New variable.
1021         Alist of major mode specific functions to restore a desktop buffer.
1022         (desktop-buffer-handlers): Make variable obsolete.
1023         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1024         Catch errors signaled in handlers.  Update buffer count.
1025         Evaluate desktop-buffer-point.
1026         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1027         move to dired.el.
1028         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1029         move to info.el.
1030         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1031         move to mail/rmail.el.
1032         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1033         to mh-e/mh-e.el.
1034         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1035         On fail, print message (to message buffer) even if
1036         desktop-missing-file-warning is nil.
1037         (desktop-buffer-misc-data-function): New buffer local variable.
1038         Function returning major mode specific data.
1039         (desktop-buffer-misc-functions): Make variable obsolete.
1040         (desktop-save): Use desktop-buffer-misc-data-function.
1041         (desktop-buffer-dired-misc-data): Rename to
1042         dired-desktop-buffer-misc-data and move to dired.el.
1043         (desktop-buffer-info-misc-data): Rename to
1044         Info-desktop-buffer-misc-data and move to info.el.
1045         (desktop-read): Add message about number of buffers restored/failed.
1046         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1047         Add parameters.  Pause to display error only when
1048         desktop-missing-file-warning is non-nil.
1049         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1050         (dired-mode): Bind desktop-buffer-misc-data-function.
1051         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1052         Add Parameters.
1053         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1054         (Info-mode): Bind desktop-buffer-misc-data-function.
1055         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1056         Add Parameters.
1057         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1058         Add Parameters.
1060 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1062         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1063         the case of letters in case-insensitive expansions when the
1064         abbrev is preceded by characters with letter syntax.
1066 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1068         * progmodes/cperl-mode.el (cperl-putback-char):
1069         Delete Emacs 18 definition.
1071         * international/mule.el (ctext-post-read-conversion):
1072         Use assoc-string, not assoc-ignore-case.
1074         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1076         * emacs-lisp/easymenu.el (easy-menu-add):
1077         Do call x-popup-menu, but only if it's defined.
1079         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1081         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1082         Handle multiple args: compile like progn.
1084         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1085         take all args as &rest arg.
1087         * autoinsert.el (auto-insert-alist): Insert the user's name in
1088         copyright notice, rather than Free Software Foundation.
1090 2004-04-21  Kenichi Handa  <handa@m17n.org>
1092         * descr-text.el (describe-char): Make it work on *Help* buffer.
1094 2004-04-21  Kim F. Storm  <storm@cua.dk>
1096         * image.el (insert-image): Add optional SLICE arg.
1097         (insert-sliced-image): New defun.
1099 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1101         * subr.el (read-number): Check whether `default' is nil.
1103 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * progmodes/compile.el (compilation-error-properties):
1106         Split into two.
1107         (compilation-internal-error-properties): New one.
1108         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
1110 2004-04-20  Richard M. Stallman  <rms@gnu.org>
1112         * window.el (split-window-save-restore-data):
1113         Don't update the data if OLD-INFO is nil.
1115         * view.el (view-return-to-alist): Mark it permanent local.
1117         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1119         * recentf.el (recentf-save-list): Catch and warn about errors.
1121         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1122         so "Buffers" won't be pure.
1124         * help-mode.el (help-mode-finish): Set help-return-alist first
1125         thing, setting only the entry for the selected window.
1127         * help-fns.el (describe-function-1): If many non-control non-meta
1128         keys run the command, don't list all of them.
1130 2004-04-20  Juanma Barranquero  <lektu@terra.es>
1132         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1133         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
1135         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1137 2004-04-20  Kenichi Handa  <handa@m17n.org>
1139         * international/quail.el (quail-lookup-key): New optional arg
1140         NOT-RESET-INDICES.
1141         (quail-get-translations): Call quail-lookup-key with
1142         NOT-RESET-INDICES t.
1143         (quail-completion): Likewise.
1144         (quail-lookup-map-and-concat): Likewise.
1146 2004-04-20  Kenichi Handa  <handa@m17n.org>
1148         * international/quail.el (quail-update-translation): Don't insert
1149         such an unsupported multibyte char in a unibyte buffer.
1151 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
1153         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1154         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1155         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1156         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1157         (gdb-frame-assembler-buffer): Improve behaviour with
1158         multiple frames.
1159         (gdb-display-buffer): Extend search to all visible frames.
1161 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
1163         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1164         characters left after base64 decoding.
1165         (rmail-decode-region): Use -dos variety of `coding', to remove any
1166         ^M characters left after qp or base64 decoding.
1168 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1170         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1171         messages.
1173 2004-04-19  Stephen Eglen  <stephen@gnu.org>
1175         * add-log.el (add-change-log-entry): Update doc string to mention
1176         add-log-full-name and add-log-mailing-address.
1178 2004-04-18  Juri Linkov  <juri@jurta.org>
1180         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1181         (Info-find-node-2): Simplify error message.
1182         (Info-insert-dir): Use Info-following-node-name.
1183         (Info-goto-node): Remove *info-history* and *info-toc*.
1184         (Info-history): Create a node of the virtual history file.
1185         (Info-toc): Create a node of the virtual toc file.
1186         (Info-insert-toc): New arg `curr-file' for reference file names.
1187         (info-apropos): Remove redundant var binding for temp-file.
1188         (Info-index, Info-index-next, Info-mode): Doc fix.
1189         (Info-goto-emacs-command-node): Don't jump to *info* from
1190         non-*info* Info buffers.
1191         (Info-fontify-node): Don't show the file name of external
1192         references if `Info-hide-note-references' is `hide'.  Don't hide
1193         newlines at the end of paragraphs.
1195         * international/mule-diag.el (list-input-methods):
1196         Fix args to help-xref-button.
1198         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1199         to put into effect local variables from TUTORIAL files.
1201         * textmodes/paragraphs.el (sentence-end) <function>: New fun
1202         with default value taken from the variable `sentence-end'.
1203         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
1204         Add nil const to :type.
1205         (sentence-end-without-period, sentence-end-double-space)
1206         (sentence-end-without-space): Doc fix.
1208         * textmodes/paragraphs.el (forward-sentence):
1209         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1210         (fill-delete-newlines):
1211         * progmodes/cc-cmds.el (c-beginning-of-statement):
1212         Use function `sentence-end' instead of variable `sentence-end'.
1214 2004-04-18  Andreas Schwab  <schwab@suse.de>
1216         * progmodes/compile.el (compilation-start): Set window start to
1217         point-min if compilation-scroll-output is nil.
1219 2004-04-18  John Wiegley  <johnw@newartisans.com>
1221         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1223 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
1225         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1226         (gdb-info-breakpoints-custom): Revert previous change.
1227         (gdb-view-assembler): Update assembler if necessary.
1228         (gdb-frame-handler): Parse correctly for gdb-current-frame.
1229         (gdb-display-source-buffer): Update properly when both source and
1230         assembler are visible.
1232 2004-04-17  John Wiegley  <johnw@newartisans.com>
1234         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1235         which limits the number of names shown in the minibuffer.  Off by
1236         default.
1237         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
1238         up iswitchb for users with a multitude of open buffers by showing
1239         only the first and last N/2 buffers in the completion list (which
1240         is enough to aid C-s/C-r, and to know that more characters are
1241         needed to refine the completion list).
1243 2004-04-17  Richard M. Stallman  <rms@gnu.org>
1245         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1246         (file-truename): Expand all ~ constructs directly.
1247         (insert-directory): Delete any error msg output by the
1248         `insert-directory-program'.
1250         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1251         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1252         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1253         (allout-init): Use find-file-hook, not find-file-hooks.
1254         (allout-mode): Eliminate Emacs 18 support.
1255         Use write-contents-functions, not local-write-file-hooks.
1257 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
1259         * progmodes/compile.el (compilation-error-properties): Fix for
1260         adding messages when there are already markers for their file.
1261         (compilation-fake-loc): New function.
1263 2004-04-16  Dave Love  <fx@gnu.org>
1265         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1266         (python-load-file): Fix python-orig-start setting.
1268         * progmodes/compile.el: Doc fixes.
1269         (compilation-error-regexp-alist-alist)
1270         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1271         (compilation-assq): Wrap in eval-when-compile.
1272         (compilation-mode-font-lock-keywords): Don't use list*.
1273         (compilation-start): Avoid warning.
1274         (compilation-compat-error-properties)
1275         (compilation-directory-properties): Add keymap property.
1276         (compilation-parsing-end): Make it a marker for better compatibility.
1278         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1280 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
1282         * xml.el: Doc fixes.
1283         (xml-get-children): Only looks at sub-tags and ignore strings.
1285         * xml.el (xml-parse-tag): Avoid overwriting node-name.
1287 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * url/url-util.el (url-debug): Use with-current-buffer.
1291         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1292         (url-nfs-create-wrapper): Use new backquote syntax.
1294         * url/url-https.el (url-https-file-attributes): Add id-format param.
1296         * url/url-http.el (url-http-head-file-attributes)
1297         (url-http-file-attributes): Add id-format parameter.
1299         * url/url-handlers.el: Use new find-file-hook.
1300         (url-file-attributes): Add id-format parameter.
1302         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1303         (url-file-file-attributes): Add id-format parameter.
1305         * url/url-dav.el: Use with-current-buffer.
1306         (url-dav-process-response): Fix regexps and spurious quote.
1307         (url-dav-file-attributes): Add id-format param.
1309         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1311 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
1313         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1315         * vc.el (vc-print-log): Likewise.
1317 2004-04-16  Masatake YAMATO  <jet@gyve.org>
1319         * simple.el (completion-setup-function): Set an initial value
1320         to `element-common-end' before entering loop.  Set a value
1321         to `element-common-end' at the end of loop.
1322         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
1323         (completions-common-part): Rename from completion-de-emphasis.
1324         (completions-first-difference): Rename from completion-emphasis.
1325         Suggested by RMS.
1327 2004-04-16  Juanma Barranquero  <lektu@terra.es>
1329         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1330         (bookmark-edit-annotation-mode): Add mode name.
1332 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1335         for nested conflict markers.
1336         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1338 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
1340         * progmodes/gdb-ui.el (gdb-goto-info): New function.
1342         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1344 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1347         Give a backtrace if requested.
1349         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1351         * progmodes/python.el (python-mouse-2-command, python-RET-command):
1352         Remove unused functions.
1353         (python-orig-start-line, python-orig-file): Remove.
1354         (python-orig-start): New var.
1355         (python-input-filter, python-compilation-line-number)
1356         (python-send-region, python-load-file): Use it.
1358         * info.el (info): Always jump to *info*.
1360         * subr.el (posn-set-point): New function.
1362         * mouse.el (mouse-set-point): Use it.
1364         * progmodes/compile.el (compile-goto-error): Use it.
1365         (compilation-button-map): New keymap.
1366         (compilation-error-properties): Use it.
1367         (compilation-shell-minor-mode-map): Don't bind mouse-2.
1369         * smerge-mode.el (smerge-popup-context-menu): Use it.
1371         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1372         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1373         mouse and non-mouse case.
1375         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1376         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1378         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1379         Make it work for non-mouse events.
1381         * pcvs-info.el (cvs-status-map): Update binding name.
1383 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
1385         * xml.el (xml-maybe-do-ns): New function to handle namespace
1386         parsing of both attribute and element names.
1387         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1388         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1389         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
1390         (xml-parse-attlist): Make it do its own namespace parsing.
1392 2004-04-14  Dave Love  <fx@gnu.org>
1394         * progmodes/python.el (run-python): Fix use of \n.
1395         (python-load-file): Remove `try' from Python fragment.
1396         (python-describe-symbol): Fix message.
1398         * comint.el: Doc fixes.
1399         (comint-last-input-start, comint-last-input-end)
1400         (comint-last-output-start): Give them values.
1401         (comint-arguments): Avoid warning.
1402         (comint-skip-prompt): Use line-end-position.
1403         (comint-backward-matching-input): Rename arg to agree with doc.
1404         (comint-extract-string): Use syntax-ppss.
1405         (comint-dynamic-simple-complete): Delete useless list construction.
1406         (comint-redirect-subvert-readonly): New.
1407         (comint-redirect-preoutput-filter): Use it.
1409         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1410         Correctly handle negative arguments when calling hook functions.
1412 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
1414         * info.el (info-apropos): Don't clobber Info-history-list.
1416 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
1418         * progmodes/compile.el (compilation-setup):
1419         Localize overlay-arrow-position.
1420         (compilation-sentinel): Restructure code equivalently.
1421         (compilation-next-error): Find message on same line after point if
1422         not found before point.
1423         (compile-mouse-goto-error): Restore function so that compilation
1424         buffer need not be current and use compile-goto-error.
1425         (compile-goto-error): Restore function.
1426         (next-error): Set overlay-arrow-position.
1427         (compilation-forget-errors): Don't localize already local
1428         compilation-locs and remove FIXME about refontifying.
1430 2004-04-14  Kim F. Storm  <storm@cua.dk>
1432         * startup.el (emacs-quick-startup): New defvar (set by -Q).
1433         (command-line): New option -Q.  Like -q --no-site-file, but
1434         in addition it also disables menu-bar, tool-bar, scroll-bars,
1435         tool-tips, and the blinking cursor.
1436         (command-line-1): Skip startup screen if -Q.
1437         (fancy-splash-head): Use ":align-to center" prop to center splash image.
1439         * emulation/cua-base.el (cua-read-only-cursor-color)
1440         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1442 2004-04-13  Dave Love  <fx@gnu.org>
1444         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
1445         (syntax): Don't require.
1446         (python) <defgroup>: Add :version.
1447         (python-quote-syntax): Re-written.
1448         (inferior-python-mode): Move stuff here from run-python and add
1449         some more.
1450         (python-preoutput-continuation, python-preoutput-result)
1451         (python-dotty-syntax-table): New.
1452         (python-describe-symbol): Use them.
1453         (run-python): Move stuff to inferior-python-mode.  Modify code
1454         loaded into Python.
1455         (python-send-region): Use python-proc, python-send-string.
1456         (python-send-string): Send newlines too.  Callers changed.
1457         (python-load-file): Re-written.
1458         (python-eldoc-function): New.
1459         (info-look): Don't require.
1460         (python-after-info-look): New.  A modified version of former
1461         top-level code for use with eval-after-load.
1462         (python-maybe-jython, python-guess-indent): Use widened buffer.
1463         (python-fill-paragraph): Re-written.
1464         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
1465         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
1467 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1470         Set compilation-error-regexp-alist earlier.
1472         * progmodes/compile.el (compilation-minor-mode-map)
1473         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1474         (compile-goto-error): Re-merge the mouse and non-mouse commands.
1476 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * progmodes/compile.el (compile-goto-error): Select the buffer/window
1479         corresponding to the event.
1481         * url/url.el (url-retrieve): Use with-current-buffer.
1483         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1484         Remove unused var `version'.
1486         * url/url-handlers.el (url-handler-mode): New minor mode.
1487         (url-setup-file-name-handlers): Remove.
1489 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
1491         * loadup.el: Add cygwin to system-type list, for unexec() support.
1493 2004-04-12  John Paul Wallington  <jpw@gnu.org>
1495         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1496         (ibuffer-restore-window-config-on-quit): New variable to replace
1497         `ibuffer-delete-window-on-quit'.  Update all references.
1498         (ibuffer-prev-window-config): New variable.
1499         (ibuffer-quit): Restore previous window configuration instead of
1500         deleting window.
1501         (ibuffer): Save window configuration before showing Ibuffer buffer.
1503         * help.el (describe-mode): Doc fix.
1505         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1506         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1508 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1511         not to treat nil as a function.
1513         * vc-arch.el (vc-arch-root): Be a bit more careful.
1514         (vc-arch-register): Save the buffer if we modified it.
1515         (vc-arch-delete-rej-if-obsolete): Save excursion.
1516         (vc-arch-find-file-hook): Use the simpler after-save-hook.
1517         (vc-arch-responsible-p, vc-arch-init-version): New functions.
1519         * net/ldap.el (ldap-search): Use list*.
1521 2004-04-12  Juri Linkov  <juri@jurta.org>
1523         * info.el (Info-follow-reference): Allow multiline reference name.
1525 2004-04-11  Dave Love  <fx@gnu.org>
1527         * url/url-mailto.el (url-mailto):
1528         * url/url-history.el (url-history-setup-save-timer):
1529         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1531         * url/url-file.el (url-file-build-filename): Don't use
1532         directory-sep-char.
1534         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1536         * url/url-about.el (url-scheme-registry): Defvar.
1537         (url-about): Use text/plain.
1539         * url/url-vars.el (cl): Don't require.
1540         (url): Add :version.
1541         (url-bug-address): Use bug-gnu-emacs.
1543         * url/url-util.el (url-hexify-string): Don't give multibyte error
1544         for char <16.
1545         (mail-header-extract): Autoload.
1547         * url/url-parse.el: Doc fixes.
1549         * url/url-ldap.el (ldap): Require.
1550         (url-ldap): Fix `format' call.
1551         (url-ldap-certificate-formatter): Avoid warning.
1553         * url/url-https.el (url-https-create-secure-wrapper): Use modern
1554         backquotes.
1556         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1557         (url-intersection): New.
1558         (url-dav-supported-p): Use it.
1559         (url-dav-save-resource): Declare url-http-response-status special.
1561         * url/url-cache.el (url-util): Require.
1563         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1565         * progmodes/python.el: New file.
1567 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
1569         * vc-hooks.el (vc-arg-list): Function removed.
1570         (vc-default-workfile-unchanged-p): Use condition-case to check for
1571         backward compatibility.
1573         * vc.el (vc-print-log): Use condition-case to check for backward
1574         compatibility.
1576 2004-04-11  Juri Linkov  <juri@jurta.org>
1578         * dired.el (dired-faces): New defgroup.
1579         (dired-header, dired-mark, dired-marked, dired-flagged)
1580         (dired-warning, dired-directory, dired-symlink, dired-ignored):
1581         New faces.
1582         (dired-header-face, dired-mark-face, dired-marked-face)
1583         (dired-flagged-face, dired-warning-face, dired-directory-face)
1584         (dired-symlink-face, dired-ignored-face): New face variables.
1585         (dired-font-lock-keywords): Use them instead of font-lock faces.
1586         Split the rule for dired marks into 3 separate rules: for marks,
1587         marked file names and flagged file names.
1589         * help-mode.el (help-make-xrefs): Add a final newline to the
1590         *Help* buffer.
1592 2004-04-11  John Paul Wallington  <jpw@gnu.org>
1594         * replace.el (occur-engine): Distinguish between one and several
1595         matches in the matches per buffer heading.
1597 2004-04-11  Kim F. Storm  <storm@cua.dk>
1599         * ido.el (ido-confirm-unique-completion): New defcustom.
1600         (ido-complete): Use it.
1601         (ido-write-file): Set it to t unconditionally.
1603 2004-04-10  Miles Bader  <miles@gnu.org>
1605         RCS keyword removal (only non-comment changes are enumerated here):
1607         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1608         (byte-compile-insert-header): Don't use `byte-compile-version'.
1609         * url/url-vars.el (url-version): Use the constant string "Emacs"
1610         instead of calculating something from the RCS `State' keyword
1611         [the latter is almost entirely useless anyway].
1612         * forms.el (forms-version): Variable removed.
1613         (forms-mode): Don't use `forms-version'.
1614         * recentf.el (recentf-version): Variable removed.
1615         * progmodes/delphi.el (delphi-version): Variable removed.
1616         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1618 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1622 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
1624         * info.el (info-apropos): Improve menu item regexp.
1626 2004-04-09  Simon Josefsson  <jas@extundo.com>
1628         * mail/smtpmail.el: Add comment, based on report by
1629         kdc@rcn.com (Kevin D. Clark).
1631 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1634         Redo one more thing that I didn't notice Daniel had undone.
1636 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
1638         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1639         (gdb-goto-breakpoint, gdb-display-buffer)
1640         (gdb-display-source-buffer, gdb-view-source-function)
1641         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1642         (gdb-source-info, gdb-frame-handler): Don't specify a window
1643         for display.
1644         (gdb-info-breakpoints-custom): Remove superfluous update of
1645         assembler buffer.
1646         (gdb-many-windows): Make settable outside gdb.
1648 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1650         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1651         Derive from fundamental-mode rather than text-mode.
1653 2004-04-08  Juri Linkov  <juri@jurta.org>
1655         * info.el (Info-history): Doc fix.
1656         (Info-history-list): New var.
1657         (info-xref): Change magenta4 to blue, remove bold for dark and
1658         light backgrounds, change bold to underline for non-color classes.
1659         (info-xref-visited): New face.
1660         (Info-fontify-visited-nodes): New custom.
1661         (Info-hide-note-references): Add new value `hide'.  Doc fix.
1662         (Info-reference-name): New var.
1663         (Info-selection-hook): New custom.
1664         (Info-edit-mode-hook): New var.
1665         (Info-find-file): New fun.
1666         (Info-find-node): Move part of code to Info-find-file.
1667         (Info-find-node-2): Add anchors to Info-history-list.  Move point
1668         to the place with the reference name if name is defined.
1669         (Info-select-node): Add current node to Info-history-list.
1670         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1671         (Info-search-whitespace-regexp): New custom.
1672         (Info-search-case-fold): New var.
1673         (Info-search): Add "case-sensitively" to the prompt.
1674         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
1675         (Info-search-case-sensitively, Info-search-next): New fun.
1676         (Info-up): Move point to the menu item of the current node.
1677         (Info-history): New fun.  Add *info-history* to
1678         same-window-buffer-names.
1679         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
1680         (Info-insert-toc): New fun.
1681         (Info-build-toc): New fun.
1682         (Info-follow-reference): Add new arg `fork'.  Doc fix.
1683         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
1684         with the same name prefer the reference closest to point.
1685         (Info-next-reference): Replace * by + in the *Note regexp.
1686         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1687         (Info-prev-reference): Replace * by + in the *Note regexp.
1688         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1689         (Info-follow-nearest-node): Add new arg `fork'.
1690         (Info-try-follow-nearest-node): Add new arg `fork'.
1691         Call browse-url for http:// and ftp:// references.
1692         Set Info-reference-name for index entries.
1693         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1694         Info-search-next, Info-history, Info-toc, clone-buffer.
1695         (Info-menu-update): Replace * by + in the *Note regexp.
1696         (Info-mode): Add documentation for Info-history, Info-toc,
1697         Info-search-case-sensitively, Info-search-next, clone-buffer.
1698         (Info-fontify-menu-headers): Remove fun.  Move code to
1699         Info-fontify-node.
1700         (Info-fontify-node): Add docstring.  Add local vars
1701         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
1702         then fontify header line, titles, menu headers, http and ftp
1703         references, refill paragraphs.  If not-fontified-p is t or
1704         fontify-visited-p is t then fontify cross references, menu items.
1705         Fontify menu headers.  Fontify http and ftp references.
1706         Change regexp for cross references to require whitespace after *Note,
1707         add matching groups for file and node names.  Remove hack for quote.
1708         Use display property for Info-hide-note-references=t.  Use fifth
1709         or fourth match for help-echo.  Display visited nodes in a
1710         different face.  Unhide file names of external references.
1711         Unhide newlines.  Display visited menu items in a different face.
1713 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         * progmodes/compile.el: Require CL.
1716         (compilation-mode-font-lock-keywords): Re-install the "line as
1717         function" patch.
1719         * help-fns.el (help-C-source-directory): New var.
1720         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1721         (describe-function-1, describe-variable): Use them.
1723         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1724         to C source files specially.
1726 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1728         * info.el (Info-hide-cookies-node): New function.
1729         (Info-select-node): Use it.
1730         (Info-display-images-node): Remove message with image file name.
1732 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1734         * progmodes/compile.el (compilation-warning-face)
1735         (compilation-info-face, compilation-skip-threshold)
1736         (compilation-skip-visited, compilation-context-lines):
1737         Declare :version when added to Emacs.
1738         (compilation-error-regexp-alist-alist): Extend caml and irix.
1739         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1740         (compilation-mode-font-lock-keywords): Temporarily undo line as
1741         function patch, which wasn't ready.
1743 2004-04-07  Kenichi Handa  <handa@m17n.org>
1745         * international/latin1-disp.el (latin1-display-setup): Check each
1746         character is displayable or not instead of calling
1747         latin1-display-check-font.
1749 2004-04-06  Kenichi Handa  <handa@m17n.org>
1751         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1752         New variable.
1753         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1754         instead of sera-being-called-by-w3.
1755         (ethio-fidel-to-sera-buffer): Likewise.
1756         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1757         instead of sera-being-called-by-w3.
1758         (ethio-write-file): Likewise.
1760 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1762         * printing.el: Dox fix.
1764 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1766         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1767         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1768         (gdb-setup-windows): Only use separate IO buffer if required.
1770 2004-04-06  Kim F. Storm  <storm@cua.dk>
1772         * term.el (term-is-xemacs): Remove.
1773         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1774         (term-window-width): New function.
1775         (term-mode, term-check-size): Use it.
1776         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1778 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1780         * cus-edit.el (custom-add-parent-links): Change unbound variable
1781         `symbol' to `name'.
1783 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1784         * info.el (info-apropos): New function.
1785         (Info-mode-menu): Add it.
1786         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1788         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1789         inherited docstring.
1791         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1793 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1795         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1797         * progmodes/compile.el (font-lock): Don't require any more.
1798         (compilation-error-properties, compilation-start, compilation-sentinel)
1799         (compilation-filter, next-error): Use with-current-buffer.
1800         (compilation-skip-to-next-location, compilation-skip-threshold)
1801         (compilation-skip-visited): Move to silence the byte-compiler.
1802         (compilation-setup): Simplify.
1803         (compilation-next-error): Use line-(beginning|end)-position.
1804         Make sure `pt' is non-nil before using compilation-loop.
1805         (compile-goto-error): Add optional event arg.  Use it.
1806         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1807         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1808         Update the binding for mouse-2.
1809         (first-error): Set compilation-current-error to nil rather than bob.
1810         (compilation-parsing-end, compilation-parse-errors-function)
1811         (compilation-error-list, compilation-old-error-list):
1812         "New" compatibility variables.
1813         (compile-buffer-substring, compilation-compat-error-properties)
1814         (compilation-compat-parse-errors, compilation-forget-errors):
1815         New compatibility functions.
1816         (compilation-mode-font-lock-keywords): Use them.
1818 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1820         * autorevert.el (auto-revert-handler): If point (or a window
1821         point) is at the end of the buffer, keep it there after
1822         reverting.  This allows to tail a file.
1823         Mention this in the `Commentary'.
1825         * format.el (format-write-file): Add optional argument CONFIRM
1826         and make it behave like the analogous argument to `write-file'.
1828 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1830         * progmodes/ebnf2ps.el: Doc fix.
1831         (ebnf-version): New version number (4.2).
1832         (ebnf-syntax): Customization and docstring fix.
1833         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1834         Put autoloaded funs before first use.
1835         (ebnf-style-database): Add dtd entry.
1836         (ebnf-syntax-alist): Add dtd initialization.
1837         (ebnf-token-sequence): New fun.
1838         (ebnf-comment-table): Add new comment action character.
1839         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1841         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1842         Type Definition for XML).
1844         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1845         * progmodes/ebnf-bnf.el (ebnf-sequence):
1846         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1847         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1848         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1849         Code simplification: call ebnf-token-sequence.
1851 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
1853         * calendar/timeclock.el (timeclock-relative)
1854         (timeclock-get-project-function, timeclock-get-workday-function)
1855         (timeclock-query-out, timeclock-when-to-leave)
1856         (timeclock-when-to-leave-string, timeclock-log-data)
1857         (timeclock-generate-report, timeclock-in): Doc fixes.
1859 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1861         * url: Import the URL package from its repository.
1863         * url/url-methods.el:
1864         * url/url-parse.el: Don't require url-auto.
1866 2004-04-03  Andreas Schwab  <schwab@suse.de>
1868         * diff-mode.el (diff-mode): Fix missing quote.
1870 2004-04-03  Juri Linkov  <juri@jurta.org>
1872         * descr-text.el (describe-property-list): Add `font-lock-face'.
1874         * dired.el (dired-font-lock-keywords): Fix permission regexps.
1876 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1878         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1879         Use utf-16le on little endian machines and utf-16be otherwise.
1881 2004-04-02  David Kastrup  <dak@gnu.org>
1883         * net/browse-url.el (browse-url-generic): Use call-process
1884         instead of start-process to allow browsers that fork and detach.
1886 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
1888         * compile.el (compilation-current-error): New var.
1889         (compilation-setup, compile-mouse-goto-error)
1890         (compile-goto-error, next-error): Use it.
1891         (compilation-skip-to-next-location): Default to t, which gives
1892         contiguous skipping like old compile (where this was redundant).
1893         (compilation-next-error): Prevent previous-* commands from moving
1894         back to message at or just before point.
1896 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
1898         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1899         (gdb-source-info): Don't display source at startup, if required.
1900         (gdb-show-main): New option.
1901         (gdba): Update documentation.
1902         (gdb-source): Cover case of auto-display output.
1904 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
1906         * autorevert.el: Delete obsolete autoload's and defvar's.
1907         (auto-revert-check-vc-info): New user option.
1908         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1909         (auto-revert-handler-vc): Delete.
1910         (auto-revert-handler): Treat return value `fast' of
1911         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
1913         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1914         return `fast'.
1916         * files.el (buffer-stale-function): Doc change.
1918 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1920         * printing.el: New tip on Tips section.
1921         (pr-version): New version number (6.7.4).
1922         (pr-shell-file-name): Initialization fix.
1924 2004-03-31  Juri Linkov  <juri@jurta.org>
1926         * dired.el: Add autoload for `dired-do-touch'.
1927         (dired-touch-program): New var.
1928         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1929         (dired-no-confirm): Add `touch' to docstring.
1931         * dired-aux.el (dired-do-touch): New fun.
1932         (dired-do-chxxx): Add argument -t for touch operation.
1934         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1935         `dired-move-to-filename-regexp'.
1937 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
1939         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
1941 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1943         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1944         and only if the buffer was modified.
1946 2004-03-30  Kenichi Handa  <handa@m17n.org>
1948         * international/characters.el: Delete pairs for U+2308..U+230B.
1950 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
1952         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1953         to detect the beginning of a level 2 or 3 annotation.
1955 2004-03-29  Kenichi Handa  <handa@m17n.org>
1957         * international/ucs-tables.el (ucs-insert): Fix the error message.
1959 2004-03-29  Kenichi Handa  <handa@m17n.org>
1961         * international/mule-util.el (char-displayable-p): Fix generation
1962         of XLFD file name.
1964         * Makefile.in (setwins, setwins_almost): Change directory to $wd
1965         before finding directories by `find'.
1967 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * subr.el (interactive-form): Delete.  Now implemented in C.
1971         * pcvs.el (cvs-parse-process): Workaround for Darwin.
1973         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
1974         (vc-diff-label): New fun.
1975         (vc-diff-internal): Use it.
1977         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
1979 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1981         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
1983         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
1984         specify XML (EBNFX).
1986         * progmodes/ebnf2ps.el: Doc fix.
1987         (ebnf-version): New version number (4.1).
1988         (ebnf-syntax): Adjust customization.
1989         (ebnf-style-database): Add ebnfx entry.
1990         (ebnf-syntax-alist): Add ebnfx initialization.
1991         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
1993         * printing.el: Doc fix.
1994         (pr-version): New version number (6.7.3).
1995         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
1996         returns nil for mouse position.  Reported by Drew Adams
1997         <drew.adams@oracle.com>.
1998         (pr-update-menus): Modify interactive declaration.  Reported by Drew
1999         Adams <drew.adams@oracle.com>.
2001 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2003         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2004         (gud-gdba-marker-filter): Log the process input and output, if
2005         required.  From Stefan Monnier.
2006         (gdb-debug-log, gdb-enable-debug-log): New variables.
2007         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2009 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2012         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
2014 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2016         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2017         Call vc-find-file-hook here instead of in auto-revert-buffers.
2018         (auto-revert-buffers): Delete call to vc-find-file-hook.
2019         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2020         (global-auto-revert-mode, auto-revert-set-timer)
2021         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2023 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2025         * woman.el (woman-change-fonts): Rename local variable
2026         woman-font-alist to font-alist to avoid a compiler warning.
2028 2004-03-27  Dave Love  <fx@gnu.org>
2030         * emacs-lisp/rx.el (rx): Doc fix.
2031         Fix copyright years.
2033         * strokes.el (strokes-global-set-stroke-string): New function.
2034         (strokes-list-strokes): Cope with strings, not just commands.
2035         Set foreground colour of image.
2036         (strokes-global-set-stroke): Doc fix.
2038 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2040         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2041         Auto Revert mode.
2042         (Buffer-menu-files-only): New variable.
2043         (Buffer-menu-toggle-files-only): New function.
2044         (Buffer-menu-mode-map): Bind it to `T'.
2045         (Buffer-menu-mode): Mention `T' in docstring.
2046         Set buffer-stale-function.
2047         (list-buffers-noselect): Mark buffer non-modified and set
2048         Buffer-menu-files-only.
2050         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2052         * autorevert.el (auto-revert-handler): Print revert message
2053         before, rather than after, reverting.
2054         (buffer-stale-function): Move to files.el.
2056         * files.el (buffer-stale-function): Move here from autorevert.el.
2058 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2062         * calc/calc.el (calc-mode-map): Use mapc.
2064         * apropos.el (apropos-mode): Don't autoload.
2065         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2066         (apropos): Use it.
2067         (apropos-print): Add optional `text' argument.
2068         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2069         Don't assume point-min == 1.
2071         * bs.el (bs-buffer-list): Use buffer-local-value.
2072         (bs--set-toggle-to-show): Use with-current-buffer.
2074         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2075         New funs.
2076         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2078         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2080         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2081         (dabbrev--find-expansion): Use pop.
2082         (dabbrev--search): Use match-string-no-properties.
2084         * dired.el (dired-mode): Use run-mode-hooks.
2085         (dired-move-to-end-of-filename): Use match-string.
2087         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2088         is bound before using it.
2089         (ediff-verbose-p): Make it into a var since it's not constant.
2091         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2093         * faces.el (read-face-font): Don't cons up unnecessarily.
2094         (header-line, tool-bar): Share common parts.
2096         * files.el (file-relative-name): Use compare-strings.
2098         * finder.el (finder-mode): Follow coding convention.
2100         * subr.el (read-number): New function.
2102         * ses.el (ses-read-number): Move to subr.el.
2103         (ses-set-header-row): Use read-number.
2105 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
2107         * vc-hooks.el (vc-arg-list): New function, which handles both
2108         compiled and uncompiled code.
2109         (vc-default-workfile-unchanged-p): Use it.
2111         * vc.el (vc-print-log): Undo prev change, use new function
2112         vc-arg-list from vc-hooks.el.
2114 2004-03-26  Masatake YAMATO  <jet@gyve.org>
2116         * simple.el (completion-setup-function): Emphasize the
2117         first uncommon characters in the completions; and de-emphasize
2118         the common prefix substrings.
2119         (completion-emphasis): New face.
2120         (completion-de-emphasis): New face.
2122 2004-03-25  Juanma Barranquero  <lektu@terra.es>
2124         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2125         Comment out (it's unused and unfinished code).
2127 2004-03-25  Sam Steingold  <sds@gnu.org>
2129         * vc.el (vc-print-log): Fix a bug in the last patch:
2130         backend-function may be a byte-compiled object, not a lambda.
2132 2004-03-25  Juri Linkov  <juri@jurta.org>
2134         * descr-text.el (describe-property-list): Add a button
2135         for `face' property that calls `describe-face'.
2136         Suggested by luis fernandes <elf@ee.ryerson.ca>
2138         * international/mule.el (keyboard-coding-system):
2139         * kmacro.el (kmacro-call-macro): Fix docstring.
2141         * dired.el: Fix comments.
2143         * textmodes/fill.el (fill): Fix Info link.
2145         * font-lock.el (fast-lock, lazy-lock):
2146         * jit-lock.el (jit-lock): Remove links to removed Support Modes
2147         Info node.
2149         * eshell/eshell.el (eshell): Fix broken info-link.
2151         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2152         * eshell/em-banner.el (eshell-banner):
2153         * eshell/em-smart.el (eshell-smart):
2154         * eshell/esh-cmd.el (eshell-cmd):
2155         Comment out broken info-links to incomplete Info manual.
2157         * info-xref.el: Fix commentary.
2159 2004-03-25  Kevin Ryde  <user42@zip.com.au>
2161         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2162         Remove spurious node duplicate suppression, doesn't work, not wanted.
2163         (info-xref-output): Take format style args, add "sit-for 0" to let
2164         user see the results as they progress.
2165         (info-xref-check-all-custom): New function.
2167 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
2169         * gdb-ui.el: Moved to progmodes.
2171 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2175 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2177         * calendar/appt.el (appt-check): Remove superfluous progn.
2178         When finished with diary buffer: if it was not being displayed
2179         before, kill it; otherwise restore its original state.
2180         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2182         * calendar/calendar.el (calendar-set-mode-line): Use total
2183         available mode-line width, rather than frame-width.
2185         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2186         after mode change so effect not lost.
2188 2004-03-23  Dave Love  <fx@gnu.org>
2190         * dired.el (dired) <defgroup>: Add link to manual.
2191         (dired-font-lock-keywords): Add highlighting on unusual permissions.
2192         (dired-revert): Use dolist.
2193         (dired-mode-map): Add U binding.
2194         (dired-mode): Add font-lock-beginning-of-syntax-function.
2195         (dired-garbage-files-regexp): Make it a defcustom.
2197 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2200         is equivalent to nil.
2201         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2202         (vc-arch-mode-line-string): Accept `added' state.
2203         (vc-arch-state): Use inode-sigs if available.
2204         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2205         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
2206         (vc-arch-tagline-re): New var.
2207         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2208         New functions.
2209         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2210         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2212         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2213         (vc-file-not-found-hook): Use it.
2215         * diff-mode.el (diff-default-read-only): Change default.
2216         (diff-mode-hook): Make it a defcustom.  Add some options.
2217         (diff-mode-map): Bind diff-refine-hook.
2218         (diff-yank-handler): New var.
2219         (diff-yank-function): New fun.
2220         (diff-font-lock-keywords): Use them.
2221         (diff-end-of-file): Handle case where file-header looks like diff text.
2222         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2223         (diff-file-kill): Delete a subsequent empty line, if applicable.
2224         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2225         (diff-find-file-name): Use it.
2226         (diff-tell-file-name): New command.
2227         (diff-mode): Be careful with view-mode.
2228         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2229         New functions, for use in diff-mode-hook.
2230         (diff-find-source-location): Catch "regex too large" errors.
2231         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2232         (diff-refine-hunk): New command.
2234         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2235         (smerge-context-menu-map): Remove unused var.
2236         (smerge-keep-all): Preserve markers.
2237         (smerge-keep-n): New fun.
2238         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2239         (smerge-keep-current, smerge-ediff): Use it.
2240         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
2241         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2242         (smerge-resolve): Resolve trivial 3-part conflicts.
2244 2004-03-23  Juri Linkov  <juri@jurta.org>
2246         * man.el (Man-width): New var.
2247         (Man-getpage-in-background): Use it.
2248         (Man-support-local-filenames): New var and fun.
2249         (Man-build-man-command): Don't add a second %s.
2250         (Man-fontify-manpage): Clean up message.
2251         (Man-mode): Set outline-regexp, outline-level,
2252         imenu-generic-expression.
2254         * woman.el (woman-fill-frame): Doc fix.
2255         (woman-decode-region): Use window-width instead of frame-width.
2257         * abbrevlist.el (list-one-abbrev-table):
2258         * descr-text.el (describe-char):
2259         * international/mule-diag.el (describe-current-coding-system):
2260         * international/quail.el (quail-insert-decode-map):
2261         Use window-width instead of frame-width.
2263         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2264         (jka-compr-mode-alist-additions): Add tbz.
2265         (jka-compr-write-region, jka-compr-insert-file-contents):
2266         Add message for undefined compress-program.
2267         (jka-compr-write-region): Remove redundant var bindings.
2269         * dired-x.el (dired-guess-shell-alist-default): Add choices for
2270         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
2271         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2272         (dired-man): Use dired-guess-shell-command.
2273         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2274         Change default nil to t.
2276         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2277         (dired-compare-directories): Add default value for empty input.
2279         * help-at-pt.el: Move suggestions for key bindings to Commentary.
2281         * time.el (display-time-string-forms): Fix help-echo date format.
2283 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
2285         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
2286         (buffer-stale-function): New variable.
2287         (auto-revert-list-diff, auto-revert-dired-file-list)
2288         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2289         (auto-revert-handler): Take over some functionality of deleted
2290         functions.
2291         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2293         * dired.el (dired-directory-changed-p): New fun, extracted from
2294         dired-internal-noselect.
2295         (dired-buffer-stale-p): New fun.
2296         (dired-internal-noselect): Use dired-directory-changed-p.
2297         Eliminate revert messages.
2298         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2300 2004-03-23  Kenichi Handa  <handa@m17n.org>
2302         * international/characters.el: Setup syntaxes for more parentheses
2303         Unicode characters.
2305         * international/mule-cmds.el (select-safe-coding-system):
2306         Merge coding-system and auto-cs before comparing them.
2308 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2312         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2313         normal-auto-fill-function and comment-indent-function.
2314         The default values now work just as well.
2315         Don't set font-lock-beginning-of-syntax-function since we already set
2316         syntax-begin-function.
2317         (lisp-outline-level): Put ;;;###autoload at same level as (.
2318         (prin1-char): Quote special chars.
2320         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2321         than with-no-warnings.
2323         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2324         if the source location can't be found.
2325         (edebug-compute-previous-result): Use prin1-char.
2327         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2328         (debug-ignored-errors): Add an entry.
2330         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2331         (byte-compile-file): Output warning when deleting a file.
2333         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2334         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2336         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2337         (byte-compile-inline-expand): Use backquote.
2338         (byte-optimize-pure-func): Rename from byte-optimize-concat.
2339         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2341         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2343         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2345 2004-03-22  Juri Linkov  <juri@jurta.org>
2347         * finder.el (finder-known-keywords): Fix data, tex, unix.
2349         * play/landmark.el: Fix keywords.
2351         * language/ethio-util.el (ethio-find-file): Doc fix.
2353         * emacs-lisp/warnings.el: Doc fix.
2355         * textmodes/ispell.el (ispell-help): Doc fix.
2357 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
2359         * format.el (format-insert-file): Always return a list of two
2360         elements, like insert-file-contents does.
2362 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
2364         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
2365         and vc-BACKEND-diff.
2366         (vc-print-log): If the print-log implementation supports it, use
2367         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2368         (vc-version-diff, vc-diff-internal): Doc fixes.
2370         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
2371         implementation supports it, let diff output go to *vc*,
2372         not *vc-diff*, since this is an internal call.
2374         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
2376         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2378         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
2380 2004-03-21  Dave Love  <fx@gnu.org>
2382         * progmodes/cfengine.el (cfengine-mode):
2383         Set parse-sexp-ignore-comments.
2385         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2387 2004-03-21  Juanma Barranquero  <lektu@terra.es>
2389         * allout.el (allout-mode): Fix docstring.
2391 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
2393         * files.el (insert-directory): Fix bug if SWITCHES is a list.
2395         * autorevert.el (auto-revert-interval): Make new value take
2396         effect immediately when set through Custom.
2397         (auto-revert-set-timer): Add interactive declaration.
2399 2004-03-19  David Ponce  <david@dponce.com>
2401         * ruler-mode.el (ruler-mode-header-line-format-old):
2402         Don't `make-variable-buffer-local'.
2403         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2404         (ruler-mode-header-line-format): Simply funcall the above.
2405         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2406         to save/restore a previous header line format.
2407         (ruler-mode-space): Don't depend on a numeric WIDTH value.
2408         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2409         fringes and margins width.
2410         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2412 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * log-edit.el (log-edit-font-lock-keywords): Typo.
2416         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2417         (tex-send-tex-command): Rather than here.
2418         (tex-compilation-parse-errors): Simplify.
2420         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2422         * time.el (display-time-string-forms): Add help-echo with date on time.
2424         * composite.el (compose-region): Use restore-buffer-modified-p.
2426         * disp-table.el (standard-display-8bit): Simplify.
2428         * server.el (server-process-filter): Delete temp frame.
2430         * add-log.el (add-change-log-entry): Simplify.
2432 2004-03-19  Kim F. Storm  <storm@cua.dk>
2434         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2435         (hexl-follow-line): Don't require 'fringe.
2437         * progmodes/compile.el (compilation-start): Always set
2438         compilation-last-buffer and return it.
2440 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2442         * simple.el (clone-buffer): Doc fix.
2444 2004-03-18  Juanma Barranquero  <lektu@terra.es>
2446         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2448 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * log-edit.el (log-edit-font-lock-keywords): New var.
2451         (log-edit-mode): Use it.
2453 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
2455         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2456         properly for watching in speedbar.
2458 2004-03-17  Masatake YAMATO  <jet@gyve.org>
2460         * smerge-mode.el (smerge-popup-context-menu):
2461         Put `unwind-protect' around `overlay-put' and `popup-menu'.
2463 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2466         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2467         Take sealed revisions into account.
2468         (vc-arch-checkin): Extract a summary line from the message.
2470 2004-03-16  Masatake YAMATO  <jet@gyve.org>
2472         * register.el (register): Provide `register' feature.
2474 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2476         Added context menu support in smerge mode.
2477         Most of the part is written by Stefan Monnier.
2479         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2480         New keymap and menu.
2481         (smerge-text-properties): New function.
2482         (smerge-remove-props): New function.
2483         (smerge-popup-context-menu): New function.
2484         (smerge-resolve): Call `smerge-remove-props'.
2485         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2486         (smerge-keep-current): Ditto.
2487         (smerge-kill-current): New function.
2488         (smerge-match-conflict): Put text properties.
2489         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2491 2004-03-15  David Ponce  <david@dponce.com>
2493         * ruler-mode.el: (ruler-mode-left-fringe-cols)
2494         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2495         (ruler-mode-right-scroll-bar-cols): Remove.
2496         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2497         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2498         Use fringe-columns and scroll-bar-columns.
2500 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2502         * hl-line.el (hl-line-range-function): New variable.
2503         (hl-line-move): New function.
2504         (global-hl-line-highlight): Use `hl-line-move'.
2505         (hl-line-highlight): Ditto.
2507         * scroll-bar.el (scroll-bar-columns):
2508         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
2510         * ruler-mode.el (top-level): Require scroll-bar and fringe.
2511         (ruler-mode-left-fringe-cols)
2512         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2513         (ruler-mode-right-scroll-bar-cols)
2514         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2515         (ruler-mode-ruler-function): New variable.
2516         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2517         if the value for `ruler-mode-ruler-function'is given.
2519         * hexl.el (hexl-mode-hook): Make the hook customizable.
2520         (hexl-address-area, hexl-ascii-area): New customize variables.
2521         (hexlify-buffer): Put font-lock-faces on the address area and
2522         the ascii area.
2523         (hexl-activate-ruler): New function.
2524         (hexl-follow-line): New function.
2525         (hexl-highlight-line-range): New function.
2526         (hexl-mode-ruler): New function.
2528 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
2531         (vc-default-find-file-hook): New fun.
2532         (vc-find-file-hook): Call new find-file-hook operation.
2534         * vc-arch.el: New file.
2536 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
2538         * info-look.el (info-lookup): Reuse an existing Info window.
2540 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2542         * woman.el (woman-preserve-ascii): Default value changed to t and
2543         doc string revised.
2545 2004-03-12  Richard M. Stallman  <rms@gnu.org>
2547         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2548         Fix minor bug.
2550         * replace.el (occur-engine): Change message for count of matches.
2552         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2553         For strings, do compare text properties.
2555 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
2557         * progmodes/compile.el (compile-auto-highlight)
2558         (compilation-error-list, compilation-old-error-list)
2559         (compilation-parse-errors-function, compilation-parsing-end)
2560         (compilation-error-message, compilation-directory-stack)
2561         (compilation-enter-directory-regexp-alist)
2562         (compilation-leave-directory-regexp-alist)
2563         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2564         (compilation-current-file, compilation-regexps): Remove vars.
2566         (compile-error-at-point, compilation-error-filedata)
2567         (compilation-error-filedata-file-name, compile-reinitialize-errors)
2568         (compilation-next-error-locus, compilation-forget-errors)
2569         (count-regexp-groupings, compilation-parse-errors)
2570         (compile-collect-regexps, compile-buffer-substring): Remove funs.
2572         (compile-internal): Make obsolete.
2574         (compilation-first-column, compilation-error)
2575         (compilation-directory-matcher, compilation-page-delimiter)
2576         (compilation-mode-font-lock-keywords, compilation-debug)
2577         (compilation-error-face, compilation-warning-face)
2578         (compilation-info-face, compilation-line-face)
2579         (compilation-column-face, compilation-enter-directory-face)
2580         (compilation-leave-directory-face, compilation-skip-threshold)
2581         (compilation-skip-visited, compilation-context-lines): New vars.
2583         (compilation-warning-face, compilation-info-face)
2584         (compilation-message-face): New faces.
2586         (compilation-error-regexp-alist-alist): New constant.
2588         (compilation-face, compilation-directory-properties)
2589         (compilation-assq, compilation-error-properties, compilation-start)
2590         (define-compilation-mode, compilation-loop)
2591         (compilation-set-window): New functions.
2593         (compile): Additional argument for interactive compiles like TeX.
2595         * progmodes/grep.el (kill-grep): Move here from compile.el
2596         (grep-error, grep-hit-face, grep-error-face)
2597         (grep-mode-font-lock-keywords): New variables.
2598         (grep-regexp-alist): Simplify regexp and add `binary' case.
2599         (grep-mode): New mode.
2600         (grep-process-setup): Simplify.
2602 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2604         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2605         letters on DOS/Windows.
2607 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2609         * server.el (server-name): New var.
2610         (server-socket-dir): New var to replace server-socket-name.
2611         (server-start): Use them.
2613 2004-03-11  Simon Josefsson  <jas@extundo.com>
2615         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2616         died to avoid infloop.  Reported by Jonathan Glauner
2617         <jglauner@sbum.org>.
2619 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2622         (smerge-mode-menu): Use it to deactivate menu entries.
2623         (smerge-keep-current): New fun.
2624         (smerge-keep-current): Use it.
2626 2004-03-10  John Paul Wallington  <jpw@gnu.org>
2628         * foldout.el (foldout-fold-list, foldout-modeline-string):
2629         Declare them as variables, not constants.
2631 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2633         * ps-print.el: Modification to print *Messages* buffer.
2634         (ps-print-version): New version 6.6.4.
2635         (ps-message-log-max): New fun.
2636         (ps-spool-without-faces, ps-spool-with-faces)
2637         (ps-count-lines-preprint): Code fix.
2639         * printing.el: New tips in Tips section.
2641 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2643         * delim-col.el: Doc fix.
2645         * printing.el: Doc fix.  New doc section (Tips).
2647 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2649         * type-break.el (type-break-emacs-variant): Remove.
2650         (type-break-run-at-time, type-break-cancel-function-timers):
2651         Use fboundp rather than version name and number.
2653 2004-03-09  Masatake YAMATO  <jet@gyve.org>
2655         * hexl.el (hexl-mode): Use `make-local-variable' instead of
2656         `make-variable-buffer-local'.
2658 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2660         * find-dired.el (find-dired): Call `shell-command' instead of
2661         `start-process-shell-command'.  By this, Tramp takes over
2662         handling of remote directories.
2664 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2666         * newcomment.el (comment-use-global-state): New var.
2667         (comment-search-forward): Use it.
2669         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2671         * cus-edit.el (fill) <defgroup>: Move to fill.el.
2673         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2674         (enable-kinsoku): Make it a defcustom.
2675         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2676         paragraph to same-comment-start-marker.
2678 2004-03-07  Dave Love  <fx@gnu.org>
2680         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2681         (browse-url-mail): Use it.
2683         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2684         (rfc2368-unhexify-string): Use replace-regexp-in-string.
2686 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2688         * woman.el (woman-man.conf-path): Doc fix.
2689         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2691 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
2693         * sort.el (sort-columns): Remove ms-dos from the list of systems
2694         where the external `sort' command is not used.
2696 2004-03-07  Kim F. Storm  <storm@cua.dk>
2698         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2699         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2700         from overlay-arrow-variable-list.
2701         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2703 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
2705         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2706         overlay arrow string properly for the assembler buffer.
2708 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2710         * mail/sendmail.el (mail-mode): Fix last change.
2712 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
2714         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2715         for the assembler buffer.
2716         (gdb-assembler-custom): Position the overlay arrow.
2717         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2719 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2723         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2724         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2726         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2728         * newcomment.el (uncomment-region): Allow non-terminated comment.
2729         (comment-normalize-vars): Check the user-specified comstart marker.
2731 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2733         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2734         Otherwise, do use it if the region only contains font-lock text
2735         properties.
2737 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2739         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2740         as the callback function for eldoc.
2741         (hexl-print-current-point-info): New function.
2742         (hexl-current-address): Print the address in both decimal
2743         and hexadecimal format.
2745 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2747         * mail/rmail.el (rmail-convert-to-babyl-format):
2748         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2750         * mail/mail-utils.el (mail-unquote-printable-region):
2751         New arg UNIBYTE.
2753         * startup.el (command-switch-alist): Doc fix.
2755         * simple.el (undo): Temporarily set this-command to `undo-start',
2756         then set it to `undo' once undo-start returns without error.
2758         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2760         * simple.el (kill-line): Don't disregard trailing whitespace
2761         in eol condition, if show-trailing-whitespace is set.
2763         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2764         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2765         When disabling, restore old values only if mouse-sel-has-been-enabled.
2767         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2768         (isearch-{-char): New function.
2769         (isearch-mode-map): Bind { to isearch-{-char.
2771         * font-lock.el (lisp-font-lock-keywords-2):
2772         Turn off the CL with-... and do-... general patterns.
2773         Instead, recognize several specific with... and do... constructs.
2775         * files.el (switch-to-buffer-other-window):
2776         Bind same-window-buffer-names and same-window-regexps to nil.
2777         (switch-to-buffer-other-frame): Likewise.
2779 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2781         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2782         recognizing leading comment on code line.
2784 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2787         hidden files/directories.
2789 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2792         only comment-start (in case the mode hasn't set it).
2794         * Makefile.in (AUTOGENEL): New var.
2795         (bootstrap-prepare): Rename from bootstrap-clean.
2796         Don't remove elc files.
2797         (maintainer-clean): New target.
2799         * xml.el (xml-get-attribute-or-nil): Simplify.
2801 2004-03-02  Juri Linkov  <juri@jurta.org>
2803         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2804         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2805         URL to prevent their substitution with the environment variable
2806         values by browsers.
2808 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2810         * ps-print.el: Doc fix.
2811         (ps-print-version): New version number (6.6.3).
2812         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2813         Docstring fix.
2814         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2815         before printing.
2816         (ps-time-stamp-yyyy-mm-dd): New fun.
2817         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2819 2004-03-02  Kim F. Storm  <storm@cua.dk>
2821         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2823 2004-03-01  Juanma Barranquero  <lektu@terra.es>
2825         * allout.el (allout-rebullet-heading): Fix typo in docstring.
2827         * desktop.el (desktop-file-version)
2828         (desktop-after-read-hook): Fix typos.
2829         (desktop-clear-preserve-buffers): Remove redundant info in
2830         docstring already shown by the obsolescence message.
2831         (desktop-truncate, desktop-internal-v2s)
2832         (desktop-value-to-string): Change argument name to match docstring.
2834         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2836         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2837         docstring.
2839 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2841         * printing.el: Replace "As Is..." in PostScript file print/preview by
2842         "No Preprocessing...".  Suggested by Colin Marquardt
2843         <_marquardt_@zmd.de>.
2844         (pr-insert-section-4): Adjust buffer interface.
2846 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2848         Version 2.0.39 of Tramp released.
2850         * net/tramp.el (tramp-handle-file-local-copy)
2851         (tramp-handle-write-region, tramp-open-connection-rsh):
2852         Variable name typo.  Small change.  From Patrick Tullmann
2853         <tullmann@flux.utah.edu>.
2854         (tramp-process-connection-type): New variable.
2855         (tramp-maybe-open-connection): Use it.
2856         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2857         (tramp-touch): Set last-modified time of a remote file.
2858         (tramp-handle-write-region): Say which function is used when encoding.
2860 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2862         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2863         case of non-existing filename, too.  Reported by Christoph Bauer
2864         <c_bauer@informatik.uni-kl.de>.
2865         (tramp-smb-get-file-entries): The directory in question should
2866         have permissions "drwxrwxrwx".  Just virtual, because we don't
2867         know the real permissions.  Don't we know?
2868         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2869         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2870         (tramp-smb-wait-for-output): Optimize algorithm getting pending
2871         output.  If it was received chunkwise, there have been problems.
2872         Remove the "prompt not found" error message; it is obvious.
2873         Simplify algorithm.
2874         (tramp-smb-process-running): Remove.  Since we acknowledge the
2875         virtual prompt for shares, there's no need for distinction of
2876         reading shares (process ends afterwards) and interactive mode of
2877         smblient.
2878         (tramp-smb-open-connection): Setting process sentinel removed.
2879         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2880         "NT_STATUS_NETWORK_ACCESS_DENIED".
2881         (tramp-smb-maybe-open-connection): Set `process-connection-type'
2882         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2883         (top-level): Setting default value in `tramp-default-method-alist'
2884         corrected.  Order of USER and HOST have been wrong.
2885         Nobody complained for months ...
2886         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2887         (tramp-smb-open-connection): Clear password cache if login has failed.
2889         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
2890         `tramp-unified-filenames'.
2891         (tramp-completion-mode): Make test for XEmacs explicitely.
2892         `event-to-character' can exists in Emacs packages too.
2893         Reported by Matt Swift <swift@alum.mit.edu>.
2894         (tramp-buffer-name): Buffer name must contain the user if exists.
2895         Reported by Adrian Phillips <a.phillips@met.no>.
2896         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2897         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2898         (tramp-do-copy-or-rename-file-out-of-band): Rename from
2899         `tramp-do-copy-or-rename-file-one-local', because it handles also
2900         the case both files use the same out-of-band method.
2901         Implementation added.
2902         (tramp-handle-file-local-copy, tramp-handle-write-region):
2903         Out-of-band handling removed.  `copy-file' called instead, which
2904         calls `tramp-do-copy-or-rename-file-out-of-band'.
2905         (tramp-action-password): Check for out-of-band method removed.
2906         This function is used for 'login-program.
2907         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2908         appropriate.
2909         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2910         and `tramp-parse-sknownhosts'.
2911         (tramp-completion-function-alist): It's a defvar now, because we
2912         want to apply the optimized `tramp-set-completion-function'
2913         instead of a static list.
2914         (tramp-set-completion-function): Implementation tuned.
2915         Avoid double entries, and entries where the function or the
2916         file/directory doesn't exist.
2917         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2918         for SSH2.
2919         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2920         (tramp-handle-dired-compress-file): New function.
2921         (tramp-async-proc): New variable.
2922         (tramp-handle-shell-command): Adding asynchronous processes.
2923         They are far from being perfect, but it works at least for
2924         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2925         (top-level): Require password.el if visible.  Should be mandatory
2926         once No Gnus has found its way into (X)Emacs.
2927         (tramp-read-passwd): Invoke `password-read' if available,
2928         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
2929         fallback any longer.
2930         (tramp-clear-passwd): New function.
2931         (tramp-process-actions, tramp-process-multi-actions):
2932         Clear password cache if login has failed.
2934         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
2935         its own module.
2936         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2937         `ange-ftp-ftp-name-res'.  There could be incorrect values from
2938         previous calls in case the "ftp" method is used in the Tramp file
2939         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2941 2004-02-28  Richard M. Stallman  <rms@gnu.org>
2943         * term.el (term-mouse-paste): Call mouse-set-point.
2945         * thumbs.el: New file.
2947 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2949         * progmodes/ebnf-abn.el: Doc fix.
2951         * progmodes/ebnf-bnf.el: Doc fix.
2952         (ebnf-repeat): Code fix.
2954         * progmodes/ebnf2ps.el: Doc fix.
2955         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
2957 2004-02-28  Juri Linkov  <juri@jurta.org>
2959         * ffap.el (dired-at-point): Additional writability test for
2960         relative directory names.
2961         (dired-at-point-prompter): Treat directories as a directory, get
2962         the directory component from files.
2963         (ffap-string-at-point): Return string from region if region is active.
2964         (ffap-file-at-point): Remove redundant code.
2966 2004-02-28  Kim F. Storm  <storm@cua.dk>
2968         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
2969         Initialize margin area images to nil.
2970         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
2971         (breakpoint-enabled-bitmap-face)
2972         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
2973         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
2974         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
2975         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
2976         (gdb-reset): Use gdb-remove-breakpoint-icons.
2977         (gdb-put-string): Add dprop arg to specify alternative display
2978         property (for setting fringe bitmap).
2979         (gdb-remove-strings): Doc fix.
2980         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
2981         icon in fringe (if available), or else as icon or text in display
2982         margin.  Creates necessary icons in breakpoint-bitmap,
2983         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
2984         Also make left window margin if required.
2985         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
2986         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
2987         no longer needed.
2988         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
2989         gdb-put-breakpoint-icon.
2990         (gdb-assembler-mode): Don't set left-margin-width here.
2992 2004-02-27  Kevin Ryde  <user42@zip.com.au>
2994         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
2995         comma, so that it DTRT in macros.
2997 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2999         * progmodes/sh-script.el (sh-shell-arg)
3000         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3001         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3003 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3005         * faces.el (face-spec-set-match-display): Add a new attribute,
3006         `min-colors'.
3007         (region, highlight, secondary-selection): Use `min-colors'.
3009         * custom.el (defface): Add documentation for `min-colors'.
3011         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3012         (font-lock-keyword-face, font-lock-function-name-face)
3013         (font-lock-variable-name-face, font-lock-constant-face):
3014         Use `min-colors'.
3016         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3018 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3020         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3021         define assq-delete-all if it's not defined.
3022         (ebnf-generate-region): Code fix.
3024         * printing.el: Doc fix.
3025         (pr-version): New version number (6.7.2).
3026         (pr-command): Return empty string if command is an empty string.
3028 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3030         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3032         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3033         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3034         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3035         "tt" ["test"] ).  Reported by Markus Dreyer
3036         <mdreyer@ix.urz.uni-heidelberg.de>.
3037         (ebnf-version): New version number (4.0).
3038         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3039         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3040         (ebnf-delete-style): New commands.
3041         (ebnf-directory, ebnf-file): New funs.
3042         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3043         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3044         (ebnf-syntax-alist): New var.
3045         (ebnf-element-width): New fun replacing ebnf-list-width.
3046         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3047         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3048         (ebnf-prologue): Adjust vars.
3049         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3050         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3051         (ebnf-check-style-values, ebnf-generate-production)
3052         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3053         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3054         (ebnf-token-repeat): Code fix.
3056         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3057         %right, %left and %prec.  Suggested by Matthew K. Junker
3058         <junker@alum.mit.edu>.
3059         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3061         * progmodes/ebnf-iso.el: Doc fix.
3062         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3063         (ebnf-iso-lex): Code fix.
3065         * progmodes/ebnf-bnf.el: Doc fix.
3066         (ebnf-bnf-lex): Code fix.
3068         * progmodes/ebnf-otz.el: Doc fix.
3070 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3072         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3073         (abbrev-prefix-mark): Doc fix.
3075 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3077         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3078         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3079         (gdb-var-delete): Make interactive (really).
3080         (gdb-edit-value): Make non-interactive.
3082         * progmodes/gud.el (gud-speedbar-menu-items):
3083         Add gdb-var-delete and, indirectly, gdb-edit-value.
3084         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3085         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3086         (gud-gdb-marker-filter): Add comment for annotations.
3088 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3090         * calendar/calendar.el (generate-calendar)
3091         (calendar-read-date): Prevent display of BC calendars once more -
3092         reverts 2003-10-01 change.
3093         (generate-calendar-month): Doc fix.
3095 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3097         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3098         return value of increment-calendar-month.
3100 2004-02-21  Stephen Compall  <s11@member.fsf.org>
3102         * saveplace.el (save-place-forget-unreadable-files)
3103         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3104         (save-place-forget-unreadable-files): New function.
3105         (save-place-alist-to-file): Use it to filter out files that are
3106         no longer readable.
3108         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3109         current Texinfo environment, using the same method as in
3110         `texinfo-insert-@end', and insert a space rather than a newline if
3111         point in a @table environment.
3113 2004-02-21  Juri Linkov  <juri@jurta.org>
3115         * ffap.el (ffap-file-at-point): Try parent directories.
3117 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3119         * vcursor.el (vcursor-modifiers): New defcustom.
3120         (vcursor-cs-binding): Use vcursor-modifiers instead of a
3121         hard-coded list.
3123 2004-02-21  Masatake YAMATO  <jet@gyve.org>
3125         * play/animate.el (animate-birthday-present): Accept names other
3126         than `Sarah', too.
3128 2004-02-21  Juri Linkov  <juri@jurta.org>
3130         * startup.el: Remove table of command line arguments from the
3131         Commentary section.
3133 2004-02-20  John Wiegley  <johnw@newartisans.com>
3135         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3136         again" modifier from 'e' to 'E', since 'e' is also used by the
3137         "file extension" modifier.
3139 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3141         * help-fns.el (describe-categories): Doc fix.
3143 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3145         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3146         temporary file for buffer already visiting one.  This change makes
3147         output likely to be directly usable by patch program.
3148         Suggested by Adrian Aichner  <adrian@xemacs.org>
3150 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
3152         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3153         case of variables defined in compound statements.
3154         (gdb-setup-windows, gdb-source-info, gdb-source-info):
3155         Simplify constructions using switch-to-buffer.
3157 2004-02-19  Simon Josefsson  <jas@extundo.com>
3159         * play/morse.el: Fix typo.
3160         (morse-code): Add @.
3162 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3164         * calendar/appt.el (appt-display-format): Change default to
3165         'ignore, for backwards compatibility.
3166         (appt-display-message): If appt-display-format is 'ignore,
3167         respect old vars appt-msg-window and appt-visible.
3168         (appt-activate): Don't depend on return value of cancel-timer.
3170         * calendar/calendar.el (calendar-holidays): Doc fix.
3172         * calendar/cal-coptic.el (coptic-prompt-for-date):
3173         Use assoc-string instead of assoc-ignore-case.
3174         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3175         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3176         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3177         * calendar/cal-islam.el (calendar-goto-islamic-date)
3178         (mark-islamic-diary-entries): Ditto.
3179         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3180         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3181         (calendar-read-mayan-tzolkin-date): Ditto.
3182         * calendar/calendar.el (calendar-read-date): Ditto.
3183         * calendar/diary-lib.el (mark-diary-entries): Ditto.
3185 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3187         * progmodes/executable.el (executable-command-find-posix-p):
3188         Fix choice of the directory.
3190 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3192         * simple.el (interprogram-cut-function)
3193         (interprogram-paste-function, kill-new, kill-append):
3194         Doc fixes.
3195         (kill-region): Make it return nil.  Doc fix.
3196         (yank-pop): Make its argument optional.
3197         (yank): Make ARG `-' equivalent to `-1'.
3199 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
3201         * mail/rmail.el (rmail-get-new-mail): Don't reference
3202         rmail-use-spam-filter if rmail-spam-filter is not loaded.
3204 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
3206         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3207         if one of global-auto-revert-non-file-buffers or autorevert-mode
3208         is non-nil.
3210 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3212         * subr.el (delete-dups): A better implementation from Karl Heuer
3213         <kwzh@gnu.org>.
3215 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3217         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3218         correct place.
3219         * progmodes/icon.el (icon-indent-command): Ditto.
3220         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3222 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3224         * progmodes/grep.el (grep-compute-defaults): Undo change from
3225         2004-01-29: don't use executable-command-find-posix-p.
3227 2004-02-16  Richard Sharman  <rsharman@pobox.com>
3229         * hilit-chg.el: Use require instead of eval-and-compile.
3230         (highlight-compare-buffers): New function.
3232 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
3234         * man.el (Man-fontify-manpage): Render section headings in
3235         `Man-overstrike-face' even when overstrike was not used by man
3236         formatter for section headings.
3238 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
3240         * rmail-spam-filter.el: (vm-use-spam-filter)
3241         (rsf-min-region-length-added-to-spam-list): New variables.
3242         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
3243         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
3244         spam testing.  Don't delete spam message if automatic deletion
3245         after output via variable rmail-delete-after-output is turned on.
3246         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
3247         rsf-bbdb-dont-create-entries-for-spam.
3248         (check-field): New function, extracted from code in
3249         rmail-spam-filter to ease addition of header fields like content-type.
3250         (message-content-type): New variable to check the content-type:
3251         field added, also in defcustom of rsf-definitions-alist.
3252         (rmail-spam-filter): Replace repeated test code for header fields
3253         by calls to check-field; change the call to
3254         rmail-output-to-rmail-file such that rmail-current-message stays
3255         the same to avoid wrong deletion of unseen flags.
3256         (rsf-add-contents-type): New function to convert old format
3257         of rmail-spam-definitions-alist into new one.
3258         Change prefixes of all variables and functions from
3259         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3261 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3263         * loadhist.el (unload-hook-features-list): New defvar.
3265 2004-02-16  Dave Love  <fx@gnu.org>
3267         * loadhist.el (unload-feature): Doc fix.  Rename flist to
3268         unload-hook-features-list.
3270 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
3272         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3273         cookie.  Don't check if we are looking-at open-formula.
3275 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3277         * subr.el (match-string-no-properties): Use substring-no-properties.
3279 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3281         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
3282         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3283         Use lower-case "rx" in all error message.
3285 2004-02-16  Dave Love  <fx@gnu.org>
3287         * emacs-lisp/rx.el (rx-or): Put group around result.
3288         (rx-constituents): Add backref.
3289         (rx-syntax): Add string-delimiter, comment-delimiter.
3290         (rx-categories): Add combining-diacritic.
3291         (rx-check-not, rx-greedy, rx): Doc fix.
3292         (rx-backref, rx-check-backref): New.
3294 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
3296         * newcomment.el (uncomment-region): Allow eob as comment end.
3298 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3300         * filecache.el: All message and error commands now use prefix
3301         "Filecache:" to make it easy to read *Messages* buffer.
3303 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
3305         * autorevert.el: Add support to detect changed dired and VC buffers.
3306         (auto-revert-active-p, auto-revert-list-diff)
3307         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3308         (auto-revert-handler, auto-revert-active-p): New functions.
3309         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
3310         and `auto-revert-active-p'.
3311         (eval-when-compile): Defvar dired-directory and vc-mode.
3312         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3313         (auto-revert-handler-vc): New functions.
3315 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
3317         * progmodes/compile.el (compilation-directory): New defvar.
3318         (compile): Save current directory in compilation-directory.
3319         (recompile): Bind default-directory to compilation-directory if
3320         that is non-nil.
3322 2004-02-16  Dave Love  <fx@gnu.org>
3324         * newcomment.el (comment-insert-comment-function)
3325         (comment-region-function, uncomment-region-function): New.
3326         (comment-indent): Use comment-insert-comment-function.
3327         (uncomment-region): Use uncomment-region-function.
3328         (comment-region): Use comment-region-function.
3330         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3332 2004-02-16  Richard Stallman  <rms@gnu.org>
3334         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3335         loaddefs* and ldefs-boot*.
3337 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
3339         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3340         and email address at the beginning and end of the address.
3342         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3343         anchored at the beginning of the email address.
3345 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
3347         * international/ccl.el (ccl-compile-write): Pass `left' to
3348         ccl-embed-code to generate correct code of write-expr-register.
3350 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
3352         * progmodes/grep.el (grep-compute-defaults): Fix typos.
3354 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3356         * x-dnd.el: Mention support for Motif in commentary.
3357         (x-dnd-handle-drag-n-drop-event): Ditto.
3359 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
3361         * ses.el: Use "ses--" prefixes for buffer-local variables.
3362         Use (point-min) instead of 1, even when we know the buffer
3363         is unnarrowed.
3364         (ses-build-load-map): Delete.  Distribute its content to defconst's for
3365         the three maps.
3366         (ses-menu, ses-header-line-menu): New menus.
3367         (ses-mode-map): Use them.
3368         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
3370 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
3372         * Makefile.in: Fix the CC Mode recompile kludge so it works
3373         when building in a different directory.
3375 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
3377         * simple.el (kill-new): Put yank-handler property on the entire string.
3379 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * diff.el: Don't use compile any more, use diff-mode instead.
3382         (diff-regexp-alist, diff-old-file, diff-new-file)
3383         (diff-parse-differences, diff-process-setup): Remove.
3384         (diff-sentinel): New fun.
3385         (diff): Use it.  Run the process ourselves.
3386         Use diff-mode for the rest of the processing.
3388         * diff.el (diff): Simplify code handling `switch'.
3390 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * pcvs-defs.el (cvs-menu): Add `tag'.
3394 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3396         * simple.el (kill-append): Doc fix.
3398         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3399         Adapt outline-regexp to the new conventions for commenting out code.
3401 2004-02-11  John Paul Wallington  <jpw@gnu.org>
3403         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3405 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3407         * diff.el (diff-switches): New fun.
3408         (diff, diff-backup): Use it.
3409         (diff): Clean up the args construction.  Use backquote.
3410         Use listp instead of consp to avoid putting a nil arg.
3411         (diff): Add a revert-buffer function.
3413 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3415         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
3416         handled by x-dnd-handle-file-name.
3417         (x-dnd-known-types): Add COMPOUND_TEXT.
3418         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3419         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3420         x-dnd-empty-state.
3421         (x-dnd-forget-drop): Ditto.
3422         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3423         (x-dnd-handle-one-url): Return private when inserting text.
3424         (x-dnd-insert-ctext): New function.
3425         (x-dnd-handle-file-name): New function for FILE_NAME.
3426         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3427         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3428         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3430 2004-02-10  Kenichi Handa  <handa@m17n.org>
3432         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3433         instead of while loop.
3435 2004-02-10  Miles Bader  <miles@gnu.org>
3437         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3439 2004-02-09  Kenichi Handa  <handa@m17n.org>
3441         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3442         have end-of-line.
3444 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3446         * Makefile.in: Added extra dependencies in the recompile target
3447         needed to cope with the compile time macro expansions in CC Mode.
3449 2004-02-09  Kim F. Storm  <storm@cua.dk>
3451         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3452         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3453         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3454         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3455         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3456         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3457         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3458         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3459         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3460         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3461         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3463 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3465         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3466         Don't allow shrink if there's a window on our right.
3468         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3469         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3470         Bring together declaration and initialization.
3471         (prolog-mode-variables): Don't set the syntax table.
3472         Don't set paragraph-start and comment-indent-function.
3473         Add /*..*/ to the comment regexps.
3474         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
3475         (prolog-mode-map): Don't bind TAB.
3476         (prolog-mode): Set the syntax table.
3477         (prolog-comment-indent): Remove.
3478         (inferior-prolog-mode-map): Initialize in the declaration.
3479         (inferior-prolog-mode-syntax-table)
3480         (inferior-prolog-mode-abbrev-table): New vars.
3481         (inferior-prolog-mode): Derive from comint-mode.
3482         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3483         minibuffer windows.
3485         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3486         in file names, as long as it is unabmiguous.
3488 2004-02-08  Andreas Schwab  <schwab@suse.de>
3490         * textmodes/reftex-toc.el
3491         (reftex-toc-load-all-files-for-promotion): Remove useless use of
3492         format.  Doc fix.
3494         * textmodes/refer.el (refer-find-entry-internal): Remove extra
3495         format string arguments.
3497         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3498         string argument.
3500         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
3502         * play/zone.el (zone-call): Fix format string.
3504         * net/webjump.el (webjump-builtin): Add missing format string argument.
3506         * midnight.el (midnight-delay-set): Remove extra format string argument.
3508         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
3510         * hexl.el (hexl-insert-char): Add missing format string argument.
3512         * format.el (format-decode): Fix format string.
3514         * emulation/vi.el (vi-mode): Remove extra format string argument.
3515         (vi-repeat-last-search): Likewise.
3516         (vi-reverse-last-search): Likewise.
3517         (vi-goto-mark): Likewise.
3518         (vi-reverse-last-find-char): Likewise.
3519         (vi-repeat-last-find-char): Likewise.
3520         (vi-locate-def): Likewise.
3522         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
3524         * ediff-util.el (ediff-toggle-read-only): Remove extra format
3525         string argument.
3526         (ediff-toggle-regexp-match): Likewise.
3528         * dired-aux.el (dired-do-query-replace-regexp): Add missing
3529         format string argument.
3531         * calc/calc-map.el (calc-get-operator): Remove extra format
3532         string argument.
3534         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3536         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3537         string argument.
3539         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3541         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
3543         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
3545         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
3546         (cl-struct-setf-expander): Likewise.
3548         * vc.el (with-vc-file): Fix unsafe uses of error.
3549         (vc-cancel-version): Likewise.
3551 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
3553         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3554         thousands separator; fixes <class>:<line-number> regexp for
3555         non-english locales.
3557 2004-02-08  Andreas Schwab  <schwab@suse.de>
3559         * view.el (view-mode-enable): Revert previous change.
3561 2004-02-07  Kim F. Storm  <storm@cua.dk>
3563         * simple.el (line-number-at-pos): Rename from line-at-pos.
3564         Uses changed (what-line and vc-annotate-warp-version).
3566 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3568         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3569         (diff-mode): Remove aborted attempt at support for compile.el.
3570         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3572 2004-02-06  Andreas Schwab  <schwab@suse.de>
3574         * view.el (view-mode-enable): Add view-mode-map to
3575         minor-mode-overriding-map-alist.
3577 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3579         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3581 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3583         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3584         with point inside rather than after the paragraph.
3586 2004-02-04  Sam Steingold  <sds@gnu.org>
3588         * mail/smtpmail.el (smtpmail-try-auth-methods):
3589         Do not try authentication when no mechanism is available.
3590         Pass port-name as defaultport to `netrc-machine'.
3592 2004-02-04  Stephen Eglen  <stephen@gnu.org>
3594         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3595         to show how minibuffer height can be constrained.
3597 2004-02-04  John Paul Wallington  <jpw@gnu.org>
3599         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3601 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3603         * x-dnd.el: New file for drag and drop.
3605         * term/x-win.el: require x-dnd, set after-make-frame-functions
3606         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3607         drag-n-drop event.
3609         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3610         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3611         (dired-dnd-handle-file): New functions for drag and drop support.
3612         (dired-mode): Initialize drag and drop if x-dnd present.
3614 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3616         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3617         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3618         (cperl-mode): Set fill-paragraph-function.
3619         (cperl-fill-paragraph): Make it non-interactive.
3621 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
3623         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3625 2004-02-02  David Kastrup  <dak@gnu.org>
3627         * replace.el (perform-replace): Allow 'literal argument in
3628         regexp-flag to indicate literal replacement.
3629         (query-replace-regexp-eval): Use it.
3631 2004-02-01  Andreas Schwab  <schwab@suse.de>
3633         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3635 2004-02-01  Stephen Eglen  <stephen@gnu.org>
3637         * info-look.el: Add support for maxima-mode.  Update commentary
3638         because info-lookup-symbol is now bound to C-h S.
3640 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
3642         * simple.el (edit-and-eval-command): Bind print-level and
3643         minibuffer-history-sexp-flag around call to read-from-minibuffer.
3644         Correct initial position in command-history.
3646 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3648         * files.el (read-directory-name): Adapt the docstring to recent
3649         change in Fread_file_name.
3651 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
3653         * ses.el (ses-print-cell): If print format too wide for column
3654         width, truncate decimal places if that helps to avoid "#####" fill.
3655         * ses.el (ses-initial-column-width): Revert previous change.
3657 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3660         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3661         Add edebug info.
3662         (jit-lock-mode): Setup/cancel the new timer.
3663         (jit-lock-context-fontify): New fun.  Extracted from
3664         context fontification code of jit-lock-stealth-fontify.
3665         (jit-lock-stealth-fontify): Don't do context fontification any more.
3667         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3668         (jit-lock-fontify-now): Handle the `quit' case.
3669         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3671 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
3673         * progmodes/executable.el (executable-command-find-posix-p):
3674         New.  Check if find handles arguments Posix-style.
3676         * progmodes/grep.el (grep-compute-defaults):
3677         Use executable-command-find-posix-p.
3678         (grep-find): Check `grep-find-command'.
3680         * filecache.el (file-cache-find-posix-p): Delete.
3681         (file-cache-add-directory-using-find):
3682         Use `executable-command-find-posix-p'.
3684 2004-01-29  Dave Love  <fx@gnu.org>
3686         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3687         Iterate the hook function if arg is given.
3688         (mark-defun, narrow-to-defun): Change order of finding the limits.
3690         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3691         (byte-compile-format-warn): New.
3692         (byte-compile-callargs-warn): Use it.
3693         (Format, message, error): Add byte-compile-format-like property.
3694         (byte-compile-maybe-guarded): New.
3695         (byte-compile-if, byte-compile-cond): Use it.
3696         (byte-compile-lambda): Compile interactive forms,
3697         just to make warnings about them.
3699 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
3701         * ses.el (ses-initial-column-width): Increase to 14, so it will
3702         work well with the default printer of "%.7g" for extreme values
3703         like "-1.234567e+07".
3705 2004-01-29  Kenichi Handa  <handa@m17n.org>
3707         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3709 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
3711         * dos-w32.el: Added support for the `default-printer-name' function.
3713 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3715         * server.el (server-socket-name): Don't use the hostname in the
3716         socket name since /tmp is local to the host anyway.
3718         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3719         robust check of widening and fix var-naming.
3721 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
3723         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3724         or rmail-spam- to rsf- in all function and variable names.
3725         (rsf-min-region-to-spam-list): New variable.
3726         (rsf-bbdb-auto-delete-spam-entries): Rename from
3727         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3728         scanned together with the recipients field for spam testing; Don't
3729         delete spam message if rmail-delete-after-output is non-nil;
3730         (rsf-check-field): New function, extracted from code in
3731         rmail-spam-filter to ease addition of header fields like
3732         content-type:;
3733         (message-content-type): New variable.  The content-type: field was
3734         added also in defcustom of rsf-definitions-alist;
3735         (rmail-spam-filter): Replace repeated test code for header fields
3736         by calls to check-field; change the call to
3737         rmail-output-to-rmail-file such that rmail-current-message stays
3738         the same to avoid wrong deletion of unseen flags.
3739         (rmail-use-spam-filter): Add autoload cookie.
3741 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3743         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3744         (file-cache-add-directory-using-find): Add Cygwin support.
3745         (file-cache-find-command-posix-flag): New user variable.
3747         * filecache.el (file-cache-add-directory): Check for
3748         directories an remove them from dir-files.
3750 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3752         * man.el (Man-fontify-manpage): Clean up message.
3754 2004-01-27  Kenichi Handa  <handa@m17n.org>
3756         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3757         (sentence-end): Define using sentence-end-without-space.
3759         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3760         a sentence ends with one of a character in sentence-end-without-space.
3762 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3764         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3765         (jit-lock): Group declaration moved to jit-lock.el.
3766         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3767         when necessary.
3769         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3770         (jit-lock-context-unfontify-pos): Rename from
3771         jit-lock-first-unfontify-pos.
3772         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3774 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3776         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3777         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3778         (fortran-fill): When filling a string, adjust re-search-backward
3779         argument for special case of string just on fill-column.
3780         When filling non-string, allow one extra char if
3781         fortran-break-before-delimiters is non-nil.
3782         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3783         Use fortran-break-delimiters-re and fortran-no-break-re to
3784         correctly handle cases such as "**".
3786         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3787         (f90-no-break-re): Add some extra tokens.  Doc fix.
3789 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3791         * mail/rmail-spam-filter.el:
3792         Use two semicolons as Commentary line prefix.
3793         Add ";;; Code:" stylized comment.
3794         Delete end-of-line whitespace.
3795         Wrap (require 'cl) with `eval-when-compile'.
3797 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
3799         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3800         at the top level of vc.el.
3802 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
3804         * vc.el (vc-current-line): Function removed.  This is now done by
3805         the new function line-at-pos in simple.el.
3806         (vc-annotate-warp-version): Use line-at-pos instead of
3807         vc-current-line.
3809 2004-01-22  Kim F. Storm  <storm@cua.dk>
3811         * simple.el (line-at-pos): New defun.
3812         (what-line): Use it.  Optimize by only counting lines in narrowed
3813         region once.
3815 2004-01-22  Kenichi Handa  <handa@m17n.org>
3817         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3818         point (register r1) only for charset mule-unicode-0100-24ff.
3820 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3822         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3823         trailing white space and ensure a final newline.
3825         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3826         Add autoload cookie.
3828 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
3830         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3831         activate view-mode explicitly.
3833 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3835         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3836         use clipboard first.
3838 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
3841         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3842         (vc-mcvs-cvs): Remove.
3843         (vc-mcvs-command): Remove use of assert.
3845         * outline.el (outline-insert-heading): Tighten up match.
3846         (outline-demote, outline-move-subtree-down): Don't assume anything
3847         about outline-regexp.
3849         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3850         (texinfo-show-structure): Explicitly add ^, and simplify.
3852 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3854         * calendar/appt.el (appt-check): Restore usage of
3855         appt-issue-message deleted in previous change.
3856         (top-level): Activate package when loaded (needed for backwards
3857         compatibility).
3859 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3861         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3862         following previous change to smtpmail-send-data.
3864 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
3866         * vc.el (vc-default-previous-version): Doc enhancement.
3867         (vc-default-next-version): New function.
3868         (vc-print-log): New arg FOCUS-REV.
3869         (vc-annotate-mode): Derive from view-mode.
3870         (vc-annotate): New args REVISION, DISPLAY-MODE.
3871         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3872         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3873         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3874         (vc-annotate-show-diff-revision-at-line, vc-current-line)
3875         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3877         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3879 2004-01-19  Karl Berry  <karl@gnu.org>
3881         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3882         or "TexInfo".
3884 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3886         * subr.el (delete-dups): New function.
3888 2004-01-19  Karl Berry  <karl@gnu.org>
3890         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
3891         with ^, since that's what texinfo-show-structure
3892         documentation says (plus it works much better in texinfo.txi).
3894 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
3896         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
3898 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
3900         * progmodes/which-func.el (which-function-mode): Don't cancel
3901         which-func-update-timer if not set.
3903 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
3905         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3906         Remove spurious left square bracket in XX:XXam regexp.
3908 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3910         * progmodes/cc-defs.el: Do not require cl at run time.
3912 2004-01-16  Richard M. Stallman  <rms@gnu.org>
3914         * emacs-lisp/cl.el (cl-cannot-unload): New function.
3915         (cl-unload-hook): Defvar this to run cl-cannot-unload.
3917         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3918         Call rmail-spam-filter.  Delete and expunge spam.
3919         Print number of spam messages deleted.
3920         Save and restore the deletion status of old messages when reading
3921         new mail with spam filter, so that expunging spam does not expunge
3922         msgs deleted by the user.
3923         (rmail-only-expunge): Add an optional argument dont-show to
3924         prevent showing message after expunge.
3926 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3928         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3929         * subr.el (declare): New macro.
3931 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
3933         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3935 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3937         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3938         Test window-system rather than system-type (for X11/Mac).
3940 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
3942         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3944 2004-01-12  Richard M. Stallman  <rms@gnu.org>
3946         * mail/rmail.el (rmail-convert-to-babyl-format):
3947         Use mail-unquote-printable-region.
3948         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3949         (rmail-hex-char-to-integer): Functions deleted.
3951         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3952         (mail-unquote-printable-region): New arg NOERROR.
3953         For invalid encoding, either signal an error to just return nil.
3955 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3957         * calendar/appt.el: Update copyright and commentary.
3958         (appt-issue-message): Make obsolete.
3959         (appt-visible, appt-msg-window): Make obsolete, in favour of
3960         appt-display-format.
3961         (appt-display-mode-line, appt-display-duration)
3962         (appt-display-diary, appt-time-msg-list, appt-mode-string)
3963         (appt-prev-comp-time, appt-display-count, appt-timer)
3964         (appt-convert-time): Doc change.
3965         (appt-disp-window-function, appt-delete-window-function):
3966         Use defcustom rather than defvar.
3967         (appt-display-format): New variable.
3968         (appt-display-message): New function with display code from appt-check.
3969         (appt-check): Add optional FORCE argument.  Doc change.
3970         Add appt-make-list to diary-hook if displaying diary.
3971         Remove checking of view-diary-entries-initially.
3972         Message display section removed to new function appt-display-message.
3973         (appt-display-window): Doc change.  Remove unused internal var
3974         this-buffer.  Do not beep, since appt-display-message does that.
3975         (appt-make-list): Doc change.  Use caar.
3976         (appt-sort-list): Simplify by using builtin sort function.
3977         (appt-update-list): New function for updating appts when diary is
3978         saved.
3979         (appt-activate): New autoloaded function to toggle package
3980         functionality.
3982         * calendar/cal-x.el: (calendar-one-frame-setup)
3983         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
3985         * calendar/calendar.el: Update copyright.
3986         (view-diary-entries-initially, european-calendar-style): Doc change.
3987         (calendar-setup): Make defcustom rather than defvar.
3988         (mark-visible-calendar-date): Initialize temp-face and faceinfo
3989         in let binding so local to function.
3991         * calendar/diary-lib.el: Update copyright.
3992         (diary, diary-entry-time): Doc change.
3993         (list-diary-entries): Doc change.  Trivial logic change.
3994         (fancy-diary-display): Restore make-face command mistakenly
3995         deleted 2003-05-08.
3996         (show-all-diary-entries): Allow to pop-up frame if needed.
3998 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4000         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4001         Temporarily select EVENT's window for changing eol type.
4003 2004-01-09  Deepak Goel  <deego@gnufans.org>
4005         * calendar/diary-lib.el (diary-entry-time):
4006         Also accept time in the form XX[.XX][am/pm/AM/PM].
4007         (fancy-diary-font-lock-keywords): Likewise.
4008         (diary-font-lock-keywords): Likewise.
4009         * calendar/appt.el (appt-add): Likewise.
4010         (appt-make-list): Likewise.
4011         (appt-convert-time): Likewise.
4013 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4015         * gdb-ui.el (gdb-ann3): Revert previous change.
4016         (gdb-source-info): Allow for case of where compilation directory
4017         is not recorded.
4019 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4021         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4023 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4025         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4027         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4028         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4029         problems.
4030         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4032 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4034         * files.el (write-file-functions, write-contents-functions):
4035         Clarify docstrings.
4037 2004-01-07  Kenichi Handa  <handa@m17n.org>
4039         * international/mule.el (set-auto-coding): Fix for the case that
4040         end-of-line is only CR.
4042 2004-01-07  Kim F. Storm  <storm@cua.dk>
4044         * subr.el (event-start, event-end): Doc fix.
4045         (posn-string, posn-image): New defuns.
4046         (posn-object): Return either image or string object.
4047         (posn-object-x-y): Return 8th element of position.
4048         (posn-object-width-height): New defun.
4050 2004-01-06  Andreas Schwab  <schwab@suse.de>
4052         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4053         output.
4055 2004-01-05  Karl Berry  <karl@gnu.org>
4057         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4058         / and *, too.
4060 2003-12-31  Simon Josefsson  <jas@extundo.com>
4062         * files.el (before-save-hook): Add.
4063         (basic-save-buffer): Use before-save-hook.
4065         * emacs-lisp/copyright.el: Fix comment to recommend
4066         before-save-hook instead of write-file-functions.
4068 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4070         * finder.el (finder-commentary): Call delete-other-windows.
4072         * net/ange-ftp.el (ange-ftp-file-attributes):
4073         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4075 2004-01-04  Karl Berry  <karl@gnu.org>
4077         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4078         comment characters % and # in the copyright year notice,
4079         as well as ;.
4081 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4083         * wid-edit.el (default): Define dummy :value-delete.
4084         Reported by Jesper Harder <harder@ifa.au.dk>.
4086 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4088         * progmodes/compile.el (compile-internal): Use point, not point-min,
4089         for set-window-point.
4091         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4093         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4095         * progmodes/grep.el (grep-mode-map):
4096         Don't remap next-line, previous-line.
4098 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
4100         * speedbar.el (speedbar-edit-line): Change regexp to position
4101         the cursor on the first character of this line's button.
4103 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4105         * subr.el (functionp): Doc fix.
4107 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4109         * progmodes/idlwave.el (idlwave-make-tags):
4110         * textmodes/flyspell.el (flyspell-large-region):.
4111         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4112         * emulation/viper-util.el (viper-glob-unix-files):
4113         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4114         * man.el (Man-init-defvars):
4115         * jka-compr.el (jka-compr-call-process):
4116         * files.el (get-free-disk-space,insert-directory):
4117         * ediff-ptch.el (ediff-test-patch-utility):
4118         * ediff-diff.el (ediff-test-utility):
4119         * dired-aux.el (dired-check-process):
4120         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4121         test the return value of call-process, because it can be a string.
4123 2003-12-31  John Paul Wallington  <jpw@gnu.org>
4125         * bindings.el (completion-ignored-extensions): Add .pfsl.
4127 2003-12-31  Kim F. Storm  <storm@cua.dk>
4129         * ido.el (ido-nonreadable-directory-p): New defun to check for
4130         nonreadable directory without activating tramp (to avoid problems
4131         with checking incomplete tramp paths).
4132         (ido-set-current-directory, ido-file-internal)
4133         (ido-file-name-all-completions1): Use it.
4135 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4137         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4138         documentation if the anchor (or node) name is preceded by `info
4139         anchor' or `Info anchor' in addition to earlier `info node' and
4140         `Info node'.
4141         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4143 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4145         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4146         error in arguments to base64-decode-region.  Remove ^M characters
4147         after decoding base64.
4149 2003-12-30  Simon Josefsson  <jas@extundo.com>
4151         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
4152         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4153         have only been distributed with Emacs for some years.
4154         (texinfo-mode-hook): Customize.
4156 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4158         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4159         cleaner (suggested by Richard Stallman).
4161         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4162         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4163         file-name clashes on 8+3 DOS filesystems.
4165         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4166         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4167         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4168         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4169         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4170         file-name clashes on 8+3 filesystems.
4172         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4173         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4174         file-name clashes on 8+3 DOS filesystems.
4176 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4178         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4179         Upcase the character.
4181         * textmodes/flyspell.el (mail-mode-flyspell-verify):
4182         Search for header separator alone on a line, literally,
4183         and search for it backward, not forward.
4184         (flyspell-abbrev-table): Always use global-abbrev-table
4185         if there is no local one.
4187         * progmodes/sh-script.el (sh-get-indent-info):
4188         Don't move point back if at bob.
4190         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4192         * play/handwrite.el (handwrite): Make the handwrite credit message
4193         a comment rather than an output command.
4195         * obsolete/sc.el: Display message that this file is obsolete.
4197         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4199         * mail/rfc822.el (rfc822-address-start): Declare variable.
4200         Renamed from address-start.  All uses changed.
4202         * term.el (term-exec): Set up sentinel.
4203         (term-sentinel): New function.
4204         (term-handle-exit): New function.
4206         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4207         Use assoc-string, and mark them obsolete.
4208         (delay-mode-hooks): Mark as permanent local.
4210         * simple.el (sendmail-user-agent-compose): Use assoc-string.
4212         * register.el (copy-rectangle-to-register): Doc fix.
4214         * info.el (Info-insert-dir): Use assoc-string.
4216         * info-look.el (info-lookup): Use assoc-string.
4218         * frame.el (pop-up-frame-function): Use quote, not `function'.
4219         (frame-notice-user-settings): Calculate ADJUSTED-TOP
4220         copying with lists as coordinate values.
4222         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4224         * find-dired.el (kill-find): New command.
4225         (find-dired): Make buffer read-only.
4226         Set up a keymap with C-c C-k running kill-find.
4227         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4229         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4231         * filecache.el (file-cache-ignore-case): New variable.
4232         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
4234         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4235         (comint-dynamic-complete-as-filename): Rename local vars.
4236         (comint-dynamic-list-filename-completions): Likewise.
4238         * comint.el (comint-dynamic-list-completions-config): New var.
4239         (comint-dynamic-list-completions): Handle both SPC and TAB right.
4241         * comint.el (comint-file-name-chars): Add [].
4242         (comint-word): Use skip-chars-backward, not search.
4244         * shell.el (shell-file-name-chars): Add [].
4246         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4248         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4250         * generic.el (define-generic-mode): Doc fix.
4252 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4254         * files.el (kill-some-buffers): Doc fix.
4256 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
4258         * comint.el (comint-watch-for-password-prompt): Pass `string' as
4259         arg to send-invisible
4260         (send-invisible): Doc fix.  The argument is now a prompt, not the
4261         string to send.
4262         (comint-read-noecho): Doc fix.
4264 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
4266         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4267         "@", as required by some ISP hosting service.  Fix defcustom
4268         argument syntax errors that prevented use of customization.
4270 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4272         * xml.el (xml-get-attribute-or-nil): Doc fix.
4274 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
4276         * net/zone-mode.el (zone-mode): Use write-file-functions, not
4277         write-file-hooks.
4279 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4281         * autorevert.el (auto-revert-interval): Doc fix.
4283 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
4285         * xml.el (xml-get-attribute-or-nil): New function, like
4286         xml-get-attribute, but returns nil if the attribute was not found.
4287         (xml-get-attribute): Convert to defsubst, uses
4288         xml-get-attribute-or-nil.
4290 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4292         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4294 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
4296         * custom.el (custom-declare-theme): Use `value' when putting
4297         properties on `theme'.
4299 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4301         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4302         for each yank-handler segment.
4303         (insert-for-yank-1): New function, with the body of the previous
4304         insert-for-yank.
4306         * textmodes/table.el (table-yank-handler): New defcustom.
4307         (table--put-cell-indicator-property): Put yank-handler property
4308         that indicates the yank handler for the table cell.
4310 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4312         * generic-x.el (etc-modules-conf-generic-mode): A more complete
4313         set of keywords.
4315 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
4317         * international/mule-cmds.el (reset-language-environment)
4318         (set-language-environment): Don't invoke fontset-related functions
4319         if fontset-list is not fboundp.
4321 2003-12-29  Kenichi Handa  <handa@m17n.org>
4323         * international/mule-cmds.el (reset-language-environment):
4324         Call set-overriding-fontspec-internal with nil.
4325         (set-language-environment): Call set-overriding-fontspec-internal
4326         if the language environment specify `overriding-fontspec'.
4327         (language-info-alist): Doc added.
4329         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4330         characters of mule-unicode-0100-24ff.
4331         (ccl-encode-windows-1251-font): New CCL program.
4332         ("Bulgarian"): Specify overriding-fontspec.
4333         ("Belarusian"): Likewise.
4335 2003-12-28  Sam Steingold  <sds@gnu.org>
4337         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4338         parameter ID-FORMAT to conform with the 2003-11-30 patch.
4340 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
4342         * progmodes/gud.el (gud-gdb-command-name): Set default to
4343         "gdb --annotate=3".
4344         (gud-gdb-marker-filter): Look out for annotations.
4345         (gdb-first-pre-prompt): New variable.
4346         Remove trailing white space.
4348         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4349         if necessary.
4350         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
4351         annotations are detected.
4352         (gud-gdba-marker-filter): Use global variable gud-marker-acc
4353         instead of a local one to allow transition from
4354         gud-gdb-marker-filter.
4355         Remove trailing white space.
4357 2003-12-27  Kim F. Storm  <storm@cua.dk>
4359         * ido.el: Handle non-readable directories.
4360         (ido-decorations): Add 9th element for non-readable directory.
4361         (ido-directory-nonreadable): New dynamic var.
4362         (ido-set-current-directory): Set it.
4363         (ido-read-buffer, ido-file-internal):
4364         (ido-read-file-name, ido-read-directory-name): Let-bind it.
4365         (ido-file-name-all-completions1): Return empty list for
4366         non-readable directory.
4367         (ido-exhibit): Print [Not readable] if directory is not readable.
4368         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4369         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4370         Use it.
4372 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
4374         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4375         calls to directory-files-and-attributes and file-attributes.
4376         (ls-lisp-format): Remove system dependent handling of user and
4377         group id's.
4379 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
4381         * ffap.el (ffap-read-file-or-url): Revert previous change.
4383 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
4385         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4386         new list of included files called `files-with-node-lines', that
4387         only have node lines.  This way @include commands can include any
4388         file, such as version and update files without node lines, not
4389         just files that are chapters.
4391 2003-12-25  Andreas Schwab  <schwab@suse.de>
4393         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4394         file not found.
4396 2003-12-08  Miles Bader  <miles@gnu.org>
4398         * dired.el (dired-between-files): Always use dired-move-to-filename,
4399         which is more robust in non-english locales.
4401 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4403         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4405 2003-12-24  Andreas Schwab  <schwab@suse.de>
4407         * shell.el (shell-file-name-quote-list): Add backslash.
4409         * comint.el (comint-quote-filename): Correctly handle backslash
4410         in comint-file-name-quote-list.
4412 2003-12-24  Kenichi Handa  <handa@m17n.org>
4414         * international/mule-cmds.el (set-default-coding-systems):
4415         Call ucs-set-table-for-input for all buffers that don't have local
4416         value of buffer-file-coding-system.
4418         * international/ucs-tables.el (ucs-set-table-for-input):
4419         If translation-table-for-encode is a symbol, get its
4420         translation-table property.
4422 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
4424         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4425         to `completing-read' on a recently fixed bug.
4427         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4428         instead of SPACE, to get the list of possible fringe modes.
4429         SPACE only works if both `partial-completion-mode' and
4430         `completion-auto-help' are nil.
4432         * complete.el (PC-is-complete-p): Delete.
4433         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4434         calls to `test-completion'.
4436 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4438         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4439         to edit values when there are no children.
4441         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4442         a mode called "Assembler" already exists.
4443         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4444         (gud-watch): Use format option.  Remove font properties from string.
4445         (gdb-var-create-handler, gdb-var-list-children-handler):
4446         Don't bother about properties as there are none.
4447         (gdb-var-create-handler, gdb-var-list-children-handler)
4448         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4449         with two arguments.
4450         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4451         Let speedbar show value changes with a different font.
4452         (gdb-edit-value): New defun.
4453         (gdb-clear-partial-output, gdb-clear-inferior-io)
4454         (def-gdb-auto-update-handler): Use erase-buffer.
4455         (gdb-frame-handler): Display watch expressions in
4456         FUNCTION::VARIABLE format if required.
4458 2003-12-23  John Paul Wallington  <jpw@gnu.org>
4460         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4461         (Info-goto-emacs-command-node): Doc fixes.
4463 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
4465         * cus-edit.el (custom-add-parent-links): Define "many".
4467 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
4469         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4470         (widget-child-validate, widget-type-value-create)
4471         (widget-type-default-get, widget-type-match): New functions.
4472         (lazy): New widget.
4473         (menu-choice, checklist, radio-button-choice, editable-list)
4474         (group, documentation-string): Remove redundant (per 2003-10-25
4475         change) calls to `widget-children-value-delete'.
4476         (widget-choice-value-get, widget-choice-value-inline): Remove.
4477         (menu-choice): Update widget.
4479 2003-12-03  Kenichi Handa  <handa@m17n.org>
4481         * language/cyrillic.el: Register "microsoft-cp1251" in
4482         ctext-non-standard-encodings-alist.
4483         ("Bulgarian"): Add ctext-non-standard-encodings.
4484         ("Belarusian"): Likewise.
4486         * international/mule-conf.el (compound-text-with-extensions):
4487         Change the type to 2 (iso-2022 base).
4489         * international/mule.el (ctext-non-standard-encodings-alist):
4490         Change the format.
4491         (ctext-non-standard-encodings): New variable.
4492         (ctext-post-read-conversion): Fully re-written.
4493         (ctext-non-standard-designations-alist): Delete it.
4494         (ctext-non-standard-encodings-table): New function.
4495         (ctext-pre-write-conversion): Fully re-written.
4497 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4499         * cus-edit.el (custom-add-parent-links): Add documentation links
4500         for parent, if the item has none of its own.
4502 2003-11-30  Richard M. Stallman  <rms@gnu.org>
4504         * dired-aux.el (dired-do-query-replace-regexp):
4505         Report files visited read-only.
4507 2003-11-30  Juri Linkov  <juri@jurta.org>
4509         * dired-aux.el (dired-compare-directories): New command.
4510         (dired-file-set-difference, dired-files-attributes): New functions.
4512 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4513         Version 2.0.38 of Tramp released.
4515         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
4516         Charles Curley <charlescurley@charlescurley.com>.
4517         (tramp-multi-connection-function-alist): Add ssht entry which adds
4518         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
4519         Aichner.
4520         (tramp-get-method-parameter): New function to retrieve a method
4521         parameter.  This allows for omission of method parameters.
4522         Callers adjusted.
4524 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
4526         * net/tramp.el: Add new optional parameter ID-FORMAT to
4527         `file-attributes'.  Calls of `file-attributes' won't use this
4528         parameter for backward compatibility reasons.
4529         (tramp-perl-file-attributes): Add a new parameter to Perl script
4530         in order to handle uid/gid as strings, if desired.
4531         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4532         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
4533         order to make the function more general.
4534         (tramp-handle-file-attributes): Replace proprietary optional
4535         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
4536         (tramp-handle-file-attributes-with-perl): Handle parameter
4537         NONNUMERIC if set.  This wasn't done in the past.
4538         (tramp-post-connection): Apply second parameter "$2" if
4539         `tramp-remote-perl' is called.
4541         * net/tramp-smb.el (tramp-smb-handle-delete-file):
4542         Correct cut'n'waste error (`filename' instead of `directory').
4543         (tramp-smb-handle-directory-files-and-attributes)
4544         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4545         introduced parameter ID-FORMAT.
4546         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4547         error (`directory' instead of `ldir').
4549         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4550         `file-attributes' has a second parameter.  If yes, apply it with
4551         value "'integer".  Otherwise, don't use that parameter (default is
4552         integer format).
4554 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4556         * help.el (help-map): Bind `display-local-help' to `C-h .'.
4557         (help-for-help): Add `C-h .' to the listed Help options.
4558         Remove trailing whitespace.
4560         * help-at-pt.el: New file.
4562 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
4564         * subr.el (noreturn, 1value): New macros for test coverage.
4565         See `testcover.el'.
4567         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4569         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4570         for macro `1value'.
4571         (testcover-1value): New function.  Checks that a 1value form
4572         actually returns only one value.  Requested by RMS.
4574 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
4576         * gdb-ui.el (gud-watch, gdb-var-create-handler)
4577         (gdb-var-list-children, gdb-var-list-children-handler)
4578         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4579         gdb commands that use mi to keep them out of the command history.
4581 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4583         * cus-start.el (all): Add use-file-dialog.
4585 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4587         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4589 2003-11-27  Kim F. Storm  <storm@cua.dk>
4591         * subr.el (posn-object-x-y): New defun.
4593 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4595         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4596         Don't use `space' for \\\n.
4597         Be more selective as to which # are comment-starters.
4599 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
4601         * subr.el (number-sequence): Improve handling of floating point
4602         arguments (suggested by Kim Storm).  Allow negative arguments.
4604 2003-11-26  Kenichi Handa  <handa@m17n.org>
4606         * international/mule-cmds.el (standard-display-european-internal):
4607         Cancel the standard-display-table setting for ` and '.
4609 2003-11-26  Kim F. Storm  <storm@cua.dk>
4611         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4612         New defcustoms to add ffap-like functionality to ido.
4613         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
4614         (ido-no-final-slash): New defun.
4615         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4616         (ido-read-file-name): ): Toggle VC checking via
4617         vc-handled-backends instead of vc-master-templates.
4618         (ido-file-internal): Handle ido-use-url-at-point and
4619         ido-use-filename-at-point via code borrowed from ffap-guesser.
4620         Handle new ido-exit code ffap.
4621         (ido-sort-list): Ignore final slash when sorting file names.
4623 2003-11-25  Kim F. Storm  <storm@cua.dk>
4625         * emulation/cua-base.el (cua--standard-movement-commands):
4626         Add forward-sentence and backward-sentence.
4628 2003-11-25  Stephen Eglen  <stephen@gnu.org>
4630         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4631         iswitchb-exit is set to 'usefirst when user selects buffer at head
4632         of list using RET.  (Selecting buffers at the head of the list was
4633         broken if the substring was also a complete buffername.)
4635 2003-11-23  Kim F. Storm  <storm@cua.dk>
4637         * progmodes/compile.el (grep-command, grep-use-null-device)
4638         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4639         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4640         (grep-regexp-alist, grep-program, find-program)
4641         (grep-find-use-xargs, grep-history, grep-find-history)
4642         (grep-process-setup, grep-compute-defaults)
4643         (grep-default-command, grep, grep-tag-default, grep-find)
4644         (grep-expand-command-macros, grep-tree-last-regexp)
4645         (grep-tree-last-files, grep-tree): Move grep variables, functions
4646         and commands to new file grep.el.
4647         (compilation-mode-map): Remove grep commands from Compile sub-menu.
4648         (compilation-process-setup-function): Doc fix.
4649         (compilation-highlight-regexp, compilation-highlight-overlay): New
4650         defvars used for highlighting current compile error in source buffer.
4651         (compile-internal): New optional args HIGHLIGHT-REGEXP and
4652         LOCAL-MAP which overrides compilation-highlight-regexp and
4653         compilation-mode-map for this compilation.
4654         Delay calling compilation-set-window-height until after running
4655         compilation-process-setup-function so it can buffer-local override
4656         compilation-window-height.
4657         Check buffer-local value of compilation-scroll-output.
4658         (compilation-set-window-height): Use buffer-local value of
4659         compilation-window-height.
4660         (compilation-revert-buffer): Don't pass (undefined)
4661         preserve-modes arg to revert-buffer.
4662         (next-error-no-select, previous-error-no-select): New commands.
4663         (compilation-goto-locus): Temporarily highlight current match in
4664         source buffer using compilation-highlight-regexp.
4666         * progmodes/grep.el: New file with grep code from compile.el.
4667         (grep): New defcustom group.
4668         (grep-window-height): New defcustom, like compilation-window-height.
4669         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4670         (grep-scroll-output): New defcustom, like compilation-scroll-output.
4671         (grep-command, grep-use-null-device, grep-find-command)
4672         (grep-tree-files-aliases, grep-tree-ignore-case)
4673         (grep-tree-ignore-CVS-directories): Move to grep custom group.
4674         (grep-setup-hook): New hook variable.
4675         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
4676         (grep-last-buffer): New defvar, override compilation-last-buffer.
4677         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
4678         Call compile-internal with args highlight-regexp and grep-mode-map.
4680 2003-11-23  Kim F. Storm  <storm@cua.dk>
4682         * subr.el (event-start, event-end): Doc fix.
4683         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4684         (posn-area, posn-actual-col-row, posn-object): New defuns.
4685         (posn-col-row): Simplify doc.  Rewrite to use cond.
4686         (posn-point): Also return buffer position for events outside text
4687         area (that info is now present in the event position).
4689         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4690         mouse-set-point so that hscroll still works now that clicks on
4691         fringes generate specific mouse events.
4692         (mouse-set-point): Note that it now works in fringes and margins
4693         too due to new semantics of posn-point in fringes and margins.
4695         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4696         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4698 2003-11-20  Kim F. Storm  <storm@cua.dk>
4700         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4701         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4702         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4703         to 100 for icons to avoid increasing line height when shown.
4705 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4707         * newcomment.el (comment-normalize-vars): Initialize properly if
4708         comment-start was nil.
4710 2003-11-19  Andreas Schwab  <schwab@suse.de>
4712         * simple.el (set-variable): Fix indentation.
4714 2003-11-17  Kenichi Handa  <handa@m17n.org>
4716         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4717         Fix docstring.
4719 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4721         * international/latin1-disp.el (latin1-display): Fix docstring.
4723 2003-11-16  John Wiegley  <johnw@newartisans.com>
4725         * eshell/em-ls.el (eshell-ls-file): There are times with
4726         size-width is nil and uncomputed (when directories are created in
4727         dired, for example); in this case, 4 is reasonable default value,
4728         although it may caused skewed new entries (which could be avoided
4729         by returning the original value of 8 in all cases, but 99% of the
4730         time this is a waste of whitespace).
4732 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4734         * cc-engine.el (c-guess-continued-construct)
4735         (c-guess-basic-syntax): Check a little more carefully if it's a
4736         function declaration when an unknown construct followed by a block
4737         is found inside a statement context.  This avoids macros followed
4738         by blocks to be taken as function declarations.
4740         (c-guess-continued-construct): Change the analysis of a statement
4741         continuation with a brace open to `substatement-block', for
4742         consistency with recognized statements.
4744         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4745         start is in a position so that `c-beginning-of-statement-1' jumped
4746         to the beginning of the same statement.
4748         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4749         Don't accept binary operators in the arglist if we're in a function
4750         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4751         template recognition in cases like "if (a < b || c > d)".
4753         (c-restricted-<>-arglists): New more appropriate name for
4754         `c-disallow-comma-in-<>-arglists'.
4756         Accessing functions updated for the variable name change.
4758         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4759         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4761         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4762         labels.
4764         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4765         instead of duplicating parts of it.  This fixes bogus label
4766         recognition.
4768         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4769         of checking the context in which to apply the minimum indentation,
4770         so that it isn't enforced in e.g. namespace blocks.
4772         * cc-vars.el (c-inside-block-syms): New constant used by
4773         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4774         to somewhat reduce the risk of becoming stale.
4776         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4777         cc-cmds to cc-engine to allow use from cc-align.
4779         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4780         qualified identifiers containing "::".
4782         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4783         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4785         * cc-vars.el (c-emacs-features): Use a space in front of the name
4786         of the temporary buffer.  That also avoids dumping problems in
4787         XEmacs due to undo info being left around after the buffer is killed.
4789         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4790         arglist to see if it's a K&R style declaration.
4792         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4793         before returning `knr-argdecl-intro'.
4795 2003-11-16  John Wiegley  <johnw@newartisans.com>
4797         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4798         field in a long-listing always 8 characters, use `size-width',
4799         which has already been computed.
4801 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4803         * subr.el (minor-mode-list): Add `hs-minor-mode'.
4805 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4807         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4808         Support operation while narrowed, with `diff-restrict-view'.
4810 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4812         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4813         Take additional optional arg NARROWFUN.  For the generated functions:
4814         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
4815         include frags that arrange to check for and save narrowing state before
4816         the move and then conditionally call NARROWFUN after the move.
4818 2003-11-14  John Wiegley  <johnw@newartisans.com>
4820         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4821         that was optional, but obviously missing based on surrounding code.
4823         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4824         string arguments to numbers unless the whole argument was seen as
4825         a number.
4827 2003-11-14  Kenichi Handa  <handa@m17n.org>
4829         * international/mule.el (ctext-non-standard-encodings-alist):
4830         Fix coding systems.
4832 2003-11-10  Kenichi Handa  <handa@m17n.org>
4834         * language/kannada.el ("Kannada"): Add sample-text.
4836         * language/knd-util.el (kannada-compose-region)
4837         (kannada-compose-string, kannada-post-read-conversion):
4838         Add autoload cookie.
4840         * international/quail.el (quail-completion): Change the message
4841         "corresponding translations" to "corresponding characters".
4843 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4845         * descr-text.el (describe-char): Fix typo.
4847 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
4849         These changes are to support Kannada language/script.
4851         * Makefile.in (DONTCOMPILE): Add kannada.el.
4853         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4855         * loadup.el: Preload kannada.el.
4857         * language/ind-util.el (ucs-kannada-to-is13194-alist)
4858         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4859         New variables.
4861         * language/kannada.el: New file.
4863         * language/knd-util.el: New file.
4865 2003-11-07  Andreas Schwab  <schwab@suse.de>
4867         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4868         Also highlight AH_*.
4870         * xml.el (xml-parse-dtd): Fix misplaced paren.
4872 2003-11-07  Kenichi Handa  <handa@m17n.org>
4874         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4876 2003-11-05  Juri Linkov  <juri@jurta.org>
4878         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4879         (desktop-buffer-file): Use saved buffer-file-coding-system
4880         for file reading.  Set auto-insert to nil to prevent automatic
4881         insertion into restored empty files.
4883 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4885         * files.el (risky-local-variable-p): Make second argument optional.
4887 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * subr.el (add-hook): Fix last change.
4891 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
4893         * mail/rmail.el (rmail-convert-to-babyl-format):
4894         If base64-decode-region signals an error, catch it and silently
4895         ignore it.
4897 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
4899         * xml.el (xml-parse-region): Allow comments to appear after the
4900         topmost element has closed.
4901         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
4902         (xml-ns-expand-attr): New functions to do namespace handling.
4903         (xml-intern-attrlist): Back-compatible handling of attribute names.
4904         (xml-parse-tag): Move namespace handling to separate functions.
4905         Now produces elements in the form ((:ns . "element") (attr-list)
4906         children) instead of ('ns:element (attr-list) children).
4907         (xml-parse-attlist): Fix attribute parsing.
4908         (xml-parse-dtd): Change parsing so that it produces strings
4909         instead of interned symbols.
4911 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
4913         * dired.el (dired-ls-sorting-switches): Doc fix.
4915 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
4917         * emacs-lisp/rx.el (rx-or): Fix the case of
4918         "(rx (and ?a (or ?b ?c) ?d))".
4920 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
4922         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4923         (texinfo-format-region): Use it.
4924         (texinfo-format-buffer-1): Ditto.
4926 2003-11-01  Alan Mackenzie  <acm@muc.de>
4928         Changes to allow scrolling whilst in isearch mode:
4929         * isearch.el (isearch-unread-key-sequence): New function,
4930         extracted from isearch-other-meta-char.
4931         (top level): (put 'foo 'isearch-scroll) on all Emacs's
4932         "scrollable" standard functions.
4933         (isearch-allow-scroll): New customizable variable.
4934         (isearch-string-out-of-window, isearch-back-into-window)
4935         (isearch-reread-key-sequence-naturally)
4936         (isearch-lookup-scroll-key): New functions.
4937         (isearch-other-meta-char): Doc string and functionality enhanced.
4938         Now accepts a prefix argument.
4939         (isearch-lazy-highlight-window-end): New variable.
4940         (isearch-lazy-highlight-new-loop): Pay attention to the window's
4941         end (thru isearch-lazy-highlight-window-end), not only its start.
4943         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4944         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
4945         (universal-argument, universal-argument-more, negative-argument)
4946         (digit-argument, universal-argument-other-key): Minor changes.
4948 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4950         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4951         recursively if the last message is deleted, thus avoiding an
4952         infinite loop.
4954 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
4957         (tex-main-file): Don't add .tex if the extension is already present.
4958         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
4960 2003-10-29  Lute Kamstra  <lute@gnu.org>
4962         * progmodes/octave-inf.el (inferior-octave-prompt):
4963         Recognize version number in prompt.
4965 2003-10-28  Dave Love  <fx@gnu.org>
4967         * international/characters.el: Fix some Unicode ranges.
4969 2003-10-28  Kenichi Handa  <handa@m17n.org>
4971         * disp-table.el (standard-display-8bit)
4972         (standard-display-default, standard-display-ascii)
4973         (standard-display-g1, standard-display-graphic)
4974         (standard-display-underline): Assure that standard-display-table
4975         is a display table.
4977 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * simple.el (reindent-then-newline-and-indent): Delete space *after*
4980         reindenting the first line.
4982 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
4984         * wid-edit.el (widget-default-delete): Always delete child widgets.
4986 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4988         * newcomment.el (comment-indent): Don't call indent-according-to-mode
4989         if the line has code.
4990         Don't try to line up with something that's too far left.
4992         * progmodes/octave-mod.el (octave-comment-start): Simplify.
4993         (octave-mode-syntax-table): Add % as a comment starter.
4994         (octave-point): Remove.
4995         (octave-in-comment-p, octave-in-string-p)
4996         (octave-not-in-string-or-comment-p, calculate-octave-indent)
4997         (octave-blink-matching-block-open, octave-auto-fill):
4998         Use line-(beginning|end)-position instead.
5000 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5002         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5003         for Francesco Potort\e,Al\e(B.
5005 2003-10-23  Dave Love  <fx@gnu.org>
5007         * international/mule-cmds.el (locale-charset-to-coding-system):
5008         Don't rely on nil being a coding system.
5010         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5011         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5012         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5014 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5016         * gdb-ui.el (gdb-current-language): New variable.
5017         (gdb-update-flag): Remove variable.
5018         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5019         (gdb-take-last-elt): Remove function.
5020         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5021         (gdb-post-prompt): Check for variable object changes here.
5023         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5024         object changes in gdb-ui.el.
5026 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5028         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5030         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5031         Don't check for foo*/ wildcard form here.
5032         (insert-directory): Recognize foo*/ as a wildcard.
5033         Separate wildcard-regexp variable from the arg, wildcard.
5035         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5036         (remove-hook): Correctly handle strange cases about local hooks.
5038 2003-10-21  David Ponce  <david@dponce.com>
5040         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5041         argument REAL, to return a real number instead of a rounded
5042         integer value.  Define as inline function.
5043         (ruler-mode-right-fringe-cols): Likewise.
5044         (ruler-mode-scroll-bar-cols): New function.
5045         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5046         (ruler-mode-right-scroll-bar-cols): Likewise.
5047         (ruler-mode-space): New function.
5048         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5049         scroll bar mode and margins in a more robust way.
5051 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5053         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5054         (antlr-c-init-language-vars): New function.
5055         (antlr-mode): Use it with cc-mode before v5.29.
5056         (antlr-c-common-init): Don't set some local vars here.
5057         (antlr-mode): Set them here.
5058         (antlr-c-forward-sws): New function alias.
5059         (antlr-mode): Redefine with cc-mode before v5.30.
5060         (antlr-skip-sexps): Use it.
5061         (antlr-skip-exception-part): Ditto.
5062         (antlr-skip-file-prelude): Ditto.
5063         (antlr-outside-rule-p): Ditto.
5064         (antlr-end-of-body): Ditto.
5065         (antlr-option-kind): Ditto.
5066         (antlr-insert-option-area): Ditto.
5067         (antlr-file-dependencies): Ditto.
5069 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5071         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5072         Move backward only if point was not inside an entry.
5074 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5076         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5078 2003-10-21  Juri Linkov  <juri@jurta.org>
5080         * compare-w.el: Automatically skip non-matching text to resync.
5081         (compare-windows-whitespace): Doc fix.
5082         (compare-windows-sync, compare-windows-sync-string-size)
5083         (compare-windows-recenter, compare-ignore-whitespace)
5084         (compare-windows-highlight, compare-windows-face): New variables.
5085         (compare-windows): Use compare-windows-sync.
5086         (compare-windows-highlight, compare-windows-dehighlight)
5087         (compare-windows-sync-regexp)
5088         (compare-windows-sync-default-function): New functions.
5090 2003-10-21  Juri Linkov  <juri@jurta.org>
5092         * diff.el (diff-parse-differences): Don't visit the files now;
5093         instead, just record the error locus.
5095 2003-10-21  Dave Love  <fx@gnu.org>
5097         * progmodes/cfengine.el: New file.
5099 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * complete.el (PC-do-completion): Do not forget to use `pred' as the
5102         default-directory when completing file names.
5104 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
5106         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5107         followed by the word `face', it gets treated as a face, even if
5108         it is also defined as a variable or a function.
5110 2003-10-20  Dave Love  <fx@gnu.org>
5112         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5113         Avoid incf in macro expansion.
5115 2003-10-20  John Paul Wallington  <jpw@gnu.org>
5117         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5118         `evenp' so we don't implicitly require cl library at runtime.
5120 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
5122         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5123         (help-make-xrefs): Only make cross-references for faces if
5124         preceded or followed by the word `face'.  Do not make a
5125         cross-reference for variables without variable documentation,
5126         unless preceded by the word `variable' or `option'.  Update doc
5127         string accordingly.
5129 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5131         * progmodes/hideshow.el: Rewrite one-armed `if'
5132         constructs using either `when' or `unless'.
5133         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5135 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
5137         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5138         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5139         instead of 12x12.
5141 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5143         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5144         message while converting to Babyl.
5146 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
5148         * allout.el (allout-mode): Doc fix.
5150 2003-10-16  Lute Kamstra  <lute@gnu.org>
5152         * subr.el (force-mode-line-update): Fix docstring.
5154 2003-10-14  Dave Love  <fx@gnu.org>
5156         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5157         (default-input-method): Add :link, improve :type.
5158         (locale-charset-language-names): Fix utf-8 pattern.
5159         (locale-charset-match-p, locale-charset-alist)
5160         (locale-charset-to-coding-system): New.
5161         (set-locale-environment): Deal with codeset part of locale specs.
5163 2003-10-14  Lute Kamstra  <lute@gnu.org>
5165         * fringe.el (fringe-mode): Use active voice in docstring.
5166         (set-fringe-style): Ditto.
5168 2003-10-13  Lute Kamstra  <lute@gnu.org>
5170         * fringe.el (fringe-mode): Fix docstring.
5171         (set-fringe-style): Ditto.
5173 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5175         * ediff-mult.el (ediff-filegroup-action):
5176         Use ediff-default-filtering-regexp.
5178         * ediff-util.el (ediff-recenter): Don't call
5179         ediff-restore-highlighting twice.
5180         (ediff-select-difference): Set current difference.
5181         (ediff-unselect-and-select-difference): Add comment.
5183         * ediff.el (ediff-directories,ediff-directory-revisions)
5184         (ediff-directories3,ediff-merge-directories)
5185         (ediff-merge-directories-with-ancestor)
5186         (ediff-merge-directory-revisions)
5187         (ediff-merge-directory-revisions-with-ancestor):
5188         Use ediff-default-filtering-regexp.
5190 2003-10-12  Andreas Schwab  <schwab@suse.de>
5192         * international/mule-cmds.el (locale-charset-language-names):
5193         Simplify regex by removing unused grouping.
5195 2003-10-10  Dave Love  <fx@gnu.org>
5197         * bindings.el: Don't bind stop.
5199 2003-10-08  Miles Bader  <miles@gnu.org>
5201         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5202         face instead of attempting to emulate it.
5204 2003-10-07  Kenichi Handa  <handa@m17n.org>
5206         * international/mule-diag.el (list-coding-systems-1): List coding
5207         systems that are loaded automatically.
5209         * international/code-pages.el (iso-8859-11): Add autoload cookie.
5211         * international/mule.el (autoload-coding-system): New function.
5213 2003-10-07  Andreas Schwab  <schwab@suse.de>
5215         * log-edit.el (log-edit-changelog-entries): Prefer local value of
5216         change-log-default-name in the buffer visiting the file.
5218 2003-10-06  Dave Love  <fx@gnu.org>
5220         * files.el (find-file-hook): Customize.
5221         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5223         * bindings.el (completion-ignored-extensions): Remove .log.
5224         (global-map): Add again, open, stop keys.
5226 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5228         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5229         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5230         Use sh-modify directly.
5231         (sh-select): Use sh-append, not eval.
5233         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5235         * info.el (Info-following-node-name): New function.
5237         * loadhist.el (unload-feature-special-hooks):
5238         Rename from loadhist-hook-functions.
5239         (loadhist-hook-functions): Now an alias.
5241 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
5243         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5244         file-name clashes on 8+3 filesystems.
5246         * Makefile.in (DONTCOMPILE, bootstrap-clean):
5247         Rename loaddefs-boot.el to ldefs-boot.el
5249         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5250         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5252 2003-10-03  Lute Kamstra  <lute@gnu.org>
5254         * info.el (Info-mode): Revert previous change.
5255         (Info-escape-percent): New function.
5256         (Info-fontify-node): Use it.
5258 2003-10-02  Andreas Schwab  <schwab@suse.de>
5260         * loaddefs-boot.el: Regenerated.
5262 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
5264         * ffap.el: Remove defadvice related code from CVS since `complete'
5265         provides a `PC-completion-as-file-name-predicate' variable that
5266         ffap can override.
5268 2003-10-02  Kenichi Handa  <handa@m17n.org>
5270         * international/utf-8.el (ccl-decode-mule-utf-8):
5271         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5273         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5274         * international/subst-big5.el: Likewise.
5275         * international/subst-gb2312.el: Likewise.
5276         * international/subst-ksc.el: Likewise.
5278 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5280         * calendar/calendar.el (increment-calendar-month)
5281         (calendar-leap-year-p, calendar-absolute-from-gregorian)
5282         (generate-calendar, calendar-read-date, calendar-interval)
5283         (calendar-day-of-week): Handle years BC.
5284         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5286 2003-10-01  Dave Love  <fx@gnu.org>
5288         * language/cyrillic.el (cp1251): Alias for windows-1251.
5290         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5291         bootstrap.
5293 2003-10-01  Lute Kamstra  <lute@gnu.org>
5295         * files.el: Fix typo.
5296         * imenu.el (imenu--generic-function): Docstring fix.
5298 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5300         * dired.el (dired-mode): Handle dired-directory as a list.
5302 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
5304         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5306         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5308         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5309         Replace gud-display with gud-watch.
5310         (gud-speedbar-buttons): Add stuff for watching expressions
5311         in the speedbar when using M-x gdba.  Use dolist on old part
5312         of this function.
5314         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5315         (gdb-update-flag): New variables.
5316         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5317         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5318         (gud-watch, gdb-var-create-handler) : New functions.
5319         (gdb-var-list-children, gdb-var-list-children-handler)
5320         (gdb-var-create-regexp, gdb-var-update-regexp)
5321         (gdb-var-list-children-regexp): New constants.
5322         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5323         (gdb-annotation-rules): Reduce annotation set (level 3).
5324         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5325         (gdb-post-prompt): Don't update GDB buffers every time speedbar
5326         updates.
5327         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5328         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5329         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5330         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5331         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5332         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5333         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5334         (gud-display, gud-display1)
5335         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5336         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5337         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5338         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5339         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5340         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5341         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5342         (gdb-display-display-buffer, gdb-toggle-display)
5343         (gdb-delete-display, gdb-expressions-popup-menu)
5344         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5345         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5346         to display buffer.
5348 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5350         * progmodes/ada-mode.el (ada-mode): Don't use advice.
5351         Instead, set which-func-functions.
5353         * progmodes/which-func.el (which-func-modes): Add ada-mode.
5354         (which-func-functions): New variable.
5355         (which-function): Use that.
5357         * info.el (Info-mode): Double each `%' in header line.
5359         * emacs-lisp/lisp-mnt.el (lm-with-file):
5360         When FILE is nil, run BODY in current buffer.
5362         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5364         * help.el (describe-mode): Start with a brief list of minor modes.
5365         Find them thru minor-mode-list so as to find them all.
5366         Show them in alphabetical order.
5368         * mail/sendmail.el (mail-aliases): Doc fix.
5370         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5372 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5374         * mail/rmailsum.el (rmail-make-summary-line-1):
5375         Change comma after last label to a space.
5376         (rmail-summary-font-lock-keywords): Adapt to that change.
5378 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
5380         * progmodes/scheme.el (scheme-mode-variables): When setting
5381         `font-lock-defaults', also specify that "#" should
5382         be interpreted with `word' syntax.
5383         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5385 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
5387         * desktop.el: A lot of comments updated.
5388         (desktop-save-mode): Minor mode introduced.
5389         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5390         (desktop-load-default): Function made obsolete.
5391         (desktop-locals-to-save): Variable made customizable.
5392         (desktop-read): Optional parameter `dirname' added.
5393         (desktop-change-dir, desktop-revert): Parameter `dirname' in
5394         `desktop-read' used.
5395         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5397 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
5399         * whitespace.el (whitespace-clean-msg): Add user customizable message
5400         for displaying ``clean'' output.
5401         (whitespace-buffer): Use `whitespace-clean-msg'.
5402         (whitespace-global-mode): Fix typo.
5404 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
5406         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5408 2003-09-29  Lute Kamstra  <lute@gnu.org>
5410         * bindings.el (mode-line-modes): Remove superfluous :propertize
5411         construct in initialization.
5412         (mode-line-position): Change cons cell into proper list in
5413         initialization.
5415 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5417         * international/mule.el (decode-coding-inserted-region): Use car
5418         of the return value of find-operation-coding-system.
5420 2003-09-29  Kenichi Handa  <handa@m17n.org>
5422         * descr-text.el (describe-char): Fix previous change.
5424 2003-09-28  Kenichi Handa  <handa@m17n.org>
5426         * descr-text.el (describe-char-display): New function.
5427         (describe-char): Pay attention to display table on describing how
5428         a character is displayed.
5430         * international/mule-cmds.el (encoded-string-description):
5431         Prepend "0x" to each encoded byte.
5433 2003-09-28  Andreas Schwab  <schwab@suse.de>
5435         * find-file.el (ff-special-constructs): Add autoload cookie.
5437 2003-09-28  Kevin Ryde  <user42@zip.com.au>
5439         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5440         makeinfo appends to duplicate index entries.
5442 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
5444         * dired-x.el (dired-clean-tex): Doc fix.
5446         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5447         using a Chinese tutorial.
5449 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5451         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5452         between "MAIL FROM:" and "RCPT TO:" and the following address.
5454 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5456         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5458 2003-09-28  David Ponce  <david@dponce.com>
5460         * recentf.el (recentf-initialize-file-name-history): New defcustom.
5461         (recentf-load-list): When `recentf-initialize-file-name-history'
5462         is non-nil, initialize an empty `file-name-history' with the
5463         recent list.
5465 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
5467         * man.el (Man-default-man-entry): Remove the leading `*' from the
5468         word at point.
5470 2003-09-26  Lute Kamstra  <lute@gnu.org>
5472         * bindings.el (mode-line-position): Mention size indication in
5473         docstring.
5475 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
5477         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5479         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5480         because it's autoloaded now.
5482 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5484         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5485         (sh-font-lock-keywords, sh-feature): Fix previous change of
5486         sh-feature to avoid infloop with sh-font-lock-keywords.
5488 2003-09-25  Kim F. Storm  <storm@cua.dk>
5490         * frame.el (frame-current-scroll-bars): New defun.
5492         * window.el (window-current-scroll-bars): New defun.
5494 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5496         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5497         cause errors when the state cache contains info on parts that have
5498         been narrowed out.
5500 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5502         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5503         `c-setup-paragraph-variables' has to be used when this variable is
5504         changed; it doesn't work to reinitialize the mode since that
5505         typically clobbers the variable.
5507         * progmodes/cc-styles.el (c-setup-paragraph-variables):
5508         Make it interactive.
5510 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5512         * progmodes/cc-fonts.el (c-font-lock-declarations):
5513         Fix recognition of constructors and destructors for classes whose
5514         names are matched by `*-font-lock-extra-types'.
5516         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5517         followed by an identifier in C++ then it's a type.
5519 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5521         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5522         problem that primarily affected XEmacs.  Don't use faces to find
5523         unterminated strings since Emacs and XEmacs fontify strings
5524         differently - this function should now work better in XEmacs.
5526 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5528         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5529         `expand-abbrev' workaround which caused braces to misbehave inside
5530         macros.
5532         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5533         handling.  This bug could cause interactive font locking to bail out.
5535 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5537         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5538         Handle paren-style types in Pike.  Also fixed some cases of
5539         insufficient handling of unbalanced parens.
5541 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
5543         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5544         common shell prompts that are not common filename or URL characters.
5545         (ffap-file-at-point): Use the new regexp to strip the prompts from
5546         the file names.  This is an issue mostly for user prompts that
5547         don't have a trailing space and find-file-at-point is invoked from
5548         within a shell inside emacs.
5550 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
5552         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5553         stamps numerically, rather than textually.
5555 2003-09-24  Kenichi Handa  <handa@m17n.org>
5557         * language/devan-util.el (devanagari-post-read-conversion):
5558         * language/mlm-util.el (malayalam-post-read-conversion):
5559         * language/tml-util.el (tamil-post-read-conversion):
5560         Add autoload cookie.
5562         * international/utf-8.el (utf-8-post-read-conversion):
5563         Call post-read-conversion functions for Devanagari, Malayalam,
5564         and Tamil.
5566 2003-09-23  Dave Love  <fx@gnu.org>
5568         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5570 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
5572         * progmodes/gud.el (perldb): Add gud-until to list of commands.
5573         Update gud-remove.
5575 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5577         * progmodes/sh-script.el (sh-mode-default-syntax-table):
5578         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
5579         (sh-mode-syntax-table-input): New variable.
5580         (sh-require-final-newline): Don't use eval.
5581         (sh-builtins, sh-leading-keywords, sh-other-keywords)
5582         (sh-variables, sh-font-lock-keywords): Don't use eval.
5583         (sh-set-shell): When setting require-final-newline,
5584         treat value = `require-final-newline' as don't change it.
5585         Set sh-mode-syntax-table locally based on
5586         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5588         * progmodes/compile.el (compile-internal):
5589         Call compilation-set-window-height before setting window start.
5591 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
5593         * emacs-lisp/bytecomp.el (byte-compile-log-file):
5594         Clear out byte-compile-last-warned-form.
5596 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5598         * woman.el (woman-file-name, woman-follow-word):
5599         If current-word returns nil, use "".
5601         * simple.el (eval-expression): Bind standard-output in to-buffer case.
5603 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5605         * emacs-lisp/lisp-mnt.el (lm-with-file):
5606         Don't visit the file, just use insert-file-contents in temp buffer.
5608 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
5610         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5611         Add surrounding \\( and \\) around the header, as in
5612         for lm-history-header 'Change Log\\|History'.
5614 2003-09-22  John Paul Wallington  <jpw@gnu.org>
5616         * progmodes/ld-script.el: Add Commentary section,
5617         minor cleanup of file header.
5618         (ld-script-font-lock-keywords): Doc fix.
5619         (toplevel): Provide `ld-script' feature.
5621 2003-09-21  Kim F. Storm  <storm@cua.dk>
5623         * scroll-bar.el (set-scroll-bar-mode): Initialize to
5624         new built-in variable default-frame-scroll-bars.
5625         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5626         scroll-bar-mode; notably, use it instead of t when we toggle
5627         scroll-bars on.
5628         (toggle-scroll-bar): Use default-frame-scroll-bars.
5630 2003-09-19  Masatake YAMATO  <jet@gyve.org>
5632         * pcvs.el (cvs-do-removal): Change the prompt depending on
5633         `filter' value.
5635 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5637         * startup.el (command-line-1): Stop startup-echo-area-message
5638         being hidden by "Loading image..." message.
5639         (use-fancy-splash-screens-p, display-splash-screen):
5640         Move display-graphic-p test from latter to former.
5642         * progmodes/sh-script.el (sh-font-lock-keywords):
5643         Highlight escaped EOLs differently from other backslash constructs.
5645 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5647         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5648         New functions.
5649         (edebug-enter, edebug-outside-excursion): Use them.
5651         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5652         Fix the condition for whether to print "In WHERE".
5654 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
5656         * finder.el (finder-mode-hook): New variable.
5657         (finder-mode): Run hook finder-mode-hook
5659 2003-09-18  Masatake YAMATO  <jet@gyve.org>
5661         * progmodes/ebrowse.el: Fix broken magic autoload comments.
5663 2003-09-17  Mario Lang  <mlang@delysid.org>
5665         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5666         "p %e" to actually print the value in the GUD buffer.
5668 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
5670         From David Ponce <david.ponce@wanadoo.fr>:
5671         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5672         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5673         from loaddefs-boot.el if necessary.
5675 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
5677         * progmodes/gud.el (gud-find-class): Make jdb work again since
5678         cc-mode changed the syntactic information.
5680 2003-09-15  David Ponce  <david@dponce.com>
5682         * recentf.el: (recentf-exclude): Accept predicates too.
5683         (recentf-file-readable-p): New function.
5684         (recentf-include-p): Handle predicates in recentf-exclude.
5685         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
5686         (recentf-cleanup): Likewise.
5687         (recentf-save-list): Use write-file to handle backup of
5688         recentf-save-file.
5690 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
5692         * loaddefs-boot.el: Renamed from `loaddefs.el'
5693         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5694         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5695         necessary.
5697 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
5699         * electric.el (Electric-pop-up-window): For the `one-window' case,
5700         no longer disconcertingly move point in the original buffer.
5702 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5706 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5708         * dired.el (dired-mode-map): Fix typo.
5710 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5712         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5714 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5716         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5717         the function is less noisy.  Now only `kill-buffer' can ask questions.
5719 2003-09-10  Mario Lang  <mlang@delysid.org>
5721         * battery.el: Update Commentary and Copyright.
5722         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5723         appear due to wrong ordering of the expressions in `or'.
5725 2003-09-09  Lute Kamstra  <lute@gnu.org>
5727         * misc.el (upcase-char): Fix docstring.
5728         (zap-up-to-char): New command.
5730 2003-09-08  David Ponce  <david@dponce.com>
5732         Ensure that recentf correctly updates the menu bar.
5733         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5734         (recentf-menu-bar): New function.
5735         (recentf-clear-data): Use it
5736         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5737         of easy-menu-change.
5739 2003-09-08  Lute Kamstra  <lute@gnu.org>
5741         * simple.el (size-indication-mode): New.
5742         * bindings.el (mode-line-position): Add buffer size indicator.
5744 2003-09-04  Mario Lang  <mlang@delysid.org>
5746         * battery.el (battery-linux-proc-acpi): New function.
5747         (battery-status-function): Modify default value calculation to also
5748         check for availability of ACPI.
5749         (battery-echo-area-format): Ditto.
5750         (battery-mode-line-format): Ditto.
5752 2003-09-06  Dave Love  <fx@gnu.org>
5754         * ielm.el (ielm-mode-hook): Add :options.
5756         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5757         (eldoc-print-current-symbol-info): Use it.
5759 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5761         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5762         being displayed in GUD buffer.
5763         (gdb-idle-input-queue): Remove var.  Use just one queue.
5764         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5765         Remove functions.  Use just one queue.
5766         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5767         (gdb-invalidate-assembler, gdb-get-current-frame):
5768         Modify functions.  Use just one queue.
5770 2003-09-04  Dave Love  <fx@gnu.org>
5772         * cus-start.el: Add blink-cursor-alist.
5774         * ruler-mode.el (ruler-mode-fill-column-char)
5775         (ruler-mode-current-column-char): Use char-displayable-p,
5776         not window-system.
5778         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5780         * language/european.el (windows-1252): Move from code-pages.
5782         * language/cyrillic.el ("Windows-1251"): Delete.
5783         ("Bulgarian", "Belarusian"): Remove `features'.
5784         (windows-1251): Move from code-pages.
5786         * international/mule-diag.el (non-iso-charset-alist):
5787         Remove `codepage' stuff.
5788         (print-designation, list-coding-systems-1): Output fixes.
5790         * international/code-pages.el (cp-make-translation-table)
5791         (cp-valid-codes): Made defsubsts.
5792         (cp-fix-safe-chars): Delete.
5793         (mule-diag): Don't require.
5794         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5795         (top-level): Check for defined coding system when defining
5796         cp... aliases.  Change w32-add-charset-info test to avoid warning.
5797         (non-iso-charset-alist): Defvar when compiling.
5798         (cp-make-coding-system): Doc fix.
5800 2003-09-02  Jason Rumney  <jasonr@gnu.org>
5802         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5803         line-ends from CVS before doing conversion.
5805 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
5807         * calendar/diary-lib.el (diary-header-line-flag)
5808         (diary-header-line-format): New variables.
5809         (list-diary-entries): Use them to set header line in simple diary.
5811         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5812         other than font-lock-string-face to highlight backslashes.
5814 2003-09-01  Jason Rumney  <jasonr@gnu.org>
5816         * international/titdic-cnv.el (tit-read-key-value): Include \r in
5817         regexp.
5819 2003-09-01  Dave Love  <fx@gnu.org>
5821         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5823         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5824         and :help; also line and column numbers labels.
5826         * international/mule-util.el (char-displayable-p): Move from
5827         latin1-disp, rename and autoload.
5829         * international/latin1-disp.el (latin1-char-displayable-p):
5830         Now obsolete alias.  Replace uses with char-displayable-p.
5831         (latin1-display-ucs-per-lynx): Fix last change.
5833         * international/mule-cmds.el (standard-display-european-internal):
5834         Don't use char code for Latin-1 NBSP.
5835         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
5836         U+2018, U+2019 for `'.
5837         (select-safe-coding-system): Message fix.
5839 2003-09-01  Kenichi Handa  <handa@m17n.org>
5841         * international/fontset.el (setup-default-fontset): For Thai
5842         font, specify "*" family.
5844 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5846         * progmodes/compile.el (previous-error): Accept a prefix
5847         argument, similarly to next-error.
5849 2003-08-31  Masatake YAMATO  <jet@gyve.org>
5851         * pcvs.el (cvs-do-removal): Use = instead of eq to check
5852         the number of files.  Bind the number of files to a local
5853         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5855 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
5857         * vc-hooks.el (vc-make-version-backup): Fix the change made on
5858         2003-07-26: msdos-long-file-names is a function, not a variable.
5860 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5862         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5863         Do nothing with mail-personal-alias-file if it is nil.
5865         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5866         Do nothing if mail-personal-alias-file is nil.
5868         * term.el (term-exec-1): Bind coding-system-for-read.
5870         * dired.el (dired-mouse-find-file-other-window):
5871         Use dired-view-command-alist here, as in dired-view-file.
5872         (dired-view-command-alist): Use %s to substitute file name.
5873         Handle .ps_pages, .eps, .jpg, .gif, .png.
5875 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5877         * info.el (Info-mode-map): Bind S-tab and <backtab> to
5878         `Info-prev-reference', instead of M-tab.
5880 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
5882         * simple.el (blink-matching-open): Work correctly on chars that
5883         are designated as parens through the syntax-table text property.
5885 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
5887         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5888         line break position in the middle of a non-kinsoku (e.g. latin)
5889         word, making it skip until either a space or a character with
5890         category "|".
5891         (kinsoku-longer): Test for end of buffer.
5893 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
5895         * mail/rmail.el (rmail-convert-to-babyl-format):
5896         Detect quoted-printable- and base64-encoded messages and decode them
5897         automatically.  Set the message's encoding from the charset=
5898         header, if any.  Decode base64-encoded messages in Mail format as well.
5900 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5902         * mail/smtpmail.el: Fix previous change.
5903         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5904         calling smtpmail-via-smtp.
5905         (smtpmail-via-smtp): Add fall-back values for envelope-from.
5907 2003-08-26  John Paul Wallington  <jpw@gnu.org>
5909         * image.el (image-jpeg-p): Don't search beyond length of data.
5911 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5913         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5914         misfeature in `expand-abbrev' which caused electric keywords like
5915         "else" to disappear if an open brace was typed directly afterwards.
5917 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5919         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5920         mandatory in `define-widget'.
5922         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5923         Don't align the operators "!=", "<=" and ">=" as assignment operators.
5925         (c-assignment-operators): New language constant that only contains
5926         the assignment operators.
5928         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5930 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5932         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5933         Safeguard against unbalanced sexps.
5935 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
5937         * version.el (emacs-version): Check for gtk.  Include gtk version info.
5939 2003-08-25  John Paul Wallington  <jpw@gnu.org>
5941         * man.el (Man-default-man-entry): Don't whizz past the section
5942         number before looking for it.
5944 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
5946         * progmodes/gud.el (gud-display-line): Don't set window-point if
5947         source buffer is not visible.  (Only happens with M-x gdba.)
5949         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5950         documentation.
5951         (gdb-source, gdb-source-info): Update to assembler unnecessary
5952         as its done after each GDB command anyway.
5953         (gdb-pre-prompt): Use with-current-buffer.
5954         (gdb-insert-field): Add help-echo text.
5955         (gdb-invalidate-assembler): Re-display of assembler now done in
5956         gdb-info-breakpoints-custom.
5957         (gdb-info-breakpoints-custom): Force re-display of assembler to
5958         happen *after* update of breakpoints buffer.
5959         (gdb-display-source-buffer): Don't choke if gdb-source-window
5960         isn't visible.
5961         (gdb-put-string, gdb-put-arrow): Remove free variables.
5963 2003-08-24  John Paul Wallington  <jpw@gnu.org>
5965         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
5967         * man.el (Man-default-man-entry): Strip text properties when
5968         snarfing parts of entry because `format' preserves properties.
5970 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5972         * files.el (file-newest-backup): Use `expand-file-name'.
5974         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
5975         Allow the diary to pop up a new frame, if needed.
5977         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
5978         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
5979         (smtpmail-send-it): Make treatment of envelope-from consistent with
5980         sendmail.el.
5982         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
5983         (sh-leading-keywords): Add the bash `time' reserved word.
5984         (sh-variables): Add some bash variables.
5985         (sh-add-completer): Fix nil branch of case statement.
5987 2003-08-24  Masatake YAMATO  <jet@gyve.org>
5989         * progmodes/ld-script.el: New file.
5991 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
5993         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
5995 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
5997         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
5998         Better explain obsolescence, and what to use instead.
6000 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6002         * pcvs.el (cvs-do-removal): Show the deleted file name
6003         on the prompt.
6005 2003-08-20  Dave Love  <fx@gnu.org>
6007         * international/mule.el (make-coding-system)
6008         (set-buffer-file-coding-system): Doc fix.
6010         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6012         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6014         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6016         * international/utf-16.el: Add mime-text-unsuitable coding system
6017         properties.
6019         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6021         * cus-edit.el: Add some :links.
6022         (bib): Remove.
6024         * textmodes/bib-mode.el (bib): Add :group external.
6026 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6028         * wid-edit.el (widget-echo-help): Make it handle expressions that
6029         evaluate to strings.
6031 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6033         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6035         Simplify selection of SQL products to define highlighting and
6036         interactive mode.  Includes detailed instructions on adding
6037         support for new products.
6039         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6040         product for use in highlighting and interactive mode.
6041         (sql-interactive-product): New variable.  SQL product for
6042         sql-interactive-mode.
6043         (sql-product-support): New variable.  Specifies product-specific
6044         parameters to drive highlighting and interactive mode.
6045         (sql-imenu-generic-expression): Add more object types.
6046         (sql-sqlite-options): Correct comment.
6047         (sql-ms-program): Use "osql" rather than "isql".
6048         (sql-prompt-regexp, sql-prompt-length): Update comment.
6049         (sql-mode-menu): Add "Start SQLi session" entry.
6050         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6051         (sql-mode-abbrev-table): Add abbreviations.  Support of
6052         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6053         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6054         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6055         names.
6056         (sql-mode-ansi-font-lock-keywords): Set as default value.
6057         (sql-mode-oracle-font-lock-keywords): Set as default value.
6058         Support Oracle 9i keywords.
6059         (sql-mode-postgres-font-lock-keywords): Set as default value.
6060         (sql-mode-linter-font-lock-keywords): Set as default value.
6061         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6062         SQLServer 2000.
6063         (sql-mode-sybase-font-lock-keywords)
6064         (sql-mode-interbase-font-lock-keywords)
6065         (sql-mode-sqlite-font-lock-keywords)
6066         (sql-mode-strong-font-lock-keywords)
6067         (sql-mode-mysql-font-lock-keywords)
6068         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6069         keywords.
6070         (sql-mode-font-lock-defaults): Update comment.
6071         (sql-product-feature): New function.  Returns feature associated
6072         with a product from `sql-product-support' alist.
6073         (sql-product-font-lock): New function.  Set font-lock support
6074         based on `sql-product'.
6075         (sql-add-product-keywords): New function.  Add font-lock rules to
6076         product-specific keyword variables.
6077         (sql-set-product): New function.  Set `sql-product' and apply
6078         appropriate font-lock highlighting.
6079         (sql-highlight-product): New function.  Set font-lock support
6080         based on a product.  Also set mode name to include product name.
6081         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6082         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6083         Use `sql-set-product'.
6084         (sql-highlight-ms-keywords)
6085         (sql-highlight-sybase-keywords)
6086         (sql-highlight-interbase-keywords)
6087         (sql-highlight-strong-keywords)
6088         (sql-highlight-mysql-keywords)
6089         (sql-highlight-sqlite-keywords)
6090         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6091         (sql-get-login): Prompt in the same order as the tokens.
6092         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6093         (sql-product-interactive): New function.  Common portions of
6094         product-specific interactive mode wrappers.
6095         (sql-interactive-mode): Rewritten to use product features.
6096         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6097         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6098         (sql-db2, sql-linter): Use `sql-product-interactive'.
6099         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6100         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6101         (sql-connect-ingres, sql-connect-postgres)
6102         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6103         New functions.  Format command line parameters and invoke comint on
6104         the appropriate interpreter.  Code was in the corresponding
6105         `sql-xyz' function before.
6106         (sql-connect-ms): New function.  Support -E argument to use
6107         operating system credentials for authentication.
6109 2003-08-18  Kenichi Handa  <handa@m17n.org>
6111         * international/mule.el (encode-char): Fix for the ASCII case.
6113 2003-08-15  Kenichi Handa  <handa@m17n.org>
6115         * international/fontset.el (setup-default-fontset): Change "*" to
6116         nil in the specifications of font family.
6118 2003-08-18  Kim F. Storm  <storm@cua.dk>
6120         * kmacro.el (kmacro-keymap): Group related bindings in
6121         initialization for clarity.  Bind C-s to start macro.
6122         Remove C-r binding.
6123         (kmacro-initial-counter-value): New defvar to hold initial counter
6124         value in case we set the value before defining a macro.
6125         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6126         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6127         not defining or executing macro.  Doc fix.
6128         (kmacro-add-counter): Clear kmacro-initial-counter-value.
6129         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6130         temporarily view older elements on the macro ring without cycling
6131         the ring.
6132         (kmacro-display): Doc fix.
6133         (kmacro-exec-ring-item): New helper function.
6134         (kmacro-call-ring-2nd): Use it.
6135         (kmacro-call-ring-2nd-repeat): Doc fix.
6136         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6137         (kmacro-end-or-call-macro): Execute last viewed macro (using
6138         kmacro-exec-ring-item) from ring if this follows
6139         kmacro-view-macro.  This allows us to find a macro on the ring
6140         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6141         the ring to bring it to the head of the ring.
6142         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6143         Allow binding to reserved keys without specifying C-x C-k prefix.
6144         Ask for confirmation if entered key sequence is already bound to
6145         a non-macro command.
6146         (kmacro-view-macro): Repeating command will show older elements
6147         on the macro ring; C-k will execute the last viewed macro.
6148         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
6149         property from 'ring to 'head.
6151 2003-08-17  Alan Shutko  <ats@acm.org>
6153         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6154         keeping December out of the alist.
6156 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6158         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6159         * calendar/calendar.el (calendar-mode-map): Bind it to key.
6160         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6161         (calendar-flatten): New function.
6162         (calendar-mouse-view-other-diary-entries)
6163         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6164         in the menu title and to show multi-line diary entries correctly
6165         in the menu.
6167 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
6169         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6170         defcustom, because the default was recently changed.
6172 2003-08-16  Richard M. Stallman  <rms@gnu.org>
6174         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6176         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6177         New subroutine, broken out of eval-last-sexp-1.
6178         (eval-last-sexp-1): Use eval-last-sexp-print-value.
6180         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6182         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6184         * simple.el (eval-expression): Use eval-last-sexp-print-value.
6186 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
6188         * progmodes/compile.el (compilation-error-regexp-alist):
6189         Add Java ANt error detection as described in document
6190         http://ant.apache.org/faq.html
6192 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
6194         * simple.el (backward-word, forward-to-indentation)
6195         (backward-to-indentation): Argument changed to optional.
6196         (next-line, previous-line): Use `or' instead of `unless'.
6198 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6200         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6201         instead of a constant.
6203 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
6205         * shell.el (shell): With prefix-arg, suggest a new buffer name.
6207 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
6209         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6210         (vc-sccs-workfile-version): Search the entire delta table, rather
6211         than just the first entry, because that might be a deleted version.
6213 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
6215         * menu-bar.el (menu-bar-options-menu): Supply a body for the
6216         [save-place] binding in the Options menu.  Have it require
6217         'saveplace' and then toggle the variable manually, to avoid an an
6218         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
6219         for the bug report.
6221 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
6223         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6224         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6225         (gdb-info-threads-custom): Add help-echo text.
6226         (gdb-display-back): Don't use purecopy.
6227         (gdb-info-breakpoints-custom, gdb-reset)
6228         (gdb-assembler-custom): Use display-images-p to test if breakpoint
6229         icons can be displayed.
6231 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
6233         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6235 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
6237         * bookmark.el (bookmark-completing-read):
6238         Return a string, instead of a list of one string.
6239         Use a popup menu if activated from the mouse.
6240         (bookmark-edit-annotation): Remove unused vars.
6241         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6242         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6243         to bookmark-completing-read.
6244         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6245         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6246         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6247         and erase-buffer.
6248         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6249         (bookmark-menu-jump, bookmark-menu-insert)
6250         (bookmark-popup-menu-and-apply-function)
6251         (bookmark-menu-popup-paned-bookmark-menu): Remove.
6252         (bookmark-menu-build-paned-menu): Remove by folding it into
6253         bookmark-menu-popup-paned-menu.
6254         (menu-bar-bookmark-map): Move the define-key statements here.
6255         Use the "non-menu" commands since they now pop up a menu if needed.
6256         (bookmark-exit-hook-internal): Simplify.
6258 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
6260         * reftex-toc.el (reftex-toc-rename-label): New function.
6261         (reftex-toc-check-docstruct): New function.
6263         * reftex.el (reftex-region-active-p): New function.
6265         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6266         regexp to find the \bibliography macro.
6268         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6269         which does not exist in LaTeX.
6270         (reftex-cite-format-builtin): Added amsrefs support.
6271         (reftex-toc-confirm-promotion): New option
6273         * reftex-toc.el
6274         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6275         (reftex-toc-demote, reftex-toc-promote)
6276         (reftex-toc-do-promote, reftex-toc-promote-prepare)
6277         (reftex-toc-promote-action, reftex-toc-extract-section-number)
6278         (reftex-toc-newhead-from-alist)
6279         (reftex-toc-load-all-files-for-promotion): New functions.
6280         (reftex-toc-help): Added description of new keys.
6281         (reftex-toc-split-windows-fraction): New option.
6282         (reftex-recenter-toc-when-idle): Search *toc* window on all
6283         visible frames.
6284         (reftex-toc): Additional parameter REUSE
6285         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
6286         with REUSE argument.
6287         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6288         the call of `reftex-toc'.
6289         (reftex-make-separate-toc-frame): New function .
6290         (reftex-toc-recenter): When called with triple prefix arg, call
6291         `reftex-make-separate-toc-frame' first.
6292         (reftex-toc-toggle-dedicated-frame): New command.
6293         (reftex-toc-quit): Adapted to delete frame when called in
6294         dedicated frame.
6296         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6297         all enclosing macros.
6300 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6302         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6303         first use.
6305 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6307         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6309 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6311         * calendar/calendar.el (list-diary-entries-hook)
6312         (diary-display-hook, nongregorian-diary-listing-hook)
6313         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6314         Add some customize options for these hooks.
6315         (calendar-abbrev-construct): Don't try to take a substring longer
6316         than the original string.
6318 2003-08-05  Richard M. Stallman  <rms@gnu.org>
6320         * emacs-lisp/testcover.el (noreturn): Report error if does return.
6321         (testcover-reinstrument-clauses): Doc fix.
6323         * emacs-lisp/warnings.el: Doc fixes, args renamed.
6324         (warning-type-format): Rename from warning-group-format.
6326         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6327         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6328         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6329         to prevent warnings about defvar for an obsolete variable.
6331         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6332         warning-group-format renamed to warning-type-format.
6334         * subr.el (read-passwd): Use clear-string instead of fillarray.
6336         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6337         Use vconcat instead of concat.
6338         (edmacro-sanitize-for-string): New function.
6340 2003-08-05  Dave Love  <fx@gnu.org>
6342         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6343         line-number-display-limit-width.
6345         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6347 2003-08-05  Kenichi Handa  <handa@m17n.org>
6349         * international/code-pages.el: Don't require mule-diag.
6351         * international/mule-diag.el (non-iso-charset-alist):
6352         Add autoload cookie.
6354         * language/devan-util.el (dev-glyph-order): Add an entry for the
6355         glyph code #xC4.
6357 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6359         * calendar/calendar.el (diary-file, diary-file-name-prefix)
6360         (european-calendar-style, diary-date-forms)
6361         (calendar-day-name-array, calendar-month-name-array): Doc change.
6362         (generate-calendar-month): Adapt for new behaviour of
6363         `calendar-day-name' function.
6364         (calendar-abbrev-length, calendar-day-abbrev-array)
6365         (calendar-month-abbrev-array): New variables.
6366         (calendar-abbrev-construct): New function.
6367         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6368         rather than fixing abbrevs at some width.  Calling syntax change.
6369         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
6370         (calendar-date-string): Adapt for new behaviours of
6371         `calendar-day-name' and `calendar-month-name' functions.
6373         * calendar/diary-lib.el (list-diary-entries): Adapt for new
6374         behaviour of `calendar-day-name' and `calendar-month-name' functions.
6375         (diary-name-pattern): Use abbrev arrays, rather than fixing
6376         abbrevs at three chars.  Calling syntax change.
6377         (mark-diary-entries): Adapt for new behaviours of
6378         `diary-name-pattern' and `calendar-make-alist' functions.
6379         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6380         `diary-name-pattern' function.
6381         (font-lock-diary-date-forms): Use abbrev arrays, rather than
6382         fixing abbrevs at three chars.  Calling syntax change.
6383         (cal-hebrew, cal-islam): Require when compiling.
6384         (diary-font-lock-keywords): Adapt for new behaviour of
6385         `font-lock-diary-date-forms' function.
6387         * calendar/cal-hebrew.el: Reposition some code so defined before used.
6388         (calendar-hebrew-month-name-array-common-year)
6389         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6390         (list-hebrew-diary-entries): Adapt for new behaviours of
6391         `calendar-day-name' and `add-to-diary-list' functions.
6392         (mark-hebrew-diary-entries): Adapt for new behaviours of
6393         `diary-name-pattern' and `calendar-make-alist' functions.
6395         * calendar/cal-islam.el (calendar-islamic-month-name-array):
6396         Add doc string.
6397         (list-islamic-diary-entries): Adapt for new behaviours of
6398         `calendar-day-name' and `add-to-diary-list' functions.
6399         (mark-islamic-diary-entries): Adapt for new behaviours of
6400         `diary-name-pattern' and `calendar-make-alist' functions.
6402         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6403         `calendar-month-name' function.
6405         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6407         * calendar/solar.el (solar-seasons-data): Move definition before use.
6409         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6410         (cal-tex-LaTeX-hourbox): Move definition before use.
6412         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6413         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6414         lunar.el, solar.el
6415         (displayed-month, displayed-year): Define for compiler.
6417 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6419         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6420         MODE.  Renamed from c-init-c-language-vars'.
6421         (c-initialize-cc-mode): Change accordingly.
6422         (c-common-init): Ditto.
6423         (c-mode): Ditto.
6424         (c++-mode): Use `c-init-language-vars-for'.
6425         (objc-mode): Ditto.
6426         (java-mode): Ditto.
6427         (idl-mode): Ditto.
6428         (pike-mode): Ditto.
6429         (awk-mode): Ditto.
6431 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6433         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6434         or not the point moved.
6436         (c-search-decl-header-end): Don't trip up on operator identifiers
6437         in C++ and operators like == in all languages.
6439         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6440         Detect leading labels correctly.
6442 2003-08-02  Andreas Schwab  <schwab@suse.de>
6444         * textmodes/ispell.el: Don't redo key bindings on loading, put
6445         them only in loaddefs.el.
6446         * bookmark.el: Likewise.
6447         * dabbrev.el: Likewise.
6448         * emerge.el: Likewise.
6450         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6451         has more than one member.
6453         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6455 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6457         * lpr.el (printify-region): It was ending conversion before the
6458         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
6460 2003-07-31  John Paul Wallington  <jpw@gnu.org>
6462         * net/browse-url.el (browse-url-epiphany): Doc fix.
6464 2003-07-30  Kenichi Handa  <handa@m17n.org>
6466         * international/fontset.el (setup-default-fontset):
6467         Change registry names of Akurti fonts.
6469 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6471         * comint.el (comint-read-noecho): Use `clear-string' instead of
6472         `fillarray'.
6474 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
6476         * outline.el (outline-mode-hook): Add defvar.
6478 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
6480         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6481         Restore assembler in source window if that is what has been selected.
6482         (menu): Add gdb-restore-windows to menu.  Make gdba
6483         specific menus only visible from gdba.
6485 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6487         * progmodes/compile.el (compilation-environment): New user variable.
6488         (compile-internal): Respect it.
6490 2003-07-23  Masatake YAMATO  <jet@gyve.org>
6492         * progmodes/gud.el (gdb-script-font-lock-keywords):
6493         Put `font-lock-function-name-face' on a symbol which includes
6494         `-' like `hook-run'.  Put font-lock-variable-name-face
6495         on a symbol starting with $.
6497 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
6499         * files.el (set-visited-file-name): Use truename for buffer-file-name.
6501 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6503         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6505 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
6507         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6508         Use with-no-warnings.
6509         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6510         rather than to find-file-not-found-hook, which doesn't exist.
6512 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6514         * international/quail.el (quail-translate-key): Fix previous change.
6516 2003-07-25  John Paul Wallington  <jpw@gnu.org>
6518         * server.el (server-start): Check `server-process' is non-nil
6519         before killing it to avoid killing current buffer's process.
6521         * simple.el (choose-completion-string): Use `minibufferp';
6522         test `completion-reference-buffer' if `buffer' arg is nil.
6523         (push-mark): Use `when' and `unless'.
6524         (pop-mark): Use `when'.
6526         * mouse-sel.el (mouse-sel-get-selection-function):
6527         Check `x-last-selected-text-primary'.  Don't barf if it or
6528         `x-last-selected-text' aren't bound.
6530 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6532         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6534 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
6536         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6538 2003-07-23  John Paul Wallington  <jpw@gnu.org>
6540         * tooltip.el (defface tooltip): Inherit from variable-pitch.
6542 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6544         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6545         string.  Defvar the derived hook.
6547         * macros.el (insert-kbd-macro): Escape double quote character.
6548         From Thomas W Murphy <twm@andrew.cmu.edu>.
6550 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
6552         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6553         to match the specific mark rather than reusing comment-start-skip.
6555 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
6557         * progmodes/hideshow.el (hs-special-modes-alist):
6558         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
6560 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
6562         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6563         value using ?\s.
6565 2003-07-21  John Paul Wallington  <jpw@gnu.org>
6567         * subr.el (with-selected-window): Add closing paren.
6569 2003-07-21  Richard M. Stallman  <rms@gnu.org>
6571         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6572         (lisp-mode): Likewise.
6574         * subr.el (with-selected-window): Copy code form save-selected-window
6575         so as to call select-window with norecord arg.
6576         (dynamic-completion-table): Doc fix.
6577         (lazy-completion-table): Doc fix.
6579         * international/mule-cmds.el (set-locale-environment):
6580         langinfo renamed to locale-info.
6582         * international/mule.el (auto-coding-functions): Doc fix.
6584 2003-07-21  Kenichi Handa  <handa@m17n.org>
6586         * international/quail.el (quail-translate-key):
6587         Update quail-current-str correctly.
6589 2003-07-21  Andreas Schwab  <schwab@suse.de>
6591         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6592         ?, to "_".
6594 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
6595         Version 2.0.36 of Tramp released.
6597         * net/tramp.el (tramp-default-password-end-of-line): Rename from
6598         tramp-password-end-of-line.
6599         (tramp-password-end-of-line): New method parameter.
6600         (tramp-get-password-end-of-line): Function to access method
6601         parameter `tramp-password-end-of-line', or variable
6602         `tramp-default-password-end-of-line' (default value).
6603         (tramp-methods): Add entries for new parameter
6604         tramp-password-end-of-line.
6605         (tramp-enter-password): Use new function
6606         `tramp-get-password-end-of-line'.
6607         (tramp-handle-insert-file-contents): Do not
6608         unconditionally inhibit the file operation file-local-copy, only
6609         do that when the inhibit-file-name-operation is currently
6610         insert-file-contents.  This fixes finding remote CVS-controlled
6611         files.  (It would barf on inserting the CVS/Entries file
6612         literally, because the file-local-copy handler wasn't called.)
6613         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6614         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6615         (tramp-initial-commands): New variable.
6616         (tramp-process-initial-commands): New function, using the variable.
6617         (tramp-open-connection-setup-interactive-shell): Call the new function.
6618         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6619         method into the buffer name, never use nil.  Reported by Hanak
6620         David <dhanak@inf.bme.hu>.
6621         (tramp-open-connection-setup-interactive-shell): Erase buffer
6622         before sending "stty -onlcr".
6624         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6626 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
6628         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6630 2003-07-19  John Paul Wallington  <jpw@gnu.org>
6632         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6633         (artist-draw-rect, artist-draw-square): Doc fixes.
6635         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6637         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6639 2003-07-19  Kenichi Handa  <handa@m17n.org>
6641         * international/kkc.el (kkc-show-conversion-list-update):
6642         Highlight the correct candidate in the message.
6644 2003-07-18  John Paul Wallington  <jpw@gnu.org>
6646         * simple.el (current-word): Don't include punctuation char when
6647         `really-word' arg is non-nil.
6649 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
6651         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6652         moved to the directory obsolete.
6654 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6656         * info.el (Info-menu-entry-name-re): Allow newlines in
6657         menu entry names.
6659         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6660         syntax-ppss-after-change-function.
6661         (syntax-ppss-after-change-function): New alias.  Update uses.
6662         (syntax-ppss): Catch the case where the buffer is narrowed.
6664 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6666         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6667         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6669 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6671         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6672         since it might be modified.
6674         * progmodes/cc-langs.el (c++-make-template-syntax-table)
6675         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6676         names to these language constants.
6678 2003-07-15  Kim F. Storm  <storm@cua.dk>
6680         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6681         All uses changed.
6683 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
6685         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6686         Namespace support.
6688 2003-07-13  Juanma Barranquero  <lektu@terra.es>
6690         * frame.el (modify-all-frames-parameters): Reinstall (copyright
6691         papers received).
6693 2003-07-13  Karl Eichwalder  <ke@suse.de>
6695         * textmodes/po.el (po-find-charset): White space at the start of the
6696         Content-Type field body is non-mandatory.
6698 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6700         * textmodes/texinfo.el (texinfo-section-list):
6701         Append appendixsection; a synonym for appendixsec.
6703 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
6705         * man.el (Man-translate-cleanup): New.
6706         (Man-translate-references): Call `Man-translate-cleanup' to clean
6707         leading, trailing and middle spaces.
6709 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
6711         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6712         Handle `dired-directory' being a list.
6714 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6716         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6717         it doesn't exist.
6719 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6721         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6723         * progmodes/cc-defs.el (c-make-keywords-re):
6724         Don't use delete-duplicates.
6725         (c-lang-const): Don't use mapcan.
6727         * apropos.el (apropos-show-scores): Make it customizable.
6728         Document new meaning.
6729         (apropos): Compute scores from symbols.
6730         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6732 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6734         * ps-bdf.el: Fix copyright line.
6735         (bdf-directory-list): Fix initialization code.
6737 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6739         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6740         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6741         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6743 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6745         * emacs-lisp/ring.el (ring-elements): Doc fix.
6747 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6749         * calendar/timeclock.el (timeclock-relative)
6750         (timeclock-ask-before-exiting, timeclock-use-display-time):
6751         Doc changes.
6752         (timeclock-modeline-display): Give a message if
6753         `timeclock-use-display-time' is non-nil but `display-time-mode'
6754         is not active.
6756 2003-07-11  Kenichi Handa  <handa@m17n.org>
6758         * international/mule-cmds.el (set-language-environment):
6759         Set current-language-environment to the correct string.
6761 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6763         * ps-print.el: Print line number correctly in a region.  Reported by
6764         Tim Allen <timallen@ls83.fsnet.co.uk>
6765         (ps-print-version): New version number (6.6.2).
6766         (ps-printing-region): Code fix.
6768 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6770         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6771         this function can be called from `add-completions-from-tags-table'.
6773 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6775         * calendar/timeclock.el (timeclock-use-display-time)
6776         (timeclock-day-over-hook, timeclock-workday-remaining)
6777         (timeclock-status-string, timeclock-when-to-leave)
6778         (timeclock-when-to-leave-string, timeclock-log-data)
6779         (timeclock-find-discrep, timeclock-day-base)
6780         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6781         (timeclock-modeline-display): Set the variable
6782         `timeclock-modeline-display'.
6783         (timeclock-update-modeline): Doc fix.  Respect value of
6784         `timeclock-relative'.
6786 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6788         * textmodes/reftex-parse.el (reftex-all-document-files):
6789         Add autoload cookie.
6791         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6792         (reftex-scanning-info-available-p): Add autoload cookie.
6794         * international/mule-cmds.el
6795         (set-display-table-and-terminal-coding-system): Delete duplicate
6796         aset on standard-display-table.
6798         * view.el (view-file): If existing buffer's major mode is special,
6799         don't go into view mode.
6801         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6803 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6805         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6806         buffer changes; there's third party code that calls this function
6807         directly.
6809 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6811         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6812         (autodoc-font-lock-keywords): Don't byte compile on font lock
6813         initialization when running from byte compiled files.
6815 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6817         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6818         statement ends with auto-increment "++".
6820 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6822         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6823         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6824         these are changed, so declare them as variables and not constants.
6826 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
6828         * subr.el (dolist, dotimes): Doc fix.
6830 2003-07-08  Kim F. Storm  <storm@cua.dk>
6832         * international/mule-cmds.el
6833         (set-display-table-and-terminal-coding-system): Don't break
6834         bootstrap if standard-display-table isn't setup yet.
6836 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6838         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6839         Give it a doc string, and autoload it.
6841         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6842         Use with-no-warnings.
6844         * info.el (Info-search): If find invisible text, search again.
6846         * isearch.el (search-whitespace-regexp): Add a shy group around it.
6848         * man.el (Man-name-regexp): Match + as part of name.
6850         * simple.el (visible-mode): Rename from vis-mode.
6851         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6853         * simple.el (current-word): New arg REALLY-WORD specifies
6854         don't include punctuation chars.
6856         * emacs-lisp/debug.el (debug, debugger-env-macro):
6857         Use with-no-warnings while accessing and binding unread-command-char.
6859         * international/mule-cmds.el
6860         (set-display-table-and-terminal-coding-system): Use explicit loop
6861         instead of calling standard-display-default.
6863         * net/ange-ftp.el (ange-ftp-file-symlink-p):
6864         Use condition-case to catch error in ange-ftp-get-files.
6866         * net/browse-url.el (browse-url-browser-function):
6867         Add alternative for Epiphany.
6868         (browse-url-epiphany-program, browse-url-epiphany-arguments)
6869         (browse-url-epiphany-startup-arguments)
6870         (browse-url-epiphany-new-window-is-tab): New variables.
6871         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6873         * progmodes/compile.el (compile-auto-highlight): Default now t.
6874         (compile): Doc fix.
6875         (compilation-next-error): Fix previous change.
6877         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6879         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6881 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
6883         * gdb-ui.el (gdb-source-info): Display current frame when
6884         attaching to an existing process.
6885         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6886         while laying out windows when attaching to an existing process.
6888 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
6890         * info.el (Info-menu): Use Info-menu-entry-name-re.
6892 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6894         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6895         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6897         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6898         to match the same text.
6900 2003-07-06  John Paul Wallington  <jpw@gnu.org>
6902         * vc.el (vc-annotate-offset): Move defvar up.
6904 2003-07-06  Kim F. Storm  <storm@cua.dk>
6906         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6907         This should fix the infinite loop when extracting menu names.
6909 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6911         * files.el (auto-mode-alist, interpreter-mode-alist):
6912         Remove entries to CC Mode modes to avoid duplicates; they are now added
6913         with autoload directives in cc-mode.el.
6915 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6917         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6918         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6919         these are changed, so declare them as variables and not constants.
6921         * progmodes/cc-mode.el: Fix some autoload problems: Try to
6922         ensure that the entry for ".c" extension comes before the one for
6923         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6924         Fix incorrect entries that were added to `interpreter-mode-alist'.
6925         Move the autoload directives for AWK to the top level since they
6926         aren't recognized anywhere else.  Do not use the new AWK mode doc
6927         in the autoload form for the old AWK mode.
6929 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6931         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6932         (bibtex-sort-ignore-string-entries): Default value t.
6933         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6934         erroneously in previous version.
6935         (bibtex-string-files): Docstring reflects new parsing scheme.
6936         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6937         docstring, add # as one of the chars to crush
6938         (bibtex-autokey-prefix-string, bibtex-autokey-names)
6939         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6940         (bibtex-autokey-name-change-strings)
6941         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6942         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6943         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6944         (bibtex-autokey-title-terminators)
6945         (bibtex-autokey-titlewords-stretch)
6946         (bibtex-autokey-titleword-ignore)
6947         (bibtex-autokey-titleword-case-convert)
6948         (bibtex-autokey-titleword-abbrevs)
6949         (bibtex-autokey-titleword-abbrevs)
6950         (bibtex-autokey-titleword-change-strings)
6951         (bibtex-autokey-titleword-length)
6952         (bibtex-autokey-titleword-separator)
6953         (bibtex-autokey-name-year-separator)
6954         (bibtex-autokey-year-title-separator)
6955         (bibtex-autokey-before-presentation-function)
6956         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
6957         Fix docstring.
6958         (bibtex-strings, bibtex-reference-keys):
6959         Use lazy-completion-table and make-variable-buffer-local.
6960         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
6961         (bibtex-braced-string-syntax-table)
6962         (bibtex-quoted-string-syntax-table): New variables.
6963         (bibtex-parse-nested-braces): Remove.
6964         (bibtex-parse-field-string): Use syntax table and forward-sexp.
6965         (bibtex-parse-association): Simplify.
6966         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
6967         (bibtex-parse-field-text): Simplify.
6968         (bibtex-search-forward-field, bibtex-search-backward-field):
6969         argument BOUND can take value t.
6970         (bibtex-start-of-field, bibtex-start-of-name-in-field)
6971         (bibtex-end-of-name-in-field, bibtex-end-of-field)
6972         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
6973         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
6974         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
6975         (bibtex-skip-to-valid-entry): Return buffer position of beginning
6976         and ending of entry.  Update for changes of bibtex-search-entry.
6977         Simplify.
6978         (bibtex-map-entries): FUN is called with three arguments.
6979         (bibtex-search-entry): Return a cons pair with buffer positions of
6980         beginning and end of entry.
6981         (bibtex-enclosing-field): Simplify.
6982         (bibtex-format-entry): Use booktitle to set a missing title.
6983         (bibtex-autokey-get-names): Fiddle with regexps.
6984         (bibtex-generate-autokey): Use identity.
6985         (bibtex-parse-keys): Use simplified parsing algorithm if
6986         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
6987         arguments.  Return alist of keys.
6988         (bibtex-parse-strings): Simplify.  Return alist of strings.
6989         (bibtex-complete-string-cleanup): Fix docstring.
6990         (bibtex-read-key): New function.
6991         (bibtex-mode): Fix docstring.  Do not parse for keys and
6992         strings when the mode is entered.  Set fill-paragraph-function to
6993         bibtex-fill-field.  Setup font-lock-mark-block-function the way
6994         font-lock intended.
6995         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
6996         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
6997         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
6998         (bibtex-Preamble): Avoid hard coded constants.
6999         (bibtex-make-field): Fix docstring.  Simplify.
7000         (bibtex-beginning-of-entry): Always return new position of point.
7001         (bibtex-end-of-entry): Rearrange cond clauses.
7002         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7003         Update for changes of bibtex-map-entries.
7004         (bibtex-ispell-abstract): Do not move point.
7005         (bibtex-entry-index): Use downcase.  Simplify.
7006         (bibtex-lessp): Handle catch-all.
7007         (bibtex-find-crossref): Turn into a command.
7008         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7009         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7010         preamble entries.
7011         (bibtex-fill-field-bounds): New function.
7012         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7013         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7014         (bibtex-String): Use bibtex-strings.  Always obey
7015         bibtex-sort-ignore-string-entries.
7017 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7019         * cus-theme.el (customize-create-theme):
7020         Call `customize-create-theme' in Reset widget's notify function.
7022         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7023         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7024         (define-ibuffer-column name): Add summarizer.
7025         (define-ibuffer-column size): Likewise.
7026         (define-ibuffer-column filename): Likewise.
7027         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7028         (define-ibuffer-column filename-and-process): Likewise, likewise.
7029         (ibuffer): Remove local vars `already-in' and `need-update'.
7031         * ibuf-ext.el: Don't require `derived' at compile-time.
7033 2003-07-05  Kim F. Storm  <storm@cua.dk>
7035         * info.el: Disable paragraph refilling.
7036         (Info-refill-paragraphs): New defcustom.
7037         (Info-fontify-node): Use it.
7039 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7041         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7042         thingies from constructors created by defstruct.
7044         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7045         the default value of the variable.
7046         (byte-code-meter): Move declaration to top level.
7048         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7050         * info.el (Info-following-node-name-re): New fun.
7051         (Info-following-node-name): Remove.
7052         (Info-insert-dir): Use the new fun.
7053         (Info-extract-pointer): Don't save restriction; use new fun.
7054         (Info-menu-entry-name-re): New const.
7055         (Info-menu-entry-name-re): Use it along with new fun.
7056         (Info-node-spec-re): Use new fun.
7057         (Info-complete-menu-item, Info-fontify-node): Use new const.
7058         (Info-goto-node, Info-follow-reference, Info-menu-update):
7059         Use match-string.
7060         (Info-follow-reference): Use assoc-string.
7061         Use a list of strings for the completion table.
7062         (Info-fontify-node): Use match-string, line-end-position.
7063         Limit the search for `node:' to the first line.
7065         * newcomment.el (uncomment-region): Remove padding coming from
7066         comment-start rather than just from comment-padding.
7068         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7069         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7070         (vc-cvs-rename-file): Remove (use the default).
7071         (vc-cvs-register): Register parent dir if needed.
7072         (vc-cvs-could-register): Return non-nil if parent can be registered.
7073         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7074         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7076         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7077         (vc-svn-update): Fix the arguments to `svn'.
7078         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7079         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7080         Simple implementations, assuming `name' is a URL.
7082         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7083         set of chars allowed unquoted in a case pattern.
7085         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7087         * font-lock.el (font-lock-extra-types-widget)
7088         (c-font-lock-extra-types, c++-font-lock-extra-types)
7089         (objc-font-lock-extra-types, java-font-lock-extra-types)
7090         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7091         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7092         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7093         (font-lock-match-c++-structor-declaration)
7094         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7095         (c++-font-lock-keywords-3, c++-font-lock-keywords)
7096         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7097         (objc-font-lock-keywords-3, objc-font-lock-keywords)
7098         (java-font-lock-keywords-1, java-font-lock-keywords-2)
7099         (java-font-lock-keywords-3, java-font-lock-keywords)
7100         (java-font-lock-syntactic-face-function): Remove obsolete code
7101         and constants.  It's all in cc-fonts.el now.
7103 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
7105         * mail/sendmail.el (mail-specify-envelope-from)
7106         (mail-envelope-from): Doc fix.
7108 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
7110         * generic-x.el: Do away with the dependency on `c-emacs-features'
7111         when populating `rul-generic-mode-syntax-table'; we already know
7112         this isn't XEmacs.
7114 See ChangeLog.10 for earlier changes.
7116 ;; Local Variables:
7117 ;; coding: iso-2022-7bit
7118 ;; End:
7120     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7121   Copying and distribution of this file, with or without modification,
7122   are permitted provided the copyright notice and this notice are preserved.
7124 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1