(thumbs-delete-images): Fix formatting of prompt.
[emacs.git] / lisp / ChangeLog
blob62696509dfeb95fd7eaa9b10e7189f5c96fa15eb
1 2004-04-28  John Paul Wallington  <jpw@gnu.org>
3         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4         (thumbs-show-image-num): Move assignment of
5         `thumbs-current-image-filename' within dynamic scope of `i'.
6         (thumbs-emboss-image): Don't use `evenp'.
8 2004-04-28  Richard M. Stallman  <rms@gnu.org>
10         * progmodes/compile.el (compilation-context-lines): Default now 0.
12 2004-04-28  Juanma Barranquero  <lektu@terra.es>
14         Use `time-less-p' from calendar/time-date.el instead of defining
15         custom versions of it.
17         * pcomplete.el (pcomplete-time-less-p): Remove.
19         * thumbs.el (time-less-p): Remove.
21         * calendar/timeclock.el (timeclock-time-less-p): Remove.
22         (timeclock-generate-report): Use `time-less-p'.
24         * emacs-lisp/autoload.el (autoload-before-p): Remove.
25         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
27 2004-04-28  Masatake YAMATO  <jet@gyve.org>
29         * subr.el (remove-overlays): Make arguments optional.
31         * wid-edit.el (widget-specify-button): Put evaporate to the
32         overlay for sample.
33         (widget-specify-sample): Put evaporate to the overlay for sample.
34         (widget-specify-doc): Put evaporate to the overlay for documentation.
36 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
38         * info.el (info-apropos): Make it an index node.  Align node names
39         like makeinfo.
41 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
43         * net/browse-url.el (browse-url-netscape-sentinel)
44         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
45         (browse-url-epiphany-sentinel, browse-url-mosaic):
46         Use browse-url-*-program instead of a literal program name.
48 2004-04-27  Kevin Ryde  <user42@zip.com.au>
50         * eshell/em-alias.el:
51         * eshell/em-dirs.el:
52         * eshell/em-hist.el:
53         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
54         features when M-x customize-group loads modules before the main
55         eshell.el.
57 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
59         * subr.el (momentary-string-display): Support EXIT-CHAR that is
60         either a character representation of an event or an event
61         description list.
63         * type-break.el: Capitalise Emacs and Lisp.
64         (type-break-good-break-interval, type-break-demo-boring-stats)
65         (type-break-terse-messages, type-break-file-name): New defcustoms.
66         (type-break-post-command-hook)
67         (type-break-warning-countdown-string): Quote variable names in doc.
68         (type-break-interval-start, type-break-auto-save-file-name): New vars.
69         (type-break-mode): Document type-break-good-break-interval and the
70         "session" file.  Schedule break according to the session file.
71         Kill session file buffer on exit.  Organise for save-some-buffers
72         to always save the session file.
73         (type-break-mode-line-message-mode, type-break-query-mode):
74         Uppercase arguments.
75         (type-break-file-time, type-break-file-keystroke-count, timep)
76         (type-break-choose-file, type-break-get-previous-time)
77         (type-break-get-previous-count): New defuns.
78         (type-break): Avoid break querying after a completed break in the
79         case where the query was initiated during user invocation of the
80         break.  Optional terse messages.
81         Use type-break-good-break-interval if type-break-good-rest-interval is
82         nil.  File the break time.
83         (type-break-schedule): New optional args for overriding the use of
84         the current time.
85         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
86         after a break.
87         (type-break-check): File the keystroke count.
88         (type-break-do-query): Prevent a second query when the break is
89         interrupted.  Optional terse message.
90         (type-break-keystroke-reset): Record the start of a typing interval.
91         (type-break-demo-boring): Optional terse messages.  Display word
92         per minute and keystroke counts according to
93         type-break-demo-boring-stats.
95 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
97         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
98         directories, make sure they exist under archive-tmpdir.
100 2004-04-27  Juri Linkov  <juri@jurta.org>
102         * help.el (view-emacs-news): With argument, display info for the
103         selected version by finding it among different NEWS files, and
104         narrowing the buffer to the selected version.
106         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
107         same-window-buffer-names.
108         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
109         non-numeric prefix argument, append the number to the buffer name
110         for numeric prefix argument.
111         (info-other-window): Bind same-window-regexps to nil.
112         (Info-reference-name): Rename to Info-point-loc.
113         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
114         and Info-find-index-name for stringy Info-point-loc.
115         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
116         without middle `.', but with final `.' and optional line number
117         for it.  Set Info-point-loc for index nodes.
118         (Info-index): Remove middle `.' from index entry regexp.
119         Modify line number regexp.
120         (Info-index-next): Decrement line number.
121         (info-apropos): Remove middle `.' from index entry regexp.
122         Add optional line number regexp at the end.  Add matched value
123         for line number to the result list and insert it to the buffer.
124         Replace match-string by match-string-no-properties.
125         Reorder result list.
126         (Info-fontify-node): Hide index line numbers.
127         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
128         empty matches.
129         (Info-follow-reference): Use `str' instead of
130         Info-following-node-name-re.
131         (Info-toc): Use full file names.  Set Info-current-node to "Top".
132         (Info-fontify-node): Compare file names without directory name.
133         (Info-try-follow-nearest-node): Don't set Info-reference-name.
134         Set second arg of Info-extract-menu-node-name for index nodes.
135         (info-xref-visited): Use magenta3 instead of magenta4.
136         (Info-mode): Add info-apropos to docstring.
138         * log-view.el (log-view-diff): Replace interactive code "r"
139         by a list to allow to call it even if region is not active.
141         * paren.el (show-paren-highlight-openparen): New var.
142         (show-paren-function): Turn on openparen highlighting when
143         matching forward if show-paren-highlight-openparen is non-nil.
145         * simple.el (kill-ring-save): Use blink-matching-delay instead of
146         the constant value 1.
147         (completions-common-part): Expand docstring.
149         * textmodes/picture.el (picture-mode-map): Add arrow keys.
151 2004-04-27  Kim F. Storm  <storm@cua.dk>
153         * image.el (insert-sliced-image): Use line-height instead of
154         line-spacing property on newline.
156 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
158         * desktop.el (desktop-buffer-misc-data-function): Rename to
159         desktop-save-buffer and change docstring.
160         (desktop-buffer-modes-to-save): Delete.
161         (desktop-save-buffer-p): Use desktop-save-buffer instead of
162         desktop-buffer-modes-to-save.
163         (desktop-save): Rename desktop-buffer-misc-data-function to
164         desktop-save-buffer and allow non-function value.
165         (desktop-missing-file-warning): Correct docstring.
167         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
168         to desktop-save-buffer.
170         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
171         desktop-save-buffer.
173         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
175         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
177 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
179         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
181 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
183         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
184         (ielm): Only go to the end of the buffer when starting a new process.
186 2004-04-25  Juanma Barranquero  <lektu@terra.es>
188         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
189         mode line.  Bind `inhibit-read-only' to t before modifying
190         properties of text in the buffer.
191         (ielm): Force point to the end of buffer, even when running ielm
192         from inside itself.
194 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
196         * info.el (info-apropos): Reset Info-complete-cache.
198 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
200         * progmodes/compile.el (compilation-error-regexp-alist-alist):
201         Also recognize severe Irix et al. messages.
202         (compilation-normalize-filename, compile-abbreviate-directory):
203         Delete functions.
204         (compilation-get-file-structure): New function inherits
205         functionality of the two preceding ones.
206         (compilation-internal-error-properties, compilation-fake-loc):
207         Use it so that different paths to the same file share the same
208         markers.  Also optimize finding adjacent marker slightly.
210 2004-04-25  Kim F. Storm  <storm@cua.dk>
212         * image.el (insert-sliced-image): Add line-spacing t property
213         to newlines separating image lines.
215 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
217         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
219         * ielm.el (ielm-prompt-read-only): New user option.
220         (ielm-prompt): Expand docstring to describe new behavior.
221         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
222         mention it in the docstring.
224 2004-04-24  Andreas Schwab  <schwab@suse.de>
226         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
228         * diff.el (diff): Set default-directory in diff buffer.
230 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
232         * mail/sendmail.el (mail-bury): Don't delete the frame where the
233         mail was being composed if the terminal cannot display more than
234         one frame; instead, switch to previous frame.
236         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
237         (rmail-start-mail): Support rmail-mail-new-frame even on
238         terminals that can display only one frame at a time.
240 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
243         (checkdoc-output-font-lock-keywords): Remove error regexp.
244         (checkdoc-output-mode-map): Remove.
245         (checkdoc-output-mode): Derive from compilation-mode.
246         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
248         * dired.el (dired-mode-map): Add a menu entry for wdired.
250         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
251         (rx-bracket, rx-check-any, rx-any): Clean up name space.
253         * wdired.el: (wdired-mode-map): Move init into declaration.
254         Fix `return' binding.
255         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
256         Use force-mode-line-update.
257         (wdired-get-filename): Use `unless'.
258         (wdired-preprocess-files): Don't assume names have no \n and use / for
259         dir separator.
260         (wdired-normalize-filename): Use replace-regexp-in-string.
261         (wdired-load-hooks): Remove.
262         (wdired-mode-hooks): Rename to wdired-mode-hook.
264         * info-look.el: Add support for cfengine-mode.
265         (info-lookup-setup-mode): Use dolist.
267 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
269         * wdired.el: New file.
271 2004-04-23  Juanma Barranquero  <lektu@terra.es>
273         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
275         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
276         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
277         (pcomplete--help, pcomplete--here): Doc fixes.
279 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
281         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
282         handles wrong-number-of-arguments in backend call.
284         * vc.el (vc-print-log): Likewise.
286 2004-04-20  Dave Love  <fx@gnu.org>
288         * emacs-lisp/rx.el: Doc fixes.
289         (rx-constituents): Add/extend many forms.
290         (rx-check): Check form is a list.
291         (bracket): Defvar.
292         (rx-check-any, rx-any, rx-check-not): Modify.
293         (rx-not): Simplify.
294         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
295         (rx-kleene): Use rx-trans-forms.
296         (rx-quote-for-set): Delete.
297         (rx): Allow multiple args.
299 2004-04-23  Kenichi Handa  <handa@m17n.org>
301         * international/mule-util.el (char-displayable-p): Simplify by
302         using internal-char-font.
304 2004-04-23  Juanma Barranquero  <lektu@terra.es>
306         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
308 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
310         * diff-mode.el (diff-next-error): New fun.
311         (diff-mode): Use it.
313         * simple.el (next-error): Change arg name.
314         Add support for the documented C-u C-x ` usage.
316         * frame.el (special-display-popup-frame, next-multiframe-window)
317         (previous-multiframe-window): Only consider frames on same display.
319 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
321         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
322         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
324 2004-04-22  Kim F. Storm  <storm@cua.dk>
326         * net/telnet.el (telnet): Add optional port arg.
328 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * progmodes/compile.el (compilation-mode-font-lock-keywords):
331         Minor sanity check on the `hyperlink' slot.
333         * Makefile.in (recompile): Compile new files.
335         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
336         Add byte-recompile-directory's optional `arg'.
338         * cvs-status.el (cvs-tree-use-charset): New var.
339         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
340         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
341         (cvs-status-cvstrees): Use it.
343         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
344         Make it a normal major mode.
345         (checkdoc-buffer-label): Make sure the file name is meaningful.
346         (checkdoc-output-to-error-buffer): Remove.
347         (checkdoc-error, checkdoc-start-section): Rewrite.
349         * info.el (info-node, info-menu-5, info-xref, info-header-node)
350         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
351         (Info-title-4-face): Use new syntax.
352         (info-xref-visited): Inherit from info-xref.
354         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
356 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
358         * simple.el (next-error-last-buffer, next-error-function):
359         New variables for the next-error framework.
360         (next-error-buffer-p): New function.
361         (next-error-find-buffer): Generalize compilation-find-buffer.
362         (next-error, previous-error, first-error, next-error-no-select)
363         (previous-error-no-select): Move from compile.el.
365         * replace.el (occur-next-error, occur-1): Hook into the next-error
366         framework.
368         * progmodes/compile.el (compilation-start):
369         Set next-error-last-buffer so next-error knows where to jump.
370         (compilation-setup): Set the buffer-local variable
371         next-error-function to 'compilation-next-error-function.
372         (compilation-buffer-p, compilation-buffer-internal-p): Use an
373         alternate way to find if a buffer is a compilation buffer, for
374         next-error convenience.
375         (next-error-no-select, previous-error-no-select, next-error)
376         (previous-error, first-error): Move to simple.el.
377         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
378         (compilation-last-buffer): Remove.
379         (compilation-start, compilation-next-error, compilation-setup)
380         (compilation-next-error-function, compilation-find-buffer):
381         Remove compilation-last-buffer use.
383 2004-04-21  Juanma Barranquero  <lektu@terra.es>
385         * makefile.w32-in (WINS): Add url/ directory.
387         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
388         (font-lock-warning-face): Fix spacing.
390 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
392         * desktop.el (desktop-buffer-mode-handlers): New variable.
393         Alist of major mode specific functions to restore a desktop buffer.
394         (desktop-buffer-handlers): Make variable obsolete.
395         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
396         Catch errors signaled in handlers.  Update buffer count.
397         Evaluate desktop-buffer-point.
398         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
399         move to dired.el.
400         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
401         move to info.el.
402         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
403         move to mail/rmail.el.
404         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
405         to mh-e/mh-e.el.
406         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
407         On fail, print message (to message buffer) even if
408         desktop-missing-file-warning is nil.
409         (desktop-buffer-misc-data-function): New buffer local variable.
410         Function returning major mode specific data.
411         (desktop-buffer-misc-functions): Make variable obsolete.
412         (desktop-save): Use desktop-buffer-misc-data-function.
413         (desktop-buffer-dired-misc-data): Rename to
414         dired-desktop-buffer-misc-data and move to dired.el.
415         (desktop-buffer-info-misc-data): Rename to
416         Info-desktop-buffer-misc-data and move to info.el.
417         (desktop-read): Add message about number of buffers restored/failed.
418         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
419         Add parameters.  Pause to display error only when
420         desktop-missing-file-warning is non-nil.
421         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
422         (dired-mode): Bind desktop-buffer-misc-data-function.
423         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
424         Add Parameters.
425         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
426         (Info-mode): Bind desktop-buffer-misc-data-function.
427         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
428         Add Parameters.
429         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
430         Add Parameters.
432 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
434         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
435         the case of letters in case-insensitive expansions when the
436         abbrev is preceded by characters with letter syntax.
438 2004-04-21  Richard M. Stallman  <rms@gnu.org>
440         * progmodes/cperl-mode.el (cperl-putback-char):
441         Delete Emacs 18 definition.
443         * international/mule.el (ctext-post-read-conversion):
444         Use assoc-string, not assoc-ignore-case.
446         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
448         * emacs-lisp/easymenu.el (easy-menu-add):
449         Do call x-popup-menu, but only if it's defined.
451         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
453         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
454         Handle multiple args: compile like progn.
456         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
457         take all args as &rest arg.
459         * autoinsert.el (auto-insert-alist): Insert the user's name in
460         copyright notice, rather than Free Software Foundation.
462 2004-04-21  Kenichi Handa  <handa@m17n.org>
464         * descr-text.el (describe-char): Make it work on *Help* buffer.
466 2004-04-21  Kim F. Storm  <storm@cua.dk>
468         * image.el (insert-image): Add optional SLICE arg.
469         (insert-sliced-image): New defun.
471 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
473         * subr.el (read-number): Check whether `default' is nil.
475 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
477         * progmodes/compile.el (compilation-error-properties):
478         Split into two.
479         (compilation-internal-error-properties): New one.
480         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
482 2004-04-20  Richard M. Stallman  <rms@gnu.org>
484         * window.el (split-window-save-restore-data):
485         Don't update the data if OLD-INFO is nil.
487         * view.el (view-return-to-alist): Mark it permanent local.
489         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
491         * recentf.el (recentf-save-list): Catch and warn about errors.
493         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
494         so "Buffers" won't be pure.
496         * help-mode.el (help-mode-finish): Set help-return-alist first
497         thing, setting only the entry for the selected window.
499         * help-fns.el (describe-function-1): If many non-control non-meta
500         keys run the command, don't list all of them.
502 2004-04-20  Juanma Barranquero  <lektu@terra.es>
504         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
505         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
507         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
509 2004-04-20  Kenichi Handa  <handa@m17n.org>
511         * international/quail.el (quail-lookup-key): New optional arg
512         NOT-RESET-INDICES.
513         (quail-get-translations): Call quail-lookup-key with
514         NOT-RESET-INDICES t.
515         (quail-completion): Likewise.
516         (quail-lookup-map-and-concat): Likewise.
518 2004-04-20  Kenichi Handa  <handa@m17n.org>
520         * international/quail.el (quail-update-translation): Don't insert
521         such an unsupported multibyte char in a unibyte buffer.
523 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
525         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
526         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
527         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
528         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
529         (gdb-frame-assembler-buffer): Improve behaviour with
530         multiple frames.
531         (gdb-display-buffer): Extend search to all visible frames.
533 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
535         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
536         characters left after base64 decoding.
537         (rmail-decode-region): Use -dos variety of `coding', to remove any
538         ^M characters left after qp or base64 decoding.
540 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
542         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
543         messages.
545 2004-04-19  Stephen Eglen  <stephen@gnu.org>
547         * add-log.el (add-change-log-entry): Update doc string to mention
548         add-log-full-name and add-log-mailing-address.
550 2004-04-18  Juri Linkov  <juri@jurta.org>
552         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
553         (Info-find-node-2): Simplify error message.
554         (Info-insert-dir): Use Info-following-node-name.
555         (Info-goto-node): Remove *info-history* and *info-toc*.
556         (Info-history): Create a node of the virtual history file.
557         (Info-toc): Create a node of the virtual toc file.
558         (Info-insert-toc): New arg `curr-file' for reference file names.
559         (info-apropos): Remove redundant var binding for temp-file.
560         (Info-index, Info-index-next, Info-mode): Doc fix.
561         (Info-goto-emacs-command-node): Don't jump to *info* from
562         non-*info* Info buffers.
563         (Info-fontify-node): Don't show the file name of external
564         references if `Info-hide-note-references' is `hide'.  Don't hide
565         newlines at the end of paragraphs.
567         * international/mule-diag.el (list-input-methods):
568         Fix args to help-xref-button.
570         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
571         to put into effect local variables from TUTORIAL files.
573         * textmodes/paragraphs.el (sentence-end) <function>: New fun
574         with default value taken from the variable `sentence-end'.
575         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
576         Add nil const to :type.
577         (sentence-end-without-period, sentence-end-double-space)
578         (sentence-end-without-space): Doc fix.
580         * textmodes/paragraphs.el (forward-sentence):
581         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
582         (fill-delete-newlines):
583         * progmodes/cc-cmds.el (c-beginning-of-statement):
584         Use function `sentence-end' instead of variable `sentence-end'.
586 2004-04-18  Andreas Schwab  <schwab@suse.de>
588         * progmodes/compile.el (compilation-start): Set window start to
589         point-min if compilation-scroll-output is nil.
591 2004-04-18  John Wiegley  <johnw@newartisans.com>
593         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
595 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
597         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
598         (gdb-info-breakpoints-custom): Revert previous change.
599         (gdb-view-assembler): Update assembler if necessary.
600         (gdb-frame-handler): Parse correctly for gdb-current-frame.
601         (gdb-display-source-buffer): Update properly when both source and
602         assembler are visible.
604 2004-04-17  John Wiegley  <johnw@newartisans.com>
606         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
607         which limits the number of names shown in the minibuffer.  Off by
608         default.
609         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
610         up iswitchb for users with a multitude of open buffers by showing
611         only the first and last N/2 buffers in the completion list (which
612         is enough to aid C-s/C-r, and to know that more characters are
613         needed to refine the completion list).
615 2004-04-17  Richard M. Stallman  <rms@gnu.org>
617         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
618         (file-truename): Expand all ~ constructs directly.
619         (insert-directory): Delete any error msg output by the
620         `insert-directory-program'.
622         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
623         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
624         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
625         (allout-init): Use find-file-hook, not find-file-hooks.
626         (allout-mode): Eliminate Emacs 18 support.
627         Use write-contents-functions, not local-write-file-hooks.
629 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
631         * progmodes/compile.el (compilation-error-properties): Fix for
632         adding messages when there are already markers for their file.
633         (compilation-fake-loc): New function.
635 2004-04-16  Dave Love  <fx@gnu.org>
637         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
638         (python-load-file): Fix python-orig-start setting.
640         * progmodes/compile.el: Doc fixes.
641         (compilation-error-regexp-alist-alist)
642         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
643         (compilation-assq): Wrap in eval-when-compile.
644         (compilation-mode-font-lock-keywords): Don't use list*.
645         (compilation-start): Avoid warning.
646         (compilation-compat-error-properties)
647         (compilation-directory-properties): Add keymap property.
648         (compilation-parsing-end): Make it a marker for better compatibility.
650         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
652 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
654         * xml.el: Doc fixes.
655         (xml-get-children): Only looks at sub-tags and ignore strings.
657         * xml.el (xml-parse-tag): Avoid overwriting node-name.
659 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * url/url-util.el (url-debug): Use with-current-buffer.
663         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
664         (url-nfs-create-wrapper): Use new backquote syntax.
666         * url/url-https.el (url-https-file-attributes): Add id-format param.
668         * url/url-http.el (url-http-head-file-attributes)
669         (url-http-file-attributes): Add id-format parameter.
671         * url/url-handlers.el: Use new find-file-hook.
672         (url-file-attributes): Add id-format parameter.
674         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
675         (url-file-file-attributes): Add id-format parameter.
677         * url/url-dav.el: Use with-current-buffer.
678         (url-dav-process-response): Fix regexps and spurious quote.
679         (url-dav-file-attributes): Add id-format param.
681         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
683 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
685         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
687         * vc.el (vc-print-log): Likewise.
689 2004-04-16  Masatake YAMATO  <jet@gyve.org>
691         * simple.el (completion-setup-function): Set an initial value
692         to `element-common-end' before entering loop.  Set a value
693         to `element-common-end' at the end of loop.
694         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
695         (completions-common-part): Rename from completion-de-emphasis.
696         (completions-first-difference): Rename from completion-emphasis.
697         Suggested by RMS.
699 2004-04-16  Juanma Barranquero  <lektu@terra.es>
701         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
702         (bookmark-edit-annotation-mode): Add mode name.
704 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
707         for nested conflict markers.
708         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
710 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
712         * progmodes/gdb-ui.el (gdb-goto-info): New function.
714         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
716 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
719         Give a backtrace if requested.
721         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
723         * progmodes/python.el (python-mouse-2-command, python-RET-command):
724         Remove unused functions.
725         (python-orig-start-line, python-orig-file): Remove.
726         (python-orig-start): New var.
727         (python-input-filter, python-compilation-line-number)
728         (python-send-region, python-load-file): Use it.
730         * info.el (info): Always jump to *info*.
732         * subr.el (posn-set-point): New function.
734         * mouse.el (mouse-set-point): Use it.
736         * progmodes/compile.el (compile-goto-error): Use it.
737         (compilation-button-map): New keymap.
738         (compilation-error-properties): Use it.
739         (compilation-shell-minor-mode-map): Don't bind mouse-2.
741         * smerge-mode.el (smerge-popup-context-menu): Use it.
743         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
744         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
745         mouse and non-mouse case.
747         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
748         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
750         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
751         Make it work for non-mouse events.
753         * pcvs-info.el (cvs-status-map): Update binding name.
755 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
757         * xml.el (xml-maybe-do-ns): New function to handle namespace
758         parsing of both attribute and element names.
759         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
760         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
761         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
762         (xml-parse-attlist): Make it do its own namespace parsing.
764 2004-04-14  Dave Love  <fx@gnu.org>
766         * progmodes/python.el (run-python): Fix use of \n.
767         (python-load-file): Remove `try' from Python fragment.
768         (python-describe-symbol): Fix message.
770         * comint.el: Doc fixes.
771         (comint-last-input-start, comint-last-input-end)
772         (comint-last-output-start): Give them values.
773         (comint-arguments): Avoid warning.
774         (comint-skip-prompt): Use line-end-position.
775         (comint-backward-matching-input): Rename arg to agree with doc.
776         (comint-extract-string): Use syntax-ppss.
777         (comint-dynamic-simple-complete): Delete useless list construction.
778         (comint-redirect-subvert-readonly): New.
779         (comint-redirect-preoutput-filter): Use it.
781         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
782         Correctly handle negative arguments when calling hook functions.
784 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
786         * info.el (info-apropos): Don't clobber Info-history-list.
788 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
790         * progmodes/compile.el (compilation-setup):
791         Localize overlay-arrow-position.
792         (compilation-sentinel): Restructure code equivalently.
793         (compilation-next-error): Find message on same line after point if
794         not found before point.
795         (compile-mouse-goto-error): Restore function so that compilation
796         buffer need not be current and use compile-goto-error.
797         (compile-goto-error): Restore function.
798         (next-error): Set overlay-arrow-position.
799         (compilation-forget-errors): Don't localize already local
800         compilation-locs and remove FIXME about refontifying.
802 2004-04-14  Kim F. Storm  <storm@cua.dk>
804         * startup.el (emacs-quick-startup): New defvar (set by -Q).
805         (command-line): New option -Q.  Like -q --no-site-file, but
806         in addition it also disables menu-bar, tool-bar, scroll-bars,
807         tool-tips, and the blinking cursor.
808         (command-line-1): Skip startup screen if -Q.
809         (fancy-splash-head): Use ":align-to center" prop to center splash image.
811         * emulation/cua-base.el (cua-read-only-cursor-color)
812         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
814 2004-04-13  Dave Love  <fx@gnu.org>
816         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
817         (syntax): Don't require.
818         (python) <defgroup>: Add :version.
819         (python-quote-syntax): Re-written.
820         (inferior-python-mode): Move stuff here from run-python and add
821         some more.
822         (python-preoutput-continuation, python-preoutput-result)
823         (python-dotty-syntax-table): New.
824         (python-describe-symbol): Use them.
825         (run-python): Move stuff to inferior-python-mode.  Modify code
826         loaded into Python.
827         (python-send-region): Use python-proc, python-send-string.
828         (python-send-string): Send newlines too.  Callers changed.
829         (python-load-file): Re-written.
830         (python-eldoc-function): New.
831         (info-look): Don't require.
832         (python-after-info-look): New.  A modified version of former
833         top-level code for use with eval-after-load.
834         (python-maybe-jython, python-guess-indent): Use widened buffer.
835         (python-fill-paragraph): Re-written.
836         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
837         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
839 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
842         Set compilation-error-regexp-alist earlier.
844         * progmodes/compile.el (compilation-minor-mode-map)
845         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
846         (compile-goto-error): Re-merge the mouse and non-mouse commands.
848 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * progmodes/compile.el (compile-goto-error): Select the buffer/window
851         corresponding to the event.
853         * url/url.el (url-retrieve): Use with-current-buffer.
855         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
856         Remove unused var `version'.
858         * url/url-handlers.el (url-handler-mode): New minor mode.
859         (url-setup-file-name-handlers): Remove.
861 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
863         * loadup.el: Add cygwin to system-type list, for unexec() support.
865 2004-04-12  John Paul Wallington  <jpw@gnu.org>
867         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
868         (ibuffer-restore-window-config-on-quit): New variable to replace
869         `ibuffer-delete-window-on-quit'.  Update all references.
870         (ibuffer-prev-window-config): New variable.
871         (ibuffer-quit): Restore previous window configuration instead of
872         deleting window.
873         (ibuffer): Save window configuration before showing Ibuffer buffer.
875         * help.el (describe-mode): Doc fix.
877         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
878         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
880 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
883         not to treat nil as a function.
885         * vc-arch.el (vc-arch-root): Be a bit more careful.
886         (vc-arch-register): Save the buffer if we modified it.
887         (vc-arch-delete-rej-if-obsolete): Save excursion.
888         (vc-arch-find-file-hook): Use the simpler after-save-hook.
889         (vc-arch-responsible-p, vc-arch-init-version): New functions.
891         * net/ldap.el (ldap-search): Use list*.
893 2004-04-12  Juri Linkov  <juri@jurta.org>
895         * info.el (Info-follow-reference): Allow multiline reference name.
897 2004-04-11  Dave Love  <fx@gnu.org>
899         * url/url-mailto.el (url-mailto):
900         * url/url-history.el (url-history-setup-save-timer):
901         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
903         * url/url-file.el (url-file-build-filename): Don't use
904         directory-sep-char.
906         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
908         * url/url-about.el (url-scheme-registry): Defvar.
909         (url-about): Use text/plain.
911         * url/url-vars.el (cl): Don't require.
912         (url): Add :version.
913         (url-bug-address): Use bug-gnu-emacs.
915         * url/url-util.el (url-hexify-string): Don't give multibyte error
916         for char <16.
917         (mail-header-extract): Autoload.
919         * url/url-parse.el: Doc fixes.
921         * url/url-ldap.el (ldap): Require.
922         (url-ldap): Fix `format' call.
923         (url-ldap-certificate-formatter): Avoid warning.
925         * url/url-https.el (url-https-create-secure-wrapper): Use modern
926         backquotes.
928         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
929         (url-intersection): New.
930         (url-dav-supported-p): Use it.
931         (url-dav-save-resource): Declare url-http-response-status special.
933         * url/url-cache.el (url-util): Require.
935         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
937         * progmodes/python.el: New file.
939 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
941         * vc-hooks.el (vc-arg-list): Function removed.
942         (vc-default-workfile-unchanged-p): Use condition-case to check for
943         backward compatibility.
945         * vc.el (vc-print-log): Use condition-case to check for backward
946         compatibility.
948 2004-04-11  Juri Linkov  <juri@jurta.org>
950         * dired.el (dired-faces): New defgroup.
951         (dired-header, dired-mark, dired-marked, dired-flagged)
952         (dired-warning, dired-directory, dired-symlink, dired-ignored):
953         New faces.
954         (dired-header-face, dired-mark-face, dired-marked-face)
955         (dired-flagged-face, dired-warning-face, dired-directory-face)
956         (dired-symlink-face, dired-ignored-face): New face variables.
957         (dired-font-lock-keywords): Use them instead of font-lock faces.
958         Split the rule for dired marks into 3 separate rules: for marks,
959         marked file names and flagged file names.
961         * help-mode.el (help-make-xrefs): Add a final newline to the
962         *Help* buffer.
964 2004-04-11  John Paul Wallington  <jpw@gnu.org>
966         * replace.el (occur-engine): Distinguish between one and several
967         matches in the matches per buffer heading.
969 2004-04-11  Kim F. Storm  <storm@cua.dk>
971         * ido.el (ido-confirm-unique-completion): New defcustom.
972         (ido-complete): Use it.
973         (ido-write-file): Set it to t unconditionally.
975 2004-04-10  Miles Bader  <miles@gnu.org>
977         RCS keyword removal (only non-comment changes are enumerated here):
979         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
980         (byte-compile-insert-header): Don't use `byte-compile-version'.
981         * url/url-vars.el (url-version): Use the constant string "Emacs"
982         instead of calculating something from the RCS `State' keyword
983         [the latter is almost entirely useless anyway].
984         * forms.el (forms-version): Variable removed.
985         (forms-mode): Don't use `forms-version'.
986         * recentf.el (recentf-version): Variable removed.
987         * progmodes/delphi.el (delphi-version): Variable removed.
988         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
990 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
992         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
994 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
996         * info.el (info-apropos): Improve menu item regexp.
998 2004-04-09  Simon Josefsson  <jas@extundo.com>
1000         * mail/smtpmail.el: Add comment, based on report by
1001         kdc@rcn.com (Kevin D. Clark).
1003 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1006         Redo one more thing that I didn't notice Daniel had undone.
1008 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
1010         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1011         (gdb-goto-breakpoint, gdb-display-buffer)
1012         (gdb-display-source-buffer, gdb-view-source-function)
1013         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1014         (gdb-source-info, gdb-frame-handler): Don't specify a window
1015         for display.
1016         (gdb-info-breakpoints-custom): Remove superfluous update of
1017         assembler buffer.
1018         (gdb-many-windows): Make settable outside gdb.
1020 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1022         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1023         Derive from fundamental-mode rather than text-mode.
1025 2004-04-08  Juri Linkov  <juri@jurta.org>
1027         * info.el (Info-history): Doc fix.
1028         (Info-history-list): New var.
1029         (info-xref): Change magenta4 to blue, remove bold for dark and
1030         light backgrounds, change bold to underline for non-color classes.
1031         (info-xref-visited): New face.
1032         (Info-fontify-visited-nodes): New custom.
1033         (Info-hide-note-references): Add new value `hide'.  Doc fix.
1034         (Info-reference-name): New var.
1035         (Info-selection-hook): New custom.
1036         (Info-edit-mode-hook): New var.
1037         (Info-find-file): New fun.
1038         (Info-find-node): Move part of code to Info-find-file.
1039         (Info-find-node-2): Add anchors to Info-history-list.  Move point
1040         to the place with the reference name if name is defined.
1041         (Info-select-node): Add current node to Info-history-list.
1042         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1043         (Info-search-whitespace-regexp): New custom.
1044         (Info-search-case-fold): New var.
1045         (Info-search): Add "case-sensitively" to the prompt.
1046         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
1047         (Info-search-case-sensitively, Info-search-next): New fun.
1048         (Info-up): Move point to the menu item of the current node.
1049         (Info-history): New fun.  Add *info-history* to
1050         same-window-buffer-names.
1051         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
1052         (Info-insert-toc): New fun.
1053         (Info-build-toc): New fun.
1054         (Info-follow-reference): Add new arg `fork'.  Doc fix.
1055         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
1056         with the same name prefer the reference closest to point.
1057         (Info-next-reference): Replace * by + in the *Note regexp.
1058         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1059         (Info-prev-reference): Replace * by + in the *Note regexp.
1060         Add regexp for http:// and ftp://.  Skip the *Note prefix.
1061         (Info-follow-nearest-node): Add new arg `fork'.
1062         (Info-try-follow-nearest-node): Add new arg `fork'.
1063         Call browse-url for http:// and ftp:// references.
1064         Set Info-reference-name for index entries.
1065         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1066         Info-search-next, Info-history, Info-toc, clone-buffer.
1067         (Info-menu-update): Replace * by + in the *Note regexp.
1068         (Info-mode): Add documentation for Info-history, Info-toc,
1069         Info-search-case-sensitively, Info-search-next, clone-buffer.
1070         (Info-fontify-menu-headers): Remove fun.  Move code to
1071         Info-fontify-node.
1072         (Info-fontify-node): Add docstring.  Add local vars
1073         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
1074         then fontify header line, titles, menu headers, http and ftp
1075         references, refill paragraphs.  If not-fontified-p is t or
1076         fontify-visited-p is t then fontify cross references, menu items.
1077         Fontify menu headers.  Fontify http and ftp references.
1078         Change regexp for cross references to require whitespace after *Note,
1079         add matching groups for file and node names.  Remove hack for quote.
1080         Use display property for Info-hide-note-references=t.  Use fifth
1081         or fourth match for help-echo.  Display visited nodes in a
1082         different face.  Unhide file names of external references.
1083         Unhide newlines.  Display visited menu items in a different face.
1085 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * progmodes/compile.el: Require CL.
1088         (compilation-mode-font-lock-keywords): Re-install the "line as
1089         function" patch.
1091         * help-fns.el (help-C-source-directory): New var.
1092         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1093         (describe-function-1, describe-variable): Use them.
1095         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1096         to C source files specially.
1098 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1100         * info.el (Info-hide-cookies-node): New function.
1101         (Info-select-node): Use it.
1102         (Info-display-images-node): Remove message with image file name.
1104 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1106         * progmodes/compile.el (compilation-warning-face)
1107         (compilation-info-face, compilation-skip-threshold)
1108         (compilation-skip-visited, compilation-context-lines):
1109         Declare :version when added to Emacs.
1110         (compilation-error-regexp-alist-alist): Extend caml and irix.
1111         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1112         (compilation-mode-font-lock-keywords): Temporarily undo line as
1113         function patch, which wasn't ready.
1115 2004-04-07  Kenichi Handa  <handa@m17n.org>
1117         * international/latin1-disp.el (latin1-display-setup): Check each
1118         character is displayable or not instead of calling
1119         latin1-display-check-font.
1121 2004-04-06  Kenichi Handa  <handa@m17n.org>
1123         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1124         New variable.
1125         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1126         instead of sera-being-called-by-w3.
1127         (ethio-fidel-to-sera-buffer): Likewise.
1128         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1129         instead of sera-being-called-by-w3.
1130         (ethio-write-file): Likewise.
1132 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1134         * printing.el: Dox fix.
1136 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1138         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1139         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1140         (gdb-setup-windows): Only use separate IO buffer if required.
1142 2004-04-06  Kim F. Storm  <storm@cua.dk>
1144         * term.el (term-is-xemacs): Remove.
1145         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1146         (term-window-width): New function.
1147         (term-mode, term-check-size): Use it.
1148         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1150 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1152         * cus-edit.el (custom-add-parent-links): Change unbound variable
1153         `symbol' to `name'.
1155 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1156         * info.el (info-apropos): New function.
1157         (Info-mode-menu): Add it.
1158         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1160         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1161         inherited docstring.
1163         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1165 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1169         * progmodes/compile.el (font-lock): Don't require any more.
1170         (compilation-error-properties, compilation-start, compilation-sentinel)
1171         (compilation-filter, next-error): Use with-current-buffer.
1172         (compilation-skip-to-next-location, compilation-skip-threshold)
1173         (compilation-skip-visited): Move to silence the byte-compiler.
1174         (compilation-setup): Simplify.
1175         (compilation-next-error): Use line-(beginning|end)-position.
1176         Make sure `pt' is non-nil before using compilation-loop.
1177         (compile-goto-error): Add optional event arg.  Use it.
1178         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1179         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1180         Update the binding for mouse-2.
1181         (first-error): Set compilation-current-error to nil rather than bob.
1182         (compilation-parsing-end, compilation-parse-errors-function)
1183         (compilation-error-list, compilation-old-error-list):
1184         "New" compatibility variables.
1185         (compile-buffer-substring, compilation-compat-error-properties)
1186         (compilation-compat-parse-errors, compilation-forget-errors):
1187         New compatibility functions.
1188         (compilation-mode-font-lock-keywords): Use them.
1190 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1192         * autorevert.el (auto-revert-handler): If point (or a window
1193         point) is at the end of the buffer, keep it there after
1194         reverting.  This allows to tail a file.
1195         Mention this in the `Commentary'.
1197         * format.el (format-write-file): Add optional argument CONFIRM
1198         and make it behave like the analogous argument to `write-file'.
1200 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1202         * progmodes/ebnf2ps.el: Doc fix.
1203         (ebnf-version): New version number (4.2).
1204         (ebnf-syntax): Customization and docstring fix.
1205         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1206         Put autoloaded funs before first use.
1207         (ebnf-style-database): Add dtd entry.
1208         (ebnf-syntax-alist): Add dtd initialization.
1209         (ebnf-token-sequence): New fun.
1210         (ebnf-comment-table): Add new comment action character.
1211         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1213         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1214         Type Definition for XML).
1216         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1217         * progmodes/ebnf-bnf.el (ebnf-sequence):
1218         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1219         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1220         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1221         Code simplification: call ebnf-token-sequence.
1223 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
1225         * calendar/timeclock.el (timeclock-relative)
1226         (timeclock-get-project-function, timeclock-get-workday-function)
1227         (timeclock-query-out, timeclock-when-to-leave)
1228         (timeclock-when-to-leave-string, timeclock-log-data)
1229         (timeclock-generate-report, timeclock-in): Doc fixes.
1231 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1233         * url: Import the URL package from its repository.
1235         * url/url-methods.el:
1236         * url/url-parse.el: Don't require url-auto.
1238 2004-04-03  Andreas Schwab  <schwab@suse.de>
1240         * diff-mode.el (diff-mode): Fix missing quote.
1242 2004-04-03  Juri Linkov  <juri@jurta.org>
1244         * descr-text.el (describe-property-list): Add `font-lock-face'.
1246         * dired.el (dired-font-lock-keywords): Fix permission regexps.
1248 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1250         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1251         Use utf-16le on little endian machines and utf-16be otherwise.
1253 2004-04-02  David Kastrup  <dak@gnu.org>
1255         * net/browse-url.el (browse-url-generic): Use call-process
1256         instead of start-process to allow browsers that fork and detach.
1258 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
1260         * compile.el (compilation-current-error): New var.
1261         (compilation-setup, compile-mouse-goto-error)
1262         (compile-goto-error, next-error): Use it.
1263         (compilation-skip-to-next-location): Default to t, which gives
1264         contiguous skipping like old compile (where this was redundant).
1265         (compilation-next-error): Prevent previous-* commands from moving
1266         back to message at or just before point.
1268 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
1270         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1271         (gdb-source-info): Don't display source at startup, if required.
1272         (gdb-show-main): New option.
1273         (gdba): Update documentation.
1274         (gdb-source): Cover case of auto-display output.
1276 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
1278         * autorevert.el: Delete obsolete autoload's and defvar's.
1279         (auto-revert-check-vc-info): New user option.
1280         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1281         (auto-revert-handler-vc): Delete.
1282         (auto-revert-handler): Treat return value `fast' of
1283         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
1285         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1286         return `fast'.
1288         * files.el (buffer-stale-function): Doc change.
1290 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1292         * printing.el: New tip on Tips section.
1293         (pr-version): New version number (6.7.4).
1294         (pr-shell-file-name): Initialization fix.
1296 2004-03-31  Juri Linkov  <juri@jurta.org>
1298         * dired.el: Add autoload for `dired-do-touch'.
1299         (dired-touch-program): New var.
1300         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1301         (dired-no-confirm): Add `touch' to docstring.
1303         * dired-aux.el (dired-do-touch): New fun.
1304         (dired-do-chxxx): Add argument -t for touch operation.
1306         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1307         `dired-move-to-filename-regexp'.
1309 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
1311         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
1313 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1315         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1316         and only if the buffer was modified.
1318 2004-03-30  Kenichi Handa  <handa@m17n.org>
1320         * international/characters.el: Delete pairs for U+2308..U+230B.
1322 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
1324         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1325         to detect the beginning of a level 2 or 3 annotation.
1327 2004-03-29  Kenichi Handa  <handa@m17n.org>
1329         * international/ucs-tables.el (ucs-insert): Fix the error message.
1331 2004-03-29  Kenichi Handa  <handa@m17n.org>
1333         * international/mule-util.el (char-displayable-p): Fix generation
1334         of XLFD file name.
1336         * Makefile.in (setwins, setwins_almost): Change directory to $wd
1337         before finding directories by `find'.
1339 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1341         * subr.el (interactive-form): Delete.  Now implemented in C.
1343         * pcvs.el (cvs-parse-process): Workaround for Darwin.
1345         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
1346         (vc-diff-label): New fun.
1347         (vc-diff-internal): Use it.
1349         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
1351 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1353         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
1355         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
1356         specify XML (EBNFX).
1358         * progmodes/ebnf2ps.el: Doc fix.
1359         (ebnf-version): New version number (4.1).
1360         (ebnf-syntax): Adjust customization.
1361         (ebnf-style-database): Add ebnfx entry.
1362         (ebnf-syntax-alist): Add ebnfx initialization.
1363         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
1365         * printing.el: Doc fix.
1366         (pr-version): New version number (6.7.3).
1367         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
1368         returns nil for mouse position.  Reported by Drew Adams
1369         <drew.adams@oracle.com>.
1370         (pr-update-menus): Modify interactive declaration.  Reported by Drew
1371         Adams <drew.adams@oracle.com>.
1373 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
1375         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
1376         (gud-gdba-marker-filter): Log the process input and output, if
1377         required.  From Stefan Monnier.
1378         (gdb-debug-log, gdb-enable-debug-log): New variables.
1379         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
1381 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
1384         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
1386 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
1388         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
1389         Call vc-find-file-hook here instead of in auto-revert-buffers.
1390         (auto-revert-buffers): Delete call to vc-find-file-hook.
1391         (auto-revert-verbose, global-auto-revert-non-file-buffers)
1392         (global-auto-revert-mode, auto-revert-set-timer)
1393         (auto-revert-handler, auto-revert-buffers): Doc fixes.
1395 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1397         * woman.el (woman-change-fonts): Rename local variable
1398         woman-font-alist to font-alist to avoid a compiler warning.
1400 2004-03-27  Dave Love  <fx@gnu.org>
1402         * emacs-lisp/rx.el (rx): Doc fix.
1403         Fix copyright years.
1405         * strokes.el (strokes-global-set-stroke-string): New function.
1406         (strokes-list-strokes): Cope with strings, not just commands.
1407         Set foreground colour of image.
1408         (strokes-global-set-stroke): Doc fix.
1410 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
1412         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
1413         Auto Revert mode.
1414         (Buffer-menu-files-only): New variable.
1415         (Buffer-menu-toggle-files-only): New function.
1416         (Buffer-menu-mode-map): Bind it to `T'.
1417         (Buffer-menu-mode): Mention `T' in docstring.
1418         Set buffer-stale-function.
1419         (list-buffers-noselect): Mark buffer non-modified and set
1420         Buffer-menu-files-only.
1422         * dired.el (buffer-stale-function): Remove no longer needed defvar.
1424         * autorevert.el (auto-revert-handler): Print revert message
1425         before, rather than after, reverting.
1426         (buffer-stale-function): Move to files.el.
1428         * files.el (buffer-stale-function): Move here from autorevert.el.
1430 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
1434         * calc/calc.el (calc-mode-map): Use mapc.
1436         * apropos.el (apropos-mode): Don't autoload.
1437         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
1438         (apropos): Use it.
1439         (apropos-print): Add optional `text' argument.
1440         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
1441         Don't assume point-min == 1.
1443         * bs.el (bs-buffer-list): Use buffer-local-value.
1444         (bs--set-toggle-to-show): Use with-current-buffer.
1446         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
1447         New funs.
1448         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
1450         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
1452         * dabbrev.el (dabbrev-expand): Fix regexp construction.
1453         (dabbrev--find-expansion): Use pop.
1454         (dabbrev--search): Use match-string-no-properties.
1456         * dired.el (dired-mode): Use run-mode-hooks.
1457         (dired-move-to-end-of-filename): Use match-string.
1459         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
1460         is bound before using it.
1461         (ediff-verbose-p): Make it into a var since it's not constant.
1463         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
1465         * faces.el (read-face-font): Don't cons up unnecessarily.
1466         (header-line, tool-bar): Share common parts.
1468         * files.el (file-relative-name): Use compare-strings.
1470         * finder.el (finder-mode): Follow coding convention.
1472         * subr.el (read-number): New function.
1474         * ses.el (ses-read-number): Move to subr.el.
1475         (ses-set-header-row): Use read-number.
1477 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
1479         * vc-hooks.el (vc-arg-list): New function, which handles both
1480         compiled and uncompiled code.
1481         (vc-default-workfile-unchanged-p): Use it.
1483         * vc.el (vc-print-log): Undo prev change, use new function
1484         vc-arg-list from vc-hooks.el.
1486 2004-03-26  Masatake YAMATO  <jet@gyve.org>
1488         * simple.el (completion-setup-function): Emphasize the
1489         first uncommon characters in the completions; and de-emphasize
1490         the common prefix substrings.
1491         (completion-emphasis): New face.
1492         (completion-de-emphasis): New face.
1494 2004-03-25  Juanma Barranquero  <lektu@terra.es>
1496         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
1497         Comment out (it's unused and unfinished code).
1499 2004-03-25  Sam Steingold  <sds@gnu.org>
1501         * vc.el (vc-print-log): Fix a bug in the last patch:
1502         backend-function may be a byte-compiled object, not a lambda.
1504 2004-03-25  Juri Linkov  <juri@jurta.org>
1506         * descr-text.el (describe-property-list): Add a button
1507         for `face' property that calls `describe-face'.
1508         Suggested by luis fernandes <elf@ee.ryerson.ca>
1510         * international/mule.el (keyboard-coding-system):
1511         * kmacro.el (kmacro-call-macro): Fix docstring.
1513         * dired.el: Fix comments.
1515         * textmodes/fill.el (fill): Fix Info link.
1517         * font-lock.el (fast-lock, lazy-lock):
1518         * jit-lock.el (jit-lock): Remove links to removed Support Modes
1519         Info node.
1521         * eshell/eshell.el (eshell): Fix broken info-link.
1523         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
1524         * eshell/em-banner.el (eshell-banner):
1525         * eshell/em-smart.el (eshell-smart):
1526         * eshell/esh-cmd.el (eshell-cmd):
1527         Comment out broken info-links to incomplete Info manual.
1529         * info-xref.el: Fix commentary.
1531 2004-03-25  Kevin Ryde  <user42@zip.com.au>
1533         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
1534         Remove spurious node duplicate suppression, doesn't work, not wanted.
1535         (info-xref-output): Take format style args, add "sit-for 0" to let
1536         user see the results as they progress.
1537         (info-xref-check-all-custom): New function.
1539 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
1541         * gdb-ui.el: Moved to progmodes.
1543 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1545         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
1547 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1549         * calendar/appt.el (appt-check): Remove superfluous progn.
1550         When finished with diary buffer: if it was not being displayed
1551         before, kill it; otherwise restore its original state.
1552         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
1554         * calendar/calendar.el (calendar-set-mode-line): Use total
1555         available mode-line width, rather than frame-width.
1557         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
1558         after mode change so effect not lost.
1560 2004-03-23  Dave Love  <fx@gnu.org>
1562         * dired.el (dired) <defgroup>: Add link to manual.
1563         (dired-font-lock-keywords): Add highlighting on unusual permissions.
1564         (dired-revert): Use dolist.
1565         (dired-mode-map): Add U binding.
1566         (dired-mode): Add font-lock-beginning-of-syntax-function.
1567         (dired-garbage-files-regexp): Make it a defcustom.
1569 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1571         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
1572         is equivalent to nil.
1573         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
1574         (vc-arch-mode-line-string): Accept `added' state.
1575         (vc-arch-state): Use inode-sigs if available.
1576         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
1577         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
1578         (vc-arch-tagline-re): New var.
1579         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
1580         New functions.
1581         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
1582         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
1584         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
1585         (vc-file-not-found-hook): Use it.
1587         * diff-mode.el (diff-default-read-only): Change default.
1588         (diff-mode-hook): Make it a defcustom.  Add some options.
1589         (diff-mode-map): Bind diff-refine-hook.
1590         (diff-yank-handler): New var.
1591         (diff-yank-function): New fun.
1592         (diff-font-lock-keywords): Use them.
1593         (diff-end-of-file): Handle case where file-header looks like diff text.
1594         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
1595         (diff-file-kill): Delete a subsequent empty line, if applicable.
1596         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
1597         (diff-find-file-name): Use it.
1598         (diff-tell-file-name): New command.
1599         (diff-mode): Be careful with view-mode.
1600         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
1601         New functions, for use in diff-mode-hook.
1602         (diff-find-source-location): Catch "regex too large" errors.
1603         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
1604         (diff-refine-hunk): New command.
1606         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
1607         (smerge-context-menu-map): Remove unused var.
1608         (smerge-keep-all): Preserve markers.
1609         (smerge-keep-n): New fun.
1610         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1611         (smerge-keep-current, smerge-ediff): Use it.
1612         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
1613         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
1614         (smerge-resolve): Resolve trivial 3-part conflicts.
1616 2004-03-23  Juri Linkov  <juri@jurta.org>
1618         * man.el (Man-width): New var.
1619         (Man-getpage-in-background): Use it.
1620         (Man-support-local-filenames): New var and fun.
1621         (Man-build-man-command): Don't add a second %s.
1622         (Man-fontify-manpage): Clean up message.
1623         (Man-mode): Set outline-regexp, outline-level,
1624         imenu-generic-expression.
1626         * woman.el (woman-fill-frame): Doc fix.
1627         (woman-decode-region): Use window-width instead of frame-width.
1629         * abbrevlist.el (list-one-abbrev-table):
1630         * descr-text.el (describe-char):
1631         * international/mule-diag.el (describe-current-coding-system):
1632         * international/quail.el (quail-insert-decode-map):
1633         Use window-width instead of frame-width.
1635         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
1636         (jka-compr-mode-alist-additions): Add tbz.
1637         (jka-compr-write-region, jka-compr-insert-file-contents):
1638         Add message for undefined compress-program.
1639         (jka-compr-write-region): Remove redundant var bindings.
1641         * dired-x.el (dired-guess-shell-alist-default): Add choices for
1642         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
1643         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
1644         (dired-man): Use dired-guess-shell-command.
1645         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
1646         Change default nil to t.
1648         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
1649         (dired-compare-directories): Add default value for empty input.
1651         * help-at-pt.el: Move suggestions for key bindings to Commentary.
1653         * time.el (display-time-string-forms): Fix help-echo date format.
1655 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
1657         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
1658         (buffer-stale-function): New variable.
1659         (auto-revert-list-diff, auto-revert-dired-file-list)
1660         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
1661         (auto-revert-handler): Take over some functionality of deleted
1662         functions.
1663         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
1665         * dired.el (dired-directory-changed-p): New fun, extracted from
1666         dired-internal-noselect.
1667         (dired-buffer-stale-p): New fun.
1668         (dired-internal-noselect): Use dired-directory-changed-p.
1669         Eliminate revert messages.
1670         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
1672 2004-03-23  Kenichi Handa  <handa@m17n.org>
1674         * international/characters.el: Setup syntaxes for more parentheses
1675         Unicode characters.
1677         * international/mule-cmds.el (select-safe-coding-system):
1678         Merge coding-system and auto-cs before comparing them.
1680 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
1684         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1685         normal-auto-fill-function and comment-indent-function.
1686         The default values now work just as well.
1687         Don't set font-lock-beginning-of-syntax-function since we already set
1688         syntax-begin-function.
1689         (lisp-outline-level): Put ;;;###autoload at same level as (.
1690         (prin1-char): Quote special chars.
1692         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
1693         than with-no-warnings.
1695         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
1696         if the source location can't be found.
1697         (edebug-compute-previous-result): Use prin1-char.
1699         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
1700         (debug-ignored-errors): Add an entry.
1702         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
1703         (byte-compile-file): Output warning when deleting a file.
1705         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
1706         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
1708         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
1709         (byte-compile-inline-expand): Use backquote.
1710         (byte-optimize-pure-func): Rename from byte-optimize-concat.
1711         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
1713         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
1715         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
1717 2004-03-22  Juri Linkov  <juri@jurta.org>
1719         * finder.el (finder-known-keywords): Fix data, tex, unix.
1721         * play/landmark.el: Fix keywords.
1723         * language/ethio-util.el (ethio-find-file): Doc fix.
1725         * emacs-lisp/warnings.el: Doc fix.
1727         * textmodes/ispell.el (ispell-help): Doc fix.
1729 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
1731         * format.el (format-insert-file): Always return a list of two
1732         elements, like insert-file-contents does.
1734 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
1736         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
1737         and vc-BACKEND-diff.
1738         (vc-print-log): If the print-log implementation supports it, use
1739         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
1740         (vc-version-diff, vc-diff-internal): Doc fixes.
1742         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
1743         implementation supports it, let diff output go to *vc*,
1744         not *vc-diff*, since this is an internal call.
1746         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
1748         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
1750         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
1752 2004-03-21  Dave Love  <fx@gnu.org>
1754         * progmodes/cfengine.el (cfengine-mode):
1755         Set parse-sexp-ignore-comments.
1757         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
1759 2004-03-21  Juanma Barranquero  <lektu@terra.es>
1761         * allout.el (allout-mode): Fix docstring.
1763 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
1765         * files.el (insert-directory): Fix bug if SWITCHES is a list.
1767         * autorevert.el (auto-revert-interval): Make new value take
1768         effect immediately when set through Custom.
1769         (auto-revert-set-timer): Add interactive declaration.
1771 2004-03-19  David Ponce  <david@dponce.com>
1773         * ruler-mode.el (ruler-mode-header-line-format-old):
1774         Don't `make-variable-buffer-local'.
1775         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
1776         (ruler-mode-header-line-format): Simply funcall the above.
1777         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
1778         to save/restore a previous header line format.
1779         (ruler-mode-space): Don't depend on a numeric WIDTH value.
1780         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
1781         fringes and margins width.
1782         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
1784 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * log-edit.el (log-edit-font-lock-keywords): Typo.
1788         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
1789         (tex-send-tex-command): Rather than here.
1790         (tex-compilation-parse-errors): Simplify.
1792         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
1794         * time.el (display-time-string-forms): Add help-echo with date on time.
1796         * composite.el (compose-region): Use restore-buffer-modified-p.
1798         * disp-table.el (standard-display-8bit): Simplify.
1800         * server.el (server-process-filter): Delete temp frame.
1802         * add-log.el (add-change-log-entry): Simplify.
1804 2004-03-19  Kim F. Storm  <storm@cua.dk>
1806         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
1807         (hexl-follow-line): Don't require 'fringe.
1809         * progmodes/compile.el (compilation-start): Always set
1810         compilation-last-buffer and return it.
1812 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
1814         * simple.el (clone-buffer): Doc fix.
1816 2004-03-18  Juanma Barranquero  <lektu@terra.es>
1818         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
1820 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * log-edit.el (log-edit-font-lock-keywords): New var.
1823         (log-edit-mode): Use it.
1825 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
1827         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
1828         properly for watching in speedbar.
1830 2004-03-17  Masatake YAMATO  <jet@gyve.org>
1832         * smerge-mode.el (smerge-popup-context-menu):
1833         Put `unwind-protect' around `overlay-put' and `popup-menu'.
1835 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
1838         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
1839         Take sealed revisions into account.
1840         (vc-arch-checkin): Extract a summary line from the message.
1842 2004-03-16  Masatake YAMATO  <jet@gyve.org>
1844         * register.el (register): Provide `register' feature.
1846 2004-03-15  Masatake YAMATO  <jet@gyve.org>
1848         Added context menu support in smerge mode.
1849         Most of the part is written by Stefan Monnier.
1851         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
1852         New keymap and menu.
1853         (smerge-text-properties): New function.
1854         (smerge-remove-props): New function.
1855         (smerge-popup-context-menu): New function.
1856         (smerge-resolve): Call `smerge-remove-props'.
1857         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
1858         (smerge-keep-current): Ditto.
1859         (smerge-kill-current): New function.
1860         (smerge-match-conflict): Put text properties.
1861         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
1863 2004-03-15  David Ponce  <david@dponce.com>
1865         * ruler-mode.el: (ruler-mode-left-fringe-cols)
1866         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
1867         (ruler-mode-right-scroll-bar-cols): Remove.
1868         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
1869         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
1870         Use fringe-columns and scroll-bar-columns.
1872 2004-03-15  Masatake YAMATO  <jet@gyve.org>
1874         * hl-line.el (hl-line-range-function): New variable.
1875         (hl-line-move): New function.
1876         (global-hl-line-highlight): Use `hl-line-move'.
1877         (hl-line-highlight): Ditto.
1879         * scroll-bar.el (scroll-bar-columns):
1880         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
1882         * ruler-mode.el (top-level): Require scroll-bar and fringe.
1883         (ruler-mode-left-fringe-cols)
1884         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
1885         (ruler-mode-right-scroll-bar-cols)
1886         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
1887         (ruler-mode-ruler-function): New variable.
1888         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
1889         if the value for `ruler-mode-ruler-function'is given.
1891         * hexl.el (hexl-mode-hook): Make the hook customizable.
1892         (hexl-address-area, hexl-ascii-area): New customize variables.
1893         (hexlify-buffer): Put font-lock-faces on the address area and
1894         the ascii area.
1895         (hexl-activate-ruler): New function.
1896         (hexl-follow-line): New function.
1897         (hexl-highlight-line-range): New function.
1898         (hexl-mode-ruler): New function.
1900 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
1903         (vc-default-find-file-hook): New fun.
1904         (vc-find-file-hook): Call new find-file-hook operation.
1906         * vc-arch.el: New file.
1908 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
1910         * info-look.el (info-lookup): Reuse an existing Info window.
1912 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1914         * woman.el (woman-preserve-ascii): Default value changed to t and
1915         doc string revised.
1917 2004-03-12  Richard M. Stallman  <rms@gnu.org>
1919         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1920         Fix minor bug.
1922         * replace.el (occur-engine): Change message for count of matches.
1924         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1925         For strings, do compare text properties.
1927 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
1929         * progmodes/compile.el (compile-auto-highlight)
1930         (compilation-error-list, compilation-old-error-list)
1931         (compilation-parse-errors-function, compilation-parsing-end)
1932         (compilation-error-message, compilation-directory-stack)
1933         (compilation-enter-directory-regexp-alist)
1934         (compilation-leave-directory-regexp-alist)
1935         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
1936         (compilation-current-file, compilation-regexps): Remove vars.
1938         (compile-error-at-point, compilation-error-filedata)
1939         (compilation-error-filedata-file-name, compile-reinitialize-errors)
1940         (compilation-next-error-locus, compilation-forget-errors)
1941         (count-regexp-groupings, compilation-parse-errors)
1942         (compile-collect-regexps, compile-buffer-substring): Remove funs.
1944         (compile-internal): Make obsolete.
1946         (compilation-first-column, compilation-error)
1947         (compilation-directory-matcher, compilation-page-delimiter)
1948         (compilation-mode-font-lock-keywords, compilation-debug)
1949         (compilation-error-face, compilation-warning-face)
1950         (compilation-info-face, compilation-line-face)
1951         (compilation-column-face, compilation-enter-directory-face)
1952         (compilation-leave-directory-face, compilation-skip-threshold)
1953         (compilation-skip-visited, compilation-context-lines): New vars.
1955         (compilation-warning-face, compilation-info-face)
1956         (compilation-message-face): New faces.
1958         (compilation-error-regexp-alist-alist): New constant.
1960         (compilation-face, compilation-directory-properties)
1961         (compilation-assq, compilation-error-properties, compilation-start)
1962         (define-compilation-mode, compilation-loop)
1963         (compilation-set-window): New functions.
1965         (compile): Additional argument for interactive compiles like TeX.
1967         * progmodes/grep.el (kill-grep): Move here from compile.el
1968         (grep-error, grep-hit-face, grep-error-face)
1969         (grep-mode-font-lock-keywords): New variables.
1970         (grep-regexp-alist): Simplify regexp and add `binary' case.
1971         (grep-mode): New mode.
1972         (grep-process-setup): Simplify.
1974 2004-03-11  Jason Rumney  <jasonr@gnu.org>
1976         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
1977         letters on DOS/Windows.
1979 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * server.el (server-name): New var.
1982         (server-socket-dir): New var to replace server-socket-name.
1983         (server-start): Use them.
1985 2004-03-11  Simon Josefsson  <jas@extundo.com>
1987         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
1988         died to avoid infloop.  Reported by Jonathan Glauner
1989         <jglauner@sbum.org>.
1991 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
1994         (smerge-mode-menu): Use it to deactivate menu entries.
1995         (smerge-keep-current): New fun.
1996         (smerge-keep-current): Use it.
1998 2004-03-10  John Paul Wallington  <jpw@gnu.org>
2000         * foldout.el (foldout-fold-list, foldout-modeline-string):
2001         Declare them as variables, not constants.
2003 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2005         * ps-print.el: Modification to print *Messages* buffer.
2006         (ps-print-version): New version 6.6.4.
2007         (ps-message-log-max): New fun.
2008         (ps-spool-without-faces, ps-spool-with-faces)
2009         (ps-count-lines-preprint): Code fix.
2011         * printing.el: New tips in Tips section.
2013 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2015         * delim-col.el: Doc fix.
2017         * printing.el: Doc fix.  New doc section (Tips).
2019 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * type-break.el (type-break-emacs-variant): Remove.
2022         (type-break-run-at-time, type-break-cancel-function-timers):
2023         Use fboundp rather than version name and number.
2025 2004-03-09  Masatake YAMATO  <jet@gyve.org>
2027         * hexl.el (hexl-mode): Use `make-local-variable' instead of
2028         `make-variable-buffer-local'.
2030 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2032         * find-dired.el (find-dired): Call `shell-command' instead of
2033         `start-process-shell-command'.  By this, Tramp takes over
2034         handling of remote directories.
2036 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * newcomment.el (comment-use-global-state): New var.
2039         (comment-search-forward): Use it.
2041         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2043         * cus-edit.el (fill) <defgroup>: Move to fill.el.
2045         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2046         (enable-kinsoku): Make it a defcustom.
2047         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2048         paragraph to same-comment-start-marker.
2050 2004-03-07  Dave Love  <fx@gnu.org>
2052         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2053         (browse-url-mail): Use it.
2055         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2056         (rfc2368-unhexify-string): Use replace-regexp-in-string.
2058 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2060         * woman.el (woman-man.conf-path): Doc fix.
2061         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2063 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
2065         * sort.el (sort-columns): Remove ms-dos from the list of systems
2066         where the external `sort' command is not used.
2068 2004-03-07  Kim F. Storm  <storm@cua.dk>
2070         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2071         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2072         from overlay-arrow-variable-list.
2073         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2075 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
2077         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2078         overlay arrow string properly for the assembler buffer.
2080 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * mail/sendmail.el (mail-mode): Fix last change.
2084 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
2086         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2087         for the assembler buffer.
2088         (gdb-assembler-custom): Position the overlay arrow.
2089         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2091 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2095         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2096         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2098         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2100         * newcomment.el (uncomment-region): Allow non-terminated comment.
2101         (comment-normalize-vars): Check the user-specified comstart marker.
2103 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2105         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2106         Otherwise, do use it if the region only contains font-lock text
2107         properties.
2109 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2111         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2112         as the callback function for eldoc.
2113         (hexl-print-current-point-info): New function.
2114         (hexl-current-address): Print the address in both decimal
2115         and hexadecimal format.
2117 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2119         * mail/rmail.el (rmail-convert-to-babyl-format):
2120         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2122         * mail/mail-utils.el (mail-unquote-printable-region):
2123         New arg UNIBYTE.
2125         * startup.el (command-switch-alist): Doc fix.
2127         * simple.el (undo): Temporarily set this-command to `undo-start',
2128         then set it to `undo' once undo-start returns without error.
2130         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2132         * simple.el (kill-line): Don't disregard trailing whitespace
2133         in eol condition, if show-trailing-whitespace is set.
2135         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2136         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2137         When disabling, restore old values only if mouse-sel-has-been-enabled.
2139         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2140         (isearch-{-char): New function.
2141         (isearch-mode-map): Bind { to isearch-{-char.
2143         * font-lock.el (lisp-font-lock-keywords-2):
2144         Turn off the CL with-... and do-... general patterns.
2145         Instead, recognize several specific with... and do... constructs.
2147         * files.el (switch-to-buffer-other-window):
2148         Bind same-window-buffer-names and same-window-regexps to nil.
2149         (switch-to-buffer-other-frame): Likewise.
2151 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2153         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2154         recognizing leading comment on code line.
2156 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2158         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2159         hidden files/directories.
2161 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2164         only comment-start (in case the mode hasn't set it).
2166         * Makefile.in (AUTOGENEL): New var.
2167         (bootstrap-prepare): Rename from bootstrap-clean.
2168         Don't remove elc files.
2169         (maintainer-clean): New target.
2171         * xml.el (xml-get-attribute-or-nil): Simplify.
2173 2004-03-02  Juri Linkov  <juri@jurta.org>
2175         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2176         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2177         URL to prevent their substitution with the environment variable
2178         values by browsers.
2180 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2182         * ps-print.el: Doc fix.
2183         (ps-print-version): New version number (6.6.3).
2184         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2185         Docstring fix.
2186         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2187         before printing.
2188         (ps-time-stamp-yyyy-mm-dd): New fun.
2189         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2191 2004-03-02  Kim F. Storm  <storm@cua.dk>
2193         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2195 2004-03-01  Juanma Barranquero  <lektu@terra.es>
2197         * allout.el (allout-rebullet-heading): Fix typo in docstring.
2199         * desktop.el (desktop-file-version)
2200         (desktop-after-read-hook): Fix typos.
2201         (desktop-clear-preserve-buffers): Remove redundant info in
2202         docstring already shown by the obsolescence message.
2203         (desktop-truncate, desktop-internal-v2s)
2204         (desktop-value-to-string): Change argument name to match docstring.
2206         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2208         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2209         docstring.
2211 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2213         * printing.el: Replace "As Is..." in PostScript file print/preview by
2214         "No Preprocessing...".  Suggested by Colin Marquardt
2215         <_marquardt_@zmd.de>.
2216         (pr-insert-section-4): Adjust buffer interface.
2218 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2220         Version 2.0.39 of Tramp released.
2222         * net/tramp.el (tramp-handle-file-local-copy)
2223         (tramp-handle-write-region, tramp-open-connection-rsh):
2224         Variable name typo.  Small change.  From Patrick Tullmann
2225         <tullmann@flux.utah.edu>.
2226         (tramp-process-connection-type): New variable.
2227         (tramp-maybe-open-connection): Use it.
2228         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2229         (tramp-touch): Set last-modified time of a remote file.
2230         (tramp-handle-write-region): Say which function is used when encoding.
2232 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2234         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2235         case of non-existing filename, too.  Reported by Christoph Bauer
2236         <c_bauer@informatik.uni-kl.de>.
2237         (tramp-smb-get-file-entries): The directory in question should
2238         have permissions "drwxrwxrwx".  Just virtual, because we don't
2239         know the real permissions.  Don't we know?
2240         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2241         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2242         (tramp-smb-wait-for-output): Optimize algorithm getting pending
2243         output.  If it was received chunkwise, there have been problems.
2244         Remove the "prompt not found" error message; it is obvious.
2245         Simplify algorithm.
2246         (tramp-smb-process-running): Remove.  Since we acknowledge the
2247         virtual prompt for shares, there's no need for distinction of
2248         reading shares (process ends afterwards) and interactive mode of
2249         smblient.
2250         (tramp-smb-open-connection): Setting process sentinel removed.
2251         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2252         "NT_STATUS_NETWORK_ACCESS_DENIED".
2253         (tramp-smb-maybe-open-connection): Set `process-connection-type'
2254         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2255         (top-level): Setting default value in `tramp-default-method-alist'
2256         corrected.  Order of USER and HOST have been wrong.
2257         Nobody complained for months ...
2258         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2259         (tramp-smb-open-connection): Clear password cache if login has failed.
2261         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
2262         `tramp-unified-filenames'.
2263         (tramp-completion-mode): Make test for XEmacs explicitely.
2264         `event-to-character' can exists in Emacs packages too.
2265         Reported by Matt Swift <swift@alum.mit.edu>.
2266         (tramp-buffer-name): Buffer name must contain the user if exists.
2267         Reported by Adrian Phillips <a.phillips@met.no>.
2268         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2269         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2270         (tramp-do-copy-or-rename-file-out-of-band): Rename from
2271         `tramp-do-copy-or-rename-file-one-local', because it handles also
2272         the case both files use the same out-of-band method.
2273         Implementation added.
2274         (tramp-handle-file-local-copy, tramp-handle-write-region):
2275         Out-of-band handling removed.  `copy-file' called instead, which
2276         calls `tramp-do-copy-or-rename-file-out-of-band'.
2277         (tramp-action-password): Check for out-of-band method removed.
2278         This function is used for 'login-program.
2279         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2280         appropriate.
2281         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2282         and `tramp-parse-sknownhosts'.
2283         (tramp-completion-function-alist): It's a defvar now, because we
2284         want to apply the optimized `tramp-set-completion-function'
2285         instead of a static list.
2286         (tramp-set-completion-function): Implementation tuned.
2287         Avoid double entries, and entries where the function or the
2288         file/directory doesn't exist.
2289         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2290         for SSH2.
2291         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2292         (tramp-handle-dired-compress-file): New function.
2293         (tramp-async-proc): New variable.
2294         (tramp-handle-shell-command): Adding asynchronous processes.
2295         They are far from being perfect, but it works at least for
2296         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2297         (top-level): Require password.el if visible.  Should be mandatory
2298         once No Gnus has found its way into (X)Emacs.
2299         (tramp-read-passwd): Invoke `password-read' if available,
2300         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
2301         fallback any longer.
2302         (tramp-clear-passwd): New function.
2303         (tramp-process-actions, tramp-process-multi-actions):
2304         Clear password cache if login has failed.
2306         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
2307         its own module.
2308         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2309         `ange-ftp-ftp-name-res'.  There could be incorrect values from
2310         previous calls in case the "ftp" method is used in the Tramp file
2311         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2313 2004-02-28  Richard M. Stallman  <rms@gnu.org>
2315         * term.el (term-mouse-paste): Call mouse-set-point.
2317         * thumbs.el: New file.
2319 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2321         * progmodes/ebnf-abn.el: Doc fix.
2323         * progmodes/ebnf-bnf.el: Doc fix.
2324         (ebnf-repeat): Code fix.
2326         * progmodes/ebnf2ps.el: Doc fix.
2327         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
2329 2004-02-28  Juri Linkov  <juri@jurta.org>
2331         * ffap.el (dired-at-point): Additional writability test for
2332         relative directory names.
2333         (dired-at-point-prompter): Treat directories as a directory, get
2334         the directory component from files.
2335         (ffap-string-at-point): Return string from region if region is active.
2336         (ffap-file-at-point): Remove redundant code.
2338 2004-02-28  Kim F. Storm  <storm@cua.dk>
2340         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
2341         Initialize margin area images to nil.
2342         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
2343         (breakpoint-enabled-bitmap-face)
2344         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
2345         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
2346         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
2347         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
2348         (gdb-reset): Use gdb-remove-breakpoint-icons.
2349         (gdb-put-string): Add dprop arg to specify alternative display
2350         property (for setting fringe bitmap).
2351         (gdb-remove-strings): Doc fix.
2352         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
2353         icon in fringe (if available), or else as icon or text in display
2354         margin.  Creates necessary icons in breakpoint-bitmap,
2355         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
2356         Also make left window margin if required.
2357         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
2358         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
2359         no longer needed.
2360         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
2361         gdb-put-breakpoint-icon.
2362         (gdb-assembler-mode): Don't set left-margin-width here.
2364 2004-02-27  Kevin Ryde  <user42@zip.com.au>
2366         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
2367         comma, so that it DTRT in macros.
2369 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2371         * progmodes/sh-script.el (sh-shell-arg)
2372         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
2373         (sh-leading-keywords, sh-other-keywords): Fix custom type.
2375 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
2377         * faces.el (face-spec-set-match-display): Add a new attribute,
2378         `min-colors'.
2379         (region, highlight, secondary-selection): Use `min-colors'.
2381         * custom.el (defface): Add documentation for `min-colors'.
2383         * font-lock.el (font-lock-comment-face, font-lock-string-face)
2384         (font-lock-keyword-face, font-lock-function-name-face)
2385         (font-lock-variable-name-face, font-lock-constant-face):
2386         Use `min-colors'.
2388         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
2390 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2392         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
2393         define assq-delete-all if it's not defined.
2394         (ebnf-generate-region): Code fix.
2396         * printing.el: Doc fix.
2397         (pr-version): New version number (6.7.2).
2398         (pr-command): Return empty string if command is an empty string.
2400 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2402         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
2404         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
2405         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
2406         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
2407         "tt" ["test"] ).  Reported by Markus Dreyer
2408         <mdreyer@ix.urz.uni-heidelberg.de>.
2409         (ebnf-version): New version number (4.0).
2410         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
2411         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
2412         (ebnf-delete-style): New commands.
2413         (ebnf-directory, ebnf-file): New funs.
2414         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
2415         (ebnf-production-name-p, ebnf-stop-on-error): New options.
2416         (ebnf-syntax-alist): New var.
2417         (ebnf-element-width): New fun replacing ebnf-list-width.
2418         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
2419         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
2420         (ebnf-prologue): Adjust vars.
2421         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
2422         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
2423         (ebnf-check-style-values, ebnf-generate-production)
2424         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
2425         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
2426         (ebnf-token-repeat): Code fix.
2428         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
2429         %right, %left and %prec.  Suggested by Matthew K. Junker
2430         <junker@alum.mit.edu>.
2431         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
2433         * progmodes/ebnf-iso.el: Doc fix.
2434         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
2435         (ebnf-iso-lex): Code fix.
2437         * progmodes/ebnf-bnf.el: Doc fix.
2438         (ebnf-bnf-lex): Code fix.
2440         * progmodes/ebnf-otz.el: Doc fix.
2442 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
2444         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
2445         (abbrev-prefix-mark): Doc fix.
2447 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
2449         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
2450         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
2451         (gdb-var-delete): Make interactive (really).
2452         (gdb-edit-value): Make non-interactive.
2454         * progmodes/gud.el (gud-speedbar-menu-items):
2455         Add gdb-var-delete and, indirectly, gdb-edit-value.
2456         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
2457         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
2458         (gud-gdb-marker-filter): Add comment for annotations.
2460 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2462         * calendar/calendar.el (generate-calendar)
2463         (calendar-read-date): Prevent display of BC calendars once more -
2464         reverts 2003-10-01 change.
2465         (generate-calendar-month): Doc fix.
2467 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2469         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
2470         return value of increment-calendar-month.
2472 2004-02-21  Stephen Compall  <s11@member.fsf.org>
2474         * saveplace.el (save-place-forget-unreadable-files)
2475         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
2476         (save-place-forget-unreadable-files): New function.
2477         (save-place-alist-to-file): Use it to filter out files that are
2478         no longer readable.
2480         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
2481         current Texinfo environment, using the same method as in
2482         `texinfo-insert-@end', and insert a space rather than a newline if
2483         point in a @table environment.
2485 2004-02-21  Juri Linkov  <juri@jurta.org>
2487         * ffap.el (ffap-file-at-point): Try parent directories.
2489 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
2491         * vcursor.el (vcursor-modifiers): New defcustom.
2492         (vcursor-cs-binding): Use vcursor-modifiers instead of a
2493         hard-coded list.
2495 2004-02-21  Masatake YAMATO  <jet@gyve.org>
2497         * play/animate.el (animate-birthday-present): Accept names other
2498         than `Sarah', too.
2500 2004-02-21  Juri Linkov  <juri@jurta.org>
2502         * startup.el: Remove table of command line arguments from the
2503         Commentary section.
2505 2004-02-20  John Wiegley  <johnw@newartisans.com>
2507         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
2508         again" modifier from 'e' to 'E', since 'e' is also used by the
2509         "file extension" modifier.
2511 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
2513         * help-fns.el (describe-categories): Doc fix.
2515 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2517         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
2518         temporary file for buffer already visiting one.  This change makes
2519         output likely to be directly usable by patch program.
2520         Suggested by Adrian Aichner  <adrian@xemacs.org>
2522 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
2524         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
2525         case of variables defined in compound statements.
2526         (gdb-setup-windows, gdb-source-info, gdb-source-info):
2527         Simplify constructions using switch-to-buffer.
2529 2004-02-19  Simon Josefsson  <jas@extundo.com>
2531         * play/morse.el: Fix typo.
2532         (morse-code): Add @.
2534 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2536         * calendar/appt.el (appt-display-format): Change default to
2537         'ignore, for backwards compatibility.
2538         (appt-display-message): If appt-display-format is 'ignore,
2539         respect old vars appt-msg-window and appt-visible.
2540         (appt-activate): Don't depend on return value of cancel-timer.
2542         * calendar/calendar.el (calendar-holidays): Doc fix.
2544         * calendar/cal-coptic.el (coptic-prompt-for-date):
2545         Use assoc-string instead of assoc-ignore-case.
2546         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
2547         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
2548         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
2549         * calendar/cal-islam.el (calendar-goto-islamic-date)
2550         (mark-islamic-diary-entries): Ditto.
2551         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
2552         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
2553         (calendar-read-mayan-tzolkin-date): Ditto.
2554         * calendar/calendar.el (calendar-read-date): Ditto.
2555         * calendar/diary-lib.el (mark-diary-entries): Ditto.
2557 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2559         * progmodes/executable.el (executable-command-find-posix-p):
2560         Fix choice of the directory.
2562 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
2564         * simple.el (interprogram-cut-function)
2565         (interprogram-paste-function, kill-new, kill-append):
2566         Doc fixes.
2567         (kill-region): Make it return nil.  Doc fix.
2568         (yank-pop): Make its argument optional.
2569         (yank): Make ARG `-' equivalent to `-1'.
2571 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
2573         * mail/rmail.el (rmail-get-new-mail): Don't reference
2574         rmail-use-spam-filter if rmail-spam-filter is not loaded.
2576 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
2578         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
2579         if one of global-auto-revert-non-file-buffers or autorevert-mode
2580         is non-nil.
2582 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2584         * subr.el (delete-dups): A better implementation from Karl Heuer
2585         <kwzh@gnu.org>.
2587 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2589         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
2590         correct place.
2591         * progmodes/icon.el (icon-indent-command): Ditto.
2592         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
2594 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2596         * progmodes/grep.el (grep-compute-defaults): Undo change from
2597         2004-01-29: don't use executable-command-find-posix-p.
2599 2004-02-16  Richard Sharman  <rsharman@pobox.com>
2601         * hilit-chg.el: Use require instead of eval-and-compile.
2602         (highlight-compare-buffers): New function.
2604 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
2606         * man.el (Man-fontify-manpage): Render section headings in
2607         `Man-overstrike-face' even when overstrike was not used by man
2608         formatter for section headings.
2610 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
2612         * rmail-spam-filter.el: (vm-use-spam-filter)
2613         (rsf-min-region-length-added-to-spam-list): New variables.
2614         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
2615         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
2616         spam testing.  Don't delete spam message if automatic deletion
2617         after output via variable rmail-delete-after-output is turned on.
2618         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
2619         rsf-bbdb-dont-create-entries-for-spam.
2620         (check-field): New function, extracted from code in
2621         rmail-spam-filter to ease addition of header fields like content-type.
2622         (message-content-type): New variable to check the content-type:
2623         field added, also in defcustom of rsf-definitions-alist.
2624         (rmail-spam-filter): Replace repeated test code for header fields
2625         by calls to check-field; change the call to
2626         rmail-output-to-rmail-file such that rmail-current-message stays
2627         the same to avoid wrong deletion of unseen flags.
2628         (rsf-add-contents-type): New function to convert old format
2629         of rmail-spam-definitions-alist into new one.
2630         Change prefixes of all variables and functions from
2631         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
2633 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2635         * loadhist.el (unload-hook-features-list): New defvar.
2637 2004-02-16  Dave Love  <fx@gnu.org>
2639         * loadhist.el (unload-feature): Doc fix.  Rename flist to
2640         unload-hook-features-list.
2642 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
2644         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
2645         cookie.  Don't check if we are looking-at open-formula.
2647 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2649         * subr.el (match-string-no-properties): Use substring-no-properties.
2651 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2653         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
2654         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
2655         Use lower-case "rx" in all error message.
2657 2004-02-16  Dave Love  <fx@gnu.org>
2659         * emacs-lisp/rx.el (rx-or): Put group around result.
2660         (rx-constituents): Add backref.
2661         (rx-syntax): Add string-delimiter, comment-delimiter.
2662         (rx-categories): Add combining-diacritic.
2663         (rx-check-not, rx-greedy, rx): Doc fix.
2664         (rx-backref, rx-check-backref): New.
2666 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
2668         * newcomment.el (uncomment-region): Allow eob as comment end.
2670 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
2672         * filecache.el: All message and error commands now use prefix
2673         "Filecache:" to make it easy to read *Messages* buffer.
2675 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
2677         * autorevert.el: Add support to detect changed dired and VC buffers.
2678         (auto-revert-active-p, auto-revert-list-diff)
2679         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
2680         (auto-revert-handler, auto-revert-active-p): New functions.
2681         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
2682         and `auto-revert-active-p'.
2683         (eval-when-compile): Defvar dired-directory and vc-mode.
2684         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2685         (auto-revert-handler-vc): New functions.
2687 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
2689         * progmodes/compile.el (compilation-directory): New defvar.
2690         (compile): Save current directory in compilation-directory.
2691         (recompile): Bind default-directory to compilation-directory if
2692         that is non-nil.
2694 2004-02-16  Dave Love  <fx@gnu.org>
2696         * newcomment.el (comment-insert-comment-function)
2697         (comment-region-function, uncomment-region-function): New.
2698         (comment-indent): Use comment-insert-comment-function.
2699         (uncomment-region): Use uncomment-region-function.
2700         (comment-region): Use comment-region-function.
2702         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
2704 2004-02-16  Richard Stallman  <rms@gnu.org>
2706         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
2707         loaddefs* and ldefs-boot*.
2709 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2711         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
2712         and email address at the beginning and end of the address.
2714         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
2715         anchored at the beginning of the email address.
2717 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
2719         * international/ccl.el (ccl-compile-write): Pass `left' to
2720         ccl-embed-code to generate correct code of write-expr-register.
2722 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
2724         * progmodes/grep.el (grep-compute-defaults): Fix typos.
2726 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2728         * x-dnd.el: Mention support for Motif in commentary.
2729         (x-dnd-handle-drag-n-drop-event): Ditto.
2731 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
2733         * ses.el: Use "ses--" prefixes for buffer-local variables.
2734         Use (point-min) instead of 1, even when we know the buffer
2735         is unnarrowed.
2736         (ses-build-load-map): Delete.  Distribute its content to defconst's for
2737         the three maps.
2738         (ses-menu, ses-header-line-menu): New menus.
2739         (ses-mode-map): Use them.
2740         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
2742 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
2744         * Makefile.in: Fix the CC Mode recompile kludge so it works
2745         when building in a different directory.
2747 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
2749         * simple.el (kill-new): Put yank-handler property on the entire string.
2751 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * diff.el: Don't use compile any more, use diff-mode instead.
2754         (diff-regexp-alist, diff-old-file, diff-new-file)
2755         (diff-parse-differences, diff-process-setup): Remove.
2756         (diff-sentinel): New fun.
2757         (diff): Use it.  Run the process ourselves.
2758         Use diff-mode for the rest of the processing.
2760         * diff.el (diff): Simplify code handling `switch'.
2762 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2764         * pcvs-defs.el (cvs-menu): Add `tag'.
2766 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
2768         * simple.el (kill-append): Doc fix.
2770         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2771         Adapt outline-regexp to the new conventions for commenting out code.
2773 2004-02-11  John Paul Wallington  <jpw@gnu.org>
2775         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
2777 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * diff.el (diff-switches): New fun.
2780         (diff, diff-backup): Use it.
2781         (diff): Clean up the args construction.  Use backquote.
2782         Use listp instead of consp to avoid putting a nil arg.
2783         (diff): Add a revert-buffer function.
2785 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2787         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
2788         handled by x-dnd-handle-file-name.
2789         (x-dnd-known-types): Add COMPOUND_TEXT.
2790         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
2791         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
2792         x-dnd-empty-state.
2793         (x-dnd-forget-drop): Ditto.
2794         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
2795         (x-dnd-handle-one-url): Return private when inserting text.
2796         (x-dnd-insert-ctext): New function.
2797         (x-dnd-handle-file-name): New function for FILE_NAME.
2798         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
2799         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
2800         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
2802 2004-02-10  Kenichi Handa  <handa@m17n.org>
2804         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
2805         instead of while loop.
2807 2004-02-10  Miles Bader  <miles@gnu.org>
2809         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
2811 2004-02-09  Kenichi Handa  <handa@m17n.org>
2813         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
2814         have end-of-line.
2816 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
2818         * Makefile.in: Added extra dependencies in the recompile target
2819         needed to cope with the compile time macro expansions in CC Mode.
2821 2004-02-09  Kim F. Storm  <storm@cua.dk>
2823         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
2824         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
2825         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
2826         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
2827         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
2828         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
2829         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
2830         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
2831         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
2832         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
2833         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
2835 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
2838         Don't allow shrink if there's a window on our right.
2840         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
2841         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
2842         Bring together declaration and initialization.
2843         (prolog-mode-variables): Don't set the syntax table.
2844         Don't set paragraph-start and comment-indent-function.
2845         Add /*..*/ to the comment regexps.
2846         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
2847         (prolog-mode-map): Don't bind TAB.
2848         (prolog-mode): Set the syntax table.
2849         (prolog-comment-indent): Remove.
2850         (inferior-prolog-mode-map): Initialize in the declaration.
2851         (inferior-prolog-mode-syntax-table)
2852         (inferior-prolog-mode-abbrev-table): New vars.
2853         (inferior-prolog-mode): Derive from comint-mode.
2854         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
2855         minibuffer windows.
2857         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
2858         in file names, as long as it is unabmiguous.
2860 2004-02-08  Andreas Schwab  <schwab@suse.de>
2862         * textmodes/reftex-toc.el
2863         (reftex-toc-load-all-files-for-promotion): Remove useless use of
2864         format.  Doc fix.
2866         * textmodes/refer.el (refer-find-entry-internal): Remove extra
2867         format string arguments.
2869         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
2870         string argument.
2872         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
2874         * play/zone.el (zone-call): Fix format string.
2876         * net/webjump.el (webjump-builtin): Add missing format string argument.
2878         * midnight.el (midnight-delay-set): Remove extra format string argument.
2880         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
2882         * hexl.el (hexl-insert-char): Add missing format string argument.
2884         * format.el (format-decode): Fix format string.
2886         * emulation/vi.el (vi-mode): Remove extra format string argument.
2887         (vi-repeat-last-search): Likewise.
2888         (vi-reverse-last-search): Likewise.
2889         (vi-goto-mark): Likewise.
2890         (vi-reverse-last-find-char): Likewise.
2891         (vi-repeat-last-find-char): Likewise.
2892         (vi-locate-def): Likewise.
2894         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
2896         * ediff-util.el (ediff-toggle-read-only): Remove extra format
2897         string argument.
2898         (ediff-toggle-regexp-match): Likewise.
2900         * dired-aux.el (dired-do-query-replace-regexp): Add missing
2901         format string argument.
2903         * calc/calc-map.el (calc-get-operator): Remove extra format
2904         string argument.
2906         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
2908         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
2909         string argument.
2911         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
2913         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
2915         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
2917         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
2918         (cl-struct-setf-expander): Likewise.
2920         * vc.el (with-vc-file): Fix unsafe uses of error.
2921         (vc-cancel-version): Likewise.
2923 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
2925         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
2926         thousands separator; fixes <class>:<line-number> regexp for
2927         non-english locales.
2929 2004-02-08  Andreas Schwab  <schwab@suse.de>
2931         * view.el (view-mode-enable): Revert previous change.
2933 2004-02-07  Kim F. Storm  <storm@cua.dk>
2935         * simple.el (line-number-at-pos): Rename from line-at-pos.
2936         Uses changed (what-line and vc-annotate-warp-version).
2938 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
2941         (diff-mode): Remove aborted attempt at support for compile.el.
2942         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
2944 2004-02-06  Andreas Schwab  <schwab@suse.de>
2946         * view.el (view-mode-enable): Add view-mode-map to
2947         minor-mode-overriding-map-alist.
2949 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2951         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
2953 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2955         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
2956         with point inside rather than after the paragraph.
2958 2004-02-04  Sam Steingold  <sds@gnu.org>
2960         * mail/smtpmail.el (smtpmail-try-auth-methods):
2961         Do not try authentication when no mechanism is available.
2962         Pass port-name as defaultport to `netrc-machine'.
2964 2004-02-04  Stephen Eglen  <stephen@gnu.org>
2966         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
2967         to show how minibuffer height can be constrained.
2969 2004-02-04  John Paul Wallington  <jpw@gnu.org>
2971         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
2973 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2975         * x-dnd.el: New file for drag and drop.
2977         * term/x-win.el: require x-dnd, set after-make-frame-functions
2978         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
2979         drag-n-drop event.
2981         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
2982         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
2983         (dired-dnd-handle-file): New functions for drag and drop support.
2984         (dired-mode): Initialize drag and drop if x-dnd present.
2986 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
2989         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
2990         (cperl-mode): Set fill-paragraph-function.
2991         (cperl-fill-paragraph): Make it non-interactive.
2993 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
2995         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
2997 2004-02-02  David Kastrup  <dak@gnu.org>
2999         * replace.el (perform-replace): Allow 'literal argument in
3000         regexp-flag to indicate literal replacement.
3001         (query-replace-regexp-eval): Use it.
3003 2004-02-01  Andreas Schwab  <schwab@suse.de>
3005         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3007 2004-02-01  Stephen Eglen  <stephen@gnu.org>
3009         * info-look.el: Add support for maxima-mode.  Update commentary
3010         because info-lookup-symbol is now bound to C-h S.
3012 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
3014         * simple.el (edit-and-eval-command): Bind print-level and
3015         minibuffer-history-sexp-flag around call to read-from-minibuffer.
3016         Correct initial position in command-history.
3018 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
3020         * files.el (read-directory-name): Adapt the docstring to recent
3021         change in Fread_file_name.
3023 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
3025         * ses.el (ses-print-cell): If print format too wide for column
3026         width, truncate decimal places if that helps to avoid "#####" fill.
3027         * ses.el (ses-initial-column-width): Revert previous change.
3029 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3032         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3033         Add edebug info.
3034         (jit-lock-mode): Setup/cancel the new timer.
3035         (jit-lock-context-fontify): New fun.  Extracted from
3036         context fontification code of jit-lock-stealth-fontify.
3037         (jit-lock-stealth-fontify): Don't do context fontification any more.
3039         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3040         (jit-lock-fontify-now): Handle the `quit' case.
3041         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3043 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
3045         * progmodes/executable.el (executable-command-find-posix-p):
3046         New.  Check if find handles arguments Posix-style.
3048         * progmodes/grep.el (grep-compute-defaults):
3049         Use executable-command-find-posix-p.
3050         (grep-find): Check `grep-find-command'.
3052         * filecache.el (file-cache-find-posix-p): Delete.
3053         (file-cache-add-directory-using-find):
3054         Use `executable-command-find-posix-p'.
3056 2004-01-29  Dave Love  <fx@gnu.org>
3058         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3059         Iterate the hook function if arg is given.
3060         (mark-defun, narrow-to-defun): Change order of finding the limits.
3062         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3063         (byte-compile-format-warn): New.
3064         (byte-compile-callargs-warn): Use it.
3065         (Format, message, error): Add byte-compile-format-like property.
3066         (byte-compile-maybe-guarded): New.
3067         (byte-compile-if, byte-compile-cond): Use it.
3068         (byte-compile-lambda): Compile interactive forms,
3069         just to make warnings about them.
3071 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
3073         * ses.el (ses-initial-column-width): Increase to 14, so it will
3074         work well with the default printer of "%.7g" for extreme values
3075         like "-1.234567e+07".
3077 2004-01-29  Kenichi Handa  <handa@m17n.org>
3079         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3081 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
3083         * dos-w32.el: Added support for the `default-printer-name' function.
3085 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3087         * server.el (server-socket-name): Don't use the hostname in the
3088         socket name since /tmp is local to the host anyway.
3090         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3091         robust check of widening and fix var-naming.
3093 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
3095         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3096         or rmail-spam- to rsf- in all function and variable names.
3097         (rsf-min-region-to-spam-list): New variable.
3098         (rsf-bbdb-auto-delete-spam-entries): Rename from
3099         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3100         scanned together with the recipients field for spam testing; Don't
3101         delete spam message if rmail-delete-after-output is non-nil;
3102         (rsf-check-field): New function, extracted from code in
3103         rmail-spam-filter to ease addition of header fields like
3104         content-type:;
3105         (message-content-type): New variable.  The content-type: field was
3106         added also in defcustom of rsf-definitions-alist;
3107         (rmail-spam-filter): Replace repeated test code for header fields
3108         by calls to check-field; change the call to
3109         rmail-output-to-rmail-file such that rmail-current-message stays
3110         the same to avoid wrong deletion of unseen flags.
3111         (rmail-use-spam-filter): Add autoload cookie.
3113 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3115         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3116         (file-cache-add-directory-using-find): Add Cygwin support.
3117         (file-cache-find-command-posix-flag): New user variable.
3119         * filecache.el (file-cache-add-directory): Check for
3120         directories an remove them from dir-files.
3122 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3124         * man.el (Man-fontify-manpage): Clean up message.
3126 2004-01-27  Kenichi Handa  <handa@m17n.org>
3128         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3129         (sentence-end): Define using sentence-end-without-space.
3131         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3132         a sentence ends with one of a character in sentence-end-without-space.
3134 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3137         (jit-lock): Group declaration moved to jit-lock.el.
3138         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3139         when necessary.
3141         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3142         (jit-lock-context-unfontify-pos): Rename from
3143         jit-lock-first-unfontify-pos.
3144         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3146 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3148         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3149         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3150         (fortran-fill): When filling a string, adjust re-search-backward
3151         argument for special case of string just on fill-column.
3152         When filling non-string, allow one extra char if
3153         fortran-break-before-delimiters is non-nil.
3154         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3155         Use fortran-break-delimiters-re and fortran-no-break-re to
3156         correctly handle cases such as "**".
3158         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3159         (f90-no-break-re): Add some extra tokens.  Doc fix.
3161 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3163         * mail/rmail-spam-filter.el:
3164         Use two semicolons as Commentary line prefix.
3165         Add ";;; Code:" stylized comment.
3166         Delete end-of-line whitespace.
3167         Wrap (require 'cl) with `eval-when-compile'.
3169 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
3171         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3172         at the top level of vc.el.
3174 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
3176         * vc.el (vc-current-line): Function removed.  This is now done by
3177         the new function line-at-pos in simple.el.
3178         (vc-annotate-warp-version): Use line-at-pos instead of
3179         vc-current-line.
3181 2004-01-22  Kim F. Storm  <storm@cua.dk>
3183         * simple.el (line-at-pos): New defun.
3184         (what-line): Use it.  Optimize by only counting lines in narrowed
3185         region once.
3187 2004-01-22  Kenichi Handa  <handa@m17n.org>
3189         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3190         point (register r1) only for charset mule-unicode-0100-24ff.
3192 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3194         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3195         trailing white space and ensure a final newline.
3197         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3198         Add autoload cookie.
3200 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
3202         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3203         activate view-mode explicitly.
3205 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3207         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3208         use clipboard first.
3210 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3212         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
3213         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3214         (vc-mcvs-cvs): Remove.
3215         (vc-mcvs-command): Remove use of assert.
3217         * outline.el (outline-insert-heading): Tighten up match.
3218         (outline-demote, outline-move-subtree-down): Don't assume anything
3219         about outline-regexp.
3221         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3222         (texinfo-show-structure): Explicitly add ^, and simplify.
3224 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3226         * calendar/appt.el (appt-check): Restore usage of
3227         appt-issue-message deleted in previous change.
3228         (top-level): Activate package when loaded (needed for backwards
3229         compatibility).
3231 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3233         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3234         following previous change to smtpmail-send-data.
3236 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
3238         * vc.el (vc-default-previous-version): Doc enhancement.
3239         (vc-default-next-version): New function.
3240         (vc-print-log): New arg FOCUS-REV.
3241         (vc-annotate-mode): Derive from view-mode.
3242         (vc-annotate): New args REVISION, DISPLAY-MODE.
3243         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3244         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3245         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3246         (vc-annotate-show-diff-revision-at-line, vc-current-line)
3247         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3249         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3251 2004-01-19  Karl Berry  <karl@gnu.org>
3253         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3254         or "TexInfo".
3256 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3258         * subr.el (delete-dups): New function.
3260 2004-01-19  Karl Berry  <karl@gnu.org>
3262         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
3263         with ^, since that's what texinfo-show-structure
3264         documentation says (plus it works much better in texinfo.txi).
3266 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
3268         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
3270 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
3272         * progmodes/which-func.el (which-function-mode): Don't cancel
3273         which-func-update-timer if not set.
3275 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
3277         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3278         Remove spurious left square bracket in XX:XXam regexp.
3280 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3282         * progmodes/cc-defs.el: Do not require cl at run time.
3284 2004-01-16  Richard M. Stallman  <rms@gnu.org>
3286         * emacs-lisp/cl.el (cl-cannot-unload): New function.
3287         (cl-unload-hook): Defvar this to run cl-cannot-unload.
3289         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3290         Call rmail-spam-filter.  Delete and expunge spam.
3291         Print number of spam messages deleted.
3292         Save and restore the deletion status of old messages when reading
3293         new mail with spam filter, so that expunging spam does not expunge
3294         msgs deleted by the user.
3295         (rmail-only-expunge): Add an optional argument dont-show to
3296         prevent showing message after expunge.
3298 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3300         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3301         * subr.el (declare): New macro.
3303 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
3305         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3307 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3310         Test window-system rather than system-type (for X11/Mac).
3312 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
3314         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3316 2004-01-12  Richard M. Stallman  <rms@gnu.org>
3318         * mail/rmail.el (rmail-convert-to-babyl-format):
3319         Use mail-unquote-printable-region.
3320         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3321         (rmail-hex-char-to-integer): Functions deleted.
3323         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3324         (mail-unquote-printable-region): New arg NOERROR.
3325         For invalid encoding, either signal an error to just return nil.
3327 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3329         * calendar/appt.el: Update copyright and commentary.
3330         (appt-issue-message): Make obsolete.
3331         (appt-visible, appt-msg-window): Make obsolete, in favour of
3332         appt-display-format.
3333         (appt-display-mode-line, appt-display-duration)
3334         (appt-display-diary, appt-time-msg-list, appt-mode-string)
3335         (appt-prev-comp-time, appt-display-count, appt-timer)
3336         (appt-convert-time): Doc change.
3337         (appt-disp-window-function, appt-delete-window-function):
3338         Use defcustom rather than defvar.
3339         (appt-display-format): New variable.
3340         (appt-display-message): New function with display code from appt-check.
3341         (appt-check): Add optional FORCE argument.  Doc change.
3342         Add appt-make-list to diary-hook if displaying diary.
3343         Remove checking of view-diary-entries-initially.
3344         Message display section removed to new function appt-display-message.
3345         (appt-display-window): Doc change.  Remove unused internal var
3346         this-buffer.  Do not beep, since appt-display-message does that.
3347         (appt-make-list): Doc change.  Use caar.
3348         (appt-sort-list): Simplify by using builtin sort function.
3349         (appt-update-list): New function for updating appts when diary is
3350         saved.
3351         (appt-activate): New autoloaded function to toggle package
3352         functionality.
3354         * calendar/cal-x.el: (calendar-one-frame-setup)
3355         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
3357         * calendar/calendar.el: Update copyright.
3358         (view-diary-entries-initially, european-calendar-style): Doc change.
3359         (calendar-setup): Make defcustom rather than defvar.
3360         (mark-visible-calendar-date): Initialize temp-face and faceinfo
3361         in let binding so local to function.
3363         * calendar/diary-lib.el: Update copyright.
3364         (diary, diary-entry-time): Doc change.
3365         (list-diary-entries): Doc change.  Trivial logic change.
3366         (fancy-diary-display): Restore make-face command mistakenly
3367         deleted 2003-05-08.
3368         (show-all-diary-entries): Allow to pop-up frame if needed.
3370 2004-01-09  John Paul Wallington  <jpw@gnu.org>
3372         * bindings.el (mode-line-change-eol): Add EVENT parameter.
3373         Temporarily select EVENT's window for changing eol type.
3375 2004-01-09  Deepak Goel  <deego@gnufans.org>
3377         * calendar/diary-lib.el (diary-entry-time):
3378         Also accept time in the form XX[.XX][am/pm/AM/PM].
3379         (fancy-diary-font-lock-keywords): Likewise.
3380         (diary-font-lock-keywords): Likewise.
3381         * calendar/appt.el (appt-add): Likewise.
3382         (appt-make-list): Likewise.
3383         (appt-convert-time): Likewise.
3385 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
3387         * gdb-ui.el (gdb-ann3): Revert previous change.
3388         (gdb-source-info): Allow for case of where compilation directory
3389         is not recorded.
3391 2004-01-08  John Paul Wallington  <jpw@gnu.org>
3393         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
3395 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
3397         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
3399         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
3400         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
3401         problems.
3402         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
3404 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
3406         * files.el (write-file-functions, write-contents-functions):
3407         Clarify docstrings.
3409 2004-01-07  Kenichi Handa  <handa@m17n.org>
3411         * international/mule.el (set-auto-coding): Fix for the case that
3412         end-of-line is only CR.
3414 2004-01-07  Kim F. Storm  <storm@cua.dk>
3416         * subr.el (event-start, event-end): Doc fix.
3417         (posn-string, posn-image): New defuns.
3418         (posn-object): Return either image or string object.
3419         (posn-object-x-y): Return 8th element of position.
3420         (posn-object-width-height): New defun.
3422 2004-01-06  Andreas Schwab  <schwab@suse.de>
3424         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
3425         output.
3427 2004-01-05  Karl Berry  <karl@gnu.org>
3429         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
3430         / and *, too.
3432 2003-12-31  Simon Josefsson  <jas@extundo.com>
3434         * files.el (before-save-hook): Add.
3435         (basic-save-buffer): Use before-save-hook.
3437         * emacs-lisp/copyright.el: Fix comment to recommend
3438         before-save-hook instead of write-file-functions.
3440 2004-01-05  Richard M. Stallman  <rms@gnu.org>
3442         * finder.el (finder-commentary): Call delete-other-windows.
3444         * net/ange-ftp.el (ange-ftp-file-attributes):
3445         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
3447 2004-01-04  Karl Berry  <karl@gnu.org>
3449         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
3450         comment characters % and # in the copyright year notice,
3451         as well as ;.
3453 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3455         * wid-edit.el (default): Define dummy :value-delete.
3456         Reported by Jesper Harder <harder@ifa.au.dk>.
3458 2004-01-03  Richard M. Stallman  <rms@gnu.org>
3460         * progmodes/compile.el (compile-internal): Use point, not point-min,
3461         for set-window-point.
3463         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
3465         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
3467         * progmodes/grep.el (grep-mode-map):
3468         Don't remap next-line, previous-line.
3470 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
3472         * speedbar.el (speedbar-edit-line): Change regexp to position
3473         the cursor on the first character of this line's button.
3475 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3477         * subr.el (functionp): Doc fix.
3479 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3481         * progmodes/idlwave.el (idlwave-make-tags):
3482         * textmodes/flyspell.el (flyspell-large-region):.
3483         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
3484         * emulation/viper-util.el (viper-glob-unix-files):
3485         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
3486         * man.el (Man-init-defvars):
3487         * jka-compr.el (jka-compr-call-process):
3488         * files.el (get-free-disk-space,insert-directory):
3489         * ediff-ptch.el (ediff-test-patch-utility):
3490         * ediff-diff.el (ediff-test-utility):
3491         * dired-aux.el (dired-check-process):
3492         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
3493         test the return value of call-process, because it can be a string.
3495 2003-12-31  John Paul Wallington  <jpw@gnu.org>
3497         * bindings.el (completion-ignored-extensions): Add .pfsl.
3499 2003-12-31  Kim F. Storm  <storm@cua.dk>
3501         * ido.el (ido-nonreadable-directory-p): New defun to check for
3502         nonreadable directory without activating tramp (to avoid problems
3503         with checking incomplete tramp paths).
3504         (ido-set-current-directory, ido-file-internal)
3505         (ido-file-name-all-completions1): Use it.
3507 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
3509         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
3510         documentation if the anchor (or node) name is preceded by `info
3511         anchor' or `Info anchor' in addition to earlier `info node' and
3512         `Info node'.
3513         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
3515 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
3517         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
3518         error in arguments to base64-decode-region.  Remove ^M characters
3519         after decoding base64.
3521 2003-12-30  Simon Josefsson  <jas@extundo.com>
3523         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
3524         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
3525         have only been distributed with Emacs for some years.
3526         (texinfo-mode-hook): Customize.
3528 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
3530         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
3531         cleaner (suggested by Richard Stallman).
3533         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
3534         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
3535         file-name clashes on 8+3 DOS filesystems.
3537         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
3538         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
3539         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
3540         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
3541         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
3542         file-name clashes on 8+3 filesystems.
3544         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
3545         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
3546         file-name clashes on 8+3 DOS filesystems.
3548 2003-12-29  Richard M. Stallman  <rms@gnu.org>
3550         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
3551         Upcase the character.
3553         * textmodes/flyspell.el (mail-mode-flyspell-verify):
3554         Search for header separator alone on a line, literally,
3555         and search for it backward, not forward.
3556         (flyspell-abbrev-table): Always use global-abbrev-table
3557         if there is no local one.
3559         * progmodes/sh-script.el (sh-get-indent-info):
3560         Don't move point back if at bob.
3562         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
3564         * play/handwrite.el (handwrite): Make the handwrite credit message
3565         a comment rather than an output command.
3567         * obsolete/sc.el: Display message that this file is obsolete.
3569         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
3571         * mail/rfc822.el (rfc822-address-start): Declare variable.
3572         Renamed from address-start.  All uses changed.
3574         * term.el (term-exec): Set up sentinel.
3575         (term-sentinel): New function.
3576         (term-handle-exit): New function.
3578         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3579         Use assoc-string, and mark them obsolete.
3580         (delay-mode-hooks): Mark as permanent local.
3582         * simple.el (sendmail-user-agent-compose): Use assoc-string.
3584         * register.el (copy-rectangle-to-register): Doc fix.
3586         * info.el (Info-insert-dir): Use assoc-string.
3588         * info-look.el (info-lookup): Use assoc-string.
3590         * frame.el (pop-up-frame-function): Use quote, not `function'.
3591         (frame-notice-user-settings): Calculate ADJUSTED-TOP
3592         copying with lists as coordinate values.
3594         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
3596         * find-dired.el (kill-find): New command.
3597         (find-dired): Make buffer read-only.
3598         Set up a keymap with C-c C-k running kill-find.
3599         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
3601         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
3603         * filecache.el (file-cache-ignore-case): New variable.
3604         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
3606         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
3607         (comint-dynamic-complete-as-filename): Rename local vars.
3608         (comint-dynamic-list-filename-completions): Likewise.
3610         * comint.el (comint-dynamic-list-completions-config): New var.
3611         (comint-dynamic-list-completions): Handle both SPC and TAB right.
3613         * comint.el (comint-file-name-chars): Add [].
3614         (comint-word): Use skip-chars-backward, not search.
3616         * shell.el (shell-file-name-chars): Add [].
3618         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
3620         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
3622         * generic.el (define-generic-mode): Doc fix.
3624 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3626         * files.el (kill-some-buffers): Doc fix.
3628 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
3630         * comint.el (comint-watch-for-password-prompt): Pass `string' as
3631         arg to send-invisible
3632         (send-invisible): Doc fix.  The argument is now a prompt, not the
3633         string to send.
3634         (comint-read-noecho): Doc fix.
3636 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
3638         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
3639         "@", as required by some ISP hosting service.  Fix defcustom
3640         argument syntax errors that prevented use of customization.
3642 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3644         * xml.el (xml-get-attribute-or-nil): Doc fix.
3646 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
3648         * net/zone-mode.el (zone-mode): Use write-file-functions, not
3649         write-file-hooks.
3651 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3653         * autorevert.el (auto-revert-interval): Doc fix.
3655 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
3657         * xml.el (xml-get-attribute-or-nil): New function, like
3658         xml-get-attribute, but returns nil if the attribute was not found.
3659         (xml-get-attribute): Convert to defsubst, uses
3660         xml-get-attribute-or-nil.
3662 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3664         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3666 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
3668         * custom.el (custom-declare-theme): Use `value' when putting
3669         properties on `theme'.
3671 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3673         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
3674         for each yank-handler segment.
3675         (insert-for-yank-1): New function, with the body of the previous
3676         insert-for-yank.
3678         * textmodes/table.el (table-yank-handler): New defcustom.
3679         (table--put-cell-indicator-property): Put yank-handler property
3680         that indicates the yank handler for the table cell.
3682 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3684         * generic-x.el (etc-modules-conf-generic-mode): A more complete
3685         set of keywords.
3687 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3689         * international/mule-cmds.el (reset-language-environment)
3690         (set-language-environment): Don't invoke fontset-related functions
3691         if fontset-list is not fboundp.
3693 2003-12-29  Kenichi Handa  <handa@m17n.org>
3695         * international/mule-cmds.el (reset-language-environment):
3696         Call set-overriding-fontspec-internal with nil.
3697         (set-language-environment): Call set-overriding-fontspec-internal
3698         if the language environment specify `overriding-fontspec'.
3699         (language-info-alist): Doc added.
3701         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
3702         characters of mule-unicode-0100-24ff.
3703         (ccl-encode-windows-1251-font): New CCL program.
3704         ("Bulgarian"): Specify overriding-fontspec.
3705         ("Belarusian"): Likewise.
3707 2003-12-28  Sam Steingold  <sds@gnu.org>
3709         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
3710         parameter ID-FORMAT to conform with the 2003-11-30 patch.
3712 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
3714         * progmodes/gud.el (gud-gdb-command-name): Set default to
3715         "gdb --annotate=3".
3716         (gud-gdb-marker-filter): Look out for annotations.
3717         (gdb-first-pre-prompt): New variable.
3718         Remove trailing white space.
3720         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
3721         if necessary.
3722         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
3723         annotations are detected.
3724         (gud-gdba-marker-filter): Use global variable gud-marker-acc
3725         instead of a local one to allow transition from
3726         gud-gdb-marker-filter.
3727         Remove trailing white space.
3729 2003-12-27  Kim F. Storm  <storm@cua.dk>
3731         * ido.el: Handle non-readable directories.
3732         (ido-decorations): Add 9th element for non-readable directory.
3733         (ido-directory-nonreadable): New dynamic var.
3734         (ido-set-current-directory): Set it.
3735         (ido-read-buffer, ido-file-internal):
3736         (ido-read-file-name, ido-read-directory-name): Let-bind it.
3737         (ido-file-name-all-completions1): Return empty list for
3738         non-readable directory.
3739         (ido-exhibit): Print [Not readable] if directory is not readable.
3740         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
3741         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
3742         Use it.
3744 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
3746         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
3747         calls to directory-files-and-attributes and file-attributes.
3748         (ls-lisp-format): Remove system dependent handling of user and
3749         group id's.
3751 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
3753         * ffap.el (ffap-read-file-or-url): Revert previous change.
3755 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
3757         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
3758         new list of included files called `files-with-node-lines', that
3759         only have node lines.  This way @include commands can include any
3760         file, such as version and update files without node lines, not
3761         just files that are chapters.
3763 2003-12-25  Andreas Schwab  <schwab@suse.de>
3765         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
3766         file not found.
3768 2003-12-08  Miles Bader  <miles@gnu.org>
3770         * dired.el (dired-between-files): Always use dired-move-to-filename,
3771         which is more robust in non-english locales.
3773 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3775         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
3777 2003-12-24  Andreas Schwab  <schwab@suse.de>
3779         * shell.el (shell-file-name-quote-list): Add backslash.
3781         * comint.el (comint-quote-filename): Correctly handle backslash
3782         in comint-file-name-quote-list.
3784 2003-12-24  Kenichi Handa  <handa@m17n.org>
3786         * international/mule-cmds.el (set-default-coding-systems):
3787         Call ucs-set-table-for-input for all buffers that don't have local
3788         value of buffer-file-coding-system.
3790         * international/ucs-tables.el (ucs-set-table-for-input):
3791         If translation-table-for-encode is a symbol, get its
3792         translation-table property.
3794 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
3796         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
3797         to `completing-read' on a recently fixed bug.
3799         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
3800         instead of SPACE, to get the list of possible fringe modes.
3801         SPACE only works if both `partial-completion-mode' and
3802         `completion-auto-help' are nil.
3804         * complete.el (PC-is-complete-p): Delete.
3805         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
3806         calls to `test-completion'.
3808 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
3810         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
3811         to edit values when there are no children.
3813         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
3814         a mode called "Assembler" already exists.
3815         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
3816         (gud-watch): Use format option.  Remove font properties from string.
3817         (gdb-var-create-handler, gdb-var-list-children-handler):
3818         Don't bother about properties as there are none.
3819         (gdb-var-create-handler, gdb-var-list-children-handler)
3820         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
3821         with two arguments.
3822         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
3823         Let speedbar show value changes with a different font.
3824         (gdb-edit-value): New defun.
3825         (gdb-clear-partial-output, gdb-clear-inferior-io)
3826         (def-gdb-auto-update-handler): Use erase-buffer.
3827         (gdb-frame-handler): Display watch expressions in
3828         FUNCTION::VARIABLE format if required.
3830 2003-12-23  John Paul Wallington  <jpw@gnu.org>
3832         * info.el (Info-unescape-quotes, Info-split-parameter-string)
3833         (Info-goto-emacs-command-node): Doc fixes.
3835 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
3837         * cus-edit.el (custom-add-parent-links): Define "many".
3839 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3841         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
3842         (widget-child-validate, widget-type-value-create)
3843         (widget-type-default-get, widget-type-match): New functions.
3844         (lazy): New widget.
3845         (menu-choice, checklist, radio-button-choice, editable-list)
3846         (group, documentation-string): Remove redundant (per 2003-10-25
3847         change) calls to `widget-children-value-delete'.
3848         (widget-choice-value-get, widget-choice-value-inline): Remove.
3849         (menu-choice): Update widget.
3851 2003-12-03  Kenichi Handa  <handa@m17n.org>
3853         * language/cyrillic.el: Register "microsoft-cp1251" in
3854         ctext-non-standard-encodings-alist.
3855         ("Bulgarian"): Add ctext-non-standard-encodings.
3856         ("Belarusian"): Likewise.
3858         * international/mule-conf.el (compound-text-with-extensions):
3859         Change the type to 2 (iso-2022 base).
3861         * international/mule.el (ctext-non-standard-encodings-alist):
3862         Change the format.
3863         (ctext-non-standard-encodings): New variable.
3864         (ctext-post-read-conversion): Fully re-written.
3865         (ctext-non-standard-designations-alist): Delete it.
3866         (ctext-non-standard-encodings-table): New function.
3867         (ctext-pre-write-conversion): Fully re-written.
3869 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
3871         * cus-edit.el (custom-add-parent-links): Add documentation links
3872         for parent, if the item has none of its own.
3874 2003-11-30  Richard M. Stallman  <rms@gnu.org>
3876         * dired-aux.el (dired-do-query-replace-regexp):
3877         Report files visited read-only.
3879 2003-11-30  Juri Linkov  <juri@jurta.org>
3881         * dired-aux.el (dired-compare-directories): New command.
3882         (dired-file-set-difference, dired-files-attributes): New functions.
3884 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
3885         Version 2.0.38 of Tramp released.
3887         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
3888         Charles Curley <charlescurley@charlescurley.com>.
3889         (tramp-multi-connection-function-alist): Add ssht entry which adds
3890         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
3891         Aichner.
3892         (tramp-get-method-parameter): New function to retrieve a method
3893         parameter.  This allows for omission of method parameters.
3894         Callers adjusted.
3896 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
3898         * net/tramp.el: Add new optional parameter ID-FORMAT to
3899         `file-attributes'.  Calls of `file-attributes' won't use this
3900         parameter for backward compatibility reasons.
3901         (tramp-perl-file-attributes): Add a new parameter to Perl script
3902         in order to handle uid/gid as strings, if desired.
3903         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
3904         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
3905         order to make the function more general.
3906         (tramp-handle-file-attributes): Replace proprietary optional
3907         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
3908         (tramp-handle-file-attributes-with-perl): Handle parameter
3909         NONNUMERIC if set.  This wasn't done in the past.
3910         (tramp-post-connection): Apply second parameter "$2" if
3911         `tramp-remote-perl' is called.
3913         * net/tramp-smb.el (tramp-smb-handle-delete-file):
3914         Correct cut'n'waste error (`filename' instead of `directory').
3915         (tramp-smb-handle-directory-files-and-attributes)
3916         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
3917         introduced parameter ID-FORMAT.
3918         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
3919         error (`directory' instead of `ldir').
3921         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
3922         `file-attributes' has a second parameter.  If yes, apply it with
3923         value "'integer".  Otherwise, don't use that parameter (default is
3924         integer format).
3926 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
3928         * help.el (help-map): Bind `display-local-help' to `C-h .'.
3929         (help-for-help): Add `C-h .' to the listed Help options.
3930         Remove trailing whitespace.
3932         * help-at-pt.el: New file.
3934 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
3936         * subr.el (noreturn, 1value): New macros for test coverage.
3937         See `testcover.el'.
3939         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
3941         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
3942         for macro `1value'.
3943         (testcover-1value): New function.  Checks that a 1value form
3944         actually returns only one value.  Requested by RMS.
3946 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
3948         * gdb-ui.el (gud-watch, gdb-var-create-handler)
3949         (gdb-var-list-children, gdb-var-list-children-handler)
3950         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
3951         gdb commands that use mi to keep them out of the command history.
3953 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3955         * cus-start.el (all): Add use-file-dialog.
3957 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3959         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
3961 2003-11-27  Kim F. Storm  <storm@cua.dk>
3963         * subr.el (posn-object-x-y): New defun.
3965 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3967         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
3968         Don't use `space' for \\\n.
3969         Be more selective as to which # are comment-starters.
3971 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
3973         * subr.el (number-sequence): Improve handling of floating point
3974         arguments (suggested by Kim Storm).  Allow negative arguments.
3976 2003-11-26  Kenichi Handa  <handa@m17n.org>
3978         * international/mule-cmds.el (standard-display-european-internal):
3979         Cancel the standard-display-table setting for ` and '.
3981 2003-11-26  Kim F. Storm  <storm@cua.dk>
3983         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
3984         New defcustoms to add ffap-like functionality to ido.
3985         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
3986         (ido-no-final-slash): New defun.
3987         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
3988         (ido-read-file-name): ): Toggle VC checking via
3989         vc-handled-backends instead of vc-master-templates.
3990         (ido-file-internal): Handle ido-use-url-at-point and
3991         ido-use-filename-at-point via code borrowed from ffap-guesser.
3992         Handle new ido-exit code ffap.
3993         (ido-sort-list): Ignore final slash when sorting file names.
3995 2003-11-25  Kim F. Storm  <storm@cua.dk>
3997         * emulation/cua-base.el (cua--standard-movement-commands):
3998         Add forward-sentence and backward-sentence.
4000 2003-11-25  Stephen Eglen  <stephen@gnu.org>
4002         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4003         iswitchb-exit is set to 'usefirst when user selects buffer at head
4004         of list using RET.  (Selecting buffers at the head of the list was
4005         broken if the substring was also a complete buffername.)
4007 2003-11-23  Kim F. Storm  <storm@cua.dk>
4009         * progmodes/compile.el (grep-command, grep-use-null-device)
4010         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4011         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4012         (grep-regexp-alist, grep-program, find-program)
4013         (grep-find-use-xargs, grep-history, grep-find-history)
4014         (grep-process-setup, grep-compute-defaults)
4015         (grep-default-command, grep, grep-tag-default, grep-find)
4016         (grep-expand-command-macros, grep-tree-last-regexp)
4017         (grep-tree-last-files, grep-tree): Move grep variables, functions
4018         and commands to new file grep.el.
4019         (compilation-mode-map): Remove grep commands from Compile sub-menu.
4020         (compilation-process-setup-function): Doc fix.
4021         (compilation-highlight-regexp, compilation-highlight-overlay): New
4022         defvars used for highlighting current compile error in source buffer.
4023         (compile-internal): New optional args HIGHLIGHT-REGEXP and
4024         LOCAL-MAP which overrides compilation-highlight-regexp and
4025         compilation-mode-map for this compilation.
4026         Delay calling compilation-set-window-height until after running
4027         compilation-process-setup-function so it can buffer-local override
4028         compilation-window-height.
4029         Check buffer-local value of compilation-scroll-output.
4030         (compilation-set-window-height): Use buffer-local value of
4031         compilation-window-height.
4032         (compilation-revert-buffer): Don't pass (undefined)
4033         preserve-modes arg to revert-buffer.
4034         (next-error-no-select, previous-error-no-select): New commands.
4035         (compilation-goto-locus): Temporarily highlight current match in
4036         source buffer using compilation-highlight-regexp.
4038         * progmodes/grep.el: New file with grep code from compile.el.
4039         (grep): New defcustom group.
4040         (grep-window-height): New defcustom, like compilation-window-height.
4041         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4042         (grep-scroll-output): New defcustom, like compilation-scroll-output.
4043         (grep-command, grep-use-null-device, grep-find-command)
4044         (grep-tree-files-aliases, grep-tree-ignore-case)
4045         (grep-tree-ignore-CVS-directories): Move to grep custom group.
4046         (grep-setup-hook): New hook variable.
4047         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
4048         (grep-last-buffer): New defvar, override compilation-last-buffer.
4049         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
4050         Call compile-internal with args highlight-regexp and grep-mode-map.
4052 2003-11-23  Kim F. Storm  <storm@cua.dk>
4054         * subr.el (event-start, event-end): Doc fix.
4055         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4056         (posn-area, posn-actual-col-row, posn-object): New defuns.
4057         (posn-col-row): Simplify doc.  Rewrite to use cond.
4058         (posn-point): Also return buffer position for events outside text
4059         area (that info is now present in the event position).
4061         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4062         mouse-set-point so that hscroll still works now that clicks on
4063         fringes generate specific mouse events.
4064         (mouse-set-point): Note that it now works in fringes and margins
4065         too due to new semantics of posn-point in fringes and margins.
4067         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4068         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4070 2003-11-20  Kim F. Storm  <storm@cua.dk>
4072         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4073         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4074         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4075         to 100 for icons to avoid increasing line height when shown.
4077 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4079         * newcomment.el (comment-normalize-vars): Initialize properly if
4080         comment-start was nil.
4082 2003-11-19  Andreas Schwab  <schwab@suse.de>
4084         * simple.el (set-variable): Fix indentation.
4086 2003-11-17  Kenichi Handa  <handa@m17n.org>
4088         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4089         Fix docstring.
4091 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4093         * international/latin1-disp.el (latin1-display): Fix docstring.
4095 2003-11-16  John Wiegley  <johnw@newartisans.com>
4097         * eshell/em-ls.el (eshell-ls-file): There are times with
4098         size-width is nil and uncomputed (when directories are created in
4099         dired, for example); in this case, 4 is reasonable default value,
4100         although it may caused skewed new entries (which could be avoided
4101         by returning the original value of 8 in all cases, but 99% of the
4102         time this is a waste of whitespace).
4104 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4106         * cc-engine.el (c-guess-continued-construct)
4107         (c-guess-basic-syntax): Check a little more carefully if it's a
4108         function declaration when an unknown construct followed by a block
4109         is found inside a statement context.  This avoids macros followed
4110         by blocks to be taken as function declarations.
4112         (c-guess-continued-construct): Change the analysis of a statement
4113         continuation with a brace open to `substatement-block', for
4114         consistency with recognized statements.
4116         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4117         start is in a position so that `c-beginning-of-statement-1' jumped
4118         to the beginning of the same statement.
4120         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4121         Don't accept binary operators in the arglist if we're in a function
4122         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4123         template recognition in cases like "if (a < b || c > d)".
4125         (c-restricted-<>-arglists): New more appropriate name for
4126         `c-disallow-comma-in-<>-arglists'.
4128         Accessing functions updated for the variable name change.
4130         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4131         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4133         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4134         labels.
4136         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4137         instead of duplicating parts of it.  This fixes bogus label
4138         recognition.
4140         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4141         of checking the context in which to apply the minimum indentation,
4142         so that it isn't enforced in e.g. namespace blocks.
4144         * cc-vars.el (c-inside-block-syms): New constant used by
4145         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4146         to somewhat reduce the risk of becoming stale.
4148         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4149         cc-cmds to cc-engine to allow use from cc-align.
4151         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4152         qualified identifiers containing "::".
4154         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4155         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4157         * cc-vars.el (c-emacs-features): Use a space in front of the name
4158         of the temporary buffer.  That also avoids dumping problems in
4159         XEmacs due to undo info being left around after the buffer is killed.
4161         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4162         arglist to see if it's a K&R style declaration.
4164         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4165         before returning `knr-argdecl-intro'.
4167 2003-11-16  John Wiegley  <johnw@newartisans.com>
4169         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4170         field in a long-listing always 8 characters, use `size-width',
4171         which has already been computed.
4173 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4175         * subr.el (minor-mode-list): Add `hs-minor-mode'.
4177 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4179         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4180         Support operation while narrowed, with `diff-restrict-view'.
4182 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4184         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4185         Take additional optional arg NARROWFUN.  For the generated functions:
4186         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
4187         include frags that arrange to check for and save narrowing state before
4188         the move and then conditionally call NARROWFUN after the move.
4190 2003-11-14  John Wiegley  <johnw@newartisans.com>
4192         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4193         that was optional, but obviously missing based on surrounding code.
4195         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4196         string arguments to numbers unless the whole argument was seen as
4197         a number.
4199 2003-11-14  Kenichi Handa  <handa@m17n.org>
4201         * international/mule.el (ctext-non-standard-encodings-alist):
4202         Fix coding systems.
4204 2003-11-10  Kenichi Handa  <handa@m17n.org>
4206         * language/kannada.el ("Kannada"): Add sample-text.
4208         * language/knd-util.el (kannada-compose-region)
4209         (kannada-compose-string, kannada-post-read-conversion):
4210         Add autoload cookie.
4212         * international/quail.el (quail-completion): Change the message
4213         "corresponding translations" to "corresponding characters".
4215 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4217         * descr-text.el (describe-char): Fix typo.
4219 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
4221         These changes are to support Kannada language/script.
4223         * Makefile.in (DONTCOMPILE): Add kannada.el.
4225         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4227         * loadup.el: Preload kannada.el.
4229         * language/ind-util.el (ucs-kannada-to-is13194-alist)
4230         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4231         New variables.
4233         * language/kannada.el: New file.
4235         * language/knd-util.el: New file.
4237 2003-11-07  Andreas Schwab  <schwab@suse.de>
4239         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4240         Also highlight AH_*.
4242         * xml.el (xml-parse-dtd): Fix misplaced paren.
4244 2003-11-07  Kenichi Handa  <handa@m17n.org>
4246         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4248 2003-11-05  Juri Linkov  <juri@jurta.org>
4250         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4251         (desktop-buffer-file): Use saved buffer-file-coding-system
4252         for file reading.  Set auto-insert to nil to prevent automatic
4253         insertion into restored empty files.
4255 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4257         * files.el (risky-local-variable-p): Make second argument optional.
4259 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         * subr.el (add-hook): Fix last change.
4263 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
4265         * mail/rmail.el (rmail-convert-to-babyl-format):
4266         If base64-decode-region signals an error, catch it and silently
4267         ignore it.
4269 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
4271         * xml.el (xml-parse-region): Allow comments to appear after the
4272         topmost element has closed.
4273         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
4274         (xml-ns-expand-attr): New functions to do namespace handling.
4275         (xml-intern-attrlist): Back-compatible handling of attribute names.
4276         (xml-parse-tag): Move namespace handling to separate functions.
4277         Now produces elements in the form ((:ns . "element") (attr-list)
4278         children) instead of ('ns:element (attr-list) children).
4279         (xml-parse-attlist): Fix attribute parsing.
4280         (xml-parse-dtd): Change parsing so that it produces strings
4281         instead of interned symbols.
4283 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
4285         * dired.el (dired-ls-sorting-switches): Doc fix.
4287 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
4289         * emacs-lisp/rx.el (rx-or): Fix the case of
4290         "(rx (and ?a (or ?b ?c) ?d))".
4292 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
4294         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4295         (texinfo-format-region): Use it.
4296         (texinfo-format-buffer-1): Ditto.
4298 2003-11-01  Alan Mackenzie  <acm@muc.de>
4300         Changes to allow scrolling whilst in isearch mode:
4301         * isearch.el (isearch-unread-key-sequence): New function,
4302         extracted from isearch-other-meta-char.
4303         (top level): (put 'foo 'isearch-scroll) on all Emacs's
4304         "scrollable" standard functions.
4305         (isearch-allow-scroll): New customizable variable.
4306         (isearch-string-out-of-window, isearch-back-into-window)
4307         (isearch-reread-key-sequence-naturally)
4308         (isearch-lookup-scroll-key): New functions.
4309         (isearch-other-meta-char): Doc string and functionality enhanced.
4310         Now accepts a prefix argument.
4311         (isearch-lazy-highlight-window-end): New variable.
4312         (isearch-lazy-highlight-new-loop): Pay attention to the window's
4313         end (thru isearch-lazy-highlight-window-end), not only its start.
4315         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4316         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
4317         (universal-argument, universal-argument-more, negative-argument)
4318         (digit-argument, universal-argument-other-key): Minor changes.
4320 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4322         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4323         recursively if the last message is deleted, thus avoiding an
4324         infinite loop.
4326 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4328         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
4329         (tex-main-file): Don't add .tex if the extension is already present.
4330         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
4332 2003-10-29  Lute Kamstra  <lute@gnu.org>
4334         * progmodes/octave-inf.el (inferior-octave-prompt):
4335         Recognize version number in prompt.
4337 2003-10-28  Dave Love  <fx@gnu.org>
4339         * international/characters.el: Fix some Unicode ranges.
4341 2003-10-28  Kenichi Handa  <handa@m17n.org>
4343         * disp-table.el (standard-display-8bit)
4344         (standard-display-default, standard-display-ascii)
4345         (standard-display-g1, standard-display-graphic)
4346         (standard-display-underline): Assure that standard-display-table
4347         is a display table.
4349 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4351         * simple.el (reindent-then-newline-and-indent): Delete space *after*
4352         reindenting the first line.
4354 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
4356         * wid-edit.el (widget-default-delete): Always delete child widgets.
4358 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4360         * newcomment.el (comment-indent): Don't call indent-according-to-mode
4361         if the line has code.
4362         Don't try to line up with something that's too far left.
4364         * progmodes/octave-mod.el (octave-comment-start): Simplify.
4365         (octave-mode-syntax-table): Add % as a comment starter.
4366         (octave-point): Remove.
4367         (octave-in-comment-p, octave-in-string-p)
4368         (octave-not-in-string-or-comment-p, calculate-octave-indent)
4369         (octave-blink-matching-block-open, octave-auto-fill):
4370         Use line-(beginning|end)-position instead.
4372 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4374         * emacs-lisp/authors.el (authors-aliases): Add correct realname
4375         for Francesco Potort\e,Al\e(B.
4377 2003-10-23  Dave Love  <fx@gnu.org>
4379         * international/mule-cmds.el (locale-charset-to-coding-system):
4380         Don't rely on nil being a coding system.
4382         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
4383         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
4384         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
4386 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
4388         * gdb-ui.el (gdb-current-language): New variable.
4389         (gdb-update-flag): Remove variable.
4390         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
4391         (gdb-take-last-elt): Remove function.
4392         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
4393         (gdb-post-prompt): Check for variable object changes here.
4395         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
4396         object changes in gdb-ui.el.
4398 2003-10-21  Richard M. Stallman  <rms@gnu.org>
4400         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
4402         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
4403         Don't check for foo*/ wildcard form here.
4404         (insert-directory): Recognize foo*/ as a wildcard.
4405         Separate wildcard-regexp variable from the arg, wildcard.
4407         * subr.el (add-hook): Correctly detect when make-local-hook was used.
4408         (remove-hook): Correctly handle strange cases about local hooks.
4410 2003-10-21  David Ponce  <david@dponce.com>
4412         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
4413         argument REAL, to return a real number instead of a rounded
4414         integer value.  Define as inline function.
4415         (ruler-mode-right-fringe-cols): Likewise.
4416         (ruler-mode-scroll-bar-cols): New function.
4417         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
4418         (ruler-mode-right-scroll-bar-cols): Likewise.
4419         (ruler-mode-space): New function.
4420         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
4421         scroll bar mode and margins in a more robust way.
4423 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4425         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
4426         (antlr-c-init-language-vars): New function.
4427         (antlr-mode): Use it with cc-mode before v5.29.
4428         (antlr-c-common-init): Don't set some local vars here.
4429         (antlr-mode): Set them here.
4430         (antlr-c-forward-sws): New function alias.
4431         (antlr-mode): Redefine with cc-mode before v5.30.
4432         (antlr-skip-sexps): Use it.
4433         (antlr-skip-exception-part): Ditto.
4434         (antlr-skip-file-prelude): Ditto.
4435         (antlr-outside-rule-p): Ditto.
4436         (antlr-end-of-body): Ditto.
4437         (antlr-option-kind): Ditto.
4438         (antlr-insert-option-area): Ditto.
4439         (antlr-file-dependencies): Ditto.
4441 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4443         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
4444         Move backward only if point was not inside an entry.
4446 2003-10-21  Richard M. Stallman  <rms@gnu.org>
4448         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
4450 2003-10-21  Juri Linkov  <juri@jurta.org>
4452         * compare-w.el: Automatically skip non-matching text to resync.
4453         (compare-windows-whitespace): Doc fix.
4454         (compare-windows-sync, compare-windows-sync-string-size)
4455         (compare-windows-recenter, compare-ignore-whitespace)
4456         (compare-windows-highlight, compare-windows-face): New variables.
4457         (compare-windows): Use compare-windows-sync.
4458         (compare-windows-highlight, compare-windows-dehighlight)
4459         (compare-windows-sync-regexp)
4460         (compare-windows-sync-default-function): New functions.
4462 2003-10-21  Juri Linkov  <juri@jurta.org>
4464         * diff.el (diff-parse-differences): Don't visit the files now;
4465         instead, just record the error locus.
4467 2003-10-21  Dave Love  <fx@gnu.org>
4469         * progmodes/cfengine.el: New file.
4471 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         * complete.el (PC-do-completion): Do not forget to use `pred' as the
4474         default-directory when completing file names.
4476 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
4478         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
4479         followed by the word `face', it gets treated as a face, even if
4480         it is also defined as a variable or a function.
4482 2003-10-20  Dave Love  <fx@gnu.org>
4484         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4485         Avoid incf in macro expansion.
4487 2003-10-20  John Paul Wallington  <jpw@gnu.org>
4489         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
4490         `evenp' so we don't implicitly require cl library at runtime.
4492 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
4494         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
4495         (help-make-xrefs): Only make cross-references for faces if
4496         preceded or followed by the word `face'.  Do not make a
4497         cross-reference for variables without variable documentation,
4498         unless preceded by the word `variable' or `option'.  Update doc
4499         string accordingly.
4501 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
4503         * progmodes/hideshow.el: Rewrite one-armed `if'
4504         constructs using either `when' or `unless'.
4505         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
4507 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
4509         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
4510         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
4511         instead of 12x12.
4513 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4515         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
4516         message while converting to Babyl.
4518 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
4520         * allout.el (allout-mode): Doc fix.
4522 2003-10-16  Lute Kamstra  <lute@gnu.org>
4524         * subr.el (force-mode-line-update): Fix docstring.
4526 2003-10-14  Dave Love  <fx@gnu.org>
4528         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
4529         (default-input-method): Add :link, improve :type.
4530         (locale-charset-language-names): Fix utf-8 pattern.
4531         (locale-charset-match-p, locale-charset-alist)
4532         (locale-charset-to-coding-system): New.
4533         (set-locale-environment): Deal with codeset part of locale specs.
4535 2003-10-14  Lute Kamstra  <lute@gnu.org>
4537         * fringe.el (fringe-mode): Use active voice in docstring.
4538         (set-fringe-style): Ditto.
4540 2003-10-13  Lute Kamstra  <lute@gnu.org>
4542         * fringe.el (fringe-mode): Fix docstring.
4543         (set-fringe-style): Ditto.
4545 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
4547         * ediff-mult.el (ediff-filegroup-action):
4548         Use ediff-default-filtering-regexp.
4550         * ediff-util.el (ediff-recenter): Don't call
4551         ediff-restore-highlighting twice.
4552         (ediff-select-difference): Set current difference.
4553         (ediff-unselect-and-select-difference): Add comment.
4555         * ediff.el (ediff-directories,ediff-directory-revisions)
4556         (ediff-directories3,ediff-merge-directories)
4557         (ediff-merge-directories-with-ancestor)
4558         (ediff-merge-directory-revisions)
4559         (ediff-merge-directory-revisions-with-ancestor):
4560         Use ediff-default-filtering-regexp.
4562 2003-10-12  Andreas Schwab  <schwab@suse.de>
4564         * international/mule-cmds.el (locale-charset-language-names):
4565         Simplify regex by removing unused grouping.
4567 2003-10-10  Dave Love  <fx@gnu.org>
4569         * bindings.el: Don't bind stop.
4571 2003-10-08  Miles Bader  <miles@gnu.org>
4573         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
4574         face instead of attempting to emulate it.
4576 2003-10-07  Kenichi Handa  <handa@m17n.org>
4578         * international/mule-diag.el (list-coding-systems-1): List coding
4579         systems that are loaded automatically.
4581         * international/code-pages.el (iso-8859-11): Add autoload cookie.
4583         * international/mule.el (autoload-coding-system): New function.
4585 2003-10-07  Andreas Schwab  <schwab@suse.de>
4587         * log-edit.el (log-edit-changelog-entries): Prefer local value of
4588         change-log-default-name in the buffer visiting the file.
4590 2003-10-06  Dave Love  <fx@gnu.org>
4592         * files.el (find-file-hook): Customize.
4593         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
4595         * bindings.el (completion-ignored-extensions): Remove .log.
4596         (global-map): Add again, open, stop keys.
4598 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4600         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
4601         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
4602         Use sh-modify directly.
4603         (sh-select): Use sh-append, not eval.
4605         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
4607         * info.el (Info-following-node-name): New function.
4609         * loadhist.el (unload-feature-special-hooks):
4610         Rename from loadhist-hook-functions.
4611         (loadhist-hook-functions): Now an alias.
4613 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
4615         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
4616         file-name clashes on 8+3 filesystems.
4618         * Makefile.in (DONTCOMPILE, bootstrap-clean):
4619         Rename loaddefs-boot.el to ldefs-boot.el
4621         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
4622         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
4624 2003-10-03  Lute Kamstra  <lute@gnu.org>
4626         * info.el (Info-mode): Revert previous change.
4627         (Info-escape-percent): New function.
4628         (Info-fontify-node): Use it.
4630 2003-10-02  Andreas Schwab  <schwab@suse.de>
4632         * loaddefs-boot.el: Regenerated.
4634 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
4636         * ffap.el: Remove defadvice related code from CVS since `complete'
4637         provides a `PC-completion-as-file-name-predicate' variable that
4638         ffap can override.
4640 2003-10-02  Kenichi Handa  <handa@m17n.org>
4642         * international/utf-8.el (ccl-decode-mule-utf-8):
4643         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
4645         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
4646         * international/subst-big5.el: Likewise.
4647         * international/subst-gb2312.el: Likewise.
4648         * international/subst-ksc.el: Likewise.
4650 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4652         * calendar/calendar.el (increment-calendar-month)
4653         (calendar-leap-year-p, calendar-absolute-from-gregorian)
4654         (generate-calendar, calendar-read-date, calendar-interval)
4655         (calendar-day-of-week): Handle years BC.
4656         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
4658 2003-10-01  Dave Love  <fx@gnu.org>
4660         * language/cyrillic.el (cp1251): Alias for windows-1251.
4662         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
4663         bootstrap.
4665 2003-10-01  Lute Kamstra  <lute@gnu.org>
4667         * files.el: Fix typo.
4668         * imenu.el (imenu--generic-function): Docstring fix.
4670 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4672         * dired.el (dired-mode): Handle dired-directory as a list.
4674 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
4676         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
4678         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
4680         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
4681         Replace gud-display with gud-watch.
4682         (gud-speedbar-buttons): Add stuff for watching expressions
4683         in the speedbar when using M-x gdba.  Use dolist on old part
4684         of this function.
4686         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
4687         (gdb-update-flag): New variables.
4688         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
4689         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
4690         (gud-watch, gdb-var-create-handler) : New functions.
4691         (gdb-var-list-children, gdb-var-list-children-handler)
4692         (gdb-var-create-regexp, gdb-var-update-regexp)
4693         (gdb-var-list-children-regexp): New constants.
4694         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
4695         (gdb-annotation-rules): Reduce annotation set (level 3).
4696         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
4697         (gdb-post-prompt): Don't update GDB buffers every time speedbar
4698         updates.
4699         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
4700         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
4701         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
4702         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
4703         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
4704         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
4705         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
4706         (gud-display, gud-display1)
4707         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
4708         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
4709         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
4710         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
4711         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
4712         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
4713         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
4714         (gdb-display-display-buffer, gdb-toggle-display)
4715         (gdb-delete-display, gdb-expressions-popup-menu)
4716         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
4717         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
4718         to display buffer.
4720 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4722         * progmodes/ada-mode.el (ada-mode): Don't use advice.
4723         Instead, set which-func-functions.
4725         * progmodes/which-func.el (which-func-modes): Add ada-mode.
4726         (which-func-functions): New variable.
4727         (which-function): Use that.
4729         * info.el (Info-mode): Double each `%' in header line.
4731         * emacs-lisp/lisp-mnt.el (lm-with-file):
4732         When FILE is nil, run BODY in current buffer.
4734         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
4736         * help.el (describe-mode): Start with a brief list of minor modes.
4737         Find them thru minor-mode-list so as to find them all.
4738         Show them in alphabetical order.
4740         * mail/sendmail.el (mail-aliases): Doc fix.
4742         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
4744 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4746         * mail/rmailsum.el (rmail-make-summary-line-1):
4747         Change comma after last label to a space.
4748         (rmail-summary-font-lock-keywords): Adapt to that change.
4750 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
4752         * progmodes/scheme.el (scheme-mode-variables): When setting
4753         `font-lock-defaults', also specify that "#" should
4754         be interpreted with `word' syntax.
4755         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
4757 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
4759         * desktop.el: A lot of comments updated.
4760         (desktop-save-mode): Minor mode introduced.
4761         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
4762         (desktop-load-default): Function made obsolete.
4763         (desktop-locals-to-save): Variable made customizable.
4764         (desktop-read): Optional parameter `dirname' added.
4765         (desktop-change-dir, desktop-revert): Parameter `dirname' in
4766         `desktop-read' used.
4767         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
4769 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
4771         * whitespace.el (whitespace-clean-msg): Add user customizable message
4772         for displaying ``clean'' output.
4773         (whitespace-buffer): Use `whitespace-clean-msg'.
4774         (whitespace-global-mode): Fix typo.
4776 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
4778         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
4780 2003-09-29  Lute Kamstra  <lute@gnu.org>
4782         * bindings.el (mode-line-modes): Remove superfluous :propertize
4783         construct in initialization.
4784         (mode-line-position): Change cons cell into proper list in
4785         initialization.
4787 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
4789         * international/mule.el (decode-coding-inserted-region): Use car
4790         of the return value of find-operation-coding-system.
4792 2003-09-29  Kenichi Handa  <handa@m17n.org>
4794         * descr-text.el (describe-char): Fix previous change.
4796 2003-09-28  Kenichi Handa  <handa@m17n.org>
4798         * descr-text.el (describe-char-display): New function.
4799         (describe-char): Pay attention to display table on describing how
4800         a character is displayed.
4802         * international/mule-cmds.el (encoded-string-description):
4803         Prepend "0x" to each encoded byte.
4805 2003-09-28  Andreas Schwab  <schwab@suse.de>
4807         * find-file.el (ff-special-constructs): Add autoload cookie.
4809 2003-09-28  Kevin Ryde  <user42@zip.com.au>
4811         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
4812         makeinfo appends to duplicate index entries.
4814 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
4816         * dired-x.el (dired-clean-tex): Doc fix.
4818         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
4819         using a Chinese tutorial.
4821 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4823         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
4824         between "MAIL FROM:" and "RCPT TO:" and the following address.
4826 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4828         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
4830 2003-09-28  David Ponce  <david@dponce.com>
4832         * recentf.el (recentf-initialize-file-name-history): New defcustom.
4833         (recentf-load-list): When `recentf-initialize-file-name-history'
4834         is non-nil, initialize an empty `file-name-history' with the
4835         recent list.
4837 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
4839         * man.el (Man-default-man-entry): Remove the leading `*' from the
4840         word at point.
4842 2003-09-26  Lute Kamstra  <lute@gnu.org>
4844         * bindings.el (mode-line-position): Mention size indication in
4845         docstring.
4847 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
4849         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
4851         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
4852         because it's autoloaded now.
4854 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4856         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
4857         (sh-font-lock-keywords, sh-feature): Fix previous change of
4858         sh-feature to avoid infloop with sh-font-lock-keywords.
4860 2003-09-25  Kim F. Storm  <storm@cua.dk>
4862         * frame.el (frame-current-scroll-bars): New defun.
4864         * window.el (window-current-scroll-bars): New defun.
4866 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4868         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
4869         cause errors when the state cache contains info on parts that have
4870         been narrowed out.
4872 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4874         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
4875         `c-setup-paragraph-variables' has to be used when this variable is
4876         changed; it doesn't work to reinitialize the mode since that
4877         typically clobbers the variable.
4879         * progmodes/cc-styles.el (c-setup-paragraph-variables):
4880         Make it interactive.
4882 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4884         * progmodes/cc-fonts.el (c-font-lock-declarations):
4885         Fix recognition of constructors and destructors for classes whose
4886         names are matched by `*-font-lock-extra-types'.
4888         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
4889         followed by an identifier in C++ then it's a type.
4891 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4893         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
4894         problem that primarily affected XEmacs.  Don't use faces to find
4895         unterminated strings since Emacs and XEmacs fontify strings
4896         differently - this function should now work better in XEmacs.
4898 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4900         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
4901         `expand-abbrev' workaround which caused braces to misbehave inside
4902         macros.
4904         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
4905         handling.  This bug could cause interactive font locking to bail out.
4907 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4909         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
4910         Handle paren-style types in Pike.  Also fixed some cases of
4911         insufficient handling of unbalanced parens.
4913 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
4915         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
4916         common shell prompts that are not common filename or URL characters.
4917         (ffap-file-at-point): Use the new regexp to strip the prompts from
4918         the file names.  This is an issue mostly for user prompts that
4919         don't have a trailing space and find-file-at-point is invoked from
4920         within a shell inside emacs.
4922 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
4924         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
4925         stamps numerically, rather than textually.
4927 2003-09-24  Kenichi Handa  <handa@m17n.org>
4929         * language/devan-util.el (devanagari-post-read-conversion):
4930         * language/mlm-util.el (malayalam-post-read-conversion):
4931         * language/tml-util.el (tamil-post-read-conversion):
4932         Add autoload cookie.
4934         * international/utf-8.el (utf-8-post-read-conversion):
4935         Call post-read-conversion functions for Devanagari, Malayalam,
4936         and Tamil.
4938 2003-09-23  Dave Love  <fx@gnu.org>
4940         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
4942 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
4944         * progmodes/gud.el (perldb): Add gud-until to list of commands.
4945         Update gud-remove.
4947 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4949         * progmodes/sh-script.el (sh-mode-default-syntax-table):
4950         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
4951         (sh-mode-syntax-table-input): New variable.
4952         (sh-require-final-newline): Don't use eval.
4953         (sh-builtins, sh-leading-keywords, sh-other-keywords)
4954         (sh-variables, sh-font-lock-keywords): Don't use eval.
4955         (sh-set-shell): When setting require-final-newline,
4956         treat value = `require-final-newline' as don't change it.
4957         Set sh-mode-syntax-table locally based on
4958         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
4960         * progmodes/compile.el (compile-internal):
4961         Call compilation-set-window-height before setting window start.
4963 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
4965         * emacs-lisp/bytecomp.el (byte-compile-log-file):
4966         Clear out byte-compile-last-warned-form.
4968 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4970         * woman.el (woman-file-name, woman-follow-word):
4971         If current-word returns nil, use "".
4973         * simple.el (eval-expression): Bind standard-output in to-buffer case.
4975 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4977         * emacs-lisp/lisp-mnt.el (lm-with-file):
4978         Don't visit the file, just use insert-file-contents in temp buffer.
4980 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
4982         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
4983         Add surrounding \\( and \\) around the header, as in
4984         for lm-history-header 'Change Log\\|History'.
4986 2003-09-22  John Paul Wallington  <jpw@gnu.org>
4988         * progmodes/ld-script.el: Add Commentary section,
4989         minor cleanup of file header.
4990         (ld-script-font-lock-keywords): Doc fix.
4991         (toplevel): Provide `ld-script' feature.
4993 2003-09-21  Kim F. Storm  <storm@cua.dk>
4995         * scroll-bar.el (set-scroll-bar-mode): Initialize to
4996         new built-in variable default-frame-scroll-bars.
4997         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
4998         scroll-bar-mode; notably, use it instead of t when we toggle
4999         scroll-bars on.
5000         (toggle-scroll-bar): Use default-frame-scroll-bars.
5002 2003-09-19  Masatake YAMATO  <jet@gyve.org>
5004         * pcvs.el (cvs-do-removal): Change the prompt depending on
5005         `filter' value.
5007 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5009         * startup.el (command-line-1): Stop startup-echo-area-message
5010         being hidden by "Loading image..." message.
5011         (use-fancy-splash-screens-p, display-splash-screen):
5012         Move display-graphic-p test from latter to former.
5014         * progmodes/sh-script.el (sh-font-lock-keywords):
5015         Highlight escaped EOLs differently from other backslash constructs.
5017 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5019         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5020         New functions.
5021         (edebug-enter, edebug-outside-excursion): Use them.
5023         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5024         Fix the condition for whether to print "In WHERE".
5026 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
5028         * finder.el (finder-mode-hook): New variable.
5029         (finder-mode): Run hook finder-mode-hook
5031 2003-09-18  Masatake YAMATO  <jet@gyve.org>
5033         * progmodes/ebrowse.el: Fix broken magic autoload comments.
5035 2003-09-17  Mario Lang  <mlang@delysid.org>
5037         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5038         "p %e" to actually print the value in the GUD buffer.
5040 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
5042         From David Ponce <david.ponce@wanadoo.fr>:
5043         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5044         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5045         from loaddefs-boot.el if necessary.
5047 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
5049         * progmodes/gud.el (gud-find-class): Make jdb work again since
5050         cc-mode changed the syntactic information.
5052 2003-09-15  David Ponce  <david@dponce.com>
5054         * recentf.el: (recentf-exclude): Accept predicates too.
5055         (recentf-file-readable-p): New function.
5056         (recentf-include-p): Handle predicates in recentf-exclude.
5057         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
5058         (recentf-cleanup): Likewise.
5059         (recentf-save-list): Use write-file to handle backup of
5060         recentf-save-file.
5062 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
5064         * loaddefs-boot.el: Renamed from `loaddefs.el'
5065         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5066         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5067         necessary.
5069 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
5071         * electric.el (Electric-pop-up-window): For the `one-window' case,
5072         no longer disconcertingly move point in the original buffer.
5074 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5078 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5080         * dired.el (dired-mode-map): Fix typo.
5082 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5084         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5086 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5088         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5089         the function is less noisy.  Now only `kill-buffer' can ask questions.
5091 2003-09-10  Mario Lang  <mlang@delysid.org>
5093         * battery.el: Update Commentary and Copyright.
5094         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5095         appear due to wrong ordering of the expressions in `or'.
5097 2003-09-09  Lute Kamstra  <lute@gnu.org>
5099         * misc.el (upcase-char): Fix docstring.
5100         (zap-up-to-char): New command.
5102 2003-09-08  David Ponce  <david@dponce.com>
5104         Ensure that recentf correctly updates the menu bar.
5105         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5106         (recentf-menu-bar): New function.
5107         (recentf-clear-data): Use it
5108         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5109         of easy-menu-change.
5111 2003-09-08  Lute Kamstra  <lute@gnu.org>
5113         * simple.el (size-indication-mode): New.
5114         * bindings.el (mode-line-position): Add buffer size indicator.
5116 2003-09-04  Mario Lang  <mlang@delysid.org>
5118         * battery.el (battery-linux-proc-acpi): New function.
5119         (battery-status-function): Modify default value calculation to also
5120         check for availability of ACPI.
5121         (battery-echo-area-format): Ditto.
5122         (battery-mode-line-format): Ditto.
5124 2003-09-06  Dave Love  <fx@gnu.org>
5126         * ielm.el (ielm-mode-hook): Add :options.
5128         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5129         (eldoc-print-current-symbol-info): Use it.
5131 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5133         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5134         being displayed in GUD buffer.
5135         (gdb-idle-input-queue): Remove var.  Use just one queue.
5136         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5137         Remove functions.  Use just one queue.
5138         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5139         (gdb-invalidate-assembler, gdb-get-current-frame):
5140         Modify functions.  Use just one queue.
5142 2003-09-04  Dave Love  <fx@gnu.org>
5144         * cus-start.el: Add blink-cursor-alist.
5146         * ruler-mode.el (ruler-mode-fill-column-char)
5147         (ruler-mode-current-column-char): Use char-displayable-p,
5148         not window-system.
5150         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5152         * language/european.el (windows-1252): Move from code-pages.
5154         * language/cyrillic.el ("Windows-1251"): Delete.
5155         ("Bulgarian", "Belarusian"): Remove `features'.
5156         (windows-1251): Move from code-pages.
5158         * international/mule-diag.el (non-iso-charset-alist):
5159         Remove `codepage' stuff.
5160         (print-designation, list-coding-systems-1): Output fixes.
5162         * international/code-pages.el (cp-make-translation-table)
5163         (cp-valid-codes): Made defsubsts.
5164         (cp-fix-safe-chars): Delete.
5165         (mule-diag): Don't require.
5166         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5167         (top-level): Check for defined coding system when defining
5168         cp... aliases.  Change w32-add-charset-info test to avoid warning.
5169         (non-iso-charset-alist): Defvar when compiling.
5170         (cp-make-coding-system): Doc fix.
5172 2003-09-02  Jason Rumney  <jasonr@gnu.org>
5174         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5175         line-ends from CVS before doing conversion.
5177 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
5179         * calendar/diary-lib.el (diary-header-line-flag)
5180         (diary-header-line-format): New variables.
5181         (list-diary-entries): Use them to set header line in simple diary.
5183         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5184         other than font-lock-string-face to highlight backslashes.
5186 2003-09-01  Jason Rumney  <jasonr@gnu.org>
5188         * international/titdic-cnv.el (tit-read-key-value): Include \r in
5189         regexp.
5191 2003-09-01  Dave Love  <fx@gnu.org>
5193         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5195         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5196         and :help; also line and column numbers labels.
5198         * international/mule-util.el (char-displayable-p): Move from
5199         latin1-disp, rename and autoload.
5201         * international/latin1-disp.el (latin1-char-displayable-p):
5202         Now obsolete alias.  Replace uses with char-displayable-p.
5203         (latin1-display-ucs-per-lynx): Fix last change.
5205         * international/mule-cmds.el (standard-display-european-internal):
5206         Don't use char code for Latin-1 NBSP.
5207         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
5208         U+2018, U+2019 for `'.
5209         (select-safe-coding-system): Message fix.
5211 2003-09-01  Kenichi Handa  <handa@m17n.org>
5213         * international/fontset.el (setup-default-fontset): For Thai
5214         font, specify "*" family.
5216 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5218         * progmodes/compile.el (previous-error): Accept a prefix
5219         argument, similarly to next-error.
5221 2003-08-31  Masatake YAMATO  <jet@gyve.org>
5223         * pcvs.el (cvs-do-removal): Use = instead of eq to check
5224         the number of files.  Bind the number of files to a local
5225         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5227 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
5229         * vc-hooks.el (vc-make-version-backup): Fix the change made on
5230         2003-07-26: msdos-long-file-names is a function, not a variable.
5232 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5234         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5235         Do nothing with mail-personal-alias-file if it is nil.
5237         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5238         Do nothing if mail-personal-alias-file is nil.
5240         * term.el (term-exec-1): Bind coding-system-for-read.
5242         * dired.el (dired-mouse-find-file-other-window):
5243         Use dired-view-command-alist here, as in dired-view-file.
5244         (dired-view-command-alist): Use %s to substitute file name.
5245         Handle .ps_pages, .eps, .jpg, .gif, .png.
5247 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5249         * info.el (Info-mode-map): Bind S-tab and <backtab> to
5250         `Info-prev-reference', instead of M-tab.
5252 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
5254         * simple.el (blink-matching-open): Work correctly on chars that
5255         are designated as parens through the syntax-table text property.
5257 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
5259         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5260         line break position in the middle of a non-kinsoku (e.g. latin)
5261         word, making it skip until either a space or a character with
5262         category "|".
5263         (kinsoku-longer): Test for end of buffer.
5265 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
5267         * mail/rmail.el (rmail-convert-to-babyl-format):
5268         Detect quoted-printable- and base64-encoded messages and decode them
5269         automatically.  Set the message's encoding from the charset=
5270         header, if any.  Decode base64-encoded messages in Mail format as well.
5272 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5274         * mail/smtpmail.el: Fix previous change.
5275         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5276         calling smtpmail-via-smtp.
5277         (smtpmail-via-smtp): Add fall-back values for envelope-from.
5279 2003-08-26  John Paul Wallington  <jpw@gnu.org>
5281         * image.el (image-jpeg-p): Don't search beyond length of data.
5283 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5285         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5286         misfeature in `expand-abbrev' which caused electric keywords like
5287         "else" to disappear if an open brace was typed directly afterwards.
5289 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5291         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5292         mandatory in `define-widget'.
5294         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5295         Don't align the operators "!=", "<=" and ">=" as assignment operators.
5297         (c-assignment-operators): New language constant that only contains
5298         the assignment operators.
5300         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5302 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5304         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5305         Safeguard against unbalanced sexps.
5307 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
5309         * version.el (emacs-version): Check for gtk.  Include gtk version info.
5311 2003-08-25  John Paul Wallington  <jpw@gnu.org>
5313         * man.el (Man-default-man-entry): Don't whizz past the section
5314         number before looking for it.
5316 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
5318         * progmodes/gud.el (gud-display-line): Don't set window-point if
5319         source buffer is not visible.  (Only happens with M-x gdba.)
5321         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5322         documentation.
5323         (gdb-source, gdb-source-info): Update to assembler unnecessary
5324         as its done after each GDB command anyway.
5325         (gdb-pre-prompt): Use with-current-buffer.
5326         (gdb-insert-field): Add help-echo text.
5327         (gdb-invalidate-assembler): Re-display of assembler now done in
5328         gdb-info-breakpoints-custom.
5329         (gdb-info-breakpoints-custom): Force re-display of assembler to
5330         happen *after* update of breakpoints buffer.
5331         (gdb-display-source-buffer): Don't choke if gdb-source-window
5332         isn't visible.
5333         (gdb-put-string, gdb-put-arrow): Remove free variables.
5335 2003-08-24  John Paul Wallington  <jpw@gnu.org>
5337         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
5339         * man.el (Man-default-man-entry): Strip text properties when
5340         snarfing parts of entry because `format' preserves properties.
5342 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5344         * files.el (file-newest-backup): Use `expand-file-name'.
5346         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
5347         Allow the diary to pop up a new frame, if needed.
5349         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
5350         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
5351         (smtpmail-send-it): Make treatment of envelope-from consistent with
5352         sendmail.el.
5354         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
5355         (sh-leading-keywords): Add the bash `time' reserved word.
5356         (sh-variables): Add some bash variables.
5357         (sh-add-completer): Fix nil branch of case statement.
5359 2003-08-24  Masatake YAMATO  <jet@gyve.org>
5361         * progmodes/ld-script.el: New file.
5363 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
5365         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
5367 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
5369         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
5370         Better explain obsolescence, and what to use instead.
5372 2003-08-23  Masatake YAMATO  <jet@gyve.org>
5374         * pcvs.el (cvs-do-removal): Show the deleted file name
5375         on the prompt.
5377 2003-08-20  Dave Love  <fx@gnu.org>
5379         * international/mule.el (make-coding-system)
5380         (set-buffer-file-coding-system): Doc fix.
5382         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
5384         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
5386         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
5388         * international/utf-16.el: Add mime-text-unsuitable coding system
5389         properties.
5391         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
5393         * cus-edit.el: Add some :links.
5394         (bib): Remove.
5396         * textmodes/bib-mode.el (bib): Add :group external.
5398 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
5400         * wid-edit.el (widget-echo-help): Make it handle expressions that
5401         evaluate to strings.
5403 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
5405         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
5407         Simplify selection of SQL products to define highlighting and
5408         interactive mode.  Includes detailed instructions on adding
5409         support for new products.
5411         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
5412         product for use in highlighting and interactive mode.
5413         (sql-interactive-product): New variable.  SQL product for
5414         sql-interactive-mode.
5415         (sql-product-support): New variable.  Specifies product-specific
5416         parameters to drive highlighting and interactive mode.
5417         (sql-imenu-generic-expression): Add more object types.
5418         (sql-sqlite-options): Correct comment.
5419         (sql-ms-program): Use "osql" rather than "isql".
5420         (sql-prompt-regexp, sql-prompt-length): Update comment.
5421         (sql-mode-menu): Add "Start SQLi session" entry.
5422         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
5423         (sql-mode-abbrev-table): Add abbreviations.  Support of
5424         SYSTEM-FLAG on define-abbrev.  Support was removed with last
5425         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
5426         (sql-mode-font-lock-object-name): Add font-lock pattern for object
5427         names.
5428         (sql-mode-ansi-font-lock-keywords): Set as default value.
5429         (sql-mode-oracle-font-lock-keywords): Set as default value.
5430         Support Oracle 9i keywords.
5431         (sql-mode-postgres-font-lock-keywords): Set as default value.
5432         (sql-mode-linter-font-lock-keywords): Set as default value.
5433         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
5434         SQLServer 2000.
5435         (sql-mode-sybase-font-lock-keywords)
5436         (sql-mode-interbase-font-lock-keywords)
5437         (sql-mode-sqlite-font-lock-keywords)
5438         (sql-mode-strong-font-lock-keywords)
5439         (sql-mode-mysql-font-lock-keywords)
5440         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
5441         keywords.
5442         (sql-mode-font-lock-defaults): Update comment.
5443         (sql-product-feature): New function.  Returns feature associated
5444         with a product from `sql-product-support' alist.
5445         (sql-product-font-lock): New function.  Set font-lock support
5446         based on `sql-product'.
5447         (sql-add-product-keywords): New function.  Add font-lock rules to
5448         product-specific keyword variables.
5449         (sql-set-product): New function.  Set `sql-product' and apply
5450         appropriate font-lock highlighting.
5451         (sql-highlight-product): New function.  Set font-lock support
5452         based on a product.  Also set mode name to include product name.
5453         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
5454         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
5455         Use `sql-set-product'.
5456         (sql-highlight-ms-keywords)
5457         (sql-highlight-sybase-keywords)
5458         (sql-highlight-interbase-keywords)
5459         (sql-highlight-strong-keywords)
5460         (sql-highlight-mysql-keywords)
5461         (sql-highlight-sqlite-keywords)
5462         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
5463         (sql-get-login): Prompt in the same order as the tokens.
5464         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
5465         (sql-product-interactive): New function.  Common portions of
5466         product-specific interactive mode wrappers.
5467         (sql-interactive-mode): Rewritten to use product features.
5468         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5469         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5470         (sql-db2, sql-linter): Use `sql-product-interactive'.
5471         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5472         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5473         (sql-connect-ingres, sql-connect-postgres)
5474         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5475         New functions.  Format command line parameters and invoke comint on
5476         the appropriate interpreter.  Code was in the corresponding
5477         `sql-xyz' function before.
5478         (sql-connect-ms): New function.  Support -E argument to use
5479         operating system credentials for authentication.
5481 2003-08-18  Kenichi Handa  <handa@m17n.org>
5483         * international/mule.el (encode-char): Fix for the ASCII case.
5485 2003-08-15  Kenichi Handa  <handa@m17n.org>
5487         * international/fontset.el (setup-default-fontset): Change "*" to
5488         nil in the specifications of font family.
5490 2003-08-18  Kim F. Storm  <storm@cua.dk>
5492         * kmacro.el (kmacro-keymap): Group related bindings in
5493         initialization for clarity.  Bind C-s to start macro.
5494         Remove C-r binding.
5495         (kmacro-initial-counter-value): New defvar to hold initial counter
5496         value in case we set the value before defining a macro.
5497         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
5498         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
5499         not defining or executing macro.  Doc fix.
5500         (kmacro-add-counter): Clear kmacro-initial-counter-value.
5501         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
5502         temporarily view older elements on the macro ring without cycling
5503         the ring.
5504         (kmacro-display): Doc fix.
5505         (kmacro-exec-ring-item): New helper function.
5506         (kmacro-call-ring-2nd): Use it.
5507         (kmacro-call-ring-2nd-repeat): Doc fix.
5508         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
5509         (kmacro-end-or-call-macro): Execute last viewed macro (using
5510         kmacro-exec-ring-item) from ring if this follows
5511         kmacro-view-macro.  This allows us to find a macro on the ring
5512         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
5513         the ring to bring it to the head of the ring.
5514         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
5515         Allow binding to reserved keys without specifying C-x C-k prefix.
5516         Ask for confirmation if entered key sequence is already bound to
5517         a non-macro command.
5518         (kmacro-view-macro): Repeating command will show older elements
5519         on the macro ring; C-k will execute the last viewed macro.
5520         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
5521         property from 'ring to 'head.
5523 2003-08-17  Alan Shutko  <ats@acm.org>
5525         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
5526         keeping December out of the alist.
5528 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5530         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
5531         * calendar/calendar.el (calendar-mode-map): Bind it to key.
5532         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
5533         (calendar-flatten): New function.
5534         (calendar-mouse-view-other-diary-entries)
5535         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
5536         in the menu title and to show multi-line diary entries correctly
5537         in the menu.
5539 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
5541         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
5542         defcustom, because the default was recently changed.
5544 2003-08-16  Richard M. Stallman  <rms@gnu.org>
5546         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
5548         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5549         New subroutine, broken out of eval-last-sexp-1.
5550         (eval-last-sexp-1): Use eval-last-sexp-print-value.
5552         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
5554         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
5556         * simple.el (eval-expression): Use eval-last-sexp-print-value.
5558 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
5560         * progmodes/compile.el (compilation-error-regexp-alist):
5561         Add Java ANt error detection as described in document
5562         http://ant.apache.org/faq.html
5564 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
5566         * simple.el (backward-word, forward-to-indentation)
5567         (backward-to-indentation):  Argument changed to optional.
5568         (next-line, previous-line): Use `or' instead of `unless'.
5570 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5572         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
5573         instead of a constant.
5575 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
5577         * shell.el (shell): With prefix-arg, suggest a new buffer name.
5579 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
5581         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
5582         (vc-sccs-workfile-version): Search the entire delta table, rather
5583         than just the first entry, because that might be a deleted version.
5585 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
5587         * menu-bar.el (menu-bar-options-menu): Supply a body for the
5588         [save-place] binding in the Options menu.  Have it require
5589         'saveplace' and then toggle the variable manually, to avoid an an
5590         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
5591         for the bug report.
5593 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
5595         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
5596         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
5597         (gdb-info-threads-custom): Add help-echo text.
5598         (gdb-display-back): Don't use purecopy.
5599         (gdb-info-breakpoints-custom, gdb-reset)
5600         (gdb-assembler-custom): Use display-images-p to test if breakpoint
5601         icons can be displayed.
5603 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
5605         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
5607 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
5609         * bookmark.el (bookmark-completing-read):
5610         Return a string, instead of a list of one string.
5611         Use a popup menu if activated from the mouse.
5612         (bookmark-edit-annotation): Remove unused vars.
5613         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
5614         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
5615         to bookmark-completing-read.
5616         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5617         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
5618         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
5619         and erase-buffer.
5620         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
5621         (bookmark-menu-jump, bookmark-menu-insert)
5622         (bookmark-popup-menu-and-apply-function)
5623         (bookmark-menu-popup-paned-bookmark-menu): Remove.
5624         (bookmark-menu-build-paned-menu): Remove by folding it into
5625         bookmark-menu-popup-paned-menu.
5626         (menu-bar-bookmark-map): Move the define-key statements here.
5627         Use the "non-menu" commands since they now pop up a menu if needed.
5628         (bookmark-exit-hook-internal): Simplify.
5630 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
5632         * reftex-toc.el (reftex-toc-rename-label): New function.
5633         (reftex-toc-check-docstruct): New function.
5635         * reftex.el (reftex-region-active-p): New function.
5637         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
5638         regexp to find the \bibliography macro.
5640         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
5641         which does not exist in LaTeX.
5642         (reftex-cite-format-builtin): Added amsrefs support.
5643         (reftex-toc-confirm-promotion): New option
5645         * reftex-toc.el
5646         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
5647         (reftex-toc-demote, reftex-toc-promote)
5648         (reftex-toc-do-promote, reftex-toc-promote-prepare)
5649         (reftex-toc-promote-action, reftex-toc-extract-section-number)
5650         (reftex-toc-newhead-from-alist)
5651         (reftex-toc-load-all-files-for-promotion): New functions.
5652         (reftex-toc-help): Added description of new keys.
5653         (reftex-toc-split-windows-fraction): New option.
5654         (reftex-recenter-toc-when-idle): Search *toc* window on all
5655         visible frames.
5656         (reftex-toc): Additional parameter REUSE
5657         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
5658         with REUSE argument.
5659         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
5660         the call of `reftex-toc'.
5661         (reftex-make-separate-toc-frame): New function .
5662         (reftex-toc-recenter): When called with triple prefix arg, call
5663         `reftex-make-separate-toc-frame' first.
5664         (reftex-toc-toggle-dedicated-frame): New command.
5665         (reftex-toc-quit): Adapted to delete frame when called in
5666         dedicated frame.
5668         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
5669         all enclosing macros.
5672 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5674         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
5675         first use.
5677 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5679         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
5681 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5683         * calendar/calendar.el (list-diary-entries-hook)
5684         (diary-display-hook, nongregorian-diary-listing-hook)
5685         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
5686         Add some customize options for these hooks.
5687         (calendar-abbrev-construct): Don't try to take a substring longer
5688         than the original string.
5690 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5692         * emacs-lisp/testcover.el (noreturn): Report error if does return.
5693         (testcover-reinstrument-clauses): Doc fix.
5695         * emacs-lisp/warnings.el: Doc fixes, args renamed.
5696         (warning-type-format): Rename from warning-group-format.
5698         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
5699         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
5700         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
5701         to prevent warnings about defvar for an obsolete variable.
5703         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
5704         warning-group-format renamed to warning-type-format.
5706         * subr.el (read-passwd): Use clear-string instead of fillarray.
5708         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
5709         Use vconcat instead of concat.
5710         (edmacro-sanitize-for-string): New function.
5712 2003-08-05  Dave Love  <fx@gnu.org>
5714         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
5715         line-number-display-limit-width.
5717         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
5719 2003-08-05  Kenichi Handa  <handa@m17n.org>
5721         * international/code-pages.el: Don't require mule-diag.
5723         * international/mule-diag.el (non-iso-charset-alist):
5724         Add autoload cookie.
5726         * language/devan-util.el (dev-glyph-order): Add an entry for the
5727         glyph code #xC4.
5729 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5731         * calendar/calendar.el (diary-file, diary-file-name-prefix)
5732         (european-calendar-style, diary-date-forms)
5733         (calendar-day-name-array, calendar-month-name-array): Doc change.
5734         (generate-calendar-month): Adapt for new behaviour of
5735         `calendar-day-name' function.
5736         (calendar-abbrev-length, calendar-day-abbrev-array)
5737         (calendar-month-abbrev-array): New variables.
5738         (calendar-abbrev-construct): New function.
5739         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
5740         rather than fixing abbrevs at some width.  Calling syntax change.
5741         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
5742         (calendar-date-string): Adapt for new behaviours of
5743         `calendar-day-name' and `calendar-month-name' functions.
5745         * calendar/diary-lib.el (list-diary-entries): Adapt for new
5746         behaviour of `calendar-day-name' and `calendar-month-name' functions.
5747         (diary-name-pattern): Use abbrev arrays, rather than fixing
5748         abbrevs at three chars.  Calling syntax change.
5749         (mark-diary-entries):  Adapt for new behaviours of
5750         `diary-name-pattern' and `calendar-make-alist' functions.
5751         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
5752         `diary-name-pattern' function.
5753         (font-lock-diary-date-forms): Use abbrev arrays, rather than
5754         fixing abbrevs at three chars.  Calling syntax change.
5755         (cal-hebrew, cal-islam): Require when compiling.
5756         (diary-font-lock-keywords): Adapt for new behaviour of
5757         `font-lock-diary-date-forms' function.
5759         * calendar/cal-hebrew.el: Reposition some code so defined before used.
5760         (calendar-hebrew-month-name-array-common-year)
5761         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
5762         (list-hebrew-diary-entries): Adapt for new behaviours of
5763         `calendar-day-name' and `add-to-diary-list' functions.
5764         (mark-hebrew-diary-entries): Adapt for new behaviours of
5765         `diary-name-pattern' and `calendar-make-alist' functions.
5767         * calendar/cal-islam.el (calendar-islamic-month-name-array):
5768         Add doc string.
5769         (list-islamic-diary-entries): Adapt for new behaviours of
5770         `calendar-day-name' and `add-to-diary-list' functions.
5771         (mark-islamic-diary-entries): Adapt for new behaviours of
5772         `diary-name-pattern' and `calendar-make-alist' functions.
5774         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
5775         `calendar-month-name' function.
5777         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
5779         * calendar/solar.el (solar-seasons-data): Move definition before use.
5781         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
5782         (cal-tex-LaTeX-hourbox): Move definition before use.
5784         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
5785         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
5786         lunar.el, solar.el
5787         (displayed-month, displayed-year): Define for compiler.
5789 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
5791         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
5792         MODE.  Renamed from c-init-c-language-vars'.
5793         (c-initialize-cc-mode): Change accordingly.
5794         (c-common-init): Ditto.
5795         (c-mode): Ditto.
5796         (c++-mode): Use `c-init-language-vars-for'.
5797         (objc-mode): Ditto.
5798         (java-mode): Ditto.
5799         (idl-mode): Ditto.
5800         (pike-mode): Ditto.
5801         (awk-mode): Ditto.
5803 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
5805         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
5806         or not the point moved.
5808         (c-search-decl-header-end): Don't trip up on operator identifiers
5809         in C++ and operators like == in all languages.
5811         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5812         Detect leading labels correctly.
5814 2003-08-02  Andreas Schwab  <schwab@suse.de>
5816         * textmodes/ispell.el: Don't redo key bindings on loading, put
5817         them only in loaddefs.el.
5818         * bookmark.el: Likewise.
5819         * dabbrev.el: Likewise.
5820         * emerge.el: Likewise.
5822         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
5823         has more than one member.
5825         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
5827 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5829         * lpr.el (printify-region): It was ending conversion before the
5830         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
5832 2003-07-31  John Paul Wallington  <jpw@gnu.org>
5834         * net/browse-url.el (browse-url-epiphany): Doc fix.
5836 2003-07-30  Kenichi Handa  <handa@m17n.org>
5838         * international/fontset.el (setup-default-fontset):
5839         Change registry names of Akurti fonts.
5841 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5843         * comint.el (comint-read-noecho): Use `clear-string' instead of
5844         `fillarray'.
5846 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
5848         * outline.el (outline-mode-hook): Add defvar.
5850 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
5852         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
5853         Restore assembler in source window if that is what has been selected.
5854         (menu): Add gdb-restore-windows to menu.  Make gdba
5855         specific menus only visible from gdba.
5857 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5859         * progmodes/compile.el (compilation-environment): New user variable.
5860         (compile-internal): Respect it.
5862 2003-07-23  Masatake YAMATO  <jet@gyve.org>
5864         * progmodes/gud.el (gdb-script-font-lock-keywords):
5865         Put `font-lock-function-name-face' on a symbol which includes
5866         `-' like `hook-run'.  Put font-lock-variable-name-face
5867         on a symbol starting with $.
5869 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
5871         * files.el (set-visited-file-name): Use truename for buffer-file-name.
5873 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
5875         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
5877 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
5879         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
5880         Use with-no-warnings.
5881         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
5882         rather than to find-file-not-found-hook, which doesn't exist.
5884 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
5886         * international/quail.el (quail-translate-key): Fix previous change.
5888 2003-07-25  John Paul Wallington  <jpw@gnu.org>
5890         * server.el (server-start): Check `server-process' is non-nil
5891         before killing it to avoid killing current buffer's process.
5893         * simple.el (choose-completion-string): Use `minibufferp';
5894         test `completion-reference-buffer' if `buffer' arg is nil.
5895         (push-mark): Use `when' and `unless'.
5896         (pop-mark): Use `when'.
5898         * mouse-sel.el (mouse-sel-get-selection-function):
5899         Check `x-last-selected-text-primary'.  Don't barf if it or
5900         `x-last-selected-text' aren't bound.
5902 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5904         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
5906 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
5908         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
5910 2003-07-23  John Paul Wallington  <jpw@gnu.org>
5912         * tooltip.el (defface tooltip): Inherit from variable-pitch.
5914 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
5916         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
5917         string.  Defvar the derived hook.
5919         * macros.el (insert-kbd-macro): Escape double quote character.
5920         From Thomas W Murphy <twm@andrew.cmu.edu>.
5922 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
5924         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
5925         to match the specific mark rather than reusing comment-start-skip.
5927 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
5929         * progmodes/hideshow.el (hs-special-modes-alist):
5930         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
5932 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
5934         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
5935         value using ?\s.
5937 2003-07-21  John Paul Wallington  <jpw@gnu.org>
5939         * subr.el (with-selected-window): Add closing paren.
5941 2003-07-21  Richard M. Stallman  <rms@gnu.org>
5943         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
5944         (lisp-mode): Likewise.
5946         * subr.el (with-selected-window): Copy code form save-selected-window
5947         so as to call select-window with norecord arg.
5948         (dynamic-completion-table): Doc fix.
5949         (lazy-completion-table): Doc fix.
5951         * international/mule-cmds.el (set-locale-environment):
5952         langinfo renamed to locale-info.
5954         * international/mule.el (auto-coding-functions): Doc fix.
5956 2003-07-21  Kenichi Handa  <handa@m17n.org>
5958         * international/quail.el (quail-translate-key):
5959         Update quail-current-str correctly.
5961 2003-07-21  Andreas Schwab  <schwab@suse.de>
5963         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
5964         ?, to "_".
5966 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5967         Version 2.0.36 of Tramp released.
5969         * net/tramp.el (tramp-default-password-end-of-line): Rename from
5970         tramp-password-end-of-line.
5971         (tramp-password-end-of-line): New method parameter.
5972         (tramp-get-password-end-of-line): Function to access method
5973         parameter `tramp-password-end-of-line', or variable
5974         `tramp-default-password-end-of-line' (default value).
5975         (tramp-methods): Add entries for new parameter
5976         tramp-password-end-of-line.
5977         (tramp-enter-password): Use new function
5978         `tramp-get-password-end-of-line'.
5979         (tramp-handle-insert-file-contents): Do not
5980         unconditionally inhibit the file operation file-local-copy, only
5981         do that when the inhibit-file-name-operation is currently
5982         insert-file-contents.  This fixes finding remote CVS-controlled
5983         files.  (It would barf on inserting the CVS/Entries file
5984         literally, because the file-local-copy handler wasn't called.)
5985         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
5986         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
5987         (tramp-initial-commands): New variable.
5988         (tramp-process-initial-commands): New function, using the variable.
5989         (tramp-open-connection-setup-interactive-shell): Call the new function.
5990         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
5991         method into the buffer name, never use nil.  Reported by Hanak
5992         David <dhanak@inf.bme.hu>.
5993         (tramp-open-connection-setup-interactive-shell): Erase buffer
5994         before sending "stty -onlcr".
5996         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
5998 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
6000         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6002 2003-07-19  John Paul Wallington  <jpw@gnu.org>
6004         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6005         (artist-draw-rect, artist-draw-square): Doc fixes.
6007         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6009         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6011 2003-07-19  Kenichi Handa  <handa@m17n.org>
6013         * international/kkc.el (kkc-show-conversion-list-update):
6014         Highlight the correct candidate in the message.
6016 2003-07-18  John Paul Wallington  <jpw@gnu.org>
6018         * simple.el (current-word): Don't include punctuation char when
6019         `really-word' arg is non-nil.
6021 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
6023         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6024         moved to the directory obsolete.
6026 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6028         * info.el (Info-menu-entry-name-re): Allow newlines in
6029         menu entry names.
6031         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6032         syntax-ppss-after-change-function.
6033         (syntax-ppss-after-change-function): New alias.  Update uses.
6034         (syntax-ppss): Catch the case where the buffer is narrowed.
6036 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6038         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6039         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6041 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6043         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6044         since it might be modified.
6046         * progmodes/cc-langs.el (c++-make-template-syntax-table)
6047         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6048         names to these language constants.
6050 2003-07-15  Kim F. Storm  <storm@cua.dk>
6052         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6053         All uses changed.
6055 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
6057         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6058         Namespace support.
6060 2003-07-13  Juanma Barranquero  <lektu@terra.es>
6062         * frame.el (modify-all-frames-parameters): Reinstall (copyright
6063         papers received).
6065 2003-07-13  Karl Eichwalder  <ke@suse.de>
6067         * textmodes/po.el (po-find-charset): White space at the start of the
6068         Content-Type field body is non-mandatory.
6070 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6072         * textmodes/texinfo.el (texinfo-section-list):
6073         Append appendixsection; a synonym for appendixsec.
6075 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
6077         * man.el (Man-translate-cleanup): New.
6078         (Man-translate-references): Call `Man-translate-cleanup' to clean
6079         leading, trailing and middle spaces.
6081 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
6083         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6084         Handle `dired-directory' being a list.
6086 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6088         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6089         it doesn't exist.
6091 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6093         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6095         * progmodes/cc-defs.el (c-make-keywords-re):
6096         Don't use delete-duplicates.
6097         (c-lang-const): Don't use mapcan.
6099         * apropos.el (apropos-show-scores): Make it customizable.
6100         Document new meaning.
6101         (apropos): Compute scores from symbols.
6102         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6104 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6106         * ps-bdf.el: Fix copyright line.
6107         (bdf-directory-list): Fix initialization code.
6109 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6111         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6112         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6113         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6115 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6117         * emacs-lisp/ring.el (ring-elements): Doc fix.
6119 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6121         * calendar/timeclock.el (timeclock-relative)
6122         (timeclock-ask-before-exiting, timeclock-use-display-time):
6123         Doc changes.
6124         (timeclock-modeline-display): Give a message if
6125         `timeclock-use-display-time' is non-nil but `display-time-mode'
6126         is not active.
6128 2003-07-11  Kenichi Handa  <handa@m17n.org>
6130         * international/mule-cmds.el (set-language-environment):
6131         Set current-language-environment to the correct string.
6133 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6135         * ps-print.el: Print line number correctly in a region.  Reported by
6136         Tim Allen <timallen@ls83.fsnet.co.uk>
6137         (ps-print-version): New version number (6.6.2).
6138         (ps-printing-region): Code fix.
6140 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6142         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6143         this function can be called from `add-completions-from-tags-table'.
6145 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6147         * calendar/timeclock.el (timeclock-use-display-time)
6148         (timeclock-day-over-hook, timeclock-workday-remaining)
6149         (timeclock-status-string, timeclock-when-to-leave)
6150         (timeclock-when-to-leave-string, timeclock-log-data)
6151         (timeclock-find-discrep, timeclock-day-base)
6152         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6153         (timeclock-modeline-display): Set the variable
6154         `timeclock-modeline-display'.
6155         (timeclock-update-modeline): Doc fix.  Respect value of
6156         `timeclock-relative'.
6158 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6160         * textmodes/reftex-parse.el (reftex-all-document-files):
6161         Add autoload cookie.
6163         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6164         (reftex-scanning-info-available-p): Add autoload cookie.
6166         * international/mule-cmds.el
6167         (set-display-table-and-terminal-coding-system): Delete duplicate
6168         aset on standard-display-table.
6170         * view.el (view-file): If existing buffer's major mode is special,
6171         don't go into view mode.
6173         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6175 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6177         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6178         buffer changes; there's third party code that calls this function
6179         directly.
6181 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6183         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6184         (autodoc-font-lock-keywords): Don't byte compile on font lock
6185         initialization when running from byte compiled files.
6187 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6189         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6190         statement ends with auto-increment "++".
6192 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6194         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6195         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6196         these are changed, so declare them as variables and not constants.
6198 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
6200         * subr.el (dolist, dotimes):  Doc fix.
6202 2003-07-08  Kim F. Storm  <storm@cua.dk>
6204         * international/mule-cmds.el
6205         (set-display-table-and-terminal-coding-system): Don't break
6206         bootstrap if standard-display-table isn't setup yet.
6208 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6210         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6211         Give it a doc string, and autoload it.
6213         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6214         Use with-no-warnings.
6216         * info.el (Info-search): If find invisible text, search again.
6218         * isearch.el (search-whitespace-regexp): Add a shy group around it.
6220         * man.el (Man-name-regexp): Match + as part of name.
6222         * simple.el (visible-mode): Rename from vis-mode.
6223         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6225         * simple.el (current-word): New arg REALLY-WORD specifies
6226         don't include punctuation chars.
6228         * emacs-lisp/debug.el (debug, debugger-env-macro):
6229         Use with-no-warnings while accessing and binding unread-command-char.
6231         * international/mule-cmds.el
6232         (set-display-table-and-terminal-coding-system): Use explicit loop
6233         instead of calling standard-display-default.
6235         * net/ange-ftp.el (ange-ftp-file-symlink-p):
6236         Use condition-case to catch error in ange-ftp-get-files.
6238         * net/browse-url.el (browse-url-browser-function):
6239         Add alternative for Epiphany.
6240         (browse-url-epiphany-program, browse-url-epiphany-arguments)
6241         (browse-url-epiphany-startup-arguments)
6242         (browse-url-epiphany-new-window-is-tab): New variables.
6243         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6245         * progmodes/compile.el (compile-auto-highlight): Default now t.
6246         (compile): Doc fix.
6247         (compilation-next-error): Fix previous change.
6249         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6251         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6253 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
6255         * gdb-ui.el (gdb-source-info): Display current frame when
6256         attaching to an existing process.
6257         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6258         while laying out windows when attaching to an existing process.
6260 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
6262         * info.el (Info-menu): Use Info-menu-entry-name-re.
6264 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6266         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6267         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6269         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6270         to match the same text.
6272 2003-07-06  John Paul Wallington  <jpw@gnu.org>
6274         * vc.el (vc-annotate-offset): Move defvar up.
6276 2003-07-06  Kim F. Storm  <storm@cua.dk>
6278         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6279         This should fix the infinite loop when extracting menu names.
6281 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6283         * files.el (auto-mode-alist, interpreter-mode-alist):
6284         Remove entries to CC Mode modes to avoid duplicates; they are now added
6285         with autoload directives in cc-mode.el.
6287 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6289         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6290         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6291         these are changed, so declare them as variables and not constants.
6293         * progmodes/cc-mode.el: Fix some autoload problems: Try to
6294         ensure that the entry for ".c" extension comes before the one for
6295         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6296         Fix incorrect entries that were added to `interpreter-mode-alist'.
6297         Move the autoload directives for AWK to the top level since they
6298         aren't recognized anywhere else.  Do not use the new AWK mode doc
6299         in the autoload form for the old AWK mode.
6301 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6303         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6304         (bibtex-sort-ignore-string-entries): Default value t.
6305         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6306         erroneously in previous version.
6307         (bibtex-string-files): Docstring reflects new parsing scheme.
6308         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6309         docstring, add # as one of the chars to crush
6310         (bibtex-autokey-prefix-string, bibtex-autokey-names)
6311         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6312         (bibtex-autokey-name-change-strings)
6313         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6314         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6315         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6316         (bibtex-autokey-title-terminators)
6317         (bibtex-autokey-titlewords-stretch)
6318         (bibtex-autokey-titleword-ignore)
6319         (bibtex-autokey-titleword-case-convert)
6320         (bibtex-autokey-titleword-abbrevs)
6321         (bibtex-autokey-titleword-abbrevs)
6322         (bibtex-autokey-titleword-change-strings)
6323         (bibtex-autokey-titleword-length)
6324         (bibtex-autokey-titleword-separator)
6325         (bibtex-autokey-name-year-separator)
6326         (bibtex-autokey-year-title-separator)
6327         (bibtex-autokey-before-presentation-function)
6328         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
6329         Fix docstring.
6330         (bibtex-strings, bibtex-reference-keys):
6331         Use lazy-completion-table and make-variable-buffer-local.
6332         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
6333         (bibtex-braced-string-syntax-table)
6334         (bibtex-quoted-string-syntax-table): New variables.
6335         (bibtex-parse-nested-braces): Remove.
6336         (bibtex-parse-field-string): Use syntax table and forward-sexp.
6337         (bibtex-parse-association): Simplify.
6338         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
6339         (bibtex-parse-field-text): Simplify.
6340         (bibtex-search-forward-field, bibtex-search-backward-field):
6341         argument BOUND can take value t.
6342         (bibtex-start-of-field, bibtex-start-of-name-in-field)
6343         (bibtex-end-of-name-in-field, bibtex-end-of-field)
6344         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
6345         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
6346         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
6347         (bibtex-skip-to-valid-entry): Return buffer position of beginning
6348         and ending of entry.  Update for changes of bibtex-search-entry.
6349         Simplify.
6350         (bibtex-map-entries): FUN is called with three arguments.
6351         (bibtex-search-entry): Return a cons pair with buffer positions of
6352         beginning and end of entry.
6353         (bibtex-enclosing-field): Simplify.
6354         (bibtex-format-entry): Use booktitle to set a missing title.
6355         (bibtex-autokey-get-names): Fiddle with regexps.
6356         (bibtex-generate-autokey): Use identity.
6357         (bibtex-parse-keys): Use simplified parsing algorithm if
6358         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
6359         arguments.  Return alist of keys.
6360         (bibtex-parse-strings): Simplify.  Return alist of strings.
6361         (bibtex-complete-string-cleanup): Fix docstring.
6362         (bibtex-read-key): New function.
6363         (bibtex-mode): Fix docstring.  Do not parse for keys and
6364         strings when the mode is entered.  Set fill-paragraph-function to
6365         bibtex-fill-field.  Setup font-lock-mark-block-function the way
6366         font-lock intended.
6367         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
6368         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
6369         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
6370         (bibtex-Preamble): Avoid hard coded constants.
6371         (bibtex-make-field): Fix docstring.  Simplify.
6372         (bibtex-beginning-of-entry): Always return new position of point.
6373         (bibtex-end-of-entry): Rearrange cond clauses.
6374         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
6375         Update for changes of bibtex-map-entries.
6376         (bibtex-ispell-abstract): Do not move point.
6377         (bibtex-entry-index): Use downcase.  Simplify.
6378         (bibtex-lessp): Handle catch-all.
6379         (bibtex-find-crossref): Turn into a command.
6380         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
6381         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
6382         preamble entries.
6383         (bibtex-fill-field-bounds): New function.
6384         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
6385         (bibtex-fill-entry): Use bibtex-fill-field-bounds
6386         (bibtex-String): Use bibtex-strings.  Always obey
6387         bibtex-sort-ignore-string-entries.
6389 2003-07-05  John Paul Wallington  <jpw@gnu.org>
6391         * cus-theme.el (customize-create-theme):
6392         Call `customize-create-theme' in Reset widget's notify function.
6394         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
6395         (ibuffer-mark-interactive): Use `or' instead of `unless'.
6396         (define-ibuffer-column name): Add summarizer.
6397         (define-ibuffer-column size): Likewise.
6398         (define-ibuffer-column filename): Likewise.
6399         (define-ibuffer-column process): Likewise.  Change BODY's output too.
6400         (define-ibuffer-column filename-and-process): Likewise, likewise.
6401         (ibuffer): Remove local vars `already-in' and `need-update'.
6403         * ibuf-ext.el: Don't require `derived' at compile-time.
6405 2003-07-05  Kim F. Storm  <storm@cua.dk>
6407         * info.el: Disable paragraph refilling.
6408         (Info-refill-paragraphs): New defcustom.
6409         (Info-fontify-node): Use it.
6411 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
6413         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
6414         thingies from constructors created by defstruct.
6416         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
6417         the default value of the variable.
6418         (byte-code-meter): Move declaration to top level.
6420         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
6422         * info.el (Info-following-node-name-re): New fun.
6423         (Info-following-node-name): Remove.
6424         (Info-insert-dir): Use the new fun.
6425         (Info-extract-pointer): Don't save restriction; use new fun.
6426         (Info-menu-entry-name-re): New const.
6427         (Info-menu-entry-name-re): Use it along with new fun.
6428         (Info-node-spec-re): Use new fun.
6429         (Info-complete-menu-item, Info-fontify-node): Use new const.
6430         (Info-goto-node, Info-follow-reference, Info-menu-update):
6431         Use match-string.
6432         (Info-follow-reference): Use assoc-string.
6433         Use a list of strings for the completion table.
6434         (Info-fontify-node): Use match-string, line-end-position.
6435         Limit the search for `node:' to the first line.
6437         * newcomment.el (uncomment-region): Remove padding coming from
6438         comment-start rather than just from comment-padding.
6440         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
6441         (vc-cvs-stay-local-p): Use vc-stay-local-p.
6442         (vc-cvs-rename-file): Remove (use the default).
6443         (vc-cvs-register): Register parent dir if needed.
6444         (vc-cvs-could-register): Return non-nil if parent can be registered.
6445         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
6446         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
6448         * vc-svn.el (vc-svn-use-edit): Make it into a const.
6449         (vc-svn-update): Fix the arguments to `svn'.
6450         (vc-svn-diff-tree): Just use `vc-svn-diff'.
6451         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
6452         Simple implementations, assuming `name' is a URL.
6454         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
6455         set of chars allowed unquoted in a case pattern.
6457         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
6459         * font-lock.el (font-lock-extra-types-widget)
6460         (c-font-lock-extra-types, c++-font-lock-extra-types)
6461         (objc-font-lock-extra-types, java-font-lock-extra-types)
6462         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
6463         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
6464         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
6465         (font-lock-match-c++-structor-declaration)
6466         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
6467         (c++-font-lock-keywords-3, c++-font-lock-keywords)
6468         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
6469         (objc-font-lock-keywords-3, objc-font-lock-keywords)
6470         (java-font-lock-keywords-1, java-font-lock-keywords-2)
6471         (java-font-lock-keywords-3, java-font-lock-keywords)
6472         (java-font-lock-syntactic-face-function): Remove obsolete code
6473         and constants.  It's all in cc-fonts.el now.
6475 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
6477         * mail/sendmail.el (mail-specify-envelope-from)
6478         (mail-envelope-from): Doc fix.
6480 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
6482         * generic-x.el: Do away with the dependency on `c-emacs-features'
6483         when populating `rul-generic-mode-syntax-table'; we already know
6484         this isn't XEmacs.
6486 See ChangeLog.10 for earlier changes.
6488 ;; Local Variables:
6489 ;; coding: iso-2022-7bit
6490 ;; End:
6492     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6493   Copying and distribution of this file, with or without modification,
6494   are permitted provided the copyright notice and this notice are preserved.
6496 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1