*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob0d214753a581c4fd195889d00139c2746482d19e
1 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3         * ielm.el (ielm-prompt-read-only): Update docstring.
5         * comint.el (comint-prompt-read-only): Update docstring.
6         (comint-update-fence, comint-kill-whole-line)
7         (comint-kill-region): New functions.
9         * simple.el (kill-whole-line): Use "p" instead of "P" in
10         interactive form.
12 2004-05-01  Juanma Barranquero  <lektu@terra.es>
14         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15         format arglist so default values in CL-style argument lists are
16         correctly shown.
18 2004-05-01  Jason Rumney  <jasonr@gnu.org>
20         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
22 2004-05-01  Kenichi Handa  <handa@m17n.org>
24         * international/titdic-cnv.el (miscdic-convert): Don't generate a
25         quail file if it is up to date.
27 2004-04-30  Juri Linkov  <juri@jurta.org>
29         * cus-edit.el (custom-mode-map):
30         Add key binding `C-x C-s' to `Custom-save'.
32         * outline.el (outline-blank-line): New var.
33         (outline-next-preface, outline-show-heading)
34         (outline-end-of-subtree): Use it.
36         * dired-aux.el (dired-touch-initial): New fun.
37         (dired-do-chxxx): Call it for op-symbol `touch'.
38         (dired-diff): Use `dired-dwim-target-directory'
39         if current dired buffer has no buffer mark.
41         * bindings.el (propertized-buffer-identification):
42         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
43         Add C-M-arrow keys for consistency.
45         * files.el (confirm-kill-emacs):
46         Change group from top-level `emacs' to `convenience'.
48         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
49         Push mark on the first call of successive command calls.
50         (insert-pair): New fun created from `insert-parentheses' with
51         `open' and `close' arguments added.  Enclose active regions
52         in paired characters.  Compare adjacent characters syntax with
53         inserted characters syntax before inserting a space.
54         (insert-parentheses): Call `insert-pair' with ?\( ?\).
56         * delsel.el: Don't put `delete-selection' property
57         on `insert-parentheses' symbol to take advantage of
58         region handling in `insert-pair' function.
59         Suggested by Stephan Stahl <stahl@eos.franken.de>.
61 2004-04-30  Kim F. Storm  <storm@cua.dk>
63         * emulation/cua-base.el: Add support for changing cursor types;
64         based on patch from Michael Mauger.
65         (cua-normal-cursor-color, cua-read-only-cursor-color)
66         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
67         Customization cursor type and/or cursor color.
68         (cua--update-indications): Handle cursor type changes.
69         (cua-mode): Update cursor indications if enabled.
71         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
73         * mouse.el (mouse-drag-copy-region): New defcustom.
74         (mouse-set-region, mouse-drag-region-1): Use it.
76         * simple.el (kill-ring-save): If region face background color is
77         unspecified (if no highlighting), show extent of fully visible
78         region even if transient-mark-mode is enabled.
80         * emulation/cua-base.el (cua--standard-movement-commands):
81         Add cua-scroll-up and cua-scroll-down.
82         (cua-scroll-up, cua-scroll-down): New commands.
83         (cua--init-keymaps): Remap scroll-up and scroll-down.
85         * emulation/cua-rect.el (cua--convert-rectangle-as):
86         New defmacro.
87         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
88         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
89         New commands (suggested by Jordan Breeding).
91 2004-04-30  Juanma Barranquero  <lektu@terra.es>
93         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
95 2004-04-30  Mario Lang  <mlang@delysid.org>
97         * diff.el (diff-switches): Fix typo in docstring.
99 2004-04-30  Alex Schroeder  <alex@gnu.org>
101         * xml.el (xml-debug-print-internal): Don't add newline and
102         indentation to text nodes and write empty elements as empty tags
103         instead of opening and closing tags.
104         (xml-debug-print): Take optional indent-string argument.
105         (xml-print): Alias for xml-debug-print.
107 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
109         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
110         than duplicate call to `line-beginning-position'.
112         * progmodes/f90.el (f90-get-present-comment-type): Return
113         whitespace, as well as comment chars, for consistent filling
114         of comment blocks.  Use `match-string-no-properties'.
115         (f90-break-line): Do not leave trailing whitespace when filling
116         comments.
118 2004-04-30  Dave Love  <fx@gnu.org>
120         * calendar/diary-lib.el (diary-outlook-formats): New variable.
121         (diary-from-outlook-internal, diary-from-outlook)
122         (diary-from-outlook-gnus, diary-from-outlook-rmail): New
123         functions to import diary entries from Outlook-format
124         appointments in mail messages.
126 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * progmodes/python.el (python-send-command): New fun.
129         (python-send-region, python-load-file): Use it.
131         * progmodes/compile.el (compilation-last-buffer): Add var alias.
133         * help-fns.el (help-C-file-name): Use new subr-name.
134         Prepend `src/' to the file name.
135         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
136         (describe-function-1, describe-variable): Only find a C source file
137         name if DOC is already loaded.
139         * help-mode.el (help-function-def, help-variable-def):
140         Use the new find-function-search-for-symbol functionality.
141         Allow FILE to be `C-source'.
143         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
144         (find-function-C-source): New fun.
145         (find-function-search-for-symbol): Use it.
147 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
149         * progmodes/sql.el (sql-product-alist): Rename variable
150         `sql-product-support'.  Add Postgres login parameters.
151         (sql-set-product, sql-product-feature): Update with renamed
152         variable.
153         (sql-connect-postgres): Add username prompt.
154         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
155         Make patterns less product specific.
156         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
157         (sql-mode-abbrev-table): Modify initialization.
158         (sql-builtin-face): Add variable.
159         (sql-keywords-re): Add macro.
160         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
161         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
162         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
163         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
164         (sql-mode-linter-font-lock-keywords)
165         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
166         (sql-mode-sybase-font-lock-keywords)
167         (sql-mode-informix-font-lock-keywords)
168         (sql-mode-interbase-font-lock-keywords)
169         (sql-mode-ingres-font-lock-keywords)
170         (sql-mode-solid-font-lock-keywords)
171         (sql-mode-sqlite-font-lock-keywords)
172         (sql-mode-db2-font-lock-keywords): Default to nil.
173         (sql-product-font-lock): Always highlight ANSI keywords.
174         (sql-add-product-keywords): Made similar to
175         `font-lock-add-keywords'.
176         (sql-send-string): Add function.
178 2004-04-29  Dave Love <fx@gnu.org>
180         * progmodes/cfengine.el (cfengine-beginning-of-defun)
181         (cfengine-end-of-defun): Ensure progress through buffer.
183         * info-look.el (cfengine-mode): Accept a terminal ().
185 2004-04-29  Juri Linkov  <juri@jurta.org>
187         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
188         instead of isearch-yank-word-or-char.  Add new key bindings for
189         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
190         (isearch-del-char): New fun.
191         (isearch-forward, isearch-edit-string): Update docstring.
192         (isearch-yank-char): Doc fix.
193         (isearch-other-meta-char): Restore point after scrolling.
195         * progmodes/compile.el (compilation-context-lines): Add nil option
196         to disable compilation output window scrolling.
197         (compilation-set-window): Use it.
199         * outline.el (outline-next-preface, outline-show-heading):
200         Don't leave unhidden blank line before heading.
201         (outline-end-of-subtree): Include last newline into subtree.
202         (hide-entry): Leave point at beginning of heading instead of end.
203         (outline-up-heading): Push mark for the first call of successive
204         command calls.
206 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
208         * comint.el (comint-prompt-read-only): New variable.
209         (comint-output-filter): Implement it.
211         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
212         (ielm-prompt-internal): New variable.
213         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
214         (ielm-send-input): Delete unused variable `buf'.
215         (ielm-eval-input): Use `ielm-prompt-internal'.
216         (inferior-emacs-lisp-mode): Use new variables
217         `comint-prompt-read-only' and `ielm-prompt-internal'.
218         Get rid of obsolete variable `directory-sep-char'.
219         (ielm): Use `zerop'.
221 2004-04-29  John Paul Wallington  <jpw@gnu.org>
223         * thumbs.el (toplevel): Require cl at compile time.
224         Remove conditional definitions of `ignore-errors' and `caddar'
225         because they occur at run time.
227 2004-04-28  Nick Roberts  <nickrob@gnu.org>
229         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
230         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
231         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
232         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
234         * progmodes/gud.el (gud-common-init): Throw an error if program is
235         already running under gdb.
237 2004-04-28  John Paul Wallington  <jpw@gnu.org>
239         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
240         (thumbs-show-image-num): Move assignment of
241         `thumbs-current-image-filename' within scope of `i'.
242         (thumbs-emboss-image): Don't use `evenp'.
244 2004-04-28  Richard M. Stallman  <rms@gnu.org>
246         * progmodes/compile.el (compilation-context-lines): Default now 0.
248 2004-04-28  Juanma Barranquero  <lektu@terra.es>
250         Use `time-less-p' from calendar/time-date.el instead of defining
251         custom versions of it.
253         * pcomplete.el (pcomplete-time-less-p): Remove.
255         * thumbs.el (time-less-p): Remove.
257         * calendar/timeclock.el (timeclock-time-less-p): Remove.
258         (timeclock-generate-report): Use `time-less-p'.
260         * emacs-lisp/autoload.el (autoload-before-p): Remove.
261         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
263 2004-04-28  Masatake YAMATO  <jet@gyve.org>
265         * subr.el (remove-overlays): Make arguments optional.
267         * wid-edit.el (widget-specify-button): Put evaporate to the
268         overlay for sample.
269         (widget-specify-sample): Put evaporate to the overlay for sample.
270         (widget-specify-doc): Put evaporate to the overlay for documentation.
272 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
274         * info.el (info-apropos): Make it an index node.  Align node names
275         like makeinfo.
277 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
279         * net/browse-url.el (browse-url-netscape-sentinel)
280         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
281         (browse-url-epiphany-sentinel, browse-url-mosaic):
282         Use browse-url-*-program instead of a literal program name.
284 2004-04-27  Kevin Ryde  <user42@zip.com.au>
286         * eshell/em-alias.el:
287         * eshell/em-dirs.el:
288         * eshell/em-hist.el:
289         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
290         features when M-x customize-group loads modules before the main
291         eshell.el.
293 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
295         * subr.el (momentary-string-display): Support EXIT-CHAR that is
296         either a character representation of an event or an event
297         description list.
299         * type-break.el: Capitalise Emacs and Lisp.
300         (type-break-good-break-interval, type-break-demo-boring-stats)
301         (type-break-terse-messages, type-break-file-name): New defcustoms.
302         (type-break-post-command-hook)
303         (type-break-warning-countdown-string): Quote variable names in doc.
304         (type-break-interval-start, type-break-auto-save-file-name): New vars.
305         (type-break-mode): Document type-break-good-break-interval and the
306         "session" file.  Schedule break according to the session file.
307         Kill session file buffer on exit.  Organise for save-some-buffers
308         to always save the session file.
309         (type-break-mode-line-message-mode, type-break-query-mode):
310         Uppercase arguments.
311         (type-break-file-time, type-break-file-keystroke-count, timep)
312         (type-break-choose-file, type-break-get-previous-time)
313         (type-break-get-previous-count): New defuns.
314         (type-break): Avoid break querying after a completed break in the
315         case where the query was initiated during user invocation of the
316         break.  Optional terse messages.
317         Use type-break-good-break-interval if type-break-good-rest-interval is
318         nil.  File the break time.
319         (type-break-schedule): New optional args for overriding the use of
320         the current time.
321         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
322         after a break.
323         (type-break-check): File the keystroke count.
324         (type-break-do-query): Prevent a second query when the break is
325         interrupted.  Optional terse message.
326         (type-break-keystroke-reset): Record the start of a typing interval.
327         (type-break-demo-boring): Optional terse messages.  Display word
328         per minute and keystroke counts according to
329         type-break-demo-boring-stats.
331 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
333         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
334         directories, make sure they exist under archive-tmpdir.
336 2004-04-27  Juri Linkov  <juri@jurta.org>
338         * help.el (view-emacs-news): With argument, display info for the
339         selected version by finding it among different NEWS files, and
340         narrowing the buffer to the selected version.
342         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
343         same-window-buffer-names.
344         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
345         non-numeric prefix argument, append the number to the buffer name
346         for numeric prefix argument.
347         (info-other-window): Bind same-window-regexps to nil.
348         (Info-reference-name): Rename to Info-point-loc.
349         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
350         and Info-find-index-name for stringy Info-point-loc.
351         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
352         without middle `.', but with final `.' and optional line number
353         for it.  Set Info-point-loc for index nodes.
354         (Info-index): Remove middle `.' from index entry regexp.
355         Modify line number regexp.
356         (Info-index-next): Decrement line number.
357         (info-apropos): Remove middle `.' from index entry regexp.
358         Add optional line number regexp at the end.  Add matched value
359         for line number to the result list and insert it to the buffer.
360         Replace match-string by match-string-no-properties.
361         Reorder result list.
362         (Info-fontify-node): Hide index line numbers.
363         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
364         empty matches.
365         (Info-follow-reference): Use `str' instead of
366         Info-following-node-name-re.
367         (Info-toc): Use full file names.  Set Info-current-node to "Top".
368         (Info-fontify-node): Compare file names without directory name.
369         (Info-try-follow-nearest-node): Don't set Info-reference-name.
370         Set second arg of Info-extract-menu-node-name for index nodes.
371         (info-xref-visited): Use magenta3 instead of magenta4.
372         (Info-mode): Add info-apropos to docstring.
374         * log-view.el (log-view-diff): Replace interactive code "r"
375         by a list to allow to call it even if region is not active.
377         * paren.el (show-paren-highlight-openparen): New var.
378         (show-paren-function): Turn on openparen highlighting when
379         matching forward if show-paren-highlight-openparen is non-nil.
381         * simple.el (kill-ring-save): Use blink-matching-delay instead of
382         the constant value 1.
383         (completions-common-part): Expand docstring.
385         * textmodes/picture.el (picture-mode-map): Add arrow keys.
387 2004-04-27  Kim F. Storm  <storm@cua.dk>
389         * image.el (insert-sliced-image): Use line-height instead of
390         line-spacing property on newline.
392 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
394         * desktop.el (desktop-buffer-misc-data-function): Rename to
395         desktop-save-buffer and change docstring.
396         (desktop-buffer-modes-to-save): Delete.
397         (desktop-save-buffer-p): Use desktop-save-buffer instead of
398         desktop-buffer-modes-to-save.
399         (desktop-save): Rename desktop-buffer-misc-data-function to
400         desktop-save-buffer and allow non-function value.
401         (desktop-missing-file-warning): Correct docstring.
403         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
404         to desktop-save-buffer.
406         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
407         desktop-save-buffer.
409         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
411         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
413 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
415         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
417 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
419         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
420         (ielm): Only go to the end of the buffer when starting a new process.
422 2004-04-25  Juanma Barranquero  <lektu@terra.es>
424         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
425         mode line.  Bind `inhibit-read-only' to t before modifying
426         properties of text in the buffer.
427         (ielm): Force point to the end of buffer, even when running ielm
428         from inside itself.
430 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
432         * info.el (info-apropos): Reset Info-complete-cache.
434 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
436         * progmodes/compile.el (compilation-error-regexp-alist-alist):
437         Also recognize severe Irix et al. messages.
438         (compilation-normalize-filename, compile-abbreviate-directory):
439         Delete functions.
440         (compilation-get-file-structure): New function inherits
441         functionality of the two preceding ones.
442         (compilation-internal-error-properties, compilation-fake-loc):
443         Use it so that different paths to the same file share the same
444         markers.  Also optimize finding adjacent marker slightly.
446 2004-04-25  Kim F. Storm  <storm@cua.dk>
448         * image.el (insert-sliced-image): Add line-spacing t property
449         to newlines separating image lines.
451 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
453         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
455         * ielm.el (ielm-prompt-read-only): New user option.
456         (ielm-prompt): Expand docstring to describe new behavior.
457         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
458         mention it in the docstring.
460 2004-04-24  Andreas Schwab  <schwab@suse.de>
462         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
464         * diff.el (diff): Set default-directory in diff buffer.
466 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
468         * mail/sendmail.el (mail-bury): Don't delete the frame where the
469         mail was being composed if the terminal cannot display more than
470         one frame; instead, switch to previous frame.
472         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
473         (rmail-start-mail): Support rmail-mail-new-frame even on
474         terminals that can display only one frame at a time.
476 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
479         (checkdoc-output-font-lock-keywords): Remove error regexp.
480         (checkdoc-output-mode-map): Remove.
481         (checkdoc-output-mode): Derive from compilation-mode.
482         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
484         * dired.el (dired-mode-map): Add a menu entry for wdired.
486         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
487         (rx-bracket, rx-check-any, rx-any): Clean up name space.
489         * wdired.el: (wdired-mode-map): Move init into declaration.
490         Fix `return' binding.
491         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
492         Use force-mode-line-update.
493         (wdired-get-filename): Use `unless'.
494         (wdired-preprocess-files): Don't assume names have no \n and use / for
495         dir separator.
496         (wdired-normalize-filename): Use replace-regexp-in-string.
497         (wdired-load-hooks): Remove.
498         (wdired-mode-hooks): Rename to wdired-mode-hook.
500         * info-look.el: Add support for cfengine-mode.
501         (info-lookup-setup-mode): Use dolist.
503 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
505         * wdired.el: New file.
507 2004-04-23  Juanma Barranquero  <lektu@terra.es>
509         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
511         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
512         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
513         (pcomplete--help, pcomplete--here): Doc fixes.
515 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
517         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
518         handles wrong-number-of-arguments in backend call.
520         * vc.el (vc-print-log): Likewise.
522 2004-04-20  Dave Love  <fx@gnu.org>
524         * emacs-lisp/rx.el: Doc fixes.
525         (rx-constituents): Add/extend many forms.
526         (rx-check): Check form is a list.
527         (bracket): Defvar.
528         (rx-check-any, rx-any, rx-check-not): Modify.
529         (rx-not): Simplify.
530         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
531         (rx-kleene): Use rx-trans-forms.
532         (rx-quote-for-set): Delete.
533         (rx): Allow multiple args.
535 2004-04-23  Kenichi Handa  <handa@m17n.org>
537         * international/mule-util.el (char-displayable-p): Simplify by
538         using internal-char-font.
540 2004-04-23  Juanma Barranquero  <lektu@terra.es>
542         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
544 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * diff-mode.el (diff-next-error): New fun.
547         (diff-mode): Use it.
549         * simple.el (next-error): Change arg name.
550         Add support for the documented C-u C-x ` usage.
552         * frame.el (special-display-popup-frame, next-multiframe-window)
553         (previous-multiframe-window): Only consider frames on same display.
555 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
557         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
558         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
560 2004-04-22  Kim F. Storm  <storm@cua.dk>
562         * net/telnet.el (telnet): Add optional port arg.
564 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * progmodes/compile.el (compilation-mode-font-lock-keywords):
567         Minor sanity check on the `hyperlink' slot.
569         * Makefile.in (recompile): Compile new files.
571         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
572         Add byte-recompile-directory's optional `arg'.
574         * cvs-status.el (cvs-tree-use-charset): New var.
575         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
576         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
577         (cvs-status-cvstrees): Use it.
579         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
580         Make it a normal major mode.
581         (checkdoc-buffer-label): Make sure the file name is meaningful.
582         (checkdoc-output-to-error-buffer): Remove.
583         (checkdoc-error, checkdoc-start-section): Rewrite.
585         * info.el (info-node, info-menu-5, info-xref, info-header-node)
586         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
587         (Info-title-4-face): Use new syntax.
588         (info-xref-visited): Inherit from info-xref.
590         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
592 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
594         * simple.el (next-error-last-buffer, next-error-function):
595         New variables for the next-error framework.
596         (next-error-buffer-p): New function.
597         (next-error-find-buffer): Generalize compilation-find-buffer.
598         (next-error, previous-error, first-error, next-error-no-select)
599         (previous-error-no-select): Move from compile.el.
601         * replace.el (occur-next-error, occur-1): Hook into the next-error
602         framework.
604         * progmodes/compile.el (compilation-start):
605         Set next-error-last-buffer so next-error knows where to jump.
606         (compilation-setup): Set the buffer-local variable
607         next-error-function to 'compilation-next-error-function.
608         (compilation-buffer-p, compilation-buffer-internal-p): Use an
609         alternate way to find if a buffer is a compilation buffer, for
610         next-error convenience.
611         (next-error-no-select, previous-error-no-select, next-error)
612         (previous-error, first-error): Move to simple.el.
613         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
614         (compilation-last-buffer): Remove.
615         (compilation-start, compilation-next-error, compilation-setup)
616         (compilation-next-error-function, compilation-find-buffer):
617         Remove compilation-last-buffer use.
619 2004-04-21  Juanma Barranquero  <lektu@terra.es>
621         * makefile.w32-in (WINS): Add url/ directory.
623         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
624         (font-lock-warning-face): Fix spacing.
626 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
628         * desktop.el (desktop-buffer-mode-handlers): New variable.
629         Alist of major mode specific functions to restore a desktop buffer.
630         (desktop-buffer-handlers): Make variable obsolete.
631         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
632         Catch errors signaled in handlers.  Update buffer count.
633         Evaluate desktop-buffer-point.
634         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
635         move to dired.el.
636         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
637         move to info.el.
638         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
639         move to mail/rmail.el.
640         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
641         to mh-e/mh-e.el.
642         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
643         On fail, print message (to message buffer) even if
644         desktop-missing-file-warning is nil.
645         (desktop-buffer-misc-data-function): New buffer local variable.
646         Function returning major mode specific data.
647         (desktop-buffer-misc-functions): Make variable obsolete.
648         (desktop-save): Use desktop-buffer-misc-data-function.
649         (desktop-buffer-dired-misc-data): Rename to
650         dired-desktop-buffer-misc-data and move to dired.el.
651         (desktop-buffer-info-misc-data): Rename to
652         Info-desktop-buffer-misc-data and move to info.el.
653         (desktop-read): Add message about number of buffers restored/failed.
654         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
655         Add parameters.  Pause to display error only when
656         desktop-missing-file-warning is non-nil.
657         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
658         (dired-mode): Bind desktop-buffer-misc-data-function.
659         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
660         Add Parameters.
661         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
662         (Info-mode): Bind desktop-buffer-misc-data-function.
663         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
664         Add Parameters.
665         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
666         Add Parameters.
668 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
670         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
671         the case of letters in case-insensitive expansions when the
672         abbrev is preceded by characters with letter syntax.
674 2004-04-21  Richard M. Stallman  <rms@gnu.org>
676         * progmodes/cperl-mode.el (cperl-putback-char):
677         Delete Emacs 18 definition.
679         * international/mule.el (ctext-post-read-conversion):
680         Use assoc-string, not assoc-ignore-case.
682         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
684         * emacs-lisp/easymenu.el (easy-menu-add):
685         Do call x-popup-menu, but only if it's defined.
687         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
689         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
690         Handle multiple args: compile like progn.
692         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
693         take all args as &rest arg.
695         * autoinsert.el (auto-insert-alist): Insert the user's name in
696         copyright notice, rather than Free Software Foundation.
698 2004-04-21  Kenichi Handa  <handa@m17n.org>
700         * descr-text.el (describe-char): Make it work on *Help* buffer.
702 2004-04-21  Kim F. Storm  <storm@cua.dk>
704         * image.el (insert-image): Add optional SLICE arg.
705         (insert-sliced-image): New defun.
707 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
709         * subr.el (read-number): Check whether `default' is nil.
711 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
713         * progmodes/compile.el (compilation-error-properties):
714         Split into two.
715         (compilation-internal-error-properties): New one.
716         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
718 2004-04-20  Richard M. Stallman  <rms@gnu.org>
720         * window.el (split-window-save-restore-data):
721         Don't update the data if OLD-INFO is nil.
723         * view.el (view-return-to-alist): Mark it permanent local.
725         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
727         * recentf.el (recentf-save-list): Catch and warn about errors.
729         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
730         so "Buffers" won't be pure.
732         * help-mode.el (help-mode-finish): Set help-return-alist first
733         thing, setting only the entry for the selected window.
735         * help-fns.el (describe-function-1): If many non-control non-meta
736         keys run the command, don't list all of them.
738 2004-04-20  Juanma Barranquero  <lektu@terra.es>
740         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
741         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
743         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
745 2004-04-20  Kenichi Handa  <handa@m17n.org>
747         * international/quail.el (quail-lookup-key): New optional arg
748         NOT-RESET-INDICES.
749         (quail-get-translations): Call quail-lookup-key with
750         NOT-RESET-INDICES t.
751         (quail-completion): Likewise.
752         (quail-lookup-map-and-concat): Likewise.
754 2004-04-20  Kenichi Handa  <handa@m17n.org>
756         * international/quail.el (quail-update-translation): Don't insert
757         such an unsupported multibyte char in a unibyte buffer.
759 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
761         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
762         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
763         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
764         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
765         (gdb-frame-assembler-buffer): Improve behaviour with
766         multiple frames.
767         (gdb-display-buffer): Extend search to all visible frames.
769 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
771         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
772         characters left after base64 decoding.
773         (rmail-decode-region): Use -dos variety of `coding', to remove any
774         ^M characters left after qp or base64 decoding.
776 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
778         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
779         messages.
781 2004-04-19  Stephen Eglen  <stephen@gnu.org>
783         * add-log.el (add-change-log-entry): Update doc string to mention
784         add-log-full-name and add-log-mailing-address.
786 2004-04-18  Juri Linkov  <juri@jurta.org>
788         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
789         (Info-find-node-2): Simplify error message.
790         (Info-insert-dir): Use Info-following-node-name.
791         (Info-goto-node): Remove *info-history* and *info-toc*.
792         (Info-history): Create a node of the virtual history file.
793         (Info-toc): Create a node of the virtual toc file.
794         (Info-insert-toc): New arg `curr-file' for reference file names.
795         (info-apropos): Remove redundant var binding for temp-file.
796         (Info-index, Info-index-next, Info-mode): Doc fix.
797         (Info-goto-emacs-command-node): Don't jump to *info* from
798         non-*info* Info buffers.
799         (Info-fontify-node): Don't show the file name of external
800         references if `Info-hide-note-references' is `hide'.  Don't hide
801         newlines at the end of paragraphs.
803         * international/mule-diag.el (list-input-methods):
804         Fix args to help-xref-button.
806         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
807         to put into effect local variables from TUTORIAL files.
809         * textmodes/paragraphs.el (sentence-end) <function>: New fun
810         with default value taken from the variable `sentence-end'.
811         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
812         Add nil const to :type.
813         (sentence-end-without-period, sentence-end-double-space)
814         (sentence-end-without-space): Doc fix.
816         * textmodes/paragraphs.el (forward-sentence):
817         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
818         (fill-delete-newlines):
819         * progmodes/cc-cmds.el (c-beginning-of-statement):
820         Use function `sentence-end' instead of variable `sentence-end'.
822 2004-04-18  Andreas Schwab  <schwab@suse.de>
824         * progmodes/compile.el (compilation-start): Set window start to
825         point-min if compilation-scroll-output is nil.
827 2004-04-18  John Wiegley  <johnw@newartisans.com>
829         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
831 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
833         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
834         (gdb-info-breakpoints-custom): Revert previous change.
835         (gdb-view-assembler): Update assembler if necessary.
836         (gdb-frame-handler): Parse correctly for gdb-current-frame.
837         (gdb-display-source-buffer): Update properly when both source and
838         assembler are visible.
840 2004-04-17  John Wiegley  <johnw@newartisans.com>
842         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
843         which limits the number of names shown in the minibuffer.  Off by
844         default.
845         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
846         up iswitchb for users with a multitude of open buffers by showing
847         only the first and last N/2 buffers in the completion list (which
848         is enough to aid C-s/C-r, and to know that more characters are
849         needed to refine the completion list).
851 2004-04-17  Richard M. Stallman  <rms@gnu.org>
853         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
854         (file-truename): Expand all ~ constructs directly.
855         (insert-directory): Delete any error msg output by the
856         `insert-directory-program'.
858         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
859         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
860         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
861         (allout-init): Use find-file-hook, not find-file-hooks.
862         (allout-mode): Eliminate Emacs 18 support.
863         Use write-contents-functions, not local-write-file-hooks.
865 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
867         * progmodes/compile.el (compilation-error-properties): Fix for
868         adding messages when there are already markers for their file.
869         (compilation-fake-loc): New function.
871 2004-04-16  Dave Love  <fx@gnu.org>
873         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
874         (python-load-file): Fix python-orig-start setting.
876         * progmodes/compile.el: Doc fixes.
877         (compilation-error-regexp-alist-alist)
878         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
879         (compilation-assq): Wrap in eval-when-compile.
880         (compilation-mode-font-lock-keywords): Don't use list*.
881         (compilation-start): Avoid warning.
882         (compilation-compat-error-properties)
883         (compilation-directory-properties): Add keymap property.
884         (compilation-parsing-end): Make it a marker for better compatibility.
886         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
888 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
890         * xml.el: Doc fixes.
891         (xml-get-children): Only looks at sub-tags and ignore strings.
893         * xml.el (xml-parse-tag): Avoid overwriting node-name.
895 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * url/url-util.el (url-debug): Use with-current-buffer.
899         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
900         (url-nfs-create-wrapper): Use new backquote syntax.
902         * url/url-https.el (url-https-file-attributes): Add id-format param.
904         * url/url-http.el (url-http-head-file-attributes)
905         (url-http-file-attributes): Add id-format parameter.
907         * url/url-handlers.el: Use new find-file-hook.
908         (url-file-attributes): Add id-format parameter.
910         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
911         (url-file-file-attributes): Add id-format parameter.
913         * url/url-dav.el: Use with-current-buffer.
914         (url-dav-process-response): Fix regexps and spurious quote.
915         (url-dav-file-attributes): Add id-format param.
917         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
919 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
921         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
923         * vc.el (vc-print-log): Likewise.
925 2004-04-16  Masatake YAMATO  <jet@gyve.org>
927         * simple.el (completion-setup-function): Set an initial value
928         to `element-common-end' before entering loop.  Set a value
929         to `element-common-end' at the end of loop.
930         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
931         (completions-common-part): Rename from completion-de-emphasis.
932         (completions-first-difference): Rename from completion-emphasis.
933         Suggested by RMS.
935 2004-04-16  Juanma Barranquero  <lektu@terra.es>
937         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
938         (bookmark-edit-annotation-mode): Add mode name.
940 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
943         for nested conflict markers.
944         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
946 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
948         * progmodes/gdb-ui.el (gdb-goto-info): New function.
950         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
952 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
955         Give a backtrace if requested.
957         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
959         * progmodes/python.el (python-mouse-2-command, python-RET-command):
960         Remove unused functions.
961         (python-orig-start-line, python-orig-file): Remove.
962         (python-orig-start): New var.
963         (python-input-filter, python-compilation-line-number)
964         (python-send-region, python-load-file): Use it.
966         * info.el (info): Always jump to *info*.
968         * subr.el (posn-set-point): New function.
970         * mouse.el (mouse-set-point): Use it.
972         * progmodes/compile.el (compile-goto-error): Use it.
973         (compilation-button-map): New keymap.
974         (compilation-error-properties): Use it.
975         (compilation-shell-minor-mode-map): Don't bind mouse-2.
977         * smerge-mode.el (smerge-popup-context-menu): Use it.
979         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
980         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
981         mouse and non-mouse case.
983         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
984         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
986         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
987         Make it work for non-mouse events.
989         * pcvs-info.el (cvs-status-map): Update binding name.
991 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
993         * xml.el (xml-maybe-do-ns): New function to handle namespace
994         parsing of both attribute and element names.
995         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
996         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
997         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
998         (xml-parse-attlist): Make it do its own namespace parsing.
1000 2004-04-14  Dave Love  <fx@gnu.org>
1002         * progmodes/python.el (run-python): Fix use of \n.
1003         (python-load-file): Remove `try' from Python fragment.
1004         (python-describe-symbol): Fix message.
1006         * comint.el: Doc fixes.
1007         (comint-last-input-start, comint-last-input-end)
1008         (comint-last-output-start): Give them values.
1009         (comint-arguments): Avoid warning.
1010         (comint-skip-prompt): Use line-end-position.
1011         (comint-backward-matching-input): Rename arg to agree with doc.
1012         (comint-extract-string): Use syntax-ppss.
1013         (comint-dynamic-simple-complete): Delete useless list construction.
1014         (comint-redirect-subvert-readonly): New.
1015         (comint-redirect-preoutput-filter): Use it.
1017         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1018         Correctly handle negative arguments when calling hook functions.
1020 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
1022         * info.el (info-apropos): Don't clobber Info-history-list.
1024 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
1026         * progmodes/compile.el (compilation-setup):
1027         Localize overlay-arrow-position.
1028         (compilation-sentinel): Restructure code equivalently.
1029         (compilation-next-error): Find message on same line after point if
1030         not found before point.
1031         (compile-mouse-goto-error): Restore function so that compilation
1032         buffer need not be current and use compile-goto-error.
1033         (compile-goto-error): Restore function.
1034         (next-error): Set overlay-arrow-position.
1035         (compilation-forget-errors): Don't localize already local
1036         compilation-locs and remove FIXME about refontifying.
1038 2004-04-14  Kim F. Storm  <storm@cua.dk>
1040         * startup.el (emacs-quick-startup): New defvar (set by -Q).
1041         (command-line): New option -Q.  Like -q --no-site-file, but
1042         in addition it also disables menu-bar, tool-bar, scroll-bars,
1043         tool-tips, and the blinking cursor.
1044         (command-line-1): Skip startup screen if -Q.
1045         (fancy-splash-head): Use ":align-to center" prop to center splash image.
1047         * emulation/cua-base.el (cua-read-only-cursor-color)
1048         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1050 2004-04-13  Dave Love  <fx@gnu.org>
1052         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
1053         (syntax): Don't require.
1054         (python) <defgroup>: Add :version.
1055         (python-quote-syntax): Re-written.
1056         (inferior-python-mode): Move stuff here from run-python and add
1057         some more.
1058         (python-preoutput-continuation, python-preoutput-result)
1059         (python-dotty-syntax-table): New.
1060         (python-describe-symbol): Use them.
1061         (run-python): Move stuff to inferior-python-mode.  Modify code
1062         loaded into Python.
1063         (python-send-region): Use python-proc, python-send-string.
1064         (python-send-string): Send newlines too.  Callers changed.
1065         (python-load-file): Re-written.
1066         (python-eldoc-function): New.
1067         (info-look): Don't require.
1068         (python-after-info-look): New.  A modified version of former
1069         top-level code for use with eval-after-load.
1070         (python-maybe-jython, python-guess-indent): Use widened buffer.
1071         (python-fill-paragraph): Re-written.
1072         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
1073         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
1075 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1078         Set compilation-error-regexp-alist earlier.
1080         * progmodes/compile.el (compilation-minor-mode-map)
1081         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1082         (compile-goto-error): Re-merge the mouse and non-mouse commands.
1084 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * progmodes/compile.el (compile-goto-error): Select the buffer/window
1087         corresponding to the event.
1089         * url/url.el (url-retrieve): Use with-current-buffer.
1091         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1092         Remove unused var `version'.
1094         * url/url-handlers.el (url-handler-mode): New minor mode.
1095         (url-setup-file-name-handlers): Remove.
1097 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
1099         * loadup.el: Add cygwin to system-type list, for unexec() support.
1101 2004-04-12  John Paul Wallington  <jpw@gnu.org>
1103         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1104         (ibuffer-restore-window-config-on-quit): New variable to replace
1105         `ibuffer-delete-window-on-quit'.  Update all references.
1106         (ibuffer-prev-window-config): New variable.
1107         (ibuffer-quit): Restore previous window configuration instead of
1108         deleting window.
1109         (ibuffer): Save window configuration before showing Ibuffer buffer.
1111         * help.el (describe-mode): Doc fix.
1113         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1114         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1116 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1119         not to treat nil as a function.
1121         * vc-arch.el (vc-arch-root): Be a bit more careful.
1122         (vc-arch-register): Save the buffer if we modified it.
1123         (vc-arch-delete-rej-if-obsolete): Save excursion.
1124         (vc-arch-find-file-hook): Use the simpler after-save-hook.
1125         (vc-arch-responsible-p, vc-arch-init-version): New functions.
1127         * net/ldap.el (ldap-search): Use list*.
1129 2004-04-12  Juri Linkov  <juri@jurta.org>
1131         * info.el (Info-follow-reference): Allow multiline reference name.
1133 2004-04-11  Dave Love  <fx@gnu.org>
1135         * url/url-mailto.el (url-mailto):
1136         * url/url-history.el (url-history-setup-save-timer):
1137         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1139         * url/url-file.el (url-file-build-filename): Don't use
1140         directory-sep-char.
1142         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1144         * url/url-about.el (url-scheme-registry): Defvar.
1145         (url-about): Use text/plain.
1147         * url/url-vars.el (cl): Don't require.
1148         (url): Add :version.
1149         (url-bug-address): Use bug-gnu-emacs.
1151         * url/url-util.el (url-hexify-string): Don't give multibyte error
1152         for char <16.
1153         (mail-header-extract): Autoload.
1155         * url/url-parse.el: Doc fixes.
1157         * url/url-ldap.el (ldap): Require.
1158         (url-ldap): Fix `format' call.
1159         (url-ldap-certificate-formatter): Avoid warning.
1161         * url/url-https.el (url-https-create-secure-wrapper): Use modern
1162         backquotes.
1164         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1165         (url-intersection): New.
1166         (url-dav-supported-p): Use it.
1167         (url-dav-save-resource): Declare url-http-response-status special.
1169         * url/url-cache.el (url-util): Require.
1171         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1173         * progmodes/python.el: New file.
1175 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
1177         * vc-hooks.el (vc-arg-list): Function removed.
1178         (vc-default-workfile-unchanged-p): Use condition-case to check for
1179         backward compatibility.
1181         * vc.el (vc-print-log): Use condition-case to check for backward
1182         compatibility.
1184 2004-04-11  Juri Linkov  <juri@jurta.org>
1186         * dired.el (dired-faces): New defgroup.
1187         (dired-header, dired-mark, dired-marked, dired-flagged)
1188         (dired-warning, dired-directory, dired-symlink, dired-ignored):
1189         New faces.
1190         (dired-header-face, dired-mark-face, dired-marked-face)
1191         (dired-flagged-face, dired-warning-face, dired-directory-face)
1192         (dired-symlink-face, dired-ignored-face): New face variables.
1193         (dired-font-lock-keywords): Use them instead of font-lock faces.
1194         Split the rule for dired marks into 3 separate rules: for marks,
1195         marked file names and flagged file names.
1197         * help-mode.el (help-make-xrefs): Add a final newline to the
1198         *Help* buffer.
1200 2004-04-11  John Paul Wallington  <jpw@gnu.org>
1202         * replace.el (occur-engine): Distinguish between one and several
1203         matches in the matches per buffer heading.
1205 2004-04-11  Kim F. Storm  <storm@cua.dk>
1207         * ido.el (ido-confirm-unique-completion): New defcustom.
1208         (ido-complete): Use it.
1209         (ido-write-file): Set it to t unconditionally.
1211 2004-04-10  Miles Bader  <miles@gnu.org>
1213         RCS keyword removal (only non-comment changes are enumerated here):
1215         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1216         (byte-compile-insert-header): Don't use `byte-compile-version'.
1217         * url/url-vars.el (url-version): Use the constant string "Emacs"
1218         instead of calculating something from the RCS `State' keyword
1219         [the latter is almost entirely useless anyway].
1220         * forms.el (forms-version): Variable removed.
1221         (forms-mode): Don't use `forms-version'.
1222         * recentf.el (recentf-version): Variable removed.
1223         * progmodes/delphi.el (delphi-version): Variable removed.
1224         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1226 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1230 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
1232         * info.el (info-apropos): Improve menu item regexp.
1234 2004-04-09  Simon Josefsson  <jas@extundo.com>
1236         * mail/smtpmail.el: Add comment, based on report by
1237         kdc@rcn.com (Kevin D. Clark).
1239 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1242         Redo one more thing that I didn't notice Daniel had undone.
1244 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
1246         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1247         (gdb-goto-breakpoint, gdb-display-buffer)
1248         (gdb-display-source-buffer, gdb-view-source-function)
1249         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1250         (gdb-source-info, gdb-frame-handler): Don't specify a window
1251         for display.
1252         (gdb-info-breakpoints-custom): Remove superfluous update of
1253         assembler buffer.
1254         (gdb-many-windows): Make settable outside gdb.
1256 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1258         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1259         Derive from fundamental-mode rather than text-mode.
1261 2004-04-08  Juri Linkov  <juri@jurta.org>
1263         * info.el (Info-history): Doc fix.
1264         (Info-history-list): New var.
1265         (info-xref): Change magenta4 to blue, remove bold for dark and
1266         light backgrounds, change bold to underline for non-color classes.
1267         (info-xref-visited): New face.
1268         (Info-fontify-visited-nodes): New custom.
1269         (Info-hide-note-references): Add new value `hide'.  Doc fix.
1270         (Info-reference-name): New var.
1271         (Info-selection-hook): New custom.
1272         (Info-edit-mode-hook): New var.
1273         (Info-find-file): New fun.
1274         (Info-find-node): Move part of code to Info-find-file.
1275         (Info-find-node-2): Add anchors to Info-history-list.  Move point
1276         to the place with the reference name if name is defined.
1277         (Info-select-node): Add current node to Info-history-list.
1278         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1279         (Info-search-whitespace-regexp): New custom.
1280         (Info-search-case-fold): New var.
1281         (Info-search): Add "case-sensitively" to the prompt.
1282         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
1283         (Info-search-case-sensitively, Info-search-next): New fun.
1284         (Info-up): Move point to the menu item of the current node.
1285         (Info-history): New fun.  Add *info-history* to
1286         same-window-buffer-names.
1287         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
1288         (Info-insert-toc): New fun.
1289         (Info-build-toc): New fun.
1290         (Info-follow-reference): Add new arg `fork'.  Doc fix.
1291         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
1292         with the same name prefer the reference closest to point.
1293         (Info-next-reference): Replace * by + in the *Note regexp.
1294         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1295         (Info-prev-reference): Replace * by + in the *Note regexp.
1296         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1297         (Info-follow-nearest-node): Add new arg `fork'.
1298         (Info-try-follow-nearest-node): Add new arg `fork'.
1299         Call browse-url for http:// and ftp:// references.
1300         Set Info-reference-name for index entries.
1301         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1302         Info-search-next, Info-history, Info-toc, clone-buffer.
1303         (Info-menu-update): Replace * by + in the *Note regexp.
1304         (Info-mode): Add documentation for Info-history, Info-toc,
1305         Info-search-case-sensitively, Info-search-next, clone-buffer.
1306         (Info-fontify-menu-headers): Remove fun.  Move code to
1307         Info-fontify-node.
1308         (Info-fontify-node): Add docstring.  Add local vars
1309         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
1310         then fontify header line, titles, menu headers, http and ftp
1311         references, refill paragraphs.  If not-fontified-p is t or
1312         fontify-visited-p is t then fontify cross references, menu items.
1313         Fontify menu headers.  Fontify http and ftp references.
1314         Change regexp for cross references to require whitespace after *Note,
1315         add matching groups for file and node names.  Remove hack for quote.
1316         Use display property for Info-hide-note-references=t.  Use fifth
1317         or fourth match for help-echo.  Display visited nodes in a
1318         different face.  Unhide file names of external references.
1319         Unhide newlines.  Display visited menu items in a different face.
1321 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * progmodes/compile.el: Require CL.
1324         (compilation-mode-font-lock-keywords): Re-install the "line as
1325         function" patch.
1327         * help-fns.el (help-C-source-directory): New var.
1328         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1329         (describe-function-1, describe-variable): Use them.
1331         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1332         to C source files specially.
1334 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1336         * info.el (Info-hide-cookies-node): New function.
1337         (Info-select-node): Use it.
1338         (Info-display-images-node): Remove message with image file name.
1340 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1342         * progmodes/compile.el (compilation-warning-face)
1343         (compilation-info-face, compilation-skip-threshold)
1344         (compilation-skip-visited, compilation-context-lines):
1345         Declare :version when added to Emacs.
1346         (compilation-error-regexp-alist-alist): Extend caml and irix.
1347         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1348         (compilation-mode-font-lock-keywords): Temporarily undo line as
1349         function patch, which wasn't ready.
1351 2004-04-07  Kenichi Handa  <handa@m17n.org>
1353         * international/latin1-disp.el (latin1-display-setup): Check each
1354         character is displayable or not instead of calling
1355         latin1-display-check-font.
1357 2004-04-06  Kenichi Handa  <handa@m17n.org>
1359         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1360         New variable.
1361         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1362         instead of sera-being-called-by-w3.
1363         (ethio-fidel-to-sera-buffer): Likewise.
1364         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1365         instead of sera-being-called-by-w3.
1366         (ethio-write-file): Likewise.
1368 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1370         * printing.el: Dox fix.
1372 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1374         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1375         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1376         (gdb-setup-windows): Only use separate IO buffer if required.
1378 2004-04-06  Kim F. Storm  <storm@cua.dk>
1380         * term.el (term-is-xemacs): Remove.
1381         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1382         (term-window-width): New function.
1383         (term-mode, term-check-size): Use it.
1384         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1386 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1388         * cus-edit.el (custom-add-parent-links): Change unbound variable
1389         `symbol' to `name'.
1391 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1392         * info.el (info-apropos): New function.
1393         (Info-mode-menu): Add it.
1394         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1396         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1397         inherited docstring.
1399         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1401 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1403         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1405         * progmodes/compile.el (font-lock): Don't require any more.
1406         (compilation-error-properties, compilation-start, compilation-sentinel)
1407         (compilation-filter, next-error): Use with-current-buffer.
1408         (compilation-skip-to-next-location, compilation-skip-threshold)
1409         (compilation-skip-visited): Move to silence the byte-compiler.
1410         (compilation-setup): Simplify.
1411         (compilation-next-error): Use line-(beginning|end)-position.
1412         Make sure `pt' is non-nil before using compilation-loop.
1413         (compile-goto-error): Add optional event arg.  Use it.
1414         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1415         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1416         Update the binding for mouse-2.
1417         (first-error): Set compilation-current-error to nil rather than bob.
1418         (compilation-parsing-end, compilation-parse-errors-function)
1419         (compilation-error-list, compilation-old-error-list):
1420         "New" compatibility variables.
1421         (compile-buffer-substring, compilation-compat-error-properties)
1422         (compilation-compat-parse-errors, compilation-forget-errors):
1423         New compatibility functions.
1424         (compilation-mode-font-lock-keywords): Use them.
1426 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1428         * autorevert.el (auto-revert-handler): If point (or a window
1429         point) is at the end of the buffer, keep it there after
1430         reverting.  This allows to tail a file.
1431         Mention this in the `Commentary'.
1433         * format.el (format-write-file): Add optional argument CONFIRM
1434         and make it behave like the analogous argument to `write-file'.
1436 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1438         * progmodes/ebnf2ps.el: Doc fix.
1439         (ebnf-version): New version number (4.2).
1440         (ebnf-syntax): Customization and docstring fix.
1441         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1442         Put autoloaded funs before first use.
1443         (ebnf-style-database): Add dtd entry.
1444         (ebnf-syntax-alist): Add dtd initialization.
1445         (ebnf-token-sequence): New fun.
1446         (ebnf-comment-table): Add new comment action character.
1447         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1449         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1450         Type Definition for XML).
1452         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1453         * progmodes/ebnf-bnf.el (ebnf-sequence):
1454         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1455         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1456         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1457         Code simplification: call ebnf-token-sequence.
1459 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
1461         * calendar/timeclock.el (timeclock-relative)
1462         (timeclock-get-project-function, timeclock-get-workday-function)
1463         (timeclock-query-out, timeclock-when-to-leave)
1464         (timeclock-when-to-leave-string, timeclock-log-data)
1465         (timeclock-generate-report, timeclock-in): Doc fixes.
1467 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * url: Import the URL package from its repository.
1471         * url/url-methods.el:
1472         * url/url-parse.el: Don't require url-auto.
1474 2004-04-03  Andreas Schwab  <schwab@suse.de>
1476         * diff-mode.el (diff-mode): Fix missing quote.
1478 2004-04-03  Juri Linkov  <juri@jurta.org>
1480         * descr-text.el (describe-property-list): Add `font-lock-face'.
1482         * dired.el (dired-font-lock-keywords): Fix permission regexps.
1484 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1486         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1487         Use utf-16le on little endian machines and utf-16be otherwise.
1489 2004-04-02  David Kastrup  <dak@gnu.org>
1491         * net/browse-url.el (browse-url-generic): Use call-process
1492         instead of start-process to allow browsers that fork and detach.
1494 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
1496         * compile.el (compilation-current-error): New var.
1497         (compilation-setup, compile-mouse-goto-error)
1498         (compile-goto-error, next-error): Use it.
1499         (compilation-skip-to-next-location): Default to t, which gives
1500         contiguous skipping like old compile (where this was redundant).
1501         (compilation-next-error): Prevent previous-* commands from moving
1502         back to message at or just before point.
1504 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
1506         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1507         (gdb-source-info): Don't display source at startup, if required.
1508         (gdb-show-main): New option.
1509         (gdba): Update documentation.
1510         (gdb-source): Cover case of auto-display output.
1512 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
1514         * autorevert.el: Delete obsolete autoload's and defvar's.
1515         (auto-revert-check-vc-info): New user option.
1516         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1517         (auto-revert-handler-vc): Delete.
1518         (auto-revert-handler): Treat return value `fast' of
1519         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
1521         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1522         return `fast'.
1524         * files.el (buffer-stale-function): Doc change.
1526 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1528         * printing.el: New tip on Tips section.
1529         (pr-version): New version number (6.7.4).
1530         (pr-shell-file-name): Initialization fix.
1532 2004-03-31  Juri Linkov  <juri@jurta.org>
1534         * dired.el: Add autoload for `dired-do-touch'.
1535         (dired-touch-program): New var.
1536         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1537         (dired-no-confirm): Add `touch' to docstring.
1539         * dired-aux.el (dired-do-touch): New fun.
1540         (dired-do-chxxx): Add argument -t for touch operation.
1542         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1543         `dired-move-to-filename-regexp'.
1545 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
1547         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
1549 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1551         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1552         and only if the buffer was modified.
1554 2004-03-30  Kenichi Handa  <handa@m17n.org>
1556         * international/characters.el: Delete pairs for U+2308..U+230B.
1558 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
1560         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1561         to detect the beginning of a level 2 or 3 annotation.
1563 2004-03-29  Kenichi Handa  <handa@m17n.org>
1565         * international/ucs-tables.el (ucs-insert): Fix the error message.
1567 2004-03-29  Kenichi Handa  <handa@m17n.org>
1569         * international/mule-util.el (char-displayable-p): Fix generation
1570         of XLFD file name.
1572         * Makefile.in (setwins, setwins_almost): Change directory to $wd
1573         before finding directories by `find'.
1575 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1577         * subr.el (interactive-form): Delete.  Now implemented in C.
1579         * pcvs.el (cvs-parse-process): Workaround for Darwin.
1581         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
1582         (vc-diff-label): New fun.
1583         (vc-diff-internal): Use it.
1585         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
1587 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1589         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
1591         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
1592         specify XML (EBNFX).
1594         * progmodes/ebnf2ps.el: Doc fix.
1595         (ebnf-version): New version number (4.1).
1596         (ebnf-syntax): Adjust customization.
1597         (ebnf-style-database): Add ebnfx entry.
1598         (ebnf-syntax-alist): Add ebnfx initialization.
1599         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
1601         * printing.el: Doc fix.
1602         (pr-version): New version number (6.7.3).
1603         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
1604         returns nil for mouse position.  Reported by Drew Adams
1605         <drew.adams@oracle.com>.
1606         (pr-update-menus): Modify interactive declaration.  Reported by Drew
1607         Adams <drew.adams@oracle.com>.
1609 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
1611         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
1612         (gud-gdba-marker-filter): Log the process input and output, if
1613         required.  From Stefan Monnier.
1614         (gdb-debug-log, gdb-enable-debug-log): New variables.
1615         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
1617 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1619         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
1620         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
1622 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
1624         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
1625         Call vc-find-file-hook here instead of in auto-revert-buffers.
1626         (auto-revert-buffers): Delete call to vc-find-file-hook.
1627         (auto-revert-verbose, global-auto-revert-non-file-buffers)
1628         (global-auto-revert-mode, auto-revert-set-timer)
1629         (auto-revert-handler, auto-revert-buffers): Doc fixes.
1631 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1633         * woman.el (woman-change-fonts): Rename local variable
1634         woman-font-alist to font-alist to avoid a compiler warning.
1636 2004-03-27  Dave Love  <fx@gnu.org>
1638         * emacs-lisp/rx.el (rx): Doc fix.
1639         Fix copyright years.
1641         * strokes.el (strokes-global-set-stroke-string): New function.
1642         (strokes-list-strokes): Cope with strings, not just commands.
1643         Set foreground colour of image.
1644         (strokes-global-set-stroke): Doc fix.
1646 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
1648         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
1649         Auto Revert mode.
1650         (Buffer-menu-files-only): New variable.
1651         (Buffer-menu-toggle-files-only): New function.
1652         (Buffer-menu-mode-map): Bind it to `T'.
1653         (Buffer-menu-mode): Mention `T' in docstring.
1654         Set buffer-stale-function.
1655         (list-buffers-noselect): Mark buffer non-modified and set
1656         Buffer-menu-files-only.
1658         * dired.el (buffer-stale-function): Remove no longer needed defvar.
1660         * autorevert.el (auto-revert-handler): Print revert message
1661         before, rather than after, reverting.
1662         (buffer-stale-function): Move to files.el.
1664         * files.el (buffer-stale-function): Move here from autorevert.el.
1666 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
1670         * calc/calc.el (calc-mode-map): Use mapc.
1672         * apropos.el (apropos-mode): Don't autoload.
1673         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
1674         (apropos): Use it.
1675         (apropos-print): Add optional `text' argument.
1676         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
1677         Don't assume point-min == 1.
1679         * bs.el (bs-buffer-list): Use buffer-local-value.
1680         (bs--set-toggle-to-show): Use with-current-buffer.
1682         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
1683         New funs.
1684         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
1686         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
1688         * dabbrev.el (dabbrev-expand): Fix regexp construction.
1689         (dabbrev--find-expansion): Use pop.
1690         (dabbrev--search): Use match-string-no-properties.
1692         * dired.el (dired-mode): Use run-mode-hooks.
1693         (dired-move-to-end-of-filename): Use match-string.
1695         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
1696         is bound before using it.
1697         (ediff-verbose-p): Make it into a var since it's not constant.
1699         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
1701         * faces.el (read-face-font): Don't cons up unnecessarily.
1702         (header-line, tool-bar): Share common parts.
1704         * files.el (file-relative-name): Use compare-strings.
1706         * finder.el (finder-mode): Follow coding convention.
1708         * subr.el (read-number): New function.
1710         * ses.el (ses-read-number): Move to subr.el.
1711         (ses-set-header-row): Use read-number.
1713 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
1715         * vc-hooks.el (vc-arg-list): New function, which handles both
1716         compiled and uncompiled code.
1717         (vc-default-workfile-unchanged-p): Use it.
1719         * vc.el (vc-print-log): Undo prev change, use new function
1720         vc-arg-list from vc-hooks.el.
1722 2004-03-26  Masatake YAMATO  <jet@gyve.org>
1724         * simple.el (completion-setup-function): Emphasize the
1725         first uncommon characters in the completions; and de-emphasize
1726         the common prefix substrings.
1727         (completion-emphasis): New face.
1728         (completion-de-emphasis): New face.
1730 2004-03-25  Juanma Barranquero  <lektu@terra.es>
1732         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
1733         Comment out (it's unused and unfinished code).
1735 2004-03-25  Sam Steingold  <sds@gnu.org>
1737         * vc.el (vc-print-log): Fix a bug in the last patch:
1738         backend-function may be a byte-compiled object, not a lambda.
1740 2004-03-25  Juri Linkov  <juri@jurta.org>
1742         * descr-text.el (describe-property-list): Add a button
1743         for `face' property that calls `describe-face'.
1744         Suggested by luis fernandes <elf@ee.ryerson.ca>
1746         * international/mule.el (keyboard-coding-system):
1747         * kmacro.el (kmacro-call-macro): Fix docstring.
1749         * dired.el: Fix comments.
1751         * textmodes/fill.el (fill): Fix Info link.
1753         * font-lock.el (fast-lock, lazy-lock):
1754         * jit-lock.el (jit-lock): Remove links to removed Support Modes
1755         Info node.
1757         * eshell/eshell.el (eshell): Fix broken info-link.
1759         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
1760         * eshell/em-banner.el (eshell-banner):
1761         * eshell/em-smart.el (eshell-smart):
1762         * eshell/esh-cmd.el (eshell-cmd):
1763         Comment out broken info-links to incomplete Info manual.
1765         * info-xref.el: Fix commentary.
1767 2004-03-25  Kevin Ryde  <user42@zip.com.au>
1769         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
1770         Remove spurious node duplicate suppression, doesn't work, not wanted.
1771         (info-xref-output): Take format style args, add "sit-for 0" to let
1772         user see the results as they progress.
1773         (info-xref-check-all-custom): New function.
1775 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
1777         * gdb-ui.el: Moved to progmodes.
1779 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
1783 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1785         * calendar/appt.el (appt-check): Remove superfluous progn.
1786         When finished with diary buffer: if it was not being displayed
1787         before, kill it; otherwise restore its original state.
1788         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
1790         * calendar/calendar.el (calendar-set-mode-line): Use total
1791         available mode-line width, rather than frame-width.
1793         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
1794         after mode change so effect not lost.
1796 2004-03-23  Dave Love  <fx@gnu.org>
1798         * dired.el (dired) <defgroup>: Add link to manual.
1799         (dired-font-lock-keywords): Add highlighting on unusual permissions.
1800         (dired-revert): Use dolist.
1801         (dired-mode-map): Add U binding.
1802         (dired-mode): Add font-lock-beginning-of-syntax-function.
1803         (dired-garbage-files-regexp): Make it a defcustom.
1805 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
1808         is equivalent to nil.
1809         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
1810         (vc-arch-mode-line-string): Accept `added' state.
1811         (vc-arch-state): Use inode-sigs if available.
1812         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
1813         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
1814         (vc-arch-tagline-re): New var.
1815         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
1816         New functions.
1817         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
1818         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
1820         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
1821         (vc-file-not-found-hook): Use it.
1823         * diff-mode.el (diff-default-read-only): Change default.
1824         (diff-mode-hook): Make it a defcustom.  Add some options.
1825         (diff-mode-map): Bind diff-refine-hook.
1826         (diff-yank-handler): New var.
1827         (diff-yank-function): New fun.
1828         (diff-font-lock-keywords): Use them.
1829         (diff-end-of-file): Handle case where file-header looks like diff text.
1830         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
1831         (diff-file-kill): Delete a subsequent empty line, if applicable.
1832         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
1833         (diff-find-file-name): Use it.
1834         (diff-tell-file-name): New command.
1835         (diff-mode): Be careful with view-mode.
1836         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
1837         New functions, for use in diff-mode-hook.
1838         (diff-find-source-location): Catch "regex too large" errors.
1839         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
1840         (diff-refine-hunk): New command.
1842         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
1843         (smerge-context-menu-map): Remove unused var.
1844         (smerge-keep-all): Preserve markers.
1845         (smerge-keep-n): New fun.
1846         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1847         (smerge-keep-current, smerge-ediff): Use it.
1848         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
1849         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
1850         (smerge-resolve): Resolve trivial 3-part conflicts.
1852 2004-03-23  Juri Linkov  <juri@jurta.org>
1854         * man.el (Man-width): New var.
1855         (Man-getpage-in-background): Use it.
1856         (Man-support-local-filenames): New var and fun.
1857         (Man-build-man-command): Don't add a second %s.
1858         (Man-fontify-manpage): Clean up message.
1859         (Man-mode): Set outline-regexp, outline-level,
1860         imenu-generic-expression.
1862         * woman.el (woman-fill-frame): Doc fix.
1863         (woman-decode-region): Use window-width instead of frame-width.
1865         * abbrevlist.el (list-one-abbrev-table):
1866         * descr-text.el (describe-char):
1867         * international/mule-diag.el (describe-current-coding-system):
1868         * international/quail.el (quail-insert-decode-map):
1869         Use window-width instead of frame-width.
1871         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
1872         (jka-compr-mode-alist-additions): Add tbz.
1873         (jka-compr-write-region, jka-compr-insert-file-contents):
1874         Add message for undefined compress-program.
1875         (jka-compr-write-region): Remove redundant var bindings.
1877         * dired-x.el (dired-guess-shell-alist-default): Add choices for
1878         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
1879         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
1880         (dired-man): Use dired-guess-shell-command.
1881         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
1882         Change default nil to t.
1884         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
1885         (dired-compare-directories): Add default value for empty input.
1887         * help-at-pt.el: Move suggestions for key bindings to Commentary.
1889         * time.el (display-time-string-forms): Fix help-echo date format.
1891 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
1893         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
1894         (buffer-stale-function): New variable.
1895         (auto-revert-list-diff, auto-revert-dired-file-list)
1896         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
1897         (auto-revert-handler): Take over some functionality of deleted
1898         functions.
1899         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
1901         * dired.el (dired-directory-changed-p): New fun, extracted from
1902         dired-internal-noselect.
1903         (dired-buffer-stale-p): New fun.
1904         (dired-internal-noselect): Use dired-directory-changed-p.
1905         Eliminate revert messages.
1906         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
1908 2004-03-23  Kenichi Handa  <handa@m17n.org>
1910         * international/characters.el: Setup syntaxes for more parentheses
1911         Unicode characters.
1913         * international/mule-cmds.el (select-safe-coding-system):
1914         Merge coding-system and auto-cs before comparing them.
1916 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1918         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
1920         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1921         normal-auto-fill-function and comment-indent-function.
1922         The default values now work just as well.
1923         Don't set font-lock-beginning-of-syntax-function since we already set
1924         syntax-begin-function.
1925         (lisp-outline-level): Put ;;;###autoload at same level as (.
1926         (prin1-char): Quote special chars.
1928         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
1929         than with-no-warnings.
1931         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
1932         if the source location can't be found.
1933         (edebug-compute-previous-result): Use prin1-char.
1935         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
1936         (debug-ignored-errors): Add an entry.
1938         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
1939         (byte-compile-file): Output warning when deleting a file.
1941         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
1942         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
1944         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
1945         (byte-compile-inline-expand): Use backquote.
1946         (byte-optimize-pure-func): Rename from byte-optimize-concat.
1947         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
1949         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
1951         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
1953 2004-03-22  Juri Linkov  <juri@jurta.org>
1955         * finder.el (finder-known-keywords): Fix data, tex, unix.
1957         * play/landmark.el: Fix keywords.
1959         * language/ethio-util.el (ethio-find-file): Doc fix.
1961         * emacs-lisp/warnings.el: Doc fix.
1963         * textmodes/ispell.el (ispell-help): Doc fix.
1965 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
1967         * format.el (format-insert-file): Always return a list of two
1968         elements, like insert-file-contents does.
1970 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
1972         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
1973         and vc-BACKEND-diff.
1974         (vc-print-log): If the print-log implementation supports it, use
1975         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
1976         (vc-version-diff, vc-diff-internal): Doc fixes.
1978         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
1979         implementation supports it, let diff output go to *vc*,
1980         not *vc-diff*, since this is an internal call.
1982         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
1984         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
1986         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
1988 2004-03-21  Dave Love  <fx@gnu.org>
1990         * progmodes/cfengine.el (cfengine-mode):
1991         Set parse-sexp-ignore-comments.
1993         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
1995 2004-03-21  Juanma Barranquero  <lektu@terra.es>
1997         * allout.el (allout-mode): Fix docstring.
1999 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
2001         * files.el (insert-directory): Fix bug if SWITCHES is a list.
2003         * autorevert.el (auto-revert-interval): Make new value take
2004         effect immediately when set through Custom.
2005         (auto-revert-set-timer): Add interactive declaration.
2007 2004-03-19  David Ponce  <david@dponce.com>
2009         * ruler-mode.el (ruler-mode-header-line-format-old):
2010         Don't `make-variable-buffer-local'.
2011         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2012         (ruler-mode-header-line-format): Simply funcall the above.
2013         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2014         to save/restore a previous header line format.
2015         (ruler-mode-space): Don't depend on a numeric WIDTH value.
2016         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2017         fringes and margins width.
2018         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2020 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2022         * log-edit.el (log-edit-font-lock-keywords): Typo.
2024         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2025         (tex-send-tex-command): Rather than here.
2026         (tex-compilation-parse-errors): Simplify.
2028         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2030         * time.el (display-time-string-forms): Add help-echo with date on time.
2032         * composite.el (compose-region): Use restore-buffer-modified-p.
2034         * disp-table.el (standard-display-8bit): Simplify.
2036         * server.el (server-process-filter): Delete temp frame.
2038         * add-log.el (add-change-log-entry): Simplify.
2040 2004-03-19  Kim F. Storm  <storm@cua.dk>
2042         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2043         (hexl-follow-line): Don't require 'fringe.
2045         * progmodes/compile.el (compilation-start): Always set
2046         compilation-last-buffer and return it.
2048 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2050         * simple.el (clone-buffer): Doc fix.
2052 2004-03-18  Juanma Barranquero  <lektu@terra.es>
2054         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2056 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * log-edit.el (log-edit-font-lock-keywords): New var.
2059         (log-edit-mode): Use it.
2061 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
2063         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2064         properly for watching in speedbar.
2066 2004-03-17  Masatake YAMATO  <jet@gyve.org>
2068         * smerge-mode.el (smerge-popup-context-menu):
2069         Put `unwind-protect' around `overlay-put' and `popup-menu'.
2071 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2073         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2074         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2075         Take sealed revisions into account.
2076         (vc-arch-checkin): Extract a summary line from the message.
2078 2004-03-16  Masatake YAMATO  <jet@gyve.org>
2080         * register.el (register): Provide `register' feature.
2082 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2084         Added context menu support in smerge mode.
2085         Most of the part is written by Stefan Monnier.
2087         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2088         New keymap and menu.
2089         (smerge-text-properties): New function.
2090         (smerge-remove-props): New function.
2091         (smerge-popup-context-menu): New function.
2092         (smerge-resolve): Call `smerge-remove-props'.
2093         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2094         (smerge-keep-current): Ditto.
2095         (smerge-kill-current): New function.
2096         (smerge-match-conflict): Put text properties.
2097         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2099 2004-03-15  David Ponce  <david@dponce.com>
2101         * ruler-mode.el: (ruler-mode-left-fringe-cols)
2102         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2103         (ruler-mode-right-scroll-bar-cols): Remove.
2104         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2105         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2106         Use fringe-columns and scroll-bar-columns.
2108 2004-03-15  Masatake YAMATO  <jet@gyve.org>
2110         * hl-line.el (hl-line-range-function): New variable.
2111         (hl-line-move): New function.
2112         (global-hl-line-highlight): Use `hl-line-move'.
2113         (hl-line-highlight): Ditto.
2115         * scroll-bar.el (scroll-bar-columns):
2116         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
2118         * ruler-mode.el (top-level): Require scroll-bar and fringe.
2119         (ruler-mode-left-fringe-cols)
2120         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2121         (ruler-mode-right-scroll-bar-cols)
2122         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2123         (ruler-mode-ruler-function): New variable.
2124         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2125         if the value for `ruler-mode-ruler-function'is given.
2127         * hexl.el (hexl-mode-hook): Make the hook customizable.
2128         (hexl-address-area, hexl-ascii-area): New customize variables.
2129         (hexlify-buffer): Put font-lock-faces on the address area and
2130         the ascii area.
2131         (hexl-activate-ruler): New function.
2132         (hexl-follow-line): New function.
2133         (hexl-highlight-line-range): New function.
2134         (hexl-mode-ruler): New function.
2136 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2138         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
2139         (vc-default-find-file-hook): New fun.
2140         (vc-find-file-hook): Call new find-file-hook operation.
2142         * vc-arch.el: New file.
2144 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
2146         * info-look.el (info-lookup): Reuse an existing Info window.
2148 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2150         * woman.el (woman-preserve-ascii): Default value changed to t and
2151         doc string revised.
2153 2004-03-12  Richard M. Stallman  <rms@gnu.org>
2155         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2156         Fix minor bug.
2158         * replace.el (occur-engine): Change message for count of matches.
2160         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2161         For strings, do compare text properties.
2163 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
2165         * progmodes/compile.el (compile-auto-highlight)
2166         (compilation-error-list, compilation-old-error-list)
2167         (compilation-parse-errors-function, compilation-parsing-end)
2168         (compilation-error-message, compilation-directory-stack)
2169         (compilation-enter-directory-regexp-alist)
2170         (compilation-leave-directory-regexp-alist)
2171         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2172         (compilation-current-file, compilation-regexps): Remove vars.
2174         (compile-error-at-point, compilation-error-filedata)
2175         (compilation-error-filedata-file-name, compile-reinitialize-errors)
2176         (compilation-next-error-locus, compilation-forget-errors)
2177         (count-regexp-groupings, compilation-parse-errors)
2178         (compile-collect-regexps, compile-buffer-substring): Remove funs.
2180         (compile-internal): Make obsolete.
2182         (compilation-first-column, compilation-error)
2183         (compilation-directory-matcher, compilation-page-delimiter)
2184         (compilation-mode-font-lock-keywords, compilation-debug)
2185         (compilation-error-face, compilation-warning-face)
2186         (compilation-info-face, compilation-line-face)
2187         (compilation-column-face, compilation-enter-directory-face)
2188         (compilation-leave-directory-face, compilation-skip-threshold)
2189         (compilation-skip-visited, compilation-context-lines): New vars.
2191         (compilation-warning-face, compilation-info-face)
2192         (compilation-message-face): New faces.
2194         (compilation-error-regexp-alist-alist): New constant.
2196         (compilation-face, compilation-directory-properties)
2197         (compilation-assq, compilation-error-properties, compilation-start)
2198         (define-compilation-mode, compilation-loop)
2199         (compilation-set-window): New functions.
2201         (compile): Additional argument for interactive compiles like TeX.
2203         * progmodes/grep.el (kill-grep): Move here from compile.el
2204         (grep-error, grep-hit-face, grep-error-face)
2205         (grep-mode-font-lock-keywords): New variables.
2206         (grep-regexp-alist): Simplify regexp and add `binary' case.
2207         (grep-mode): New mode.
2208         (grep-process-setup): Simplify.
2210 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2212         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2213         letters on DOS/Windows.
2215 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2217         * server.el (server-name): New var.
2218         (server-socket-dir): New var to replace server-socket-name.
2219         (server-start): Use them.
2221 2004-03-11  Simon Josefsson  <jas@extundo.com>
2223         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2224         died to avoid infloop.  Reported by Jonathan Glauner
2225         <jglauner@sbum.org>.
2227 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2230         (smerge-mode-menu): Use it to deactivate menu entries.
2231         (smerge-keep-current): New fun.
2232         (smerge-keep-current): Use it.
2234 2004-03-10  John Paul Wallington  <jpw@gnu.org>
2236         * foldout.el (foldout-fold-list, foldout-modeline-string):
2237         Declare them as variables, not constants.
2239 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2241         * ps-print.el: Modification to print *Messages* buffer.
2242         (ps-print-version): New version 6.6.4.
2243         (ps-message-log-max): New fun.
2244         (ps-spool-without-faces, ps-spool-with-faces)
2245         (ps-count-lines-preprint): Code fix.
2247         * printing.el: New tips in Tips section.
2249 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2251         * delim-col.el: Doc fix.
2253         * printing.el: Doc fix.  New doc section (Tips).
2255 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2257         * type-break.el (type-break-emacs-variant): Remove.
2258         (type-break-run-at-time, type-break-cancel-function-timers):
2259         Use fboundp rather than version name and number.
2261 2004-03-09  Masatake YAMATO  <jet@gyve.org>
2263         * hexl.el (hexl-mode): Use `make-local-variable' instead of
2264         `make-variable-buffer-local'.
2266 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2268         * find-dired.el (find-dired): Call `shell-command' instead of
2269         `start-process-shell-command'.  By this, Tramp takes over
2270         handling of remote directories.
2272 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2274         * newcomment.el (comment-use-global-state): New var.
2275         (comment-search-forward): Use it.
2277         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2279         * cus-edit.el (fill) <defgroup>: Move to fill.el.
2281         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2282         (enable-kinsoku): Make it a defcustom.
2283         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2284         paragraph to same-comment-start-marker.
2286 2004-03-07  Dave Love  <fx@gnu.org>
2288         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2289         (browse-url-mail): Use it.
2291         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2292         (rfc2368-unhexify-string): Use replace-regexp-in-string.
2294 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2296         * woman.el (woman-man.conf-path): Doc fix.
2297         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2299 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
2301         * sort.el (sort-columns): Remove ms-dos from the list of systems
2302         where the external `sort' command is not used.
2304 2004-03-07  Kim F. Storm  <storm@cua.dk>
2306         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2307         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2308         from overlay-arrow-variable-list.
2309         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2311 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
2313         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2314         overlay arrow string properly for the assembler buffer.
2316 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * mail/sendmail.el (mail-mode): Fix last change.
2320 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
2322         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2323         for the assembler buffer.
2324         (gdb-assembler-custom): Position the overlay arrow.
2325         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2327 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2331         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2332         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2334         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2336         * newcomment.el (uncomment-region): Allow non-terminated comment.
2337         (comment-normalize-vars): Check the user-specified comstart marker.
2339 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2341         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2342         Otherwise, do use it if the region only contains font-lock text
2343         properties.
2345 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2347         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2348         as the callback function for eldoc.
2349         (hexl-print-current-point-info): New function.
2350         (hexl-current-address): Print the address in both decimal
2351         and hexadecimal format.
2353 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2355         * mail/rmail.el (rmail-convert-to-babyl-format):
2356         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2358         * mail/mail-utils.el (mail-unquote-printable-region):
2359         New arg UNIBYTE.
2361         * startup.el (command-switch-alist): Doc fix.
2363         * simple.el (undo): Temporarily set this-command to `undo-start',
2364         then set it to `undo' once undo-start returns without error.
2366         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2368         * simple.el (kill-line): Don't disregard trailing whitespace
2369         in eol condition, if show-trailing-whitespace is set.
2371         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2372         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2373         When disabling, restore old values only if mouse-sel-has-been-enabled.
2375         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2376         (isearch-{-char): New function.
2377         (isearch-mode-map): Bind { to isearch-{-char.
2379         * font-lock.el (lisp-font-lock-keywords-2):
2380         Turn off the CL with-... and do-... general patterns.
2381         Instead, recognize several specific with... and do... constructs.
2383         * files.el (switch-to-buffer-other-window):
2384         Bind same-window-buffer-names and same-window-regexps to nil.
2385         (switch-to-buffer-other-frame): Likewise.
2387 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2390         recognizing leading comment on code line.
2392 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2395         hidden files/directories.
2397 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2400         only comment-start (in case the mode hasn't set it).
2402         * Makefile.in (AUTOGENEL): New var.
2403         (bootstrap-prepare): Rename from bootstrap-clean.
2404         Don't remove elc files.
2405         (maintainer-clean): New target.
2407         * xml.el (xml-get-attribute-or-nil): Simplify.
2409 2004-03-02  Juri Linkov  <juri@jurta.org>
2411         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2412         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2413         URL to prevent their substitution with the environment variable
2414         values by browsers.
2416 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2418         * ps-print.el: Doc fix.
2419         (ps-print-version): New version number (6.6.3).
2420         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2421         Docstring fix.
2422         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2423         before printing.
2424         (ps-time-stamp-yyyy-mm-dd): New fun.
2425         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2427 2004-03-02  Kim F. Storm  <storm@cua.dk>
2429         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2431 2004-03-01  Juanma Barranquero  <lektu@terra.es>
2433         * allout.el (allout-rebullet-heading): Fix typo in docstring.
2435         * desktop.el (desktop-file-version)
2436         (desktop-after-read-hook): Fix typos.
2437         (desktop-clear-preserve-buffers): Remove redundant info in
2438         docstring already shown by the obsolescence message.
2439         (desktop-truncate, desktop-internal-v2s)
2440         (desktop-value-to-string): Change argument name to match docstring.
2442         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2444         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2445         docstring.
2447 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2449         * printing.el: Replace "As Is..." in PostScript file print/preview by
2450         "No Preprocessing...".  Suggested by Colin Marquardt
2451         <_marquardt_@zmd.de>.
2452         (pr-insert-section-4): Adjust buffer interface.
2454 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2456         Version 2.0.39 of Tramp released.
2458         * net/tramp.el (tramp-handle-file-local-copy)
2459         (tramp-handle-write-region, tramp-open-connection-rsh):
2460         Variable name typo.  Small change.  From Patrick Tullmann
2461         <tullmann@flux.utah.edu>.
2462         (tramp-process-connection-type): New variable.
2463         (tramp-maybe-open-connection): Use it.
2464         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2465         (tramp-touch): Set last-modified time of a remote file.
2466         (tramp-handle-write-region): Say which function is used when encoding.
2468 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2470         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2471         case of non-existing filename, too.  Reported by Christoph Bauer
2472         <c_bauer@informatik.uni-kl.de>.
2473         (tramp-smb-get-file-entries): The directory in question should
2474         have permissions "drwxrwxrwx".  Just virtual, because we don't
2475         know the real permissions.  Don't we know?
2476         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2477         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2478         (tramp-smb-wait-for-output): Optimize algorithm getting pending
2479         output.  If it was received chunkwise, there have been problems.
2480         Remove the "prompt not found" error message; it is obvious.
2481         Simplify algorithm.
2482         (tramp-smb-process-running): Remove.  Since we acknowledge the
2483         virtual prompt for shares, there's no need for distinction of
2484         reading shares (process ends afterwards) and interactive mode of
2485         smblient.
2486         (tramp-smb-open-connection): Setting process sentinel removed.
2487         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2488         "NT_STATUS_NETWORK_ACCESS_DENIED".
2489         (tramp-smb-maybe-open-connection): Set `process-connection-type'
2490         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2491         (top-level): Setting default value in `tramp-default-method-alist'
2492         corrected.  Order of USER and HOST have been wrong.
2493         Nobody complained for months ...
2494         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2495         (tramp-smb-open-connection): Clear password cache if login has failed.
2497         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
2498         `tramp-unified-filenames'.
2499         (tramp-completion-mode): Make test for XEmacs explicitely.
2500         `event-to-character' can exists in Emacs packages too.
2501         Reported by Matt Swift <swift@alum.mit.edu>.
2502         (tramp-buffer-name): Buffer name must contain the user if exists.
2503         Reported by Adrian Phillips <a.phillips@met.no>.
2504         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2505         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2506         (tramp-do-copy-or-rename-file-out-of-band): Rename from
2507         `tramp-do-copy-or-rename-file-one-local', because it handles also
2508         the case both files use the same out-of-band method.
2509         Implementation added.
2510         (tramp-handle-file-local-copy, tramp-handle-write-region):
2511         Out-of-band handling removed.  `copy-file' called instead, which
2512         calls `tramp-do-copy-or-rename-file-out-of-band'.
2513         (tramp-action-password): Check for out-of-band method removed.
2514         This function is used for 'login-program.
2515         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2516         appropriate.
2517         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2518         and `tramp-parse-sknownhosts'.
2519         (tramp-completion-function-alist): It's a defvar now, because we
2520         want to apply the optimized `tramp-set-completion-function'
2521         instead of a static list.
2522         (tramp-set-completion-function): Implementation tuned.
2523         Avoid double entries, and entries where the function or the
2524         file/directory doesn't exist.
2525         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2526         for SSH2.
2527         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2528         (tramp-handle-dired-compress-file): New function.
2529         (tramp-async-proc): New variable.
2530         (tramp-handle-shell-command): Adding asynchronous processes.
2531         They are far from being perfect, but it works at least for
2532         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2533         (top-level): Require password.el if visible.  Should be mandatory
2534         once No Gnus has found its way into (X)Emacs.
2535         (tramp-read-passwd): Invoke `password-read' if available,
2536         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
2537         fallback any longer.
2538         (tramp-clear-passwd): New function.
2539         (tramp-process-actions, tramp-process-multi-actions):
2540         Clear password cache if login has failed.
2542         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
2543         its own module.
2544         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2545         `ange-ftp-ftp-name-res'.  There could be incorrect values from
2546         previous calls in case the "ftp" method is used in the Tramp file
2547         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2549 2004-02-28  Richard M. Stallman  <rms@gnu.org>
2551         * term.el (term-mouse-paste): Call mouse-set-point.
2553         * thumbs.el: New file.
2555 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2557         * progmodes/ebnf-abn.el: Doc fix.
2559         * progmodes/ebnf-bnf.el: Doc fix.
2560         (ebnf-repeat): Code fix.
2562         * progmodes/ebnf2ps.el: Doc fix.
2563         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
2565 2004-02-28  Juri Linkov  <juri@jurta.org>
2567         * ffap.el (dired-at-point): Additional writability test for
2568         relative directory names.
2569         (dired-at-point-prompter): Treat directories as a directory, get
2570         the directory component from files.
2571         (ffap-string-at-point): Return string from region if region is active.
2572         (ffap-file-at-point): Remove redundant code.
2574 2004-02-28  Kim F. Storm  <storm@cua.dk>
2576         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
2577         Initialize margin area images to nil.
2578         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
2579         (breakpoint-enabled-bitmap-face)
2580         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
2581         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
2582         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
2583         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
2584         (gdb-reset): Use gdb-remove-breakpoint-icons.
2585         (gdb-put-string): Add dprop arg to specify alternative display
2586         property (for setting fringe bitmap).
2587         (gdb-remove-strings): Doc fix.
2588         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
2589         icon in fringe (if available), or else as icon or text in display
2590         margin.  Creates necessary icons in breakpoint-bitmap,
2591         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
2592         Also make left window margin if required.
2593         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
2594         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
2595         no longer needed.
2596         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
2597         gdb-put-breakpoint-icon.
2598         (gdb-assembler-mode): Don't set left-margin-width here.
2600 2004-02-27  Kevin Ryde  <user42@zip.com.au>
2602         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
2603         comma, so that it DTRT in macros.
2605 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2607         * progmodes/sh-script.el (sh-shell-arg)
2608         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
2609         (sh-leading-keywords, sh-other-keywords): Fix custom type.
2611 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
2613         * faces.el (face-spec-set-match-display): Add a new attribute,
2614         `min-colors'.
2615         (region, highlight, secondary-selection): Use `min-colors'.
2617         * custom.el (defface): Add documentation for `min-colors'.
2619         * font-lock.el (font-lock-comment-face, font-lock-string-face)
2620         (font-lock-keyword-face, font-lock-function-name-face)
2621         (font-lock-variable-name-face, font-lock-constant-face):
2622         Use `min-colors'.
2624         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
2626 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2628         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
2629         define assq-delete-all if it's not defined.
2630         (ebnf-generate-region): Code fix.
2632         * printing.el: Doc fix.
2633         (pr-version): New version number (6.7.2).
2634         (pr-command): Return empty string if command is an empty string.
2636 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2638         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
2640         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
2641         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
2642         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
2643         "tt" ["test"] ).  Reported by Markus Dreyer
2644         <mdreyer@ix.urz.uni-heidelberg.de>.
2645         (ebnf-version): New version number (4.0).
2646         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
2647         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
2648         (ebnf-delete-style): New commands.
2649         (ebnf-directory, ebnf-file): New funs.
2650         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
2651         (ebnf-production-name-p, ebnf-stop-on-error): New options.
2652         (ebnf-syntax-alist): New var.
2653         (ebnf-element-width): New fun replacing ebnf-list-width.
2654         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
2655         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
2656         (ebnf-prologue): Adjust vars.
2657         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
2658         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
2659         (ebnf-check-style-values, ebnf-generate-production)
2660         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
2661         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
2662         (ebnf-token-repeat): Code fix.
2664         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
2665         %right, %left and %prec.  Suggested by Matthew K. Junker
2666         <junker@alum.mit.edu>.
2667         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
2669         * progmodes/ebnf-iso.el: Doc fix.
2670         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
2671         (ebnf-iso-lex): Code fix.
2673         * progmodes/ebnf-bnf.el: Doc fix.
2674         (ebnf-bnf-lex): Code fix.
2676         * progmodes/ebnf-otz.el: Doc fix.
2678 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
2680         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
2681         (abbrev-prefix-mark): Doc fix.
2683 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
2685         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
2686         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
2687         (gdb-var-delete): Make interactive (really).
2688         (gdb-edit-value): Make non-interactive.
2690         * progmodes/gud.el (gud-speedbar-menu-items):
2691         Add gdb-var-delete and, indirectly, gdb-edit-value.
2692         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
2693         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
2694         (gud-gdb-marker-filter): Add comment for annotations.
2696 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2698         * calendar/calendar.el (generate-calendar)
2699         (calendar-read-date): Prevent display of BC calendars once more -
2700         reverts 2003-10-01 change.
2701         (generate-calendar-month): Doc fix.
2703 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2705         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
2706         return value of increment-calendar-month.
2708 2004-02-21  Stephen Compall  <s11@member.fsf.org>
2710         * saveplace.el (save-place-forget-unreadable-files)
2711         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
2712         (save-place-forget-unreadable-files): New function.
2713         (save-place-alist-to-file): Use it to filter out files that are
2714         no longer readable.
2716         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
2717         current Texinfo environment, using the same method as in
2718         `texinfo-insert-@end', and insert a space rather than a newline if
2719         point in a @table environment.
2721 2004-02-21  Juri Linkov  <juri@jurta.org>
2723         * ffap.el (ffap-file-at-point): Try parent directories.
2725 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
2727         * vcursor.el (vcursor-modifiers): New defcustom.
2728         (vcursor-cs-binding): Use vcursor-modifiers instead of a
2729         hard-coded list.
2731 2004-02-21  Masatake YAMATO  <jet@gyve.org>
2733         * play/animate.el (animate-birthday-present): Accept names other
2734         than `Sarah', too.
2736 2004-02-21  Juri Linkov  <juri@jurta.org>
2738         * startup.el: Remove table of command line arguments from the
2739         Commentary section.
2741 2004-02-20  John Wiegley  <johnw@newartisans.com>
2743         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
2744         again" modifier from 'e' to 'E', since 'e' is also used by the
2745         "file extension" modifier.
2747 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
2749         * help-fns.el (describe-categories): Doc fix.
2751 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2753         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
2754         temporary file for buffer already visiting one.  This change makes
2755         output likely to be directly usable by patch program.
2756         Suggested by Adrian Aichner  <adrian@xemacs.org>
2758 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
2760         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
2761         case of variables defined in compound statements.
2762         (gdb-setup-windows, gdb-source-info, gdb-source-info):
2763         Simplify constructions using switch-to-buffer.
2765 2004-02-19  Simon Josefsson  <jas@extundo.com>
2767         * play/morse.el: Fix typo.
2768         (morse-code): Add @.
2770 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2772         * calendar/appt.el (appt-display-format): Change default to
2773         'ignore, for backwards compatibility.
2774         (appt-display-message): If appt-display-format is 'ignore,
2775         respect old vars appt-msg-window and appt-visible.
2776         (appt-activate): Don't depend on return value of cancel-timer.
2778         * calendar/calendar.el (calendar-holidays): Doc fix.
2780         * calendar/cal-coptic.el (coptic-prompt-for-date):
2781         Use assoc-string instead of assoc-ignore-case.
2782         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
2783         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
2784         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
2785         * calendar/cal-islam.el (calendar-goto-islamic-date)
2786         (mark-islamic-diary-entries): Ditto.
2787         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
2788         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
2789         (calendar-read-mayan-tzolkin-date): Ditto.
2790         * calendar/calendar.el (calendar-read-date): Ditto.
2791         * calendar/diary-lib.el (mark-diary-entries): Ditto.
2793 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2795         * progmodes/executable.el (executable-command-find-posix-p):
2796         Fix choice of the directory.
2798 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
2800         * simple.el (interprogram-cut-function)
2801         (interprogram-paste-function, kill-new, kill-append):
2802         Doc fixes.
2803         (kill-region): Make it return nil.  Doc fix.
2804         (yank-pop): Make its argument optional.
2805         (yank): Make ARG `-' equivalent to `-1'.
2807 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
2809         * mail/rmail.el (rmail-get-new-mail): Don't reference
2810         rmail-use-spam-filter if rmail-spam-filter is not loaded.
2812 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
2814         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
2815         if one of global-auto-revert-non-file-buffers or autorevert-mode
2816         is non-nil.
2818 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2820         * subr.el (delete-dups): A better implementation from Karl Heuer
2821         <kwzh@gnu.org>.
2823 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2825         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
2826         correct place.
2827         * progmodes/icon.el (icon-indent-command): Ditto.
2828         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
2830 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2832         * progmodes/grep.el (grep-compute-defaults): Undo change from
2833         2004-01-29: don't use executable-command-find-posix-p.
2835 2004-02-16  Richard Sharman  <rsharman@pobox.com>
2837         * hilit-chg.el: Use require instead of eval-and-compile.
2838         (highlight-compare-buffers): New function.
2840 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
2842         * man.el (Man-fontify-manpage): Render section headings in
2843         `Man-overstrike-face' even when overstrike was not used by man
2844         formatter for section headings.
2846 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
2848         * rmail-spam-filter.el: (vm-use-spam-filter)
2849         (rsf-min-region-length-added-to-spam-list): New variables.
2850         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
2851         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
2852         spam testing.  Don't delete spam message if automatic deletion
2853         after output via variable rmail-delete-after-output is turned on.
2854         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
2855         rsf-bbdb-dont-create-entries-for-spam.
2856         (check-field): New function, extracted from code in
2857         rmail-spam-filter to ease addition of header fields like content-type.
2858         (message-content-type): New variable to check the content-type:
2859         field added, also in defcustom of rsf-definitions-alist.
2860         (rmail-spam-filter): Replace repeated test code for header fields
2861         by calls to check-field; change the call to
2862         rmail-output-to-rmail-file such that rmail-current-message stays
2863         the same to avoid wrong deletion of unseen flags.
2864         (rsf-add-contents-type): New function to convert old format
2865         of rmail-spam-definitions-alist into new one.
2866         Change prefixes of all variables and functions from
2867         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
2869 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2871         * loadhist.el (unload-hook-features-list): New defvar.
2873 2004-02-16  Dave Love  <fx@gnu.org>
2875         * loadhist.el (unload-feature): Doc fix.  Rename flist to
2876         unload-hook-features-list.
2878 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
2880         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
2881         cookie.  Don't check if we are looking-at open-formula.
2883 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2885         * subr.el (match-string-no-properties): Use substring-no-properties.
2887 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2889         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
2890         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
2891         Use lower-case "rx" in all error message.
2893 2004-02-16  Dave Love  <fx@gnu.org>
2895         * emacs-lisp/rx.el (rx-or): Put group around result.
2896         (rx-constituents): Add backref.
2897         (rx-syntax): Add string-delimiter, comment-delimiter.
2898         (rx-categories): Add combining-diacritic.
2899         (rx-check-not, rx-greedy, rx): Doc fix.
2900         (rx-backref, rx-check-backref): New.
2902 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
2904         * newcomment.el (uncomment-region): Allow eob as comment end.
2906 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
2908         * filecache.el: All message and error commands now use prefix
2909         "Filecache:" to make it easy to read *Messages* buffer.
2911 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
2913         * autorevert.el: Add support to detect changed dired and VC buffers.
2914         (auto-revert-active-p, auto-revert-list-diff)
2915         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
2916         (auto-revert-handler, auto-revert-active-p): New functions.
2917         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
2918         and `auto-revert-active-p'.
2919         (eval-when-compile): Defvar dired-directory and vc-mode.
2920         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2921         (auto-revert-handler-vc): New functions.
2923 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
2925         * progmodes/compile.el (compilation-directory): New defvar.
2926         (compile): Save current directory in compilation-directory.
2927         (recompile): Bind default-directory to compilation-directory if
2928         that is non-nil.
2930 2004-02-16  Dave Love  <fx@gnu.org>
2932         * newcomment.el (comment-insert-comment-function)
2933         (comment-region-function, uncomment-region-function): New.
2934         (comment-indent): Use comment-insert-comment-function.
2935         (uncomment-region): Use uncomment-region-function.
2936         (comment-region): Use comment-region-function.
2938         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
2940 2004-02-16  Richard Stallman  <rms@gnu.org>
2942         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
2943         loaddefs* and ldefs-boot*.
2945 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2947         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
2948         and email address at the beginning and end of the address.
2950         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
2951         anchored at the beginning of the email address.
2953 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
2955         * international/ccl.el (ccl-compile-write): Pass `left' to
2956         ccl-embed-code to generate correct code of write-expr-register.
2958 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
2960         * progmodes/grep.el (grep-compute-defaults): Fix typos.
2962 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2964         * x-dnd.el: Mention support for Motif in commentary.
2965         (x-dnd-handle-drag-n-drop-event): Ditto.
2967 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
2969         * ses.el: Use "ses--" prefixes for buffer-local variables.
2970         Use (point-min) instead of 1, even when we know the buffer
2971         is unnarrowed.
2972         (ses-build-load-map): Delete.  Distribute its content to defconst's for
2973         the three maps.
2974         (ses-menu, ses-header-line-menu): New menus.
2975         (ses-mode-map): Use them.
2976         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
2978 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
2980         * Makefile.in: Fix the CC Mode recompile kludge so it works
2981         when building in a different directory.
2983 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
2985         * simple.el (kill-new): Put yank-handler property on the entire string.
2987 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * diff.el: Don't use compile any more, use diff-mode instead.
2990         (diff-regexp-alist, diff-old-file, diff-new-file)
2991         (diff-parse-differences, diff-process-setup): Remove.
2992         (diff-sentinel): New fun.
2993         (diff): Use it.  Run the process ourselves.
2994         Use diff-mode for the rest of the processing.
2996         * diff.el (diff): Simplify code handling `switch'.
2998 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * pcvs-defs.el (cvs-menu): Add `tag'.
3002 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
3004         * simple.el (kill-append): Doc fix.
3006         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3007         Adapt outline-regexp to the new conventions for commenting out code.
3009 2004-02-11  John Paul Wallington  <jpw@gnu.org>
3011         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3013 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * diff.el (diff-switches): New fun.
3016         (diff, diff-backup): Use it.
3017         (diff): Clean up the args construction.  Use backquote.
3018         Use listp instead of consp to avoid putting a nil arg.
3019         (diff): Add a revert-buffer function.
3021 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3023         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
3024         handled by x-dnd-handle-file-name.
3025         (x-dnd-known-types): Add COMPOUND_TEXT.
3026         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3027         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3028         x-dnd-empty-state.
3029         (x-dnd-forget-drop): Ditto.
3030         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3031         (x-dnd-handle-one-url): Return private when inserting text.
3032         (x-dnd-insert-ctext): New function.
3033         (x-dnd-handle-file-name): New function for FILE_NAME.
3034         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3035         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3036         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3038 2004-02-10  Kenichi Handa  <handa@m17n.org>
3040         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3041         instead of while loop.
3043 2004-02-10  Miles Bader  <miles@gnu.org>
3045         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3047 2004-02-09  Kenichi Handa  <handa@m17n.org>
3049         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3050         have end-of-line.
3052 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3054         * Makefile.in: Added extra dependencies in the recompile target
3055         needed to cope with the compile time macro expansions in CC Mode.
3057 2004-02-09  Kim F. Storm  <storm@cua.dk>
3059         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3060         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3061         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3062         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3063         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3064         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3065         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3066         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3067         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3068         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3069         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3071 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3073         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3074         Don't allow shrink if there's a window on our right.
3076         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3077         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3078         Bring together declaration and initialization.
3079         (prolog-mode-variables): Don't set the syntax table.
3080         Don't set paragraph-start and comment-indent-function.
3081         Add /*..*/ to the comment regexps.
3082         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
3083         (prolog-mode-map): Don't bind TAB.
3084         (prolog-mode): Set the syntax table.
3085         (prolog-comment-indent): Remove.
3086         (inferior-prolog-mode-map): Initialize in the declaration.
3087         (inferior-prolog-mode-syntax-table)
3088         (inferior-prolog-mode-abbrev-table): New vars.
3089         (inferior-prolog-mode): Derive from comint-mode.
3090         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3091         minibuffer windows.
3093         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3094         in file names, as long as it is unabmiguous.
3096 2004-02-08  Andreas Schwab  <schwab@suse.de>
3098         * textmodes/reftex-toc.el
3099         (reftex-toc-load-all-files-for-promotion): Remove useless use of
3100         format.  Doc fix.
3102         * textmodes/refer.el (refer-find-entry-internal): Remove extra
3103         format string arguments.
3105         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3106         string argument.
3108         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
3110         * play/zone.el (zone-call): Fix format string.
3112         * net/webjump.el (webjump-builtin): Add missing format string argument.
3114         * midnight.el (midnight-delay-set): Remove extra format string argument.
3116         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
3118         * hexl.el (hexl-insert-char): Add missing format string argument.
3120         * format.el (format-decode): Fix format string.
3122         * emulation/vi.el (vi-mode): Remove extra format string argument.
3123         (vi-repeat-last-search): Likewise.
3124         (vi-reverse-last-search): Likewise.
3125         (vi-goto-mark): Likewise.
3126         (vi-reverse-last-find-char): Likewise.
3127         (vi-repeat-last-find-char): Likewise.
3128         (vi-locate-def): Likewise.
3130         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
3132         * ediff-util.el (ediff-toggle-read-only): Remove extra format
3133         string argument.
3134         (ediff-toggle-regexp-match): Likewise.
3136         * dired-aux.el (dired-do-query-replace-regexp): Add missing
3137         format string argument.
3139         * calc/calc-map.el (calc-get-operator): Remove extra format
3140         string argument.
3142         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3144         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3145         string argument.
3147         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3149         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
3151         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
3153         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
3154         (cl-struct-setf-expander): Likewise.
3156         * vc.el (with-vc-file): Fix unsafe uses of error.
3157         (vc-cancel-version): Likewise.
3159 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
3161         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3162         thousands separator; fixes <class>:<line-number> regexp for
3163         non-english locales.
3165 2004-02-08  Andreas Schwab  <schwab@suse.de>
3167         * view.el (view-mode-enable): Revert previous change.
3169 2004-02-07  Kim F. Storm  <storm@cua.dk>
3171         * simple.el (line-number-at-pos): Rename from line-at-pos.
3172         Uses changed (what-line and vc-annotate-warp-version).
3174 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3176         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3177         (diff-mode): Remove aborted attempt at support for compile.el.
3178         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3180 2004-02-06  Andreas Schwab  <schwab@suse.de>
3182         * view.el (view-mode-enable): Add view-mode-map to
3183         minor-mode-overriding-map-alist.
3185 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3187         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3189 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3192         with point inside rather than after the paragraph.
3194 2004-02-04  Sam Steingold  <sds@gnu.org>
3196         * mail/smtpmail.el (smtpmail-try-auth-methods):
3197         Do not try authentication when no mechanism is available.
3198         Pass port-name as defaultport to `netrc-machine'.
3200 2004-02-04  Stephen Eglen  <stephen@gnu.org>
3202         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3203         to show how minibuffer height can be constrained.
3205 2004-02-04  John Paul Wallington  <jpw@gnu.org>
3207         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3209 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3211         * x-dnd.el: New file for drag and drop.
3213         * term/x-win.el: require x-dnd, set after-make-frame-functions
3214         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3215         drag-n-drop event.
3217         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3218         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3219         (dired-dnd-handle-file): New functions for drag and drop support.
3220         (dired-mode): Initialize drag and drop if x-dnd present.
3222 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3224         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3225         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3226         (cperl-mode): Set fill-paragraph-function.
3227         (cperl-fill-paragraph): Make it non-interactive.
3229 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
3231         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3233 2004-02-02  David Kastrup  <dak@gnu.org>
3235         * replace.el (perform-replace): Allow 'literal argument in
3236         regexp-flag to indicate literal replacement.
3237         (query-replace-regexp-eval): Use it.
3239 2004-02-01  Andreas Schwab  <schwab@suse.de>
3241         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3243 2004-02-01  Stephen Eglen  <stephen@gnu.org>
3245         * info-look.el: Add support for maxima-mode.  Update commentary
3246         because info-lookup-symbol is now bound to C-h S.
3248 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
3250         * simple.el (edit-and-eval-command): Bind print-level and
3251         minibuffer-history-sexp-flag around call to read-from-minibuffer.
3252         Correct initial position in command-history.
3254 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3256         * files.el (read-directory-name): Adapt the docstring to recent
3257         change in Fread_file_name.
3259 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
3261         * ses.el (ses-print-cell): If print format too wide for column
3262         width, truncate decimal places if that helps to avoid "#####" fill.
3263         * ses.el (ses-initial-column-width): Revert previous change.
3265 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3268         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3269         Add edebug info.
3270         (jit-lock-mode): Setup/cancel the new timer.
3271         (jit-lock-context-fontify): New fun.  Extracted from
3272         context fontification code of jit-lock-stealth-fontify.
3273         (jit-lock-stealth-fontify): Don't do context fontification any more.
3275         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3276         (jit-lock-fontify-now): Handle the `quit' case.
3277         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3279 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
3281         * progmodes/executable.el (executable-command-find-posix-p):
3282         New.  Check if find handles arguments Posix-style.
3284         * progmodes/grep.el (grep-compute-defaults):
3285         Use executable-command-find-posix-p.
3286         (grep-find): Check `grep-find-command'.
3288         * filecache.el (file-cache-find-posix-p): Delete.
3289         (file-cache-add-directory-using-find):
3290         Use `executable-command-find-posix-p'.
3292 2004-01-29  Dave Love  <fx@gnu.org>
3294         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3295         Iterate the hook function if arg is given.
3296         (mark-defun, narrow-to-defun): Change order of finding the limits.
3298         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3299         (byte-compile-format-warn): New.
3300         (byte-compile-callargs-warn): Use it.
3301         (Format, message, error): Add byte-compile-format-like property.
3302         (byte-compile-maybe-guarded): New.
3303         (byte-compile-if, byte-compile-cond): Use it.
3304         (byte-compile-lambda): Compile interactive forms,
3305         just to make warnings about them.
3307 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
3309         * ses.el (ses-initial-column-width): Increase to 14, so it will
3310         work well with the default printer of "%.7g" for extreme values
3311         like "-1.234567e+07".
3313 2004-01-29  Kenichi Handa  <handa@m17n.org>
3315         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3317 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
3319         * dos-w32.el: Added support for the `default-printer-name' function.
3321 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3323         * server.el (server-socket-name): Don't use the hostname in the
3324         socket name since /tmp is local to the host anyway.
3326         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3327         robust check of widening and fix var-naming.
3329 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
3331         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3332         or rmail-spam- to rsf- in all function and variable names.
3333         (rsf-min-region-to-spam-list): New variable.
3334         (rsf-bbdb-auto-delete-spam-entries): Rename from
3335         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3336         scanned together with the recipients field for spam testing; Don't
3337         delete spam message if rmail-delete-after-output is non-nil;
3338         (rsf-check-field): New function, extracted from code in
3339         rmail-spam-filter to ease addition of header fields like
3340         content-type:;
3341         (message-content-type): New variable.  The content-type: field was
3342         added also in defcustom of rsf-definitions-alist;
3343         (rmail-spam-filter): Replace repeated test code for header fields
3344         by calls to check-field; change the call to
3345         rmail-output-to-rmail-file such that rmail-current-message stays
3346         the same to avoid wrong deletion of unseen flags.
3347         (rmail-use-spam-filter): Add autoload cookie.
3349 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3351         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3352         (file-cache-add-directory-using-find): Add Cygwin support.
3353         (file-cache-find-command-posix-flag): New user variable.
3355         * filecache.el (file-cache-add-directory): Check for
3356         directories an remove them from dir-files.
3358 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3360         * man.el (Man-fontify-manpage): Clean up message.
3362 2004-01-27  Kenichi Handa  <handa@m17n.org>
3364         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3365         (sentence-end): Define using sentence-end-without-space.
3367         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3368         a sentence ends with one of a character in sentence-end-without-space.
3370 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3372         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3373         (jit-lock): Group declaration moved to jit-lock.el.
3374         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3375         when necessary.
3377         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3378         (jit-lock-context-unfontify-pos): Rename from
3379         jit-lock-first-unfontify-pos.
3380         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3382 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3384         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3385         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3386         (fortran-fill): When filling a string, adjust re-search-backward
3387         argument for special case of string just on fill-column.
3388         When filling non-string, allow one extra char if
3389         fortran-break-before-delimiters is non-nil.
3390         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3391         Use fortran-break-delimiters-re and fortran-no-break-re to
3392         correctly handle cases such as "**".
3394         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3395         (f90-no-break-re): Add some extra tokens.  Doc fix.
3397 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3399         * mail/rmail-spam-filter.el:
3400         Use two semicolons as Commentary line prefix.
3401         Add ";;; Code:" stylized comment.
3402         Delete end-of-line whitespace.
3403         Wrap (require 'cl) with `eval-when-compile'.
3405 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
3407         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3408         at the top level of vc.el.
3410 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
3412         * vc.el (vc-current-line): Function removed.  This is now done by
3413         the new function line-at-pos in simple.el.
3414         (vc-annotate-warp-version): Use line-at-pos instead of
3415         vc-current-line.
3417 2004-01-22  Kim F. Storm  <storm@cua.dk>
3419         * simple.el (line-at-pos): New defun.
3420         (what-line): Use it.  Optimize by only counting lines in narrowed
3421         region once.
3423 2004-01-22  Kenichi Handa  <handa@m17n.org>
3425         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3426         point (register r1) only for charset mule-unicode-0100-24ff.
3428 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3430         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3431         trailing white space and ensure a final newline.
3433         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3434         Add autoload cookie.
3436 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
3438         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3439         activate view-mode explicitly.
3441 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3443         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3444         use clipboard first.
3446 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3448         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
3449         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3450         (vc-mcvs-cvs): Remove.
3451         (vc-mcvs-command): Remove use of assert.
3453         * outline.el (outline-insert-heading): Tighten up match.
3454         (outline-demote, outline-move-subtree-down): Don't assume anything
3455         about outline-regexp.
3457         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3458         (texinfo-show-structure): Explicitly add ^, and simplify.
3460 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3462         * calendar/appt.el (appt-check): Restore usage of
3463         appt-issue-message deleted in previous change.
3464         (top-level): Activate package when loaded (needed for backwards
3465         compatibility).
3467 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3469         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3470         following previous change to smtpmail-send-data.
3472 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
3474         * vc.el (vc-default-previous-version): Doc enhancement.
3475         (vc-default-next-version): New function.
3476         (vc-print-log): New arg FOCUS-REV.
3477         (vc-annotate-mode): Derive from view-mode.
3478         (vc-annotate): New args REVISION, DISPLAY-MODE.
3479         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3480         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3481         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3482         (vc-annotate-show-diff-revision-at-line, vc-current-line)
3483         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3485         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3487 2004-01-19  Karl Berry  <karl@gnu.org>
3489         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3490         or "TexInfo".
3492 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3494         * subr.el (delete-dups): New function.
3496 2004-01-19  Karl Berry  <karl@gnu.org>
3498         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
3499         with ^, since that's what texinfo-show-structure
3500         documentation says (plus it works much better in texinfo.txi).
3502 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
3504         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
3506 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
3508         * progmodes/which-func.el (which-function-mode): Don't cancel
3509         which-func-update-timer if not set.
3511 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
3513         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3514         Remove spurious left square bracket in XX:XXam regexp.
3516 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3518         * progmodes/cc-defs.el: Do not require cl at run time.
3520 2004-01-16  Richard M. Stallman  <rms@gnu.org>
3522         * emacs-lisp/cl.el (cl-cannot-unload): New function.
3523         (cl-unload-hook): Defvar this to run cl-cannot-unload.
3525         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3526         Call rmail-spam-filter.  Delete and expunge spam.
3527         Print number of spam messages deleted.
3528         Save and restore the deletion status of old messages when reading
3529         new mail with spam filter, so that expunging spam does not expunge
3530         msgs deleted by the user.
3531         (rmail-only-expunge): Add an optional argument dont-show to
3532         prevent showing message after expunge.
3534 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3536         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3537         * subr.el (declare): New macro.
3539 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
3541         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3543 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3546         Test window-system rather than system-type (for X11/Mac).
3548 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
3550         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3552 2004-01-12  Richard M. Stallman  <rms@gnu.org>
3554         * mail/rmail.el (rmail-convert-to-babyl-format):
3555         Use mail-unquote-printable-region.
3556         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3557         (rmail-hex-char-to-integer): Functions deleted.
3559         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3560         (mail-unquote-printable-region): New arg NOERROR.
3561         For invalid encoding, either signal an error to just return nil.
3563 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3565         * calendar/appt.el: Update copyright and commentary.
3566         (appt-issue-message): Make obsolete.
3567         (appt-visible, appt-msg-window): Make obsolete, in favour of
3568         appt-display-format.
3569         (appt-display-mode-line, appt-display-duration)
3570         (appt-display-diary, appt-time-msg-list, appt-mode-string)
3571         (appt-prev-comp-time, appt-display-count, appt-timer)
3572         (appt-convert-time): Doc change.
3573         (appt-disp-window-function, appt-delete-window-function):
3574         Use defcustom rather than defvar.
3575         (appt-display-format): New variable.
3576         (appt-display-message): New function with display code from appt-check.
3577         (appt-check): Add optional FORCE argument.  Doc change.
3578         Add appt-make-list to diary-hook if displaying diary.
3579         Remove checking of view-diary-entries-initially.
3580         Message display section removed to new function appt-display-message.
3581         (appt-display-window): Doc change.  Remove unused internal var
3582         this-buffer.  Do not beep, since appt-display-message does that.
3583         (appt-make-list): Doc change.  Use caar.
3584         (appt-sort-list): Simplify by using builtin sort function.
3585         (appt-update-list): New function for updating appts when diary is
3586         saved.
3587         (appt-activate): New autoloaded function to toggle package
3588         functionality.
3590         * calendar/cal-x.el: (calendar-one-frame-setup)
3591         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
3593         * calendar/calendar.el: Update copyright.
3594         (view-diary-entries-initially, european-calendar-style): Doc change.
3595         (calendar-setup): Make defcustom rather than defvar.
3596         (mark-visible-calendar-date): Initialize temp-face and faceinfo
3597         in let binding so local to function.
3599         * calendar/diary-lib.el: Update copyright.
3600         (diary, diary-entry-time): Doc change.
3601         (list-diary-entries): Doc change.  Trivial logic change.
3602         (fancy-diary-display): Restore make-face command mistakenly
3603         deleted 2003-05-08.
3604         (show-all-diary-entries): Allow to pop-up frame if needed.
3606 2004-01-09  John Paul Wallington  <jpw@gnu.org>
3608         * bindings.el (mode-line-change-eol): Add EVENT parameter.
3609         Temporarily select EVENT's window for changing eol type.
3611 2004-01-09  Deepak Goel  <deego@gnufans.org>
3613         * calendar/diary-lib.el (diary-entry-time):
3614         Also accept time in the form XX[.XX][am/pm/AM/PM].
3615         (fancy-diary-font-lock-keywords): Likewise.
3616         (diary-font-lock-keywords): Likewise.
3617         * calendar/appt.el (appt-add): Likewise.
3618         (appt-make-list): Likewise.
3619         (appt-convert-time): Likewise.
3621 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
3623         * gdb-ui.el (gdb-ann3): Revert previous change.
3624         (gdb-source-info): Allow for case of where compilation directory
3625         is not recorded.
3627 2004-01-08  John Paul Wallington  <jpw@gnu.org>
3629         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
3631 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
3633         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
3635         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
3636         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
3637         problems.
3638         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
3640 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
3642         * files.el (write-file-functions, write-contents-functions):
3643         Clarify docstrings.
3645 2004-01-07  Kenichi Handa  <handa@m17n.org>
3647         * international/mule.el (set-auto-coding): Fix for the case that
3648         end-of-line is only CR.
3650 2004-01-07  Kim F. Storm  <storm@cua.dk>
3652         * subr.el (event-start, event-end): Doc fix.
3653         (posn-string, posn-image): New defuns.
3654         (posn-object): Return either image or string object.
3655         (posn-object-x-y): Return 8th element of position.
3656         (posn-object-width-height): New defun.
3658 2004-01-06  Andreas Schwab  <schwab@suse.de>
3660         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
3661         output.
3663 2004-01-05  Karl Berry  <karl@gnu.org>
3665         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
3666         / and *, too.
3668 2003-12-31  Simon Josefsson  <jas@extundo.com>
3670         * files.el (before-save-hook): Add.
3671         (basic-save-buffer): Use before-save-hook.
3673         * emacs-lisp/copyright.el: Fix comment to recommend
3674         before-save-hook instead of write-file-functions.
3676 2004-01-05  Richard M. Stallman  <rms@gnu.org>
3678         * finder.el (finder-commentary): Call delete-other-windows.
3680         * net/ange-ftp.el (ange-ftp-file-attributes):
3681         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
3683 2004-01-04  Karl Berry  <karl@gnu.org>
3685         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
3686         comment characters % and # in the copyright year notice,
3687         as well as ;.
3689 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3691         * wid-edit.el (default): Define dummy :value-delete.
3692         Reported by Jesper Harder <harder@ifa.au.dk>.
3694 2004-01-03  Richard M. Stallman  <rms@gnu.org>
3696         * progmodes/compile.el (compile-internal): Use point, not point-min,
3697         for set-window-point.
3699         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
3701         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
3703         * progmodes/grep.el (grep-mode-map):
3704         Don't remap next-line, previous-line.
3706 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
3708         * speedbar.el (speedbar-edit-line): Change regexp to position
3709         the cursor on the first character of this line's button.
3711 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3713         * subr.el (functionp): Doc fix.
3715 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3717         * progmodes/idlwave.el (idlwave-make-tags):
3718         * textmodes/flyspell.el (flyspell-large-region):.
3719         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
3720         * emulation/viper-util.el (viper-glob-unix-files):
3721         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
3722         * man.el (Man-init-defvars):
3723         * jka-compr.el (jka-compr-call-process):
3724         * files.el (get-free-disk-space,insert-directory):
3725         * ediff-ptch.el (ediff-test-patch-utility):
3726         * ediff-diff.el (ediff-test-utility):
3727         * dired-aux.el (dired-check-process):
3728         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
3729         test the return value of call-process, because it can be a string.
3731 2003-12-31  John Paul Wallington  <jpw@gnu.org>
3733         * bindings.el (completion-ignored-extensions): Add .pfsl.
3735 2003-12-31  Kim F. Storm  <storm@cua.dk>
3737         * ido.el (ido-nonreadable-directory-p): New defun to check for
3738         nonreadable directory without activating tramp (to avoid problems
3739         with checking incomplete tramp paths).
3740         (ido-set-current-directory, ido-file-internal)
3741         (ido-file-name-all-completions1): Use it.
3743 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
3745         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
3746         documentation if the anchor (or node) name is preceded by `info
3747         anchor' or `Info anchor' in addition to earlier `info node' and
3748         `Info node'.
3749         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
3751 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
3753         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
3754         error in arguments to base64-decode-region.  Remove ^M characters
3755         after decoding base64.
3757 2003-12-30  Simon Josefsson  <jas@extundo.com>
3759         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
3760         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
3761         have only been distributed with Emacs for some years.
3762         (texinfo-mode-hook): Customize.
3764 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
3766         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
3767         cleaner (suggested by Richard Stallman).
3769         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
3770         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
3771         file-name clashes on 8+3 DOS filesystems.
3773         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
3774         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
3775         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
3776         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
3777         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
3778         file-name clashes on 8+3 filesystems.
3780         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
3781         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
3782         file-name clashes on 8+3 DOS filesystems.
3784 2003-12-29  Richard M. Stallman  <rms@gnu.org>
3786         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
3787         Upcase the character.
3789         * textmodes/flyspell.el (mail-mode-flyspell-verify):
3790         Search for header separator alone on a line, literally,
3791         and search for it backward, not forward.
3792         (flyspell-abbrev-table): Always use global-abbrev-table
3793         if there is no local one.
3795         * progmodes/sh-script.el (sh-get-indent-info):
3796         Don't move point back if at bob.
3798         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
3800         * play/handwrite.el (handwrite): Make the handwrite credit message
3801         a comment rather than an output command.
3803         * obsolete/sc.el: Display message that this file is obsolete.
3805         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
3807         * mail/rfc822.el (rfc822-address-start): Declare variable.
3808         Renamed from address-start.  All uses changed.
3810         * term.el (term-exec): Set up sentinel.
3811         (term-sentinel): New function.
3812         (term-handle-exit): New function.
3814         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3815         Use assoc-string, and mark them obsolete.
3816         (delay-mode-hooks): Mark as permanent local.
3818         * simple.el (sendmail-user-agent-compose): Use assoc-string.
3820         * register.el (copy-rectangle-to-register): Doc fix.
3822         * info.el (Info-insert-dir): Use assoc-string.
3824         * info-look.el (info-lookup): Use assoc-string.
3826         * frame.el (pop-up-frame-function): Use quote, not `function'.
3827         (frame-notice-user-settings): Calculate ADJUSTED-TOP
3828         copying with lists as coordinate values.
3830         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
3832         * find-dired.el (kill-find): New command.
3833         (find-dired): Make buffer read-only.
3834         Set up a keymap with C-c C-k running kill-find.
3835         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
3837         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
3839         * filecache.el (file-cache-ignore-case): New variable.
3840         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
3842         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
3843         (comint-dynamic-complete-as-filename): Rename local vars.
3844         (comint-dynamic-list-filename-completions): Likewise.
3846         * comint.el (comint-dynamic-list-completions-config): New var.
3847         (comint-dynamic-list-completions): Handle both SPC and TAB right.
3849         * comint.el (comint-file-name-chars): Add [].
3850         (comint-word): Use skip-chars-backward, not search.
3852         * shell.el (shell-file-name-chars): Add [].
3854         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
3856         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
3858         * generic.el (define-generic-mode): Doc fix.
3860 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3862         * files.el (kill-some-buffers): Doc fix.
3864 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
3866         * comint.el (comint-watch-for-password-prompt): Pass `string' as
3867         arg to send-invisible
3868         (send-invisible): Doc fix.  The argument is now a prompt, not the
3869         string to send.
3870         (comint-read-noecho): Doc fix.
3872 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
3874         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
3875         "@", as required by some ISP hosting service.  Fix defcustom
3876         argument syntax errors that prevented use of customization.
3878 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3880         * xml.el (xml-get-attribute-or-nil): Doc fix.
3882 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
3884         * net/zone-mode.el (zone-mode): Use write-file-functions, not
3885         write-file-hooks.
3887 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3889         * autorevert.el (auto-revert-interval): Doc fix.
3891 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
3893         * xml.el (xml-get-attribute-or-nil): New function, like
3894         xml-get-attribute, but returns nil if the attribute was not found.
3895         (xml-get-attribute): Convert to defsubst, uses
3896         xml-get-attribute-or-nil.
3898 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3900         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3902 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
3904         * custom.el (custom-declare-theme): Use `value' when putting
3905         properties on `theme'.
3907 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3909         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
3910         for each yank-handler segment.
3911         (insert-for-yank-1): New function, with the body of the previous
3912         insert-for-yank.
3914         * textmodes/table.el (table-yank-handler): New defcustom.
3915         (table--put-cell-indicator-property): Put yank-handler property
3916         that indicates the yank handler for the table cell.
3918 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3920         * generic-x.el (etc-modules-conf-generic-mode): A more complete
3921         set of keywords.
3923 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3925         * international/mule-cmds.el (reset-language-environment)
3926         (set-language-environment): Don't invoke fontset-related functions
3927         if fontset-list is not fboundp.
3929 2003-12-29  Kenichi Handa  <handa@m17n.org>
3931         * international/mule-cmds.el (reset-language-environment):
3932         Call set-overriding-fontspec-internal with nil.
3933         (set-language-environment): Call set-overriding-fontspec-internal
3934         if the language environment specify `overriding-fontspec'.
3935         (language-info-alist): Doc added.
3937         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
3938         characters of mule-unicode-0100-24ff.
3939         (ccl-encode-windows-1251-font): New CCL program.
3940         ("Bulgarian"): Specify overriding-fontspec.
3941         ("Belarusian"): Likewise.
3943 2003-12-28  Sam Steingold  <sds@gnu.org>
3945         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
3946         parameter ID-FORMAT to conform with the 2003-11-30 patch.
3948 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
3950         * progmodes/gud.el (gud-gdb-command-name): Set default to
3951         "gdb --annotate=3".
3952         (gud-gdb-marker-filter): Look out for annotations.
3953         (gdb-first-pre-prompt): New variable.
3954         Remove trailing white space.
3956         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
3957         if necessary.
3958         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
3959         annotations are detected.
3960         (gud-gdba-marker-filter): Use global variable gud-marker-acc
3961         instead of a local one to allow transition from
3962         gud-gdb-marker-filter.
3963         Remove trailing white space.
3965 2003-12-27  Kim F. Storm  <storm@cua.dk>
3967         * ido.el: Handle non-readable directories.
3968         (ido-decorations): Add 9th element for non-readable directory.
3969         (ido-directory-nonreadable): New dynamic var.
3970         (ido-set-current-directory): Set it.
3971         (ido-read-buffer, ido-file-internal):
3972         (ido-read-file-name, ido-read-directory-name): Let-bind it.
3973         (ido-file-name-all-completions1): Return empty list for
3974         non-readable directory.
3975         (ido-exhibit): Print [Not readable] if directory is not readable.
3976         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
3977         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
3978         Use it.
3980 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
3982         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
3983         calls to directory-files-and-attributes and file-attributes.
3984         (ls-lisp-format): Remove system dependent handling of user and
3985         group id's.
3987 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
3989         * ffap.el (ffap-read-file-or-url): Revert previous change.
3991 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
3993         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
3994         new list of included files called `files-with-node-lines', that
3995         only have node lines.  This way @include commands can include any
3996         file, such as version and update files without node lines, not
3997         just files that are chapters.
3999 2003-12-25  Andreas Schwab  <schwab@suse.de>
4001         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4002         file not found.
4004 2003-12-08  Miles Bader  <miles@gnu.org>
4006         * dired.el (dired-between-files): Always use dired-move-to-filename,
4007         which is more robust in non-english locales.
4009 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4011         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4013 2003-12-24  Andreas Schwab  <schwab@suse.de>
4015         * shell.el (shell-file-name-quote-list): Add backslash.
4017         * comint.el (comint-quote-filename): Correctly handle backslash
4018         in comint-file-name-quote-list.
4020 2003-12-24  Kenichi Handa  <handa@m17n.org>
4022         * international/mule-cmds.el (set-default-coding-systems):
4023         Call ucs-set-table-for-input for all buffers that don't have local
4024         value of buffer-file-coding-system.
4026         * international/ucs-tables.el (ucs-set-table-for-input):
4027         If translation-table-for-encode is a symbol, get its
4028         translation-table property.
4030 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
4032         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4033         to `completing-read' on a recently fixed bug.
4035         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4036         instead of SPACE, to get the list of possible fringe modes.
4037         SPACE only works if both `partial-completion-mode' and
4038         `completion-auto-help' are nil.
4040         * complete.el (PC-is-complete-p): Delete.
4041         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4042         calls to `test-completion'.
4044 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
4046         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4047         to edit values when there are no children.
4049         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4050         a mode called "Assembler" already exists.
4051         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4052         (gud-watch): Use format option.  Remove font properties from string.
4053         (gdb-var-create-handler, gdb-var-list-children-handler):
4054         Don't bother about properties as there are none.
4055         (gdb-var-create-handler, gdb-var-list-children-handler)
4056         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4057         with two arguments.
4058         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4059         Let speedbar show value changes with a different font.
4060         (gdb-edit-value): New defun.
4061         (gdb-clear-partial-output, gdb-clear-inferior-io)
4062         (def-gdb-auto-update-handler): Use erase-buffer.
4063         (gdb-frame-handler): Display watch expressions in
4064         FUNCTION::VARIABLE format if required.
4066 2003-12-23  John Paul Wallington  <jpw@gnu.org>
4068         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4069         (Info-goto-emacs-command-node): Doc fixes.
4071 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
4073         * cus-edit.el (custom-add-parent-links): Define "many".
4075 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
4077         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4078         (widget-child-validate, widget-type-value-create)
4079         (widget-type-default-get, widget-type-match): New functions.
4080         (lazy): New widget.
4081         (menu-choice, checklist, radio-button-choice, editable-list)
4082         (group, documentation-string): Remove redundant (per 2003-10-25
4083         change) calls to `widget-children-value-delete'.
4084         (widget-choice-value-get, widget-choice-value-inline): Remove.
4085         (menu-choice): Update widget.
4087 2003-12-03  Kenichi Handa  <handa@m17n.org>
4089         * language/cyrillic.el: Register "microsoft-cp1251" in
4090         ctext-non-standard-encodings-alist.
4091         ("Bulgarian"): Add ctext-non-standard-encodings.
4092         ("Belarusian"): Likewise.
4094         * international/mule-conf.el (compound-text-with-extensions):
4095         Change the type to 2 (iso-2022 base).
4097         * international/mule.el (ctext-non-standard-encodings-alist):
4098         Change the format.
4099         (ctext-non-standard-encodings): New variable.
4100         (ctext-post-read-conversion): Fully re-written.
4101         (ctext-non-standard-designations-alist): Delete it.
4102         (ctext-non-standard-encodings-table): New function.
4103         (ctext-pre-write-conversion): Fully re-written.
4105 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4107         * cus-edit.el (custom-add-parent-links): Add documentation links
4108         for parent, if the item has none of its own.
4110 2003-11-30  Richard M. Stallman  <rms@gnu.org>
4112         * dired-aux.el (dired-do-query-replace-regexp):
4113         Report files visited read-only.
4115 2003-11-30  Juri Linkov  <juri@jurta.org>
4117         * dired-aux.el (dired-compare-directories): New command.
4118         (dired-file-set-difference, dired-files-attributes): New functions.
4120 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4121         Version 2.0.38 of Tramp released.
4123         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
4124         Charles Curley <charlescurley@charlescurley.com>.
4125         (tramp-multi-connection-function-alist): Add ssht entry which adds
4126         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
4127         Aichner.
4128         (tramp-get-method-parameter): New function to retrieve a method
4129         parameter.  This allows for omission of method parameters.
4130         Callers adjusted.
4132 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
4134         * net/tramp.el: Add new optional parameter ID-FORMAT to
4135         `file-attributes'.  Calls of `file-attributes' won't use this
4136         parameter for backward compatibility reasons.
4137         (tramp-perl-file-attributes): Add a new parameter to Perl script
4138         in order to handle uid/gid as strings, if desired.
4139         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4140         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
4141         order to make the function more general.
4142         (tramp-handle-file-attributes): Replace proprietary optional
4143         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
4144         (tramp-handle-file-attributes-with-perl): Handle parameter
4145         NONNUMERIC if set.  This wasn't done in the past.
4146         (tramp-post-connection): Apply second parameter "$2" if
4147         `tramp-remote-perl' is called.
4149         * net/tramp-smb.el (tramp-smb-handle-delete-file):
4150         Correct cut'n'waste error (`filename' instead of `directory').
4151         (tramp-smb-handle-directory-files-and-attributes)
4152         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4153         introduced parameter ID-FORMAT.
4154         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4155         error (`directory' instead of `ldir').
4157         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4158         `file-attributes' has a second parameter.  If yes, apply it with
4159         value "'integer".  Otherwise, don't use that parameter (default is
4160         integer format).
4162 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4164         * help.el (help-map): Bind `display-local-help' to `C-h .'.
4165         (help-for-help): Add `C-h .' to the listed Help options.
4166         Remove trailing whitespace.
4168         * help-at-pt.el: New file.
4170 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
4172         * subr.el (noreturn, 1value): New macros for test coverage.
4173         See `testcover.el'.
4175         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4177         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4178         for macro `1value'.
4179         (testcover-1value): New function.  Checks that a 1value form
4180         actually returns only one value.  Requested by RMS.
4182 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
4184         * gdb-ui.el (gud-watch, gdb-var-create-handler)
4185         (gdb-var-list-children, gdb-var-list-children-handler)
4186         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4187         gdb commands that use mi to keep them out of the command history.
4189 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4191         * cus-start.el (all): Add use-file-dialog.
4193 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4195         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4197 2003-11-27  Kim F. Storm  <storm@cua.dk>
4199         * subr.el (posn-object-x-y): New defun.
4201 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4203         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4204         Don't use `space' for \\\n.
4205         Be more selective as to which # are comment-starters.
4207 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
4209         * subr.el (number-sequence): Improve handling of floating point
4210         arguments (suggested by Kim Storm).  Allow negative arguments.
4212 2003-11-26  Kenichi Handa  <handa@m17n.org>
4214         * international/mule-cmds.el (standard-display-european-internal):
4215         Cancel the standard-display-table setting for ` and '.
4217 2003-11-26  Kim F. Storm  <storm@cua.dk>
4219         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4220         New defcustoms to add ffap-like functionality to ido.
4221         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
4222         (ido-no-final-slash): New defun.
4223         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4224         (ido-read-file-name): ): Toggle VC checking via
4225         vc-handled-backends instead of vc-master-templates.
4226         (ido-file-internal): Handle ido-use-url-at-point and
4227         ido-use-filename-at-point via code borrowed from ffap-guesser.
4228         Handle new ido-exit code ffap.
4229         (ido-sort-list): Ignore final slash when sorting file names.
4231 2003-11-25  Kim F. Storm  <storm@cua.dk>
4233         * emulation/cua-base.el (cua--standard-movement-commands):
4234         Add forward-sentence and backward-sentence.
4236 2003-11-25  Stephen Eglen  <stephen@gnu.org>
4238         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4239         iswitchb-exit is set to 'usefirst when user selects buffer at head
4240         of list using RET.  (Selecting buffers at the head of the list was
4241         broken if the substring was also a complete buffername.)
4243 2003-11-23  Kim F. Storm  <storm@cua.dk>
4245         * progmodes/compile.el (grep-command, grep-use-null-device)
4246         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4247         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4248         (grep-regexp-alist, grep-program, find-program)
4249         (grep-find-use-xargs, grep-history, grep-find-history)
4250         (grep-process-setup, grep-compute-defaults)
4251         (grep-default-command, grep, grep-tag-default, grep-find)
4252         (grep-expand-command-macros, grep-tree-last-regexp)
4253         (grep-tree-last-files, grep-tree): Move grep variables, functions
4254         and commands to new file grep.el.
4255         (compilation-mode-map): Remove grep commands from Compile sub-menu.
4256         (compilation-process-setup-function): Doc fix.
4257         (compilation-highlight-regexp, compilation-highlight-overlay): New
4258         defvars used for highlighting current compile error in source buffer.
4259         (compile-internal): New optional args HIGHLIGHT-REGEXP and
4260         LOCAL-MAP which overrides compilation-highlight-regexp and
4261         compilation-mode-map for this compilation.
4262         Delay calling compilation-set-window-height until after running
4263         compilation-process-setup-function so it can buffer-local override
4264         compilation-window-height.
4265         Check buffer-local value of compilation-scroll-output.
4266         (compilation-set-window-height): Use buffer-local value of
4267         compilation-window-height.
4268         (compilation-revert-buffer): Don't pass (undefined)
4269         preserve-modes arg to revert-buffer.
4270         (next-error-no-select, previous-error-no-select): New commands.
4271         (compilation-goto-locus): Temporarily highlight current match in
4272         source buffer using compilation-highlight-regexp.
4274         * progmodes/grep.el: New file with grep code from compile.el.
4275         (grep): New defcustom group.
4276         (grep-window-height): New defcustom, like compilation-window-height.
4277         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4278         (grep-scroll-output): New defcustom, like compilation-scroll-output.
4279         (grep-command, grep-use-null-device, grep-find-command)
4280         (grep-tree-files-aliases, grep-tree-ignore-case)
4281         (grep-tree-ignore-CVS-directories): Move to grep custom group.
4282         (grep-setup-hook): New hook variable.
4283         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
4284         (grep-last-buffer): New defvar, override compilation-last-buffer.
4285         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
4286         Call compile-internal with args highlight-regexp and grep-mode-map.
4288 2003-11-23  Kim F. Storm  <storm@cua.dk>
4290         * subr.el (event-start, event-end): Doc fix.
4291         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4292         (posn-area, posn-actual-col-row, posn-object): New defuns.
4293         (posn-col-row): Simplify doc.  Rewrite to use cond.
4294         (posn-point): Also return buffer position for events outside text
4295         area (that info is now present in the event position).
4297         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4298         mouse-set-point so that hscroll still works now that clicks on
4299         fringes generate specific mouse events.
4300         (mouse-set-point): Note that it now works in fringes and margins
4301         too due to new semantics of posn-point in fringes and margins.
4303         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4304         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4306 2003-11-20  Kim F. Storm  <storm@cua.dk>
4308         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4309         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4310         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4311         to 100 for icons to avoid increasing line height when shown.
4313 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4315         * newcomment.el (comment-normalize-vars): Initialize properly if
4316         comment-start was nil.
4318 2003-11-19  Andreas Schwab  <schwab@suse.de>
4320         * simple.el (set-variable): Fix indentation.
4322 2003-11-17  Kenichi Handa  <handa@m17n.org>
4324         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4325         Fix docstring.
4327 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4329         * international/latin1-disp.el (latin1-display): Fix docstring.
4331 2003-11-16  John Wiegley  <johnw@newartisans.com>
4333         * eshell/em-ls.el (eshell-ls-file): There are times with
4334         size-width is nil and uncomputed (when directories are created in
4335         dired, for example); in this case, 4 is reasonable default value,
4336         although it may caused skewed new entries (which could be avoided
4337         by returning the original value of 8 in all cases, but 99% of the
4338         time this is a waste of whitespace).
4340 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4342         * cc-engine.el (c-guess-continued-construct)
4343         (c-guess-basic-syntax): Check a little more carefully if it's a
4344         function declaration when an unknown construct followed by a block
4345         is found inside a statement context.  This avoids macros followed
4346         by blocks to be taken as function declarations.
4348         (c-guess-continued-construct): Change the analysis of a statement
4349         continuation with a brace open to `substatement-block', for
4350         consistency with recognized statements.
4352         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4353         start is in a position so that `c-beginning-of-statement-1' jumped
4354         to the beginning of the same statement.
4356         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4357         Don't accept binary operators in the arglist if we're in a function
4358         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4359         template recognition in cases like "if (a < b || c > d)".
4361         (c-restricted-<>-arglists): New more appropriate name for
4362         `c-disallow-comma-in-<>-arglists'.
4364         Accessing functions updated for the variable name change.
4366         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4367         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4369         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4370         labels.
4372         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4373         instead of duplicating parts of it.  This fixes bogus label
4374         recognition.
4376         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4377         of checking the context in which to apply the minimum indentation,
4378         so that it isn't enforced in e.g. namespace blocks.
4380         * cc-vars.el (c-inside-block-syms): New constant used by
4381         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4382         to somewhat reduce the risk of becoming stale.
4384         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4385         cc-cmds to cc-engine to allow use from cc-align.
4387         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4388         qualified identifiers containing "::".
4390         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4391         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4393         * cc-vars.el (c-emacs-features): Use a space in front of the name
4394         of the temporary buffer.  That also avoids dumping problems in
4395         XEmacs due to undo info being left around after the buffer is killed.
4397         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4398         arglist to see if it's a K&R style declaration.
4400         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4401         before returning `knr-argdecl-intro'.
4403 2003-11-16  John Wiegley  <johnw@newartisans.com>
4405         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4406         field in a long-listing always 8 characters, use `size-width',
4407         which has already been computed.
4409 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4411         * subr.el (minor-mode-list): Add `hs-minor-mode'.
4413 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4415         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4416         Support operation while narrowed, with `diff-restrict-view'.
4418 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4420         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4421         Take additional optional arg NARROWFUN.  For the generated functions:
4422         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
4423         include frags that arrange to check for and save narrowing state before
4424         the move and then conditionally call NARROWFUN after the move.
4426 2003-11-14  John Wiegley  <johnw@newartisans.com>
4428         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4429         that was optional, but obviously missing based on surrounding code.
4431         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4432         string arguments to numbers unless the whole argument was seen as
4433         a number.
4435 2003-11-14  Kenichi Handa  <handa@m17n.org>
4437         * international/mule.el (ctext-non-standard-encodings-alist):
4438         Fix coding systems.
4440 2003-11-10  Kenichi Handa  <handa@m17n.org>
4442         * language/kannada.el ("Kannada"): Add sample-text.
4444         * language/knd-util.el (kannada-compose-region)
4445         (kannada-compose-string, kannada-post-read-conversion):
4446         Add autoload cookie.
4448         * international/quail.el (quail-completion): Change the message
4449         "corresponding translations" to "corresponding characters".
4451 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4453         * descr-text.el (describe-char): Fix typo.
4455 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
4457         These changes are to support Kannada language/script.
4459         * Makefile.in (DONTCOMPILE): Add kannada.el.
4461         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4463         * loadup.el: Preload kannada.el.
4465         * language/ind-util.el (ucs-kannada-to-is13194-alist)
4466         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4467         New variables.
4469         * language/kannada.el: New file.
4471         * language/knd-util.el: New file.
4473 2003-11-07  Andreas Schwab  <schwab@suse.de>
4475         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4476         Also highlight AH_*.
4478         * xml.el (xml-parse-dtd): Fix misplaced paren.
4480 2003-11-07  Kenichi Handa  <handa@m17n.org>
4482         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4484 2003-11-05  Juri Linkov  <juri@jurta.org>
4486         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4487         (desktop-buffer-file): Use saved buffer-file-coding-system
4488         for file reading.  Set auto-insert to nil to prevent automatic
4489         insertion into restored empty files.
4491 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4493         * files.el (risky-local-variable-p): Make second argument optional.
4495 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4497         * subr.el (add-hook): Fix last change.
4499 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
4501         * mail/rmail.el (rmail-convert-to-babyl-format):
4502         If base64-decode-region signals an error, catch it and silently
4503         ignore it.
4505 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
4507         * xml.el (xml-parse-region): Allow comments to appear after the
4508         topmost element has closed.
4509         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
4510         (xml-ns-expand-attr): New functions to do namespace handling.
4511         (xml-intern-attrlist): Back-compatible handling of attribute names.
4512         (xml-parse-tag): Move namespace handling to separate functions.
4513         Now produces elements in the form ((:ns . "element") (attr-list)
4514         children) instead of ('ns:element (attr-list) children).
4515         (xml-parse-attlist): Fix attribute parsing.
4516         (xml-parse-dtd): Change parsing so that it produces strings
4517         instead of interned symbols.
4519 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
4521         * dired.el (dired-ls-sorting-switches): Doc fix.
4523 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
4525         * emacs-lisp/rx.el (rx-or): Fix the case of
4526         "(rx (and ?a (or ?b ?c) ?d))".
4528 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
4530         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4531         (texinfo-format-region): Use it.
4532         (texinfo-format-buffer-1): Ditto.
4534 2003-11-01  Alan Mackenzie  <acm@muc.de>
4536         Changes to allow scrolling whilst in isearch mode:
4537         * isearch.el (isearch-unread-key-sequence): New function,
4538         extracted from isearch-other-meta-char.
4539         (top level): (put 'foo 'isearch-scroll) on all Emacs's
4540         "scrollable" standard functions.
4541         (isearch-allow-scroll): New customizable variable.
4542         (isearch-string-out-of-window, isearch-back-into-window)
4543         (isearch-reread-key-sequence-naturally)
4544         (isearch-lookup-scroll-key): New functions.
4545         (isearch-other-meta-char): Doc string and functionality enhanced.
4546         Now accepts a prefix argument.
4547         (isearch-lazy-highlight-window-end): New variable.
4548         (isearch-lazy-highlight-new-loop): Pay attention to the window's
4549         end (thru isearch-lazy-highlight-window-end), not only its start.
4551         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4552         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
4553         (universal-argument, universal-argument-more, negative-argument)
4554         (digit-argument, universal-argument-other-key): Minor changes.
4556 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4558         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4559         recursively if the last message is deleted, thus avoiding an
4560         infinite loop.
4562 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
4565         (tex-main-file): Don't add .tex if the extension is already present.
4566         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
4568 2003-10-29  Lute Kamstra  <lute@gnu.org>
4570         * progmodes/octave-inf.el (inferior-octave-prompt):
4571         Recognize version number in prompt.
4573 2003-10-28  Dave Love  <fx@gnu.org>
4575         * international/characters.el: Fix some Unicode ranges.
4577 2003-10-28  Kenichi Handa  <handa@m17n.org>
4579         * disp-table.el (standard-display-8bit)
4580         (standard-display-default, standard-display-ascii)
4581         (standard-display-g1, standard-display-graphic)
4582         (standard-display-underline): Assure that standard-display-table
4583         is a display table.
4585 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4587         * simple.el (reindent-then-newline-and-indent): Delete space *after*
4588         reindenting the first line.
4590 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
4592         * wid-edit.el (widget-default-delete): Always delete child widgets.
4594 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         * newcomment.el (comment-indent): Don't call indent-according-to-mode
4597         if the line has code.
4598         Don't try to line up with something that's too far left.
4600         * progmodes/octave-mod.el (octave-comment-start): Simplify.
4601         (octave-mode-syntax-table): Add % as a comment starter.
4602         (octave-point): Remove.
4603         (octave-in-comment-p, octave-in-string-p)
4604         (octave-not-in-string-or-comment-p, calculate-octave-indent)
4605         (octave-blink-matching-block-open, octave-auto-fill):
4606         Use line-(beginning|end)-position instead.
4608 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4610         * emacs-lisp/authors.el (authors-aliases): Add correct realname
4611         for Francesco Potort\e,Al\e(B.
4613 2003-10-23  Dave Love  <fx@gnu.org>
4615         * international/mule-cmds.el (locale-charset-to-coding-system):
4616         Don't rely on nil being a coding system.
4618         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
4619         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
4620         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
4622 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
4624         * gdb-ui.el (gdb-current-language): New variable.
4625         (gdb-update-flag): Remove variable.
4626         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
4627         (gdb-take-last-elt): Remove function.
4628         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
4629         (gdb-post-prompt): Check for variable object changes here.
4631         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
4632         object changes in gdb-ui.el.
4634 2003-10-21  Richard M. Stallman  <rms@gnu.org>
4636         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
4638         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
4639         Don't check for foo*/ wildcard form here.
4640         (insert-directory): Recognize foo*/ as a wildcard.
4641         Separate wildcard-regexp variable from the arg, wildcard.
4643         * subr.el (add-hook): Correctly detect when make-local-hook was used.
4644         (remove-hook): Correctly handle strange cases about local hooks.
4646 2003-10-21  David Ponce  <david@dponce.com>
4648         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
4649         argument REAL, to return a real number instead of a rounded
4650         integer value.  Define as inline function.
4651         (ruler-mode-right-fringe-cols): Likewise.
4652         (ruler-mode-scroll-bar-cols): New function.
4653         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
4654         (ruler-mode-right-scroll-bar-cols): Likewise.
4655         (ruler-mode-space): New function.
4656         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
4657         scroll bar mode and margins in a more robust way.
4659 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4661         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
4662         (antlr-c-init-language-vars): New function.
4663         (antlr-mode): Use it with cc-mode before v5.29.
4664         (antlr-c-common-init): Don't set some local vars here.
4665         (antlr-mode): Set them here.
4666         (antlr-c-forward-sws): New function alias.
4667         (antlr-mode): Redefine with cc-mode before v5.30.
4668         (antlr-skip-sexps): Use it.
4669         (antlr-skip-exception-part): Ditto.
4670         (antlr-skip-file-prelude): Ditto.
4671         (antlr-outside-rule-p): Ditto.
4672         (antlr-end-of-body): Ditto.
4673         (antlr-option-kind): Ditto.
4674         (antlr-insert-option-area): Ditto.
4675         (antlr-file-dependencies): Ditto.
4677 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4679         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
4680         Move backward only if point was not inside an entry.
4682 2003-10-21  Richard M. Stallman  <rms@gnu.org>
4684         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
4686 2003-10-21  Juri Linkov  <juri@jurta.org>
4688         * compare-w.el: Automatically skip non-matching text to resync.
4689         (compare-windows-whitespace): Doc fix.
4690         (compare-windows-sync, compare-windows-sync-string-size)
4691         (compare-windows-recenter, compare-ignore-whitespace)
4692         (compare-windows-highlight, compare-windows-face): New variables.
4693         (compare-windows): Use compare-windows-sync.
4694         (compare-windows-highlight, compare-windows-dehighlight)
4695         (compare-windows-sync-regexp)
4696         (compare-windows-sync-default-function): New functions.
4698 2003-10-21  Juri Linkov  <juri@jurta.org>
4700         * diff.el (diff-parse-differences): Don't visit the files now;
4701         instead, just record the error locus.
4703 2003-10-21  Dave Love  <fx@gnu.org>
4705         * progmodes/cfengine.el: New file.
4707 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * complete.el (PC-do-completion): Do not forget to use `pred' as the
4710         default-directory when completing file names.
4712 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
4714         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
4715         followed by the word `face', it gets treated as a face, even if
4716         it is also defined as a variable or a function.
4718 2003-10-20  Dave Love  <fx@gnu.org>
4720         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4721         Avoid incf in macro expansion.
4723 2003-10-20  John Paul Wallington  <jpw@gnu.org>
4725         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
4726         `evenp' so we don't implicitly require cl library at runtime.
4728 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
4730         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
4731         (help-make-xrefs): Only make cross-references for faces if
4732         preceded or followed by the word `face'.  Do not make a
4733         cross-reference for variables without variable documentation,
4734         unless preceded by the word `variable' or `option'.  Update doc
4735         string accordingly.
4737 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
4739         * progmodes/hideshow.el: Rewrite one-armed `if'
4740         constructs using either `when' or `unless'.
4741         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
4743 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
4745         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
4746         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
4747         instead of 12x12.
4749 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4751         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
4752         message while converting to Babyl.
4754 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
4756         * allout.el (allout-mode): Doc fix.
4758 2003-10-16  Lute Kamstra  <lute@gnu.org>
4760         * subr.el (force-mode-line-update): Fix docstring.
4762 2003-10-14  Dave Love  <fx@gnu.org>
4764         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
4765         (default-input-method): Add :link, improve :type.
4766         (locale-charset-language-names): Fix utf-8 pattern.
4767         (locale-charset-match-p, locale-charset-alist)
4768         (locale-charset-to-coding-system): New.
4769         (set-locale-environment): Deal with codeset part of locale specs.
4771 2003-10-14  Lute Kamstra  <lute@gnu.org>
4773         * fringe.el (fringe-mode): Use active voice in docstring.
4774         (set-fringe-style): Ditto.
4776 2003-10-13  Lute Kamstra  <lute@gnu.org>
4778         * fringe.el (fringe-mode): Fix docstring.
4779         (set-fringe-style): Ditto.
4781 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
4783         * ediff-mult.el (ediff-filegroup-action):
4784         Use ediff-default-filtering-regexp.
4786         * ediff-util.el (ediff-recenter): Don't call
4787         ediff-restore-highlighting twice.
4788         (ediff-select-difference): Set current difference.
4789         (ediff-unselect-and-select-difference): Add comment.
4791         * ediff.el (ediff-directories,ediff-directory-revisions)
4792         (ediff-directories3,ediff-merge-directories)
4793         (ediff-merge-directories-with-ancestor)
4794         (ediff-merge-directory-revisions)
4795         (ediff-merge-directory-revisions-with-ancestor):
4796         Use ediff-default-filtering-regexp.
4798 2003-10-12  Andreas Schwab  <schwab@suse.de>
4800         * international/mule-cmds.el (locale-charset-language-names):
4801         Simplify regex by removing unused grouping.
4803 2003-10-10  Dave Love  <fx@gnu.org>
4805         * bindings.el: Don't bind stop.
4807 2003-10-08  Miles Bader  <miles@gnu.org>
4809         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
4810         face instead of attempting to emulate it.
4812 2003-10-07  Kenichi Handa  <handa@m17n.org>
4814         * international/mule-diag.el (list-coding-systems-1): List coding
4815         systems that are loaded automatically.
4817         * international/code-pages.el (iso-8859-11): Add autoload cookie.
4819         * international/mule.el (autoload-coding-system): New function.
4821 2003-10-07  Andreas Schwab  <schwab@suse.de>
4823         * log-edit.el (log-edit-changelog-entries): Prefer local value of
4824         change-log-default-name in the buffer visiting the file.
4826 2003-10-06  Dave Love  <fx@gnu.org>
4828         * files.el (find-file-hook): Customize.
4829         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
4831         * bindings.el (completion-ignored-extensions): Remove .log.
4832         (global-map): Add again, open, stop keys.
4834 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4836         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
4837         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
4838         Use sh-modify directly.
4839         (sh-select): Use sh-append, not eval.
4841         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
4843         * info.el (Info-following-node-name): New function.
4845         * loadhist.el (unload-feature-special-hooks):
4846         Rename from loadhist-hook-functions.
4847         (loadhist-hook-functions): Now an alias.
4849 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
4851         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
4852         file-name clashes on 8+3 filesystems.
4854         * Makefile.in (DONTCOMPILE, bootstrap-clean):
4855         Rename loaddefs-boot.el to ldefs-boot.el
4857         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
4858         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
4860 2003-10-03  Lute Kamstra  <lute@gnu.org>
4862         * info.el (Info-mode): Revert previous change.
4863         (Info-escape-percent): New function.
4864         (Info-fontify-node): Use it.
4866 2003-10-02  Andreas Schwab  <schwab@suse.de>
4868         * loaddefs-boot.el: Regenerated.
4870 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
4872         * ffap.el: Remove defadvice related code from CVS since `complete'
4873         provides a `PC-completion-as-file-name-predicate' variable that
4874         ffap can override.
4876 2003-10-02  Kenichi Handa  <handa@m17n.org>
4878         * international/utf-8.el (ccl-decode-mule-utf-8):
4879         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
4881         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
4882         * international/subst-big5.el: Likewise.
4883         * international/subst-gb2312.el: Likewise.
4884         * international/subst-ksc.el: Likewise.
4886 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4888         * calendar/calendar.el (increment-calendar-month)
4889         (calendar-leap-year-p, calendar-absolute-from-gregorian)
4890         (generate-calendar, calendar-read-date, calendar-interval)
4891         (calendar-day-of-week): Handle years BC.
4892         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
4894 2003-10-01  Dave Love  <fx@gnu.org>
4896         * language/cyrillic.el (cp1251): Alias for windows-1251.
4898         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
4899         bootstrap.
4901 2003-10-01  Lute Kamstra  <lute@gnu.org>
4903         * files.el: Fix typo.
4904         * imenu.el (imenu--generic-function): Docstring fix.
4906 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4908         * dired.el (dired-mode): Handle dired-directory as a list.
4910 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
4912         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
4914         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
4916         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
4917         Replace gud-display with gud-watch.
4918         (gud-speedbar-buttons): Add stuff for watching expressions
4919         in the speedbar when using M-x gdba.  Use dolist on old part
4920         of this function.
4922         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
4923         (gdb-update-flag): New variables.
4924         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
4925         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
4926         (gud-watch, gdb-var-create-handler) : New functions.
4927         (gdb-var-list-children, gdb-var-list-children-handler)
4928         (gdb-var-create-regexp, gdb-var-update-regexp)
4929         (gdb-var-list-children-regexp): New constants.
4930         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
4931         (gdb-annotation-rules): Reduce annotation set (level 3).
4932         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
4933         (gdb-post-prompt): Don't update GDB buffers every time speedbar
4934         updates.
4935         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
4936         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
4937         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
4938         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
4939         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
4940         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
4941         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
4942         (gud-display, gud-display1)
4943         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
4944         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
4945         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
4946         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
4947         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
4948         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
4949         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
4950         (gdb-display-display-buffer, gdb-toggle-display)
4951         (gdb-delete-display, gdb-expressions-popup-menu)
4952         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
4953         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
4954         to display buffer.
4956 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4958         * progmodes/ada-mode.el (ada-mode): Don't use advice.
4959         Instead, set which-func-functions.
4961         * progmodes/which-func.el (which-func-modes): Add ada-mode.
4962         (which-func-functions): New variable.
4963         (which-function): Use that.
4965         * info.el (Info-mode): Double each `%' in header line.
4967         * emacs-lisp/lisp-mnt.el (lm-with-file):
4968         When FILE is nil, run BODY in current buffer.
4970         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
4972         * help.el (describe-mode): Start with a brief list of minor modes.
4973         Find them thru minor-mode-list so as to find them all.
4974         Show them in alphabetical order.
4976         * mail/sendmail.el (mail-aliases): Doc fix.
4978         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
4980 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4982         * mail/rmailsum.el (rmail-make-summary-line-1):
4983         Change comma after last label to a space.
4984         (rmail-summary-font-lock-keywords): Adapt to that change.
4986 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
4988         * progmodes/scheme.el (scheme-mode-variables): When setting
4989         `font-lock-defaults', also specify that "#" should
4990         be interpreted with `word' syntax.
4991         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
4993 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
4995         * desktop.el: A lot of comments updated.
4996         (desktop-save-mode): Minor mode introduced.
4997         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
4998         (desktop-load-default): Function made obsolete.
4999         (desktop-locals-to-save): Variable made customizable.
5000         (desktop-read): Optional parameter `dirname' added.
5001         (desktop-change-dir, desktop-revert): Parameter `dirname' in
5002         `desktop-read' used.
5003         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5005 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
5007         * whitespace.el (whitespace-clean-msg): Add user customizable message
5008         for displaying ``clean'' output.
5009         (whitespace-buffer): Use `whitespace-clean-msg'.
5010         (whitespace-global-mode): Fix typo.
5012 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
5014         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5016 2003-09-29  Lute Kamstra  <lute@gnu.org>
5018         * bindings.el (mode-line-modes): Remove superfluous :propertize
5019         construct in initialization.
5020         (mode-line-position): Change cons cell into proper list in
5021         initialization.
5023 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5025         * international/mule.el (decode-coding-inserted-region): Use car
5026         of the return value of find-operation-coding-system.
5028 2003-09-29  Kenichi Handa  <handa@m17n.org>
5030         * descr-text.el (describe-char): Fix previous change.
5032 2003-09-28  Kenichi Handa  <handa@m17n.org>
5034         * descr-text.el (describe-char-display): New function.
5035         (describe-char): Pay attention to display table on describing how
5036         a character is displayed.
5038         * international/mule-cmds.el (encoded-string-description):
5039         Prepend "0x" to each encoded byte.
5041 2003-09-28  Andreas Schwab  <schwab@suse.de>
5043         * find-file.el (ff-special-constructs): Add autoload cookie.
5045 2003-09-28  Kevin Ryde  <user42@zip.com.au>
5047         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5048         makeinfo appends to duplicate index entries.
5050 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
5052         * dired-x.el (dired-clean-tex): Doc fix.
5054         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5055         using a Chinese tutorial.
5057 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5059         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5060         between "MAIL FROM:" and "RCPT TO:" and the following address.
5062 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5064         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5066 2003-09-28  David Ponce  <david@dponce.com>
5068         * recentf.el (recentf-initialize-file-name-history): New defcustom.
5069         (recentf-load-list): When `recentf-initialize-file-name-history'
5070         is non-nil, initialize an empty `file-name-history' with the
5071         recent list.
5073 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
5075         * man.el (Man-default-man-entry): Remove the leading `*' from the
5076         word at point.
5078 2003-09-26  Lute Kamstra  <lute@gnu.org>
5080         * bindings.el (mode-line-position): Mention size indication in
5081         docstring.
5083 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
5085         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5087         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5088         because it's autoloaded now.
5090 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5092         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5093         (sh-font-lock-keywords, sh-feature): Fix previous change of
5094         sh-feature to avoid infloop with sh-font-lock-keywords.
5096 2003-09-25  Kim F. Storm  <storm@cua.dk>
5098         * frame.el (frame-current-scroll-bars): New defun.
5100         * window.el (window-current-scroll-bars): New defun.
5102 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5104         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5105         cause errors when the state cache contains info on parts that have
5106         been narrowed out.
5108 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5110         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5111         `c-setup-paragraph-variables' has to be used when this variable is
5112         changed; it doesn't work to reinitialize the mode since that
5113         typically clobbers the variable.
5115         * progmodes/cc-styles.el (c-setup-paragraph-variables):
5116         Make it interactive.
5118 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5120         * progmodes/cc-fonts.el (c-font-lock-declarations):
5121         Fix recognition of constructors and destructors for classes whose
5122         names are matched by `*-font-lock-extra-types'.
5124         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5125         followed by an identifier in C++ then it's a type.
5127 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5129         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5130         problem that primarily affected XEmacs.  Don't use faces to find
5131         unterminated strings since Emacs and XEmacs fontify strings
5132         differently - this function should now work better in XEmacs.
5134 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5136         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5137         `expand-abbrev' workaround which caused braces to misbehave inside
5138         macros.
5140         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5141         handling.  This bug could cause interactive font locking to bail out.
5143 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5145         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5146         Handle paren-style types in Pike.  Also fixed some cases of
5147         insufficient handling of unbalanced parens.
5149 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
5151         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5152         common shell prompts that are not common filename or URL characters.
5153         (ffap-file-at-point): Use the new regexp to strip the prompts from
5154         the file names.  This is an issue mostly for user prompts that
5155         don't have a trailing space and find-file-at-point is invoked from
5156         within a shell inside emacs.
5158 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
5160         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5161         stamps numerically, rather than textually.
5163 2003-09-24  Kenichi Handa  <handa@m17n.org>
5165         * language/devan-util.el (devanagari-post-read-conversion):
5166         * language/mlm-util.el (malayalam-post-read-conversion):
5167         * language/tml-util.el (tamil-post-read-conversion):
5168         Add autoload cookie.
5170         * international/utf-8.el (utf-8-post-read-conversion):
5171         Call post-read-conversion functions for Devanagari, Malayalam,
5172         and Tamil.
5174 2003-09-23  Dave Love  <fx@gnu.org>
5176         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5178 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
5180         * progmodes/gud.el (perldb): Add gud-until to list of commands.
5181         Update gud-remove.
5183 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5185         * progmodes/sh-script.el (sh-mode-default-syntax-table):
5186         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
5187         (sh-mode-syntax-table-input): New variable.
5188         (sh-require-final-newline): Don't use eval.
5189         (sh-builtins, sh-leading-keywords, sh-other-keywords)
5190         (sh-variables, sh-font-lock-keywords): Don't use eval.
5191         (sh-set-shell): When setting require-final-newline,
5192         treat value = `require-final-newline' as don't change it.
5193         Set sh-mode-syntax-table locally based on
5194         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5196         * progmodes/compile.el (compile-internal):
5197         Call compilation-set-window-height before setting window start.
5199 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
5201         * emacs-lisp/bytecomp.el (byte-compile-log-file):
5202         Clear out byte-compile-last-warned-form.
5204 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5206         * woman.el (woman-file-name, woman-follow-word):
5207         If current-word returns nil, use "".
5209         * simple.el (eval-expression): Bind standard-output in to-buffer case.
5211 2003-09-22  Richard M. Stallman  <rms@gnu.org>
5213         * emacs-lisp/lisp-mnt.el (lm-with-file):
5214         Don't visit the file, just use insert-file-contents in temp buffer.
5216 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
5218         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5219         Add surrounding \\( and \\) around the header, as in
5220         for lm-history-header 'Change Log\\|History'.
5222 2003-09-22  John Paul Wallington  <jpw@gnu.org>
5224         * progmodes/ld-script.el: Add Commentary section,
5225         minor cleanup of file header.
5226         (ld-script-font-lock-keywords): Doc fix.
5227         (toplevel): Provide `ld-script' feature.
5229 2003-09-21  Kim F. Storm  <storm@cua.dk>
5231         * scroll-bar.el (set-scroll-bar-mode): Initialize to
5232         new built-in variable default-frame-scroll-bars.
5233         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5234         scroll-bar-mode; notably, use it instead of t when we toggle
5235         scroll-bars on.
5236         (toggle-scroll-bar): Use default-frame-scroll-bars.
5238 2003-09-19  Masatake YAMATO  <jet@gyve.org>
5240         * pcvs.el (cvs-do-removal): Change the prompt depending on
5241         `filter' value.
5243 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5245         * startup.el (command-line-1): Stop startup-echo-area-message
5246         being hidden by "Loading image..." message.
5247         (use-fancy-splash-screens-p, display-splash-screen):
5248         Move display-graphic-p test from latter to former.
5250         * progmodes/sh-script.el (sh-font-lock-keywords):
5251         Highlight escaped EOLs differently from other backslash constructs.
5253 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5255         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5256         New functions.
5257         (edebug-enter, edebug-outside-excursion): Use them.
5259         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5260         Fix the condition for whether to print "In WHERE".
5262 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
5264         * finder.el (finder-mode-hook): New variable.
5265         (finder-mode): Run hook finder-mode-hook
5267 2003-09-18  Masatake YAMATO  <jet@gyve.org>
5269         * progmodes/ebrowse.el: Fix broken magic autoload comments.
5271 2003-09-17  Mario Lang  <mlang@delysid.org>
5273         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5274         "p %e" to actually print the value in the GUD buffer.
5276 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
5278         From David Ponce <david.ponce@wanadoo.fr>:
5279         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5280         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5281         from loaddefs-boot.el if necessary.
5283 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
5285         * progmodes/gud.el (gud-find-class): Make jdb work again since
5286         cc-mode changed the syntactic information.
5288 2003-09-15  David Ponce  <david@dponce.com>
5290         * recentf.el: (recentf-exclude): Accept predicates too.
5291         (recentf-file-readable-p): New function.
5292         (recentf-include-p): Handle predicates in recentf-exclude.
5293         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
5294         (recentf-cleanup): Likewise.
5295         (recentf-save-list): Use write-file to handle backup of
5296         recentf-save-file.
5298 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
5300         * loaddefs-boot.el: Renamed from `loaddefs.el'
5301         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5302         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5303         necessary.
5305 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
5307         * electric.el (Electric-pop-up-window): For the `one-window' case,
5308         no longer disconcertingly move point in the original buffer.
5310 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5312         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5314 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5316         * dired.el (dired-mode-map): Fix typo.
5318 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5320         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5322 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5324         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5325         the function is less noisy.  Now only `kill-buffer' can ask questions.
5327 2003-09-10  Mario Lang  <mlang@delysid.org>
5329         * battery.el: Update Commentary and Copyright.
5330         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5331         appear due to wrong ordering of the expressions in `or'.
5333 2003-09-09  Lute Kamstra  <lute@gnu.org>
5335         * misc.el (upcase-char): Fix docstring.
5336         (zap-up-to-char): New command.
5338 2003-09-08  David Ponce  <david@dponce.com>
5340         Ensure that recentf correctly updates the menu bar.
5341         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5342         (recentf-menu-bar): New function.
5343         (recentf-clear-data): Use it
5344         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5345         of easy-menu-change.
5347 2003-09-08  Lute Kamstra  <lute@gnu.org>
5349         * simple.el (size-indication-mode): New.
5350         * bindings.el (mode-line-position): Add buffer size indicator.
5352 2003-09-04  Mario Lang  <mlang@delysid.org>
5354         * battery.el (battery-linux-proc-acpi): New function.
5355         (battery-status-function): Modify default value calculation to also
5356         check for availability of ACPI.
5357         (battery-echo-area-format): Ditto.
5358         (battery-mode-line-format): Ditto.
5360 2003-09-06  Dave Love  <fx@gnu.org>
5362         * ielm.el (ielm-mode-hook): Add :options.
5364         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5365         (eldoc-print-current-symbol-info): Use it.
5367 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5369         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5370         being displayed in GUD buffer.
5371         (gdb-idle-input-queue): Remove var.  Use just one queue.
5372         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5373         Remove functions.  Use just one queue.
5374         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5375         (gdb-invalidate-assembler, gdb-get-current-frame):
5376         Modify functions.  Use just one queue.
5378 2003-09-04  Dave Love  <fx@gnu.org>
5380         * cus-start.el: Add blink-cursor-alist.
5382         * ruler-mode.el (ruler-mode-fill-column-char)
5383         (ruler-mode-current-column-char): Use char-displayable-p,
5384         not window-system.
5386         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5388         * language/european.el (windows-1252): Move from code-pages.
5390         * language/cyrillic.el ("Windows-1251"): Delete.
5391         ("Bulgarian", "Belarusian"): Remove `features'.
5392         (windows-1251): Move from code-pages.
5394         * international/mule-diag.el (non-iso-charset-alist):
5395         Remove `codepage' stuff.
5396         (print-designation, list-coding-systems-1): Output fixes.
5398         * international/code-pages.el (cp-make-translation-table)
5399         (cp-valid-codes): Made defsubsts.
5400         (cp-fix-safe-chars): Delete.
5401         (mule-diag): Don't require.
5402         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5403         (top-level): Check for defined coding system when defining
5404         cp... aliases.  Change w32-add-charset-info test to avoid warning.
5405         (non-iso-charset-alist): Defvar when compiling.
5406         (cp-make-coding-system): Doc fix.
5408 2003-09-02  Jason Rumney  <jasonr@gnu.org>
5410         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5411         line-ends from CVS before doing conversion.
5413 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
5415         * calendar/diary-lib.el (diary-header-line-flag)
5416         (diary-header-line-format): New variables.
5417         (list-diary-entries): Use them to set header line in simple diary.
5419         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5420         other than font-lock-string-face to highlight backslashes.
5422 2003-09-01  Jason Rumney  <jasonr@gnu.org>
5424         * international/titdic-cnv.el (tit-read-key-value): Include \r in
5425         regexp.
5427 2003-09-01  Dave Love  <fx@gnu.org>
5429         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5431         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5432         and :help; also line and column numbers labels.
5434         * international/mule-util.el (char-displayable-p): Move from
5435         latin1-disp, rename and autoload.
5437         * international/latin1-disp.el (latin1-char-displayable-p):
5438         Now obsolete alias.  Replace uses with char-displayable-p.
5439         (latin1-display-ucs-per-lynx): Fix last change.
5441         * international/mule-cmds.el (standard-display-european-internal):
5442         Don't use char code for Latin-1 NBSP.
5443         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
5444         U+2018, U+2019 for `'.
5445         (select-safe-coding-system): Message fix.
5447 2003-09-01  Kenichi Handa  <handa@m17n.org>
5449         * international/fontset.el (setup-default-fontset): For Thai
5450         font, specify "*" family.
5452 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5454         * progmodes/compile.el (previous-error): Accept a prefix
5455         argument, similarly to next-error.
5457 2003-08-31  Masatake YAMATO  <jet@gyve.org>
5459         * pcvs.el (cvs-do-removal): Use = instead of eq to check
5460         the number of files.  Bind the number of files to a local
5461         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5463 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
5465         * vc-hooks.el (vc-make-version-backup): Fix the change made on
5466         2003-07-26: msdos-long-file-names is a function, not a variable.
5468 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5470         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5471         Do nothing with mail-personal-alias-file if it is nil.
5473         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5474         Do nothing if mail-personal-alias-file is nil.
5476         * term.el (term-exec-1): Bind coding-system-for-read.
5478         * dired.el (dired-mouse-find-file-other-window):
5479         Use dired-view-command-alist here, as in dired-view-file.
5480         (dired-view-command-alist): Use %s to substitute file name.
5481         Handle .ps_pages, .eps, .jpg, .gif, .png.
5483 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5485         * info.el (Info-mode-map): Bind S-tab and <backtab> to
5486         `Info-prev-reference', instead of M-tab.
5488 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
5490         * simple.el (blink-matching-open): Work correctly on chars that
5491         are designated as parens through the syntax-table text property.
5493 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
5495         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5496         line break position in the middle of a non-kinsoku (e.g. latin)
5497         word, making it skip until either a space or a character with
5498         category "|".
5499         (kinsoku-longer): Test for end of buffer.
5501 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
5503         * mail/rmail.el (rmail-convert-to-babyl-format):
5504         Detect quoted-printable- and base64-encoded messages and decode them
5505         automatically.  Set the message's encoding from the charset=
5506         header, if any.  Decode base64-encoded messages in Mail format as well.
5508 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5510         * mail/smtpmail.el: Fix previous change.
5511         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5512         calling smtpmail-via-smtp.
5513         (smtpmail-via-smtp): Add fall-back values for envelope-from.
5515 2003-08-26  John Paul Wallington  <jpw@gnu.org>
5517         * image.el (image-jpeg-p): Don't search beyond length of data.
5519 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5521         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5522         misfeature in `expand-abbrev' which caused electric keywords like
5523         "else" to disappear if an open brace was typed directly afterwards.
5525 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5527         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5528         mandatory in `define-widget'.
5530         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5531         Don't align the operators "!=", "<=" and ">=" as assignment operators.
5533         (c-assignment-operators): New language constant that only contains
5534         the assignment operators.
5536         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5538 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5540         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5541         Safeguard against unbalanced sexps.
5543 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
5545         * version.el (emacs-version): Check for gtk.  Include gtk version info.
5547 2003-08-25  John Paul Wallington  <jpw@gnu.org>
5549         * man.el (Man-default-man-entry): Don't whizz past the section
5550         number before looking for it.
5552 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
5554         * progmodes/gud.el (gud-display-line): Don't set window-point if
5555         source buffer is not visible.  (Only happens with M-x gdba.)
5557         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5558         documentation.
5559         (gdb-source, gdb-source-info): Update to assembler unnecessary
5560         as its done after each GDB command anyway.
5561         (gdb-pre-prompt): Use with-current-buffer.
5562         (gdb-insert-field): Add help-echo text.
5563         (gdb-invalidate-assembler): Re-display of assembler now done in
5564         gdb-info-breakpoints-custom.
5565         (gdb-info-breakpoints-custom): Force re-display of assembler to
5566         happen *after* update of breakpoints buffer.
5567         (gdb-display-source-buffer): Don't choke if gdb-source-window
5568         isn't visible.
5569         (gdb-put-string, gdb-put-arrow): Remove free variables.
5571 2003-08-24  John Paul Wallington  <jpw@gnu.org>
5573         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
5575         * man.el (Man-default-man-entry): Strip text properties when
5576         snarfing parts of entry because `format' preserves properties.
5578 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5580         * files.el (file-newest-backup): Use `expand-file-name'.
5582         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
5583         Allow the diary to pop up a new frame, if needed.
5585         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
5586         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
5587         (smtpmail-send-it): Make treatment of envelope-from consistent with
5588         sendmail.el.
5590         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
5591         (sh-leading-keywords): Add the bash `time' reserved word.
5592         (sh-variables): Add some bash variables.
5593         (sh-add-completer): Fix nil branch of case statement.
5595 2003-08-24  Masatake YAMATO  <jet@gyve.org>
5597         * progmodes/ld-script.el: New file.
5599 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
5601         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
5603 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
5605         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
5606         Better explain obsolescence, and what to use instead.
5608 2003-08-23  Masatake YAMATO  <jet@gyve.org>
5610         * pcvs.el (cvs-do-removal): Show the deleted file name
5611         on the prompt.
5613 2003-08-20  Dave Love  <fx@gnu.org>
5615         * international/mule.el (make-coding-system)
5616         (set-buffer-file-coding-system): Doc fix.
5618         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
5620         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
5622         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
5624         * international/utf-16.el: Add mime-text-unsuitable coding system
5625         properties.
5627         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
5629         * cus-edit.el: Add some :links.
5630         (bib): Remove.
5632         * textmodes/bib-mode.el (bib): Add :group external.
5634 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
5636         * wid-edit.el (widget-echo-help): Make it handle expressions that
5637         evaluate to strings.
5639 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
5641         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
5643         Simplify selection of SQL products to define highlighting and
5644         interactive mode.  Includes detailed instructions on adding
5645         support for new products.
5647         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
5648         product for use in highlighting and interactive mode.
5649         (sql-interactive-product): New variable.  SQL product for
5650         sql-interactive-mode.
5651         (sql-product-support): New variable.  Specifies product-specific
5652         parameters to drive highlighting and interactive mode.
5653         (sql-imenu-generic-expression): Add more object types.
5654         (sql-sqlite-options): Correct comment.
5655         (sql-ms-program): Use "osql" rather than "isql".
5656         (sql-prompt-regexp, sql-prompt-length): Update comment.
5657         (sql-mode-menu): Add "Start SQLi session" entry.
5658         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
5659         (sql-mode-abbrev-table): Add abbreviations.  Support of
5660         SYSTEM-FLAG on define-abbrev.  Support was removed with last
5661         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
5662         (sql-mode-font-lock-object-name): Add font-lock pattern for object
5663         names.
5664         (sql-mode-ansi-font-lock-keywords): Set as default value.
5665         (sql-mode-oracle-font-lock-keywords): Set as default value.
5666         Support Oracle 9i keywords.
5667         (sql-mode-postgres-font-lock-keywords): Set as default value.
5668         (sql-mode-linter-font-lock-keywords): Set as default value.
5669         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
5670         SQLServer 2000.
5671         (sql-mode-sybase-font-lock-keywords)
5672         (sql-mode-interbase-font-lock-keywords)
5673         (sql-mode-sqlite-font-lock-keywords)
5674         (sql-mode-strong-font-lock-keywords)
5675         (sql-mode-mysql-font-lock-keywords)
5676         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
5677         keywords.
5678         (sql-mode-font-lock-defaults): Update comment.
5679         (sql-product-feature): New function.  Returns feature associated
5680         with a product from `sql-product-support' alist.
5681         (sql-product-font-lock): New function.  Set font-lock support
5682         based on `sql-product'.
5683         (sql-add-product-keywords): New function.  Add font-lock rules to
5684         product-specific keyword variables.
5685         (sql-set-product): New function.  Set `sql-product' and apply
5686         appropriate font-lock highlighting.
5687         (sql-highlight-product): New function.  Set font-lock support
5688         based on a product.  Also set mode name to include product name.
5689         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
5690         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
5691         Use `sql-set-product'.
5692         (sql-highlight-ms-keywords)
5693         (sql-highlight-sybase-keywords)
5694         (sql-highlight-interbase-keywords)
5695         (sql-highlight-strong-keywords)
5696         (sql-highlight-mysql-keywords)
5697         (sql-highlight-sqlite-keywords)
5698         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
5699         (sql-get-login): Prompt in the same order as the tokens.
5700         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
5701         (sql-product-interactive): New function.  Common portions of
5702         product-specific interactive mode wrappers.
5703         (sql-interactive-mode): Rewritten to use product features.
5704         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5705         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5706         (sql-db2, sql-linter): Use `sql-product-interactive'.
5707         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5708         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5709         (sql-connect-ingres, sql-connect-postgres)
5710         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5711         New functions.  Format command line parameters and invoke comint on
5712         the appropriate interpreter.  Code was in the corresponding
5713         `sql-xyz' function before.
5714         (sql-connect-ms): New function.  Support -E argument to use
5715         operating system credentials for authentication.
5717 2003-08-18  Kenichi Handa  <handa@m17n.org>
5719         * international/mule.el (encode-char): Fix for the ASCII case.
5721 2003-08-15  Kenichi Handa  <handa@m17n.org>
5723         * international/fontset.el (setup-default-fontset): Change "*" to
5724         nil in the specifications of font family.
5726 2003-08-18  Kim F. Storm  <storm@cua.dk>
5728         * kmacro.el (kmacro-keymap): Group related bindings in
5729         initialization for clarity.  Bind C-s to start macro.
5730         Remove C-r binding.
5731         (kmacro-initial-counter-value): New defvar to hold initial counter
5732         value in case we set the value before defining a macro.
5733         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
5734         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
5735         not defining or executing macro.  Doc fix.
5736         (kmacro-add-counter): Clear kmacro-initial-counter-value.
5737         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
5738         temporarily view older elements on the macro ring without cycling
5739         the ring.
5740         (kmacro-display): Doc fix.
5741         (kmacro-exec-ring-item): New helper function.
5742         (kmacro-call-ring-2nd): Use it.
5743         (kmacro-call-ring-2nd-repeat): Doc fix.
5744         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
5745         (kmacro-end-or-call-macro): Execute last viewed macro (using
5746         kmacro-exec-ring-item) from ring if this follows
5747         kmacro-view-macro.  This allows us to find a macro on the ring
5748         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
5749         the ring to bring it to the head of the ring.
5750         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
5751         Allow binding to reserved keys without specifying C-x C-k prefix.
5752         Ask for confirmation if entered key sequence is already bound to
5753         a non-macro command.
5754         (kmacro-view-macro): Repeating command will show older elements
5755         on the macro ring; C-k will execute the last viewed macro.
5756         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
5757         property from 'ring to 'head.
5759 2003-08-17  Alan Shutko  <ats@acm.org>
5761         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
5762         keeping December out of the alist.
5764 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5766         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
5767         * calendar/calendar.el (calendar-mode-map): Bind it to key.
5768         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
5769         (calendar-flatten): New function.
5770         (calendar-mouse-view-other-diary-entries)
5771         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
5772         in the menu title and to show multi-line diary entries correctly
5773         in the menu.
5775 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
5777         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
5778         defcustom, because the default was recently changed.
5780 2003-08-16  Richard M. Stallman  <rms@gnu.org>
5782         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
5784         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5785         New subroutine, broken out of eval-last-sexp-1.
5786         (eval-last-sexp-1): Use eval-last-sexp-print-value.
5788         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
5790         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
5792         * simple.el (eval-expression): Use eval-last-sexp-print-value.
5794 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
5796         * progmodes/compile.el (compilation-error-regexp-alist):
5797         Add Java ANt error detection as described in document
5798         http://ant.apache.org/faq.html
5800 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
5802         * simple.el (backward-word, forward-to-indentation)
5803         (backward-to-indentation): Argument changed to optional.
5804         (next-line, previous-line): Use `or' instead of `unless'.
5806 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5808         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
5809         instead of a constant.
5811 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
5813         * shell.el (shell): With prefix-arg, suggest a new buffer name.
5815 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
5817         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
5818         (vc-sccs-workfile-version): Search the entire delta table, rather
5819         than just the first entry, because that might be a deleted version.
5821 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
5823         * menu-bar.el (menu-bar-options-menu): Supply a body for the
5824         [save-place] binding in the Options menu.  Have it require
5825         'saveplace' and then toggle the variable manually, to avoid an an
5826         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
5827         for the bug report.
5829 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
5831         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
5832         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
5833         (gdb-info-threads-custom): Add help-echo text.
5834         (gdb-display-back): Don't use purecopy.
5835         (gdb-info-breakpoints-custom, gdb-reset)
5836         (gdb-assembler-custom): Use display-images-p to test if breakpoint
5837         icons can be displayed.
5839 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
5841         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
5843 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
5845         * bookmark.el (bookmark-completing-read):
5846         Return a string, instead of a list of one string.
5847         Use a popup menu if activated from the mouse.
5848         (bookmark-edit-annotation): Remove unused vars.
5849         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
5850         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
5851         to bookmark-completing-read.
5852         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5853         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
5854         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
5855         and erase-buffer.
5856         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
5857         (bookmark-menu-jump, bookmark-menu-insert)
5858         (bookmark-popup-menu-and-apply-function)
5859         (bookmark-menu-popup-paned-bookmark-menu): Remove.
5860         (bookmark-menu-build-paned-menu): Remove by folding it into
5861         bookmark-menu-popup-paned-menu.
5862         (menu-bar-bookmark-map): Move the define-key statements here.
5863         Use the "non-menu" commands since they now pop up a menu if needed.
5864         (bookmark-exit-hook-internal): Simplify.
5866 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
5868         * reftex-toc.el (reftex-toc-rename-label): New function.
5869         (reftex-toc-check-docstruct): New function.
5871         * reftex.el (reftex-region-active-p): New function.
5873         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
5874         regexp to find the \bibliography macro.
5876         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
5877         which does not exist in LaTeX.
5878         (reftex-cite-format-builtin): Added amsrefs support.
5879         (reftex-toc-confirm-promotion): New option
5881         * reftex-toc.el
5882         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
5883         (reftex-toc-demote, reftex-toc-promote)
5884         (reftex-toc-do-promote, reftex-toc-promote-prepare)
5885         (reftex-toc-promote-action, reftex-toc-extract-section-number)
5886         (reftex-toc-newhead-from-alist)
5887         (reftex-toc-load-all-files-for-promotion): New functions.
5888         (reftex-toc-help): Added description of new keys.
5889         (reftex-toc-split-windows-fraction): New option.
5890         (reftex-recenter-toc-when-idle): Search *toc* window on all
5891         visible frames.
5892         (reftex-toc): Additional parameter REUSE
5893         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
5894         with REUSE argument.
5895         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
5896         the call of `reftex-toc'.
5897         (reftex-make-separate-toc-frame): New function .
5898         (reftex-toc-recenter): When called with triple prefix arg, call
5899         `reftex-make-separate-toc-frame' first.
5900         (reftex-toc-toggle-dedicated-frame): New command.
5901         (reftex-toc-quit): Adapted to delete frame when called in
5902         dedicated frame.
5904         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
5905         all enclosing macros.
5908 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5910         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
5911         first use.
5913 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5915         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
5917 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5919         * calendar/calendar.el (list-diary-entries-hook)
5920         (diary-display-hook, nongregorian-diary-listing-hook)
5921         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
5922         Add some customize options for these hooks.
5923         (calendar-abbrev-construct): Don't try to take a substring longer
5924         than the original string.
5926 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5928         * emacs-lisp/testcover.el (noreturn): Report error if does return.
5929         (testcover-reinstrument-clauses): Doc fix.
5931         * emacs-lisp/warnings.el: Doc fixes, args renamed.
5932         (warning-type-format): Rename from warning-group-format.
5934         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
5935         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
5936         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
5937         to prevent warnings about defvar for an obsolete variable.
5939         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
5940         warning-group-format renamed to warning-type-format.
5942         * subr.el (read-passwd): Use clear-string instead of fillarray.
5944         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
5945         Use vconcat instead of concat.
5946         (edmacro-sanitize-for-string): New function.
5948 2003-08-05  Dave Love  <fx@gnu.org>
5950         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
5951         line-number-display-limit-width.
5953         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
5955 2003-08-05  Kenichi Handa  <handa@m17n.org>
5957         * international/code-pages.el: Don't require mule-diag.
5959         * international/mule-diag.el (non-iso-charset-alist):
5960         Add autoload cookie.
5962         * language/devan-util.el (dev-glyph-order): Add an entry for the
5963         glyph code #xC4.
5965 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5967         * calendar/calendar.el (diary-file, diary-file-name-prefix)
5968         (european-calendar-style, diary-date-forms)
5969         (calendar-day-name-array, calendar-month-name-array): Doc change.
5970         (generate-calendar-month): Adapt for new behaviour of
5971         `calendar-day-name' function.
5972         (calendar-abbrev-length, calendar-day-abbrev-array)
5973         (calendar-month-abbrev-array): New variables.
5974         (calendar-abbrev-construct): New function.
5975         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
5976         rather than fixing abbrevs at some width.  Calling syntax change.
5977         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
5978         (calendar-date-string): Adapt for new behaviours of
5979         `calendar-day-name' and `calendar-month-name' functions.
5981         * calendar/diary-lib.el (list-diary-entries): Adapt for new
5982         behaviour of `calendar-day-name' and `calendar-month-name' functions.
5983         (diary-name-pattern): Use abbrev arrays, rather than fixing
5984         abbrevs at three chars.  Calling syntax change.
5985         (mark-diary-entries): Adapt for new behaviours of
5986         `diary-name-pattern' and `calendar-make-alist' functions.
5987         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
5988         `diary-name-pattern' function.
5989         (font-lock-diary-date-forms): Use abbrev arrays, rather than
5990         fixing abbrevs at three chars.  Calling syntax change.
5991         (cal-hebrew, cal-islam): Require when compiling.
5992         (diary-font-lock-keywords): Adapt for new behaviour of
5993         `font-lock-diary-date-forms' function.
5995         * calendar/cal-hebrew.el: Reposition some code so defined before used.
5996         (calendar-hebrew-month-name-array-common-year)
5997         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
5998         (list-hebrew-diary-entries): Adapt for new behaviours of
5999         `calendar-day-name' and `add-to-diary-list' functions.
6000         (mark-hebrew-diary-entries): Adapt for new behaviours of
6001         `diary-name-pattern' and `calendar-make-alist' functions.
6003         * calendar/cal-islam.el (calendar-islamic-month-name-array):
6004         Add doc string.
6005         (list-islamic-diary-entries): Adapt for new behaviours of
6006         `calendar-day-name' and `add-to-diary-list' functions.
6007         (mark-islamic-diary-entries): Adapt for new behaviours of
6008         `diary-name-pattern' and `calendar-make-alist' functions.
6010         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6011         `calendar-month-name' function.
6013         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6015         * calendar/solar.el (solar-seasons-data): Move definition before use.
6017         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6018         (cal-tex-LaTeX-hourbox): Move definition before use.
6020         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6021         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6022         lunar.el, solar.el
6023         (displayed-month, displayed-year): Define for compiler.
6025 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6027         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6028         MODE.  Renamed from c-init-c-language-vars'.
6029         (c-initialize-cc-mode): Change accordingly.
6030         (c-common-init): Ditto.
6031         (c-mode): Ditto.
6032         (c++-mode): Use `c-init-language-vars-for'.
6033         (objc-mode): Ditto.
6034         (java-mode): Ditto.
6035         (idl-mode): Ditto.
6036         (pike-mode): Ditto.
6037         (awk-mode): Ditto.
6039 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6041         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6042         or not the point moved.
6044         (c-search-decl-header-end): Don't trip up on operator identifiers
6045         in C++ and operators like == in all languages.
6047         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6048         Detect leading labels correctly.
6050 2003-08-02  Andreas Schwab  <schwab@suse.de>
6052         * textmodes/ispell.el: Don't redo key bindings on loading, put
6053         them only in loaddefs.el.
6054         * bookmark.el: Likewise.
6055         * dabbrev.el: Likewise.
6056         * emerge.el: Likewise.
6058         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6059         has more than one member.
6061         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6063 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6065         * lpr.el (printify-region): It was ending conversion before the
6066         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
6068 2003-07-31  John Paul Wallington  <jpw@gnu.org>
6070         * net/browse-url.el (browse-url-epiphany): Doc fix.
6072 2003-07-30  Kenichi Handa  <handa@m17n.org>
6074         * international/fontset.el (setup-default-fontset):
6075         Change registry names of Akurti fonts.
6077 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6079         * comint.el (comint-read-noecho): Use `clear-string' instead of
6080         `fillarray'.
6082 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
6084         * outline.el (outline-mode-hook): Add defvar.
6086 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
6088         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6089         Restore assembler in source window if that is what has been selected.
6090         (menu): Add gdb-restore-windows to menu.  Make gdba
6091         specific menus only visible from gdba.
6093 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6095         * progmodes/compile.el (compilation-environment): New user variable.
6096         (compile-internal): Respect it.
6098 2003-07-23  Masatake YAMATO  <jet@gyve.org>
6100         * progmodes/gud.el (gdb-script-font-lock-keywords):
6101         Put `font-lock-function-name-face' on a symbol which includes
6102         `-' like `hook-run'.  Put font-lock-variable-name-face
6103         on a symbol starting with $.
6105 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
6107         * files.el (set-visited-file-name): Use truename for buffer-file-name.
6109 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6111         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6113 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
6115         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6116         Use with-no-warnings.
6117         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6118         rather than to find-file-not-found-hook, which doesn't exist.
6120 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
6122         * international/quail.el (quail-translate-key): Fix previous change.
6124 2003-07-25  John Paul Wallington  <jpw@gnu.org>
6126         * server.el (server-start): Check `server-process' is non-nil
6127         before killing it to avoid killing current buffer's process.
6129         * simple.el (choose-completion-string): Use `minibufferp';
6130         test `completion-reference-buffer' if `buffer' arg is nil.
6131         (push-mark): Use `when' and `unless'.
6132         (pop-mark): Use `when'.
6134         * mouse-sel.el (mouse-sel-get-selection-function):
6135         Check `x-last-selected-text-primary'.  Don't barf if it or
6136         `x-last-selected-text' aren't bound.
6138 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6140         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6142 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
6144         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6146 2003-07-23  John Paul Wallington  <jpw@gnu.org>
6148         * tooltip.el (defface tooltip): Inherit from variable-pitch.
6150 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6152         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6153         string.  Defvar the derived hook.
6155         * macros.el (insert-kbd-macro): Escape double quote character.
6156         From Thomas W Murphy <twm@andrew.cmu.edu>.
6158 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
6160         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6161         to match the specific mark rather than reusing comment-start-skip.
6163 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
6165         * progmodes/hideshow.el (hs-special-modes-alist):
6166         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
6168 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
6170         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6171         value using ?\s.
6173 2003-07-21  John Paul Wallington  <jpw@gnu.org>
6175         * subr.el (with-selected-window): Add closing paren.
6177 2003-07-21  Richard M. Stallman  <rms@gnu.org>
6179         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6180         (lisp-mode): Likewise.
6182         * subr.el (with-selected-window): Copy code form save-selected-window
6183         so as to call select-window with norecord arg.
6184         (dynamic-completion-table): Doc fix.
6185         (lazy-completion-table): Doc fix.
6187         * international/mule-cmds.el (set-locale-environment):
6188         langinfo renamed to locale-info.
6190         * international/mule.el (auto-coding-functions): Doc fix.
6192 2003-07-21  Kenichi Handa  <handa@m17n.org>
6194         * international/quail.el (quail-translate-key):
6195         Update quail-current-str correctly.
6197 2003-07-21  Andreas Schwab  <schwab@suse.de>
6199         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6200         ?, to "_".
6202 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
6203         Version 2.0.36 of Tramp released.
6205         * net/tramp.el (tramp-default-password-end-of-line): Rename from
6206         tramp-password-end-of-line.
6207         (tramp-password-end-of-line): New method parameter.
6208         (tramp-get-password-end-of-line): Function to access method
6209         parameter `tramp-password-end-of-line', or variable
6210         `tramp-default-password-end-of-line' (default value).
6211         (tramp-methods): Add entries for new parameter
6212         tramp-password-end-of-line.
6213         (tramp-enter-password): Use new function
6214         `tramp-get-password-end-of-line'.
6215         (tramp-handle-insert-file-contents): Do not
6216         unconditionally inhibit the file operation file-local-copy, only
6217         do that when the inhibit-file-name-operation is currently
6218         insert-file-contents.  This fixes finding remote CVS-controlled
6219         files.  (It would barf on inserting the CVS/Entries file
6220         literally, because the file-local-copy handler wasn't called.)
6221         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6222         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6223         (tramp-initial-commands): New variable.
6224         (tramp-process-initial-commands): New function, using the variable.
6225         (tramp-open-connection-setup-interactive-shell): Call the new function.
6226         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6227         method into the buffer name, never use nil.  Reported by Hanak
6228         David <dhanak@inf.bme.hu>.
6229         (tramp-open-connection-setup-interactive-shell): Erase buffer
6230         before sending "stty -onlcr".
6232         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6234 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
6236         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6238 2003-07-19  John Paul Wallington  <jpw@gnu.org>
6240         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6241         (artist-draw-rect, artist-draw-square): Doc fixes.
6243         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6245         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6247 2003-07-19  Kenichi Handa  <handa@m17n.org>
6249         * international/kkc.el (kkc-show-conversion-list-update):
6250         Highlight the correct candidate in the message.
6252 2003-07-18  John Paul Wallington  <jpw@gnu.org>
6254         * simple.el (current-word): Don't include punctuation char when
6255         `really-word' arg is non-nil.
6257 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
6259         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6260         moved to the directory obsolete.
6262 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6264         * info.el (Info-menu-entry-name-re): Allow newlines in
6265         menu entry names.
6267         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6268         syntax-ppss-after-change-function.
6269         (syntax-ppss-after-change-function): New alias.  Update uses.
6270         (syntax-ppss): Catch the case where the buffer is narrowed.
6272 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6274         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6275         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6277 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6279         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6280         since it might be modified.
6282         * progmodes/cc-langs.el (c++-make-template-syntax-table)
6283         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6284         names to these language constants.
6286 2003-07-15  Kim F. Storm  <storm@cua.dk>
6288         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6289         All uses changed.
6291 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
6293         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6294         Namespace support.
6296 2003-07-13  Juanma Barranquero  <lektu@terra.es>
6298         * frame.el (modify-all-frames-parameters): Reinstall (copyright
6299         papers received).
6301 2003-07-13  Karl Eichwalder  <ke@suse.de>
6303         * textmodes/po.el (po-find-charset): White space at the start of the
6304         Content-Type field body is non-mandatory.
6306 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6308         * textmodes/texinfo.el (texinfo-section-list):
6309         Append appendixsection; a synonym for appendixsec.
6311 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
6313         * man.el (Man-translate-cleanup): New.
6314         (Man-translate-references): Call `Man-translate-cleanup' to clean
6315         leading, trailing and middle spaces.
6317 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
6319         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6320         Handle `dired-directory' being a list.
6322 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6324         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6325         it doesn't exist.
6327 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6329         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6331         * progmodes/cc-defs.el (c-make-keywords-re):
6332         Don't use delete-duplicates.
6333         (c-lang-const): Don't use mapcan.
6335         * apropos.el (apropos-show-scores): Make it customizable.
6336         Document new meaning.
6337         (apropos): Compute scores from symbols.
6338         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6340 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6342         * ps-bdf.el: Fix copyright line.
6343         (bdf-directory-list): Fix initialization code.
6345 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6347         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6348         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6349         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6351 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6353         * emacs-lisp/ring.el (ring-elements): Doc fix.
6355 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6357         * calendar/timeclock.el (timeclock-relative)
6358         (timeclock-ask-before-exiting, timeclock-use-display-time):
6359         Doc changes.
6360         (timeclock-modeline-display): Give a message if
6361         `timeclock-use-display-time' is non-nil but `display-time-mode'
6362         is not active.
6364 2003-07-11  Kenichi Handa  <handa@m17n.org>
6366         * international/mule-cmds.el (set-language-environment):
6367         Set current-language-environment to the correct string.
6369 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6371         * ps-print.el: Print line number correctly in a region.  Reported by
6372         Tim Allen <timallen@ls83.fsnet.co.uk>
6373         (ps-print-version): New version number (6.6.2).
6374         (ps-printing-region): Code fix.
6376 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6378         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6379         this function can be called from `add-completions-from-tags-table'.
6381 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6383         * calendar/timeclock.el (timeclock-use-display-time)
6384         (timeclock-day-over-hook, timeclock-workday-remaining)
6385         (timeclock-status-string, timeclock-when-to-leave)
6386         (timeclock-when-to-leave-string, timeclock-log-data)
6387         (timeclock-find-discrep, timeclock-day-base)
6388         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6389         (timeclock-modeline-display): Set the variable
6390         `timeclock-modeline-display'.
6391         (timeclock-update-modeline): Doc fix.  Respect value of
6392         `timeclock-relative'.
6394 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6396         * textmodes/reftex-parse.el (reftex-all-document-files):
6397         Add autoload cookie.
6399         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6400         (reftex-scanning-info-available-p): Add autoload cookie.
6402         * international/mule-cmds.el
6403         (set-display-table-and-terminal-coding-system): Delete duplicate
6404         aset on standard-display-table.
6406         * view.el (view-file): If existing buffer's major mode is special,
6407         don't go into view mode.
6409         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6411 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6413         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6414         buffer changes; there's third party code that calls this function
6415         directly.
6417 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6419         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6420         (autodoc-font-lock-keywords): Don't byte compile on font lock
6421         initialization when running from byte compiled files.
6423 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6425         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6426         statement ends with auto-increment "++".
6428 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6430         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6431         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6432         these are changed, so declare them as variables and not constants.
6434 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
6436         * subr.el (dolist, dotimes): Doc fix.
6438 2003-07-08  Kim F. Storm  <storm@cua.dk>
6440         * international/mule-cmds.el
6441         (set-display-table-and-terminal-coding-system): Don't break
6442         bootstrap if standard-display-table isn't setup yet.
6444 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6446         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6447         Give it a doc string, and autoload it.
6449         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6450         Use with-no-warnings.
6452         * info.el (Info-search): If find invisible text, search again.
6454         * isearch.el (search-whitespace-regexp): Add a shy group around it.
6456         * man.el (Man-name-regexp): Match + as part of name.
6458         * simple.el (visible-mode): Rename from vis-mode.
6459         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6461         * simple.el (current-word): New arg REALLY-WORD specifies
6462         don't include punctuation chars.
6464         * emacs-lisp/debug.el (debug, debugger-env-macro):
6465         Use with-no-warnings while accessing and binding unread-command-char.
6467         * international/mule-cmds.el
6468         (set-display-table-and-terminal-coding-system): Use explicit loop
6469         instead of calling standard-display-default.
6471         * net/ange-ftp.el (ange-ftp-file-symlink-p):
6472         Use condition-case to catch error in ange-ftp-get-files.
6474         * net/browse-url.el (browse-url-browser-function):
6475         Add alternative for Epiphany.
6476         (browse-url-epiphany-program, browse-url-epiphany-arguments)
6477         (browse-url-epiphany-startup-arguments)
6478         (browse-url-epiphany-new-window-is-tab): New variables.
6479         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6481         * progmodes/compile.el (compile-auto-highlight): Default now t.
6482         (compile): Doc fix.
6483         (compilation-next-error): Fix previous change.
6485         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6487         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6489 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
6491         * gdb-ui.el (gdb-source-info): Display current frame when
6492         attaching to an existing process.
6493         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6494         while laying out windows when attaching to an existing process.
6496 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
6498         * info.el (Info-menu): Use Info-menu-entry-name-re.
6500 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6502         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6503         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6505         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6506         to match the same text.
6508 2003-07-06  John Paul Wallington  <jpw@gnu.org>
6510         * vc.el (vc-annotate-offset): Move defvar up.
6512 2003-07-06  Kim F. Storm  <storm@cua.dk>
6514         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6515         This should fix the infinite loop when extracting menu names.
6517 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6519         * files.el (auto-mode-alist, interpreter-mode-alist):
6520         Remove entries to CC Mode modes to avoid duplicates; they are now added
6521         with autoload directives in cc-mode.el.
6523 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6525         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6526         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6527         these are changed, so declare them as variables and not constants.
6529         * progmodes/cc-mode.el: Fix some autoload problems: Try to
6530         ensure that the entry for ".c" extension comes before the one for
6531         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6532         Fix incorrect entries that were added to `interpreter-mode-alist'.
6533         Move the autoload directives for AWK to the top level since they
6534         aren't recognized anywhere else.  Do not use the new AWK mode doc
6535         in the autoload form for the old AWK mode.
6537 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6539         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6540         (bibtex-sort-ignore-string-entries): Default value t.
6541         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6542         erroneously in previous version.
6543         (bibtex-string-files): Docstring reflects new parsing scheme.
6544         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6545         docstring, add # as one of the chars to crush
6546         (bibtex-autokey-prefix-string, bibtex-autokey-names)
6547         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6548         (bibtex-autokey-name-change-strings)
6549         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6550         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6551         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6552         (bibtex-autokey-title-terminators)
6553         (bibtex-autokey-titlewords-stretch)
6554         (bibtex-autokey-titleword-ignore)
6555         (bibtex-autokey-titleword-case-convert)
6556         (bibtex-autokey-titleword-abbrevs)
6557         (bibtex-autokey-titleword-abbrevs)
6558         (bibtex-autokey-titleword-change-strings)
6559         (bibtex-autokey-titleword-length)
6560         (bibtex-autokey-titleword-separator)
6561         (bibtex-autokey-name-year-separator)
6562         (bibtex-autokey-year-title-separator)
6563         (bibtex-autokey-before-presentation-function)
6564         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
6565         Fix docstring.
6566         (bibtex-strings, bibtex-reference-keys):
6567         Use lazy-completion-table and make-variable-buffer-local.
6568         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
6569         (bibtex-braced-string-syntax-table)
6570         (bibtex-quoted-string-syntax-table): New variables.
6571         (bibtex-parse-nested-braces): Remove.
6572         (bibtex-parse-field-string): Use syntax table and forward-sexp.
6573         (bibtex-parse-association): Simplify.
6574         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
6575         (bibtex-parse-field-text): Simplify.
6576         (bibtex-search-forward-field, bibtex-search-backward-field):
6577         argument BOUND can take value t.
6578         (bibtex-start-of-field, bibtex-start-of-name-in-field)
6579         (bibtex-end-of-name-in-field, bibtex-end-of-field)
6580         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
6581         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
6582         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
6583         (bibtex-skip-to-valid-entry): Return buffer position of beginning
6584         and ending of entry.  Update for changes of bibtex-search-entry.
6585         Simplify.
6586         (bibtex-map-entries): FUN is called with three arguments.
6587         (bibtex-search-entry): Return a cons pair with buffer positions of
6588         beginning and end of entry.
6589         (bibtex-enclosing-field): Simplify.
6590         (bibtex-format-entry): Use booktitle to set a missing title.
6591         (bibtex-autokey-get-names): Fiddle with regexps.
6592         (bibtex-generate-autokey): Use identity.
6593         (bibtex-parse-keys): Use simplified parsing algorithm if
6594         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
6595         arguments.  Return alist of keys.
6596         (bibtex-parse-strings): Simplify.  Return alist of strings.
6597         (bibtex-complete-string-cleanup): Fix docstring.
6598         (bibtex-read-key): New function.
6599         (bibtex-mode): Fix docstring.  Do not parse for keys and
6600         strings when the mode is entered.  Set fill-paragraph-function to
6601         bibtex-fill-field.  Setup font-lock-mark-block-function the way
6602         font-lock intended.
6603         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
6604         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
6605         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
6606         (bibtex-Preamble): Avoid hard coded constants.
6607         (bibtex-make-field): Fix docstring.  Simplify.
6608         (bibtex-beginning-of-entry): Always return new position of point.
6609         (bibtex-end-of-entry): Rearrange cond clauses.
6610         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
6611         Update for changes of bibtex-map-entries.
6612         (bibtex-ispell-abstract): Do not move point.
6613         (bibtex-entry-index): Use downcase.  Simplify.
6614         (bibtex-lessp): Handle catch-all.
6615         (bibtex-find-crossref): Turn into a command.
6616         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
6617         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
6618         preamble entries.
6619         (bibtex-fill-field-bounds): New function.
6620         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
6621         (bibtex-fill-entry): Use bibtex-fill-field-bounds
6622         (bibtex-String): Use bibtex-strings.  Always obey
6623         bibtex-sort-ignore-string-entries.
6625 2003-07-05  John Paul Wallington  <jpw@gnu.org>
6627         * cus-theme.el (customize-create-theme):
6628         Call `customize-create-theme' in Reset widget's notify function.
6630         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
6631         (ibuffer-mark-interactive): Use `or' instead of `unless'.
6632         (define-ibuffer-column name): Add summarizer.
6633         (define-ibuffer-column size): Likewise.
6634         (define-ibuffer-column filename): Likewise.
6635         (define-ibuffer-column process): Likewise.  Change BODY's output too.
6636         (define-ibuffer-column filename-and-process): Likewise, likewise.
6637         (ibuffer): Remove local vars `already-in' and `need-update'.
6639         * ibuf-ext.el: Don't require `derived' at compile-time.
6641 2003-07-05  Kim F. Storm  <storm@cua.dk>
6643         * info.el: Disable paragraph refilling.
6644         (Info-refill-paragraphs): New defcustom.
6645         (Info-fontify-node): Use it.
6647 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
6649         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
6650         thingies from constructors created by defstruct.
6652         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
6653         the default value of the variable.
6654         (byte-code-meter): Move declaration to top level.
6656         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
6658         * info.el (Info-following-node-name-re): New fun.
6659         (Info-following-node-name): Remove.
6660         (Info-insert-dir): Use the new fun.
6661         (Info-extract-pointer): Don't save restriction; use new fun.
6662         (Info-menu-entry-name-re): New const.
6663         (Info-menu-entry-name-re): Use it along with new fun.
6664         (Info-node-spec-re): Use new fun.
6665         (Info-complete-menu-item, Info-fontify-node): Use new const.
6666         (Info-goto-node, Info-follow-reference, Info-menu-update):
6667         Use match-string.
6668         (Info-follow-reference): Use assoc-string.
6669         Use a list of strings for the completion table.
6670         (Info-fontify-node): Use match-string, line-end-position.
6671         Limit the search for `node:' to the first line.
6673         * newcomment.el (uncomment-region): Remove padding coming from
6674         comment-start rather than just from comment-padding.
6676         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
6677         (vc-cvs-stay-local-p): Use vc-stay-local-p.
6678         (vc-cvs-rename-file): Remove (use the default).
6679         (vc-cvs-register): Register parent dir if needed.
6680         (vc-cvs-could-register): Return non-nil if parent can be registered.
6681         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
6682         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
6684         * vc-svn.el (vc-svn-use-edit): Make it into a const.
6685         (vc-svn-update): Fix the arguments to `svn'.
6686         (vc-svn-diff-tree): Just use `vc-svn-diff'.
6687         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
6688         Simple implementations, assuming `name' is a URL.
6690         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
6691         set of chars allowed unquoted in a case pattern.
6693         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
6695         * font-lock.el (font-lock-extra-types-widget)
6696         (c-font-lock-extra-types, c++-font-lock-extra-types)
6697         (objc-font-lock-extra-types, java-font-lock-extra-types)
6698         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
6699         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
6700         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
6701         (font-lock-match-c++-structor-declaration)
6702         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
6703         (c++-font-lock-keywords-3, c++-font-lock-keywords)
6704         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
6705         (objc-font-lock-keywords-3, objc-font-lock-keywords)
6706         (java-font-lock-keywords-1, java-font-lock-keywords-2)
6707         (java-font-lock-keywords-3, java-font-lock-keywords)
6708         (java-font-lock-syntactic-face-function): Remove obsolete code
6709         and constants.  It's all in cc-fonts.el now.
6711 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
6713         * mail/sendmail.el (mail-specify-envelope-from)
6714         (mail-envelope-from): Doc fix.
6716 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
6718         * generic-x.el: Do away with the dependency on `c-emacs-features'
6719         when populating `rul-generic-mode-syntax-table'; we already know
6720         this isn't XEmacs.
6722 See ChangeLog.10 for earlier changes.
6724 ;; Local Variables:
6725 ;; coding: iso-2022-7bit
6726 ;; End:
6728     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6729   Copying and distribution of this file, with or without modification,
6730   are permitted provided the copyright notice and this notice are preserved.
6732 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1