Add "(require 'eshell)", to get necessary features
[emacs.git] / lisp / ChangeLog
blob4b330727581898525b4409b6069f21a9360bf6e6
1 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3         * subr.el (momentary-string-display): Support EXIT-CHAR that is
4         either a character representation of an event or an event
5         description list.
7         * type-break.el: Capitalise Emacs and Lisp.
8         (type-break-good-break-interval, type-break-demo-boring-stats)
9         (type-break-terse-messages, type-break-file-name): New defcustoms.
10         (type-break-post-command-hook)
11         (type-break-warning-countdown-string): Quote variable names in
12         doc.
13         (type-break-interval-start, type-break-auto-save-file-name): New
14         defvars.
15         (type-break-mode): Document type-break-good-break-interval and the
16         "session" file.  Schedule break according to the session file.
17         Kill session file buffer on exit.  Organise for save-some-buffers
18         to always save the session file.
19         (type-break-mode-line-message-mode, type-break-query-mode):
20         Uppercase arguments.
21         (type-break-file-time, type-break-file-keystroke-count, timep)
22         (type-break-choose-file, type-break-get-previous-time)
23         (type-break-get-previous-count): New defuns.
24         (type-break): Avoid break querying after a completed break in the
25         case where the query was initiated during user invocation of the
26         break.  Optional terse messages.  Use
27         type-break-good-break-interval if type-break-good-rest-interval is
28         nil.  File the break time.
29         (type-break-schedule): New optional args for overriding the use of
30         the current time.
31         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
32         after a break.
33         (type-break-check): File the keystroke count.
34         (type-break-do-query): Prevent a second query when the break is
35         interrupted.  Optional terse message.
36         (type-break-keystroke-reset): Record the start of a typing
37         interval.
38         (type-break-demo-boring): Optional terse messages.  Display word
39         per minute and keystroke counts according to
40         type-break-demo-boring-stats.
42 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
44         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
45         directories, make sure they exist under archive-tmpdir.
47 2004-04-27  Juri Linkov  <juri@jurta.org>
49         * help.el (view-emacs-news): With argument, display info for the
50         selected version by finding it among different NEWS files, and
51         narrowing the buffer to the selected version.
53         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
54         same-window-buffer-names.
55         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
56         non-numeric prefix argument, append the number to the buffer name
57         for numeric prefix argument.
58         (info-other-window): Bind same-window-regexps to nil.
59         (Info-reference-name): Rename to Info-point-loc.
60         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
61         and Info-find-index-name for stringy Info-point-loc.
62         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
63         without middle `.', but with final `.' and optional line number
64         for it.  Set Info-point-loc for index nodes.
65         (Info-index): Remove middle `.' from index entry regexp.
66         Modify line number regexp.
67         (Info-index-next): Decrement line number.
68         (info-apropos): Remove middle `.' from index entry regexp.
69         Add optional line number regexp at the end.  Add matched value
70         for line number to the result list and insert it to the buffer.
71         Replace match-string by match-string-no-properties.
72         Reorder result list.
73         (Info-fontify-node): Hide index line numbers.
74         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
75         empty matches.
76         (Info-follow-reference): Use `str' instead of
77         Info-following-node-name-re.
78         (Info-toc): Use full file names.  Set Info-current-node to "Top".
79         (Info-fontify-node): Compare file names without directory name.
80         (Info-try-follow-nearest-node): Don't set Info-reference-name.
81         Set second arg of Info-extract-menu-node-name for index nodes.
82         (info-xref-visited): Use magenta3 instead of magenta4.
83         (Info-mode): Add info-apropos to docstring.
85         * log-view.el (log-view-diff): Replace interactive code "r"
86         by a list to allow to call it even if region is not active.
88         * paren.el (show-paren-highlight-openparen): New var.
89         (show-paren-function): Turn on openparen highlighting when
90         matching forward if show-paren-highlight-openparen is non-nil.
92         * simple.el (kill-ring-save): Use blink-matching-delay instead of
93         the constant value 1.
94         (completions-common-part): Expand docstring.
96         * textmodes/picture.el (picture-mode-map): Add arrow keys.
98 2004-04-27  Kim F. Storm  <storm@cua.dk>
100         * image.el (insert-sliced-image): Use line-height instead of
101         line-spacing property on newline.
103 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
105         * desktop.el (desktop-buffer-misc-data-function): Rename to
106         desktop-save-buffer and change docstring.
107         (desktop-buffer-modes-to-save): Delete.
108         (desktop-save-buffer-p): Use desktop-save-buffer instead of
109         desktop-buffer-modes-to-save.
110         (desktop-save): Rename desktop-buffer-misc-data-function to
111         desktop-save-buffer and allow non-function value.
112         (desktop-missing-file-warning): Correct docstring.
114         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
115         to desktop-save-buffer.
117         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
118         desktop-save-buffer.
120         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
122         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
124 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
126         * progmodes/gud.el (gud-pdb-command-name): Change default to
127         "pydb".
129 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
131         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
132         (ielm): Only go to the end of the buffer when starting a new process.
134 2004-04-25  Juanma Barranquero  <lektu@terra.es>
136         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
137         mode line.  Bind `inhibit-read-only' to t before modifying
138         properties of text in the buffer.
139         (ielm): Force point to the end of buffer, even when running ielm
140         from inside itself.
142 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
144         * info.el (info-apropos): Reset Info-complete-cache.
146 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
148         * progmodes/compile.el (compilation-error-regexp-alist-alist):
149         Also recognize severe Irix et al. messages.
150         (compilation-normalize-filename, compile-abbreviate-directory):
151         Delete functions.
152         (compilation-get-file-structure): New function inherits
153         functionality of the two preceding ones.
154         (compilation-internal-error-properties, compilation-fake-loc): Use
155         it so that different paths to the same file share the same
156         markers.  Also optimize finding adjacent marker slightly.
158 2004-04-25  Kim F. Storm  <storm@cua.dk>
160         * image.el (insert-sliced-image): Add line-spacing t property
161         to newlines separating image lines.
163 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
165         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
167         * ielm.el (ielm-prompt-read-only): New user option.
168         (ielm-prompt): Expand docstring to describe new behavior.
169         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
170         mention it in the docstring.
172 2004-04-24  Andreas Schwab  <schwab@suse.de>
174         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
176         * diff.el (diff): Set default-directory in diff buffer.
178 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
180         * mail/sendmail.el (mail-bury): Don't delete the frame where the
181         mail was being composed if the terminal cannot display more than
182         one frame; instead, switch to previous frame.
184         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
185         (rmail-start-mail): Support rmail-mail-new-frame even on
186         terminals that can display only one frame at a time.
188 2004-04-23  Juanma Barranquero  <lektu@terra.es>
190         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
192         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
193         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
194         (pcomplete--help, pcomplete--here): Doc fixes.
196 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
198         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
199         handles wrong-number-of-arguments in backend call.
201         * vc.el (vc-print-log): Likewise.
203 2004-04-23  Kenichi Handa  <handa@m17n.org>
205         * international/mule-util.el (char-displayable-p): Simplified by
206         using internal-char-font.
208 2004-04-23  Juanma Barranquero  <lektu@terra.es>
210         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
212 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * diff-mode.el (diff-next-error): New fun.
215         (diff-mode): Use it.
217         * simple.el (next-error): Change arg name.
218         Add support for the documented C-u C-x ` usage.
220         * frame.el (special-display-popup-frame, next-multiframe-window)
221         (previous-multiframe-window): Only consider frames on same display.
223 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
225         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
226         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
228 2004-04-22  Kim F. Storm  <storm@cua.dk>
230         * net/telnet.el (telnet): Add optional port arg.
232 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * progmodes/compile.el (compilation-mode-font-lock-keywords):
235         Minor sanity check on the `hyperlink' slot.
237         * Makefile.in (recompile): Compile new files.
239         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
240         Add byte-recompile-directory's optional `arg'.
242         * cvs-status.el (cvs-tree-use-charset): New var.
243         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
244         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
245         (cvs-status-cvstrees): Use it.
247         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
248         Make it a normal major mode.
249         (checkdoc-buffer-label): Make sure the file name is meaningful.
250         (checkdoc-output-to-error-buffer): Remove.
251         (checkdoc-error, checkdoc-start-section): Rewrite.
253         * info.el (info-node, info-menu-5, info-xref, info-header-node)
254         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
255         (Info-title-4-face): Use new syntax.
256         (info-xref-visited): Inherit from info-xref.
258         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
260 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
262         * simple.el (next-error-last-buffer, next-error-function):
263         New variables for the next-error framework.
264         (next-error-buffer-p): New function.
265         (next-error-find-buffer): Generalize compilation-find-buffer.
266         (next-error, previous-error, first-error, next-error-no-select)
267         (previous-error-no-select): Move from compile.el.
269         * replace.el (occur-next-error, occur-1): Hook into the next-error
270         framework.
272         * progmodes/compile.el (compilation-start):
273         Set next-error-last-buffer so next-error knows where to jump.
274         (compilation-setup): Set the buffer-local variable
275         next-error-function to 'compilation-next-error-function.
276         (compilation-buffer-p, compilation-buffer-internal-p): Use an
277         alternate way to find if a buffer is a compilation buffer, for
278         next-error convenience.
279         (next-error-no-select, previous-error-no-select, next-error)
280         (previous-error, first-error): Move to simple.el.
281         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
282         (compilation-last-buffer): Remove.
283         (compilation-start, compilation-next-error, compilation-setup)
284         (compilation-next-error-function, compilation-find-buffer):
285         Remove compilation-last-buffer use.
287 2004-04-21  Juanma Barranquero  <lektu@terra.es>
289         * makefile.w32-in (WINS): Add url/ directory.
291         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
292         (font-lock-warning-face): Fix spacing.
294 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
296         * desktop.el (desktop-buffer-mode-handlers): New variable.
297         Alist of major mode specific functions to restore a desktop buffer.
298         (desktop-buffer-handlers): Make variable obsolete.
299         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
300         Catch errors signaled in handlers.  Update buffer count.
301         Evaluate desktop-buffer-point.
302         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
303         move to dired.el.
304         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
305         move to info.el.
306         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
307         move to mail/rmail.el.
308         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
309         to mh-e/mh-e.el.
310         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
311         On fail, print message (to message buffer) even if
312         desktop-missing-file-warning is nil.
313         (desktop-buffer-misc-data-function): New buffer local variable.
314         Function returning major mode specific data.
315         (desktop-buffer-misc-functions): Make variable obsolete.
316         (desktop-save): Use desktop-buffer-misc-data-function.
317         (desktop-buffer-dired-misc-data): Rename to
318         dired-desktop-buffer-misc-data and move to dired.el.
319         (desktop-buffer-info-misc-data): Rename to
320         Info-desktop-buffer-misc-data and move to info.el.
321         (desktop-read): Add message about number of buffers restored/failed.
322         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
323         Add parameters.  Pause to display error only when
324         desktop-missing-file-warning is non-nil.
325         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
326         (dired-mode): Bind desktop-buffer-misc-data-function.
327         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
328         Add Parameters.
329         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
330         (Info-mode): Bind desktop-buffer-misc-data-function.
331         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
332         Add Parameters.
333         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
334         Add Parameters.
336 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
338         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
339         the case of letters in case-insensitive expansions when the
340         abbrev is preceded by characters with letter syntax.
342 2004-04-21  Richard M. Stallman  <rms@gnu.org>
344         * progmodes/cperl-mode.el (cperl-putback-char):
345         Delete Emacs 18 definition.
347         * international/mule.el (ctext-post-read-conversion):
348         Use assoc-string, not assoc-ignore-case.
350         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
352         * emacs-lisp/easymenu.el (easy-menu-add):
353         Do call x-popup-menu, but only if it's defined.
355         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
357         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
358         Handle multiple args: compile like progn.
360         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
361         take all args as &rest arg.
363         * autoinsert.el (auto-insert-alist): Insert the user's name in
364         copyright notice, rather than Free Software Foundation.
366 2004-04-21  Kenichi Handa  <handa@m17n.org>
368         * descr-text.el (describe-char): Make it work on *Help* buffer.
370 2004-04-21  Kim F. Storm  <storm@cua.dk>
372         * image.el (insert-image): Add optional SLICE arg.
373         (insert-sliced-image): New defun.
375 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
377         * subr.el (read-number): Check whether `default' is nil.
379 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * progmodes/compile.el (compilation-error-properties):
382         Split into two.
383         (compilation-internal-error-properties): New one.
384         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
386 2004-04-20  Richard M. Stallman  <rms@gnu.org>
388         * window.el (split-window-save-restore-data):
389         Don't update the data if OLD-INFO is nil.
391         * view.el (view-return-to-alist): Mark it permanent local.
393         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
395         * recentf.el (recentf-save-list): Catch and warn about errors.
397         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
398         so "Buffers" won't be pure.
400         * help-mode.el (help-mode-finish): Set help-return-alist first
401         thing, setting only the entry for the selected window.
403         * help-fns.el (describe-function-1): If many non-control non-meta
404         keys run the command, don't list all of them.
406 2004-04-20  Juanma Barranquero  <lektu@terra.es>
408         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
409         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
411         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
413 2004-04-20  Kenichi Handa  <handa@m17n.org>
415         * international/quail.el (quail-lookup-key): New optional arg
416         NOT-RESET-INDICES.
417         (quail-get-translations): Call quail-lookup-key with
418         NOT-RESET-INDICES t.
419         (quail-completion): Likewise.
420         (quail-lookup-map-and-concat): Likewise.
422 2004-04-20  Kenichi Handa  <handa@m17n.org>
424         * international/quail.el (quail-update-translation): Don't insert
425         such an unsupported multibyte char in a unibyte buffer.
427 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
429         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
430         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
431         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
432         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
433         (gdb-frame-assembler-buffer): Improve behaviour with
434         multiple frames.
435         (gdb-display-buffer): Extend search to all visible frames.
437 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
439         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
440         characters left after base64 decoding.
441         (rmail-decode-region): Use -dos variety of `coding', to remove any
442         ^M characters left after qp or base64 decoding.
444 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
446         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
447         messages.
449 2004-04-19  Stephen Eglen  <stephen@gnu.org>
451         * add-log.el (add-change-log-entry): Update doc string to mention
452         add-log-full-name and add-log-mailing-address.
454 2004-04-18  Juri Linkov  <juri@jurta.org>
456         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
457         (Info-find-node-2): Simplify error message.
458         (Info-insert-dir): Use Info-following-node-name.
459         (Info-goto-node): Remove *info-history* and *info-toc*.
460         (Info-history): Create a node of the virtual history file.
461         (Info-toc): Create a node of the virtual toc file.
462         (Info-insert-toc): New arg `curr-file' for reference file names.
463         (info-apropos): Remove redundant var binding for temp-file.
464         (Info-index, Info-index-next, Info-mode): Doc fix.
465         (Info-goto-emacs-command-node): Don't jump to *info* from
466         non-*info* Info buffers.
467         (Info-fontify-node): Don't show the file name of external
468         references if `Info-hide-note-references' is `hide'.  Don't hide
469         newlines at the end of paragraphs.
471         * international/mule-diag.el (list-input-methods):
472         Fix args to help-xref-button.
474         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
475         to put into effect local variables from TUTORIAL files.
477         * textmodes/paragraphs.el (sentence-end) <function>: New fun
478         with default value taken from the variable `sentence-end'.
479         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
480         Add nil const to :type.
481         (sentence-end-without-period, sentence-end-double-space)
482         (sentence-end-without-space): Doc fix.
484         * textmodes/paragraphs.el (forward-sentence):
485         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
486         (fill-delete-newlines):
487         * progmodes/cc-cmds.el (c-beginning-of-statement):
488         Use function `sentence-end' instead of variable `sentence-end'.
490 2004-04-18  Andreas Schwab  <schwab@suse.de>
492         * progmodes/compile.el (compilation-start): Set window start to
493         point-min if compilation-scroll-output is nil.
495 2004-04-18  John Wiegley  <johnw@newartisans.com>
497         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
499 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
501         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
502         (gdb-info-breakpoints-custom): Revert previous change.
503         (gdb-view-assembler): Update assembler if necessary.
504         (gdb-frame-handler): Parse correctly for gdb-current-frame.
505         (gdb-display-source-buffer): Update properly when both source and
506         assembler are visible.
508 2004-04-17  John Wiegley  <johnw@newartisans.com>
510         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
511         which limits the number of names shown in the minibuffer.  Off by
512         default.
513         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
514         up iswitchb for users with a multitude of open buffers by showing
515         only the first and last N/2 buffers in the completion list (which
516         is enough to aid C-s/C-r, and to know that more characters are
517         needed to refine the completion list).
519 2004-04-17  Richard M. Stallman  <rms@gnu.org>
521         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
522         (file-truename): Expand all ~ constructs directly.
523         (insert-directory): Delete any error msg output by the
524         `insert-directory-program'.
526         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
527         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
528         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
529         (allout-init): Use find-file-hook, not find-file-hooks.
530         (allout-mode): Eliminate Emacs 18 support.
531         Use write-contents-functions, not local-write-file-hooks.
533 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
535         * progmodes/compile.el (compilation-error-properties): Fix for
536         adding messages when there are already markers for their file.
537         (compilation-fake-loc): New function.
539 2004-04-16  Dave Love  <fx@gnu.org>
541         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
542         (python-load-file): Fix python-orig-start setting.
544         * progmodes/compile.el: Doc fixes.
545         (compilation-error-regexp-alist-alist)
546         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
547         (compilation-assq): Wrap in eval-when-compile.
548         (compilation-mode-font-lock-keywords): Don't use list*.
549         (compilation-start): Avoid warning.
550         (compilation-compat-error-properties)
551         (compilation-directory-properties): Add keymap property.
552         (compilation-parsing-end): Make it a marker for better compatibility.
554         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
556 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
558         * xml.el: Doc fixes.
559         (xml-get-children): Only looks at sub-tags and ignore strings.
561         * xml.el (xml-parse-tag): Avoid overwriting node-name.
563 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * url/url-util.el (url-debug): Use with-current-buffer.
567         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
568         (url-nfs-create-wrapper): Use new backquote syntax.
570         * url/url-https.el (url-https-file-attributes): Add id-format param.
572         * url/url-http.el (url-http-head-file-attributes)
573         (url-http-file-attributes): Add id-format parameter.
575         * url/url-handlers.el: Use new find-file-hook.
576         (url-file-attributes): Add id-format parameter.
578         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
579         (url-file-file-attributes): Add id-format parameter.
581         * url/url-dav.el: Use with-current-buffer.
582         (url-dav-process-response): Fix regexps and spurious quote.
583         (url-dav-file-attributes): Add id-format param.
585         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
587 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
589         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
591         * vc.el (vc-print-log): Likewise.
593 2004-04-16  Masatake YAMATO  <jet@gyve.org>
595         * simple.el (completion-setup-function): Set an initial value
596         to `element-common-end' before entering loop.  Set a value
597         to `element-common-end' at the end of loop.
598         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
599         (completions-common-part): Rename from completion-de-emphasis.
600         (completions-first-difference): Rename from completion-emphasis.
601         Suggested by RMS.
603 2004-04-16  Juanma Barranquero  <lektu@terra.es>
605         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
606         (bookmark-edit-annotation-mode): Add mode name.
608 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
611         for nested conflict markers.
612         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
614 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
616         * progmodes/gdb-ui.el (gdb-goto-info): New function.
618         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
620 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
623         Give a backtrace if requested.
625         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
627         * progmodes/python.el (python-mouse-2-command, python-RET-command):
628         Remove unused functions.
629         (python-orig-start-line, python-orig-file): Remove.
630         (python-orig-start): New var.
631         (python-input-filter, python-compilation-line-number)
632         (python-send-region, python-load-file): Use it.
634         * info.el (info): Always jump to *info*.
636         * subr.el (posn-set-point): New function.
638         * mouse.el (mouse-set-point): Use it.
640         * progmodes/compile.el (compile-goto-error): Use it.
641         (compilation-button-map): New keymap.
642         (compilation-error-properties): Use it.
643         (compilation-shell-minor-mode-map): Don't bind mouse-2.
645         * smerge-mode.el (smerge-popup-context-menu): Use it.
647         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
648         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
649         mouse and non-mouse case.
651         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
652         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
654         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
655         Make it work for non-mouse events.
657         * pcvs-info.el (cvs-status-map): Update binding name.
659 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
661         * xml.el (xml-maybe-do-ns): New function to handle namespace
662         parsing of both attribute and element names.
663         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
664         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
665         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
666         (xml-parse-attlist): Make it do its own namespace parsing.
668 2004-04-14  Dave Love  <fx@gnu.org>
670         * progmodes/python.el (run-python): Fix use of \n.
671         (python-load-file): Remove `try' from Python fragment.
672         (python-describe-symbol): Fix message.
674         * comint.el: Doc fixes.
675         (comint-last-input-start, comint-last-input-end)
676         (comint-last-output-start): Give them values.
677         (comint-arguments): Avoid warning.
678         (comint-skip-prompt): Use line-end-position.
679         (comint-backward-matching-input): Rename arg to agree with doc.
680         (comint-extract-string): Use syntax-ppss.
681         (comint-dynamic-simple-complete): Delete useless list construction.
682         (comint-redirect-subvert-readonly): New.
683         (comint-redirect-preoutput-filter): Use it.
685         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
686         Correctly handle negative arguments when calling hook functions.
688 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
690         * info.el (info-apropos): Don't clobber Info-history-list.
692 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
694         * progmodes/compile.el (compilation-setup):
695         Localize overlay-arrow-position.
696         (compilation-sentinel): Restructure code equivalently.
697         (compilation-next-error): Find message on same line after point if
698         not found before point.
699         (compile-mouse-goto-error): Restore function so that compilation
700         buffer need not be current and use compile-goto-error.
701         (compile-goto-error): Restore function.
702         (next-error): Set overlay-arrow-position.
703         (compilation-forget-errors): Don't localize already local
704         compilation-locs and remove FIXME about refontifying.
706 2004-04-14  Kim F. Storm  <storm@cua.dk>
708         * startup.el (emacs-quick-startup): New defvar (set by -Q).
709         (command-line): New option -Q.  Like -q --no-site-file, but
710         in addition it also disables menu-bar, tool-bar, scroll-bars,
711         tool-tips, and the blinking cursor.
712         (command-line-1): Skip startup screen if -Q.
713         (fancy-splash-head): Use ":align-to center" prop to center splash image.
715         * emulation/cua-base.el (cua-read-only-cursor-color)
716         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
718 2004-04-13  Dave Love  <fx@gnu.org>
720         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
721         (syntax): Don't require.
722         (python) <defgroup>: Add :version.
723         (python-quote-syntax): Re-written.
724         (inferior-python-mode): Move stuff here from run-python and add
725         some more.
726         (python-preoutput-continuation, python-preoutput-result)
727         (python-dotty-syntax-table): New.
728         (python-describe-symbol): Use them.
729         (run-python): Move stuff to inferior-python-mode.  Modify code
730         loaded into Python.
731         (python-send-region): Use python-proc, python-send-string.
732         (python-send-string): Send newlines too.  Callers changed.
733         (python-load-file): Re-written.
734         (python-eldoc-function): New.
735         (info-look): Don't require.
736         (python-after-info-look): New.  A modified version of former
737         top-level code for use with eval-after-load.
738         (python-maybe-jython, python-guess-indent): Use widened buffer.
739         (python-fill-paragraph): Re-written.
740         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
741         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
743 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
746         Set compilation-error-regexp-alist earlier.
748         * progmodes/compile.el (compilation-minor-mode-map)
749         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
750         (compile-goto-error): Re-merge the mouse and non-mouse commands.
752 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * progmodes/compile.el (compile-goto-error): Select the buffer/window
755         corresponding to the event.
757         * url/url.el (url-retrieve): Use with-current-buffer.
759         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
760         Remove unused var `version'.
762         * url/url-handlers.el (url-handler-mode): New minor mode.
763         (url-setup-file-name-handlers): Remove.
765 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
767         * loadup.el: Add cygwin to system-type list, for unexec() support.
769 2004-04-12  John Paul Wallington  <jpw@gnu.org>
771         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
772         (ibuffer-restore-window-config-on-quit): New variable to replace
773         `ibuffer-delete-window-on-quit'.  Update all references.
774         (ibuffer-prev-window-config): New variable.
775         (ibuffer-quit): Restore previous window configuration instead of
776         deleting window.
777         (ibuffer): Save window configuration before showing Ibuffer buffer.
779         * help.el (describe-mode): Doc fix.
781         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
782         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
784 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
787         not to treat nil as a function.
789         * vc-arch.el (vc-arch-root): Be a bit more careful.
790         (vc-arch-register): Save the buffer if we modified it.
791         (vc-arch-delete-rej-if-obsolete): Save excursion.
792         (vc-arch-find-file-hook): Use the simpler after-save-hook.
793         (vc-arch-responsible-p, vc-arch-init-version): New functions.
795         * net/ldap.el (ldap-search): Use list*.
797 2004-04-12  Juri Linkov  <juri@jurta.org>
799         * info.el (Info-follow-reference): Allow multiline reference name.
801 2004-04-11  Dave Love  <fx@gnu.org>
803         * url/url-mailto.el (url-mailto):
804         * url/url-history.el (url-history-setup-save-timer):
805         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
807         * url/url-file.el (url-file-build-filename): Don't use
808         directory-sep-char.
810         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
812         * url/url-about.el (url-scheme-registry): Defvar.
813         (url-about): Use text/plain.
815         * url/url-vars.el (cl): Don't require.
816         (url): Add :version.
817         (url-bug-address): Use bug-gnu-emacs.
819         * url/url-util.el (url-hexify-string): Don't give multibyte error
820         for char <16.
821         (mail-header-extract): Autoload.
823         * url/url-parse.el: Doc fixes.
825         * url/url-ldap.el (ldap): Require.
826         (url-ldap): Fix `format' call.
827         (url-ldap-certificate-formatter): Avoid warning.
829         * url/url-https.el (url-https-create-secure-wrapper): Use modern
830         backquotes.
832         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
833         (url-intersection): New.
834         (url-dav-supported-p): Use it.
835         (url-dav-save-resource): Declare url-http-response-status special.
837         * url/url-cache.el (url-util): Require.
839         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
841         * progmodes/python.el: New file.
843 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
845         * vc-hooks.el (vc-arg-list): Function removed.
846         (vc-default-workfile-unchanged-p): Use condition-case to check for
847         backward compatibility.
849         * vc.el (vc-print-log): Use condition-case to check for backward
850         compatibility.
852 2004-04-11  Juri Linkov  <juri@jurta.org>
854         * dired.el (dired-faces): New defgroup.
855         (dired-header, dired-mark, dired-marked, dired-flagged)
856         (dired-warning, dired-directory, dired-symlink, dired-ignored):
857         New faces.
858         (dired-header-face, dired-mark-face, dired-marked-face)
859         (dired-flagged-face, dired-warning-face, dired-directory-face)
860         (dired-symlink-face, dired-ignored-face): New face variables.
861         (dired-font-lock-keywords): Use them instead of font-lock faces.
862         Split the rule for dired marks into 3 separate rules: for marks,
863         marked file names and flagged file names.
865         * help-mode.el (help-make-xrefs): Add a final newline to the
866         *Help* buffer.
868 2004-04-11  John Paul Wallington  <jpw@gnu.org>
870         * replace.el (occur-engine): Distinguish between one and several
871         matches in the matches per buffer heading.
873 2004-04-11  Kim F. Storm  <storm@cua.dk>
875         * ido.el (ido-confirm-unique-completion): New defcustom.
876         (ido-complete): Use it.
877         (ido-write-file): Set it to t unconditionally.
879 2004-04-10  Miles Bader  <miles@gnu.org>
881         RCS keyword removal (only non-comment changes are enumerated here):
883         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
884         (byte-compile-insert-header): Don't use `byte-compile-version'.
885         * url/url-vars.el (url-version): Use the constant string "Emacs"
886         instead of calculating something from the RCS `State' keyword
887         [the latter is almost entirely useless anyway].
888         * forms.el (forms-version): Variable removed.
889         (forms-mode): Don't use `forms-version'.
890         * recentf.el (recentf-version): Variable removed.
891         * progmodes/delphi.el (delphi-version): Variable removed.
892         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
894 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
898 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
900         * info.el (info-apropos): Improve menu item regexp.
902 2004-04-09  Simon Josefsson  <jas@extundo.com>
904         * mail/smtpmail.el: Add comment, based on report by
905         kdc@rcn.com (Kevin D. Clark).
907 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * progmodes/compile.el (compilation-mode-font-lock-keywords):
910         Redo one more thing that I didn't notice Daniel had undone.
912 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
914         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
915         (gdb-goto-breakpoint, gdb-display-buffer)
916         (gdb-display-source-buffer, gdb-view-source-function)
917         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
918         (gdb-source-info, gdb-frame-handler): Don't specify a window
919         for display.
920         (gdb-info-breakpoints-custom): Remove superfluous update of
921         assembler buffer.
922         (gdb-many-windows): Make settable outside gdb.
924 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
926         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
927         Derive from fundamental-mode rather than text-mode.
929 2004-04-08  Juri Linkov  <juri@jurta.org>
931         * info.el (Info-history): Doc fix.
932         (Info-history-list): New var.
933         (info-xref): Change magenta4 to blue, remove bold for dark and
934         light backgrounds, change bold to underline for non-color classes.
935         (info-xref-visited): New face.
936         (Info-fontify-visited-nodes): New custom.
937         (Info-hide-note-references): Add new value `hide'.  Doc fix.
938         (Info-reference-name): New var.
939         (Info-selection-hook): New custom.
940         (Info-edit-mode-hook): New var.
941         (Info-find-file): New fun.
942         (Info-find-node): Move part of code to Info-find-file.
943         (Info-find-node-2): Add anchors to Info-history-list.  Move point
944         to the place with the reference name if name is defined.
945         (Info-select-node): Add current node to Info-history-list.
946         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
947         (Info-search-whitespace-regexp): New custom.
948         (Info-search-case-fold): New var.
949         (Info-search): Add "case-sensitively" to the prompt.
950         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
951         (Info-search-case-sensitively, Info-search-next): New fun.
952         (Info-up): Move point to the menu item of the current node.
953         (Info-history): New fun.  Add *info-history* to
954         same-window-buffer-names.
955         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
956         (Info-insert-toc): New fun.
957         (Info-build-toc): New fun.
958         (Info-follow-reference): Add new arg `fork'.  Doc fix.
959         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
960         with the same name prefer the reference closest to point.
961         (Info-next-reference): Replace * by + in the *Note regexp.
962         Add regexp for http:// and ftp://.  Skip the *Note prefix.
963         (Info-prev-reference): Replace * by + in the *Note regexp.
964         Add regexp for http:// and ftp://.  Skip the *Note prefix.
965         (Info-follow-nearest-node): Add new arg `fork'.
966         (Info-try-follow-nearest-node): Add new arg `fork'.
967         Call browse-url for http:// and ftp:// references.
968         Set Info-reference-name for index entries.
969         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
970         Info-search-next, Info-history, Info-toc, clone-buffer.
971         (Info-menu-update): Replace * by + in the *Note regexp.
972         (Info-mode): Add documentation for Info-history, Info-toc,
973         Info-search-case-sensitively, Info-search-next, clone-buffer.
974         (Info-fontify-menu-headers): Remove fun.  Move code to
975         Info-fontify-node.
976         (Info-fontify-node): Add docstring.  Add local vars
977         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
978         then fontify header line, titles, menu headers, http and ftp
979         references, refill paragraphs.  If not-fontified-p is t or
980         fontify-visited-p is t then fontify cross references, menu items.
981         Fontify menu headers.  Fontify http and ftp references.
982         Change regexp for cross references to require whitespace after *Note,
983         add matching groups for file and node names.  Remove hack for quote.
984         Use display property for Info-hide-note-references=t.  Use fifth
985         or fourth match for help-echo.  Display visited nodes in a
986         different face.  Unhide file names of external references.
987         Unhide newlines.  Display visited menu items in a different face.
989 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * progmodes/compile.el: Require CL.
992         (compilation-mode-font-lock-keywords): Re-install the "line as
993         function" patch.
995         * help-fns.el (help-C-source-directory): New var.
996         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
997         (describe-function-1, describe-variable): Use them.
999         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1000         to C source files specially.
1002 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1004         * info.el (Info-hide-cookies-node): New function.
1005         (Info-select-node): Use it.
1006         (Info-display-images-node): Remove message with image file name.
1008 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
1010         * progmodes/compile.el (compilation-warning-face)
1011         (compilation-info-face, compilation-skip-threshold)
1012         (compilation-skip-visited, compilation-context-lines):
1013         Declare :version when added to Emacs.
1014         (compilation-error-regexp-alist-alist): Extend caml and irix.
1015         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1016         (compilation-mode-font-lock-keywords): Temporarily undo line as
1017         function patch, which wasn't ready.
1019 2004-04-07  Kenichi Handa  <handa@m17n.org>
1021         * international/latin1-disp.el (latin1-display-setup): Check each
1022         character is displayable or not instead of calling
1023         latin1-display-check-font.
1025 2004-04-06  Kenichi Handa  <handa@m17n.org>
1027         * language/ethio-util.el (ethio-sera-being-called-by-w3):
1028         New variable.
1029         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1030         instead of sera-being-called-by-w3.
1031         (ethio-fidel-to-sera-buffer): Likewise.
1032         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1033         instead of sera-being-called-by-w3.
1034         (ethio-write-file): Likewise.
1036 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1038         * printing.el: Dox fix.
1040 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
1042         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1043         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1044         (gdb-setup-windows): Only use separate IO buffer if required.
1046 2004-04-06  Kim F. Storm  <storm@cua.dk>
1048         * term.el (term-is-xemacs): Remove.
1049         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1050         (term-window-width): New function.
1051         (term-mode, term-check-size): Use it.
1052         (term-mode): Disable overflow-newline-into-fringe in term buffer.
1054 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1056         * cus-edit.el (custom-add-parent-links): Change unbound variable
1057         `symbol' to `name'.
1059 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1060         * info.el (info-apropos): New function.
1061         (Info-mode-menu): Add it.
1062         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1064         * help-mode.el (help-make-xrefs): Recognize aliased variable with
1065         inherited docstring.
1067         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1069 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1073         * progmodes/compile.el (font-lock): Don't require any more.
1074         (compilation-error-properties, compilation-start, compilation-sentinel)
1075         (compilation-filter, next-error): Use with-current-buffer.
1076         (compilation-skip-to-next-location, compilation-skip-threshold)
1077         (compilation-skip-visited): Move to silence the byte-compiler.
1078         (compilation-setup): Simplify.
1079         (compilation-next-error): Use line-(beginning|end)-position.
1080         Make sure `pt' is non-nil before using compilation-loop.
1081         (compile-goto-error): Add optional event arg.  Use it.
1082         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1083         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1084         Update the binding for mouse-2.
1085         (first-error): Set compilation-current-error to nil rather than bob.
1086         (compilation-parsing-end, compilation-parse-errors-function)
1087         (compilation-error-list, compilation-old-error-list):
1088         "New" compatibility variables.
1089         (compile-buffer-substring, compilation-compat-error-properties)
1090         (compilation-compat-parse-errors, compilation-forget-errors):
1091         New compatibility functions.
1092         (compilation-mode-font-lock-keywords): Use them.
1094 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1096         * autorevert.el (auto-revert-handler): If point (or a window
1097         point) is at the end of the buffer, keep it there after
1098         reverting.  This allows to tail a file.
1099         Mention this in the `Commentary'.
1101         * format.el (format-write-file): Add optional argument CONFIRM
1102         and make it behave like the analogous argument to `write-file'.
1104 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1106         * progmodes/ebnf2ps.el: Doc fix.
1107         (ebnf-version): New version number (4.2).
1108         (ebnf-syntax): Customization and docstring fix.
1109         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1110         Put autoloaded funs before first use.
1111         (ebnf-style-database): Add dtd entry.
1112         (ebnf-syntax-alist): Add dtd initialization.
1113         (ebnf-token-sequence): New fun.
1114         (ebnf-comment-table): Add new comment action character.
1115         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1117         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1118         Type Definition for XML).
1120         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1121         * progmodes/ebnf-bnf.el (ebnf-sequence):
1122         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1123         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1124         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1125         Code simplification: call ebnf-token-sequence.
1127 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
1129         * calendar/timeclock.el (timeclock-relative)
1130         (timeclock-get-project-function, timeclock-get-workday-function)
1131         (timeclock-query-out, timeclock-when-to-leave)
1132         (timeclock-when-to-leave-string, timeclock-log-data)
1133         (timeclock-generate-report, timeclock-in): Doc fixes.
1135 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1137         * url: Import the URL package from its repository.
1139         * url/url-methods.el:
1140         * url/url-parse.el: Don't require url-auto.
1142 2004-04-03  Andreas Schwab  <schwab@suse.de>
1144         * diff-mode.el (diff-mode): Fix missing quote.
1146 2004-04-03  Juri Linkov  <juri@jurta.org>
1148         * descr-text.el (describe-property-list): Add `font-lock-face'.
1150         * dired.el (dired-font-lock-keywords): Fix permission regexps.
1152 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1154         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1155         Use utf-16le on little endian machines and utf-16be otherwise.
1157 2004-04-02  David Kastrup  <dak@gnu.org>
1159         * net/browse-url.el (browse-url-generic): Use call-process
1160         instead of start-process to allow browsers that fork and detach.
1162 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
1164         * compile.el (compilation-current-error): New var.
1165         (compilation-setup, compile-mouse-goto-error)
1166         (compile-goto-error, next-error): Use it.
1167         (compilation-skip-to-next-location): Default to t, which gives
1168         contiguous skipping like old compile (where this was redundant).
1169         (compilation-next-error): Prevent previous-* commands from moving
1170         back to message at or just before point.
1172 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
1174         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1175         (gdb-source-info): Don't display source at startup, if required.
1176         (gdb-show-main): New option.
1177         (gdba): Update documentation.
1178         (gdb-source): Cover case of auto-display output.
1180 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
1182         * autorevert.el: Delete obsolete autoload's and defvar's.
1183         (auto-revert-check-vc-info): New user option.
1184         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1185         (auto-revert-handler-vc): Delete.
1186         (auto-revert-handler): Treat return value `fast' of
1187         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
1189         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1190         return `fast'.
1192         * files.el (buffer-stale-function): Doc change.
1194 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1196         * printing.el: New tip on Tips section.
1197         (pr-version): New version number (6.7.4).
1198         (pr-shell-file-name): Initialization fix.
1200 2004-03-31  Juri Linkov  <juri@jurta.org>
1202         * dired.el: Add autoload for `dired-do-touch'.
1203         (dired-touch-program): New var.
1204         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1205         (dired-no-confirm): Add `touch' to docstring.
1207         * dired-aux.el (dired-do-touch): New fun.
1208         (dired-do-chxxx): Add argument -t for touch operation.
1210         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1211         `dired-move-to-filename-regexp'.
1213 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
1215         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
1217 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1219         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1220         and only if the buffer was modified.
1222 2004-03-30  Kenichi Handa  <handa@m17n.org>
1224         * international/characters.el: Delete pairs for U+2308..U+230B.
1226 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
1228         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1229         to detect the beginning of a level 2 or 3 annotation.
1231 2004-03-29  Kenichi Handa  <handa@m17n.org>
1233         * international/ucs-tables.el (ucs-insert): Fix the error message.
1235 2004-03-29  Kenichi Handa  <handa@m17n.org>
1237         * international/mule-util.el (char-displayable-p): Fix generation
1238         of XLFD file name.
1240         * Makefile.in (setwins, setwins_almost): Change directory to $wd
1241         before finding directories by `find'.
1243 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * subr.el (interactive-form): Delete.  Now implemented in C.
1247         * pcvs.el (cvs-parse-process): Workaround for Darwin.
1249         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
1250         (vc-diff-label): New fun.
1251         (vc-diff-internal): Use it.
1253         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
1255 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1257         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
1259         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
1260         specify XML (EBNFX).
1262         * progmodes/ebnf2ps.el: Doc fix.
1263         (ebnf-version): New version number (4.1).
1264         (ebnf-syntax): Adjust customization.
1265         (ebnf-style-database): Add ebnfx entry.
1266         (ebnf-syntax-alist): Add ebnfx initialization.
1267         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
1269         * printing.el: Doc fix.
1270         (pr-version): New version number (6.7.3).
1271         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
1272         returns nil for mouse position.  Reported by Drew Adams
1273         <drew.adams@oracle.com>.
1274         (pr-update-menus): Modify interactive declaration.  Reported by Drew
1275         Adams <drew.adams@oracle.com>.
1277 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
1279         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
1280         (gud-gdba-marker-filter): Log the process input and output, if
1281         required.  From Stefan Monnier.
1282         (gdb-debug-log, gdb-enable-debug-log): New variables.
1283         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
1285 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
1288         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
1290 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
1292         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
1293         Call vc-find-file-hook here instead of in auto-revert-buffers.
1294         (auto-revert-buffers): Delete call to vc-find-file-hook.
1295         (auto-revert-verbose, global-auto-revert-non-file-buffers)
1296         (global-auto-revert-mode, auto-revert-set-timer)
1297         (auto-revert-handler, auto-revert-buffers): Doc fixes.
1299 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1301         * woman.el (woman-change-fonts): Rename local variable
1302         woman-font-alist to font-alist to avoid a compiler warning.
1304 2004-03-27  Dave Love  <fx@gnu.org>
1306         * emacs-lisp/rx.el (rx): Doc fix.
1307         Fix copyright years.
1309         * strokes.el (strokes-global-set-stroke-string): New function.
1310         (strokes-list-strokes): Cope with strings, not just commands.
1311         Set foreground colour of image.
1312         (strokes-global-set-stroke): Doc fix.
1314 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
1316         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
1317         Auto Revert mode.
1318         (Buffer-menu-files-only): New variable.
1319         (Buffer-menu-toggle-files-only): New function.
1320         (Buffer-menu-mode-map): Bind it to `T'.
1321         (Buffer-menu-mode): Mention `T' in docstring.
1322         Set buffer-stale-function.
1323         (list-buffers-noselect): Mark buffer non-modified and set
1324         Buffer-menu-files-only.
1326         * dired.el (buffer-stale-function): Remove no longer needed defvar.
1328         * autorevert.el (auto-revert-handler): Print revert message
1329         before, rather than after, reverting.
1330         (buffer-stale-function): Move to files.el.
1332         * files.el (buffer-stale-function): Move here from autorevert.el.
1334 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
1338         * calc/calc.el (calc-mode-map): Use mapc.
1340         * apropos.el (apropos-mode): Don't autoload.
1341         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
1342         (apropos): Use it.
1343         (apropos-print): Add optional `text' argument.
1344         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
1345         Don't assume point-min == 1.
1347         * bs.el (bs-buffer-list): Use buffer-local-value.
1348         (bs--set-toggle-to-show): Use with-current-buffer.
1350         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
1351         New funs.
1352         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
1354         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
1356         * dabbrev.el (dabbrev-expand): Fix regexp construction.
1357         (dabbrev--find-expansion): Use pop.
1358         (dabbrev--search): Use match-string-no-properties.
1360         * dired.el (dired-mode): Use run-mode-hooks.
1361         (dired-move-to-end-of-filename): Use match-string.
1363         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
1364         is bound before using it.
1365         (ediff-verbose-p): Make it into a var since it's not constant.
1367         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
1369         * faces.el (read-face-font): Don't cons up unnecessarily.
1370         (header-line, tool-bar): Share common parts.
1372         * files.el (file-relative-name): Use compare-strings.
1374         * finder.el (finder-mode): Follow coding convention.
1376         * subr.el (read-number): New function.
1378         * ses.el (ses-read-number): Move to subr.el.
1379         (ses-set-header-row): Use read-number.
1381 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
1383         * vc-hooks.el (vc-arg-list): New function, which handles both
1384         compiled and uncompiled code.
1385         (vc-default-workfile-unchanged-p): Use it.
1387         * vc.el (vc-print-log): Undo prev change, use new function
1388         vc-arg-list from vc-hooks.el.
1390 2004-03-26  Masatake YAMATO  <jet@gyve.org>
1392         * simple.el (completion-setup-function): Emphasize the
1393         first uncommon characters in the completions; and de-emphasize
1394         the common prefix substrings.
1395         (completion-emphasis): New face.
1396         (completion-de-emphasis): New face.
1398 2004-03-25  Juanma Barranquero  <lektu@terra.es>
1400         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
1401         Comment out (it's unused and unfinished code).
1403 2004-03-25  Sam Steingold  <sds@gnu.org>
1405         * vc.el (vc-print-log): Fix a bug in the last patch:
1406         backend-function may be a byte-compiled object, not a lambda.
1408 2004-03-25  Juri Linkov  <juri@jurta.org>
1410         * descr-text.el (describe-property-list): Add a button
1411         for `face' property that calls `describe-face'.
1412         Suggested by luis fernandes <elf@ee.ryerson.ca>
1414         * international/mule.el (keyboard-coding-system):
1415         * kmacro.el (kmacro-call-macro): Fix docstring.
1417         * dired.el: Fix comments.
1419         * textmodes/fill.el (fill): Fix Info link.
1421         * font-lock.el (fast-lock, lazy-lock):
1422         * jit-lock.el (jit-lock): Remove links to removed Support Modes
1423         Info node.
1425         * eshell/eshell.el (eshell): Fix broken info-link.
1427         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
1428         * eshell/em-banner.el (eshell-banner):
1429         * eshell/em-smart.el (eshell-smart):
1430         * eshell/esh-cmd.el (eshell-cmd):
1431         Comment out broken info-links to incomplete Info manual.
1433         * info-xref.el: Fix commentary.
1435 2004-03-25  Kevin Ryde  <user42@zip.com.au>
1437         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
1438         Remove spurious node duplicate suppression, doesn't work, not wanted.
1439         (info-xref-output): Take format style args, add "sit-for 0" to let
1440         user see the results as they progress.
1441         (info-xref-check-all-custom): New function.
1443 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
1445         * gdb-ui.el: Moved to progmodes.
1447 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
1451 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1453         * calendar/appt.el (appt-check): Remove superfluous progn.
1454         When finished with diary buffer: if it was not being displayed
1455         before, kill it; otherwise restore its original state.
1456         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
1458         * calendar/calendar.el (calendar-set-mode-line): Use total
1459         available mode-line width, rather than frame-width.
1461         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
1462         after mode change so effect not lost.
1464 2004-03-23  Dave Love  <fx@gnu.org>
1466         * dired.el (dired) <defgroup>: Add link to manual.
1467         (dired-font-lock-keywords): Add highlighting on unusual permissions.
1468         (dired-revert): Use dolist.
1469         (dired-mode-map): Add U binding.
1470         (dired-mode): Add font-lock-beginning-of-syntax-function.
1471         (dired-garbage-files-regexp): Make it a defcustom.
1473 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
1476         is equivalent to nil.
1477         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
1478         (vc-arch-mode-line-string): Accept `added' state.
1479         (vc-arch-state): Use inode-sigs if available.
1480         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
1481         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
1482         (vc-arch-tagline-re): New var.
1483         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
1484         New functions.
1485         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
1486         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
1488         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
1489         (vc-file-not-found-hook): Use it.
1491         * diff-mode.el (diff-default-read-only): Change default.
1492         (diff-mode-hook): Make it a defcustom.  Add some options.
1493         (diff-mode-map): Bind diff-refine-hook.
1494         (diff-yank-handler): New var.
1495         (diff-yank-function): New fun.
1496         (diff-font-lock-keywords): Use them.
1497         (diff-end-of-file): Handle case where file-header looks like diff text.
1498         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
1499         (diff-file-kill): Delete a subsequent empty line, if applicable.
1500         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
1501         (diff-find-file-name): Use it.
1502         (diff-tell-file-name): New command.
1503         (diff-mode): Be careful with view-mode.
1504         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
1505         New functions, for use in diff-mode-hook.
1506         (diff-find-source-location): Catch "regex too large" errors.
1507         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
1508         (diff-refine-hunk): New command.
1510         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
1511         (smerge-context-menu-map): Remove unused var.
1512         (smerge-keep-all): Preserve markers.
1513         (smerge-keep-n): New fun.
1514         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1515         (smerge-keep-current, smerge-ediff): Use it.
1516         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
1517         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
1518         (smerge-resolve): Resolve trivial 3-part conflicts.
1520 2004-03-23  Juri Linkov  <juri@jurta.org>
1522         * man.el (Man-width): New var.
1523         (Man-getpage-in-background): Use it.
1524         (Man-support-local-filenames): New var and fun.
1525         (Man-build-man-command): Don't add a second %s.
1526         (Man-fontify-manpage): Clean up message.
1527         (Man-mode): Set outline-regexp, outline-level,
1528         imenu-generic-expression.
1530         * woman.el (woman-fill-frame): Doc fix.
1531         (woman-decode-region): Use window-width instead of frame-width.
1533         * abbrevlist.el (list-one-abbrev-table):
1534         * descr-text.el (describe-char):
1535         * international/mule-diag.el (describe-current-coding-system):
1536         * international/quail.el (quail-insert-decode-map):
1537         Use window-width instead of frame-width.
1539         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
1540         (jka-compr-mode-alist-additions): Add tbz.
1541         (jka-compr-write-region, jka-compr-insert-file-contents):
1542         Add message for undefined compress-program.
1543         (jka-compr-write-region): Remove redundant var bindings.
1545         * dired-x.el (dired-guess-shell-alist-default): Add choices for
1546         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
1547         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
1548         (dired-man): Use dired-guess-shell-command.
1549         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
1550         Change default nil to t.
1552         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
1553         (dired-compare-directories): Add default value for empty input.
1555         * help-at-pt.el: Move suggestions for key bindings to Commentary.
1557         * time.el (display-time-string-forms): Fix help-echo date format.
1559 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
1561         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
1562         (buffer-stale-function): New variable.
1563         (auto-revert-list-diff, auto-revert-dired-file-list)
1564         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
1565         (auto-revert-handler): Take over some functionality of deleted
1566         functions.
1567         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
1569         * dired.el (dired-directory-changed-p): New fun, extracted from
1570         dired-internal-noselect.
1571         (dired-buffer-stale-p): New fun.
1572         (dired-internal-noselect): Use dired-directory-changed-p.
1573         Eliminate revert messages.
1574         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
1576 2004-03-23  Kenichi Handa  <handa@m17n.org>
1578         * international/characters.el: Setup syntaxes for more parentheses
1579         Unicode characters.
1581         * international/mule-cmds.el (select-safe-coding-system):
1582         Merge coding-system and auto-cs before comparing them.
1584 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
1588         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1589         normal-auto-fill-function and comment-indent-function.
1590         The default values now work just as well.
1591         Don't set font-lock-beginning-of-syntax-function since we already set
1592         syntax-begin-function.
1593         (lisp-outline-level): Put ;;;###autoload at same level as (.
1594         (prin1-char): Quote special chars.
1596         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
1597         than with-no-warnings.
1599         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
1600         if the source location can't be found.
1601         (edebug-compute-previous-result): Use prin1-char.
1603         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
1604         (debug-ignored-errors): Add an entry.
1606         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
1607         (byte-compile-file): Output warning when deleting a file.
1609         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
1610         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
1612         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
1613         (byte-compile-inline-expand): Use backquote.
1614         (byte-optimize-pure-func): Rename from byte-optimize-concat.
1615         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
1617         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
1619         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
1621 2004-03-22  Juri Linkov  <juri@jurta.org>
1623         * finder.el (finder-known-keywords): Fix data, tex, unix.
1625         * play/landmark.el: Fix keywords.
1627         * language/ethio-util.el (ethio-find-file): Doc fix.
1629         * emacs-lisp/warnings.el: Doc fix.
1631         * textmodes/ispell.el (ispell-help): Doc fix.
1633 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
1635         * format.el (format-insert-file): Always return a list of two
1636         elements, like insert-file-contents does.
1638 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
1640         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
1641         and vc-BACKEND-diff.
1642         (vc-print-log): If the print-log implementation supports it, use
1643         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
1644         (vc-version-diff, vc-diff-internal): Doc fixes.
1646         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
1647         implementation supports it, let diff output go to *vc*,
1648         not *vc-diff*, since this is an internal call.
1650         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
1652         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
1654         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
1656 2004-03-21  Dave Love  <fx@gnu.org>
1658         * progmodes/cfengine.el (cfengine-mode):
1659         Set parse-sexp-ignore-comments.
1661         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
1663 2004-03-21  Juanma Barranquero  <lektu@terra.es>
1665         * allout.el (allout-mode): Fix docstring.
1667 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
1669         * files.el (insert-directory): Fix bug if SWITCHES is a list.
1671         * autorevert.el (auto-revert-interval): Make new value take
1672         effect immediately when set through Custom.
1673         (auto-revert-set-timer): Add interactive declaration.
1675 2004-03-19  David Ponce  <david@dponce.com>
1677         * ruler-mode.el (ruler-mode-header-line-format-old):
1678         Don't `make-variable-buffer-local'.
1679         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
1680         (ruler-mode-header-line-format): Simply funcall the above.
1681         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
1682         to save/restore a previous header line format.
1683         (ruler-mode-space): Don't depend on a numeric WIDTH value.
1684         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
1685         fringes and margins width.
1686         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
1688 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * log-edit.el (log-edit-font-lock-keywords): Typo.
1692         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
1693         (tex-send-tex-command): Rather than here.
1694         (tex-compilation-parse-errors): Simplify.
1696         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
1698         * time.el (display-time-string-forms): Add help-echo with date on time.
1700         * composite.el (compose-region): Use restore-buffer-modified-p.
1702         * disp-table.el (standard-display-8bit): Simplify.
1704         * server.el (server-process-filter): Delete temp frame.
1706         * add-log.el (add-change-log-entry): Simplify.
1708 2004-03-19  Kim F. Storm  <storm@cua.dk>
1710         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
1711         (hexl-follow-line): Don't require 'fringe.
1713         * progmodes/compile.el (compilation-start): Always set
1714         compilation-last-buffer and return it.
1716 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
1718         * simple.el (clone-buffer): Doc fix.
1720 2004-03-18  Juanma Barranquero  <lektu@terra.es>
1722         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
1724 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * log-edit.el (log-edit-font-lock-keywords): New var.
1727         (log-edit-mode): Use it.
1729 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
1731         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
1732         properly for watching in speedbar.
1734 2004-03-17  Masatake YAMATO  <jet@gyve.org>
1736         * smerge-mode.el (smerge-popup-context-menu):
1737         Put `unwind-protect' around `overlay-put' and `popup-menu'.
1739 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
1742         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
1743         Take sealed revisions into account.
1744         (vc-arch-checkin): Extract a summary line from the message.
1746 2004-03-16  Masatake YAMATO  <jet@gyve.org>
1748         * register.el (register): Provide `register' feature.
1750 2004-03-15  Masatake YAMATO  <jet@gyve.org>
1752         Added context menu support in smerge mode.
1753         Most of the part is written by Stefan Monnier.
1755         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
1756         New keymap and menu.
1757         (smerge-text-properties): New function.
1758         (smerge-remove-props): New function.
1759         (smerge-popup-context-menu): New function.
1760         (smerge-resolve): Call `smerge-remove-props'.
1761         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
1762         (smerge-keep-current): Ditto.
1763         (smerge-kill-current): New function.
1764         (smerge-match-conflict): Put text properties.
1765         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
1767 2004-03-15  David Ponce  <david@dponce.com>
1769         * ruler-mode.el: (ruler-mode-left-fringe-cols)
1770         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
1771         (ruler-mode-right-scroll-bar-cols): Remove.
1772         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
1773         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
1774         Use fringe-columns and scroll-bar-columns.
1776 2004-03-15  Masatake YAMATO  <jet@gyve.org>
1778         * hl-line.el (hl-line-range-function): New variable.
1779         (hl-line-move): New function.
1780         (global-hl-line-highlight): Use `hl-line-move'.
1781         (hl-line-highlight): Ditto.
1783         * scroll-bar.el (scroll-bar-columns):
1784         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
1786         * ruler-mode.el (top-level): Require scroll-bar and fringe.
1787         (ruler-mode-left-fringe-cols)
1788         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
1789         (ruler-mode-right-scroll-bar-cols)
1790         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
1791         (ruler-mode-ruler-function): New variable.
1792         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
1793         if the value for `ruler-mode-ruler-function'is given.
1795         * hexl.el (hexl-mode-hook): Make the hook customizable.
1796         (hexl-address-area, hexl-ascii-area): New customize variables.
1797         (hexlify-buffer): Put font-lock-faces on the address area and
1798         the ascii area.
1799         (hexl-activate-ruler): New function.
1800         (hexl-follow-line): New function.
1801         (hexl-highlight-line-range): New function.
1802         (hexl-mode-ruler): New function.
1804 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
1807         (vc-default-find-file-hook): New fun.
1808         (vc-find-file-hook): Call new find-file-hook operation.
1810         * vc-arch.el: New file.
1812 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
1814         * info-look.el (info-lookup): Reuse an existing Info window.
1816 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1818         * woman.el (woman-preserve-ascii): Default value changed to t and
1819         doc string revised.
1821 2004-03-12  Richard M. Stallman  <rms@gnu.org>
1823         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1824         Fix minor bug.
1826         * replace.el (occur-engine): Change message for count of matches.
1828         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1829         For strings, do compare text properties.
1831 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
1833         * progmodes/compile.el (compile-auto-highlight)
1834         (compilation-error-list, compilation-old-error-list)
1835         (compilation-parse-errors-function, compilation-parsing-end)
1836         (compilation-error-message, compilation-directory-stack)
1837         (compilation-enter-directory-regexp-alist)
1838         (compilation-leave-directory-regexp-alist)
1839         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
1840         (compilation-current-file, compilation-regexps): Remove vars.
1842         (compile-error-at-point, compilation-error-filedata)
1843         (compilation-error-filedata-file-name, compile-reinitialize-errors)
1844         (compilation-next-error-locus, compilation-forget-errors)
1845         (count-regexp-groupings, compilation-parse-errors)
1846         (compile-collect-regexps, compile-buffer-substring): Remove funs.
1848         (compile-internal): Make obsolete.
1850         (compilation-first-column, compilation-error)
1851         (compilation-directory-matcher, compilation-page-delimiter)
1852         (compilation-mode-font-lock-keywords, compilation-debug)
1853         (compilation-error-face, compilation-warning-face)
1854         (compilation-info-face, compilation-line-face)
1855         (compilation-column-face, compilation-enter-directory-face)
1856         (compilation-leave-directory-face, compilation-skip-threshold)
1857         (compilation-skip-visited, compilation-context-lines): New vars.
1859         (compilation-warning-face, compilation-info-face)
1860         (compilation-message-face): New faces.
1862         (compilation-error-regexp-alist-alist): New constant.
1864         (compilation-face, compilation-directory-properties)
1865         (compilation-assq, compilation-error-properties, compilation-start)
1866         (define-compilation-mode, compilation-loop)
1867         (compilation-set-window): New functions.
1869         (compile): Additional argument for interactive compiles like TeX.
1871         * progmodes/grep.el (kill-grep): Move here from compile.el
1872         (grep-error, grep-hit-face, grep-error-face)
1873         (grep-mode-font-lock-keywords): New variables.
1874         (grep-regexp-alist): Simplify regexp and add `binary' case.
1875         (grep-mode): New mode.
1876         (grep-process-setup): Simplify.
1878 2004-03-11  Jason Rumney  <jasonr@gnu.org>
1880         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
1881         letters on DOS/Windows.
1883 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1885         * server.el (server-name): New var.
1886         (server-socket-dir): New var to replace server-socket-name.
1887         (server-start): Use them.
1889 2004-03-11  Simon Josefsson  <jas@extundo.com>
1891         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
1892         died to avoid infloop.  Reported by Jonathan Glauner
1893         <jglauner@sbum.org>.
1895 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1897         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
1898         (smerge-mode-menu): Use it to deactivate menu entries.
1899         (smerge-keep-current): New fun.
1900         (smerge-keep-current): Use it.
1902 2004-03-10  John Paul Wallington  <jpw@gnu.org>
1904         * foldout.el (foldout-fold-list, foldout-modeline-string):
1905         Declare them as variables, not constants.
1907 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1909         * ps-print.el: Modification to print *Messages* buffer.
1910         (ps-print-version): New version 6.6.4.
1911         (ps-message-log-max): New fun.
1912         (ps-spool-without-faces, ps-spool-with-faces)
1913         (ps-count-lines-preprint): Code fix.
1915         * printing.el: New tips in Tips section.
1917 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1919         * delim-col.el: Doc fix.
1921         * printing.el: Doc fix.  New doc section (Tips).
1923 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1925         * type-break.el (type-break-emacs-variant): Remove.
1926         (type-break-run-at-time, type-break-cancel-function-timers):
1927         Use fboundp rather than version name and number.
1929 2004-03-09  Masatake YAMATO  <jet@gyve.org>
1931         * hexl.el (hexl-mode): Use `make-local-variable' instead of
1932         `make-variable-buffer-local'.
1934 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
1936         * find-dired.el (find-dired): Call `shell-command' instead of
1937         `start-process-shell-command'.  By this, Tramp takes over
1938         handling of remote directories.
1940 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         * newcomment.el (comment-use-global-state): New var.
1943         (comment-search-forward): Use it.
1945         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
1947         * cus-edit.el (fill) <defgroup>: Move to fill.el.
1949         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
1950         (enable-kinsoku): Make it a defcustom.
1951         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
1952         paragraph to same-comment-start-marker.
1954 2004-03-07  Dave Love  <fx@gnu.org>
1956         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
1957         (browse-url-mail): Use it.
1959         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
1960         (rfc2368-unhexify-string): Use replace-regexp-in-string.
1962 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1964         * woman.el (woman-man.conf-path): Doc fix.
1965         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
1967 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
1969         * sort.el (sort-columns): Remove ms-dos from the list of systems
1970         where the external `sort' command is not used.
1972 2004-03-07  Kim F. Storm  <storm@cua.dk>
1974         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
1975         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
1976         from overlay-arrow-variable-list.
1977         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
1979 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
1981         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
1982         overlay arrow string properly for the assembler buffer.
1984 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * mail/sendmail.el (mail-mode): Fix last change.
1988 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
1990         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
1991         for the assembler buffer.
1992         (gdb-assembler-custom): Position the overlay arrow.
1993         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
1995 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1997         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
1999         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2000         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2002         * mail/sendmail.el (mail-mode): Set comment-start-skip.
2004         * newcomment.el (uncomment-region): Allow non-terminated comment.
2005         (comment-normalize-vars): Check the user-specified comstart marker.
2007 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2009         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2010         Otherwise, do use it if the region only contains font-lock text
2011         properties.
2013 2004-03-04  Masatake YAMATO  <jet@gyve.org>
2015         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2016         as the callback function for eldoc.
2017         (hexl-print-current-point-info): New function.
2018         (hexl-current-address): Print the address in both decimal
2019         and hexadecimal format.
2021 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2023         * mail/rmail.el (rmail-convert-to-babyl-format):
2024         Specify t for UNIBYTE when calling mail-unquote-printable-region.
2026         * mail/mail-utils.el (mail-unquote-printable-region):
2027         New arg UNIBYTE.
2029         * startup.el (command-switch-alist): Doc fix.
2031         * simple.el (undo): Temporarily set this-command to `undo-start',
2032         then set it to `undo' once undo-start returns without error.
2034         * simple.el (minibuffer-history-sexp-flag): Doc fix.
2036         * simple.el (kill-line): Don't disregard trailing whitespace
2037         in eol condition, if show-trailing-whitespace is set.
2039         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2040         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2041         When disabling, restore old values only if mouse-sel-has-been-enabled.
2043         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2044         (isearch-{-char): New function.
2045         (isearch-mode-map): Bind { to isearch-{-char.
2047         * font-lock.el (lisp-font-lock-keywords-2):
2048         Turn off the CL with-... and do-... general patterns.
2049         Instead, recognize several specific with... and do... constructs.
2051         * files.el (switch-to-buffer-other-window):
2052         Bind same-window-buffer-names and same-window-regexps to nil.
2053         (switch-to-buffer-other-frame): Likewise.
2055 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2057         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2058         recognizing leading comment on code line.
2060 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2063         hidden files/directories.
2065 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2068         only comment-start (in case the mode hasn't set it).
2070         * Makefile.in (AUTOGENEL): New var.
2071         (bootstrap-prepare): Rename from bootstrap-clean.
2072         Don't remove elc files.
2073         (maintainer-clean): New target.
2075         * xml.el (xml-get-attribute-or-nil): Simplify.
2077 2004-03-02  Juri Linkov  <juri@jurta.org>
2079         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2080         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2081         URL to prevent their substitution with the environment variable
2082         values by browsers.
2084 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2086         * ps-print.el: Doc fix.
2087         (ps-print-version): New version number (6.6.3).
2088         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2089         Docstring fix.
2090         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2091         before printing.
2092         (ps-time-stamp-yyyy-mm-dd): New fun.
2093         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2095 2004-03-02  Kim F. Storm  <storm@cua.dk>
2097         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2099 2004-03-01  Juanma Barranquero  <lektu@terra.es>
2101         * allout.el (allout-rebullet-heading): Fix typo in docstring.
2103         * desktop.el (desktop-file-version)
2104         (desktop-after-read-hook): Fix typos.
2105         (desktop-clear-preserve-buffers): Remove redundant info in
2106         docstring already shown by the obsolescence message.
2107         (desktop-truncate, desktop-internal-v2s)
2108         (desktop-value-to-string): Change argument name to match docstring.
2110         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2112         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2113         docstring.
2115 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2117         * printing.el: Replace "As Is..." in PostScript file print/preview by
2118         "No Preprocessing...".  Suggested by Colin Marquardt
2119         <_marquardt_@zmd.de>.
2120         (pr-insert-section-4): Adjust buffer interface.
2122 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2124         Version 2.0.39 of Tramp released.
2126         * net/tramp.el (tramp-handle-file-local-copy)
2127         (tramp-handle-write-region, tramp-open-connection-rsh):
2128         Variable name typo.  Small change.  From Patrick Tullmann
2129         <tullmann@flux.utah.edu>.
2130         (tramp-process-connection-type): New variable.
2131         (tramp-maybe-open-connection): Use it.
2132         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2133         (tramp-touch): Set last-modified time of a remote file.
2134         (tramp-handle-write-region): Say which function is used when encoding.
2136 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2138         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2139         case of non-existing filename, too.  Reported by Christoph Bauer
2140         <c_bauer@informatik.uni-kl.de>.
2141         (tramp-smb-get-file-entries): The directory in question should
2142         have permissions "drwxrwxrwx".  Just virtual, because we don't
2143         know the real permissions.  Don't we know?
2144         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2145         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2146         (tramp-smb-wait-for-output): Optimize algorithm getting pending
2147         output.  If it was received chunkwise, there have been problems.
2148         Remove the "prompt not found" error message; it is obvious.
2149         Simplify algorithm.
2150         (tramp-smb-process-running): Remove.  Since we acknowledge the
2151         virtual prompt for shares, there's no need for distinction of
2152         reading shares (process ends afterwards) and interactive mode of
2153         smblient.
2154         (tramp-smb-open-connection): Setting process sentinel removed.
2155         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2156         "NT_STATUS_NETWORK_ACCESS_DENIED".
2157         (tramp-smb-maybe-open-connection): Set `process-connection-type'
2158         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2159         (top-level): Setting default value in `tramp-default-method-alist'
2160         corrected.  Order of USER and HOST have been wrong.
2161         Nobody complained for months ...
2162         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2163         (tramp-smb-open-connection): Clear password cache if login has failed.
2165         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
2166         `tramp-unified-filenames'.
2167         (tramp-completion-mode): Make test for XEmacs explicitely.
2168         `event-to-character' can exists in Emacs packages too.
2169         Reported by Matt Swift <swift@alum.mit.edu>.
2170         (tramp-buffer-name): Buffer name must contain the user if exists.
2171         Reported by Adrian Phillips <a.phillips@met.no>.
2172         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2173         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2174         (tramp-do-copy-or-rename-file-out-of-band): Rename from
2175         `tramp-do-copy-or-rename-file-one-local', because it handles also
2176         the case both files use the same out-of-band method.
2177         Implementation added.
2178         (tramp-handle-file-local-copy, tramp-handle-write-region):
2179         Out-of-band handling removed.  `copy-file' called instead, which
2180         calls `tramp-do-copy-or-rename-file-out-of-band'.
2181         (tramp-action-password): Check for out-of-band method removed.
2182         This function is used for 'login-program.
2183         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2184         appropriate.
2185         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2186         and `tramp-parse-sknownhosts'.
2187         (tramp-completion-function-alist): It's a defvar now, because we
2188         want to apply the optimized `tramp-set-completion-function'
2189         instead of a static list.
2190         (tramp-set-completion-function): Implementation tuned.
2191         Avoid double entries, and entries where the function or the
2192         file/directory doesn't exist.
2193         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2194         for SSH2.
2195         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2196         (tramp-handle-dired-compress-file): New function.
2197         (tramp-async-proc): New variable.
2198         (tramp-handle-shell-command): Adding asynchronous processes.
2199         They are far from being perfect, but it works at least for
2200         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2201         (top-level): Require password.el if visible.  Should be mandatory
2202         once No Gnus has found its way into (X)Emacs.
2203         (tramp-read-passwd): Invoke `password-read' if available,
2204         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
2205         fallback any longer.
2206         (tramp-clear-passwd): New function.
2207         (tramp-process-actions, tramp-process-multi-actions):
2208         Clear password cache if login has failed.
2210         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
2211         its own module.
2212         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2213         `ange-ftp-ftp-name-res'.  There could be incorrect values from
2214         previous calls in case the "ftp" method is used in the Tramp file
2215         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2217 2004-02-28  Richard M. Stallman  <rms@gnu.org>
2219         * term.el (term-mouse-paste): Call mouse-set-point.
2221         * thumbs.el: New file.
2223 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2225         * progmodes/ebnf-abn.el: Doc fix.
2227         * progmodes/ebnf-bnf.el: Doc fix.
2228         (ebnf-repeat): Code fix.
2230         * progmodes/ebnf2ps.el: Doc fix.
2231         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
2233 2004-02-28  Juri Linkov  <juri@jurta.org>
2235         * ffap.el (dired-at-point): Additional writability test for
2236         relative directory names.
2237         (dired-at-point-prompter): Treat directories as a directory, get
2238         the directory component from files.
2239         (ffap-string-at-point): Return string from region if region is active.
2240         (ffap-file-at-point): Remove redundant code.
2242 2004-02-28  Kim F. Storm  <storm@cua.dk>
2244         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
2245         Initialize margin area images to nil.
2246         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
2247         (breakpoint-enabled-bitmap-face)
2248         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
2249         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
2250         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
2251         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
2252         (gdb-reset): Use gdb-remove-breakpoint-icons.
2253         (gdb-put-string): Add dprop arg to specify alternative display
2254         property (for setting fringe bitmap).
2255         (gdb-remove-strings): Doc fix.
2256         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
2257         icon in fringe (if available), or else as icon or text in display
2258         margin.  Creates necessary icons in breakpoint-bitmap,
2259         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
2260         Also make left window margin if required.
2261         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
2262         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
2263         no longer needed.
2264         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
2265         gdb-put-breakpoint-icon.
2266         (gdb-assembler-mode): Don't set left-margin-width here.
2268 2004-02-27  Kevin Ryde  <user42@zip.com.au>
2270         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
2271         comma, so that it DTRT in macros.
2273 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2275         * progmodes/sh-script.el (sh-shell-arg)
2276         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
2277         (sh-leading-keywords, sh-other-keywords): Fix custom type.
2279 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
2281         * faces.el (face-spec-set-match-display): Add a new attribute,
2282         `min-colors'.
2283         (region, highlight, secondary-selection): Use `min-colors'.
2285         * custom.el (defface): Add documentation for `min-colors'.
2287         * font-lock.el (font-lock-comment-face, font-lock-string-face)
2288         (font-lock-keyword-face, font-lock-function-name-face)
2289         (font-lock-variable-name-face, font-lock-constant-face):
2290         Use `min-colors'.
2292         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
2294 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2296         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
2297         define assq-delete-all if it's not defined.
2298         (ebnf-generate-region): Code fix.
2300         * printing.el: Doc fix.
2301         (pr-version): New version number (6.7.2).
2302         (pr-command): Return empty string if command is an empty string.
2304 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2306         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
2308         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
2309         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
2310         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
2311         "tt" ["test"] ).  Reported by Markus Dreyer
2312         <mdreyer@ix.urz.uni-heidelberg.de>.
2313         (ebnf-version): New version number (4.0).
2314         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
2315         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
2316         (ebnf-delete-style): New commands.
2317         (ebnf-directory, ebnf-file): New funs.
2318         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
2319         (ebnf-production-name-p, ebnf-stop-on-error): New options.
2320         (ebnf-syntax-alist): New var.
2321         (ebnf-element-width): New fun replacing ebnf-list-width.
2322         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
2323         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
2324         (ebnf-prologue): Adjust vars.
2325         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
2326         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
2327         (ebnf-check-style-values, ebnf-generate-production)
2328         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
2329         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
2330         (ebnf-token-repeat): Code fix.
2332         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
2333         %right, %left and %prec.  Suggested by Matthew K. Junker
2334         <junker@alum.mit.edu>.
2335         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
2337         * progmodes/ebnf-iso.el: Doc fix.
2338         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
2339         (ebnf-iso-lex): Code fix.
2341         * progmodes/ebnf-bnf.el: Doc fix.
2342         (ebnf-bnf-lex): Code fix.
2344         * progmodes/ebnf-otz.el: Doc fix.
2346 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
2348         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
2349         (abbrev-prefix-mark): Doc fix.
2351 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
2353         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
2354         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
2355         (gdb-var-delete): Make interactive (really).
2356         (gdb-edit-value): Make non-interactive.
2358         * progmodes/gud.el (gud-speedbar-menu-items):
2359         Add gdb-var-delete and, indirectly, gdb-edit-value.
2360         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
2361         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
2362         (gud-gdb-marker-filter): Add comment for annotations.
2364 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2366         * calendar/calendar.el (generate-calendar)
2367         (calendar-read-date): Prevent display of BC calendars once more -
2368         reverts 2003-10-01 change.
2369         (generate-calendar-month): Doc fix.
2371 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2373         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
2374         return value of increment-calendar-month.
2376 2004-02-21  Stephen Compall  <s11@member.fsf.org>
2378         * saveplace.el (save-place-forget-unreadable-files)
2379         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
2380         (save-place-forget-unreadable-files): New function.
2381         (save-place-alist-to-file): Use it to filter out files that are
2382         no longer readable.
2384         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
2385         current Texinfo environment, using the same method as in
2386         `texinfo-insert-@end', and insert a space rather than a newline if
2387         point in a @table environment.
2389 2004-02-21  Juri Linkov  <juri@jurta.org>
2391         * ffap.el (ffap-file-at-point): Try parent directories.
2393 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
2395         * vcursor.el (vcursor-modifiers): New defcustom.
2396         (vcursor-cs-binding): Use vcursor-modifiers instead of a
2397         hard-coded list.
2399 2004-02-21  Masatake YAMATO  <jet@gyve.org>
2401         * play/animate.el (animate-birthday-present): Accept names other
2402         than `Sarah', too.
2404 2004-02-21  Juri Linkov  <juri@jurta.org>
2406         * startup.el: Remove table of command line arguments from the
2407         Commentary section.
2409 2004-02-20  John Wiegley  <johnw@newartisans.com>
2411         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
2412         again" modifier from 'e' to 'E', since 'e' is also used by the
2413         "file extension" modifier.
2415 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
2417         * help-fns.el (describe-categories): Doc fix.
2419 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2421         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
2422         temporary file for buffer already visiting one.  This change makes
2423         output likely to be directly usable by patch program.
2424         Suggested by Adrian Aichner  <adrian@xemacs.org>
2426 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
2428         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
2429         case of variables defined in compound statements.
2430         (gdb-setup-windows, gdb-source-info, gdb-source-info):
2431         Simplify constructions using switch-to-buffer.
2433 2004-02-19  Simon Josefsson  <jas@extundo.com>
2435         * play/morse.el: Fix typo.
2436         (morse-code): Add @.
2438 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2440         * calendar/appt.el (appt-display-format): Change default to
2441         'ignore, for backwards compatibility.
2442         (appt-display-message): If appt-display-format is 'ignore,
2443         respect old vars appt-msg-window and appt-visible.
2444         (appt-activate): Don't depend on return value of cancel-timer.
2446         * calendar/calendar.el (calendar-holidays): Doc fix.
2448         * calendar/cal-coptic.el (coptic-prompt-for-date):
2449         Use assoc-string instead of assoc-ignore-case.
2450         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
2451         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
2452         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
2453         * calendar/cal-islam.el (calendar-goto-islamic-date)
2454         (mark-islamic-diary-entries): Ditto.
2455         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
2456         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
2457         (calendar-read-mayan-tzolkin-date): Ditto.
2458         * calendar/calendar.el (calendar-read-date): Ditto.
2459         * calendar/diary-lib.el (mark-diary-entries): Ditto.
2461 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2463         * progmodes/executable.el (executable-command-find-posix-p):
2464         Fix choice of the directory.
2466 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
2468         * simple.el (interprogram-cut-function)
2469         (interprogram-paste-function, kill-new, kill-append):
2470         Doc fixes.
2471         (kill-region): Make it return nil.  Doc fix.
2472         (yank-pop): Make its argument optional.
2473         (yank): Make ARG `-' equivalent to `-1'.
2475 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
2477         * mail/rmail.el (rmail-get-new-mail): Don't reference
2478         rmail-use-spam-filter if rmail-spam-filter is not loaded.
2480 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
2482         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
2483         if one of global-auto-revert-non-file-buffers or autorevert-mode
2484         is non-nil.
2486 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2488         * subr.el (delete-dups): A better implementation from Karl Heuer
2489         <kwzh@gnu.org>.
2491 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2493         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
2494         correct place.
2495         * progmodes/icon.el (icon-indent-command): Ditto.
2496         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
2498 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2500         * progmodes/grep.el (grep-compute-defaults): Undo change from
2501         2004-01-29: don't use executable-command-find-posix-p.
2503 2004-02-16  Richard Sharman  <rsharman@pobox.com>
2505         * hilit-chg.el: Use require instead of eval-and-compile.
2506         (highlight-compare-buffers): New function.
2508 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
2510         * man.el (Man-fontify-manpage): Render section headings in
2511         `Man-overstrike-face' even when overstrike was not used by man
2512         formatter for section headings.
2514 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
2516         * rmail-spam-filter.el: (vm-use-spam-filter)
2517         (rsf-min-region-length-added-to-spam-list): New variables.
2518         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
2519         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
2520         spam testing.  Don't delete spam message if automatic deletion
2521         after output via variable rmail-delete-after-output is turned on.
2522         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
2523         rsf-bbdb-dont-create-entries-for-spam.
2524         (check-field): New function, extracted from code in
2525         rmail-spam-filter to ease addition of header fields like content-type.
2526         (message-content-type): New variable to check the content-type:
2527         field added, also in defcustom of rsf-definitions-alist.
2528         (rmail-spam-filter): Replace repeated test code for header fields
2529         by calls to check-field; change the call to
2530         rmail-output-to-rmail-file such that rmail-current-message stays
2531         the same to avoid wrong deletion of unseen flags.
2532         (rsf-add-contents-type): New function to convert old format
2533         of rmail-spam-definitions-alist into new one.
2534         Change prefixes of all variables and functions from
2535         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
2537 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2539         * loadhist.el (unload-hook-features-list): New defvar.
2541 2004-02-16  Dave Love  <fx@gnu.org>
2543         * loadhist.el (unload-feature): Doc fix.  Rename flist to
2544         unload-hook-features-list.
2546 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
2548         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
2549         cookie.  Don't check if we are looking-at open-formula.
2551 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2553         * subr.el (match-string-no-properties): Use substring-no-properties.
2555 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2557         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
2558         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
2559         Use lower-case "rx" in all error message.
2561 2004-02-16  Dave Love  <fx@gnu.org>
2563         * emacs-lisp/rx.el (rx-or): Put group around result.
2564         (rx-constituents): Add backref.
2565         (rx-syntax): Add string-delimiter, comment-delimiter.
2566         (rx-categories): Add combining-diacritic.
2567         (rx-check-not, rx-greedy, rx): Doc fix.
2568         (rx-backref, rx-check-backref): New.
2570 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
2572         * newcomment.el (uncomment-region): Allow eob as comment end.
2574 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
2576         * filecache.el: All message and error commands now use prefix
2577         "Filecache:" to make it easy to read *Messages* buffer.
2579 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
2581         * autorevert.el: Add support to detect changed dired and VC buffers.
2582         (auto-revert-active-p, auto-revert-list-diff)
2583         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
2584         (auto-revert-handler, auto-revert-active-p): New functions.
2585         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
2586         and `auto-revert-active-p'.
2587         (eval-when-compile): Defvar dired-directory and vc-mode.
2588         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2589         (auto-revert-handler-vc): New functions.
2591 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
2593         * progmodes/compile.el (compilation-directory): New defvar.
2594         (compile): Save current directory in compilation-directory.
2595         (recompile): Bind default-directory to compilation-directory if
2596         that is non-nil.
2598 2004-02-16  Dave Love  <fx@gnu.org>
2600         * newcomment.el (comment-insert-comment-function)
2601         (comment-region-function, uncomment-region-function): New.
2602         (comment-indent): Use comment-insert-comment-function.
2603         (uncomment-region): Use uncomment-region-function.
2604         (comment-region): Use comment-region-function.
2606         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
2608 2004-02-16  Richard Stallman  <rms@gnu.org>
2610         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
2611         loaddefs* and ldefs-boot*.
2613 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
2615         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
2616         and email address at the beginning and end of the address.
2618         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
2619         anchored at the beginning of the email address.
2621 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
2623         * international/ccl.el (ccl-compile-write): Pass `left' to
2624         ccl-embed-code to generate correct code of write-expr-register.
2626 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
2628         * progmodes/grep.el (grep-compute-defaults): Fix typos.
2630 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2632         * x-dnd.el: Mention support for Motif in commentary.
2633         (x-dnd-handle-drag-n-drop-event): Ditto.
2635 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
2637         * ses.el: Use "ses--" prefixes for buffer-local variables.
2638         Use (point-min) instead of 1, even when we know the buffer
2639         is unnarrowed.
2640         (ses-build-load-map): Delete.  Distribute its content to defconst's for
2641         the three maps.
2642         (ses-menu, ses-header-line-menu): New menus.
2643         (ses-mode-map): Use them.
2644         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
2646 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
2648         * Makefile.in: Fix the CC Mode recompile kludge so it works
2649         when building in a different directory.
2651 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
2653         * simple.el (kill-new): Put yank-handler property on the entire string.
2655 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2657         * diff.el: Don't use compile any more, use diff-mode instead.
2658         (diff-regexp-alist, diff-old-file, diff-new-file)
2659         (diff-parse-differences, diff-process-setup): Remove.
2660         (diff-sentinel): New fun.
2661         (diff): Use it.  Run the process ourselves.
2662         Use diff-mode for the rest of the processing.
2664         * diff.el (diff): Simplify code handling `switch'.
2666 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * pcvs-defs.el (cvs-menu): Add `tag'.
2670 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
2672         * simple.el (kill-append): Doc fix.
2674         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2675         Adapt outline-regexp to the new conventions for commenting out code.
2677 2004-02-11  John Paul Wallington  <jpw@gnu.org>
2679         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
2681 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2683         * diff.el (diff-switches): New fun.
2684         (diff, diff-backup): Use it.
2685         (diff): Clean up the args construction.  Use backquote.
2686         Use listp instead of consp to avoid putting a nil arg.
2687         (diff): Add a revert-buffer function.
2689 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2691         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
2692         handled by x-dnd-handle-file-name.
2693         (x-dnd-known-types): Add COMPOUND_TEXT.
2694         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
2695         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
2696         x-dnd-empty-state.
2697         (x-dnd-forget-drop): Ditto.
2698         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
2699         (x-dnd-handle-one-url): Return private when inserting text.
2700         (x-dnd-insert-ctext): New function.
2701         (x-dnd-handle-file-name): New function for FILE_NAME.
2702         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
2703         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
2704         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
2706 2004-02-10  Kenichi Handa  <handa@m17n.org>
2708         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
2709         instead of while loop.
2711 2004-02-10  Miles Bader  <miles@gnu.org>
2713         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
2715 2004-02-09  Kenichi Handa  <handa@m17n.org>
2717         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
2718         have end-of-line.
2720 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
2722         * Makefile.in: Added extra dependencies in the recompile target
2723         needed to cope with the compile time macro expansions in CC Mode.
2725 2004-02-09  Kim F. Storm  <storm@cua.dk>
2727         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
2728         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
2729         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
2730         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
2731         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
2732         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
2733         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
2734         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
2735         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
2736         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
2737         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
2739 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
2742         Don't allow shrink if there's a window on our right.
2744         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
2745         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
2746         Bring together declaration and initialization.
2747         (prolog-mode-variables): Don't set the syntax table.
2748         Don't set paragraph-start and comment-indent-function.
2749         Add /*..*/ to the comment regexps.
2750         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
2751         (prolog-mode-map): Don't bind TAB.
2752         (prolog-mode): Set the syntax table.
2753         (prolog-comment-indent): Remove.
2754         (inferior-prolog-mode-map): Initialize in the declaration.
2755         (inferior-prolog-mode-syntax-table)
2756         (inferior-prolog-mode-abbrev-table): New vars.
2757         (inferior-prolog-mode): Derive from comint-mode.
2758         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
2759         minibuffer windows.
2761         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
2762         in file names, as long as it is unabmiguous.
2764 2004-02-08  Andreas Schwab  <schwab@suse.de>
2766         * textmodes/reftex-toc.el
2767         (reftex-toc-load-all-files-for-promotion): Remove useless use of
2768         format.  Doc fix.
2770         * textmodes/refer.el (refer-find-entry-internal): Remove extra
2771         format string arguments.
2773         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
2774         string argument.
2776         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
2778         * play/zone.el (zone-call): Fix format string.
2780         * net/webjump.el (webjump-builtin): Add missing format string argument.
2782         * midnight.el (midnight-delay-set): Remove extra format string argument.
2784         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
2786         * hexl.el (hexl-insert-char): Add missing format string argument.
2788         * format.el (format-decode): Fix format string.
2790         * emulation/vi.el (vi-mode): Remove extra format string argument.
2791         (vi-repeat-last-search): Likewise.
2792         (vi-reverse-last-search): Likewise.
2793         (vi-goto-mark): Likewise.
2794         (vi-reverse-last-find-char): Likewise.
2795         (vi-repeat-last-find-char): Likewise.
2796         (vi-locate-def): Likewise.
2798         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
2800         * ediff-util.el (ediff-toggle-read-only): Remove extra format
2801         string argument.
2802         (ediff-toggle-regexp-match): Likewise.
2804         * dired-aux.el (dired-do-query-replace-regexp): Add missing
2805         format string argument.
2807         * calc/calc-map.el (calc-get-operator): Remove extra format
2808         string argument.
2810         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
2812         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
2813         string argument.
2815         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
2817         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
2819         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
2821         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
2822         (cl-struct-setf-expander): Likewise.
2824         * vc.el (with-vc-file): Fix unsafe uses of error.
2825         (vc-cancel-version): Likewise.
2827 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
2829         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
2830         thousands separator; fixes <class>:<line-number> regexp for
2831         non-english locales.
2833 2004-02-08  Andreas Schwab  <schwab@suse.de>
2835         * view.el (view-mode-enable): Revert previous change.
2837 2004-02-07  Kim F. Storm  <storm@cua.dk>
2839         * simple.el (line-number-at-pos): Rename from line-at-pos.
2840         Uses changed (what-line and vc-annotate-warp-version).
2842 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2844         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
2845         (diff-mode): Remove aborted attempt at support for compile.el.
2846         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
2848 2004-02-06  Andreas Schwab  <schwab@suse.de>
2850         * view.el (view-mode-enable): Add view-mode-map to
2851         minor-mode-overriding-map-alist.
2853 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2855         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
2857 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
2860         with point inside rather than after the paragraph.
2862 2004-02-04  Sam Steingold  <sds@gnu.org>
2864         * mail/smtpmail.el (smtpmail-try-auth-methods):
2865         Do not try authentication when no mechanism is available.
2866         Pass port-name as defaultport to `netrc-machine'.
2868 2004-02-04  Stephen Eglen  <stephen@gnu.org>
2870         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
2871         to show how minibuffer height can be constrained.
2873 2004-02-04  John Paul Wallington  <jpw@gnu.org>
2875         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
2877 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2879         * x-dnd.el: New file for drag and drop.
2881         * term/x-win.el: require x-dnd, set after-make-frame-functions
2882         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
2883         drag-n-drop event.
2885         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
2886         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
2887         (dired-dnd-handle-file): New functions for drag and drop support.
2888         (dired-mode): Initialize drag and drop if x-dnd present.
2890 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
2893         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
2894         (cperl-mode): Set fill-paragraph-function.
2895         (cperl-fill-paragraph): Make it non-interactive.
2897 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
2899         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
2901 2004-02-02  David Kastrup  <dak@gnu.org>
2903         * replace.el (perform-replace): Allow 'literal argument in
2904         regexp-flag to indicate literal replacement.
2905         (query-replace-regexp-eval): Use it.
2907 2004-02-01  Andreas Schwab  <schwab@suse.de>
2909         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
2911 2004-02-01  Stephen Eglen  <stephen@gnu.org>
2913         * info-look.el: Add support for maxima-mode.  Update commentary
2914         because info-lookup-symbol is now bound to C-h S.
2916 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
2918         * simple.el (edit-and-eval-command): Bind print-level and
2919         minibuffer-history-sexp-flag around call to read-from-minibuffer.
2920         Correct initial position in command-history.
2922 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
2924         * files.el (read-directory-name): Adapt the docstring to recent
2925         change in Fread_file_name.
2927 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
2929         * ses.el (ses-print-cell): If print format too wide for column
2930         width, truncate decimal places if that helps to avoid "#####" fill.
2931         * ses.el (ses-initial-column-width): Revert previous change.
2933 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
2936         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
2937         Add edebug info.
2938         (jit-lock-mode): Setup/cancel the new timer.
2939         (jit-lock-context-fontify): New fun.  Extracted from
2940         context fontification code of jit-lock-stealth-fontify.
2941         (jit-lock-stealth-fontify): Don't do context fontification any more.
2943         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
2944         (jit-lock-fontify-now): Handle the `quit' case.
2945         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
2947 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
2949         * progmodes/executable.el (executable-command-find-posix-p):
2950         New.  Check if find handles arguments Posix-style.
2952         * progmodes/grep.el (grep-compute-defaults):
2953         Use executable-command-find-posix-p.
2954         (grep-find): Check `grep-find-command'.
2956         * filecache.el (file-cache-find-posix-p): Delete.
2957         (file-cache-add-directory-using-find):
2958         Use `executable-command-find-posix-p'.
2960 2004-01-29  Dave Love  <fx@gnu.org>
2962         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2963         Iterate the hook function if arg is given.
2964         (mark-defun, narrow-to-defun): Change order of finding the limits.
2966         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
2967         (byte-compile-format-warn): New.
2968         (byte-compile-callargs-warn): Use it.
2969         (Format, message, error): Add byte-compile-format-like property.
2970         (byte-compile-maybe-guarded): New.
2971         (byte-compile-if, byte-compile-cond): Use it.
2972         (byte-compile-lambda): Compile interactive forms,
2973         just to make warnings about them.
2975 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
2977         * ses.el (ses-initial-column-width): Increase to 14, so it will
2978         work well with the default printer of "%.7g" for extreme values
2979         like "-1.234567e+07".
2981 2004-01-29  Kenichi Handa  <handa@m17n.org>
2983         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
2985 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
2987         * dos-w32.el: Added support for the `default-printer-name' function.
2989 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2991         * server.el (server-socket-name): Don't use the hostname in the
2992         socket name since /tmp is local to the host anyway.
2994         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
2995         robust check of widening and fix var-naming.
2997 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
2999         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3000         or rmail-spam- to rsf- in all function and variable names.
3001         (rsf-min-region-to-spam-list): New variable.
3002         (rsf-bbdb-auto-delete-spam-entries): Rename from
3003         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
3004         scanned together with the recipients field for spam testing; Don't
3005         delete spam message if rmail-delete-after-output is non-nil;
3006         (rsf-check-field): New function, extracted from code in
3007         rmail-spam-filter to ease addition of header fields like
3008         content-type:;
3009         (message-content-type): New variable.  The content-type: field was
3010         added also in defcustom of rsf-definitions-alist;
3011         (rmail-spam-filter): Replace repeated test code for header fields
3012         by calls to check-field; change the call to
3013         rmail-output-to-rmail-file such that rmail-current-message stays
3014         the same to avoid wrong deletion of unseen flags.
3015         (rmail-use-spam-filter): Add autoload cookie.
3017 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
3019         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
3020         (file-cache-add-directory-using-find): Add Cygwin support.
3021         (file-cache-find-command-posix-flag): New user variable.
3023         * filecache.el (file-cache-add-directory): Check for
3024         directories an remove them from dir-files.
3026 2004-01-27  Richard M. Stallman  <rms@gnu.org>
3028         * man.el (Man-fontify-manpage): Clean up message.
3030 2004-01-27  Kenichi Handa  <handa@m17n.org>
3032         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3033         (sentence-end): Define using sentence-end-without-space.
3035         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3036         a sentence ends with one of a character in sentence-end-without-space.
3038 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * font-lock.el (font-lock): Add jit-lock as explicit group member.
3041         (jit-lock): Group declaration moved to jit-lock.el.
3042         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3043         when necessary.
3045         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3046         (jit-lock-context-unfontify-pos): Rename from
3047         jit-lock-first-unfontify-pos.
3048         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3050 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3052         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3053         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3054         (fortran-fill): When filling a string, adjust re-search-backward
3055         argument for special case of string just on fill-column.
3056         When filling non-string, allow one extra char if
3057         fortran-break-before-delimiters is non-nil.
3058         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3059         Use fortran-break-delimiters-re and fortran-no-break-re to
3060         correctly handle cases such as "**".
3062         * progmodes/f90.el (f90-break-delimiters): Doc fix.
3063         (f90-no-break-re): Add some extra tokens.  Doc fix.
3065 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3067         * mail/rmail-spam-filter.el:
3068         Use two semicolons as Commentary line prefix.
3069         Add ";;; Code:" stylized comment.
3070         Delete end-of-line whitespace.
3071         Wrap (require 'cl) with `eval-when-compile'.
3073 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
3075         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3076         at the top level of vc.el.
3078 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
3080         * vc.el (vc-current-line): Function removed.  This is now done by
3081         the new function line-at-pos in simple.el.
3082         (vc-annotate-warp-version): Use line-at-pos instead of
3083         vc-current-line.
3085 2004-01-22  Kim F. Storm  <storm@cua.dk>
3087         * simple.el (line-at-pos): New defun.
3088         (what-line): Use it.  Optimize by only counting lines in narrowed
3089         region once.
3091 2004-01-22  Kenichi Handa  <handa@m17n.org>
3093         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3094         point (register r1) only for charset mule-unicode-0100-24ff.
3096 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3098         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3099         trailing white space and ensure a final newline.
3101         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3102         Add autoload cookie.
3104 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
3106         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3107         activate view-mode explicitly.
3109 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3111         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3112         use clipboard first.
3114 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3116         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
3117         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3118         (vc-mcvs-cvs): Remove.
3119         (vc-mcvs-command): Remove use of assert.
3121         * outline.el (outline-insert-heading): Tighten up match.
3122         (outline-demote, outline-move-subtree-down): Don't assume anything
3123         about outline-regexp.
3125         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3126         (texinfo-show-structure): Explicitly add ^, and simplify.
3128 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3130         * calendar/appt.el (appt-check): Restore usage of
3131         appt-issue-message deleted in previous change.
3132         (top-level): Activate package when loaded (needed for backwards
3133         compatibility).
3135 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3137         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3138         following previous change to smtpmail-send-data.
3140 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
3142         * vc.el (vc-default-previous-version): Doc enhancement.
3143         (vc-default-next-version): New function.
3144         (vc-print-log): New arg FOCUS-REV.
3145         (vc-annotate-mode): Derive from view-mode.
3146         (vc-annotate): New args REVISION, DISPLAY-MODE.
3147         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3148         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3149         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3150         (vc-annotate-show-diff-revision-at-line, vc-current-line)
3151         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3153         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3155 2004-01-19  Karl Berry  <karl@gnu.org>
3157         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3158         or "TexInfo".
3160 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3162         * subr.el (delete-dups): New function.
3164 2004-01-19  Karl Berry  <karl@gnu.org>
3166         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
3167         with ^, since that's what texinfo-show-structure
3168         documentation says (plus it works much better in texinfo.txi).
3170 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
3172         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
3174 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
3176         * progmodes/which-func.el (which-function-mode): Don't cancel
3177         which-func-update-timer if not set.
3179 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
3181         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3182         Remove spurious left square bracket in XX:XXam regexp.
3184 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3186         * progmodes/cc-defs.el: Do not require cl at run time.
3188 2004-01-16  Richard M. Stallman  <rms@gnu.org>
3190         * emacs-lisp/cl.el (cl-cannot-unload): New function.
3191         (cl-unload-hook): Defvar this to run cl-cannot-unload.
3193         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3194         Call rmail-spam-filter.  Delete and expunge spam.
3195         Print number of spam messages deleted.
3196         Save and restore the deletion status of old messages when reading
3197         new mail with spam filter, so that expunging spam does not expunge
3198         msgs deleted by the user.
3199         (rmail-only-expunge): Add an optional argument dont-show to
3200         prevent showing message after expunge.
3202 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
3204         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3205         * subr.el (declare): New macro.
3207 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
3209         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3211 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3214         Test window-system rather than system-type (for X11/Mac).
3216 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
3218         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3220 2004-01-12  Richard M. Stallman  <rms@gnu.org>
3222         * mail/rmail.el (rmail-convert-to-babyl-format):
3223         Use mail-unquote-printable-region.
3224         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3225         (rmail-hex-char-to-integer): Functions deleted.
3227         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3228         (mail-unquote-printable-region): New arg NOERROR.
3229         For invalid encoding, either signal an error to just return nil.
3231 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3233         * calendar/appt.el: Update copyright and commentary.
3234         (appt-issue-message): Make obsolete.
3235         (appt-visible, appt-msg-window): Make obsolete, in favour of
3236         appt-display-format.
3237         (appt-display-mode-line, appt-display-duration)
3238         (appt-display-diary, appt-time-msg-list, appt-mode-string)
3239         (appt-prev-comp-time, appt-display-count, appt-timer)
3240         (appt-convert-time): Doc change.
3241         (appt-disp-window-function, appt-delete-window-function):
3242         Use defcustom rather than defvar.
3243         (appt-display-format): New variable.
3244         (appt-display-message): New function with display code from appt-check.
3245         (appt-check): Add optional FORCE argument.  Doc change.
3246         Add appt-make-list to diary-hook if displaying diary.
3247         Remove checking of view-diary-entries-initially.
3248         Message display section removed to new function appt-display-message.
3249         (appt-display-window): Doc change.  Remove unused internal var
3250         this-buffer.  Do not beep, since appt-display-message does that.
3251         (appt-make-list): Doc change.  Use caar.
3252         (appt-sort-list): Simplify by using builtin sort function.
3253         (appt-update-list): New function for updating appts when diary is
3254         saved.
3255         (appt-activate): New autoloaded function to toggle package
3256         functionality.
3258         * calendar/cal-x.el: (calendar-one-frame-setup)
3259         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
3261         * calendar/calendar.el: Update copyright.
3262         (view-diary-entries-initially, european-calendar-style): Doc change.
3263         (calendar-setup): Make defcustom rather than defvar.
3264         (mark-visible-calendar-date): Initialize temp-face and faceinfo
3265         in let binding so local to function.
3267         * calendar/diary-lib.el: Update copyright.
3268         (diary, diary-entry-time): Doc change.
3269         (list-diary-entries): Doc change.  Trivial logic change.
3270         (fancy-diary-display): Restore make-face command mistakenly
3271         deleted 2003-05-08.
3272         (show-all-diary-entries): Allow to pop-up frame if needed.
3274 2004-01-09  John Paul Wallington  <jpw@gnu.org>
3276         * bindings.el (mode-line-change-eol): Add EVENT parameter.
3277         Temporarily select EVENT's window for changing eol type.
3279 2004-01-09  Deepak Goel  <deego@gnufans.org>
3281         * calendar/diary-lib.el (diary-entry-time):
3282         Also accept time in the form XX[.XX][am/pm/AM/PM].
3283         (fancy-diary-font-lock-keywords): Likewise.
3284         (diary-font-lock-keywords): Likewise.
3285         * calendar/appt.el (appt-add): Likewise.
3286         (appt-make-list): Likewise.
3287         (appt-convert-time): Likewise.
3289 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
3291         * gdb-ui.el (gdb-ann3): Revert previous change.
3292         (gdb-source-info): Allow for case of where compilation directory
3293         is not recorded.
3295 2004-01-08  John Paul Wallington  <jpw@gnu.org>
3297         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
3299 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
3301         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
3303         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
3304         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
3305         problems.
3306         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
3308 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
3310         * files.el (write-file-functions, write-contents-functions):
3311         Clarify docstrings.
3313 2004-01-07  Kenichi Handa  <handa@m17n.org>
3315         * international/mule.el (set-auto-coding): Fix for the case that
3316         end-of-line is only CR.
3318 2004-01-07  Kim F. Storm  <storm@cua.dk>
3320         * subr.el (event-start, event-end): Doc fix.
3321         (posn-string, posn-image): New defuns.
3322         (posn-object): Return either image or string object.
3323         (posn-object-x-y): Return 8th element of position.
3324         (posn-object-width-height): New defun.
3326 2004-01-06  Andreas Schwab  <schwab@suse.de>
3328         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
3329         output.
3331 2004-01-05  Karl Berry  <karl@gnu.org>
3333         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
3334         / and *, too.
3336 2003-12-31  Simon Josefsson  <jas@extundo.com>
3338         * files.el (before-save-hook): Add.
3339         (basic-save-buffer): Use before-save-hook.
3341         * emacs-lisp/copyright.el: Fix comment to recommend
3342         before-save-hook instead of write-file-functions.
3344 2004-01-05  Richard M. Stallman  <rms@gnu.org>
3346         * finder.el (finder-commentary): Call delete-other-windows.
3348         * net/ange-ftp.el (ange-ftp-file-attributes):
3349         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
3351 2004-01-04  Karl Berry  <karl@gnu.org>
3353         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
3354         comment characters % and # in the copyright year notice,
3355         as well as ;.
3357 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3359         * wid-edit.el (default): Define dummy :value-delete.
3360         Reported by Jesper Harder <harder@ifa.au.dk>.
3362 2004-01-03  Richard M. Stallman  <rms@gnu.org>
3364         * progmodes/compile.el (compile-internal): Use point, not point-min,
3365         for set-window-point.
3367         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
3369         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
3371         * progmodes/grep.el (grep-mode-map):
3372         Don't remap next-line, previous-line.
3374 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
3376         * speedbar.el (speedbar-edit-line): Change regexp to position
3377         the cursor on the first character of this line's button.
3379 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3381         * subr.el (functionp): Doc fix.
3383 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3385         * progmodes/idlwave.el (idlwave-make-tags):
3386         * textmodes/flyspell.el (flyspell-large-region):.
3387         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
3388         * emulation/viper-util.el (viper-glob-unix-files):
3389         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
3390         * man.el (Man-init-defvars):
3391         * jka-compr.el (jka-compr-call-process):
3392         * files.el (get-free-disk-space,insert-directory):
3393         * ediff-ptch.el (ediff-test-patch-utility):
3394         * ediff-diff.el (ediff-test-utility):
3395         * dired-aux.el (dired-check-process):
3396         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
3397         test the return value of call-process, because it can be a string.
3399 2003-12-31  John Paul Wallington  <jpw@gnu.org>
3401         * bindings.el (completion-ignored-extensions): Add .pfsl.
3403 2003-12-31  Kim F. Storm  <storm@cua.dk>
3405         * ido.el (ido-nonreadable-directory-p): New defun to check for
3406         nonreadable directory without activating tramp (to avoid problems
3407         with checking incomplete tramp paths).
3408         (ido-set-current-directory, ido-file-internal)
3409         (ido-file-name-all-completions1): Use it.
3411 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
3413         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
3414         documentation if the anchor (or node) name is preceded by `info
3415         anchor' or `Info anchor' in addition to earlier `info node' and
3416         `Info node'.
3417         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
3419 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
3421         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
3422         error in arguments to base64-decode-region.  Remove ^M characters
3423         after decoding base64.
3425 2003-12-30  Simon Josefsson  <jas@extundo.com>
3427         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
3428         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
3429         have only been distributed with Emacs for some years.
3430         (texinfo-mode-hook): Customize.
3432 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
3434         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
3435         cleaner (suggested by Richard Stallman).
3437         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
3438         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
3439         file-name clashes on 8+3 DOS filesystems.
3441         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
3442         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
3443         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
3444         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
3445         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
3446         file-name clashes on 8+3 filesystems.
3448         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
3449         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
3450         file-name clashes on 8+3 DOS filesystems.
3452 2003-12-29  Richard M. Stallman  <rms@gnu.org>
3454         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
3455         Upcase the character.
3457         * textmodes/flyspell.el (mail-mode-flyspell-verify):
3458         Search for header separator alone on a line, literally,
3459         and search for it backward, not forward.
3460         (flyspell-abbrev-table): Always use global-abbrev-table
3461         if there is no local one.
3463         * progmodes/sh-script.el (sh-get-indent-info):
3464         Don't move point back if at bob.
3466         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
3468         * play/handwrite.el (handwrite): Make the handwrite credit message
3469         a comment rather than an output command.
3471         * obsolete/sc.el: Display message that this file is obsolete.
3473         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
3475         * mail/rfc822.el (rfc822-address-start): Declare variable.
3476         Renamed from address-start.  All uses changed.
3478         * term.el (term-exec): Set up sentinel.
3479         (term-sentinel): New function.
3480         (term-handle-exit): New function.
3482         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3483         Use assoc-string, and mark them obsolete.
3484         (delay-mode-hooks): Mark as permanent local.
3486         * simple.el (sendmail-user-agent-compose): Use assoc-string.
3488         * register.el (copy-rectangle-to-register): Doc fix.
3490         * info.el (Info-insert-dir): Use assoc-string.
3492         * info-look.el (info-lookup): Use assoc-string.
3494         * frame.el (pop-up-frame-function): Use quote, not `function'.
3495         (frame-notice-user-settings): Calculate ADJUSTED-TOP
3496         copying with lists as coordinate values.
3498         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
3500         * find-dired.el (kill-find): New command.
3501         (find-dired): Make buffer read-only.
3502         Set up a keymap with C-c C-k running kill-find.
3503         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
3505         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
3507         * filecache.el (file-cache-ignore-case): New variable.
3508         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
3510         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
3511         (comint-dynamic-complete-as-filename): Rename local vars.
3512         (comint-dynamic-list-filename-completions): Likewise.
3514         * comint.el (comint-dynamic-list-completions-config): New var.
3515         (comint-dynamic-list-completions): Handle both SPC and TAB right.
3517         * comint.el (comint-file-name-chars): Add [].
3518         (comint-word): Use skip-chars-backward, not search.
3520         * shell.el (shell-file-name-chars): Add [].
3522         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
3524         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
3526         * generic.el (define-generic-mode): Doc fix.
3528 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3530         * files.el (kill-some-buffers): Doc fix.
3532 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
3534         * comint.el (comint-watch-for-password-prompt): Pass `string' as
3535         arg to send-invisible
3536         (send-invisible): Doc fix.  The argument is now a prompt, not the
3537         string to send.
3538         (comint-read-noecho): Doc fix.
3540 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
3542         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
3543         "@", as required by some ISP hosting service.  Fix defcustom
3544         argument syntax errors that prevented use of customization.
3546 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3548         * xml.el (xml-get-attribute-or-nil): Doc fix.
3550 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
3552         * net/zone-mode.el (zone-mode): Use write-file-functions, not
3553         write-file-hooks.
3555 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3557         * autorevert.el (auto-revert-interval): Doc fix.
3559 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
3561         * xml.el (xml-get-attribute-or-nil): New function, like
3562         xml-get-attribute, but returns nil if the attribute was not found.
3563         (xml-get-attribute): Convert to defsubst, uses
3564         xml-get-attribute-or-nil.
3566 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3568         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3570 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
3572         * custom.el (custom-declare-theme): Use `value' when putting
3573         properties on `theme'.
3575 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3577         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
3578         for each yank-handler segment.
3579         (insert-for-yank-1): New function, with the body of the previous
3580         insert-for-yank.
3582         * textmodes/table.el (table-yank-handler): New defcustom.
3583         (table--put-cell-indicator-property): Put yank-handler property
3584         that indicates the yank handler for the table cell.
3586 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3588         * generic-x.el (etc-modules-conf-generic-mode): A more complete
3589         set of keywords.
3591 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
3593         * international/mule-cmds.el (reset-language-environment)
3594         (set-language-environment): Don't invoke fontset-related functions
3595         if fontset-list is not fboundp.
3597 2003-12-29  Kenichi Handa  <handa@m17n.org>
3599         * international/mule-cmds.el (reset-language-environment):
3600         Call set-overriding-fontspec-internal with nil.
3601         (set-language-environment): Call set-overriding-fontspec-internal
3602         if the language environment specify `overriding-fontspec'.
3603         (language-info-alist): Doc added.
3605         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
3606         characters of mule-unicode-0100-24ff.
3607         (ccl-encode-windows-1251-font): New CCL program.
3608         ("Bulgarian"): Specify overriding-fontspec.
3609         ("Belarusian"): Likewise.
3611 2003-12-28  Sam Steingold  <sds@gnu.org>
3613         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
3614         parameter ID-FORMAT to conform with the 2003-11-30 patch.
3616 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
3618         * progmodes/gud.el (gud-gdb-command-name): Set default to
3619         "gdb --annotate=3".
3620         (gud-gdb-marker-filter): Look out for annotations.
3621         (gdb-first-pre-prompt): New variable.
3622         Remove trailing white space.
3624         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
3625         if necessary.
3626         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
3627         annotations are detected.
3628         (gud-gdba-marker-filter): Use global variable gud-marker-acc
3629         instead of a local one to allow transition from
3630         gud-gdb-marker-filter.
3631         Remove trailing white space.
3633 2003-12-27  Kim F. Storm  <storm@cua.dk>
3635         * ido.el: Handle non-readable directories.
3636         (ido-decorations): Add 9th element for non-readable directory.
3637         (ido-directory-nonreadable): New dynamic var.
3638         (ido-set-current-directory): Set it.
3639         (ido-read-buffer, ido-file-internal):
3640         (ido-read-file-name, ido-read-directory-name): Let-bind it.
3641         (ido-file-name-all-completions1): Return empty list for
3642         non-readable directory.
3643         (ido-exhibit): Print [Not readable] if directory is not readable.
3644         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
3645         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
3646         Use it.
3648 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
3650         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
3651         calls to directory-files-and-attributes and file-attributes.
3652         (ls-lisp-format): Remove system dependent handling of user and
3653         group id's.
3655 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
3657         * ffap.el (ffap-read-file-or-url): Revert previous change.
3659 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
3661         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
3662         new list of included files called `files-with-node-lines', that
3663         only have node lines.  This way @include commands can include any
3664         file, such as version and update files without node lines, not
3665         just files that are chapters.
3667 2003-12-25  Andreas Schwab  <schwab@suse.de>
3669         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
3670         file not found.
3672 2003-12-08  Miles Bader  <miles@gnu.org>
3674         * dired.el (dired-between-files): Always use dired-move-to-filename,
3675         which is more robust in non-english locales.
3677 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3679         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
3681 2003-12-24  Andreas Schwab  <schwab@suse.de>
3683         * shell.el (shell-file-name-quote-list): Add backslash.
3685         * comint.el (comint-quote-filename): Correctly handle backslash
3686         in comint-file-name-quote-list.
3688 2003-12-24  Kenichi Handa  <handa@m17n.org>
3690         * international/mule-cmds.el (set-default-coding-systems):
3691         Call ucs-set-table-for-input for all buffers that don't have local
3692         value of buffer-file-coding-system.
3694         * international/ucs-tables.el (ucs-set-table-for-input):
3695         If translation-table-for-encode is a symbol, get its
3696         translation-table property.
3698 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
3700         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
3701         to `completing-read' on a recently fixed bug.
3703         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
3704         instead of SPACE, to get the list of possible fringe modes.
3705         SPACE only works if both `partial-completion-mode' and
3706         `completion-auto-help' are nil.
3708         * complete.el (PC-is-complete-p): Delete.
3709         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
3710         calls to `test-completion'.
3712 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
3714         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
3715         to edit values when there are no children.
3717         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
3718         a mode called "Assembler" already exists.
3719         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
3720         (gud-watch): Use format option.  Remove font properties from string.
3721         (gdb-var-create-handler, gdb-var-list-children-handler):
3722         Don't bother about properties as there are none.
3723         (gdb-var-create-handler, gdb-var-list-children-handler)
3724         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
3725         with two arguments.
3726         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
3727         Let speedbar show value changes with a different font.
3728         (gdb-edit-value): New defun.
3729         (gdb-clear-partial-output, gdb-clear-inferior-io)
3730         (def-gdb-auto-update-handler): Use erase-buffer.
3731         (gdb-frame-handler): Display watch expressions in
3732         FUNCTION::VARIABLE format if required.
3734 2003-12-23  John Paul Wallington  <jpw@gnu.org>
3736         * info.el (Info-unescape-quotes, Info-split-parameter-string)
3737         (Info-goto-emacs-command-node): Doc fixes.
3739 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
3741         * cus-edit.el (custom-add-parent-links): Define "many".
3743 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
3745         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
3746         (widget-child-validate, widget-type-value-create)
3747         (widget-type-default-get, widget-type-match): New functions.
3748         (lazy): New widget.
3749         (menu-choice, checklist, radio-button-choice, editable-list)
3750         (group, documentation-string): Remove redundant (per 2003-10-25
3751         change) calls to `widget-children-value-delete'.
3752         (widget-choice-value-get, widget-choice-value-inline): Remove.
3753         (menu-choice): Update widget.
3755 2003-12-03  Kenichi Handa  <handa@m17n.org>
3757         * language/cyrillic.el: Register "microsoft-cp1251" in
3758         ctext-non-standard-encodings-alist.
3759         ("Bulgarian"): Add ctext-non-standard-encodings.
3760         ("Belarusian"): Likewise.
3762         * international/mule-conf.el (compound-text-with-extensions):
3763         Change the type to 2 (iso-2022 base).
3765         * international/mule.el (ctext-non-standard-encodings-alist):
3766         Change the format.
3767         (ctext-non-standard-encodings): New variable.
3768         (ctext-post-read-conversion): Fully re-written.
3769         (ctext-non-standard-designations-alist): Delete it.
3770         (ctext-non-standard-encodings-table): New function.
3771         (ctext-pre-write-conversion): Fully re-written.
3773 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
3775         * cus-edit.el (custom-add-parent-links): Add documentation links
3776         for parent, if the item has none of its own.
3778 2003-11-30  Richard M. Stallman  <rms@gnu.org>
3780         * dired-aux.el (dired-do-query-replace-regexp):
3781         Report files visited read-only.
3783 2003-11-30  Juri Linkov  <juri@jurta.org>
3785         * dired-aux.el (dired-compare-directories): New command.
3786         (dired-file-set-difference, dired-files-attributes): New functions.
3788 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
3789         Version 2.0.38 of Tramp released.
3791         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
3792         Charles Curley <charlescurley@charlescurley.com>.
3793         (tramp-multi-connection-function-alist): Add ssht entry which adds
3794         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
3795         Aichner.
3796         (tramp-get-method-parameter): New function to retrieve a method
3797         parameter.  This allows for omission of method parameters.
3798         Callers adjusted.
3800 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
3802         * net/tramp.el: Add new optional parameter ID-FORMAT to
3803         `file-attributes'.  Calls of `file-attributes' won't use this
3804         parameter for backward compatibility reasons.
3805         (tramp-perl-file-attributes): Add a new parameter to Perl script
3806         in order to handle uid/gid as strings, if desired.
3807         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
3808         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
3809         order to make the function more general.
3810         (tramp-handle-file-attributes): Replace proprietary optional
3811         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
3812         (tramp-handle-file-attributes-with-perl): Handle parameter
3813         NONNUMERIC if set.  This wasn't done in the past.
3814         (tramp-post-connection): Apply second parameter "$2" if
3815         `tramp-remote-perl' is called.
3817         * net/tramp-smb.el (tramp-smb-handle-delete-file):
3818         Correct cut'n'waste error (`filename' instead of `directory').
3819         (tramp-smb-handle-directory-files-and-attributes)
3820         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
3821         introduced parameter ID-FORMAT.
3822         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
3823         error (`directory' instead of `ldir').
3825         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
3826         `file-attributes' has a second parameter.  If yes, apply it with
3827         value "'integer".  Otherwise, don't use that parameter (default is
3828         integer format).
3830 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
3832         * help.el (help-map): Bind `display-local-help' to `C-h .'.
3833         (help-for-help): Add `C-h .' to the listed Help options.
3834         Remove trailing whitespace.
3836         * help-at-pt.el: New file.
3838 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
3840         * subr.el (noreturn, 1value): New macros for test coverage.
3841         See `testcover.el'.
3843         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
3845         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
3846         for macro `1value'.
3847         (testcover-1value): New function.  Checks that a 1value form
3848         actually returns only one value.  Requested by RMS.
3850 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
3852         * gdb-ui.el (gud-watch, gdb-var-create-handler)
3853         (gdb-var-list-children, gdb-var-list-children-handler)
3854         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
3855         gdb commands that use mi to keep them out of the command history.
3857 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3859         * cus-start.el (all): Add use-file-dialog.
3861 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
3865 2003-11-27  Kim F. Storm  <storm@cua.dk>
3867         * subr.el (posn-object-x-y): New defun.
3869 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3871         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
3872         Don't use `space' for \\\n.
3873         Be more selective as to which # are comment-starters.
3875 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
3877         * subr.el (number-sequence): Improve handling of floating point
3878         arguments (suggested by Kim Storm).  Allow negative arguments.
3880 2003-11-26  Kenichi Handa  <handa@m17n.org>
3882         * international/mule-cmds.el (standard-display-european-internal):
3883         Cancel the standard-display-table setting for ` and '.
3885 2003-11-26  Kim F. Storm  <storm@cua.dk>
3887         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
3888         New defcustoms to add ffap-like functionality to ido.
3889         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
3890         (ido-no-final-slash): New defun.
3891         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
3892         (ido-read-file-name): ): Toggle VC checking via
3893         vc-handled-backends instead of vc-master-templates.
3894         (ido-file-internal): Handle ido-use-url-at-point and
3895         ido-use-filename-at-point via code borrowed from ffap-guesser.
3896         Handle new ido-exit code ffap.
3897         (ido-sort-list): Ignore final slash when sorting file names.
3899 2003-11-25  Kim F. Storm  <storm@cua.dk>
3901         * emulation/cua-base.el (cua--standard-movement-commands):
3902         Add forward-sentence and backward-sentence.
3904 2003-11-25  Stephen Eglen  <stephen@gnu.org>
3906         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
3907         iswitchb-exit is set to 'usefirst when user selects buffer at head
3908         of list using RET.  (Selecting buffers at the head of the list was
3909         broken if the substring was also a complete buffername.)
3911 2003-11-23  Kim F. Storm  <storm@cua.dk>
3913         * progmodes/compile.el (grep-command, grep-use-null-device)
3914         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
3915         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
3916         (grep-regexp-alist, grep-program, find-program)
3917         (grep-find-use-xargs, grep-history, grep-find-history)
3918         (grep-process-setup, grep-compute-defaults)
3919         (grep-default-command, grep, grep-tag-default, grep-find)
3920         (grep-expand-command-macros, grep-tree-last-regexp)
3921         (grep-tree-last-files, grep-tree): Move grep variables, functions
3922         and commands to new file grep.el.
3923         (compilation-mode-map): Remove grep commands from Compile sub-menu.
3924         (compilation-process-setup-function): Doc fix.
3925         (compilation-highlight-regexp, compilation-highlight-overlay): New
3926         defvars used for highlighting current compile error in source buffer.
3927         (compile-internal): New optional args HIGHLIGHT-REGEXP and
3928         LOCAL-MAP which overrides compilation-highlight-regexp and
3929         compilation-mode-map for this compilation.
3930         Delay calling compilation-set-window-height until after running
3931         compilation-process-setup-function so it can buffer-local override
3932         compilation-window-height.
3933         Check buffer-local value of compilation-scroll-output.
3934         (compilation-set-window-height): Use buffer-local value of
3935         compilation-window-height.
3936         (compilation-revert-buffer): Don't pass (undefined)
3937         preserve-modes arg to revert-buffer.
3938         (next-error-no-select, previous-error-no-select): New commands.
3939         (compilation-goto-locus): Temporarily highlight current match in
3940         source buffer using compilation-highlight-regexp.
3942         * progmodes/grep.el: New file with grep code from compile.el.
3943         (grep): New defcustom group.
3944         (grep-window-height): New defcustom, like compilation-window-height.
3945         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
3946         (grep-scroll-output): New defcustom, like compilation-scroll-output.
3947         (grep-command, grep-use-null-device, grep-find-command)
3948         (grep-tree-files-aliases, grep-tree-ignore-case)
3949         (grep-tree-ignore-CVS-directories): Move to grep custom group.
3950         (grep-setup-hook): New hook variable.
3951         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
3952         (grep-last-buffer): New defvar, override compilation-last-buffer.
3953         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
3954         Call compile-internal with args highlight-regexp and grep-mode-map.
3956 2003-11-23  Kim F. Storm  <storm@cua.dk>
3958         * subr.el (event-start, event-end): Doc fix.
3959         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
3960         (posn-area, posn-actual-col-row, posn-object): New defuns.
3961         (posn-col-row): Simplify doc.  Rewrite to use cond.
3962         (posn-point): Also return buffer position for events outside text
3963         area (that info is now present in the event position).
3965         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
3966         mouse-set-point so that hscroll still works now that clicks on
3967         fringes generate specific mouse events.
3968         (mouse-set-point): Note that it now works in fringes and margins
3969         too due to new semantics of posn-point in fringes and margins.
3971         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
3972         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
3974 2003-11-20  Kim F. Storm  <storm@cua.dk>
3976         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
3977         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
3978         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
3979         to 100 for icons to avoid increasing line height when shown.
3981 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3983         * newcomment.el (comment-normalize-vars): Initialize properly if
3984         comment-start was nil.
3986 2003-11-19  Andreas Schwab  <schwab@suse.de>
3988         * simple.el (set-variable): Fix indentation.
3990 2003-11-17  Kenichi Handa  <handa@m17n.org>
3992         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
3993         Fix docstring.
3995 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3997         * international/latin1-disp.el (latin1-display): Fix docstring.
3999 2003-11-16  John Wiegley  <johnw@newartisans.com>
4001         * eshell/em-ls.el (eshell-ls-file): There are times with
4002         size-width is nil and uncomputed (when directories are created in
4003         dired, for example); in this case, 4 is reasonable default value,
4004         although it may caused skewed new entries (which could be avoided
4005         by returning the original value of 8 in all cases, but 99% of the
4006         time this is a waste of whitespace).
4008 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4010         * cc-engine.el (c-guess-continued-construct)
4011         (c-guess-basic-syntax): Check a little more carefully if it's a
4012         function declaration when an unknown construct followed by a block
4013         is found inside a statement context.  This avoids macros followed
4014         by blocks to be taken as function declarations.
4016         (c-guess-continued-construct): Change the analysis of a statement
4017         continuation with a brace open to `substatement-block', for
4018         consistency with recognized statements.
4020         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4021         start is in a position so that `c-beginning-of-statement-1' jumped
4022         to the beginning of the same statement.
4024         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4025         Don't accept binary operators in the arglist if we're in a function
4026         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
4027         template recognition in cases like "if (a < b || c > d)".
4029         (c-restricted-<>-arglists): New more appropriate name for
4030         `c-disallow-comma-in-<>-arglists'.
4032         Accessing functions updated for the variable name change.
4034         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4035         match data could get clobbered if NOT-INSIDE-TOKEN is used.
4037         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4038         labels.
4040         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4041         instead of duplicating parts of it.  This fixes bogus label
4042         recognition.
4044         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4045         of checking the context in which to apply the minimum indentation,
4046         so that it isn't enforced in e.g. namespace blocks.
4048         * cc-vars.el (c-inside-block-syms): New constant used by
4049         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
4050         to somewhat reduce the risk of becoming stale.
4052         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4053         cc-cmds to cc-engine to allow use from cc-align.
4055         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4056         qualified identifiers containing "::".
4058         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4059         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4061         * cc-vars.el (c-emacs-features): Use a space in front of the name
4062         of the temporary buffer.  That also avoids dumping problems in
4063         XEmacs due to undo info being left around after the buffer is killed.
4065         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4066         arglist to see if it's a K&R style declaration.
4068         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4069         before returning `knr-argdecl-intro'.
4071 2003-11-16  John Wiegley  <johnw@newartisans.com>
4073         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4074         field in a long-listing always 8 characters, use `size-width',
4075         which has already been computed.
4077 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4079         * subr.el (minor-mode-list): Add `hs-minor-mode'.
4081 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4083         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4084         Support operation while narrowed, with `diff-restrict-view'.
4086 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
4088         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4089         Take additional optional arg NARROWFUN.  For the generated functions:
4090         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
4091         include frags that arrange to check for and save narrowing state before
4092         the move and then conditionally call NARROWFUN after the move.
4094 2003-11-14  John Wiegley  <johnw@newartisans.com>
4096         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4097         that was optional, but obviously missing based on surrounding code.
4099         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4100         string arguments to numbers unless the whole argument was seen as
4101         a number.
4103 2003-11-14  Kenichi Handa  <handa@m17n.org>
4105         * international/mule.el (ctext-non-standard-encodings-alist):
4106         Fix coding systems.
4108 2003-11-10  Kenichi Handa  <handa@m17n.org>
4110         * language/kannada.el ("Kannada"): Add sample-text.
4112         * language/knd-util.el (kannada-compose-region)
4113         (kannada-compose-string, kannada-post-read-conversion):
4114         Add autoload cookie.
4116         * international/quail.el (quail-completion): Change the message
4117         "corresponding translations" to "corresponding characters".
4119 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4121         * descr-text.el (describe-char): Fix typo.
4123 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
4125         These changes are to support Kannada language/script.
4127         * Makefile.in (DONTCOMPILE): Add kannada.el.
4129         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4131         * loadup.el: Preload kannada.el.
4133         * language/ind-util.el (ucs-kannada-to-is13194-alist)
4134         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4135         New variables.
4137         * language/kannada.el: New file.
4139         * language/knd-util.el: New file.
4141 2003-11-07  Andreas Schwab  <schwab@suse.de>
4143         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4144         Also highlight AH_*.
4146         * xml.el (xml-parse-dtd): Fix misplaced paren.
4148 2003-11-07  Kenichi Handa  <handa@m17n.org>
4150         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4152 2003-11-05  Juri Linkov  <juri@jurta.org>
4154         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4155         (desktop-buffer-file): Use saved buffer-file-coding-system
4156         for file reading.  Set auto-insert to nil to prevent automatic
4157         insertion into restored empty files.
4159 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4161         * files.el (risky-local-variable-p): Make second argument optional.
4163 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4165         * subr.el (add-hook): Fix last change.
4167 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
4169         * mail/rmail.el (rmail-convert-to-babyl-format):
4170         If base64-decode-region signals an error, catch it and silently
4171         ignore it.
4173 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
4175         * xml.el (xml-parse-region): Allow comments to appear after the
4176         topmost element has closed.
4177         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
4178         (xml-ns-expand-attr): New functions to do namespace handling.
4179         (xml-intern-attrlist): Back-compatible handling of attribute names.
4180         (xml-parse-tag): Move namespace handling to separate functions.
4181         Now produces elements in the form ((:ns . "element") (attr-list)
4182         children) instead of ('ns:element (attr-list) children).
4183         (xml-parse-attlist): Fix attribute parsing.
4184         (xml-parse-dtd): Change parsing so that it produces strings
4185         instead of interned symbols.
4187 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
4189         * dired.el (dired-ls-sorting-switches): Doc fix.
4191 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
4193         * emacs-lisp/rx.el (rx-or): Fix the case of
4194         "(rx (and ?a (or ?b ?c) ?d))".
4196 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
4198         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4199         (texinfo-format-region): Use it.
4200         (texinfo-format-buffer-1): Ditto.
4202 2003-11-01  Alan Mackenzie  <acm@muc.de>
4204         Changes to allow scrolling whilst in isearch mode:
4205         * isearch.el (isearch-unread-key-sequence): New function,
4206         extracted from isearch-other-meta-char.
4207         (top level): (put 'foo 'isearch-scroll) on all Emacs's
4208         "scrollable" standard functions.
4209         (isearch-allow-scroll): New customizable variable.
4210         (isearch-string-out-of-window, isearch-back-into-window)
4211         (isearch-reread-key-sequence-naturally)
4212         (isearch-lookup-scroll-key): New functions.
4213         (isearch-other-meta-char): Doc string and functionality enhanced.
4214         Now accepts a prefix argument.
4215         (isearch-lazy-highlight-window-end): New variable.
4216         (isearch-lazy-highlight-new-loop): Pay attention to the window's
4217         end (thru isearch-lazy-highlight-window-end), not only its start.
4219         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4220         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
4221         (universal-argument, universal-argument-more, negative-argument)
4222         (digit-argument, universal-argument-other-key): Minor changes.
4224 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4226         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4227         recursively if the last message is deleted, thus avoiding an
4228         infinite loop.
4230 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
4233         (tex-main-file): Don't add .tex if the extension is already present.
4234         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
4236 2003-10-29  Lute Kamstra  <lute@gnu.org>
4238         * progmodes/octave-inf.el (inferior-octave-prompt):
4239         Recognize version number in prompt.
4241 2003-10-28  Dave Love  <fx@gnu.org>
4243         * international/characters.el: Fix some Unicode ranges.
4245 2003-10-28  Kenichi Handa  <handa@m17n.org>
4247         * disp-table.el (standard-display-8bit)
4248         (standard-display-default, standard-display-ascii)
4249         (standard-display-g1, standard-display-graphic)
4250         (standard-display-underline): Assure that standard-display-table
4251         is a display table.
4253 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4255         * simple.el (reindent-then-newline-and-indent): Delete space *after*
4256         reindenting the first line.
4258 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
4260         * wid-edit.el (widget-default-delete): Always delete child widgets.
4262 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4264         * newcomment.el (comment-indent): Don't call indent-according-to-mode
4265         if the line has code.
4266         Don't try to line up with something that's too far left.
4268         * progmodes/octave-mod.el (octave-comment-start): Simplify.
4269         (octave-mode-syntax-table): Add % as a comment starter.
4270         (octave-point): Remove.
4271         (octave-in-comment-p, octave-in-string-p)
4272         (octave-not-in-string-or-comment-p, calculate-octave-indent)
4273         (octave-blink-matching-block-open, octave-auto-fill):
4274         Use line-(beginning|end)-position instead.
4276 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4278         * emacs-lisp/authors.el (authors-aliases): Add correct realname
4279         for Francesco Potort\e,Al\e(B.
4281 2003-10-23  Dave Love  <fx@gnu.org>
4283         * international/mule-cmds.el (locale-charset-to-coding-system):
4284         Don't rely on nil being a coding system.
4286         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
4287         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
4288         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
4290 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
4292         * gdb-ui.el (gdb-current-language): New variable.
4293         (gdb-update-flag): Remove variable.
4294         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
4295         (gdb-take-last-elt): Remove function.
4296         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
4297         (gdb-post-prompt): Check for variable object changes here.
4299         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
4300         object changes in gdb-ui.el.
4302 2003-10-21  Richard M. Stallman  <rms@gnu.org>
4304         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
4306         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
4307         Don't check for foo*/ wildcard form here.
4308         (insert-directory): Recognize foo*/ as a wildcard.
4309         Separate wildcard-regexp variable from the arg, wildcard.
4311         * subr.el (add-hook): Correctly detect when make-local-hook was used.
4312         (remove-hook): Correctly handle strange cases about local hooks.
4314 2003-10-21  David Ponce  <david@dponce.com>
4316         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
4317         argument REAL, to return a real number instead of a rounded
4318         integer value.  Define as inline function.
4319         (ruler-mode-right-fringe-cols): Likewise.
4320         (ruler-mode-scroll-bar-cols): New function.
4321         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
4322         (ruler-mode-right-scroll-bar-cols): Likewise.
4323         (ruler-mode-space): New function.
4324         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
4325         scroll bar mode and margins in a more robust way.
4327 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4329         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
4330         (antlr-c-init-language-vars): New function.
4331         (antlr-mode): Use it with cc-mode before v5.29.
4332         (antlr-c-common-init): Don't set some local vars here.
4333         (antlr-mode): Set them here.
4334         (antlr-c-forward-sws): New function alias.
4335         (antlr-mode): Redefine with cc-mode before v5.30.
4336         (antlr-skip-sexps): Use it.
4337         (antlr-skip-exception-part): Ditto.
4338         (antlr-skip-file-prelude): Ditto.
4339         (antlr-outside-rule-p): Ditto.
4340         (antlr-end-of-body): Ditto.
4341         (antlr-option-kind): Ditto.
4342         (antlr-insert-option-area): Ditto.
4343         (antlr-file-dependencies): Ditto.
4345 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4347         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
4348         Move backward only if point was not inside an entry.
4350 2003-10-21  Richard M. Stallman  <rms@gnu.org>
4352         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
4354 2003-10-21  Juri Linkov  <juri@jurta.org>
4356         * compare-w.el: Automatically skip non-matching text to resync.
4357         (compare-windows-whitespace): Doc fix.
4358         (compare-windows-sync, compare-windows-sync-string-size)
4359         (compare-windows-recenter, compare-ignore-whitespace)
4360         (compare-windows-highlight, compare-windows-face): New variables.
4361         (compare-windows): Use compare-windows-sync.
4362         (compare-windows-highlight, compare-windows-dehighlight)
4363         (compare-windows-sync-regexp)
4364         (compare-windows-sync-default-function): New functions.
4366 2003-10-21  Juri Linkov  <juri@jurta.org>
4368         * diff.el (diff-parse-differences): Don't visit the files now;
4369         instead, just record the error locus.
4371 2003-10-21  Dave Love  <fx@gnu.org>
4373         * progmodes/cfengine.el: New file.
4375 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4377         * complete.el (PC-do-completion): Do not forget to use `pred' as the
4378         default-directory when completing file names.
4380 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
4382         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
4383         followed by the word `face', it gets treated as a face, even if
4384         it is also defined as a variable or a function.
4386 2003-10-20  Dave Love  <fx@gnu.org>
4388         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4389         Avoid incf in macro expansion.
4391 2003-10-20  John Paul Wallington  <jpw@gnu.org>
4393         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
4394         `evenp' so we don't implicitly require cl library at runtime.
4396 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
4398         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
4399         (help-make-xrefs): Only make cross-references for faces if
4400         preceded or followed by the word `face'.  Do not make a
4401         cross-reference for variables without variable documentation,
4402         unless preceded by the word `variable' or `option'.  Update doc
4403         string accordingly.
4405 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
4407         * progmodes/hideshow.el: Rewrite one-armed `if'
4408         constructs using either `when' or `unless'.
4409         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
4411 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
4413         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
4414         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
4415         instead of 12x12.
4417 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4419         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
4420         message while converting to Babyl.
4422 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
4424         * allout.el (allout-mode): Doc fix.
4426 2003-10-16  Lute Kamstra  <lute@gnu.org>
4428         * subr.el (force-mode-line-update): Fix docstring.
4430 2003-10-14  Dave Love  <fx@gnu.org>
4432         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
4433         (default-input-method): Add :link, improve :type.
4434         (locale-charset-language-names): Fix utf-8 pattern.
4435         (locale-charset-match-p, locale-charset-alist)
4436         (locale-charset-to-coding-system): New.
4437         (set-locale-environment): Deal with codeset part of locale specs.
4439 2003-10-14  Lute Kamstra  <lute@gnu.org>
4441         * fringe.el (fringe-mode): Use active voice in docstring.
4442         (set-fringe-style): Ditto.
4444 2003-10-13  Lute Kamstra  <lute@gnu.org>
4446         * fringe.el (fringe-mode): Fix docstring.
4447         (set-fringe-style): Ditto.
4449 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
4451         * ediff-mult.el (ediff-filegroup-action):
4452         Use ediff-default-filtering-regexp.
4454         * ediff-util.el (ediff-recenter): Don't call
4455         ediff-restore-highlighting twice.
4456         (ediff-select-difference): Set current difference.
4457         (ediff-unselect-and-select-difference): Add comment.
4459         * ediff.el (ediff-directories,ediff-directory-revisions)
4460         (ediff-directories3,ediff-merge-directories)
4461         (ediff-merge-directories-with-ancestor)
4462         (ediff-merge-directory-revisions)
4463         (ediff-merge-directory-revisions-with-ancestor):
4464         Use ediff-default-filtering-regexp.
4466 2003-10-12  Andreas Schwab  <schwab@suse.de>
4468         * international/mule-cmds.el (locale-charset-language-names):
4469         Simplify regex by removing unused grouping.
4471 2003-10-10  Dave Love  <fx@gnu.org>
4473         * bindings.el: Don't bind stop.
4475 2003-10-08  Miles Bader  <miles@gnu.org>
4477         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
4478         face instead of attempting to emulate it.
4480 2003-10-07  Kenichi Handa  <handa@m17n.org>
4482         * international/mule-diag.el (list-coding-systems-1): List coding
4483         systems that are loaded automatically.
4485         * international/code-pages.el (iso-8859-11): Add autoload cookie.
4487         * international/mule.el (autoload-coding-system): New function.
4489 2003-10-07  Andreas Schwab  <schwab@suse.de>
4491         * log-edit.el (log-edit-changelog-entries): Prefer local value of
4492         change-log-default-name in the buffer visiting the file.
4494 2003-10-06  Dave Love  <fx@gnu.org>
4496         * files.el (find-file-hook): Customize.
4497         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
4499         * bindings.el (completion-ignored-extensions): Remove .log.
4500         (global-map): Add again, open, stop keys.
4502 2003-10-05  Richard M. Stallman  <rms@gnu.org>
4504         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
4505         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
4506         Use sh-modify directly.
4507         (sh-select): Use sh-append, not eval.
4509         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
4511         * info.el (Info-following-node-name): New function.
4513         * loadhist.el (unload-feature-special-hooks):
4514         Rename from loadhist-hook-functions.
4515         (loadhist-hook-functions): Now an alias.
4517 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
4519         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
4520         file-name clashes on 8+3 filesystems.
4522         * Makefile.in (DONTCOMPILE, bootstrap-clean):
4523         Rename loaddefs-boot.el to ldefs-boot.el
4525         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
4526         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
4528 2003-10-03  Lute Kamstra  <lute@gnu.org>
4530         * info.el (Info-mode): Revert previous change.
4531         (Info-escape-percent): New function.
4532         (Info-fontify-node): Use it.
4534 2003-10-02  Andreas Schwab  <schwab@suse.de>
4536         * loaddefs-boot.el: Regenerated.
4538 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
4540         * ffap.el: Remove defadvice related code from CVS since `complete'
4541         provides a `PC-completion-as-file-name-predicate' variable that
4542         ffap can override.
4544 2003-10-02  Kenichi Handa  <handa@m17n.org>
4546         * international/utf-8.el (ccl-decode-mule-utf-8):
4547         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
4549         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
4550         * international/subst-big5.el: Likewise.
4551         * international/subst-gb2312.el: Likewise.
4552         * international/subst-ksc.el: Likewise.
4554 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4556         * calendar/calendar.el (increment-calendar-month)
4557         (calendar-leap-year-p, calendar-absolute-from-gregorian)
4558         (generate-calendar, calendar-read-date, calendar-interval)
4559         (calendar-day-of-week): Handle years BC.
4560         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
4562 2003-10-01  Dave Love  <fx@gnu.org>
4564         * language/cyrillic.el (cp1251): Alias for windows-1251.
4566         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
4567         bootstrap.
4569 2003-10-01  Lute Kamstra  <lute@gnu.org>
4571         * files.el: Fix typo.
4572         * imenu.el (imenu--generic-function): Docstring fix.
4574 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4576         * dired.el (dired-mode): Handle dired-directory as a list.
4578 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
4580         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
4582         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
4584         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
4585         Replace gud-display with gud-watch.
4586         (gud-speedbar-buttons): Add stuff for watching expressions
4587         in the speedbar when using M-x gdba.  Use dolist on old part
4588         of this function.
4590         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
4591         (gdb-update-flag): New variables.
4592         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
4593         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
4594         (gud-watch, gdb-var-create-handler) : New functions.
4595         (gdb-var-list-children, gdb-var-list-children-handler)
4596         (gdb-var-create-regexp, gdb-var-update-regexp)
4597         (gdb-var-list-children-regexp): New constants.
4598         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
4599         (gdb-annotation-rules): Reduce annotation set (level 3).
4600         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
4601         (gdb-post-prompt): Don't update GDB buffers every time speedbar
4602         updates.
4603         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
4604         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
4605         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
4606         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
4607         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
4608         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
4609         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
4610         (gud-display, gud-display1)
4611         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
4612         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
4613         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
4614         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
4615         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
4616         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
4617         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
4618         (gdb-display-display-buffer, gdb-toggle-display)
4619         (gdb-delete-display, gdb-expressions-popup-menu)
4620         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
4621         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
4622         to display buffer.
4624 2003-09-30  Richard M. Stallman  <rms@gnu.org>
4626         * progmodes/ada-mode.el (ada-mode): Don't use advice.
4627         Instead, set which-func-functions.
4629         * progmodes/which-func.el (which-func-modes): Add ada-mode.
4630         (which-func-functions): New variable.
4631         (which-function): Use that.
4633         * info.el (Info-mode): Double each `%' in header line.
4635         * emacs-lisp/lisp-mnt.el (lm-with-file):
4636         When FILE is nil, run BODY in current buffer.
4638         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
4640         * help.el (describe-mode): Start with a brief list of minor modes.
4641         Find them thru minor-mode-list so as to find them all.
4642         Show them in alphabetical order.
4644         * mail/sendmail.el (mail-aliases): Doc fix.
4646         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
4648 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4650         * mail/rmailsum.el (rmail-make-summary-line-1):
4651         Change comma after last label to a space.
4652         (rmail-summary-font-lock-keywords): Adapt to that change.
4654 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
4656         * progmodes/scheme.el (scheme-mode-variables): When setting
4657         `font-lock-defaults', also specify that "#" should
4658         be interpreted with `word' syntax.
4659         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
4661 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
4663         * desktop.el: A lot of comments updated.
4664         (desktop-save-mode): Minor mode introduced.
4665         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
4666         (desktop-load-default): Function made obsolete.
4667         (desktop-locals-to-save): Variable made customizable.
4668         (desktop-read): Optional parameter `dirname' added.
4669         (desktop-change-dir, desktop-revert): Parameter `dirname' in
4670         `desktop-read' used.
4671         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
4673 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
4675         * whitespace.el (whitespace-clean-msg): Add user customizable message
4676         for displaying ``clean'' output.
4677         (whitespace-buffer): Use `whitespace-clean-msg'.
4678         (whitespace-global-mode): Fix typo.
4680 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
4682         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
4684 2003-09-29  Lute Kamstra  <lute@gnu.org>
4686         * bindings.el (mode-line-modes): Remove superfluous :propertize
4687         construct in initialization.
4688         (mode-line-position): Change cons cell into proper list in
4689         initialization.
4691 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
4693         * international/mule.el (decode-coding-inserted-region): Use car
4694         of the return value of find-operation-coding-system.
4696 2003-09-29  Kenichi Handa  <handa@m17n.org>
4698         * descr-text.el (describe-char): Fix previous change.
4700 2003-09-28  Kenichi Handa  <handa@m17n.org>
4702         * descr-text.el (describe-char-display): New function.
4703         (describe-char): Pay attention to display table on describing how
4704         a character is displayed.
4706         * international/mule-cmds.el (encoded-string-description):
4707         Prepend "0x" to each encoded byte.
4709 2003-09-28  Andreas Schwab  <schwab@suse.de>
4711         * find-file.el (ff-special-constructs): Add autoload cookie.
4713 2003-09-28  Kevin Ryde  <user42@zip.com.au>
4715         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
4716         makeinfo appends to duplicate index entries.
4718 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
4720         * dired-x.el (dired-clean-tex): Doc fix.
4722         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
4723         using a Chinese tutorial.
4725 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4727         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
4728         between "MAIL FROM:" and "RCPT TO:" and the following address.
4730 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4732         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
4734 2003-09-28  David Ponce  <david@dponce.com>
4736         * recentf.el (recentf-initialize-file-name-history): New defcustom.
4737         (recentf-load-list): When `recentf-initialize-file-name-history'
4738         is non-nil, initialize an empty `file-name-history' with the
4739         recent list.
4741 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
4743         * man.el (Man-default-man-entry): Remove the leading `*' from the
4744         word at point.
4746 2003-09-26  Lute Kamstra  <lute@gnu.org>
4748         * bindings.el (mode-line-position): Mention size indication in
4749         docstring.
4751 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
4753         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
4755         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
4756         because it's autoloaded now.
4758 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4760         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
4761         (sh-font-lock-keywords, sh-feature): Fix previous change of
4762         sh-feature to avoid infloop with sh-font-lock-keywords.
4764 2003-09-25  Kim F. Storm  <storm@cua.dk>
4766         * frame.el (frame-current-scroll-bars): New defun.
4768         * window.el (window-current-scroll-bars): New defun.
4770 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4772         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
4773         cause errors when the state cache contains info on parts that have
4774         been narrowed out.
4776 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4778         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
4779         `c-setup-paragraph-variables' has to be used when this variable is
4780         changed; it doesn't work to reinitialize the mode since that
4781         typically clobbers the variable.
4783         * progmodes/cc-styles.el (c-setup-paragraph-variables):
4784         Make it interactive.
4786 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4788         * progmodes/cc-fonts.el (c-font-lock-declarations):
4789         Fix recognition of constructors and destructors for classes whose
4790         names are matched by `*-font-lock-extra-types'.
4792         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
4793         followed by an identifier in C++ then it's a type.
4795 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4797         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
4798         problem that primarily affected XEmacs.  Don't use faces to find
4799         unterminated strings since Emacs and XEmacs fontify strings
4800         differently - this function should now work better in XEmacs.
4802 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4804         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
4805         `expand-abbrev' workaround which caused braces to misbehave inside
4806         macros.
4808         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
4809         handling.  This bug could cause interactive font locking to bail out.
4811 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4813         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
4814         Handle paren-style types in Pike.  Also fixed some cases of
4815         insufficient handling of unbalanced parens.
4817 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
4819         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
4820         common shell prompts that are not common filename or URL characters.
4821         (ffap-file-at-point): Use the new regexp to strip the prompts from
4822         the file names.  This is an issue mostly for user prompts that
4823         don't have a trailing space and find-file-at-point is invoked from
4824         within a shell inside emacs.
4826 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
4828         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
4829         stamps numerically, rather than textually.
4831 2003-09-24  Kenichi Handa  <handa@m17n.org>
4833         * language/devan-util.el (devanagari-post-read-conversion):
4834         * language/mlm-util.el (malayalam-post-read-conversion):
4835         * language/tml-util.el (tamil-post-read-conversion):
4836         Add autoload cookie.
4838         * international/utf-8.el (utf-8-post-read-conversion):
4839         Call post-read-conversion functions for Devanagari, Malayalam,
4840         and Tamil.
4842 2003-09-23  Dave Love  <fx@gnu.org>
4844         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
4846 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
4848         * progmodes/gud.el (perldb): Add gud-until to list of commands.
4849         Update gud-remove.
4851 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4853         * progmodes/sh-script.el (sh-mode-default-syntax-table):
4854         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
4855         (sh-mode-syntax-table-input): New variable.
4856         (sh-require-final-newline): Don't use eval.
4857         (sh-builtins, sh-leading-keywords, sh-other-keywords)
4858         (sh-variables, sh-font-lock-keywords): Don't use eval.
4859         (sh-set-shell): When setting require-final-newline,
4860         treat value = `require-final-newline' as don't change it.
4861         Set sh-mode-syntax-table locally based on
4862         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
4864         * progmodes/compile.el (compile-internal):
4865         Call compilation-set-window-height before setting window start.
4867 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
4869         * emacs-lisp/bytecomp.el (byte-compile-log-file):
4870         Clear out byte-compile-last-warned-form.
4872 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4874         * woman.el (woman-file-name, woman-follow-word):
4875         If current-word returns nil, use "".
4877         * simple.el (eval-expression): Bind standard-output in to-buffer case.
4879 2003-09-22  Richard M. Stallman  <rms@gnu.org>
4881         * emacs-lisp/lisp-mnt.el (lm-with-file):
4882         Don't visit the file, just use insert-file-contents in temp buffer.
4884 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
4886         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
4887         Add surrounding \\( and \\) around the header, as in
4888         for lm-history-header 'Change Log\\|History'.
4890 2003-09-22  John Paul Wallington  <jpw@gnu.org>
4892         * progmodes/ld-script.el: Add Commentary section,
4893         minor cleanup of file header.
4894         (ld-script-font-lock-keywords): Doc fix.
4895         (toplevel): Provide `ld-script' feature.
4897 2003-09-21  Kim F. Storm  <storm@cua.dk>
4899         * scroll-bar.el (set-scroll-bar-mode): Initialize to
4900         new built-in variable default-frame-scroll-bars.
4901         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
4902         scroll-bar-mode; notably, use it instead of t when we toggle
4903         scroll-bars on.
4904         (toggle-scroll-bar): Use default-frame-scroll-bars.
4906 2003-09-19  Masatake YAMATO  <jet@gyve.org>
4908         * pcvs.el (cvs-do-removal): Change the prompt depending on
4909         `filter' value.
4911 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4913         * startup.el (command-line-1): Stop startup-echo-area-message
4914         being hidden by "Loading image..." message.
4915         (use-fancy-splash-screens-p, display-splash-screen):
4916         Move display-graphic-p test from latter to former.
4918         * progmodes/sh-script.el (sh-font-lock-keywords):
4919         Highlight escaped EOLs differently from other backslash constructs.
4921 2003-09-19  Richard M. Stallman  <rms@gnu.org>
4923         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
4924         New functions.
4925         (edebug-enter, edebug-outside-excursion): Use them.
4927         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4928         Fix the condition for whether to print "In WHERE".
4930 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
4932         * finder.el (finder-mode-hook): New variable.
4933         (finder-mode): Run hook finder-mode-hook
4935 2003-09-18  Masatake YAMATO  <jet@gyve.org>
4937         * progmodes/ebrowse.el: Fix broken magic autoload comments.
4939 2003-09-17  Mario Lang  <mlang@delysid.org>
4941         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
4942         "p %e" to actually print the value in the GUD buffer.
4944 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
4946         From David Ponce <david.ponce@wanadoo.fr>:
4947         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
4948         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
4949         from loaddefs-boot.el if necessary.
4951 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
4953         * progmodes/gud.el (gud-find-class): Make jdb work again since
4954         cc-mode changed the syntactic information.
4956 2003-09-15  David Ponce  <david@dponce.com>
4958         * recentf.el: (recentf-exclude): Accept predicates too.
4959         (recentf-file-readable-p): New function.
4960         (recentf-include-p): Handle predicates in recentf-exclude.
4961         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
4962         (recentf-cleanup): Likewise.
4963         (recentf-save-list): Use write-file to handle backup of
4964         recentf-save-file.
4966 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
4968         * loaddefs-boot.el: Renamed from `loaddefs.el'
4969         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
4970         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
4971         necessary.
4973 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
4975         * electric.el (Electric-pop-up-window): For the `one-window' case,
4976         no longer disconcertingly move point in the original buffer.
4978 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4980         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
4982 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4984         * dired.el (dired-mode-map): Fix typo.
4986 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4988         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
4990 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
4992         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
4993         the function is less noisy.  Now only `kill-buffer' can ask questions.
4995 2003-09-10  Mario Lang  <mlang@delysid.org>
4997         * battery.el: Update Commentary and Copyright.
4998         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
4999         appear due to wrong ordering of the expressions in `or'.
5001 2003-09-09  Lute Kamstra  <lute@gnu.org>
5003         * misc.el (upcase-char): Fix docstring.
5004         (zap-up-to-char): New command.
5006 2003-09-08  David Ponce  <david@dponce.com>
5008         Ensure that recentf correctly updates the menu bar.
5009         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5010         (recentf-menu-bar): New function.
5011         (recentf-clear-data): Use it
5012         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
5013         of easy-menu-change.
5015 2003-09-08  Lute Kamstra  <lute@gnu.org>
5017         * simple.el (size-indication-mode): New.
5018         * bindings.el (mode-line-position): Add buffer size indicator.
5020 2003-09-04  Mario Lang  <mlang@delysid.org>
5022         * battery.el (battery-linux-proc-acpi): New function.
5023         (battery-status-function): Modify default value calculation to also
5024         check for availability of ACPI.
5025         (battery-echo-area-format): Ditto.
5026         (battery-mode-line-format): Ditto.
5028 2003-09-06  Dave Love  <fx@gnu.org>
5030         * ielm.el (ielm-mode-hook): Add :options.
5032         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5033         (eldoc-print-current-symbol-info): Use it.
5035 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
5037         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5038         being displayed in GUD buffer.
5039         (gdb-idle-input-queue): Remove var.  Use just one queue.
5040         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5041         Remove functions.  Use just one queue.
5042         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5043         (gdb-invalidate-assembler, gdb-get-current-frame):
5044         Modify functions.  Use just one queue.
5046 2003-09-04  Dave Love  <fx@gnu.org>
5048         * cus-start.el: Add blink-cursor-alist.
5050         * ruler-mode.el (ruler-mode-fill-column-char)
5051         (ruler-mode-current-column-char): Use char-displayable-p,
5052         not window-system.
5054         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5056         * language/european.el (windows-1252): Move from code-pages.
5058         * language/cyrillic.el ("Windows-1251"): Delete.
5059         ("Bulgarian", "Belarusian"): Remove `features'.
5060         (windows-1251): Move from code-pages.
5062         * international/mule-diag.el (non-iso-charset-alist):
5063         Remove `codepage' stuff.
5064         (print-designation, list-coding-systems-1): Output fixes.
5066         * international/code-pages.el (cp-make-translation-table)
5067         (cp-valid-codes): Made defsubsts.
5068         (cp-fix-safe-chars): Delete.
5069         (mule-diag): Don't require.
5070         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5071         (top-level): Check for defined coding system when defining
5072         cp... aliases.  Change w32-add-charset-info test to avoid warning.
5073         (non-iso-charset-alist): Defvar when compiling.
5074         (cp-make-coding-system): Doc fix.
5076 2003-09-02  Jason Rumney  <jasonr@gnu.org>
5078         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5079         line-ends from CVS before doing conversion.
5081 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
5083         * calendar/diary-lib.el (diary-header-line-flag)
5084         (diary-header-line-format): New variables.
5085         (list-diary-entries): Use them to set header line in simple diary.
5087         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5088         other than font-lock-string-face to highlight backslashes.
5090 2003-09-01  Jason Rumney  <jasonr@gnu.org>
5092         * international/titdic-cnv.el (tit-read-key-value): Include \r in
5093         regexp.
5095 2003-09-01  Dave Love  <fx@gnu.org>
5097         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5099         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5100         and :help; also line and column numbers labels.
5102         * international/mule-util.el (char-displayable-p): Move from
5103         latin1-disp, rename and autoload.
5105         * international/latin1-disp.el (latin1-char-displayable-p):
5106         Now obsolete alias.  Replace uses with char-displayable-p.
5107         (latin1-display-ucs-per-lynx): Fix last change.
5109         * international/mule-cmds.el (standard-display-european-internal):
5110         Don't use char code for Latin-1 NBSP.
5111         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
5112         U+2018, U+2019 for `'.
5113         (select-safe-coding-system): Message fix.
5115 2003-09-01  Kenichi Handa  <handa@m17n.org>
5117         * international/fontset.el (setup-default-fontset): For Thai
5118         font, specify "*" family.
5120 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5122         * progmodes/compile.el (previous-error): Accept a prefix
5123         argument, similarly to next-error.
5125 2003-08-31  Masatake YAMATO  <jet@gyve.org>
5127         * pcvs.el (cvs-do-removal): Use = instead of eq to check
5128         the number of files.  Bind the number of files to a local
5129         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5131 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
5133         * vc-hooks.el (vc-make-version-backup): Fix the change made on
5134         2003-07-26: msdos-long-file-names is a function, not a variable.
5136 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5138         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5139         Do nothing with mail-personal-alias-file if it is nil.
5141         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5142         Do nothing if mail-personal-alias-file is nil.
5144         * term.el (term-exec-1): Bind coding-system-for-read.
5146         * dired.el (dired-mouse-find-file-other-window):
5147         Use dired-view-command-alist here, as in dired-view-file.
5148         (dired-view-command-alist): Use %s to substitute file name.
5149         Handle .ps_pages, .eps, .jpg, .gif, .png.
5151 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
5153         * info.el (Info-mode-map): Bind S-tab and <backtab> to
5154         `Info-prev-reference', instead of M-tab.
5156 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
5158         * simple.el (blink-matching-open): Work correctly on chars that
5159         are designated as parens through the syntax-table text property.
5161 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
5163         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5164         line break position in the middle of a non-kinsoku (e.g. latin)
5165         word, making it skip until either a space or a character with
5166         category "|".
5167         (kinsoku-longer): Test for end of buffer.
5169 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
5171         * mail/rmail.el (rmail-convert-to-babyl-format):
5172         Detect quoted-printable- and base64-encoded messages and decode them
5173         automatically.  Set the message's encoding from the charset=
5174         header, if any.  Decode base64-encoded messages in Mail format as well.
5176 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5178         * mail/smtpmail.el: Fix previous change.
5179         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5180         calling smtpmail-via-smtp.
5181         (smtpmail-via-smtp): Add fall-back values for envelope-from.
5183 2003-08-26  John Paul Wallington  <jpw@gnu.org>
5185         * image.el (image-jpeg-p): Don't search beyond length of data.
5187 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5189         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5190         misfeature in `expand-abbrev' which caused electric keywords like
5191         "else" to disappear if an open brace was typed directly afterwards.
5193 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5195         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5196         mandatory in `define-widget'.
5198         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5199         Don't align the operators "!=", "<=" and ">=" as assignment operators.
5201         (c-assignment-operators): New language constant that only contains
5202         the assignment operators.
5204         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5206 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
5208         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5209         Safeguard against unbalanced sexps.
5211 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
5213         * version.el (emacs-version): Check for gtk.  Include gtk version info.
5215 2003-08-25  John Paul Wallington  <jpw@gnu.org>
5217         * man.el (Man-default-man-entry): Don't whizz past the section
5218         number before looking for it.
5220 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
5222         * progmodes/gud.el (gud-display-line): Don't set window-point if
5223         source buffer is not visible.  (Only happens with M-x gdba.)
5225         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5226         documentation.
5227         (gdb-source, gdb-source-info): Update to assembler unnecessary
5228         as its done after each GDB command anyway.
5229         (gdb-pre-prompt): Use with-current-buffer.
5230         (gdb-insert-field): Add help-echo text.
5231         (gdb-invalidate-assembler): Re-display of assembler now done in
5232         gdb-info-breakpoints-custom.
5233         (gdb-info-breakpoints-custom): Force re-display of assembler to
5234         happen *after* update of breakpoints buffer.
5235         (gdb-display-source-buffer): Don't choke if gdb-source-window
5236         isn't visible.
5237         (gdb-put-string, gdb-put-arrow): Remove free variables.
5239 2003-08-24  John Paul Wallington  <jpw@gnu.org>
5241         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
5243         * man.el (Man-default-man-entry): Strip text properties when
5244         snarfing parts of entry because `format' preserves properties.
5246 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5248         * files.el (file-newest-backup): Use `expand-file-name'.
5250         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
5251         Allow the diary to pop up a new frame, if needed.
5253         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
5254         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
5255         (smtpmail-send-it): Make treatment of envelope-from consistent with
5256         sendmail.el.
5258         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
5259         (sh-leading-keywords): Add the bash `time' reserved word.
5260         (sh-variables): Add some bash variables.
5261         (sh-add-completer): Fix nil branch of case statement.
5263 2003-08-24  Masatake YAMATO  <jet@gyve.org>
5265         * progmodes/ld-script.el: New file.
5267 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
5269         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
5271 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
5273         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
5274         Better explain obsolescence, and what to use instead.
5276 2003-08-23  Masatake YAMATO  <jet@gyve.org>
5278         * pcvs.el (cvs-do-removal): Show the deleted file name
5279         on the prompt.
5281 2003-08-20  Dave Love  <fx@gnu.org>
5283         * international/mule.el (make-coding-system)
5284         (set-buffer-file-coding-system): Doc fix.
5286         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
5288         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
5290         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
5292         * international/utf-16.el: Add mime-text-unsuitable coding system
5293         properties.
5295         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
5297         * cus-edit.el: Add some :links.
5298         (bib): Remove.
5300         * textmodes/bib-mode.el (bib): Add :group external.
5302 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
5304         * wid-edit.el (widget-echo-help): Make it handle expressions that
5305         evaluate to strings.
5307 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
5309         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
5311         Simplify selection of SQL products to define highlighting and
5312         interactive mode.  Includes detailed instructions on adding
5313         support for new products.
5315         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
5316         product for use in highlighting and interactive mode.
5317         (sql-interactive-product): New variable.  SQL product for
5318         sql-interactive-mode.
5319         (sql-product-support): New variable.  Specifies product-specific
5320         parameters to drive highlighting and interactive mode.
5321         (sql-imenu-generic-expression): Add more object types.
5322         (sql-sqlite-options): Correct comment.
5323         (sql-ms-program): Use "osql" rather than "isql".
5324         (sql-prompt-regexp, sql-prompt-length): Update comment.
5325         (sql-mode-menu): Add "Start SQLi session" entry.
5326         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
5327         (sql-mode-abbrev-table): Add abbreviations.  Support of
5328         SYSTEM-FLAG on define-abbrev.  Support was removed with last
5329         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
5330         (sql-mode-font-lock-object-name): Add font-lock pattern for object
5331         names.
5332         (sql-mode-ansi-font-lock-keywords): Set as default value.
5333         (sql-mode-oracle-font-lock-keywords): Set as default value.
5334         Support Oracle 9i keywords.
5335         (sql-mode-postgres-font-lock-keywords): Set as default value.
5336         (sql-mode-linter-font-lock-keywords): Set as default value.
5337         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
5338         SQLServer 2000.
5339         (sql-mode-sybase-font-lock-keywords)
5340         (sql-mode-interbase-font-lock-keywords)
5341         (sql-mode-sqlite-font-lock-keywords)
5342         (sql-mode-strong-font-lock-keywords)
5343         (sql-mode-mysql-font-lock-keywords)
5344         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
5345         keywords.
5346         (sql-mode-font-lock-defaults): Update comment.
5347         (sql-product-feature): New function.  Returns feature associated
5348         with a product from `sql-product-support' alist.
5349         (sql-product-font-lock): New function.  Set font-lock support
5350         based on `sql-product'.
5351         (sql-add-product-keywords): New function.  Add font-lock rules to
5352         product-specific keyword variables.
5353         (sql-set-product): New function.  Set `sql-product' and apply
5354         appropriate font-lock highlighting.
5355         (sql-highlight-product): New function.  Set font-lock support
5356         based on a product.  Also set mode name to include product name.
5357         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
5358         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
5359         Use `sql-set-product'.
5360         (sql-highlight-ms-keywords)
5361         (sql-highlight-sybase-keywords)
5362         (sql-highlight-interbase-keywords)
5363         (sql-highlight-strong-keywords)
5364         (sql-highlight-mysql-keywords)
5365         (sql-highlight-sqlite-keywords)
5366         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
5367         (sql-get-login): Prompt in the same order as the tokens.
5368         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
5369         (sql-product-interactive): New function.  Common portions of
5370         product-specific interactive mode wrappers.
5371         (sql-interactive-mode): Rewritten to use product features.
5372         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5373         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5374         (sql-db2, sql-linter): Use `sql-product-interactive'.
5375         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5376         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5377         (sql-connect-ingres, sql-connect-postgres)
5378         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5379         New functions.  Format command line parameters and invoke comint on
5380         the appropriate interpreter.  Code was in the corresponding
5381         `sql-xyz' function before.
5382         (sql-connect-ms): New function.  Support -E argument to use
5383         operating system credentials for authentication.
5385 2003-08-18  Kenichi Handa  <handa@m17n.org>
5387         * international/mule.el (encode-char): Fix for the ASCII case.
5389 2003-08-15  Kenichi Handa  <handa@m17n.org>
5391         * international/fontset.el (setup-default-fontset): Change "*" to
5392         nil in the specifications of font family.
5394 2003-08-18  Kim F. Storm  <storm@cua.dk>
5396         * kmacro.el (kmacro-keymap): Group related bindings in
5397         initialization for clarity.  Bind C-s to start macro.
5398         Remove C-r binding.
5399         (kmacro-initial-counter-value): New defvar to hold initial counter
5400         value in case we set the value before defining a macro.
5401         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
5402         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
5403         not defining or executing macro.  Doc fix.
5404         (kmacro-add-counter): Clear kmacro-initial-counter-value.
5405         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
5406         temporarily view older elements on the macro ring without cycling
5407         the ring.
5408         (kmacro-display): Doc fix.
5409         (kmacro-exec-ring-item): New helper function.
5410         (kmacro-call-ring-2nd): Use it.
5411         (kmacro-call-ring-2nd-repeat): Doc fix.
5412         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
5413         (kmacro-end-or-call-macro): Execute last viewed macro (using
5414         kmacro-exec-ring-item) from ring if this follows
5415         kmacro-view-macro.  This allows us to find a macro on the ring
5416         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
5417         the ring to bring it to the head of the ring.
5418         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
5419         Allow binding to reserved keys without specifying C-x C-k prefix.
5420         Ask for confirmation if entered key sequence is already bound to
5421         a non-macro command.
5422         (kmacro-view-macro): Repeating command will show older elements
5423         on the macro ring; C-k will execute the last viewed macro.
5424         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
5425         property from 'ring to 'head.
5427 2003-08-17  Alan Shutko  <ats@acm.org>
5429         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
5430         keeping December out of the alist.
5432 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5434         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
5435         * calendar/calendar.el (calendar-mode-map): Bind it to key.
5436         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
5437         (calendar-flatten): New function.
5438         (calendar-mouse-view-other-diary-entries)
5439         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
5440         in the menu title and to show multi-line diary entries correctly
5441         in the menu.
5443 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
5445         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
5446         defcustom, because the default was recently changed.
5448 2003-08-16  Richard M. Stallman  <rms@gnu.org>
5450         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
5452         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5453         New subroutine, broken out of eval-last-sexp-1.
5454         (eval-last-sexp-1): Use eval-last-sexp-print-value.
5456         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
5458         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
5460         * simple.el (eval-expression): Use eval-last-sexp-print-value.
5462 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
5464         * progmodes/compile.el (compilation-error-regexp-alist):
5465         Add Java ANt error detection as described in document
5466         http://ant.apache.org/faq.html
5468 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
5470         * simple.el (backward-word, forward-to-indentation)
5471         (backward-to-indentation):  Argument changed to optional.
5472         (next-line, previous-line): Use `or' instead of `unless'.
5474 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5476         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
5477         instead of a constant.
5479 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
5481         * shell.el (shell): With prefix-arg, suggest a new buffer name.
5483 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
5485         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
5486         (vc-sccs-workfile-version): Search the entire delta table, rather
5487         than just the first entry, because that might be a deleted version.
5489 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
5491         * menu-bar.el (menu-bar-options-menu): Supply a body for the
5492         [save-place] binding in the Options menu.  Have it require
5493         'saveplace' and then toggle the variable manually, to avoid an an
5494         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
5495         for the bug report.
5497 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
5499         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
5500         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
5501         (gdb-info-threads-custom): Add help-echo text.
5502         (gdb-display-back): Don't use purecopy.
5503         (gdb-info-breakpoints-custom, gdb-reset)
5504         (gdb-assembler-custom): Use display-images-p to test if breakpoint
5505         icons can be displayed.
5507 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
5509         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
5511 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
5513         * bookmark.el (bookmark-completing-read):
5514         Return a string, instead of a list of one string.
5515         Use a popup menu if activated from the mouse.
5516         (bookmark-edit-annotation): Remove unused vars.
5517         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
5518         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
5519         to bookmark-completing-read.
5520         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5521         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
5522         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
5523         and erase-buffer.
5524         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
5525         (bookmark-menu-jump, bookmark-menu-insert)
5526         (bookmark-popup-menu-and-apply-function)
5527         (bookmark-menu-popup-paned-bookmark-menu): Remove.
5528         (bookmark-menu-build-paned-menu): Remove by folding it into
5529         bookmark-menu-popup-paned-menu.
5530         (menu-bar-bookmark-map): Move the define-key statements here.
5531         Use the "non-menu" commands since they now pop up a menu if needed.
5532         (bookmark-exit-hook-internal): Simplify.
5534 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
5536         * reftex-toc.el (reftex-toc-rename-label): New function.
5537         (reftex-toc-check-docstruct): New function.
5539         * reftex.el (reftex-region-active-p): New function.
5541         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
5542         regexp to find the \bibliography macro.
5544         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
5545         which does not exist in LaTeX.
5546         (reftex-cite-format-builtin): Added amsrefs support.
5547         (reftex-toc-confirm-promotion): New option
5549         * reftex-toc.el
5550         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
5551         (reftex-toc-demote, reftex-toc-promote)
5552         (reftex-toc-do-promote, reftex-toc-promote-prepare)
5553         (reftex-toc-promote-action, reftex-toc-extract-section-number)
5554         (reftex-toc-newhead-from-alist)
5555         (reftex-toc-load-all-files-for-promotion): New functions.
5556         (reftex-toc-help): Added description of new keys.
5557         (reftex-toc-split-windows-fraction): New option.
5558         (reftex-recenter-toc-when-idle): Search *toc* window on all
5559         visible frames.
5560         (reftex-toc): Additional parameter REUSE
5561         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
5562         with REUSE argument.
5563         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
5564         the call of `reftex-toc'.
5565         (reftex-make-separate-toc-frame): New function .
5566         (reftex-toc-recenter): When called with triple prefix arg, call
5567         `reftex-make-separate-toc-frame' first.
5568         (reftex-toc-toggle-dedicated-frame): New command.
5569         (reftex-toc-quit): Adapted to delete frame when called in
5570         dedicated frame.
5572         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
5573         all enclosing macros.
5576 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5578         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
5579         first use.
5581 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5583         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
5585 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5587         * calendar/calendar.el (list-diary-entries-hook)
5588         (diary-display-hook, nongregorian-diary-listing-hook)
5589         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
5590         Add some customize options for these hooks.
5591         (calendar-abbrev-construct): Don't try to take a substring longer
5592         than the original string.
5594 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5596         * emacs-lisp/testcover.el (noreturn): Report error if does return.
5597         (testcover-reinstrument-clauses): Doc fix.
5599         * emacs-lisp/warnings.el: Doc fixes, args renamed.
5600         (warning-type-format): Rename from warning-group-format.
5602         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
5603         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
5604         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
5605         to prevent warnings about defvar for an obsolete variable.
5607         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
5608         warning-group-format renamed to warning-type-format.
5610         * subr.el (read-passwd): Use clear-string instead of fillarray.
5612         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
5613         Use vconcat instead of concat.
5614         (edmacro-sanitize-for-string): New function.
5616 2003-08-05  Dave Love  <fx@gnu.org>
5618         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
5619         line-number-display-limit-width.
5621         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
5623 2003-08-05  Kenichi Handa  <handa@m17n.org>
5625         * international/code-pages.el: Don't require mule-diag.
5627         * international/mule-diag.el (non-iso-charset-alist):
5628         Add autoload cookie.
5630         * language/devan-util.el (dev-glyph-order): Add an entry for the
5631         glyph code #xC4.
5633 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5635         * calendar/calendar.el (diary-file, diary-file-name-prefix)
5636         (european-calendar-style, diary-date-forms)
5637         (calendar-day-name-array, calendar-month-name-array): Doc change.
5638         (generate-calendar-month): Adapt for new behaviour of
5639         `calendar-day-name' function.
5640         (calendar-abbrev-length, calendar-day-abbrev-array)
5641         (calendar-month-abbrev-array): New variables.
5642         (calendar-abbrev-construct): New function.
5643         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
5644         rather than fixing abbrevs at some width.  Calling syntax change.
5645         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
5646         (calendar-date-string): Adapt for new behaviours of
5647         `calendar-day-name' and `calendar-month-name' functions.
5649         * calendar/diary-lib.el (list-diary-entries): Adapt for new
5650         behaviour of `calendar-day-name' and `calendar-month-name' functions.
5651         (diary-name-pattern): Use abbrev arrays, rather than fixing
5652         abbrevs at three chars.  Calling syntax change.
5653         (mark-diary-entries):  Adapt for new behaviours of
5654         `diary-name-pattern' and `calendar-make-alist' functions.
5655         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
5656         `diary-name-pattern' function.
5657         (font-lock-diary-date-forms): Use abbrev arrays, rather than
5658         fixing abbrevs at three chars.  Calling syntax change.
5659         (cal-hebrew, cal-islam): Require when compiling.
5660         (diary-font-lock-keywords): Adapt for new behaviour of
5661         `font-lock-diary-date-forms' function.
5663         * calendar/cal-hebrew.el: Reposition some code so defined before used.
5664         (calendar-hebrew-month-name-array-common-year)
5665         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
5666         (list-hebrew-diary-entries): Adapt for new behaviours of
5667         `calendar-day-name' and `add-to-diary-list' functions.
5668         (mark-hebrew-diary-entries): Adapt for new behaviours of
5669         `diary-name-pattern' and `calendar-make-alist' functions.
5671         * calendar/cal-islam.el (calendar-islamic-month-name-array):
5672         Add doc string.
5673         (list-islamic-diary-entries): Adapt for new behaviours of
5674         `calendar-day-name' and `add-to-diary-list' functions.
5675         (mark-islamic-diary-entries): Adapt for new behaviours of
5676         `diary-name-pattern' and `calendar-make-alist' functions.
5678         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
5679         `calendar-month-name' function.
5681         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
5683         * calendar/solar.el (solar-seasons-data): Move definition before use.
5685         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
5686         (cal-tex-LaTeX-hourbox): Move definition before use.
5688         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
5689         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
5690         lunar.el, solar.el
5691         (displayed-month, displayed-year): Define for compiler.
5693 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
5695         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
5696         MODE.  Renamed from c-init-c-language-vars'.
5697         (c-initialize-cc-mode): Change accordingly.
5698         (c-common-init): Ditto.
5699         (c-mode): Ditto.
5700         (c++-mode): Use `c-init-language-vars-for'.
5701         (objc-mode): Ditto.
5702         (java-mode): Ditto.
5703         (idl-mode): Ditto.
5704         (pike-mode): Ditto.
5705         (awk-mode): Ditto.
5707 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
5709         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
5710         or not the point moved.
5712         (c-search-decl-header-end): Don't trip up on operator identifiers
5713         in C++ and operators like == in all languages.
5715         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5716         Detect leading labels correctly.
5718 2003-08-02  Andreas Schwab  <schwab@suse.de>
5720         * textmodes/ispell.el: Don't redo key bindings on loading, put
5721         them only in loaddefs.el.
5722         * bookmark.el: Likewise.
5723         * dabbrev.el: Likewise.
5724         * emerge.el: Likewise.
5726         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
5727         has more than one member.
5729         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
5731 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5733         * lpr.el (printify-region): It was ending conversion before the
5734         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
5736 2003-07-31  John Paul Wallington  <jpw@gnu.org>
5738         * net/browse-url.el (browse-url-epiphany): Doc fix.
5740 2003-07-30  Kenichi Handa  <handa@m17n.org>
5742         * international/fontset.el (setup-default-fontset):
5743         Change registry names of Akurti fonts.
5745 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5747         * comint.el (comint-read-noecho): Use `clear-string' instead of
5748         `fillarray'.
5750 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
5752         * outline.el (outline-mode-hook): Add defvar.
5754 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
5756         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
5757         Restore assembler in source window if that is what has been selected.
5758         (menu): Add gdb-restore-windows to menu.  Make gdba
5759         specific menus only visible from gdba.
5761 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5763         * progmodes/compile.el (compilation-environment): New user variable.
5764         (compile-internal): Respect it.
5766 2003-07-23  Masatake YAMATO  <jet@gyve.org>
5768         * progmodes/gud.el (gdb-script-font-lock-keywords):
5769         Put `font-lock-function-name-face' on a symbol which includes
5770         `-' like `hook-run'.  Put font-lock-variable-name-face
5771         on a symbol starting with $.
5773 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
5775         * files.el (set-visited-file-name): Use truename for buffer-file-name.
5777 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
5779         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
5781 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
5783         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
5784         Use with-no-warnings.
5785         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
5786         rather than to find-file-not-found-hook, which doesn't exist.
5788 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
5790         * international/quail.el (quail-translate-key): Fix previous change.
5792 2003-07-25  John Paul Wallington  <jpw@gnu.org>
5794         * server.el (server-start): Check `server-process' is non-nil
5795         before killing it to avoid killing current buffer's process.
5797         * simple.el (choose-completion-string): Use `minibufferp';
5798         test `completion-reference-buffer' if `buffer' arg is nil.
5799         (push-mark): Use `when' and `unless'.
5800         (pop-mark): Use `when'.
5802         * mouse-sel.el (mouse-sel-get-selection-function):
5803         Check `x-last-selected-text-primary'.  Don't barf if it or
5804         `x-last-selected-text' aren't bound.
5806 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5808         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
5810 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
5812         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
5814 2003-07-23  John Paul Wallington  <jpw@gnu.org>
5816         * tooltip.el (defface tooltip): Inherit from variable-pitch.
5818 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
5820         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
5821         string.  Defvar the derived hook.
5823         * macros.el (insert-kbd-macro): Escape double quote character.
5824         From Thomas W Murphy <twm@andrew.cmu.edu>.
5826 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
5828         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
5829         to match the specific mark rather than reusing comment-start-skip.
5831 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
5833         * progmodes/hideshow.el (hs-special-modes-alist):
5834         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
5836 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
5838         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
5839         value using ?\s.
5841 2003-07-21  John Paul Wallington  <jpw@gnu.org>
5843         * subr.el (with-selected-window): Add closing paren.
5845 2003-07-21  Richard M. Stallman  <rms@gnu.org>
5847         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
5848         (lisp-mode): Likewise.
5850         * subr.el (with-selected-window): Copy code form save-selected-window
5851         so as to call select-window with norecord arg.
5852         (dynamic-completion-table): Doc fix.
5853         (lazy-completion-table): Doc fix.
5855         * international/mule-cmds.el (set-locale-environment):
5856         langinfo renamed to locale-info.
5858         * international/mule.el (auto-coding-functions): Doc fix.
5860 2003-07-21  Kenichi Handa  <handa@m17n.org>
5862         * international/quail.el (quail-translate-key):
5863         Update quail-current-str correctly.
5865 2003-07-21  Andreas Schwab  <schwab@suse.de>
5867         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
5868         ?, to "_".
5870 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5871         Version 2.0.36 of Tramp released.
5873         * net/tramp.el (tramp-default-password-end-of-line): Rename from
5874         tramp-password-end-of-line.
5875         (tramp-password-end-of-line): New method parameter.
5876         (tramp-get-password-end-of-line): Function to access method
5877         parameter `tramp-password-end-of-line', or variable
5878         `tramp-default-password-end-of-line' (default value).
5879         (tramp-methods): Add entries for new parameter
5880         tramp-password-end-of-line.
5881         (tramp-enter-password): Use new function
5882         `tramp-get-password-end-of-line'.
5883         (tramp-handle-insert-file-contents): Do not
5884         unconditionally inhibit the file operation file-local-copy, only
5885         do that when the inhibit-file-name-operation is currently
5886         insert-file-contents.  This fixes finding remote CVS-controlled
5887         files.  (It would barf on inserting the CVS/Entries file
5888         literally, because the file-local-copy handler wasn't called.)
5889         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
5890         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
5891         (tramp-initial-commands): New variable.
5892         (tramp-process-initial-commands): New function, using the variable.
5893         (tramp-open-connection-setup-interactive-shell): Call the new function.
5894         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
5895         method into the buffer name, never use nil.  Reported by Hanak
5896         David <dhanak@inf.bme.hu>.
5897         (tramp-open-connection-setup-interactive-shell): Erase buffer
5898         before sending "stty -onlcr".
5900         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
5902 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
5904         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
5906 2003-07-19  John Paul Wallington  <jpw@gnu.org>
5908         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
5909         (artist-draw-rect, artist-draw-square): Doc fixes.
5911         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
5913         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
5915 2003-07-19  Kenichi Handa  <handa@m17n.org>
5917         * international/kkc.el (kkc-show-conversion-list-update):
5918         Highlight the correct candidate in the message.
5920 2003-07-18  John Paul Wallington  <jpw@gnu.org>
5922         * simple.el (current-word): Don't include punctuation char when
5923         `really-word' arg is non-nil.
5925 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
5927         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
5928         moved to the directory obsolete.
5930 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
5932         * info.el (Info-menu-entry-name-re): Allow newlines in
5933         menu entry names.
5935         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
5936         syntax-ppss-after-change-function.
5937         (syntax-ppss-after-change-function): New alias.  Update uses.
5938         (syntax-ppss): Catch the case where the buffer is narrowed.
5940 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5942         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
5943         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
5945 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5947         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
5948         since it might be modified.
5950         * progmodes/cc-langs.el (c++-make-template-syntax-table)
5951         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
5952         names to these language constants.
5954 2003-07-15  Kim F. Storm  <storm@cua.dk>
5956         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
5957         All uses changed.
5959 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
5961         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
5962         Namespace support.
5964 2003-07-13  Juanma Barranquero  <lektu@terra.es>
5966         * frame.el (modify-all-frames-parameters): Reinstall (copyright
5967         papers received).
5969 2003-07-13  Karl Eichwalder  <ke@suse.de>
5971         * textmodes/po.el (po-find-charset): White space at the start of the
5972         Content-Type field body is non-mandatory.
5974 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5976         * textmodes/texinfo.el (texinfo-section-list):
5977         Append appendixsection; a synonym for appendixsec.
5979 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
5981         * man.el (Man-translate-cleanup): New.
5982         (Man-translate-references): Call `Man-translate-cleanup' to clean
5983         leading, trailing and middle spaces.
5985 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
5987         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
5988         Handle `dired-directory' being a list.
5990 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5992         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
5993         it doesn't exist.
5995 2003-07-12  Richard M. Stallman  <rms@gnu.org>
5997         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
5999         * progmodes/cc-defs.el (c-make-keywords-re):
6000         Don't use delete-duplicates.
6001         (c-lang-const): Don't use mapcan.
6003         * apropos.el (apropos-show-scores): Make it customizable.
6004         Document new meaning.
6005         (apropos): Compute scores from symbols.
6006         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6008 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6010         * ps-bdf.el: Fix copyright line.
6011         (bdf-directory-list): Fix initialization code.
6013 2003-07-11  John Paul Wallington  <jpw@gnu.org>
6015         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6016         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6017         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6019 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
6021         * emacs-lisp/ring.el (ring-elements): Doc fix.
6023 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6025         * calendar/timeclock.el (timeclock-relative)
6026         (timeclock-ask-before-exiting, timeclock-use-display-time):
6027         Doc changes.
6028         (timeclock-modeline-display): Give a message if
6029         `timeclock-use-display-time' is non-nil but `display-time-mode'
6030         is not active.
6032 2003-07-11  Kenichi Handa  <handa@m17n.org>
6034         * international/mule-cmds.el (set-language-environment):
6035         Set current-language-environment to the correct string.
6037 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6039         * ps-print.el: Print line number correctly in a region.  Reported by
6040         Tim Allen <timallen@ls83.fsnet.co.uk>
6041         (ps-print-version): New version number (6.6.2).
6042         (ps-printing-region): Code fix.
6044 2003-07-10  John Paul Wallington  <jpw@gnu.org>
6046         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6047         this function can be called from `add-completions-from-tags-table'.
6049 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
6051         * calendar/timeclock.el (timeclock-use-display-time)
6052         (timeclock-day-over-hook, timeclock-workday-remaining)
6053         (timeclock-status-string, timeclock-when-to-leave)
6054         (timeclock-when-to-leave-string, timeclock-log-data)
6055         (timeclock-find-discrep, timeclock-day-base)
6056         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6057         (timeclock-modeline-display): Set the variable
6058         `timeclock-modeline-display'.
6059         (timeclock-update-modeline): Doc fix.  Respect value of
6060         `timeclock-relative'.
6062 2003-07-09  Richard M. Stallman  <rms@gnu.org>
6064         * textmodes/reftex-parse.el (reftex-all-document-files):
6065         Add autoload cookie.
6067         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6068         (reftex-scanning-info-available-p): Add autoload cookie.
6070         * international/mule-cmds.el
6071         (set-display-table-and-terminal-coding-system): Delete duplicate
6072         aset on standard-display-table.
6074         * view.el (view-file): If existing buffer's major mode is special,
6075         don't go into view mode.
6077         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6079 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6081         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6082         buffer changes; there's third party code that calls this function
6083         directly.
6085 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6087         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6088         (autodoc-font-lock-keywords): Don't byte compile on font lock
6089         initialization when running from byte compiled files.
6091 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6093         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6094         statement ends with auto-increment "++".
6096 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6098         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6099         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6100         these are changed, so declare them as variables and not constants.
6102 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
6104         * subr.el (dolist, dotimes):  Doc fix.
6106 2003-07-08  Kim F. Storm  <storm@cua.dk>
6108         * international/mule-cmds.el
6109         (set-display-table-and-terminal-coding-system): Don't break
6110         bootstrap if standard-display-table isn't setup yet.
6112 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6114         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6115         Give it a doc string, and autoload it.
6117         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6118         Use with-no-warnings.
6120         * info.el (Info-search): If find invisible text, search again.
6122         * isearch.el (search-whitespace-regexp): Add a shy group around it.
6124         * man.el (Man-name-regexp): Match + as part of name.
6126         * simple.el (visible-mode): Rename from vis-mode.
6127         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6129         * simple.el (current-word): New arg REALLY-WORD specifies
6130         don't include punctuation chars.
6132         * emacs-lisp/debug.el (debug, debugger-env-macro):
6133         Use with-no-warnings while accessing and binding unread-command-char.
6135         * international/mule-cmds.el
6136         (set-display-table-and-terminal-coding-system): Use explicit loop
6137         instead of calling standard-display-default.
6139         * net/ange-ftp.el (ange-ftp-file-symlink-p):
6140         Use condition-case to catch error in ange-ftp-get-files.
6142         * net/browse-url.el (browse-url-browser-function):
6143         Add alternative for Epiphany.
6144         (browse-url-epiphany-program, browse-url-epiphany-arguments)
6145         (browse-url-epiphany-startup-arguments)
6146         (browse-url-epiphany-new-window-is-tab): New variables.
6147         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6149         * progmodes/compile.el (compile-auto-highlight): Default now t.
6150         (compile): Doc fix.
6151         (compilation-next-error): Fix previous change.
6153         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6155         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6157 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
6159         * gdb-ui.el (gdb-source-info): Display current frame when
6160         attaching to an existing process.
6161         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6162         while laying out windows when attaching to an existing process.
6164 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
6166         * info.el (Info-menu): Use Info-menu-entry-name-re.
6168 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6170         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6171         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6173         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6174         to match the same text.
6176 2003-07-06  John Paul Wallington  <jpw@gnu.org>
6178         * vc.el (vc-annotate-offset): Move defvar up.
6180 2003-07-06  Kim F. Storm  <storm@cua.dk>
6182         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6183         This should fix the infinite loop when extracting menu names.
6185 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6187         * files.el (auto-mode-alist, interpreter-mode-alist):
6188         Remove entries to CC Mode modes to avoid duplicates; they are now added
6189         with autoload directives in cc-mode.el.
6191 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
6193         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6194         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6195         these are changed, so declare them as variables and not constants.
6197         * progmodes/cc-mode.el: Fix some autoload problems: Try to
6198         ensure that the entry for ".c" extension comes before the one for
6199         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6200         Fix incorrect entries that were added to `interpreter-mode-alist'.
6201         Move the autoload directives for AWK to the top level since they
6202         aren't recognized anywhere else.  Do not use the new AWK mode doc
6203         in the autoload form for the old AWK mode.
6205 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6207         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6208         (bibtex-sort-ignore-string-entries): Default value t.
6209         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6210         erroneously in previous version.
6211         (bibtex-string-files): Docstring reflects new parsing scheme.
6212         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6213         docstring, add # as one of the chars to crush
6214         (bibtex-autokey-prefix-string, bibtex-autokey-names)
6215         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6216         (bibtex-autokey-name-change-strings)
6217         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6218         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6219         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6220         (bibtex-autokey-title-terminators)
6221         (bibtex-autokey-titlewords-stretch)
6222         (bibtex-autokey-titleword-ignore)
6223         (bibtex-autokey-titleword-case-convert)
6224         (bibtex-autokey-titleword-abbrevs)
6225         (bibtex-autokey-titleword-abbrevs)
6226         (bibtex-autokey-titleword-change-strings)
6227         (bibtex-autokey-titleword-length)
6228         (bibtex-autokey-titleword-separator)
6229         (bibtex-autokey-name-year-separator)
6230         (bibtex-autokey-year-title-separator)
6231         (bibtex-autokey-before-presentation-function)
6232         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
6233         Fix docstring.
6234         (bibtex-strings, bibtex-reference-keys):
6235         Use lazy-completion-table and make-variable-buffer-local.
6236         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
6237         (bibtex-braced-string-syntax-table)
6238         (bibtex-quoted-string-syntax-table): New variables.
6239         (bibtex-parse-nested-braces): Remove.
6240         (bibtex-parse-field-string): Use syntax table and forward-sexp.
6241         (bibtex-parse-association): Simplify.
6242         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
6243         (bibtex-parse-field-text): Simplify.
6244         (bibtex-search-forward-field, bibtex-search-backward-field):
6245         argument BOUND can take value t.
6246         (bibtex-start-of-field, bibtex-start-of-name-in-field)
6247         (bibtex-end-of-name-in-field, bibtex-end-of-field)
6248         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
6249         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
6250         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
6251         (bibtex-skip-to-valid-entry): Return buffer position of beginning
6252         and ending of entry.  Update for changes of bibtex-search-entry.
6253         Simplify.
6254         (bibtex-map-entries): FUN is called with three arguments.
6255         (bibtex-search-entry): Return a cons pair with buffer positions of
6256         beginning and end of entry.
6257         (bibtex-enclosing-field): Simplify.
6258         (bibtex-format-entry): Use booktitle to set a missing title.
6259         (bibtex-autokey-get-names): Fiddle with regexps.
6260         (bibtex-generate-autokey): Use identity.
6261         (bibtex-parse-keys): Use simplified parsing algorithm if
6262         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
6263         arguments.  Return alist of keys.
6264         (bibtex-parse-strings): Simplify.  Return alist of strings.
6265         (bibtex-complete-string-cleanup): Fix docstring.
6266         (bibtex-read-key): New function.
6267         (bibtex-mode): Fix docstring.  Do not parse for keys and
6268         strings when the mode is entered.  Set fill-paragraph-function to
6269         bibtex-fill-field.  Setup font-lock-mark-block-function the way
6270         font-lock intended.
6271         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
6272         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
6273         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
6274         (bibtex-Preamble): Avoid hard coded constants.
6275         (bibtex-make-field): Fix docstring.  Simplify.
6276         (bibtex-beginning-of-entry): Always return new position of point.
6277         (bibtex-end-of-entry): Rearrange cond clauses.
6278         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
6279         Update for changes of bibtex-map-entries.
6280         (bibtex-ispell-abstract): Do not move point.
6281         (bibtex-entry-index): Use downcase.  Simplify.
6282         (bibtex-lessp): Handle catch-all.
6283         (bibtex-find-crossref): Turn into a command.
6284         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
6285         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
6286         preamble entries.
6287         (bibtex-fill-field-bounds): New function.
6288         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
6289         (bibtex-fill-entry): Use bibtex-fill-field-bounds
6290         (bibtex-String): Use bibtex-strings.  Always obey
6291         bibtex-sort-ignore-string-entries.
6293 2003-07-05  John Paul Wallington  <jpw@gnu.org>
6295         * cus-theme.el (customize-create-theme):
6296         Call `customize-create-theme' in Reset widget's notify function.
6298         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
6299         (ibuffer-mark-interactive): Use `or' instead of `unless'.
6300         (define-ibuffer-column name): Add summarizer.
6301         (define-ibuffer-column size): Likewise.
6302         (define-ibuffer-column filename): Likewise.
6303         (define-ibuffer-column process): Likewise.  Change BODY's output too.
6304         (define-ibuffer-column filename-and-process): Likewise, likewise.
6305         (ibuffer): Remove local vars `already-in' and `need-update'.
6307         * ibuf-ext.el: Don't require `derived' at compile-time.
6309 2003-07-05  Kim F. Storm  <storm@cua.dk>
6311         * info.el: Disable paragraph refilling.
6312         (Info-refill-paragraphs): New defcustom.
6313         (Info-fontify-node): Use it.
6315 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
6317         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
6318         thingies from constructors created by defstruct.
6320         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
6321         the default value of the variable.
6322         (byte-code-meter): Move declaration to top level.
6324         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
6326         * info.el (Info-following-node-name-re): New fun.
6327         (Info-following-node-name): Remove.
6328         (Info-insert-dir): Use the new fun.
6329         (Info-extract-pointer): Don't save restriction; use new fun.
6330         (Info-menu-entry-name-re): New const.
6331         (Info-menu-entry-name-re): Use it along with new fun.
6332         (Info-node-spec-re): Use new fun.
6333         (Info-complete-menu-item, Info-fontify-node): Use new const.
6334         (Info-goto-node, Info-follow-reference, Info-menu-update):
6335         Use match-string.
6336         (Info-follow-reference): Use assoc-string.
6337         Use a list of strings for the completion table.
6338         (Info-fontify-node): Use match-string, line-end-position.
6339         Limit the search for `node:' to the first line.
6341         * newcomment.el (uncomment-region): Remove padding coming from
6342         comment-start rather than just from comment-padding.
6344         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
6345         (vc-cvs-stay-local-p): Use vc-stay-local-p.
6346         (vc-cvs-rename-file): Remove (use the default).
6347         (vc-cvs-register): Register parent dir if needed.
6348         (vc-cvs-could-register): Return non-nil if parent can be registered.
6349         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
6350         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
6352         * vc-svn.el (vc-svn-use-edit): Make it into a const.
6353         (vc-svn-update): Fix the arguments to `svn'.
6354         (vc-svn-diff-tree): Just use `vc-svn-diff'.
6355         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
6356         Simple implementations, assuming `name' is a URL.
6358         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
6359         set of chars allowed unquoted in a case pattern.
6361         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
6363         * font-lock.el (font-lock-extra-types-widget)
6364         (c-font-lock-extra-types, c++-font-lock-extra-types)
6365         (objc-font-lock-extra-types, java-font-lock-extra-types)
6366         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
6367         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
6368         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
6369         (font-lock-match-c++-structor-declaration)
6370         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
6371         (c++-font-lock-keywords-3, c++-font-lock-keywords)
6372         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
6373         (objc-font-lock-keywords-3, objc-font-lock-keywords)
6374         (java-font-lock-keywords-1, java-font-lock-keywords-2)
6375         (java-font-lock-keywords-3, java-font-lock-keywords)
6376         (java-font-lock-syntactic-face-function): Remove obsolete code
6377         and constants.  It's all in cc-fonts.el now.
6379 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
6381         * mail/sendmail.el (mail-specify-envelope-from)
6382         (mail-envelope-from): Doc fix.
6384 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
6386         * generic-x.el: Do away with the dependency on `c-emacs-features'
6387         when populating `rul-generic-mode-syntax-table'; we already know
6388         this isn't XEmacs.
6390 See ChangeLog.10 for earlier changes.
6392 ;; Local Variables:
6393 ;; coding: iso-2022-7bit
6394 ;; End:
6396     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6397   Copying and distribution of this file, with or without modification,
6398   are permitted provided the copyright notice and this notice are preserved.
6400 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1