(cperl-switch-to-doc-buffer): Don't use interactive-p.
[emacs.git] / lisp / ChangeLog
blobae115a20c126d0efafd52f12c7347a746fb1ce20
1 2004-11-01  Kim F. Storm  <storm@cua.dk>
3         * man.el (Man-xref-normal-file): Fix help-echo.
5 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7         * textmodes/bibtex.el: Require button.
8         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9         (bibtex-reference-keys): Distinguish between header keys and
10         crossref keys.
11         (bibtex-beginning-of-field): New function.
12         (bibtex-url-map): Remove.
13         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14         (bibtex-font-lock-url-regexp): Assume that field names begin at
15         the beginning of a line.
16         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
17         Remove field delimiters.  Use bibtex-beginning-of-field.
18         Bugfix, point can be inside a field with a url.
19         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
20         New functions.
21         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
22         (bibtex-key-in-head): Simplify.
23         (bibtex-current-line): Use bolp.
24         (bibtex-parse-keys): Remove unused arg `add'.
25         Use bibtex-type-in-head and bibtex-key-in-head.
26         (bibtex-parse-entry, bibtex-autofill-entry):
27         Use bibtex-type-in-head and bibtex-key-in-head.
28         (bibtex-autokey-get-field): Do not alter case of replacement text.
29         (bibtex-autokey-get-names): Do all processing of name list.
30         (bibtex-autokey-get-year): New function.
31         (bibtex-autokey-get-title): Do all processing of title words.
32         (bibtex-generate-autokey): Simplify.
33         (bibtex-string-files-init): Use default-directory.
34         Allow for absolute file names in bibtex-string-files.
35         (bibtex-files, bibtex-file-path): New variables.
36         (bibtex-files-expand): New function.
37         (bibtex-find-entry-globally): New command.
38         (bibtex-summary-function): New variable.
39         (bibtex-summary): Default value of bibtex-summary-function.
40         (bibtex-find-crossref): New optional args pnt and split.
41         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
42         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
43         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
44         Fix handling of required and alternative fields.
45         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
46         Use cons and display-buffer.
47         (bibtex-validate-globally): New command.
48         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
49         bibtex-parse-keys and bibtex-parse-strings for updating
50         bibtex-reference-keys and bibtex-strings.
51         (bibtex-realign): Remove blank lines past the last entry.
52         (bibtex-reformat): Use bibtex-entry-format as default.
53         (bibtex-choose-completion-string): Remove.
54         (bibtex-complete): Do not use bibtex-choose-completion-string.
55         (bibtex-url): Simplify.
57 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
59         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
60         (x-dnd-types-alist, x-dnd-open-file-other-window)
61         (x-dnd-known-types): Add :version.
63 2004-10-31  John Paul Wallington  <jpw@gnu.org>
65         * ibuffer.el (group ibuffer): Add :version keyword.
67 2004-10-31  Kim F. Storm  <storm@cua.dk>
69         * ido.el (group ido): Add :version keyword.
70         (ido-mode): Remove :version keyword.
72         * emulation/cua-base.el (group cua): Add :version keyword.
73         (cua-mode): Remove :version keyword.
75 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
77         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
79         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
80         compiler warning.
81         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
82         function.
83         (help-at-pt-display-when-idle): Remove autoload.
85 2004-10-30  Stefan  <monnier@iro.umontreal.ca>
87         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
89 2004-10-30  Juri Linkov  <juri@jurta.org>
91         * help.el (function-called-at-point):
92         * help-fns.el (variable-at-point): Read -> intern.
94 2004-10-30  Simon Josefsson  <jas@extundo.com>
96         * progmodes/autoconf.el (autoconf-font-lock-keywords):
97         Recognize AS_* too.
99 2004-10-29  Simon Josefsson  <jas@extundo.com>
101         * subr.el (read-passwd): Move back from password.el.
103         * password.el: Remove, not ready yet.
105 2004-10-29  Andreas Schwab  <schwab@suse.de>
107         * speedbar.el (speedbar-frame-parameters): Improve customize type.
109 2004-10-29  Sam Steingold  <sds@gnu.org>
111         * mouse.el (mouse-show-mark): Replace the last occurrence of
112         x-lost-selection-hooks with x-lost-selection-functions.
114 2004-10-28  Stefan  <monnier@iro.umontreal.ca>
116         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
117         x-lost-selection-functions is bound.
119         * mouse-sel.el (mouse-sel-mode):
120         * emacs-lisp/lselect.el: Adjust to new names for
121         x-(lost|sent)-selection-functions.
123         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
124         New obsolete aliases of x-lost-selection-functions and
125         x-sent-selection-functions.
127 2004-10-28  Kim F. Storm  <storm@cua.dk>
129         * imenu.el (imenu-scanning-message): Remove.
130         (imenu-progress-message): Make it a no-op.
132 2004-10-28  John Paul Wallington  <jpw@gnu.org>
134         * files.el (set-auto-mode): Call `throw' correctly.
136 2004-10-28  Juri Linkov  <juri@jurta.org>
138         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
139         to search `Info-...' commands in `info' manual.
140         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
141         Add 'info-file "emacs" property.
142         (Info-find-emacs-command-nodes): Fix index line number regexp.
143         Set real line number (instead of fake 0) in first element of the
144         returned list.
145         (Info-goto-emacs-command-node): Use line number of first element
146         to set point in the first found Info node.
148         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
149         code to `grep-mode-font-lock-keywords'.
150         (grep-mode-font-lock-keywords): Delete grep markers instead
151         of making them invisible.
153 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
155         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
156         and x-server-version in bug report.
158 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
160         * files.el (set-auto-mode-0): New function.
161         (set-auto-mode): Use it to handle aliased modes and to
162         be consistent between C-x C-f and C-x C-w.
164 2004-10-28  Kenichi Handa  <handa@m17n.org>
166         * international/utf-8.el (utf-translate-cjk-charsets):
167         Add katakana-jisx0201.
169         * international/subst-jis.el: Add data for JISX0201.
171 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * obsolete/hilit19.el (hilit-mode): New function.
174         Move all the toplevel side-effecting stuff into it, so that loading
175         hilit19 doesn't mess everything up any more.
177 2004-10-27  Richard M. Stallman  <rms@gnu.org>
179         * add-log.el (add-change-log-entry): Set up mailing address
180         and full name later, and don't alter add-log-mailing-address
181         or add-log-full-name.
183         * elide-head.el (elide-head): Change error to message.
184         (elide-head-show): Likewise.
186         * apropos.el (apropos-macrop): Doc fix.
188         * mouse.el (mouse-show-mark): Do most processing the same
189         regardless of transient-mark-mode.
191         * shadowfile.el (shadow-copy-files): Use interactive-p
192         only to control whether to print a message.
194         * tar-mode.el (tar-mode): Use write-contents-functions,
195         not write-contents-hooks.
197         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
198         directory-sep-char.
200 2004-10-27  Richard M. Stallman  <rms@gnu.org>
202         * strokes.el (strokes-unload-hook): Fix previous change.
204         * type-break.el (type-break-run-at-time): Always use run-at-time;
205         forget the alternatives.
206         (type-break-cancel-function-timers): Always use cancel-function-timers;
207         forget the alternatives.
209         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
211 2004-10-27  Kenichi Handa  <handa@m17n.org>
213         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
215         * international/subst-gb2312.el: Likewise.
217         * international/subst-big5.el: Likewise.
219         * international/subst-ksc.el: Likewise.
221         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
222         New variable.
223         (utf-translate-cjk-set-unicode-range): New function.
224         (utf-translate-cjk-unicode-range): Make it customizable.
225         (utf-8-post-read-conversion):
226         Use utf-translate-cjk-unicode-range-string.
227         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
228         Unicode ranges.
230 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
232         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
233         trivial variants to shorten the list.
234         (xml-based-modes): New var.
235         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
236         declaration higher priority than auto-mode-alist.
238         * find-file.el (cc-other-file-alist): Bring it in line with
239         cc-mode's auto-mode-alist entries and use \' instead of $.
241         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
242         and add "Id" and "Name" submenus to it.
244         * imenu.el (imenu--generic-function): Skip matches in comments.
246 2004-10-26  Jay Belanger  <belanger@truman.edu>
248         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
249         (full-calc-keypad, calc-trail-display):  Use an extra argument
250         instead of `interactive-p'.
252         * calc/calc-misc.el (calc-other-window): Use an extra argument
253         instead of `interactive-p'.
255         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
256         `interactive-p'.
258 2004-10-26  Kim F. Storm  <storm@cua.dk>
260         * help.el (describe-key): Describe both down-event and up-event
261         for a mouse click.
263 2004-10-26  Richard M. Stallman  <rms@gnu.org>
265         * woman.el (woman): Don't call interactive-p.
267         * pcomplete.el (pcomplete): Instead of interactive-p,
268         use an arg set non-nil by the interactive spec.
270         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
271         use an arg set non-nil by the interactive spec.
273         * man.el (Man-cleanup-manpage): Instead of interactive-p,
274         use an arg set non-nil by the interactive spec.
276 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
278         * progmodes/flymake.el (flymake-split-string):
279         Use `flymake-split-string-remove-empty-edges' in any case.
281 2004-10-26  Masatake YAMATO  <jet@gyve.org>
283         * progmodes/flymake.el (flymake-err-line-patterns):
284         Use `compilation-error-regexp-alist-alist' instead of
285         `compilation-error-regexp-alist'.
287 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
290         verbatim face on the \ of \end{verbatim}.
292 2004-10-25  Jay Belanger  <belanger@truman.edu>
294         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
295         erasing minibuffer.
297 2004-10-25  Simon Josefsson  <jas@extundo.com>
299         * subr.el (read-passwd): Move to net/password.el.
301         * net/password.el (read-passwd): Add.  Autoload it.
303 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
305         * mouse-sel.el (mouse-sel-mode): Specify custom group.
307         * simple.el (process-file): Fix logic.
309 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
311         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
312         (increase-right-margin): Remove erroneous call to `interactive-p'.
314 2004-10-24  Kim F. Storm  <storm@cua.dk>
316         * help.el (describe-mode): Fix 2004-10-13 change.
317         Copy pure "Auto Fill" string so it can be propertized later
318         without causing a read-only error.
320 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
322         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
323         style indexes.
325 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
327         * simple.el (process-file): Accept nil for INFILE.  Reported by
328         Luc Teirlinck.
330 2004-10-24  Masatake YAMATO  <jet@gyve.org>
332         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
333         Handle periods and underscores in a function name.
334         Remove the address fontification.
336 2004-10-24 Masatake YAMATO <jet@gyve.org>
338         * progmodes/asm-mode.el (asm-font-lock-keywords):
339         Use font-lock-variable-name-face for registers.
341 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
343         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
344         kill-all-local-variables.
345         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
346         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
347         Use kill-all-local-variables and provide mode-hooks.
348         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
349         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
350         Suggested by Masatake YAMATO <jet@gyve.org>.
352 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
354         * simple.el (process-file): New function, similar to call-process
355         but supports file handlers.
356         * vc.el (vc-do-command): Use it, instead of call-process.
357         * net/tramp-vc.el (vc-do-command): Do not advise it if
358         process-file is fboundp.
359         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
360         process-file.
361         (tramp-handle-process-file): New function.
362         (tramp-file-name-for-operation): Support process-file.
364 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
366         * calendar/icalendar.el (icalendar--weekday-array): New constant.
367         (icalendar-weekdayabbrev-table)
368         (icalendar-monthnumber-table): Delete.
369         (icalendar--get-month-number): Use calendar-month-name-array.
370         (icalendar--get-weekday-number): New function.
371         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
372         (icalendar-export-region): Handle multi-line entries.
373         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
375 2004-10-23  John Paul Wallington  <jpw@gnu.org>
377         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
378         `wildcards' set to t in interactive spec.
380         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
381         interactive spec rather than use `interactive-p'.
382         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
383         rather than use function `interactive-p'.
385 2004-10-22  Kenichi Handa  <handa@m17n.org>
387         * international/mule.el (translate-region): Implement it in Lisp
388         as a front end of translate-region-internal.
390 2004-10-21  Jay Belanger  <belanger@truman.edu>
392         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
393         Declare these variables with defvar.
395         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
396         is bound, only check to see if it is bound.
398 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * textmodes/tex-mode.el (tex-compilation-parse-errors):
401         Don't output messages.
403         * calc/calc-help.el (calc-describe-bindings): Fix last change.
405 2004-10-21  John Paul Wallington  <jpw@gnu.org>
407         * calc/calc-graph.el (calc-graph-init):
408         Use `set-process-query-on-exit-flag'.
410 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
412         * progmodes/compile.el (compilation-start): Rely on `cd' to get
413         dir right and also allow argumentless cd.
415 2004-10-19  Richard M. Stallman  <rms@gnu.org>
417         * textmodes/flyspell.el (flyspell-mode): Doc fix.
419         * eshell/em-unix.el (eshell-grep):
420         Don't bind compilation-process-setup-function.
422         * comint.el (comint-insert-input): Use @ in `interactive'.
423         (comint-input-filter-functions): Doc fix.
424         (comint-kill-whole-line, comint-get-source): Doc fix.
426         * progmodes/compile.el (compilation-setup):
427         Don't set buffer-read-only if MINOR is non-nil.
429 2004-10-19  Jay Belanger  <belanger@truman.edu>
431         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
432         (calc-emacs-type-gnu19): Remove.
433         (calc-digit-map, calc-read-key-sequence, calc-read-key):
434         Remove check for old emacs versions.
436         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
437         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
438         for current Emacs.
440         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
441         the end of the minibuffer.
442         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
443         copy `esc-map'.
445         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
447         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
448         call that would be given when the current emacs was used.
450 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
452         * calendar/icalendar.el: Set coding to utf-8.
453         (icalendar-version): Increase to 0.07.
454         (icalendar-monthnumber-table): Change March pattern.
455         (icalendar-get-all-event-properties)
456         (icalendar-set-event-property): Delete.
457         (icalendar-all-events): No longer interactive.
458         (icalendar-convert-diary-to-ical)
459         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
460         their replacements.
461         (icalendar-export-file, icalendar-export-region): New functions;
462         essentially old `icalendar-convert-diary-to-ical' but appending to
463         target rather than overwriting.
464         (icalendar-import-file): Append to target file rather than
465         overwriting.  Fourth arg deleted.
466         (icalendar-import-buffer): New name for old
467         `icalendar-extract-ical-from-buffer'.
468         (icalendar--convert-string-for-import): New name for
469         old `icalendar-convert-for-import'.
470         (include-icalendar-files): Delete.
471         Prefix for all internal functions changed from `icalendar-'
472         to `icalendar--'.
474 2004-10-19  Richard M. Stallman  <rms@gnu.org>
476         * paths.el (news-path): Fix previous change.
478 2004-10-18 Jay Belanger  <belanger@truman.edu>
480         * calc/calc-help.el (calc-describe-bindings):
481         Set `buffer-read-only' to nil while working in the keybindings buffer;
482         remove some extra information from the keybindings buffer.
484 2004-10-18  David Ponce  <david@dponce.com>
486         * mouse.el (mouse-drag-move-window-top): New function.
487         (mouse-drag-mode-line-1): Use it.
489 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
491         * info.el (Info-fontify-node): For multiline refs,
492         arrange to unfontify newline and surrounding whitespace.
494 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
496         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
497         directory is missing.
499 2004-10-17  John Paul Wallington  <jpw@gnu.org>
501         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
502         New customizable variable; whether to display buffers that match
503         `ibuffer-maybe-show-predicates' by default.
504         (ibuffer-maybe-show-predicates): Mention it in docstring.
505         (ibuffer-display-maybe-show-predicates): New variable.
506         (ibuffer-update): Prefix arg now toggles whether buffers that
507         match `ibuffer-maybe-show-predicates' should be displayed.
508         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
509         locally to heed `ibuffer-default-display-maybe-show-predicates'.
510         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
512 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
514         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
515         work correctly.
517 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
519         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
520         (Buffer-menu-beginning): New helper function.
521         (Buffer-menu-execute): Use it.
522         (Buffer-menu-select): Use it.
523         (Buffer-menu-sort): Use it and also keep markers.
525 2004-10-17  Richard M. Stallman  <rms@gnu.org>
527         * paths.el (news-directory): Rename from news-path.  Old name alias.
528         (rmail-spool-directory): Use defvar.
529         (sendmail-program): Use defcustom.
530         (remote-shell-program): Use defcustom.
531         (term-file-prefix): Use defvar.
532         (abbrev-file-name): Use defvar.
534         * term.el: Add maintainer.
536         * subr.el (with-local-quit): Return nil if there's a quit.
537         (read-passwd): Use with-local-quit.  Doc fix.
539         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
540         (strokes-unload-hook): Set as a variable with add-hook.
542         * startup.el (fancy-splash-tail, normal-splash-screen):
543         Update copyright year.
545         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
547         * server.el (server-unload-hook): Set as a variable with add-hook.
549         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
551         * frame.el (special-display-popup-frame):
552         Make the buffer current as its frame is created.
554         * delsel.el (delsel-unload-hook): Set as a variable.
556         * comint.el (comint-output-filter-functions):
557         Add comint-watch-for-password-prompt.
558         (comint-read-noecho): Function deleted.
559         (send-invisible): Use read-passwd.
561         * fringe.el (fringe-mode-initialize): New function.
562         (fringe-mode): Use fringe-mode-initialize as :initialize.
564 2004-10-17  Kim F. Storm  <storm@cua.dk>
566         * language/indian.el (indian-script-language-alist): Swap value and doc.
567         (indian-font-char-index-table): Doc fix.
569 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
573 2004-10-16  Juri Linkov  <juri@jurta.org>
575         * progmodes/compile.el (compilation-start): Move let-binding of
576         `process-environment' into `with-current-buffer' body.
577         Reported by Matt Hodges <MPHodges@member.fsf.org>.
579 2004-10-16  Richard M. Stallman  <rms@gnu.org>
581         * pcvs-util.el (cvs-bury-buffer):
582         Don't call get-buffer-window for effect.
584         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
586         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
588         * msb.el (msb-unload-hook): Set the variable.
590         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
591         Use * to err if buffer is readonly.
593         * subr.el (looking-back): Return only t or nil.
595         * whitespace.el (whitespace-unload-hook): Set the variable.
597         * view.el (view-mode-enable): Set view-page-size and
598         view-half-page-size to nil.
599         (view-set-half-page-size-default): view-half-page-size = nil
600         means the default.
601         (View-scroll-page-forward): Use view-page-size-default.
602         (View-scroll-page-backward): Likewise.
603         (view-page-size, view-half-page-size): Doc fixes.
605         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
607         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
609         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
610         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
611         (byte-compile-log-1): Bind inhibit-read-only.
612         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
613         (byte-compile-log-warning): Likewise.
614         (byte-compile-file-form-require): Detect "cl" from the arg value.
616         * progmodes/compile.el (compilation-start): Assume compilation-mode
617         will make the buffer read-only.
618         (compilation-mode): Take arg name-of-mode.
619         (compilation-setup): Make buffer read-only.
620         (compilation-handle-exit): Bind inhibit-read-only.
622         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
623         (ispell-message): Likewise.
624         (ispell-show-choices): Don't call get-buffer-window uselessly.
625         (ispell-init-process): Use set-process-query-on-exit-flag.
627 2004-10-16  Kim F. Storm  <storm@cua.dk>
629         * fringe.el (fringe-bitmaps): Only initialize when defined.
631         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
632         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
634         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
636 2004-10-15  Simon Josefsson  <jas@extundo.com>
638         * net/password.el: Add.
640 2004-10-14  Masatake YAMATO  <jet@gyve.org>
642         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
643         (gdb-script-end-of-defun): New function.
644         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
645         `gdb-script-end-of-defun' as *-of-defun-function.
647 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
649         * button.el (button-activate): Allow a marker to display as an action.
651         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
653         * help.el (describe-mode): Use it to make minor mode list into
654         hyperlinks.
656 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * vc.el (vc-annotate-display-select): Fix typo.
660         * subr.el (substitute-key-definition-key): New function.
661         (substitute-key-definition): Use it with map-keymap.
662         (event-modifiers): Use push.
663         (mouse-movement-p, with-temp-buffer): Simplify.
665 2004-10-12  Jay Belanger  <belanger@truman.edu>
667         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
668         New variables.
669         (calc-help-index-entries): New function.
670         (calc-describe-function): Use `calc-help-function-list' instead of
671         obarray for completion.
672         (calc-describe-variable): Use `calc-help-variable-list' instead
673         of obarray for completion.
675 2004-10-12  Richard M. Stallman  <rms@gnu.org>
677         * info-look.el (info-lookup-file): Add info-file property.
678         (info-lookup-symbol): Likewise.
680         * info.el (info-xref): Add underlining.
681         (info): Add info-file property.
682         (Info-find-emacs-command-nodes): Specify case-sensitive search.
684 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
686         Sync with Tramp 2.0.45.
688         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
689         defined.  This is not the case for XEmacs without package "edebug".
690         (tramp-set-auto-save-file-modes): Set permissions of autosaved
691         remote files to the permissions of the original file.  This is not
692         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
693         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
694         (tramp-perl-decode): Fix an error in Perl implementation.
695         $pending must be cleared every loop.  Reported by Benjamin Place
696         <benjaminplace@sprintmail.com>
698         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
699         Don't activate advice during definition.  This is done later on,
700         depending on test result of `substitute-in-file-name'.
701         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
703 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
707         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
709 2004-10-12  David Ponce  <david@dponce.com>
711         * recentf.el (recentf-edit-list): Update the menu when the recentf
712         list has been modified.
714 2004-10-12  Simon Josefsson  <jas@extundo.com>
716         * net/tls.el (tls-certtool-program): New variable.
717         (tls-certificate-information): New function, based on
718         ssl-certificate-information.
720 2004-10-12  Kenichi Handa  <handa@m17n.org>
722         * international/mule.el (coding-system-equal): Move from mule-util.el.
724         * international/mule-util.el (coding-system-equal): Move to mule.el.
726 2004-10-12  Kim F. Storm  <storm@cua.dk>
728         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
729         reset kmacro-initial-counter-value if set.
730         (kmacro-set-counter): Only set kmacro-counter if defining or executing
731         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
732         (kmacro-display): Show macro counter if non-zero.
734         * subr.el (substitute-key-definition): Mention command remapping
735         in doc string.
737 2004-10-11  Jay Belanger  <belanger@truman.edu>
739         * calc/calc-misc.el (calc-info-goto-node): New function.
740         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
741         node in one step.
742         (calc-describe-copying, calc-describe-distribution)
743         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
744         Go to appropriate info node in one step.
746 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
750         * font-lock.el (font-lock-apply-highlight): Fix last change.
752 2004-10-11  Simon Josefsson  <jas@extundo.com>
754         * mail/smtpmail.el (smtpmail-open-stream): Look for
755         starttls-gnutls-program instead of starttls-program iff
756         starttls-use-gnutls is non-nil.
757         (smtpmail-open-stream): Don't overwrite user settings of
758         starttls-extra-arguments and starttls-extra-args.
760 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
762         * comint.el (comint-mouse-insert-input): Remove.
763         (comint-insert-input): Make it work for mouse bindings.
764         (comint-mode-map): Move defs into the declaration.
765         (comint-output-filter): Typo.
767         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
769 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
771         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
772         (ange-ftp-call-chmod): Reference remote-shell-program instead of
773         ange-ftp-remote-shell.
775 2004-10-10  Andreas Schwab  <schwab@suse.de>
777         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
778         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
779         Reported by <sri@asu.edu>.
781 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
783         * vc.el (vc-annotate-mode): Remove variable.
784         (vc-annotate-display-select): Only call vc-annotate-mode
785         if we're not in that mode already.
787 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
789         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
790         (imenu-choose-buffer-index): Check here for rescan instead.
792         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
793         where the face expression evals to nil.
795         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
796         (tex-font-lock-keywords-2): Use it.
797         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
799         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
801 2004-10-09  Kim F. Storm  <storm@cua.dk>
803         * subr.el (progress-reporter-update): Define before first usage.
804         (make-progress-reporter): Doc fix.
806 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
808         * textmodes/paragraphs.el (sentence-end-double-space)
809         (sentence-end-without-period, sentence-end-without-space)
810         (sentence-end): Doc fixes.
812 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
814         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
815         Change paragraph-start regexp so we don't fill code starting with #'(.
817 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
819         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
820         New defcustom.
821         (extract-address-components): Use it.
823 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
825         * subr.el (make-progress-reporter, progress-reporter-update)
826         (progress-reporter-force-update, progress-reporter-do-update)
827         (progress-reporter-done): New functions.
829         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
831         * progmodes/etags.el (etags-tags-completion-table): Use progress
832         reporter.
833         (etags-tags-apropos): Likewise.
835 2004-10-08  Alan Mackenzie  <acm@muc.de>
837         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
838         of current line.
840 2004-10-08  Masatake YAMATO  <jet@gyve.org>
842         * server.el (server-process-filter): Wrap `process-send-region'
843         by `condition-case' to guard the case when the pipe to PROC is closed.
845 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
847         * xml.el (xml-substitute-special): Limit handling of external entities.
849 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
851         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
853 2004-10-06  John Paul Wallington  <jpw@gnu.org>
855         * xml.el (xml-parse-dtd): Fix `error' call.
857 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
859         * xml.el (xml-substitute-special): Return a single string instead
860         of a list of strings if an entity substitution is made.
862 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
864         * calendar/icalendar.el: New file.
866 2004-10-05  Juri Linkov  <juri@jurta.org>
868         * isearch.el (isearch-done): Set mark after running hook.
869         Reported by Drew Adams <drew.adams@oracle.com>.
871         * info.el (Info-history, Info-toc): Fix Info headers.
872         (Info-toc): Narrow buffer before Info-fontify-node.
873         (Info-build-toc): Don't check for special Info file names.
874         Set main-file to nil if Info-find-file returns a symbol.
876 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
878         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
879         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
880         * calendar/cal-menu.el (calendar-mode-map): Ditto.
882 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
884         * calendar/cal-iso.el (calendar-iso-read-args): New function,
885         for old interactive spec from calendar-goto-iso-date.
886         (calendar-goto-iso-date): Use it.
887         (calendar-goto-iso-week): New function.  Suggested by Emilio
888         C. Lopes <eclig@gmx.net>.
890 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
892         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
893         `set-right-margin' bindings that follow the minor mode conventions.
895 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
898         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
899         (latex-block-args-alist): Add minipage and picture.
900         (latex-block-body-alist): Use reftex-label if enabled.
901         (latex-insert-block): Don't insert a \n if not necessary.
902         (tex-compile-commands): Make sure dvips doesn't send to printer.
903         (tex-compile-default): Handle the case where no executable is found.
904         (latex-noindent-environments): New var.
905         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
906         If tex-indent-allhanging is non-nil, make sure we only align for macros
907         at beginning of line.
909 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
911         * newcomment.el (comment-beginning): Doc fix and don't choke on
912         unset `comment-end-skip' when at beginning of comment.
914 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
916         * term.el (term-adjust-current-row-cache): Don't allow the current
917         row to become negative.
918         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
919         the end of the line. Fix scroll down. Add comments.
920         (term-handle-ansi-escape): Don't exceed terminal width when moving
921         right.
922         (term-scroll-region): Move the cursor after setting the scroll region.
924 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
926         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
927         to `width' for consistency with docstring.  Doc fix.
929 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
931         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
932         This is necessary for derived modes.
934 2004-09-30  Kim F. Storm  <storm@cua.dk>
936         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
937         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
939         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
940         kmacro-extract-lambda functions.
941         (edit-kbd-macro): Handle kmacro lambda forms.
942         Include counter and counter format in edit buffer.
943         (edmacro-finish-edit): Get counter and format from edit buffer and
944         update kmacro bindings when found.
946 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
948         * textmodes/paragraphs.el (forward-paragraph):
949         Avoid args-out-of-range error when point winds up at the beginning of
950         the buffer and hard newlines are enabled.
952         * newcomment.el (comment-multi-line): Doc fix.
954 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
956         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
957         (diff-fixup-modifs): Catch unified-diff file-headers.
959 2004-09-29  Kim F. Storm  <storm@cua.dk>
961         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
962         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
963         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
965         * fringe.el (fringe-bitmap-p): New macro.
966         (fringe-bitmaps): Add standard fringe bitmaps on load.
968 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * dired.el (dired-view-command-alist): Use more efficient regexps.
971         Remove dubious arguments.
972         (dired-align-file): New function.
973         (dired-insert-directory): Use it.
974         (dired-move-to-end-of-filename): Make the " -> " search more specific.
975         (dired-buffers-for-dir): Remove unused var `pattern'.
977 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
979         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
980         from diary display excursion.  Store diary buffer's point for
981         `simple-diary-display'.
982         (simple-diary-display): Set window point and start when
983         displaying buffer, to preserve point.
985 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
987         * textmodes/enriched.el (enriched-translations): Replace defconst
988         with defvar.
990 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
992         * printing.el: Doc fix.
993         (pr-version): New version number (6.8.1).
994         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
995         make-temp-name.
996         (pr-delete-file): Check if file exists before deleting it.
997         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
999 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * term.el (term-display-table): New variable.
1002         (term-mode): Use it.
1003         (term-exec-1): Set the coding system to binary.
1004         (term-emulate-terminal): Decode the string before inserting it.
1006 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1008         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1009         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1010         (map): Bind S-prior, S-next and S-insert.
1011         (term-mode): Set `indent-tabs-mode' to nil.
1012         (term-paste): New function to be bound to S-insert.
1013         (term-send-del, term-send-backspace): Change the strings sent.
1014         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1015         (term-handle-colors-array): Fix handling of underline and reverse.
1016         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
1017         (term-erase-in-line): Fix comparison.
1018         (term-emulate-terminal): Fix line wrap handling.
1019         (term-start-output-log): Rename from `term-set-output-log'.
1020         (term-stop-output-log): Rename from `term-stop-photo'.
1021         (term-switch-to-alternate-sub-buffer): Comment out, unused.
1023 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * dired.el (dired-move-to-filename): Don't output a message if
1026         raise-error is non-nil.  Fix return position and value.
1028         * files.el (insert-directory): Obey --dired even with symlinks.
1030 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
1032         * ls-lisp.el (ls-lisp-format): Mark file names with property
1033         dired-filename.
1035 2004-09-25  Kim F. Storm  <storm@cua.dk>
1037         * ido.el (ido-max-directory-size): New defcustom.
1038         (ido-decorations): Add "too big" element.
1039         (ido-directory-too-big): New dynamic var.
1040         (ido-may-cache-directory): Don't cache big directories.
1041         (ido-directory-too-big-p): New defun.
1042         (ido-set-current-directory): Update ido-directory-too-big.
1043         (ido-read-internal): Make empty ido-cur-item if too-big.
1044         (ido-buffer-internal): Use ido-read-internal directly instead of
1045         ido-read-buffer.
1046         (ido-file-internal): Init ido-directory-too-big.
1047         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1048         and redo completion with full list.
1049         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1050         it, and show completions.
1051         (ido-all-completions): Let bind ido-directory-too-big to nil.
1052         (ido-exhibit): Handle ido-directory-too-big.
1053         (ido-read-buffer): Handle fallback to read-buffer.
1054         Init ido-directory-too-big.
1055         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1056         Init ido-directory-too-big.
1058 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
1060         * subr.el (delay-mode-hooks): Doc fix.
1062 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
1064         * textmodes/enriched.el
1065         (enriched-default-text-properties-local-flag): New variable.
1066         (enriched-mode): Make sure that enabling and disabling the mode is
1067         a no-op.  Doc fix.
1069 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
1071         * calendar/holidays.el (holiday-advent): Report on a specified day
1072         offset from advent, not just advent.
1073         (holiday-easter-etc): Report on one specified day offset from
1074         easter, not all easter holidays. Various Easter holidays moved to
1075         `christian-holidays' variable in calendar.el.
1076         * calendar/calendar.el (christian-holidays): Adapt for new
1077         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1079 2004-09-23  Kim F. Storm  <storm@cua.dk>
1081         * image.el (insert-sliced-image): Add doc string.
1083         * ido.el (ido-choice-list): New dynamic var for `list' context.
1084         (ido-context-switch-command): New dynamic var.
1085         (ido-define-mode-map): Generalize switch between file/buffer contexts.
1086         (ido-read-internal): Handle new `list' context.
1087         Handle insert-buffer and insert-file ido-exit values.
1088         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
1089         ido-context-switch-command. Handle insert-file ido-exit value.
1090         (ido-read-buffer): Set ido-context-switch-command to 'ignore
1091         unless it is already bound by caller.
1092         (ido-file-internal): New arg switch-cmd.  Use it to setup
1093         ido-context-switch-command.  Handle insert-buffer ido-exit value.
1094         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1095         used for context switching.
1096         (ido-all-completions): Handle new `list' context.
1097         (ido-make-choice-list): Return choices for `list' context.
1098         (ido-find-file-in-dir, ido-display-file, ido-write-file)
1099         (ido-display-buffer, ido-kill-buffer): Disable context switching.
1100         (ido-insert-buffer, ido-insert-file): Setup context switching.
1101         (ido-exhibit): Handle `list' context.
1102         (ido-read-file-name): Disable context switching.  Handle fallback.
1103         (ido-read-directory-name): Disable context switching.
1104         (ido-completing-read): New defun like completing-read.  Setup and
1105         use new `list' context.
1107 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
1109         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1111 2004-09-21  Jay Belanger  <belanger@truman.edu>
1113         * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1114         `calc-graph-set-styles' so the gnuplot buffer will appear in a
1115         separate window.
1117 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
1119         * subr.el (after-change-major-mode-hook): Doc fix.
1121 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1123         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
1124         of ghostscript for monochrome PostScript file in Windows.
1126 2004-09-21  Kenichi Handa  <handa@m17n.org>
1128         * descr-text.el (describe-char): Checking of quail activation
1129         fixed.
1131 2004-09-21  Jay Belanger  <belanger@truman.edu>
1133         * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1135 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1137         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1138         after the mode hooks instead of before.  Doc fix.
1140 2004-09-20  Jason Rumney  <jasonr@gnu.org>
1142         * startup.el (command-line) [windows-nt]: Try .emacs first, then
1143         _emacs, but revert to .emacs if neither exists in home directory.
1145 2004-09-20  John Paul Wallington  <jpw@gnu.org>
1147         * bindings.el (completion-ignored-extensions): Add .dfsl.
1149 2004-09-20  Richard M. Stallman  <rms@gnu.org>
1151         * bindings.el (scroll-left): Make it disabled.
1153         * files.el (enable-local-eval): Doc fix.
1155         * indent.el (move-to-left-margin): Special case for minibuffer.
1157         * term.el (term-emulate-terminal): Turn off undo for output.
1158         Use with-current-buffer and save-selected-window.
1160         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1162         * progmodes/make-mode.el (makefile-fill-paragraph):
1163         Don't insist on spaces when looking for comments.  # is enough.
1165         * files.el (hack-local-variables): Copy the variables list
1166         to another buffer, strip prefixes and suffixes there, then read.
1167         (enable-local-eval): Doc fix.
1168         (ignored-local-variables): Initialize to nil.
1169         (risky-local-variable-p): Don't check ignored-local-variables here.
1170         (hack-one-local-variable): Ignore var if in ignored-local-variables.
1172 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1174         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1175         of = to "." (punctuation).
1177 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * subr.el (event-basic-type): Fix mask (extend to 22bits).
1181 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1183         * textmodes/enriched.el (enriched-rerun-flag): New variable.
1184         (enriched-before-change-major-mode): New function.
1185         Add it to `change-major-mode-hook'.
1186         (enriched-after-change-major-mode): New function.
1187         Add it to `after-change-major-mode-hook'.
1188         (enriched-mode): Make it work correctly if called from
1189         `after-change-major-mode-hook'.
1190         No longer set `indent-line-function'.
1192         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1194         * subr.el (after-change-major-mode-hook): New variable.
1195         (run-mode-hooks): Implement it.
1197 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1199         * battery.el (battery-linux-proc-apm): Use string-to-number.
1200         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1201         Use dolist (and less indentation).  Use erase-buffer.
1202         Pre-initialize `design-capacity', `warn', and `low'.
1203         (battery-format): Use replace-regexp-in-string.
1205 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
1207         * battery.el: Delete superfluous empty lines.
1208         (battery-linux-proc-acpi): Attempt to gather information from all
1209         battery subdirectories regardless of their file name.
1210         (battery-linux-proc-apm): Replace all occurrences of
1211         battery-hex-to-int-2 with string-to-int (base 16).
1212         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1213         (battery-hex-map): Delete variable.
1215 2004-09-18  John Paul Wallington  <jpw@gnu.org>
1217         * calc/calc-units.el (calc-quick-units): Fix overzealous
1218         s/or/unless/.
1220 2004-09-17  Jay Belanger  <belanger@truman.edu>
1222         * calc/calc.el (calc-mode-var-list): Fixed the value of
1223         `calc-matrix-brackets'.
1225 2004-09-17  Romain Francoise  <romain@orebokech.com>
1227         * ibuf-ext.el (define-ibuffer-filter filename):
1228         Expand dired-directory since buffer-file-name is absolute.
1230 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1232         * ediff-init.el (ediff-current-diff-face-A)
1233         (ediff-current-diff-face-B, ediff-current-diff-face-C)
1234         (ediff-current-diff-face-Ancestor)
1235         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1236         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1237         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1238         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1239         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1240         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1241         Use min-colors.
1243         * term.el (term-down): Perform vertical motion if DOWN is negative.
1244         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1245         (term-termcap-format): Synchronyze with the eterm terminfo entry
1246         in etc/e/eterm.ti.
1247         (term-handle-colors-array): If the current foreground or
1248         background are zero (i.e. unspecified), use the foreground and
1249         background of the default face for reverse video.
1250         (term-ansi-at-eval-string, term-ansi-default-fg)
1251         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1252         (term-mem): Delete ununsed function.
1253         (term-protocol-version): Increment.
1254         (term-current-face): Set to default.
1256 2004-09-15  Jay Belanger  <belanger@truman.edu>
1258         * calc/calc.el (calc-mode-var-list): Define this variable.
1259         (calc-always-load-extensions, calc-line-numbering)
1260         (calc-line-breaking, calc-display-just, calc-display-origin)
1261         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1262         (calc-group-char, calc-point-char, calc-frac-format)
1263         (calc-prefer-frac, calc-hms-format, calc-date-format)
1264         (calc-float-format, calc-full-float-format, calc-complex-format)
1265         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1266         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1267         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1268         (calc-matrix-brackets, calc-language, calc-language-option)
1269         (calc-left-label, calc-right-label, calc-word-size)
1270         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1271         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1272         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1273         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1274         (calc-window-height, calc-display-trail, calc-show-selections)
1275         (calc-use-selections, calc-assoc-selections)
1276         (calc-display-working-message, calc-auto-why, calc-timing)
1277         (calc-mode-save-mode, calc-standard-date-formats)
1278         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1279         (calc-user-parse-tables, calc-gnuplot-default-device)
1280         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1281         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1282         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1283         (calc-invocation-macro, calc-show-banner): Give these values as
1284         part of `calc-mode-var-list's initialization after the variables
1285         are declared with defvar.
1286         (calc-bug-address):  Changed email address to send bug
1287         reports to. Also changed the maintainer address at the top.
1288         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1289         than "\\.emacs" to determine if it is the user-init-file.
1291         * calc/calc-embed.el (calc-embedded-set-modes): Use
1292         `calc-mode-var-list' correctly.
1294 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
1296         * vc.el (annotate-time): Document point handling.
1297         (vc-annotate-display-autoscale): Doc fix.
1299 2004-09-15  Miles Bader  <miles@gnu.org>
1301         * generic.el (generic-make-keywords-list): Use symbol rather than
1302         word anchors in regexp.
1304 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1306         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1307         no file name consider `dired-directory'.
1309 2004-09-14  Kim F. Storm  <storm@cua.dk>
1311         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
1313 2004-09-14  Simon Josefsson  <jas@extundo.com>
1315         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1317         * textmodes/dns-mode.el: Add.
1319 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1322         (disabled-command-function): Make the ?\  char more obvious.
1324         * vc-arch.el (vc-arch-root, vc-arch-registered):
1325         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1327 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
1329         * windmove.el (windmove-frame-edges): Report coordinates of
1330         outside edges of frame, not inside edges.
1331         (windmove-coordinates-of-position): Convert into wrapper to new
1332         function `windmove-coordinates-of-window-position';
1333         `compute-motion' always applies to selected window.
1334         (windmove-coordinates-of-position): Update documentation to refer
1335         to Emacs 21 Lisp Reference Manual.
1336         (windmove-find-other-window): Fix off-by-one errors for max x,y.
1338 2004-09-13  Kim F. Storm  <storm@cua.dk>
1340         * isearch.el (isearch-resume-in-command-history): Rename from
1341         isearch-resume-enabled and change default to nil.
1343 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * vc-hooks.el (vc-ignore-dir-regexp): New var.
1346         (vc-registered): Use it.
1347         (vc-find-root): New fun.
1349         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1350         Don't tell to use \\{...} when it's already done.
1352         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1353         Provide a sample complex default.
1354         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1355         (bibtex-entry): Use mapc.
1357 2004-09-12  Kim F. Storm  <storm@cua.dk>
1359         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1361         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1362         inhibit-field-text-motion to t so rectangles work in comint buffers.
1364         * simple.el (choose-completion-string): Set buffer before running
1365         choose-completion-string-functions hook so it can be buffer-local.
1367 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
1369         * progmodes/compile.el (compilation-start): Parse command to see
1370         if it starts with a cd, and if so perform it for the *compilation*
1371         buffer.  Change the header to reflect this.
1373 2004-09-11  Kim F. Storm  <storm@cua.dk>
1375         * ido.el (ido-enable-dot-prefix): Doc fix.
1376         (ido-enable-dot-prefix): New defcustom.
1377         (ido-set-matches1): Use it.
1379 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1381         * textmodes/bibtex.el (bibtex-mark-active)
1382         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1384 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1386         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1387         used in a case insensitive environment.
1388         (bibtex-mode-map): Rearrange order of menus.
1389         (bibtex-quoted-string-re): Obsolete.
1390         (bibtex-complete-key-cleanup): Variable replaced by new function.
1391         (bibtex-font-lock-keywords): Use backquotes.
1392         (bibtex-font-lock-url-regexp): New internal variable.
1393         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1394         "OPT" and "ALT".
1395         (bibtex-insert-current-kill, bibtex-make-field)
1396         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1397         (bibtex-parse-field-text): Simplify.
1398         (bibtex-string=): New helper function.
1399         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1400         (bibtex-map-entries): Use bibtex-string=.
1401         (bibtex-search-entry): Use not.
1402         (bibtex-enclosing-field): Fix docstring.
1403         (bibtex-assoc-regexp): Obsolete.
1404         (bibtex-format-entry): Use assoc-string and bibtex-string=.
1405         (bibtex-autokey-get-names): Handle empty name field.
1406         (bibtex-parse-strings): Use assoc-string and unless.
1407         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1408         Use assoc-string.
1409         (bibtex-pop): Simplify.
1410         (bibtex-mode): Set font-lock-extra-managed-props.
1411         (bibtex-entry-update): Use assoc-string.
1412         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1413         (bibtex-autofill-entry): Use bibtex-string=.
1414         (bibtex-print-help-message): Simplify.
1415         (bibtex-find-entry): New optional arg START.
1416         (bibtex-validate): Use bibtex-string= and assoc-string.
1417         Do not call obsolete function compilation-parse-errors.
1418         (bibtex-remove-delimiters): Only remove delimiters if present.
1419         (bibtex-copy-entry-as-kill): Add docstring.
1420         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1421         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1422         (bibtex-complete): Use bibtex-predefined-month-strings,
1423         bibtex-string=, and new function bibtex-complete-key-cleanup.
1424         (bibtex-generate-url-list): New variable.
1425         (bibtex-url): New command bound to C-c C-l and mouse-2.
1426         (bibtex-url-map): New local keymap for bibtex-url-mouse.
1427         (bibtex-font-lock-url): New function.
1429 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1433 2004-09-09  Kim F. Storm  <storm@cua.dk>
1435         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1436         counter and format with binding.
1437         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
1438         the declared macro uses own macro counter and format.  Give symbol
1439         kmacro property.
1440         (kmacro-keymap): Bind kmacro-name-last-macro to n.
1441         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1442         (kmacro-end-and-call-macro): Doc fix.
1444 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
1446         * desktop.el (desktop-clear-preserve-buffers):
1447         Remove make-obsolete-variable.
1449 2004-09-08  Richard M. Stallman  <rms@gnu.org>
1451         * buff-menu.el (list-buffers-noselect): Call format-mode-line
1452         with the buffer as argument.
1454 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1458 2004-09-08  Juri Linkov  <juri@jurta.org>
1460         * replace.el (perform-replace): Use `query-replace-descr'.
1462         * cus-start.el (history-delete-duplicates): Specify customization.
1464         * diff-mode.el (diff-mode-map):
1465         * progmodes/compile.el (compilation-mode-map):
1466         * progmodes/grep.el (grep-mode-map):
1467         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1468         to `next-error-follow-minor-mode'.
1470 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1472         * isearch.el (isearch-lazy-highlight-update): Take into account
1473         the case of zero-length match at the search bound.
1475 2004-09-08  Kim F. Storm  <storm@cua.dk>
1477         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1478         change.  Use zero width overlays when necessary.
1480 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1482         * subr.el (split-string): Docfix.
1484 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1486         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1487         (display-call-tree): Ensure newline after caller/calls blocks.
1489 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1491         * startup.el (command-line-1): Make option
1492         --directory/-L modify `load-path' straight away.
1494 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1496         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1498 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1500         * emacs-lisp/autoload.el (make-autoload):
1501         Handle `define-compilation-mode'.
1503         * emacs-lisp/lisp-mode.el (define-compilation-mode):
1504         Specify `doc-string-elt' property.
1506 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1508         * bs.el (bs-mode): Doc fix.
1510 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1512         * info.el (Info-insert-dir): Fix temp buffer leak bug.
1514 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1516         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1518 2004-09-08  Kenichi Handa  <handa@m17n.org>
1520         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1521         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1522         ps-mule-next-point -> 1+).
1524         * composite.el (encode-composition-rule): Add autoload cooky.
1526 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
1528         * format.el (buffer-auto-save-file-format): Make it permanent local.
1530 2004-09-07  Kim F. Storm  <storm@cua.dk>
1532         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1533         (authors-fixed-entries): Fix typo.
1534         (authors-canonical-author-name): Compact multiple spaces.
1535         Ignore trivial names (e.g. only first name).
1537         * term.el (term-window-width): Only use full window width on
1538         window system if overflow-newline-into-fringe is enabled.
1539         (term-mode): Don't disable overflow-newline-into-fringe.
1541 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1543         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1544         motion as seen on my Mac OS X xterms.
1546         * newcomment.el (uncomment-region-default, comment-region-default):
1547         New functions extracted from uncomment-region and comment-region.
1548         (comment-region, comment-region-function, uncomment-region)
1549         (uncomment-region-function): Use them.
1551         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1553         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1554         It's not crucial but can make sense at times.
1556         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1557         the first commit.
1559         * vc.el (vc-buffer-context, vc-restore-buffer-context):
1560         Disable obsolete code.
1562 2004-09-07  Juri Linkov  <juri@jurta.org>
1564         * progmodes/grep.el (grep-highlight-matches): Change default from
1565         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
1566         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1567         if grep option `--color' is available, or to `nil' otherwise.
1568         (grep-process-setup): Call `grep-compute-defaults' if
1569         `grep-highlight-matches' is not computed.  Set env-vars only
1570         if `grep-highlight-matches' is `t'.
1571         (grep-use-null-device): Remove redundant type `boolean' (`choice'
1572         is already defined).
1574         * progmodes/compile.el (compilation-start): Use copy of
1575         `process-environment' created by `copy-sequence' to not
1576         modify env-vars in the global `process-environment'.
1578 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
1580         * simple.el (next-error-follow-minor-mode): Fix last change.
1582 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
1584         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1585         permanent local.
1587 2004-09-04  Richard M. Stallman  <rms@gnu.org>
1589         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1590         highlighting if the search string is empty.
1592 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
1594         * facemenu.el (facemenu-active-faces): Change condition of inner
1595         `while' loop to also check the first two elements of `face-atts'
1596         and `mask-atts'.
1598 2004-09-04  John Paul Wallington  <jpw@gnu.org>
1600         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1601         (thumbs-view-image-mode): Make buffer read-only.
1603 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
1605         * textmodes/ispell.el (ispell-really-aspell): New defvar.
1606         (ispell-check-version): Set it.
1607         (ispell-send-replacement): New function.
1608         (ispell-process-line): Call ispell-send-replacement.
1610 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
1612         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1613         Support choosing seconds with "s".
1615 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
1617         * terminal.el (te-escape): Show `?' in prompt for help key.
1619 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
1621         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1623 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1625         * simple.el (next-error-follow-minor-mode)
1626         (next-error-follow-mode-post-command-hook): New functions.
1627         (next-error-follow-last-line): New defvar.
1629         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1630         * progmodes/compile.el (compilation-mode-map): Likewise.
1631         * progmodes/grep.el (grep-mode-map): Likewise.
1632         * replace.el (occur-mode-map): Likewise.
1634         * newcomment.el (uncomment-region): Bind comment-use-global-state
1635         to nil.
1637 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
1639         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
1640         locally around the call to `revert-buffer'.
1642 2004-09-03  Juri Linkov  <juri@jurta.org>
1644         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
1645         `isearch-adjusted' to `t'.
1646         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
1647         (isearch-message-prefix): Add "pending" for isearch-adjusted.
1648         (isearch-other-meta-char): Restore isearch-point unconditionally.
1649         (isearch-query-replace): Add new arg `regexp-flag' and use it.
1650         Set point to start of match if region is not active in transient
1651         mark mode (to include the current match to region boundaries).
1652         Push the search string to `query-replace-from-history-variable'.
1653         Add prompt "Query replace regexp" for isearch-regexp.
1654         Add region beginning/end as last arguments of `perform-replace.'
1655         (isearch-query-replace-regexp): Replace code by the call to
1656         `isearch-query-replace' with arg `t'.
1658 2004-09-03  Richard M. Stallman  <rms@gnu.org>
1660         * startup.el (normal-top-level): Undo previous TERM change.
1662 2004-09-03  Kim F. Storm  <storm@cua.dk>
1664         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
1665         highlight overlays; allow using RET when cursor is over a button.
1666         (cua--highlight-rectangle): Use it.
1667         (cua--rectangle-set-corners): Don't move backwards at eol.
1668         (cua--forward-line): Don't move into void after eob.
1670         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
1671         point is set (and displayed) inside rectangle.
1672         (cua--rectangle-operation): Fix for highlight of empty lines.
1673         (cua--highlight-rectangle): Fix highlight for tabs.
1674         Position cursor at left/right edge of rectangle using new `cursor'
1675         property on overlay strings.
1676         (cua--indent-rectangle): Don't tabify.
1677         (cua-rotate-rectangle): Ignore that point has moved.
1679 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1681         * term/mac-win.el: Add ASCII equivalents for some function keys.
1682         (mode-line-frame-identification): Sync with x-win.el.
1684 2004-09-02  Juri Linkov  <juri@jurta.org>
1686         * progmodes/compile.el (compilation-buffer-name): Compare major
1687         mode with second element of compilation-arguments instead of third
1688         to reflect latest changes in compilation-arguments structure.
1689         (recompile): Use global variable `compilation-directory' to get
1690         recent compilation directory only when `recompile' is invoked NOT
1691         in the compilation buffer.  Otherwise, use `default-directory' of
1692         the compilation buffer.
1693         (compilation-error-properties): Allow to funcall col and end-col.
1694         (compilation-mode-font-lock-keywords): Check col and end-col by
1695         `integerp'.
1696         (compilation-goto-locus): If end-mk is non-nil in transient mark
1697         mode don't activate the mark (and don't display message in
1698         push-mark), but highlight overlay between mk and end-mk.
1700         * progmodes/grep.el (grep-highlight-matches): New defcustom.
1701         (grep-regexp-alist): Add rule to highlight grep matches.
1702         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
1704         * info.el (Info-fontify-node): Don't compute other-tag
1705         if Info-hide-note-references=hide.
1707         * help.el (function-called-at-point):
1708         * help-fns.el (variable-at-point):
1709         Try `find-tag-default' when other methods failed.
1711         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1712         Do not push mark if inhibit-mark-movement is non-nil.
1714         * textmodes/ispell.el (ispell-html-skip-alists):
1715         Fix backslashes in docstring.
1717 2004-09-01  Juri Linkov  <juri@jurta.org>
1719         * isearch.el (isearch-wrap-function)
1720         (isearch-push-state-function): New defvars.
1721         (isearch-pop-fun-state): New defsubst.
1722         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
1723         (isearch-push-state): Set the result of calling
1724         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
1725         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
1726         restore the mode-specific starting point of terminated search.
1727         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
1728         (isearch-repeat): Call `isearch-wrap-function' if defined.
1729         (isearch-message-prefix): Don't add prefix "over" to the message
1730         for wrapped search if `isearch-wrap-function' is defined.
1731         (isearch-search): Call function saved in `isearch-pop-fun-state' to
1732         restore the mode-specific starting point of failed search.
1734         * info.el (Info-search-whitespace-regexp): Fix backslashes.
1735         (Info-search): Add new optional arguments for the sake of isearch.
1736         Replace whitespace in Info-search-whitespace-regexp literally.
1737         Add backward search.  Don't call `Info-select-node' if regexp is
1738         found in the same Info node.  Don't add node to Info-history for
1739         wrapped isearch.
1740         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
1741         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
1742         (Info-mode): Set local variables `isearch-search-fun-function',
1743         `isearch-wrap-function', `isearch-push-state-function',
1744         `search-whitespace-regexp'.
1746         * isearch.el: Remove ancient Change Log section.
1747         (isearch-string, isearch-message-string, isearch-point)
1748         (isearch-success, isearch-forward-flag, isearch-other-end)
1749         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1750         (isearch-barrier, isearch-within-brackets)
1751         (isearch-case-fold-search): Add suffix `-state' to state-related
1752         defsubsts to avoid name clashes with other function names.
1754         * simple.el (next-error): New defgroup and defface.
1755         (next-error-highlight, next-error-highlight-no-select):
1756         New defcustoms.
1757         (next-error-no-select): Let-bind next-error-highlight to the value
1758         of next-error-highlight-no-select before calling `next-error'.
1760         * progmodes/compile.el (compilation-goto-locus):
1761         Use `next-error' face instead of `region'.  Set 4-th argument of
1762         `move-overlay' to `current-buffer' to move overlay to different
1763         source buffers.  Use new variable `next-error-highlight'.
1765         * simple.el (next-error-find-buffer): Move the rule
1766         "if current buffer is a next-error capable buffer" after the
1767         rule "if next-error-last-buffer is set to a live buffer".
1768         Simplify to test all rules in one `or'.
1769         (next-error): Doc fix.
1770         (next-error, previous-error, first-error)
1771         (next-error-no-select, previous-error-no-select):
1772         Make arguments optional.
1774 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
1776         * macros.el (apply-macro-to-region-lines): Make it operate on all
1777         lines that begin in the region, rather than on all complete lines
1778         in the region.
1780 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1782         * x-dnd.el (x-dnd-protocol-alist): Document update.
1783         (x-dnd-known-types): Defcustom it.
1784         (x-dnd-handle-motif): Print message-atom in error message.
1786 2004-08-30  John Paul Wallington  <jpw@gnu.org>
1788         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
1789         strings rather than programatically constructing message.
1791 2004-08-30  Richard M. Stallman  <rms@gnu.org>
1793         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
1794         Don't return a string that would read as the wrong character code.
1796 2004-08-29  Kim F. Storm  <storm@cua.dk>
1798         * emulation/cua-base.el (cua-auto-expand-rectangles):
1799         Remove automatic rectangle padding feature; replace by non-destructive
1800         virtual rectangle edges feature.
1801         (cua-virtual-rectangle-edges): New defcustom.
1802         (cua-auto-tabify-rectangles): New defcustom.
1803         (cua-paste): If paste into a marked rectangle, insert rectangle at
1804         current column, even if virtual; also paste exactly as many lines
1805         as has been marked (ignore additional lines or add empty lines),
1806         but paste whole source if only one line is marked.
1807         (cua--update-indications): No longer use overwrite-cursor to
1808         indicate rectangle padding
1810         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
1811         (cua--rectangle-virtual-edges): New defun.
1812         (cua--rectangle-get-corners): Remove optional PAD arg.
1813         (cua--rectangle-set-corners): Never do padding.
1814         (cua--forward-line): Remove optional PAD arg.  Simplify.
1815         (cua-resize-rectangle-right, cua-resize-rectangle-left)
1816         (cua-resize-rectangle-down, cua-resize-rectangle-up):
1817         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1818         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1819         (cua--rectangle-move): Never do padding.  Simplify.
1820         (cua--tabify-start): New defun.
1821         (cua--rectangle-operation): Add tabify arg.  All callers changed.
1822         (cua--pad-rectangle): Remove.
1823         (cua--delete-rectangle): Handle delete with virtual edges.
1824         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1825         (cua--insert-rectangle): Handle insert at virtual column.
1826         Perform auto-tabify if necessary.
1827         (cua--activate-rectangle): Remove optional FORCE arg.
1828         Never do padding.  Simplify.
1829         (cua--highlight-rectangle): Enhance for virtual edges.
1830         (cua-toggle-rectangle-padding): Remove command.
1831         (cua-toggle-rectangle-virtual-edges): New command.
1832         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
1833         (cua--rectangle-post-command): Don't force rectangle padding.
1834         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
1836 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
1838         * indent.el (edit-tab-stops-buffer): Doc fix.
1840 2004-08-28  Richard M. Stallman  <rms@gnu.org>
1842         * progmodes/grep.el (grep-default-command): Use find-tag-default.
1843         (grep-tag-default): Function deleted.
1845         * subr.el (find-tag-default): Moved from etags.el.
1847         * progmodes/etags.el (find-tag-default): Moved to subr.el.
1849         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1850         into the basic character if it has an uppercase form.
1852 2004-08-27  Kenichi Handa  <handa@m17n.org>
1854         * international/utf-8.el (utf-8-post-read-conversion): If the
1855         buffer is unibyte, temporarily make it multibyte.
1857 2004-08-27  Masatake YAMATO  <jet@gyve.org>
1859         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1861 2004-08-25  John Paul Wallington  <jpw@gnu.org>
1863         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1864         0, 1, and many mismatches in message.
1865         (tex-start-shell): Use `set-process-query-on-exit-flag'.
1867         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1868         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1870 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1873         vc-diff-switches differently.
1875 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
1877         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1878         before and a real defvar after
1879         `speedbar-supported-extension-expressions'.  This is to silence
1880         the compiler without breaking bootstrapping.
1882 2004-08-22  Richard M. Stallman  <rms@gnu.org>
1884         * textmodes/flyspell.el (flyspell-word):
1885         Use set-process-query-on-exit-flag.
1886         (flyspell-highlight-duplicate-region): Take POSS as arg.
1887         (flyspell-word): Pass POSS as arg.
1889         * progmodes/ada-xref.el: Many doc and style fixes.
1890         (ada-find-any-references): Use compilation-start.
1891         (ada-get-ali-file-name): Improve error msg.
1892         (ada-get-ada-file-name): Likewise.
1894         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1895         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1897         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1898         Add forward defvar.
1900         * whitespace.el (global-whitespace-mode): New alias
1901         for whitespace-global-mode.
1903         * speedbar.el (speedbar-file-regexp): Definition moved up.
1904         (speedbar-mode, speedbar-set-mode-line-format):
1905         Use with-no-warnings.
1906         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1908         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1909         controls whether to display the error buffer.
1911         * ps-mule.el: Delete compatibility code for old Emacses.
1912         (ps-mule-find-wrappoint): Don't use chars-in-region.
1914         * frame.el (display-mouse-p, display-selections-p):
1915         Use with-no-warnings.
1917         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
1919 2004-08-22  David Kastrup  <dak@gnu.org>
1921         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
1922         information.
1924         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
1926 2004-08-22  Andreas Schwab  <schwab@suse.de>
1928         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
1930 2004-08-22  Masatake YAMATO  <jet@gyve.org>
1932         * cvs-status.el (cvs-status-checkout): New function.
1933         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
1935 2004-08-21  David Kastrup  <dak@gnu.org>
1937         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
1938         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
1939         has been converted to use hashtables, the relation `nil=none' is
1940         no longer valid, as `nil' is not a hashtable.  This patch tries to
1941         reduce the number of resulting errors.
1943 2004-08-21  John Paul Wallington  <jpw@gnu.org>
1945         * subr.el (process-kill-without-query): Made obsolete in
1946         version 21.4, not 21.5.
1948         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
1949         (vc-previous-comment, vc-next-comment)
1950         (vc-comment-search-reverse, vc-comment-search-forward)
1951         (vc-comment-to-change-log): Likewise.
1953         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
1955 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
1957         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1958         Correct indentation of DEFMETHODS with non-standard method
1959         combinations (e.g., PROGN, MIN, MAX).
1961 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1963         * startup.el (normal-top-level-add-subdirs-to-load-path):
1964         Avoid unnecessarily checking system-type.
1965         (normal-top-level): Set TERM to "dumb".  Simplify.
1967         * avoid.el (mouse-avoidance-ignore-p): New fun.
1968         Also ignore switch-frame, select-window, double, and triple clicks.
1969         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
1970         (mouse-avoidance-fancy-hook): Use it.
1972 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
1974         * avoid.el (mouse-avoidance-nudge-mouse)
1975         (mouse-avoidance-banish-destination): Stay within the current window
1976         to avoid problems with mouse-autoselect-window.
1978 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
1981         the newer format of some messages in cvs-1.12.1.
1983 2004-08-19  Masatake YAMATO  <jet@gyve.org>
1985         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
1986         (elp-results-jump-to-definition-by-mouse)
1987         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
1988         (elp-output-result): Use elp-output-insert-symname.
1990 2004-08-18  Kenichi Handa  <handa@m17n.org>
1992         * language/cyrillic.el: Register koi8-r in
1993         ctext-non-standard-encodings-alist.
1994         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
1996 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
1998         * emacs-lisp/copyright.el (copyright-update-year): Delete code
1999         that replaces 20xy with xy.
2001 2004-08-17  John Paul Wallington  <jpw@gnu.org>
2003         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2004         (reb-force-update): Doc fix.
2006 2004-08-16  Richard M. Stallman  <rms@gnu.org>
2008         * progmodes/which-func.el (which-func-update-1): Doc fix.
2010         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2011         (sh-mode-abbrev-table): New variable.
2013         * progmodes/compile.el (compilation-mode): Doc fix.
2015         * emacs-lisp/lisp-mode.el (eval-last-sexp):
2016         Don't cons a new symbol each time.
2017         (eval-last-sexp-fake-value): New variable.
2019         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2020         (copyright-update-year): Detect continuation of list of years.
2022         * term.el (term-default-fg-color, term-default-bg-color)
2023         (ansi-term-color-vector): Use `unspecified', not nil, as default.
2025         * imenu.el: Several doc fixes: don't say variables are buffer-local.
2027 2004-08-16  Davis Herring <herring@lanl.gov>
2029         * isearch.el (isearch-string, isearch-message-string, isearch-point)
2030         (isearch-success, isearch-forward-flag, isearch-other-end)
2031         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2032         (isearch-barrier, isearch-within-brackets)
2033         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2035 2004-08-16  Kenichi Handa  <handa@m17n.org>
2037         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2039 2004-08-15  Kenichi Handa  <handa@m17n.org>
2041         * term/x-win.el (x-selection-value): If utf8 was successful but
2042         ctext was not, use utf8 string.
2044 2004-08-14  Davis Herring  <herring@lanl.gov>
2046         * isearch.el: Remove accidental changes of March 4.  Fix backing
2047         up when a regexp isearch is made more general.  Use symbolic
2048         accessor functions for isearch stack frames to make usage clearer.
2049         (search-whitespace-regexp): Made groups in documentation shy (as
2050         is the group in the default value).
2051         (isearch-fallback): New function, addresses problems with regexps
2052         liberalized by `\|', adds support for liberalization by `\}' (the
2053         general repetition construct), and incorporates behavior for
2054         `*'/`?'.
2055         (isearch-}-char): New command, calls `isearch-fallback' with
2056         arguments appropriate to a typed `}'.
2057         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2058         appropriately.
2059         (isearch-mode-map): Bind `}' to `isearch-}-char'.
2060         (isearch-string, isearch-message,string, isearch-point)
2061         (isearch-success, isearch-forward-flag, isearch-other-end)
2062         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2063         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2064         New inline functions to read fields of a stack frame.
2066 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
2068         * battery.el (battery-linux-proc-acpi): Look into battery
2069         directories matching the literal string "CMB", too (required for
2070         Linux kernel version 2.6.7).
2072 2004-08-14  John Paul Wallington  <jpw@gnu.org>
2074         * cus-start.el (read-file-name-completion-ignore-case): Add.
2075         (blink-cursor-alist): Change version to "21.4".
2077         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2079 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
2081         * speedbar.el (speedbar-scan-subdirs): New option.
2082         (speedbar-file-lists): Don't ignore file-name case on Unix and use
2083         dolist.
2084         (speedbar-insert-files-at-point): Take an extra argument and use
2085         it to optionally find out if a subdir is empty.  Also unreadable
2086         files don't get expand buttons.
2087         (speedbar-directory): New image (unused pixmap already existed).
2088         (speedbar-expand-image-button-alist): Use it.
2090 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
2092         CC Mode update to 5.30.9:
2094         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2095         Move from cc-vars to cc-defs for dependency reasons.  Fix the
2096         POSIX char class test to check that it works in
2097         `skip-chars-(forward|backward)' too.
2099         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2100         first argument starts with a special brace list.
2102         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2103         when `c-opt-type-concat-key' is used (i.e. in Pike).
2105         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2106         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2107         >)".
2109         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2110         whitespace safe.
2112         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2113         position for `arglist-intro', `arglist-cont-nonempty' and
2114         `arglist-close' when there are two arglist open parens on the same
2115         line and there's nothing in front of the first.
2117         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2118         locking of qualified names in Java, which previously could fontify
2119         common indexing expressions in many cases.  The standard Java
2120         naming conventions are used to tell them apart.
2122         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2123         Fix inconsistency wrt opening parens on the first line inside a paren
2124         block.
2126         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2127         compile time for the sake of `c-major-mode-is'.
2129         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2130         `c-major-mode-is' in the event that this is used inside a
2131         `c-lang-defconst'.
2133         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2134         `c-lang-defconst' so that it works better with fallback languages.
2136         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2137         it to fail to record the base mode.
2139         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2140         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2141         is used.  Reordered the syntax checks to get more efficient
2142         skipping in some situations.
2144         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2145         continuation which might precede the newly inserted '{'.
2147         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2148         Fix cases where it could loop indefinitely.
2150         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2151         size specs correctly.  Only fontify identifiers in front of '('
2152         with as functions - don't accept any paren char.  Tightened up
2153         initializer skipping to stop before function and class blocks.
2155         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2156         the point could be left directly after an open paren when finding
2157         the beginning of the first decl in the block.
2159         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2160         table when filtering out legitimate open parens to be recorded.
2161         This could cause cache inconsistencies when e.g.
2162         `c++-template-syntax-table' was temporarily in use.
2164         * progmodes/cc-engine.el (c-on-identifier)
2165         (c-simple-skip-symbol-backward): Small fix for handling "-"
2166         correctly in `skip-chars-backward'.  Affected the operator lfun
2167         syntax in Pike.
2169         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2170         Fix bug that could cause an error from `after-change-functions' when
2171         the changed region is at bob.
2173 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
2175         CC Mode update to 5.30.9:
2177         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2178         to say that <TAB> doesn't insert WS into a CPP line.
2179         (c-indent-command, c-tab-always-indent): Amend doc strings.
2181         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2182         checks for user errors, thus eliminating cryptic and unhelpful
2183         Emacs error messages.  (1) Check the arg to `c-set-style' is a
2184         string.  (2) Check that settings to `c-offsets-alist' are not
2185         spuriously quoted.
2187         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2188         which precedes the newly inserted `{'.
2190 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
2192         Sync with Tramp 2.0.44.
2194         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2195         function "tramp_file_attributes".  Otherwise, file names
2196         containing spaces are misinterpreted.  Reported by Magnus Henoch
2197         <mange@freemail.hu>.
2198         (tramp-handle-file-truename): FILENAME must be expanded first.
2199         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2200         obscure results.  Reported by D. Goel <deego@gnufans.org>.
2201         (tramp-handle-verify-visited-file-modtime): If file does not
2202         exist, say it is not modified if and only if that agrees with the
2203         buffer's record.  Check whether a file is visiting the buffer, or
2204         the buffer has no recorded last modification time.  Return t in
2205         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
2206         <teirllm@auburn.edu>.
2207         (tramp-handle-write-region): Pass modtime explicitely to
2208         `set-visited-file-modtime', because filename can be different
2209         from (buffer-file-name) if `file-precious-flag' is set.
2210         `set-visited-file-modtime' must be called always when `visit' is t
2211         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2212         (tramp-handle-set-visited-file-modtime): If `time-list' is not
2213         nil, don't apply the whole body.  If the file doesn't exists, set
2214         modtime to '(-1 65535).  Suggested by Luc Teirlinck
2215         <teirllm@auburn.edu>.
2217 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2219         * help.el (describe-bindings): Doc fix.
2221         * subr.el (kbd): Doc fix.
2223 2004-08-08  John Paul Wallington  <jpw@gnu.org>
2225         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2226         instead of `string-to-int'.
2227         (define-ibuffer-column mode): Fix indentation.
2229 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
2231         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2233 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2235         * subr.el (global-unset-key, local-unset-key): Doc fixes.
2237         * novice.el (disabled-command-function): New variable renamed from
2238         `disabled-command-hook'.
2239         (disabled-command-hook): Keep the _variable_ as alias for
2240         `disabled-command-function' and make obsolete.
2241         (disabled-command-function): Function renamed from
2242         `disabled-command-hook'.  Adapt code to name change of the variable.
2244 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
2246         * simple.el (completion-root-regexp): New defvar.
2247         (completion-setup-function): Use it instead of a literal string.
2249 2004-08-07  John Paul Wallington  <jpw@gnu.org>
2251         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2252         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2253         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2254         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2256 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2258         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2259         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2261 2004-08-04  Kenichi Handa  <handa@m17n.org>
2263         * international/encoded-kb.el (encoded-kbd-setup-keymap):
2264         Fix previous change.
2266 2004-08-03  Kenichi Handa  <handa@m17n.org>
2268         * international/encoded-kb.el: The following changes are to
2269         utilize key-translation-map instead of minor mode map.
2270         (encoded-kbd-iso2022-non-ascii-map): Delete it.
2271         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2272         (encoded-kbd-last-key): New function.
2273         (encoded-kbd-iso2022-single-shift): New function.
2274         (encoded-kbd-iso2022-designation)
2275         (encoded-kbd-self-insert-iso2022-7bit)
2276         (encoded-kbd-self-insert-iso2022-8bit)
2277         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2278         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2279         key-translation-map.
2280         (encoded-kbd-setup-keymap): Setup key-translation-map.
2281         (saved-key-translation-map): New variable.
2282         (encoded-kbd-mode): Save/restore key-translation-map.
2283         Adjust for the change of encoded-kbd-setup-keymap.
2285 2004-08-02  Kim F. Storm  <storm@cua.dk>
2287         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2288         and call compute-motion with nil for topos and width to get proper
2289         usable width and height for both window and non-window systems.
2291         * windmove.el (windmove-coordinates-of-position): Let compute-motion
2292         calculate usable window width and height.
2294         * window.el (window-buffer-height): Call compute-motion with nil width.
2296 2004-08-01  David Kastrup  <dak@gnu.org>
2298         * replace.el (query-replace-read-from):
2299         Use `query-replace-compile-replacement'.
2300         (query-replace-compile-replacement): New function.
2301         (query-replace-read-to): Use `query-replace-compile-replacement'
2302         for repeating the last command.
2304 2004-08-01  John Paul Wallington  <jpw@gnu.org>
2306         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2307         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2308         (pr-switches): Remove period from end of error messages.
2310         * help-mode.el (help-go-back): Likewise.
2312         * abbrev.el (only-global-abbrevs): Doc fix.
2313         (edit-abbrevs-map): Define within defvar.
2314         (quietly-read-abbrev-file): Doc fix.
2316 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
2318         * novice.el (enable-command, disable-command): Doc fixes.
2320         * subr.el (event-modifiers, event-basic-type): Doc fixes.
2322 2004-07-30  Richard M. Stallman  <rms@gnu.org>
2324         * subr.el (with-local-quit): Doc fix.
2326 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
2328         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2330 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
2332         * custom.el (defcustom): Doc fix.
2334 2004-07-28  Masatake YAMATO  <jet@gyve.org>
2336         * progmodes/etags.el (etags-tags-apropos): Show building progress.
2338 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * imenu.el (imenu-prev-index-position-function)
2341         (imenu-extract-index-name-function, imenu-name-lookup-function)
2342         (imenu--index-alist): Docstring redundancy fix.
2344 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
2346         * wdired.el (wdired-finish-edit): Require dired-aux before locally
2347         binding dired-backup-overwrite.
2349 2004-07-25  John Paul Wallington  <jpw@gnu.org>
2351         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2353 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2355         * term/tty-colors.el (tty-color-approximate): Doc fix.
2357         * select.el (x-get-selection, x-set-selection): Doc fixes.
2359         * frame.el (make-frame): Doc fix.
2361 2004-07-24  Richard M. Stallman  <rms@gnu.org>
2363         * mail/rmail.el (rmail-mime-charset-pattern):
2364         Don't include semicolon in the charset value.
2366         * replace.el (occur-next-error): Call set-window-point.
2367         (occur-engine): Handle negative NLINES.
2369 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
2371         * frame.el (modify-all-frames-parameters): Minor doc fix.
2372         (set-frame-configuration): Doc fix.
2374 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2376         * simple.el (completion-setup-function): Compute the common parts
2377         and the first difference place correctly when
2378         partial-completion-mode is on.
2380 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2382         * ps-print.el: Doc fix.
2383         (ps-print-version): New version 6.6.5.
2384         (ps-printing-region): Doc fix.
2385         (ps-generate-string-list): Comment fix.
2386         (ps-message-log-max): Code fix.
2388 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2390         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2391         generated PostScript.
2393 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
2395         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
2396         with Gnus v5_10 branch.)
2398 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2400         * calendar/time-date.el (time-to-number-of-days): New function.
2401         Imported from from Gnus.
2403 2004-07-22  Kim F. Storm  <storm@cua.dk>
2405         * progmodes/make-mode.el: Fix comments.
2407 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2409         * printing.el: Doc fix.
2411 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
2413         * frame.el (modify-all-frames-parameters): Minor doc fix.
2415 2004-07-20  Richard M. Stallman  <rms@gnu.org>
2417         * textmodes/fill.el (fill-nobreak-p): If this break point is
2418         at the end of the line, don't consider the newline which follows
2419         as a reason to return t.
2421 2004-07-19  John Paul Wallington  <jpw@gnu.org>
2423         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2425 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
2427         * dired-aux.el (dired-do-kill-lines): Expand docstring.
2428         Delete irrelevant code.
2430 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2432         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2433         New docstring.  From Luc Teirlinck.
2435 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
2437         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2438         section.
2439         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2440         non-file buffers.  We know it is nil.
2442 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2444         Sync with Tramp 2.0.43.
2446         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2447         Remove outdated comment.
2448         (tramp-locked, tramp-locker): New variables for implementing a
2449         global lock.
2450         (tramp-sh-file-name-handler): Use them to implement the global lock.
2452 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
2454         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
2455         calls to respective `xxx` calls.
2456         (tramp-process-alive-regexp): Precise doc string.
2457         (tramp-multi-action-process-alive): New defun.
2458         (tramp-multi-actions): Use it.
2459         (tramp-handle-find-backup-file-name): `copy-tree' is available
2460         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
2461         in order to avoid this function.
2462         (tramp-handle-write-region): Set current buffer.  If connection
2463         wasn't open, `file-modes' has changed it accidently.  Reported by
2464         David Kastrup <dak@gnu.org>.
2465         (tramp-enter-password, tramp-read-passwd): New arguments USER and
2466         HOST.
2467         (tramp-action-password, tramp-multi-action-password): Apply it.
2468         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2469         name must still contain the port number.  Otherwise, we have two
2470         Tramp buffers, with all the confusion.  Reported by Myron Selby
2471         <myron@xytech.com> and Rolf Dubitzky
2472         <Dubitzky@physi.uni-heidelberg.de>.
2474         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2475         HOST to `tramp-enter-passwd'.
2477         * net/tramp-vc.el (all): Code cleanup.  Change all
2478         `tramp-handle-xxx' calls to respective `xxx` calls.
2480 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
2482         * emacs-lisp/testcover.el: New category "potentially-1valued" for
2483         functions that are not erroneous if either 1-valued or
2484         multi-valued.  Detect functions in this class.
2485         (testcover-1value-functions, testcover-compose-functions)
2486         (testcover-progn-functions) Added some additional functions to lists.
2487         (testcover-mark): Bugfix when marking up the definition for an
2488         empty function.
2490 2004-07-17  Richard M. Stallman  <rms@gnu.org>
2492         * replace.el (occur-read-primary-args): Pass default to
2493         read-from-minibuffer.
2495         * mail/footnote.el (footnote-section-tag): Use defcustom.
2497         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2498         Compile font-lock-keywords, not KEYWORDS.
2499         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2500         Add warn, check-type.  Handle cerror like error.
2502 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2504         * progmodes/which-func.el (which-func-keymap): New var.
2505         (which-func-face): New face.
2506         (which-func-format): Use them.
2508 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2510         * buff-menu.el (list-buffers-noselect): Append the buffer's
2511         process status to its mode name.
2513 2004-07-16  Kim F. Storm  <storm@cua.dk>
2515         * simple.el (inhibit-mark-movement): New defvar.
2516         (beginning-of-buffer, end-of-buffer): Do not push mark if
2517         inhibit-mark-movement is non-nil or C-u prefix is given.
2519         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2520         Init to beginning-of-buffer and end-of-buffer.
2521         (cua--undo-push-mark): New defvar.
2522         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2523         already active and command is in cua--preserve-mark-commands.
2524         Also fix check for shift modifier on non-window systems.
2525         (cua--post-command-handler): Clear inhibit-mark-movement if set.
2527 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
2529         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2530         of two integers, instead of a cons.
2532         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2533         `visited-file-modtime' now returns a list of two integers, instead
2534         of a cons.
2536         * dired.el (dired-directory-changed-p): Ditto.
2538         * progmodes/grep.el (grep): Doc fix.
2540 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2542         * autorevert.el (auto-revert-tail-mode)
2543         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2544         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2545         in both at the same time.
2546         (auto-revert-tail-mode): New command.
2547         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2548         (auto-revert-handler): Revert only either tail or whole file.
2550         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2551         add auto-revert-tail-mode.
2553 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2555         * printing.el: Doc fix.  Change name of some funs.
2556         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
2557         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
2558         (pr-standard-file-name): New fun.  Replace pr-standard-path.
2559         (pr-call-process): Code fix.
2561 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
2563         * subr.el (with-selected-window): Doc fix.
2565 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2567         * subr.el (get-buffer-window-list): Doc fix.
2569 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2571         * files.el (switch-to-buffer-other-window): Doc fix.
2573         * window.el (save-selected-window, one-window-p)
2574         (split-window-keep-point, split-window-vertically)
2575         (split-window-horizontally): Doc fixes.
2577 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2579         * printing.el: Doc fix.  Now it uses call-process instead of
2580         shell-command for low command execution.
2581         (pr-version): New version number (6.8).
2582         (pr-shell-file-name): Option removed.
2583         (pr-shell-command): Fun removed.
2584         (pr-call-process): New fun.  Replace pr-shell-command.
2585         (pr-standard-path, pr-remove-nil-from-list): New funs.
2586         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2587         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2588         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2589         (pr-ps-utility-process, pr-txt-print): Code fix.
2591 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2593         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2594         boolean.
2596 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
2598         * wid-edit.el (widget-field-buffer): Doc fix.
2600 2004-07-09  John Paul Wallington  <jpw@gnu.org>
2602         * emacs-lisp/re-builder.el (reb-update-overlays):
2603         Distinguish between one and several matches in message.
2605 2004-07-09  Richard M. Stallman  <rms@gnu.org>
2607         * mouse.el (mouse-set-region-1): If transient-mark-mode
2608         is `identity', change it to `only'.
2610         * simple.el (current-word): Doc fix.
2612 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
2614         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2615         so that it is more understanding of whitespace.
2617         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2618         form
2619         (("ns" . "element") (attr-list) children) instead of
2620         ((:ns . "element") (attr-list) children) in order to reduce the
2621         number of symbols used.
2622         (xml-skip-dtd): Change to use xml-parse-dtd but set
2623         xml-validating-parsing to nil.
2624         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2625         (xml-substitute-entity): Remove in favor of new entity substitution.
2626         (xml-substitute-special): Rewrite in to substitute complex
2627         entities from DOCTYPE declarations.
2628         (xml-parse-fragment): Parse fragments from entity deleclarations.
2629         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2630         (xml-parse-dtd, xml-substitute-special): Make validity checks
2631         conditioned on xml-validating-parser.  Add "Not Well Formed" to
2632         error messages about well-formedness.
2634 2004-07-08  Steven Tamm  <steventamm@mac.com>
2636         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2637         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2638         Do not treat double clicks and triple clicks specially in the
2639         scroll bar (preventing strange repositioning problems)
2641 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2643         * replace.el (query-replace-regexp-eval): Fix last change.
2645 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2647         * replace.el (query-replace-descr): New fun.
2648         (query-replace-read-from, query-replace-read-args): Default to the
2649         previous from&to.
2650         (query-replace-read-to): Quote the `from' string when displaying it.
2651         (query-replace-regexp-eval): Immediately check read-only status.
2652         Use query-replace-read-from to get the \n checking.
2653         Quote the `from' string when displaying it.
2654         (map-query-replace-regexp, occur-read-primary-args):
2655         Quote the `from' string when displaying it.
2657         * isearch.el (isearch-query-replace): Pass the regexp-ness and
2658         delimited-ness of the search to query-replace.
2660         * replace.el (query-replace-read-from, query-replace-read-to):
2661         New funs extracted from query-replace-read-args.
2662         (query-replace-read-args): Use them.
2664         * replace.el (query-replace-interactive, query-replace-read-args):
2665         Remove the `initial' special value.
2666         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
2667         (occur-engine): Remove unused var `matchend'.
2669         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2670         Use the search string without prompting.
2672 2004-07-05  Kenichi Handa  <handa@m17n.org>
2674         * international/mule.el (decode-coding-inserted-region):
2675         Set last-coding-system-used only when coding is nil.
2677 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
2679         * progmodes/grep.el (grep-compute-defaults, grep-command)
2680         (grep-program, find-program, grep-find-use-xargs, grep-history)
2681         (grep-find-history, grep-tag-default, grep-find-command)
2682         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
2683         Add autoload cookies, for unbundled packages that load `compile'
2684         and expect all grep-related symbols to become defined.
2686 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
2688         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
2689         (iimage-mode-image-search-path): New user option to search the
2690         image file.
2691         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
2692         have locate-file.
2693         (iimage-mode-buffer): Use it.
2695 2004-07-03  Nick Roberts  <nickrob@gnu.org>
2697         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
2698         carefully.
2699         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2701 2004-07-03  Juri Linkov  <juri@jurta.org>
2703         * replace.el (query-replace-read-args): Swallow space after 'foo,
2704         not after (quote foo).  Match space only immediately after symbol,
2705         not anywhere in the whole string.
2707 2004-07-02  Richard M. Stallman  <rms@gnu.org>
2709         * replace.el (query-replace-read-args): Swallow space after
2710         symbols, not after closeparens.  But avoid error if string ends there.
2712         * progmodes/python.el (python-beginning-of-statement):
2713         Exit the loop if backward-up-list gets error.
2715         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
2717 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
2719         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
2720         only if vc-consult-headers is non-nil.
2722 2004-07-02  Juri Linkov  <juri@jurta.org>
2724         * pcvs.el (cvs-mode-diff-repository): New command.
2726         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
2728 2004-07-01  Juri Linkov  <juri@jurta.org>
2730         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
2731         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
2732         C-M-% to isearch-query-replace-regexp.
2733         (minibuffer-local-isearch-map): Add arrow key bindings.
2734         Bind C-f to isearch-yank-char-in-minibuffer.
2735         (isearch-forward): Doc fix.
2736         (isearch-edit-string): Doc fix.
2737         (isearch-query-replace, isearch-query-replace-regexp): New funs.
2738         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
2739         (isearch-yank-char): Add optional arg.
2740         (isearch-yank-char-in-minibuffer): New fun.
2742         * replace.el (query-replace-interactive): Change type from boolean
2743         to choice.  Add value `initial'.
2744         (query-replace-read-args): Handle value `initial' of
2745         query-replace-interactive.
2747 2004-06-29  Kim F. Storm  <storm@cua.dk>
2749         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
2750         (breakpoint-disabled-bitmap-face): Add :group 'gud.
2752         * progmodes/ada-xref.el (ada-tight-gvd-integration):
2753         Add :group 'ada.
2755         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
2757 2004-06-29  Juri Linkov  <juri@jurta.org>
2759         * replace.el (query-replace-read-args): Swallow a space after
2760         everything except )]" which in most cases means after a symbol.
2762         * emacs-lisp/pp.el (pp-buffer): Add autoload.
2764 2004-06-28  Richard M. Stallman  <rms@gnu.org>
2766         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2767         More changes to go with previous change in font-lock.el.
2769 2004-06-26  David Kastrup  <dak@gnu.org>
2771         * replace.el (perform-replace): Highlight the match even in
2772         non-query mode if there is potential replace string editing.
2774 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
2776         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
2777         agree with new return value of `file-remote-p'.
2778         This syncs with Tramp 2.0.42.
2780         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
2781         according to new documentation of `file-remote-p'.
2783         * files.el (file-remote-p): Fix doc to say that return value is
2784         identification of remote system, if not nil.
2785         (file-relative-name): Use new return value of `file-remote-p'.
2787 2004-06-26  Nick Roberts  <nickrob@gnu.org>
2789         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
2790         (gdb-goto-breakpoint): Fix breakage.
2792 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
2794         * man.el (Man-getpage-in-background): Add windows-nt to the list
2795         of systems where shell-file-name should be used instead of
2796         literal "sh".
2798 2004-06-25  Sam Steingold  <sds@gnu.org>
2800         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
2801         function names `(setf symbol)'.
2803 2004-06-24  Richard M. Stallman  <rms@gnu.org>
2805         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
2807         * font-lock.el (font-lock-keywords): Change format of compiled values.
2808         Document it.
2809         (font-lock-add-keywords): If font-lock-keywords is compiled,
2810         extract the uncompiled version, modify, then recompile.
2811         (font-lock-remove-keywords): Likewise.
2812         (font-lock-fontify-keywords-region): Handle changed format.
2813         (font-lock-compile-keywords): Handle changed format.
2814         (font-lock-set-defaults): Compile the keywords explicitly here.
2816 2004-06-24  David Kastrup  <dak@gnu.org>
2818         * replace.el (query-replace-read-args): Implement `\,' and `\#'
2819         replacements here.
2820         (query-replace-regexp): Doc string explaining this and the new
2821         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
2822         is better placed in `query-replace-read-args'.
2823         (replace-regexp): Explain `\,', `\#' and `\?'.
2824         (replace-match-data): New function for thorough reuse/destruction
2825         of old match-data.
2826         (replace-match-maybe-edit): Function for implementing `\?' editing.
2827         (perform-replace): Fix maintaining of the match stack including
2828         already matched regions, implement `\?', fix various problems
2829         with regions while editing and other stuff.
2830         (replace-highlight): Simplify.
2832 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
2834         * progmodes/grep.el (grep-error-screen-columns): New variable.
2835         (grep-regexp-alist): Give it the full functionality of gnu style
2836         compilation messages with line and column ranges.  Ask me for the
2837         perl script I'm working on, that uses these.
2839 2004-06-23  Nick Roberts  <nickrob@gnu.org>
2841         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
2842         Remove.
2843         (comint-insert-input, comint-mouse-insert-input): New functions
2844         based on comint-insert-clicked-input for two bindings but just
2845         one functionality.
2847 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2849         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2851 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
2853         * files.el (write-contents-functions): Doc fix.
2855 2004-06-21  Juanma Barranquero  <lektu@terra.es>
2857         * image.el (image-library-alist): Rewrite docstring in active voice.
2859 2004-06-20  Richard M. Stallman  <rms@gnu.org>
2861         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2863         * isearch.el (isearch-repeat): Avoid testing old match data.
2864         (isearch-message): Display trailing space in special font
2865         when search is failing.
2866         (isearch-search-fun-function): Doc fix.
2868         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2870 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2872         * frame.el (show-trailing-whitespace): Doc fix.
2874         * cus-edit.el (custom-variable-documentation): New function.
2875         (custom-variable): Use it.
2877 2004-06-19  Nick Roberts  <nickrob@gnu.org>
2879         * man.el (Man-getpage-in-background): Revert previous change but
2880         make cygwin a special case.
2882 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
2884         * autorevert.el (global-auto-revert-non-file-buffers):
2885         Update docstring.
2887 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
2889         * progmodes/compile.el (compilation-error-properties): Store one
2890         more than end-col, if present, so that transient-mark-mode will
2891         highlight last char too.
2892         * progmodes/grep.el (grep-regexp-alist): Match columns and column
2893         ranges, if present.
2895 2004-06-18  Jason Rumney  <jasonr@gnu.org>
2897         * makefile.w32-in: Double percent signs in for loops.
2899 2004-06-17  David Kastrup  <dak@gnu.org>
2901         * replace.el (query-replace-read-args): Only warn about use of \n
2902         and \t when we are doing a regexp replacement and the actual
2903         escaped character is n or t.
2904         (query-replace-regexp): Add \, and \# interpretation to
2905         interactive call and document it.
2906         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2907         as shortkey for replace-count.
2908         (replace-quote): New function for doubling backslashes.
2910 2004-06-17  Juanma Barranquero  <lektu@terra.es>
2912         * files.el (parse-colon-path, cd): Mention in docstring that the
2913         path separator is colon in GNU-like systems.
2915         * newcomment.el (comment-region-internal): Fix docstring.
2917         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
2918         (ewoc-invalidate, ewoc-collect): Doc fixes.
2919         (ewoc--create-node, ewoc--delete-node-internal):
2920         Fix typos in docstring.
2922 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
2924         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
2925         manual to docstring.
2927 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2929         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
2931 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
2933         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2934         Add hyperlink to emacs-xtra manual to docstring.
2936         * autorevert.el (global-auto-revert-non-file-buffers):
2937         Add hyperlink to emacs-xtra manual to docstring, as well as an
2938         info-link.
2940 2004-06-14  Juanma Barranquero  <lektu@terra.es>
2942         * image.el (image-library-alist): New variable to map image types
2943         to external libraries.  Initialized to nil, unless system-specific
2944         configs change it.
2945         (image-type-available-p): Determine whether an image type is
2946         available by calling `init-image-library'.
2948         * term/w32-win.el (image-library-alist): Initialize to a known set
2949         of probable library names.
2951 2004-06-14  Kenichi Handa  <handa@m17n.org>
2953         * international/code-pages.el (windows-1256, cp1125): Fix tables
2954         for several characters.
2956         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
2958 2004-06-13  Richard M. Stallman  <rms@gnu.org>
2960         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
2962         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
2963         not "`pc-selection-mode'".
2965         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
2967         * simple.el (previous-matching-history-element): Specify a default.
2969         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
2971         * cus-face.el (custom-declare-face): Simplify code.
2973         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2975 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2977         * files.el (before-save-hook): Add `time-stamp' to the options.
2979         * time-stamp.el (time-stamp): Recommend adding it to
2980         `before-save-hook', rather than `write-file-functions'.
2981         Make a similar change in `Commentary' section.
2983 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
2985         * diff-mode.el (diff-current-defun): If at start of hunk, use
2986         position of first change.
2988 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
2990         * dired-x.el (dired-mark-omitted): Bind to "*O".
2992 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
2994         * bookmark.el (bookmark-bmenu-relocate): New function, as
2995         suggested by David J. Biesack <David.Biesack@sas.com>.
2996         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
2997         (bookmark-bmenu-mode): Describe binding in doc string.
2998         (bookmark-set-filename): Save the bookmark list if it's time.
3000 2004-06-13  Kenichi Handa  <handa@m17n.org>
3002         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3003         (ccl-untranslated-to-ucs): Fix typo.
3005 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
3007         * progmodes/python.el (python-open-block-statement-p):
3008         Fix indentation after a block opening that contains a comment.
3010 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
3012         * bindings.el (completion-ignored-extensions): Add file extensions
3013         of Python byte-compiled files.
3015 2004-06-12  Juri Linkov  <juri@jurta.org>
3017         * info.el (Info-goto-node): Add autoload.
3018         (Info-toc): Add substring-no-properties on Info file name.
3019         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3020         (Info-mode-map): Bind L to Info-history, T to Info-toc.
3022 2004-06-12  Kenichi Handa  <handa@m17n.org>
3024         * international/mule-cmds.el (set-language-environment):
3025         Load subst tables if necessary.
3027         * international/mule.el (decode-char): Load subst tables if necessary.
3028         (encode-char): Likewise.
3030         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3031         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
3032         (utf-16le-decode-loop): Set r5 to -1 before loop.
3033         (utf-16be-decode-loop): Likewise.
3034         (ccl-decode-mule-utf-16le): Add EOF processing block.
3035         (ccl-decode-mule-utf-16be): Likewise.
3036         (ccl-decode-mule-utf-16le-with-signature): Likewise.
3037         (ccl-decode-mule-utf-16be-with-signature): Likewise.
3038         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
3039         (ccl-mule-utf-16-encode-untrans): New CCL.
3040         (utf-16-decode-to-ucs): Handle pre-read character.
3041         (utf-16le-encode-loop): Handle surrogate pair.
3042         (utf-16be-encode-loop): Likewise.
3043         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3044         of utf-16le-encode-loop.
3045         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3046         of utf-16be-encode-loop.
3047         (mule-utf-16-post-read-conversion):
3048         Call utf-8-post-read-conversion at first.
3049         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3050         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3051         Add post-read-conversion and pre-write-conversion.
3053         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3054         (utf-translate-cjk-unicode-range): New variable.
3055         (utf-translate-cjk-load-tables): New function.
3056         (utf-lookup-subst-table-for-decode): New function.
3057         (utf-lookup-subst-table-for-encode): New function.
3058         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
3059         tables here.  Update safe-charsets of utf-* coding systems.
3060         (ccl-mule-utf-untrans): New CCL.
3061         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
3062         at end of each branch.
3063         (ccl-mule-utf-8-encode-untrans): New CCL.
3064         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3065         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
3066         length of encoding.  Don't return r0.
3067         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
3068         (utf-8-post-read-conversion): Narrow to region properly.
3069         If utf-translate-cjk-mode is on, load tables if necessary.
3070         Call utf-8-compose with hash-table arg if necessary.
3071         Call XXX-compose-region instead of XXX-post-read-convesion.
3072         (utf-8-pre-write-conversion): New function.
3073         (mule-utf-8): Include CJK charsets in safe-charsets if
3074         utf-translate-cjk-mode is on.  Add pre-write-conversion.
3076         * international/characters.el: Temporarily set
3077         utf-translate-cjk-mode to nil.
3079         * language/devan-util.el (devanagari-compose-region):
3080         Add autoload cookie.
3082         * international/ccl.el (ccl-dump-call): Fix printing the
3083         subroutine name.
3085 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3087         * dired.el (dired-revert): If buffer is marked unmodified before
3088         reverting, keep it marked unmodified.
3089         Adapt to new conventions for commenting out code.
3090         (dired-make-relative): Adapt to new conventions for commenting out code.
3092 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
3094         * eshell/esh-module.el (eshell-load-defgroups):
3095         Bind `vc-handled-backends' to nil when opening files.
3097 2004-06-11  Juanma Barranquero  <lektu@terra.es>
3099         * files.el (parse-colon-path, cd): Doc fixes (refer to
3100         `path-separator', not colon).
3102 2004-06-10  Juanma Barranquero  <lektu@terra.es>
3104         * newcomment.el (comment-search-forward)
3105         (comment-search-backward): Fix typos in docstring.
3106         (comment-region): Doc fix.
3108 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3110         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3111         switch is no longer stored in `dired-switches-alist'.
3113         * dired-aux.el (dired-insert-subdir): Do not store R switch in
3114         `dired-switches-alist'.
3116 2004-06-10  Kim F. Storm  <storm@cua.dk>
3118         * pcvs.el (cvs-mode-diff-yesterday): New command.
3120         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3122 2004-06-10  Juri Linkov  <juri@jurta.org>
3124         * emacs-lisp/edebug.el (edebug-eval-defun):
3125         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3126         Fix docstring.
3128         * simple.el (eval-expression-print-format): Don't print additional
3129         information on the first call to `eval-print-last-sexp'.
3130         (next-error-find-buffer): Fix punctuation.
3131         (killing) <defgroup>: Fix punctuation.
3132         (yank-excluded-properties): Change group from editing to killing.
3134         * replace.el (perform-replace): Use `limit' to terminate the
3135         while-loop explicitly.
3137 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3139         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3140         Use lc-*.xpm as prefix instead of *-locol.xpm.
3142         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3143         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3144         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3145         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3146         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3147         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3148         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3149         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3150         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3151         * toolbar/lc-up_arrow.xpm:
3152         Renamed from *-locol.xpm.
3154 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
3156         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3157         include forms like &<str>; as valid url patterns.
3159 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
3161         * dired.el (dired-diff, dired-backup-diff)
3162         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3163         (dired-do-chown, dired-do-touch, dired-do-print)
3164         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3165         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3166         (dired-create-directory, dired-do-copy, dired-do-symlink)
3167         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3168         (dired-do-copy-regexp, dired-do-hardlink-regexp)
3169         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3170         (dired-maybe-insert-subdir, dired-next-subdir)
3171         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3172         (dired-kill-subdir, dired-tree-up, dired-tree-down)
3173         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3174         (dired-run-shell-command, dired-query): Remove redundant,
3175         or incorrect, autoloads.
3177         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3178         does not end in a slash.  Add optional argument KILL-ROOT.
3179         Update docstring.
3180         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3181         (dired-query): Add autoloads.
3183 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
3185         * progmodes/compile.el (compilation-set-window-height):
3186         Rearrange the save-* functions because a buffer can have several current
3187         point in different windows.
3188         (compilation-error-regexp-alist-alist): Recognize {standard input}
3189         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3191 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3193         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3194         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3195         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3196         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3197         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3198         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3199         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3200         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3201         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3202         * toolbar/up_arrow-locol.xpm:
3203         New versions of icons that uses fewer colors.
3205         * toolbar/tool-bar.el (tool-bar-local-item)
3206         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3207         if display-color-cells is 256 or less.
3209 2004-06-08  Kim F. Storm  <storm@cua.dk>
3211         * wid-edit.el (widget-specify-button): Use hand pointer rather
3212         than mouse-face as visible mouse-over effect.
3214 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
3216         * saveplace.el (save-place-alist-to-file): Bind `print-length'
3217         and `print-level' to nil when writing out `save-place-alist'.
3218         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3220 2004-06-07  Juanma Barranquero  <lektu@terra.es>
3222         * completion.el (completion-kill-region): Doc fix.
3224         * format.el (format-insert-annotations)
3225         (format-annotate-location): Doc fixes.
3226         (format-subtract-regions): Make arguments match their use in docstring.
3228         * simple.el (kill-region): Doc fix.
3230         * subr.el (insert-buffer-substring-no-properties)
3231         (insert-buffer-substring-as-yank): Doc fixes.
3233 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
3235         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3236         Update docstring.
3237         (dired-reset-subdir-switches): New function.
3239         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3240         Limit scope of `buffer-read-only' binding.
3242 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
3244         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3245         eshell-explicit-command-char.
3247 2004-06-06  Juanma Barranquero  <lektu@terra.es>
3249         * help-fns.el (help-argument-name): Inherit from italic face only
3250         if the frame supports it.
3252 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3254         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3255         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3256         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3257         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3258         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3259         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3260         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3261         New conversions from xpm files.
3263         * toolbar/README: New file.
3265 2004-06-06  Richard M. Stallman  <rms@gnu.org>
3267         * isearch.el (isearch-mode-map): Undo previous change.
3269 2004-06-05  Juri Linkov  <juri@jurta.org>
3271         * bindings.el (debug-ignored-errors): Add regexps for history
3272         related messages.  Remove $ from "No further undo information".
3273         Move Ediff's messages to ediff.el.
3275         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3277         * cus-edit.el (custom-display): Add `min-colors'.
3279         * custom.el (defface): Add `supports' to docstring.
3281         * help-fns.el (help-argument-name): Add :group 'help.
3283 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
3285         * find-dired.el (find-ls-subdir-switches): New user option.
3286         (find-dired): No longer call `abbreviate-file-name' on DIR.
3287         Set `dired-subdir-switches' buffer-locally.
3289         * locate.el: Merge the two `Commentary' sections.
3290         (locate-ls-subdir-switches): New user option.
3291         (locate): Update for other changes.
3292         (locate-mode-map): Restore Dired binding for mouse-2.
3293         Bind `locate-mouse-view-file' to M-mouse-2.
3294         Bind `l' to `locate-do-redisplay'.
3295         (locate-main-listing-line-p, locate-do-redisplay): New functions.
3296         (locate-mouse-view-file, locate-tags, locate-find-directory):
3297         Print message if used outside main listing.
3298         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
3299         Various changes to support inserted subdirectories.
3300         (locate-insert-header): Change header of *Locate* buffer.
3302         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3303         Change interactive default switches.
3304         (dired-rename-subdir-2): Update `dired-switches-alist'.
3305         (dired-insert-subdir, dired-kill-subdir):
3306         Handle `dired-switches-alist'.  Do not mark buffer modified.
3307         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3308         (dired-insert-subdir-doinsert): Omit messages.
3309         Handle `dired-subdir-switches'.
3310         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3312         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3313         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3314         subdirs if -R switch is used for a subdir.
3315         (dired-mode): Set `dired-switches-alist'.
3316         (dired-build-subdir-alist): Only print number of directories in
3317         echo area when invoked interactively.
3319 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
3321         * dired-x.el (dired-omit-mode): Rename from
3322         dired-omit-files-p.  Use define-minor-mode to define it.
3323         (dired-omit-files-p): Add as alias for dired-omit-mode.
3324         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
3325         dired-mark-omitted.
3326         (dired-mark-omitted): Add.  Bind to M-O.
3328 2004-06-05  Kenichi Handa  <handa@m17n.org>
3330         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3332 2004-06-05  Juanma Barranquero  <lektu@terra.es>
3334         * help-fns.el (help-argument-name): Reintroduce face.
3335         (help-default-arg-highlight): Use it, now that
3336         `face-differs-from-default-p' can be trusted.
3338 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3340         * textmodes/table.el: Sentence commands added to Point Motion
3341         group; kill and backward-kill commands added to Extraction group.
3343 2004-06-04  Mario Lang  <mlang@delysid.org>
3345         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3346         systems appear to use mW, make the code handle this.  Fix a
3347         division-by-zero bug while at it, and handle kernels with
3348         a slightly different layout in /proc/acpi.
3350 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
3352         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3353         because the latter is a CL-ism.  This fixes the bug reported by
3354         Shawn Boyette <mdxi@collapsar.net> in
3355         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3357 2004-06-04  Miles Bader  <miles@gnu.org>
3359         * faces.el (display-supports-face-attributes-p): Function moved to
3360         C code.  Previously only the tty-related portion of this function
3361         was done in C; however the previous attempt to do a halfway-proper
3362         job for non-tty displays in lisp didn't work properly because of
3363         funny conditions during Emacs startup.
3364         (face-differs-from-default-p): Simplify, now that
3365         display-supports-face-attributes-p works properly on all display
3366         types.  Remove :stipple from comparison; it doesn't really work
3367         in emacs anyway.
3369 2004-06-04  Miles Bader  <miles@gnu.org>
3371         * faces.el (face-differs-from-default-p): Use a different
3372         implementation, so we can really check whether FACE displays
3373         differently or not.
3375 2004-06-04  Miles Bader  <miles@gnu.org>
3377         * faces.el (display-supports-face-attributes-p): Implement a
3378         `different from default' check for non-tty displays.
3380 2004-06-03  David Kastrup  <dak@gnu.org>
3382         * woman.el (woman-mapcan): More concise code.
3383         (woman-topic-all-completions, woman-topic-all-completions-1)
3384         (woman-topic-all-completions-merge): Replace by a simpler and
3385         much faster implementation based on O(n log n) sort/merge instead
3386         of the old O(n^2) behavior.
3388 2004-06-03  Miles Bader  <miles@gnu.org>
3390         * subr.el (read-number): Use canonical format for default in prompt.
3392         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3393         Add regexp for " [...]" style defaults.
3395 2004-06-02  Romain Francoise  <romain@orebokech.com>
3397         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3398         groups: if the user asks for a hidden buffer, open the
3399         corresponding filter group to expose it.
3401         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3402         `ibuffer-jump-to-buffer'.
3403         (ibuffer-jump-offer-only-visible-buffers): New user option.
3405 2004-06-02  Juanma Barranquero  <lektu@terra.es>
3407         * faces.el (frame-update-faces): Add empty docstring so the one
3408         for `ignore' doesn't show through.
3410         * subr.el (process-kill-without-query): Remove spurious "\n" on
3411         obsolescence string.
3412         (focus-frame, unfocus-frame): Add obsolescence declaration and
3413         empty docstring.
3415         * international/mule.el (register-char-codings): Make alias for
3416         `ignore'.  Move docstring to obsolescence info and remove redundancy.
3418 2004-06-02  Kim F. Storm  <storm@cua.dk>
3420         * frame.el (blink-cursor-start): Turn cursor off initially so blink
3421         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3423 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3425         * comint.el (comint-replace-by-expanded-history-before-point):
3426         Obey `start' as the docstring says.
3427         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3428         (comint-update-fence): Prevent font-lock from running unnecessarily.
3429         (comint-dynamic-list-completions): Use with-current-buffer.
3431 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3433         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3434         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3435         (bibtex-entry-update): Handle alternatives and optional fields.
3436         (bibtex-parse-entry): Bugfix, handle empty key.
3438 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * vc-arch.el (vc-arch-state): Don't assume the file exists.
3442 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
3444         * desktop.el (desktop-save): Don't save minor modes without a
3445         known mode initialization function.
3447 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
3449         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3451         * autorevert.el: Update `Commentary' section.
3453 2004-05-30  Juanma Barranquero  <lektu@terra.es>
3455         * dos-fns.el (convert-standard-filename):
3456         * files.el (convert-standard-filename):
3457         * w32-fns.el (convert-standard-filename):
3458         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3460 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
3462         Sync with Tramp.
3464         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3465         (tramp-let-maybe): Move to an earlier spot in the file.
3466         Patch by Andreas Schwab.
3468 2004-05-30  Andreas Schwab  <schwab@suse.de>
3470         * dired.el (dired-get-filename): Don't use dired-re-dot.
3472 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3474         * files.el (find-file): Doc fix.
3476         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3478 2004-05-30  Nick Roberts  <nickrob@gnu.org>
3480         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3481         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3482         modeline of the locals buffer.
3483         (gdb-goto-breakpoint): Handle gdbmi.
3484         (gdb-get-frame-number): Change for gdbmi.
3486 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3488         * files.el (file-remote-p): Apply file name handler for operation
3489         `file-remote-p'.  It isn' a property any longer.
3490         (file-relative-name): `fh' and `fd' get the required value via
3491         `find-file-name-handler' already.
3493         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3494         (top): Remove setting of `file-remote-p' property for
3495         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
3497 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
3499         Version 2.0.41 of Tramp released.
3501         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3502         Throw away if process has died.
3503         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3504         (tramp-out-of-band-prompt-regexp): Rename to
3505         `tramp-process-alive-regexp', because its usage is widen.
3506         (tramp-actions-copy-out-of-band): Apply it.
3507         (tramp-actions-before-shell, tramp-multi-actions):
3508         Add `tramp-action-process-alive' action.
3509         (tramp-action-process-alive): New defun.
3510         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3511         Add entry for `file-remote-p'.
3512         (tramp-handle-file-remote-p): New defun.
3513         (top): Remove setting of `file-remote-p'.  Don't set
3514         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3516         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3517         `file-remote-p'.
3519         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3520         counted for (last) line.  [They should or they shouldn't?  --Stef]
3521         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3523 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3525         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3526         not really necessary but seems to keep the shell history smaller
3527         in some cases.  It is no substitute for setting HISTFILE and
3528         HISTSIZE from tramp-open-connection-setup-interactive-shell,
3529         though.  Suggested by Luc Teirlinck.
3530         (tramp-open-connection-setup-interactive-shell): Export variables
3531         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
3532         (tramp-set-process-query-on-exit-flag): New compat function.
3533         (tramp-open-connection-multi, tramp-open-connection-su)
3534         (tramp-open-connection-rsh, tramp-open-connection-telnet)
3535         (tramp-do-copy-or-rename-file-out-of-band): Use it.
3536         (tramp-let-maybe): New macro, let-binds a variable only if it
3537         isn't obsolete.
3538         (tramp-check-ls-commands, tramp-handle-expand-file-name)
3539         (tramp-handle-file-truename): Use it.
3540         (tramp-completion-file-name-regexp-unified): Avoid matching
3541         filenames starting with "/:" -- those are reserved for
3542         file-name-non-special.
3544         * tramp-smb.el (tramp-smb-open-connection):
3545         Use tramp-set-process-query-on-exit-flag compat function.
3547 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3549         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3551         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3552         (eval-last-sexp-print-value): Print char equivalent regardless
3553         of standard-output value.
3555         * thumbs.el (thumbs-subst-char-in-string): Delete.
3556         (thumbs-thumbname): Use subst-char-in-string.
3557         (thumbs-resize-image): Use condition-case, not ignore-errors.
3558         (thumbs-kill-buffer): Likewise.
3560         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
3561         (thumbs-mode): Make buffer read-only.
3562         (thumbs-make-thumb): Unconditionally accept an existing file.
3563         (thumbs-insert-thumb): Add thumb-image-file property to the image.
3564         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3565         (thumbs-show-thumbs-list): Error if images not supported.
3566         (thumbs-save-current-image): Improve prompt string.
3567         (thumbs-mode-map): Define u, R, x.
3568         (thumbs-unmark): New command.
3569         (thumbs-emboss-image): Minor cleanup.
3570         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3571         (thumbs-rename-images): New command.
3572         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
3574         * thumbs.el (thumbs-current-image): New function.
3575         (thumbs-file-list, thumbs-file-alist): New functions.
3576         (thumbs-find-image): Delete arg L.
3577         Don't set up thumbs-fileL as buffer-local global var.
3578         (thumbs-find-image-at-point): Use thumbs-current-image.
3579         (thumbs-set-image-at-point-to-root-window): Likewise.
3580         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3581         Record and warn about errors.  Update thumbs-markedL for deletions.
3582         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3583         (thumbs-redraw-buffer): Use thumbs-file-list.
3584         (thumbs-mark): Use thumbs-current-image.
3585         (thumbs-show-name): Use thumbs-current-image.
3587         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3588         and imenu--last-menubar-index-alist.
3590         * subr.el (with-selected-window): Undo previous change.
3592 2004-05-29  John Paul Wallington  <jpw@gnu.org>
3594         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3595         (thumbs-mouse-find-image): New command.
3596         (thumbs-mode-map): Bind it to mouse-2.
3597         (thumbs-mode): Make mode-class special.
3598         (thumbs-view-image-mode): Likewise.
3600 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
3602         * flymake.el: New file.
3604 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
3606         * files.el (find-file-noselect-1): Do not bind
3607         `inhibit-read-only' to t during execution of
3608         `find-file-not-found-functions'.
3610 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3613         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3615 2004-05-28  Juri Linkov  <juri@jurta.org>
3617         * simple.el (eval-expression-print-format): New fun.
3619         * simple.el (eval-expression):
3620         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3621         * emacs-lisp/edebug.el (edebug-compute-previous-result)
3622         (edebug-eval-expression): Print additionally the value returned by
3623         `eval-expression-print-format'.
3625         * emacs-lisp/lisp.el (insert-pair-alist): New var.
3626         (insert-pair): Make arguments optional.  Find character pair
3627         from `insert-pair-alist' according to the last input event.
3628         (insert-parentheses): Make arguments optional.
3629         (raise-sexp, delete-pair): New funs.
3631         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3632         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3633         Bind C-M-q to `indent-pp-sexp'.
3635         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3636         `pp-to-string' modified to be able to format text with newlines.
3637         (pp-to-string): Move the buffer-formatting part of the code to
3638         `pp-buffer'.  Call `pp-buffer'.
3640         * info.el (Info-desktop-buffer-misc-data): Don't save information
3641         about virtual files.
3642         (Info-restore-desktop-buffer): Restore Info buffers in prepared
3643         buffers with names obtained from the desktop file instead of the
3644         default *info* buffer.
3646 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * subr.el (with-selected-window): Only save/restore the selected window.
3650         * progmodes/compile.el (compilation-error-regexp-alist):
3651         Use expand-file-name and data-directory.
3653         * progmodes/grep.el (grep-tree): Rework previous fix.
3655         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
3656         after the user marked text with the mouse.
3658         * startup.el (command-line): Keep the first regexp of
3659         auto-save-file-name-transforms intact.
3661 2004-05-28  Juanma Barranquero  <lektu@terra.es>
3663         * cus-edit.el (customize-face, customize-face-other-window)
3664         (custom-face-edit-delete): Make arguments match their use in
3665         docstring.
3666         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
3667         docstring.
3669         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
3670         not `cvs-butlast'.
3672         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
3673         `nbutlast' are in subr.el).
3675         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
3676         (set-w32-system-coding-system): Doc fixes.
3678         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
3679         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
3680         Make arguments match their use in docstring.
3681         (artist-draw-region-trim-line-endings)
3682         (artist-mouse-choose-operation): Fix typo in docstring.
3683         (artist-key-set-point-common): Doc fix.
3685 2004-05-28  Simon Josefsson  <jas@extundo.com>
3687         * mail/smtpmail.el (smtpmail-open-stream):
3688         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
3690 2004-05-26  Simon Josefsson  <jas@extundo.com>
3692         * starttls.el: Merge with my GNUTLS based starttls.el.
3693         (starttls-gnutls-program, starttls-use-gnutls)
3694         (starttls-extra-arguments, starttls-process-connection-type)
3695         (starttls-connect, starttls-failure, starttls-success): New variables.
3696         (starttls-program, starttls-extra-args): Doc fix.
3697         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
3698         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
3699         and pass on to corresponding *-gnutls function if it is set.
3701 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
3703         * autorevert.el (auto-revert-handler): Disable auto-reverting of
3704         remote files.
3706 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
3708         * files.el (file-name-non-special): There are more operations
3709         which need handling: `find-backup-file-name',
3710         `insert-file-contents', `verify-visited-file-modtime',
3711         `write-region'.  Rename t value of method to `add'.  Add new
3712         methods `quote' and `unquote-then-quote' to file-arg-indices.
3714 2004-05-25  Juri Linkov  <juri@jurta.org>
3716         * info.el (Info-toc): Call Info-mode on intermediate buffer.
3717         (Info-index-nodes): Enclose code in condition-case to catch errors.
3718         (Info-index-node): Don't search all index nodes if request is only
3719         for the current node and file is not in the cache of index nodes.
3720         (Info-mode-map): Bind Info-copy-current-node-name to `w'
3721         for consistency with dired-copy-filename-as-kill.
3722         Bind `S' to Info-search-case-sensitively.
3723         (Info-copy-current-node-name): New arg.  With zero prefix arg put
3724         the name inside a function call to `info'.  Display copied text in
3725         the echo area.
3727 2004-05-25  Sam Steingold  <sds@gnu.org>
3729         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
3730         strip the package prefix from the symbol name, if any.
3731         Make it the `find-tag-default-function' for `lisp-mode'.
3733 2004-05-25  John Paul Wallington  <jpw@gnu.org>
3735         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
3736         instead of obsolete `process-kill-without-query'.
3738         * textmodes/texinfmt.el (texinfo-indexvar-alist):
3739         Declare as variable, not constant.
3741 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3743         * files.el (find-file-noselect-1): Fix bug introduced by
3744         Revision 1.694.  As a side effect, `inhibit-read-only'
3745         is again, by default, t during execution of
3746         `find-file-not-found-functions'.
3747         (insert-directory): Check that lines were really inserted by
3748         the --dired switch, before erasing them.
3750 2004-05-24  Nick Roberts  <nickrob@gnu.org>
3752         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
3753         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
3754         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
3755         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
3756         gud-minor-mode (gdbmi).
3758 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
3760         * net/browse-url.el (browse-url-interactive-arg): Enable user to
3761         explicitly select the text to be taken as URL.
3763 2004-05-23  Juri Linkov  <juri@jurta.org>
3765         * info.el (Info-index-nodes): New var and fun.
3766         (Info-goto-index, Info-index, info-apropos)
3767         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
3768         (Info-index): Fix docstring.  Store and restore Info-history-list.
3769         (Info-complete-nodes): New var.
3770         (Info-complete-menu-item): Use it.
3771         (Info-index-node): New fun.
3772         (Info-final-node, Info-forward-node, Info-backward-node)
3773         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
3774         Use Info-index-node.
3775         (Info-extract-menu-item, Info-extract-menu-counting): Set second
3776         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
3777         (Info-find-node-2): If a node with period in its name not found,
3778         try to find a node without the name part after period.
3779         (Info-select-node): Call Info-fontify-node only if
3780         Info-fontify-maximum-menu-size is not nil.
3781         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
3782         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
3783         Preserve Info-history-list.
3784         (Info-toc): Set Info-current-file.
3785         (Info-build-toc): Move point to the beginning of the buffer.
3786         Add main-file variable.
3787         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
3788         Use backslashed representation of the control character ^_.
3790         * textmodes/texinfmt.el (texinfo-print-index): Print index line
3791         numbers in the new Texinfo 4.7 format.
3793         * add-log.el (change-log-font-lock-keywords): Remove `:' from
3794         regexps for function and variable names.
3796         * descr-text.el (describe-property-list): Add [show] button for
3797         `syntax-table' property with action to pp to a separate buffer.
3798         (describe-char): Replace search-forward by re-search-forward with
3799         whitespace regexp after "character:" to not fail in too narrow windows.
3801         * simple.el (next-error-find-buffer): Add a rule to return
3802         next-error capable buffer if one window on the selected frame
3803         displays such buffer.
3805 2004-05-23  Nick Roberts  <nickrob@gnu.org>
3807         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
3808         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
3809         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
3810         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
3811         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
3812         Handle new value for gud-minor-mode (gdbmi).
3813         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3814         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3815         Change from local to global gdb variable set.
3816         (gdb-ann3): Initialise above gdb variable set.
3817         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3818         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3819         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3820         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3821         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3822         (gdb-info-locals-handler, gdb-invalidate-assembler)
3823         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3824         set as global variables.
3825         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3826         Handle gdbmi.
3827         (gdb-info-breakpoints-custom): Fix regexp.
3828         (def-gdb-var): Delete.
3830         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3831         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3832         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3833         a new mode.  The file (gdb-mi.el) for this mode will be included
3834         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
3835         primary interface.
3837 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
3839         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
3840         interpreted as a directory.
3842 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3844         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
3845         as a close quote.
3847         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
3849         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3850         Use assoc-string, not assoc-ignore-case.
3852         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3854         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3855         If moving back then fwd gets a defun that ends before point,
3856         try again moving fwd then back.
3858         * files.el (file-name-non-special): Allow t in file-arg-indices
3859         to mean requote the return value.  Use `identity' as an element
3860         rather than as the whole value.
3862         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
3864 2004-05-22  Juanma Barranquero  <lektu@terra.es>
3866         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3867         `help-make-usage'.
3868         (help-highlight-arguments): Skip function name before searching
3869         for arguments.
3871 2004-05-21  Juanma Barranquero  <lektu@terra.es>
3873         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3874         Don't mention in the docstring these arguments meant for
3875         internal (recursive) use only.
3876         (allout-char-spec): Comment out (it's not implemented).
3877         (allout-old-expose-topic, allout-exposure): Fix docstring and add
3878         obsolescence declaration.
3879         (allout-flatten-exposed-to-buffer)
3880         (allout-indented-exposed-to-buffer): Fix typos in docstring.
3881         (my-mark-marker): Doc fix.
3882         (produce-allout-mode-map, allout-sibling-index)
3883         (allout-isearch-expose, allout-distinctive-bullet)
3884         (allout-open-topic, allout-reindent-body)
3885         (allout-rebullet-heading, allout-process-exposed)
3886         (allout-insert-listified, allout-latex-verb-quote)
3887         (allout-insert-latex-header, allout-insert-latex-trailer):
3888         Make arguments match their use in docstring.
3889         (allout-primary-bullet, allout-old-style-prefixes)
3890         (allout-inhibit-protection, allout-init, allout-mode)
3891         (allout-before-change-protect, allout-flag-region):
3892         Use "Emacs" instead of "emacs" in docstrings.
3894 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3896         * international/characters.el: Modify syntax of more characters.
3898 2004-05-21  Masatake YAMATO  <jet@gyve.org>
3900         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3901         (etags-tags-completion-table): Show parsing progress.
3903 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
3905         * locate.el (locate-prompt-for-command): Shorten first line of
3906         docstring.
3907         (locate-mode): Expand docstring and include keymap summary.
3909         * files.el (find-file-noselect-1): Limit the scope of the
3910         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
3911         is, by default, nil during the execution of
3912         `find-file-not-found-functions' and `find-file-hook'.
3914 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
3916         * facemenu.el (facemenu-color-name-equal): New function.
3917         (list-colors-display): Use it to compare colors instead of
3918         facemenu-color-equal.
3920 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
3922         * compare-w.el (compare-windows-face): Use min-colors instead of
3923         checking for tty or pc types.
3925 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3927         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
3928         (completion-setup-function): Use with-current-buffer.
3929         Properly save excursion.  Simplify.
3930         Don't assume there is necessarily a `mouse-face' property somewhere.
3932         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
3934         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
3936         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
3937         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
3938         Use with-current-buffer.
3939         (byte-goto-log-buffer): Delete.
3940         (byte-compile-log-file): Call compilation-forget-errors.
3942 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3944         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
3945         output messages into the search result.
3947 2004-05-19  Masatake YAMATO  <jet@gyve.org>
3949         * wid-edit.el (widget-radio-button-notify): Revert my last
3950         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3952 2004-05-19  Kenichi Handa  <handa@m17n.org>
3954         * international/characters.el: Fix syntax (open/close) of CJK chars.
3956 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
3958         * help-mode.el (help-go-back): Don't depend on position of back button.
3960 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3962         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
3963         files files don't contain an accidental additional /.
3965         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
3966         in source buffer.
3968 2004-05-18  Masatake YAMATO  <jet@gyve.org>
3970         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
3971         to widget-apply.  :action method assumes 2 arguments, not 3.
3973 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
3975         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3976         New constants.
3977         (hs-special-modes-alist): Add an f90-mode entry.
3979 2004-05-17  Sam Steingold  <sds@gnu.org>
3981         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
3982         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
3984 2004-05-16  Kim F. Storm  <storm@cua.dk>
3986         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
3988 2004-05-15  John Wiegley  <johnw@newartisans.com>
3990         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
3991         (eshell-output-object-to-target): Improve output speed 20% by not
3992         calling `eshell-stringify' if something is already known to be a string.
3994 2004-05-15  Alex Ott  <ott@jet.msk.su>
3996         * textmodes/ispell.el (ispell-local-dictionary-alist):
3997         Add windows-1251 to the choice of coding systems.
3998         (ispell-dictionary-alist-6): Add support for "russianw.aff",
3999         encoded in cp1251.
4001 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
4003         * progmodes/compile.el (compilation-warning-face)
4004         (compilation-info-face): Use min-colors.
4006 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4008         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4009         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4010         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4011         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4012         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4013         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4014         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4015         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4016         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4017         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4018         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4019         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4020         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4021         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4023 2004-05-15  Kim F. Storm  <storm@cua.dk>
4025         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4026         Use it to set triggered-p element of timer.
4027         (timer-event-handler): Set triggered-p element non-nil while running
4028         the timer function.
4030 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * descr-text.el (describe-char-unicode-data)
4033         (describe-char-unicodedata-file): Re-enable the unicode code now that
4034         the licensing issues have been cleared in the unicode-4 license.
4035         (describe-text-properties-1): Remove unused `overlay' var.
4036         (describe-char): Remove unused var `buffer'.
4038 2004-05-14  David Ponce  <david@dponce.com>
4040         * tree-widget.el: New file.
4042 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
4044         * language/european.el ("Brazilian Portuguese"): Add support for
4045         Brazilian Portuguese.
4047 2004-05-13  John Wiegley  <johnw@newartisans.com>
4049         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4050         `recentf-mode' if this variable has been customized to t.
4052         * eshell/esh-test.el (eshell-test): Call the function
4053         `emacs-version' rather than trying to build a custom version string.
4055 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * net/telnet.el (telnet-mode): Use define-derived-mode.
4058         Don't modify the global value of comint-prompt-regexp.
4060 2004-05-13  John Paul Wallington  <jpw@gnu.org>
4062         * version.el (emacs-version): Check for `gtk' feature before
4063         `x-toolkit' feature.
4065 2004-05-13  Juanma Barranquero  <lektu@terra.es>
4067         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4068         arguments in the docstring, they're used only in recursive calls.
4070         * help-fns.el (help-arg-highlighting-function)
4071         (help-argument-name): Delete.
4072         (help-default-arg-highlight): New function.
4073         (help-do-arg-highlighting): Use it.
4075 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4077         * calendar/appt.el (appt-disp-window):
4078         Use `calendar-set-mode-line' for a centered mode-line.
4080 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4082         * calendar/appt.el (appt-disp-window): Do not split window
4083         excessively when `split-height-threshold' is low.
4085 2004-05-12  Nick Roberts  <nickrob@gnu.org>
4087         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4088         kill-buffer-hook here and make it local.
4089         (gud-kill-buffer-hook): Use kill-process for a sure kill.
4091 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
4093         * progmodes/compile.el (compilation-set-window-height):
4094         Use save-excursion to protect against misplaced marker.
4096 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4098         * custom.el (defface): Document that type can have value gtk.
4100         * faces.el (face-spec-set-match-display): Handle type gtk in display.
4102 2004-05-12  Kenichi Handa  <handa@m17n.org>
4104         * descr-text.el: Require quail at comile time.
4105         (describe-char): If an input method is on and it supports the
4106         character, show how to input it.
4108         * international/quail.el (quail-install-decode-map): Accept a
4109         char-table whose subtype is `quail-decode-map'.
4110         (quail-store-decode-map-key, quail-gen-decode-map1)
4111         (quail-gen-decode-map, quail-find-key1, quail-find-key)
4112         (quail-show-key): New functions.
4114 2004-05-12  Juanma Barranquero  <lektu@terra.es>
4116         * generic.el (define-generic-mode): Remove redundant arglist info.
4118         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4119         Make arguments match their use in docstring.
4120         (help-arg-highlighting-function): New variable.
4121         (help-argument-name): Mention it in the docstring.
4122         (help-do-arg-highlight): Use it.  Expand regexp to accept also
4123         ARG-xxx and xxx-ARG references.
4125 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4127         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4128         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4129         and "mailto:addr1?to=addr2" equal.
4131 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4133         * man.el (Man-getpage-in-background): Use shell-file-name
4134         and shell-command-switch variables instead of hard-coded values.
4136 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
4138         * iimage.el: New file.
4140 2004-05-11  Juanma Barranquero  <lektu@terra.es>
4142         * custom.el (custom-initialize-default, defcustom):
4143         Fix typo in docstring.
4145         * files.el (set-visited-file-name, file-expand-wildcards):
4146         Fix docstring.
4148 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4150         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4152         * subr.el (eventp): Be more discriminating with integers.
4154 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
4156         * progmodes/compile.el (compile): Add universal prefix arg.
4157         (compilation-error-regexp-alist-alist): Add edg patterns.
4159 2004-05-10  Sam Steingold  <sds@gnu.org>
4161         * textmodes/ispell.el (ispell-message):
4162         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4164 2004-05-10  Dave Love  <fx@gnu.org>
4166         * progmodes/python.el (help-buffer): Autoload when compiling.
4167         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4168         (run-python): Prepend to any existing PYTHONPATH.
4170 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
4172         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4173         for pending breakpoints.
4175 2004-05-10  Richard M. Stallman  <rms@gnu.org>
4177         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
4178         directly without calling any functions in Rmail.
4179         (unrmail-unprune): Function deleted.
4181 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4184         C-c C-z binding.
4186 2004-05-10  Kenichi Handa  <handa@m17n.org>
4188         * descr-text.el (describe-char): Fix previous change.  Don't make
4189         a unibyte character to multibyte in the *Help* buffer.
4191 2004-05-10  Miles Bader  <miles@gnu.org>
4193         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4194         buffer an error if the debugger process is actually running.
4196 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4198         * help-fns.el (help-argument-name): Default to italic.
4199         (help-highlight-arguments): Return always (usage . doc), even when
4200         usage is nil.
4202         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4203         (define-ibuffer-filter): Add usage info.
4204         (define-ibuffer-op): Add usage info (but CL-style defaults for
4205         keyword args are not shown).
4207         * subr.el (remove-overlays, read-passwd): Fix docstring.
4208         (start-process-shell-command): Fix docstring.  Put usage info in a
4209         format usable by `describe-function'.
4210         (open-network-stream, open-network-stream-nowait)
4211         (open-network-stream-server): Fix docstring.
4213 2004-05-09  Jason Rumney  <jasonr@gnu.org>
4215         * international/code-pages (cp932, cp936, cp949, c950): Remove.
4216         Only define cp125* if windows-125* is already defined.
4218         * language/korean.el (cp949): Add alias.
4220         * language/chinese.el (cp936, cp950): Add aliases.
4222         * language/japanese.el (cp932): Add alias.
4224         * term/w32-win.el: Require code-pages.
4226         * international/mule-cmds.el (set-locale-environment):
4227         On MS-Windows use ansi code-page for default coding-systems.
4228         Set up paper sizes for Windows 3 letter languages.
4230         * international/code-pages.el (cp932, cp936, cp949, cp950):
4231         Add aliases.  Also add cp125* if not already defined.
4233 2004-05-09  Juanma Barranquero  <lektu@terra.es>
4235         * help-fns.el (help-highlight-arguments): Don't try to highlight
4236         missing or autoloaded arglists.  Accept structured arguments, like
4237         the first ones of `do' and `flet'.
4239         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4240         (cvs-get-marked): Remove redundant arglist info.
4242         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4243         Don't use CL-style default args.
4245 2004-05-08  Andreas Schwab  <schwab@suse.de>
4247         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4249         * international/subst-ksc.el: Fix references to utf-translate-cjk
4250         into utf-translate-cjk-mode.
4251         * international/subst-big5.el: Likewise.
4252         * international/subst-gb2312.el: Likewise.
4253         * international/subst-jis.el: Likewise.
4254         * international/utf-16.el: Likewise.
4255         * international/utf-8.el: Likewise.
4257 2004-05-08  John Wiegley  <johnw@newartisans.com>
4259         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4260         "virtual buffers" (off by default), which makes it possible to
4261         switch to the "virtual" buffers of recently visited files.  When a
4262         buffer name search fails, and this option is on, iswitchb will
4263         look at the list of recently visited files, and permit matching
4264         against those names.  When the user hits RET on a match, it will
4265         revisit that file.
4266         (iswitchb-read-buffer): Add two optional arguments, which makes
4267         isearchb.el possible.
4268         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4269         (iswitchb-next-match): Add support for virtual buffers.
4271         * isearchb.el: This module extends iswitchb to provide "as you
4272         type" buffer selection.
4274         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4275         Ignore the read-only property when flyspell highlighting is on.
4276         Not ignoring it leads to a series of confusing errors.
4277         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4278         but also make sure to call flyspell-incorrect-hook.
4279         (flyspell-maybe-correct-transposition): Perform transposition test
4280         by bit twiddling a string, rather than using a temp buffer.
4281         (flyspell-maybe-correct-doubling): Use a string rather than a temp
4282         buffer.  This is also the original version of the code, which
4283         could not be checked in before due to a previous lack of
4284         assignment papers.  This version has seen heavy usage on my system
4285         for several years now.
4287         * calendar/cal-bahai.el: New file, which adds support for the
4288         Baha'i calendar to Emacs.  This calendar is based on a solar year
4289         of 19 months of 19 days, with 4 intercalary days.  Each year
4290         begins on March 21, with the calendar starting in 1844.
4292         * calendar/cal-menu.el, calendar/calendar.el,
4293         calendar/diary-lib.el, calendar/holidays.el: Added support for
4294         using cal-bahai.el.
4296         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4297         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4298         function can be used outside of eshell buffers.
4299         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4301 2004-05-08  Juanma Barranquero  <lektu@terra.es>
4303         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4304         word constituent so FOO-ARG is not recognized as an arg.
4305         (help-highlight-arguments): Don't skip lists in mandatory arguments.
4307         * simple.el (next-error): Fix typo in docstring.
4308         (open-line): Make argument names match their use in docstring.
4309         (split-line): Fix docstring.
4311         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4312         usable by `describe-function'.
4313         (gensym, gentemp, typep, ignore-errors): Make argument names match
4314         their use in docstring.
4316         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4317         argument to `help-setup-xref'.
4319 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
4321         Version 2.0.40 of Tramp released.
4323         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4324         Use symbol-function to invoke functions only known on some Emacs
4325         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
4326         Scaldeferri <kevin@scaldeferri.com>.
4327         (tramp-do-copy-or-rename-file-via-buffer): Rename from
4328         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4329         consistent with the other tramp-do-* functions.
4330         (tramp-do-copy-or-rename-file): Calls adjusted.
4331         (tramp-process-initial-commands): Avoid liveness check on shell --
4332         we know that it must be alive since we're opening a connection at
4333         this moment.
4334         (tramp-last-cmd): New internal variable.
4335         (tramp-process-echoes): New tunable.
4336         (tramp-send-command): Set tramp-last-cmd.
4337         (tramp-wait-for-output): Delete echo, if applicable.
4338         (tramp-read-passwd): Construct the key for the password cache in a
4339         way that works for multi methods, too.
4340         (tramp-bug): Add backup-directory-alist and
4341         bkup-backup-directory-info to bug reports, with Tramp counterparts.
4343 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
4345         * net/tramp*.el: Suppress byte-compiler warnings where possible.
4347         * net/tramp.el (tramp-out-of-band-prompt-regexp)
4348         (tramp-actions-copy-out-of-band): New defcustoms.
4349         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4350         used instead of a synchronous one.  Allows password entering.
4351         (tramp-action-out-of-band): New defun.
4352         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4353         Remove restriction with password from doc string.
4354         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4355         `tramp-out-of-band-prompt-regexp',
4356         `tramp-actions-copy-out-of-band', `password-cache' and
4357         `password-cache-expiry'.
4358         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
4359         password caching.
4360         (tramp-touch): FILE can be a local file, too.
4361         (TODO): Remove items done.
4362         (tramp-handle-insert-directory): Properly quote file name also if
4363         not full-directory-p.  Handle wildcard case.  Reported by Andreas
4364         Schwab <schwab@suse.de>.
4365         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4366         new file.
4367         (tramp-handle-file-local-copy, tramp-handle-write-region):
4368         The permissions of the temporary file are set if filename exists.
4369         Reported by Ted Stern <stern@cray.com>.
4370         (tramp-backup-directory-alist)
4371         (tramp-bkup-backup-directory-info): New defcustoms.
4372         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4373         (tramp-handle-find-backup-file-name): New function.
4374         Implements Tramp's find-backup-file-name.
4376         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4377         for `find-backup-file-name'.
4379         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4380         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
4382 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4384         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4386 2004-05-07  Juanma Barranquero  <lektu@terra.es>
4388         * subr.el (lambda): Add arglist description to docstring.
4389         (declare): Fix typo in docstring.
4390         (open-network-stream): Fix docstring.
4391         (process-kill-without-query): Fix docstring and add obsolescence info.
4392         (last, butlast, nbutlast): Make arguments match their use in docstring.
4393         (insert-buffer-substring-no-properties): Likewise.
4394         (insert-buffer-substring-as-yank): Likewise.
4395         (split-string): Fix docstring.
4397         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4398         Make argument names match their use in docstring.
4400         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4402 2004-05-06  Nick Roberts  <nickrob@gnu.org>
4404         * progmodes/gdb-ui.el: Improve/extend documentation strings.
4405         Fit first sentence on one line for apropos-command.
4407 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4409         Changes largely merged in from Dave Love's code.
4410         * progmodes/python.el: Doc fixes.
4411         (python-mode-map): Add python-complete-symbol.
4412         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4413         (python-comment-indent, python-complete-symbol)
4414         (python-symbol-completions, python-partial-symbol)
4415         (python-try-complete): New.
4416         (python-indent-line): Remove optional arg.  Use python-block-end-p.
4417         (python-check): Bind compilation-error-regexp-alist.
4418         (inferior-python-mode): Use rx.  Move keybindings to top level.
4419         Set comint-input-filter.
4420         (python-preoutput-filter): Use rx.
4421         (python-input-filter): Re-introduce.
4422         (python-proc): Start new process if necessary.
4423         Check python-buffer non-nil.
4424         (view-return-to-alist): Defvar.
4425         (python-send-receive): New.
4426         (python-eldoc-function): Use it.
4427         (python-mode-running): Don't defvar.
4428         (python-mode): Set comment-indent-function.
4429         Maybe update hippie-expand-try-functions-list.
4430         (python-indentation-levels): Initialize differently.
4431         (python-block-end-p): New.
4432         (python-indent-line): Use it.
4433         (python-compilation-regexp-alist): Augment.
4434         (run-python): Import `emacs' module to Python rather than loading
4435         code directly.  Set python-buffer differently.
4436         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
4437         Use python-proc.
4438         (python-send-command): Go to end of comint buffer.
4439         (python-load-file): Use python-proc, emacs.eimport.
4440         (python-describe-symbol): Simplify interactive form.
4441         Use emacs.help.  Do use temp-buffer-show-hook.
4442         Call print-help-return-message.
4443         (hippie-exp): Require when compiling.
4444         (python-preoutput-continuation): Use rx.
4446         * diff-mode.el (diff-make-unified): Fix regexp.
4448 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
4450         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4451         filter groups from the buffer when rebuilding the Ibuffer buffer
4452         and `ibuffer-show-empty-filter-groups' is nil.
4454 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4456         * ps-print.el (ps-print-quote): Call ps-value-string.
4457         (ps-setup): Call ps-comment-string.
4458         (ps-value-string, ps-comment-string): New funs.
4460 2004-05-06  Juanma Barranquero  <lektu@terra.es>
4462         * ehelp.el (electric-help-command-loop): Check whether the last
4463         character is visible, not (point-max).
4465         * help-fns.el (help-argument-name): Default to bold; don't inherit
4466         from font-lock-variable-name-face.
4467         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4469 2004-05-05  Kenichi Handa  <handa@m17n.org>
4471         * descr-text.el (describe-char): Copy the character with text
4472         properties and overlays into the first line, and call
4473         describe-text-properties on it.
4475 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
4477         * iswitchb.el (iswitchb-global-map): Fix typo.
4478         Remove unwanted ###autoloads from source file.
4480 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
4482         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4483         in run-hooks.  Use substitute-command-keys in message.
4484         (wdired-abort-changes): Add message.
4486 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
4488         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4489         (sql-emacs20-p): Remove.
4490         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4491         (sql-builtin-face, sql-doc-face): Remove.
4492         (sql-mode-ansi-font-lock-keywords)
4493         (sql-mode-oracle-font-lock-keywords)
4494         (sql-mode-postgres-font-lock-keywords)
4495         (sql-mode-linter-font-lock-keywords)
4496         (sql-mode-ms-font-lock-keywords)
4497         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4498         (sql-product-font-lock): Fix font-lock reset when font rules change.
4499         (sql-highlight-product): Remove incorrect font-lock reset logic.
4501 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
4503         * ses.el (ses-set-parameter): Fix typo.
4505 2004-05-04  Kim F. Storm  <storm@cua.dk>
4507         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4508         Must expand directory for completion to work; and don't mess with
4509         process-environment.
4510         (ido-read-file-name): If command has ido property, don't use ido
4511         if value is ignore, or read as directory if value is dir.
4512         Set ido ignore property for dired-do-rename command.
4514 2004-05-04  Juanma Barranquero  <lektu@terra.es>
4516         * ehelp.el (electric-help-command-loop, electric-help-undefined)
4517         (electric-help-help): Check against unmapped commands.
4519         * help-fns.el (help-argument-name): New face, inheriting from
4520         font-lock-variable-name-face, to highlight function arguments in
4521         `describe-function' and `describe-key'.
4522         (help-do-arg-highlight): Auxiliary function to highlight a given
4523         list of arguments in a string.
4524         (help-highlight-arguments): Highlight the function arguments and
4525         all uses of them in the docstring.
4526         (describe-function-1): Use it.  Do docstring output via `insert',
4527         not 'princ', so text attributes are preserved.
4529         * winner.el (winner-mode-map): Move `winner-undo' and
4530         `winner-redo' to C-c <left> and C-c <right>, respectively (the
4531         previous bindings conflict with `prev-buffer', `next-buffer').
4533 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4535         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4536         (bibtex-entry-update): New command bound to C-c C-u.
4537         (bibtex-text-in-string): Fix regexp.
4538         (bibtex-assoc-of-regexp): Remove.
4539         (bibtex-progress-message): Fix docstring.
4540         (bibtex-inside-field): Use if.
4541         (bibtex-assoc-regexp): New function.
4542         (bibtex-format-entry): Make code more robust so that it formats
4543         also old entries.
4544         (bibtex-autokey-demangle-title): Merge with obsolete function
4545         bibtex-assoc-of-regexp.
4546         (bibtex-field-list): New function.
4547         (bibtex-entry): Use bibtex-field-list.
4548         (bibtex-parse-entry): Fix docstring.
4549         (bibtex-print-help-message): Use bibtex-field-list.
4550         (bibtex-make-field): Use bibtex-field-list.
4551         (bibtex-entry-index): Bugfix.  Return crossref key if required.
4552         (bibtex-lessp): Fix docstring.
4554 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
4556         * select.el (xselect-convert-to-string): Move comment to intended line.
4558 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4560         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4561         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4563 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4565         * term/x-win.el (x-clipboard-yank): Don't exit on error from
4566         x-get-selection.
4568 2004-05-03  Jason Rumney  <jasonr@gnu.org>
4570         * makefile.nt: Remove.
4572 2004-05-03  Kim F. Storm  <storm@cua.dk>
4574         * emulation/cua-base.el (cua--update-indications): Fix last change.
4575         (cua-mode): Deactivate mark when cua-mode is enabled.
4577 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
4579         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4581 2004-05-03  Nick Roberts  <nickrob@gnu.org>
4583         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4584         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4585         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4586         window over visible frames.
4587         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4589 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4591         * progmodes/compile.el (compilation-gcpro): New var.
4592         (compilation-fake-loc): Use it.
4593         (compilation-forget-errors): Reset it.
4595 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
4597         * diff-mode.el (diff-header-face, diff-file-header-face):
4598         Use min-colors.
4600 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4602         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4603         (bibtex-clean-entry): Disentangle code.
4604         (bibtex-realign): New function.
4605         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
4606         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4607         Remove undocumented optional arg called-by-convert-alien.
4608         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
4609         for sorting instead of bibtex-sort-buffer.
4611 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
4613         * progmodes/compile.el (compilation-start): In the
4614         no-async-subprocesses branch, call sit-for to give redisplay a
4615         chance to show the updated process status in the mode line, and
4616         fontify the buffer explicitly after the process exits.
4618 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * progmodes/python.el (python-compilation-line-number): Remove.
4621         (python-compilation-regexp-alist): Don't use it any more.
4622         (python-orig-start, python-input-filter): Remove.
4623         (inferior-python-mode): Don't set up comint-input-filter-functions.
4624         (python-send-region): Use compilation-fake-loc.
4626         * progmodes/compile.el (compilation-messages-start): New var.
4627         (compilation-mode): Don't setup next-error-function here.
4628         (compilation-setup): Set it up here instead (for minor modes as well).
4629         Make compilation-messages-start buffer local.
4630         (compilation-next-error-function): Use it.
4631         (compilation-forget-errors): Set compilation-messages-start.
4633 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4635         * ielm.el (ielm-prompt-read-only): Update docstring.
4637         * comint.el (comint-prompt-read-only): Update docstring.
4638         (comint-update-fence, comint-kill-whole-line)
4639         (comint-kill-region): New functions.
4641         * simple.el (kill-whole-line): Use "p" instead of "P" in
4642         interactive form.
4644 2004-05-01  Juanma Barranquero  <lektu@terra.es>
4646         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
4647         format arglist so default values in CL-style argument lists are
4648         correctly shown.
4650 2004-05-01  Jason Rumney  <jasonr@gnu.org>
4652         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
4654 2004-05-01  Kenichi Handa  <handa@m17n.org>
4656         * international/titdic-cnv.el (miscdic-convert): Don't generate a
4657         quail file if it is up to date.
4659 2004-04-30  Juri Linkov  <juri@jurta.org>
4661         * cus-edit.el (custom-mode-map):
4662         Add key binding `C-x C-s' to `Custom-save'.
4664         * outline.el (outline-blank-line): New var.
4665         (outline-next-preface, outline-show-heading)
4666         (outline-end-of-subtree): Use it.
4668         * dired-aux.el (dired-touch-initial): New fun.
4669         (dired-do-chxxx): Call it for op-symbol `touch'.
4670         (dired-diff): Use `dired-dwim-target-directory'
4671         if current dired buffer has no buffer mark.
4673         * bindings.el (propertized-buffer-identification):
4674         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
4675         Add C-M-arrow keys for consistency.
4677         * files.el (confirm-kill-emacs):
4678         Change group from top-level `emacs' to `convenience'.
4680         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4681         Push mark on the first call of successive command calls.
4682         (insert-pair): New fun created from `insert-parentheses' with
4683         `open' and `close' arguments added.  Enclose active regions
4684         in paired characters.  Compare adjacent characters syntax with
4685         inserted characters syntax before inserting a space.
4686         (insert-parentheses): Call `insert-pair' with ?\( ?\).
4688         * delsel.el: Don't put `delete-selection' property
4689         on `insert-parentheses' symbol to take advantage of
4690         region handling in `insert-pair' function.
4691         Suggested by Stephan Stahl <stahl@eos.franken.de>.
4693 2004-04-30  Kim F. Storm  <storm@cua.dk>
4695         * emulation/cua-base.el: Add support for changing cursor types;
4696         based on patch from Michael Mauger.
4697         (cua-normal-cursor-color, cua-read-only-cursor-color)
4698         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
4699         Customization cursor type and/or cursor color.
4700         (cua--update-indications): Handle cursor type changes.
4701         (cua-mode): Update cursor indications if enabled.
4703         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
4705         * mouse.el (mouse-drag-copy-region): New defcustom.
4706         (mouse-set-region, mouse-drag-region-1): Use it.
4708         * simple.el (kill-ring-save): If region face background color is
4709         unspecified (if no highlighting), show extent of fully visible
4710         region even if transient-mark-mode is enabled.
4712         * emulation/cua-base.el (cua--standard-movement-commands):
4713         Add cua-scroll-up and cua-scroll-down.
4714         (cua-scroll-up, cua-scroll-down): New commands.
4715         (cua--init-keymaps): Remap scroll-up and scroll-down.
4717         * emulation/cua-rect.el (cua--convert-rectangle-as):
4718         New defmacro.
4719         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
4720         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
4721         New commands (suggested by Jordan Breeding).
4723 2004-04-30  Juanma Barranquero  <lektu@terra.es>
4725         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4727 2004-04-30  Mario Lang  <mlang@delysid.org>
4729         * diff.el (diff-switches): Fix typo in docstring.
4731 2004-04-30  Alex Schroeder  <alex@gnu.org>
4733         * xml.el (xml-debug-print-internal): Don't add newline and
4734         indentation to text nodes and write empty elements as empty tags
4735         instead of opening and closing tags.
4736         (xml-debug-print): Take optional indent-string argument.
4737         (xml-print): Alias for xml-debug-print.
4739 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4741         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4742         than duplicate call to `line-beginning-position'.
4744         * progmodes/f90.el (f90-get-present-comment-type):
4745         Return whitespace, as well as comment chars, for consistent filling
4746         of comment blocks.  Use `match-string-no-properties'.
4747         (f90-break-line): Trim trailing whitespace when filling comments.
4749 2004-04-30  Dave Love  <fx@gnu.org>
4751         * calendar/diary-lib.el (diary-outlook-formats): New variable.
4752         (diary-from-outlook-internal, diary-from-outlook)
4753         (diary-from-outlook-gnus, diary-from-outlook-rmail):
4754         New functions to import diary entries from Outlook-format
4755         appointments in mail messages.
4757 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4759         * progmodes/python.el (python-send-command): New fun.
4760         (python-send-region, python-load-file): Use it.
4762         * progmodes/compile.el (compilation-last-buffer): Add var alias.
4764         * help-fns.el (help-C-file-name): Use new subr-name.
4765         Prepend `src/' to the file name.
4766         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
4767         (describe-function-1, describe-variable): Only find a C source file
4768         name if DOC is already loaded.
4770         * help-mode.el (help-function-def, help-variable-def):
4771         Use the new find-function-search-for-symbol functionality.
4772         Allow FILE to be `C-source'.
4774         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
4775         (find-function-C-source): New fun.
4776         (find-function-search-for-symbol): Use it.
4778 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
4780         * progmodes/sql.el (sql-product-alist): Rename variable
4781         `sql-product-support'.  Add Postgres login parameters.
4782         (sql-set-product, sql-product-feature): Update with renamed variable.
4783         (sql-connect-postgres): Add username prompt.
4784         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
4785         Make patterns less product specific.
4786         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
4787         (sql-mode-abbrev-table): Modify initialization.
4788         (sql-builtin-face): Add variable.
4789         (sql-keywords-re): Add macro.
4790         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
4791         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
4792         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
4793         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
4794         (sql-mode-linter-font-lock-keywords)
4795         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
4796         (sql-mode-sybase-font-lock-keywords)
4797         (sql-mode-informix-font-lock-keywords)
4798         (sql-mode-interbase-font-lock-keywords)
4799         (sql-mode-ingres-font-lock-keywords)
4800         (sql-mode-solid-font-lock-keywords)
4801         (sql-mode-sqlite-font-lock-keywords)
4802         (sql-mode-db2-font-lock-keywords): Default to nil.
4803         (sql-product-font-lock): Always highlight ANSI keywords.
4804         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
4805         (sql-send-string): Add function.
4807 2004-04-29  Dave Love  <fx@gnu.org>
4809         * progmodes/cfengine.el (cfengine-beginning-of-defun)
4810         (cfengine-end-of-defun): Ensure progress through buffer.
4812         * info-look.el (cfengine-mode): Accept a terminal ().
4814 2004-04-29  Juri Linkov  <juri@jurta.org>
4816         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4817         instead of isearch-yank-word-or-char.  Add new key bindings for
4818         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4819         (isearch-del-char): New fun.
4820         (isearch-forward, isearch-edit-string): Update docstring.
4821         (isearch-yank-char): Doc fix.
4822         (isearch-other-meta-char): Restore point after scrolling.
4824         * progmodes/compile.el (compilation-context-lines): Add nil option
4825         to disable compilation output window scrolling.
4826         (compilation-set-window): Use it.
4828         * outline.el (outline-next-preface, outline-show-heading):
4829         Don't leave unhidden blank line before heading.
4830         (outline-end-of-subtree): Include last newline into subtree.
4831         (hide-entry): Leave point at beginning of heading instead of end.
4832         (outline-up-heading): Push mark for the first call of successive
4833         command calls.
4835 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
4837         * comint.el (comint-prompt-read-only): New variable.
4838         (comint-output-filter): Implement it.
4840         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
4841         (ielm-prompt-internal): New variable.
4842         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
4843         (ielm-send-input): Delete unused variable `buf'.
4844         (ielm-eval-input): Use `ielm-prompt-internal'.
4845         (inferior-emacs-lisp-mode): Use new variables
4846         `comint-prompt-read-only' and `ielm-prompt-internal'.
4847         Get rid of obsolete variable `directory-sep-char'.
4848         (ielm): Use `zerop'.
4850 2004-04-29  John Paul Wallington  <jpw@gnu.org>
4852         * thumbs.el (toplevel): Require cl at compile time.
4853         Remove conditional definitions of `ignore-errors' and `caddar'
4854         because they occur at run time.
4856 2004-04-28  Nick Roberts  <nickrob@gnu.org>
4858         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4859         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4860         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4861         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4863         * progmodes/gud.el (gud-common-init): Throw an error if program is
4864         already running under gdb.
4866 2004-04-28  John Paul Wallington  <jpw@gnu.org>
4868         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4869         (thumbs-show-image-num): Move assignment of
4870         `thumbs-current-image-filename' within scope of `i'.
4871         (thumbs-emboss-image): Don't use `evenp'.
4873 2004-04-28  Richard M. Stallman  <rms@gnu.org>
4875         * progmodes/compile.el (compilation-context-lines): Default now 0.
4877 2004-04-28  Juanma Barranquero  <lektu@terra.es>
4879         Use `time-less-p' from calendar/time-date.el instead of defining
4880         custom versions of it.
4882         * pcomplete.el (pcomplete-time-less-p): Remove.
4884         * thumbs.el (time-less-p): Remove.
4886         * calendar/timeclock.el (timeclock-time-less-p): Remove.
4887         (timeclock-generate-report): Use `time-less-p'.
4889         * emacs-lisp/autoload.el (autoload-before-p): Remove.
4890         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4892 2004-04-28  Masatake YAMATO  <jet@gyve.org>
4894         * subr.el (remove-overlays): Make arguments optional.
4896         * wid-edit.el (widget-specify-button): Put evaporate to the
4897         overlay for sample.
4898         (widget-specify-sample): Put evaporate to the overlay for sample.
4899         (widget-specify-doc): Put evaporate to the overlay for documentation.
4901 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
4903         * info.el (info-apropos): Make it an index node.  Align node names
4904         like makeinfo.
4906 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
4908         * net/browse-url.el (browse-url-netscape-sentinel)
4909         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4910         (browse-url-epiphany-sentinel, browse-url-mosaic):
4911         Use browse-url-*-program instead of a literal program name.
4913 2004-04-27  Kevin Ryde  <user42@zip.com.au>
4915         * eshell/em-alias.el:
4916         * eshell/em-dirs.el:
4917         * eshell/em-hist.el:
4918         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
4919         features when M-x customize-group loads modules before the main
4920         eshell.el.
4922 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4924         * subr.el (momentary-string-display): Support EXIT-CHAR that is
4925         either a character representation of an event or an event
4926         description list.
4928         * type-break.el: Capitalise Emacs and Lisp.
4929         (type-break-good-break-interval, type-break-demo-boring-stats)
4930         (type-break-terse-messages, type-break-file-name): New defcustoms.
4931         (type-break-post-command-hook)
4932         (type-break-warning-countdown-string): Quote variable names in doc.
4933         (type-break-interval-start, type-break-auto-save-file-name): New vars.
4934         (type-break-mode): Document type-break-good-break-interval and the
4935         "session" file.  Schedule break according to the session file.
4936         Kill session file buffer on exit.  Organise for save-some-buffers
4937         to always save the session file.
4938         (type-break-mode-line-message-mode, type-break-query-mode):
4939         Uppercase arguments.
4940         (type-break-file-time, type-break-file-keystroke-count, timep)
4941         (type-break-choose-file, type-break-get-previous-time)
4942         (type-break-get-previous-count): New defuns.
4943         (type-break): Avoid break querying after a completed break in the
4944         case where the query was initiated during user invocation of the
4945         break.  Optional terse messages.
4946         Use type-break-good-break-interval if type-break-good-rest-interval is
4947         nil.  File the break time.
4948         (type-break-schedule): New optional args for overriding the use of
4949         the current time.
4950         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
4951         after a break.
4952         (type-break-check): File the keystroke count.
4953         (type-break-do-query): Prevent a second query when the break is
4954         interrupted.  Optional terse message.
4955         (type-break-keystroke-reset): Record the start of a typing interval.
4956         (type-break-demo-boring): Optional terse messages.  Display word
4957         per minute and keystroke counts according to
4958         type-break-demo-boring-stats.
4960 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
4962         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
4963         directories, make sure they exist under archive-tmpdir.
4965 2004-04-27  Juri Linkov  <juri@jurta.org>
4967         * help.el (view-emacs-news): With argument, display info for the
4968         selected version by finding it among different NEWS files, and
4969         narrowing the buffer to the selected version.
4971         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
4972         same-window-buffer-names.
4973         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
4974         non-numeric prefix argument, append the number to the buffer name
4975         for numeric prefix argument.
4976         (info-other-window): Bind same-window-regexps to nil.
4977         (Info-reference-name): Rename to Info-point-loc.
4978         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
4979         and Info-find-index-name for stringy Info-point-loc.
4980         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
4981         without middle `.', but with final `.' and optional line number
4982         for it.  Set Info-point-loc for index nodes.
4983         (Info-index): Remove middle `.' from index entry regexp.
4984         Modify line number regexp.
4985         (Info-index-next): Decrement line number.
4986         (info-apropos): Remove middle `.' from index entry regexp.
4987         Add optional line number regexp at the end.  Add matched value
4988         for line number to the result list and insert it to the buffer.
4989         Replace match-string by match-string-no-properties.
4990         Reorder result list.
4991         (Info-fontify-node): Hide index line numbers.
4992         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
4993         empty matches.
4994         (Info-follow-reference): Use `str' instead of
4995         Info-following-node-name-re.
4996         (Info-toc): Use full file names.  Set Info-current-node to "Top".
4997         (Info-fontify-node): Compare file names without directory name.
4998         (Info-try-follow-nearest-node): Don't set Info-reference-name.
4999         Set second arg of Info-extract-menu-node-name for index nodes.
5000         (info-xref-visited): Use magenta3 instead of magenta4.
5001         (Info-mode): Add info-apropos to docstring.
5003         * log-view.el (log-view-diff): Replace interactive code "r"
5004         by a list to allow to call it even if region is not active.
5006         * paren.el (show-paren-highlight-openparen): New var.
5007         (show-paren-function): Turn on openparen highlighting when
5008         matching forward if show-paren-highlight-openparen is non-nil.
5010         * simple.el (kill-ring-save): Use blink-matching-delay instead of
5011         the constant value 1.
5012         (completions-common-part): Expand docstring.
5014         * textmodes/picture.el (picture-mode-map): Add arrow keys.
5016 2004-04-27  Kim F. Storm  <storm@cua.dk>
5018         * image.el (insert-sliced-image): Use line-height instead of
5019         line-spacing property on newline.
5021 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
5023         * desktop.el (desktop-buffer-misc-data-function): Rename to
5024         desktop-save-buffer and change docstring.
5025         (desktop-buffer-modes-to-save): Delete.
5026         (desktop-save-buffer-p): Use desktop-save-buffer instead of
5027         desktop-buffer-modes-to-save.
5028         (desktop-save): Rename desktop-buffer-misc-data-function to
5029         desktop-save-buffer and allow non-function value.
5030         (desktop-missing-file-warning): Correct docstring.
5032         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5033         to desktop-save-buffer.
5035         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5036         desktop-save-buffer.
5038         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5040         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5042 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
5044         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5046 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5048         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5049         (ielm): Only go to the end of the buffer when starting a new process.
5051 2004-04-25  Juanma Barranquero  <lektu@terra.es>
5053         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5054         mode line.  Bind `inhibit-read-only' to t before modifying
5055         properties of text in the buffer.
5056         (ielm): Force point to the end of buffer, even when running ielm
5057         from inside itself.
5059 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
5061         * info.el (info-apropos): Reset Info-complete-cache.
5063 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
5065         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5066         Also recognize severe Irix et al. messages.
5067         (compilation-normalize-filename, compile-abbreviate-directory):
5068         Delete functions.
5069         (compilation-get-file-structure): New function inherits
5070         functionality of the two preceding ones.
5071         (compilation-internal-error-properties, compilation-fake-loc):
5072         Use it so that different paths to the same file share the same
5073         markers.  Also optimize finding adjacent marker slightly.
5075 2004-04-25  Kim F. Storm  <storm@cua.dk>
5077         * image.el (insert-sliced-image): Add line-spacing t property
5078         to newlines separating image lines.
5080 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5082         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5084         * ielm.el (ielm-prompt-read-only): New user option.
5085         (ielm-prompt): Expand docstring to describe new behavior.
5086         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5087         mention it in the docstring.
5089 2004-04-24  Andreas Schwab  <schwab@suse.de>
5091         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5093         * diff.el (diff): Set default-directory in diff buffer.
5095 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
5097         * mail/sendmail.el (mail-bury): Don't delete the frame where the
5098         mail was being composed if the terminal cannot display more than
5099         one frame; instead, switch to previous frame.
5101         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5102         (rmail-start-mail): Support rmail-mail-new-frame even on
5103         terminals that can display only one frame at a time.
5105 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5107         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5108         (checkdoc-output-font-lock-keywords): Remove error regexp.
5109         (checkdoc-output-mode-map): Remove.
5110         (checkdoc-output-mode): Derive from compilation-mode.
5111         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5113         * dired.el (dired-mode-map): Add a menu entry for wdired.
5115         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5116         (rx-bracket, rx-check-any, rx-any): Clean up name space.
5118         * wdired.el: (wdired-mode-map): Move init into declaration.
5119         Fix `return' binding.
5120         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5121         Use force-mode-line-update.
5122         (wdired-get-filename): Use `unless'.
5123         (wdired-preprocess-files): Don't assume names have no \n and use / for
5124         dir separator.
5125         (wdired-normalize-filename): Use replace-regexp-in-string.
5126         (wdired-load-hooks): Remove.
5127         (wdired-mode-hooks): Rename to wdired-mode-hook.
5129         * info-look.el: Add support for cfengine-mode.
5130         (info-lookup-setup-mode): Use dolist.
5132 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
5134         * wdired.el: New file.
5136 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5138         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5140         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5141         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5142         (pcomplete--help, pcomplete--here): Doc fixes.
5144 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
5146         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5147         handles wrong-number-of-arguments in backend call.
5149         * vc.el (vc-print-log): Likewise.
5151 2004-04-20  Dave Love  <fx@gnu.org>
5153         * emacs-lisp/rx.el: Doc fixes.
5154         (rx-constituents): Add/extend many forms.
5155         (rx-check): Check form is a list.
5156         (bracket): Defvar.
5157         (rx-check-any, rx-any, rx-check-not): Modify.
5158         (rx-not): Simplify.
5159         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5160         (rx-kleene): Use rx-trans-forms.
5161         (rx-quote-for-set): Delete.
5162         (rx): Allow multiple args.
5164 2004-04-23  Kenichi Handa  <handa@m17n.org>
5166         * international/mule-util.el (char-displayable-p): Simplify by
5167         using internal-char-font.
5169 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5171         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5173 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5175         * diff-mode.el (diff-next-error): New fun.
5176         (diff-mode): Use it.
5178         * simple.el (next-error): Change arg name.
5179         Add support for the documented C-u C-x ` usage.
5181         * frame.el (special-display-popup-frame, next-multiframe-window)
5182         (previous-multiframe-window): Only consider frames on same display.
5184 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
5186         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5187         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5189 2004-04-22  Kim F. Storm  <storm@cua.dk>
5191         * net/telnet.el (telnet): Add optional port arg.
5193 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5196         Minor sanity check on the `hyperlink' slot.
5198         * Makefile.in (recompile): Compile new files.
5200         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5201         Add byte-recompile-directory's optional `arg'.
5203         * cvs-status.el (cvs-tree-use-charset): New var.
5204         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5205         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5206         (cvs-status-cvstrees): Use it.
5208         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5209         Make it a normal major mode.
5210         (checkdoc-buffer-label): Make sure the file name is meaningful.
5211         (checkdoc-output-to-error-buffer): Remove.
5212         (checkdoc-error, checkdoc-start-section): Rewrite.
5214         * info.el (info-node, info-menu-5, info-xref, info-header-node)
5215         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5216         (Info-title-4-face): Use new syntax.
5217         (info-xref-visited): Inherit from info-xref.
5219         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5221 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5223         * simple.el (next-error-last-buffer, next-error-function):
5224         New variables for the next-error framework.
5225         (next-error-buffer-p): New function.
5226         (next-error-find-buffer): Generalize compilation-find-buffer.
5227         (next-error, previous-error, first-error, next-error-no-select)
5228         (previous-error-no-select): Move from compile.el.
5230         * replace.el (occur-next-error, occur-1): Hook into the next-error
5231         framework.
5233         * progmodes/compile.el (compilation-start):
5234         Set next-error-last-buffer so next-error knows where to jump.
5235         (compilation-setup): Set the buffer-local variable
5236         next-error-function to 'compilation-next-error-function.
5237         (compilation-buffer-p, compilation-buffer-internal-p): Use an
5238         alternate way to find if a buffer is a compilation buffer, for
5239         next-error convenience.
5240         (next-error-no-select, previous-error-no-select, next-error)
5241         (previous-error, first-error): Move to simple.el.
5242         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5243         (compilation-last-buffer): Remove.
5244         (compilation-start, compilation-next-error, compilation-setup)
5245         (compilation-next-error-function, compilation-find-buffer):
5246         Remove compilation-last-buffer use.
5248 2004-04-21  Juanma Barranquero  <lektu@terra.es>
5250         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5251         (font-lock-warning-face): Fix spacing.
5253         * makefile.w32-in (WINS): Add url/ directory.
5255 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
5257         * desktop.el (desktop-buffer-mode-handlers): New variable.
5258         Alist of major mode specific functions to restore a desktop buffer.
5259         (desktop-buffer-handlers): Make variable obsolete.
5260         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5261         Catch errors signaled in handlers.  Update buffer count.
5262         Evaluate desktop-buffer-point.
5263         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5264         move to dired.el.
5265         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5266         move to info.el.
5267         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5268         move to mail/rmail.el.
5269         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5270         to mh-e/mh-e.el.
5271         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5272         On fail, print message (to message buffer) even if
5273         desktop-missing-file-warning is nil.
5274         (desktop-buffer-misc-data-function): New buffer local variable.
5275         Function returning major mode specific data.
5276         (desktop-buffer-misc-functions): Make variable obsolete.
5277         (desktop-save): Use desktop-buffer-misc-data-function.
5278         (desktop-buffer-dired-misc-data): Rename to
5279         dired-desktop-buffer-misc-data and move to dired.el.
5280         (desktop-buffer-info-misc-data): Rename to
5281         Info-desktop-buffer-misc-data and move to info.el.
5282         (desktop-read): Add message about number of buffers restored/failed.
5284         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5285         Add parameters.  Pause to display error only when
5286         desktop-missing-file-warning is non-nil.
5287         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
5288         (dired-mode): Bind desktop-buffer-misc-data-function.
5290         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5291         Add Parameters.
5292         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
5293         (Info-mode): Bind desktop-buffer-misc-data-function.
5295         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5296         Add Parameters.
5298         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5299         Add Parameters.
5301 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
5303         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5304         the case of letters in case-insensitive expansions when the
5305         abbrev is preceded by characters with letter syntax.
5307 2004-04-21  Richard M. Stallman  <rms@gnu.org>
5309         * progmodes/cperl-mode.el (cperl-putback-char):
5310         Delete Emacs 18 definition.
5312         * international/mule.el (ctext-post-read-conversion):
5313         Use assoc-string, not assoc-ignore-case.
5315         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5317         * emacs-lisp/easymenu.el (easy-menu-add):
5318         Do call x-popup-menu, but only if it's defined.
5320         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5322         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5323         Handle multiple args: compile like progn.
5325         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5326         take all args as &rest arg.
5328         * autoinsert.el (auto-insert-alist): Insert the user's name in
5329         copyright notice, rather than Free Software Foundation.
5331 2004-04-21  Kenichi Handa  <handa@m17n.org>
5333         * descr-text.el (describe-char): Make it work on *Help* buffer.
5335 2004-04-21  Kim F. Storm  <storm@cua.dk>
5337         * image.el (insert-image): Add optional SLICE arg.
5338         (insert-sliced-image): New defun.
5340 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5342         * subr.el (read-number): Check whether `default' is nil.
5344 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * progmodes/compile.el (compilation-error-properties):
5347         Split into two.
5348         (compilation-internal-error-properties): New one.
5349         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
5351 2004-04-20  Richard M. Stallman  <rms@gnu.org>
5353         * window.el (split-window-save-restore-data):
5354         Don't update the data if OLD-INFO is nil.
5356         * view.el (view-return-to-alist): Mark it permanent local.
5358         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5360         * recentf.el (recentf-save-list): Catch and warn about errors.
5362         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5363         so "Buffers" won't be pure.
5365         * help-mode.el (help-mode-finish): Set help-return-alist first
5366         thing, setting only the entry for the selected window.
5368         * help-fns.el (describe-function-1): If many non-control non-meta
5369         keys run the command, don't list all of them.
5371 2004-04-20  Juanma Barranquero  <lektu@terra.es>
5373         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5374         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
5376         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5378 2004-04-20  Kenichi Handa  <handa@m17n.org>
5380         * international/quail.el (quail-lookup-key): New optional arg
5381         NOT-RESET-INDICES.
5382         (quail-get-translations): Call quail-lookup-key with
5383         NOT-RESET-INDICES t.
5384         (quail-completion): Likewise.
5385         (quail-lookup-map-and-concat): Likewise.
5387 2004-04-20  Kenichi Handa  <handa@m17n.org>
5389         * international/quail.el (quail-update-translation): Don't insert
5390         such an unsupported multibyte char in a unibyte buffer.
5392 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
5394         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5395         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5396         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5397         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5398         (gdb-frame-assembler-buffer): Improve behaviour with
5399         multiple frames.
5400         (gdb-display-buffer): Extend search to all visible frames.
5402 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
5404         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5405         characters left after base64 decoding.
5406         (rmail-decode-region): Use -dos variety of `coding', to remove any
5407         ^M characters left after qp or base64 decoding.
5409 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5411         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5412         messages.
5414 2004-04-19  Stephen Eglen  <stephen@gnu.org>
5416         * add-log.el (add-change-log-entry): Update doc string to mention
5417         add-log-full-name and add-log-mailing-address.
5419 2004-04-18  Juri Linkov  <juri@jurta.org>
5421         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5422         (Info-find-node-2): Simplify error message.
5423         (Info-insert-dir): Use Info-following-node-name.
5424         (Info-goto-node): Remove *info-history* and *info-toc*.
5425         (Info-history): Create a node of the virtual history file.
5426         (Info-toc): Create a node of the virtual toc file.
5427         (Info-insert-toc): New arg `curr-file' for reference file names.
5428         (info-apropos): Remove redundant var binding for temp-file.
5429         (Info-index, Info-index-next, Info-mode): Doc fix.
5430         (Info-goto-emacs-command-node): Don't jump to *info* from
5431         non-*info* Info buffers.
5432         (Info-fontify-node): Don't show the file name of external
5433         references if `Info-hide-note-references' is `hide'.  Don't hide
5434         newlines at the end of paragraphs.
5436         * international/mule-diag.el (list-input-methods):
5437         Fix args to help-xref-button.
5439         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5440         to put into effect local variables from TUTORIAL files.
5442         * textmodes/paragraphs.el (sentence-end) <function>: New fun
5443         with default value taken from the variable `sentence-end'.
5444         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
5445         Add nil const to :type.
5446         (sentence-end-without-period, sentence-end-double-space)
5447         (sentence-end-without-space): Doc fix.
5449         * textmodes/paragraphs.el (forward-sentence):
5450         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5451         (fill-delete-newlines):
5452         * progmodes/cc-cmds.el (c-beginning-of-statement):
5453         Use function `sentence-end' instead of variable `sentence-end'.
5455 2004-04-18  Andreas Schwab  <schwab@suse.de>
5457         * progmodes/compile.el (compilation-start): Set window start to
5458         point-min if compilation-scroll-output is nil.
5460 2004-04-18  John Wiegley  <johnw@newartisans.com>
5462         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5464 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
5466         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5467         (gdb-info-breakpoints-custom): Revert previous change.
5468         (gdb-view-assembler): Update assembler if necessary.
5469         (gdb-frame-handler): Parse correctly for gdb-current-frame.
5470         (gdb-display-source-buffer): Update properly when both source and
5471         assembler are visible.
5473 2004-04-17  John Wiegley  <johnw@newartisans.com>
5475         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5476         which limits the number of names shown in the minibuffer.  Off by
5477         default.
5478         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
5479         up iswitchb for users with a multitude of open buffers by showing
5480         only the first and last N/2 buffers in the completion list (which
5481         is enough to aid C-s/C-r, and to know that more characters are
5482         needed to refine the completion list).
5484 2004-04-17  Richard M. Stallman  <rms@gnu.org>
5486         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5487         (file-truename): Expand all ~ constructs directly.
5488         (insert-directory): Delete any error msg output by the
5489         `insert-directory-program'.
5491         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5492         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5493         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5494         (allout-init): Use find-file-hook, not find-file-hooks.
5495         (allout-mode): Eliminate Emacs 18 support.
5496         Use write-contents-functions, not local-write-file-hooks.
5498 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
5500         * progmodes/compile.el (compilation-error-properties): Fix for
5501         adding messages when there are already markers for their file.
5502         (compilation-fake-loc): New function.
5504 2004-04-16  Dave Love  <fx@gnu.org>
5506         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5507         (python-load-file): Fix python-orig-start setting.
5509         * progmodes/compile.el: Doc fixes.
5510         (compilation-error-regexp-alist-alist)
5511         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5512         (compilation-assq): Wrap in eval-when-compile.
5513         (compilation-mode-font-lock-keywords): Don't use list*.
5514         (compilation-start): Avoid warning.
5515         (compilation-compat-error-properties)
5516         (compilation-directory-properties): Add keymap property.
5517         (compilation-parsing-end): Make it a marker for better compatibility.
5519         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5521 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
5523         * xml.el: Doc fixes.
5524         (xml-get-children): Only looks at sub-tags and ignore strings.
5526         * xml.el (xml-parse-tag): Avoid overwriting node-name.
5528 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5532 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
5534         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5536         * vc.el (vc-print-log): Likewise.
5538 2004-04-16  Masatake YAMATO  <jet@gyve.org>
5540         * simple.el (completion-setup-function): Set an initial value
5541         to `element-common-end' before entering loop.  Set a value
5542         to `element-common-end' at the end of loop.
5543         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5544         (completions-common-part): Rename from completion-de-emphasis.
5545         (completions-first-difference): Rename from completion-emphasis.
5546         Suggested by RMS.
5548 2004-04-16  Juanma Barranquero  <lektu@terra.es>
5550         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5551         (bookmark-edit-annotation-mode): Add mode name.
5553 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5556         for nested conflict markers.
5557         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5559 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
5561         * progmodes/gdb-ui.el (gdb-goto-info): New function.
5563         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5565 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5568         Give a backtrace if requested.
5570         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5572         * progmodes/python.el (python-mouse-2-command, python-RET-command):
5573         Remove unused functions.
5574         (python-orig-start-line, python-orig-file): Remove.
5575         (python-orig-start): New var.
5576         (python-input-filter, python-compilation-line-number)
5577         (python-send-region, python-load-file): Use it.
5579         * info.el (info): Always jump to *info*.
5581         * subr.el (posn-set-point): New function.
5583         * mouse.el (mouse-set-point): Use it.
5585         * progmodes/compile.el (compile-goto-error): Use it.
5586         (compilation-button-map): New keymap.
5587         (compilation-error-properties): Use it.
5588         (compilation-shell-minor-mode-map): Don't bind mouse-2.
5590         * smerge-mode.el (smerge-popup-context-menu): Use it.
5592         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5593         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5594         mouse and non-mouse case.
5596         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5597         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5599         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5600         Make it work for non-mouse events.
5602         * pcvs-info.el (cvs-status-map): Update binding name.
5604 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
5606         * xml.el (xml-maybe-do-ns): New function to handle namespace
5607         parsing of both attribute and element names.
5608         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5609         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5610         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
5611         (xml-parse-attlist): Make it do its own namespace parsing.
5613 2004-04-14  Dave Love  <fx@gnu.org>
5615         * progmodes/python.el (run-python): Fix use of \n.
5616         (python-load-file): Remove `try' from Python fragment.
5617         (python-describe-symbol): Fix message.
5619         * comint.el: Doc fixes.
5620         (comint-last-input-start, comint-last-input-end)
5621         (comint-last-output-start): Give them values.
5622         (comint-arguments): Avoid warning.
5623         (comint-skip-prompt): Use line-end-position.
5624         (comint-backward-matching-input): Rename arg to agree with doc.
5625         (comint-extract-string): Use syntax-ppss.
5626         (comint-dynamic-simple-complete): Delete useless list construction.
5627         (comint-redirect-subvert-readonly): New.
5628         (comint-redirect-preoutput-filter): Use it.
5630         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5631         Correctly handle negative arguments when calling hook functions.
5633 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
5635         * info.el (info-apropos): Don't clobber Info-history-list.
5637 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
5639         * progmodes/compile.el (compilation-setup):
5640         Localize overlay-arrow-position.
5641         (compilation-sentinel): Restructure code equivalently.
5642         (compilation-next-error): Find message on same line after point if
5643         not found before point.
5644         (compile-mouse-goto-error): Restore function so that compilation
5645         buffer need not be current and use compile-goto-error.
5646         (compile-goto-error): Restore function.
5647         (next-error): Set overlay-arrow-position.
5648         (compilation-forget-errors): Don't localize already local
5649         compilation-locs and remove FIXME about refontifying.
5651 2004-04-14  Kim F. Storm  <storm@cua.dk>
5653         * startup.el (emacs-quick-startup): New defvar (set by -Q).
5654         (command-line): New option -Q.  Like -q --no-site-file, but
5655         in addition it also disables menu-bar, tool-bar, scroll-bars,
5656         tool-tips, and the blinking cursor.
5657         (command-line-1): Skip startup screen if -Q.
5658         (fancy-splash-head): Use ":align-to center" prop to center splash image.
5660         * emulation/cua-base.el (cua-read-only-cursor-color)
5661         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
5663 2004-04-13  Dave Love  <fx@gnu.org>
5665         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
5666         (syntax): Don't require.
5667         (python) <defgroup>: Add :version.
5668         (python-quote-syntax): Re-written.
5669         (inferior-python-mode): Move stuff here from run-python and add
5670         some more.
5671         (python-preoutput-continuation, python-preoutput-result)
5672         (python-dotty-syntax-table): New.
5673         (python-describe-symbol): Use them.
5674         (run-python): Move stuff to inferior-python-mode.  Modify code
5675         loaded into Python.
5676         (python-send-region): Use python-proc, python-send-string.
5677         (python-send-string): Send newlines too.  Callers changed.
5678         (python-load-file): Re-written.
5679         (python-eldoc-function): New.
5680         (info-look): Don't require.
5681         (python-after-info-look): New.  A modified version of former
5682         top-level code for use with eval-after-load.
5683         (python-maybe-jython, python-guess-indent): Use widened buffer.
5684         (python-fill-paragraph): Re-written.
5685         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
5686         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
5688 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
5691         Set compilation-error-regexp-alist earlier.
5693         * progmodes/compile.el (compilation-minor-mode-map)
5694         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
5695         (compile-goto-error): Re-merge the mouse and non-mouse commands.
5697 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * progmodes/compile.el (compile-goto-error): Select the buffer/window
5700         corresponding to the event.
5702 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
5704         * loadup.el: Add cygwin to system-type list, for unexec() support.
5706 2004-04-12  John Paul Wallington  <jpw@gnu.org>
5708         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
5709         (ibuffer-restore-window-config-on-quit): New variable to replace
5710         `ibuffer-delete-window-on-quit'.  Update all references.
5711         (ibuffer-prev-window-config): New variable.
5712         (ibuffer-quit): Restore previous window configuration instead of
5713         deleting window.
5714         (ibuffer): Save window configuration before showing Ibuffer buffer.
5716         * help.el (describe-mode): Doc fix.
5718 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5720         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
5721         not to treat nil as a function.
5723         * vc-arch.el (vc-arch-root): Be a bit more careful.
5724         (vc-arch-register): Save the buffer if we modified it.
5725         (vc-arch-delete-rej-if-obsolete): Save excursion.
5726         (vc-arch-find-file-hook): Use the simpler after-save-hook.
5727         (vc-arch-responsible-p, vc-arch-init-version): New functions.
5729         * net/ldap.el (ldap-search): Use list*.
5731 2004-04-12  Juri Linkov  <juri@jurta.org>
5733         * info.el (Info-follow-reference): Allow multiline reference name.
5735 2004-04-11  Dave Love  <fx@gnu.org>
5737         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
5739         * progmodes/python.el: New file.
5741 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
5743         * vc-hooks.el (vc-arg-list): Function removed.
5744         (vc-default-workfile-unchanged-p): Use condition-case to check for
5745         backward compatibility.
5747         * vc.el (vc-print-log): Use condition-case to check for backward
5748         compatibility.
5750 2004-04-11  Juri Linkov  <juri@jurta.org>
5752         * dired.el (dired-faces): New defgroup.
5753         (dired-header, dired-mark, dired-marked, dired-flagged)
5754         (dired-warning, dired-directory, dired-symlink, dired-ignored):
5755         New faces.
5756         (dired-header-face, dired-mark-face, dired-marked-face)
5757         (dired-flagged-face, dired-warning-face, dired-directory-face)
5758         (dired-symlink-face, dired-ignored-face): New face variables.
5759         (dired-font-lock-keywords): Use them instead of font-lock faces.
5760         Split the rule for dired marks into 3 separate rules: for marks,
5761         marked file names and flagged file names.
5763         * help-mode.el (help-make-xrefs): Add a final newline to the
5764         *Help* buffer.
5766 2004-04-11  John Paul Wallington  <jpw@gnu.org>
5768         * replace.el (occur-engine): Distinguish between one and several
5769         matches in the matches per buffer heading.
5771 2004-04-11  Kim F. Storm  <storm@cua.dk>
5773         * ido.el (ido-confirm-unique-completion): New defcustom.
5774         (ido-complete): Use it.
5775         (ido-write-file): Set it to t unconditionally.
5777 2004-04-10  Miles Bader  <miles@gnu.org>
5779         RCS keyword removal (only non-comment changes are enumerated here):
5781         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
5782         (byte-compile-insert-header): Don't use `byte-compile-version'.
5783         * forms.el (forms-version): Variable removed.
5784         (forms-mode): Don't use `forms-version'.
5785         * recentf.el (recentf-version): Variable removed.
5786         * progmodes/delphi.el (delphi-version): Variable removed.
5787         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
5789 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5791         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
5793 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
5795         * info.el (info-apropos): Improve menu item regexp.
5797 2004-04-09  Simon Josefsson  <jas@extundo.com>
5799         * mail/smtpmail.el: Add comment, based on report by
5800         kdc@rcn.com (Kevin D. Clark).
5802 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5805         Redo one more thing that I didn't notice Daniel had undone.
5807 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
5809         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
5810         (gdb-goto-breakpoint, gdb-display-buffer)
5811         (gdb-display-source-buffer, gdb-view-source-function)
5812         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5813         (gdb-source-info, gdb-frame-handler): Don't specify a window
5814         for display.
5815         (gdb-info-breakpoints-custom): Remove superfluous update of
5816         assembler buffer.
5817         (gdb-many-windows): Make settable outside gdb.
5819 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
5821         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5822         Derive from fundamental-mode rather than text-mode.
5824 2004-04-08  Juri Linkov  <juri@jurta.org>
5826         * info.el (Info-history): Doc fix.
5827         (Info-history-list): New var.
5828         (info-xref): Change magenta4 to blue, remove bold for dark and
5829         light backgrounds, change bold to underline for non-color classes.
5830         (info-xref-visited): New face.
5831         (Info-fontify-visited-nodes): New custom.
5832         (Info-hide-note-references): Add new value `hide'.  Doc fix.
5833         (Info-reference-name): New var.
5834         (Info-selection-hook): New custom.
5835         (Info-edit-mode-hook): New var.
5836         (Info-find-file): New fun.
5837         (Info-find-node): Move part of code to Info-find-file.
5838         (Info-find-node-2): Add anchors to Info-history-list.  Move point
5839         to the place with the reference name if name is defined.
5840         (Info-select-node): Add current node to Info-history-list.
5841         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
5842         (Info-search-whitespace-regexp): New custom.
5843         (Info-search-case-fold): New var.
5844         (Info-search): Add "case-sensitively" to the prompt.
5845         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
5846         (Info-search-case-sensitively, Info-search-next): New fun.
5847         (Info-up): Move point to the menu item of the current node.
5848         (Info-history): New fun.  Add *info-history* to
5849         same-window-buffer-names.
5850         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
5851         (Info-insert-toc): New fun.
5852         (Info-build-toc): New fun.
5853         (Info-follow-reference): Add new arg `fork'.  Doc fix.
5854         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
5855         with the same name prefer the reference closest to point.
5856         (Info-next-reference): Replace * by + in the *Note regexp.
5857         Add regexp for http:// and ftp://.  Skip the *Note prefix.
5858         (Info-prev-reference): Replace * by + in the *Note regexp.
5859         Add regexp for http:// and ftp://.  Skip the *Note prefix.
5860         (Info-follow-nearest-node): Add new arg `fork'.
5861         (Info-try-follow-nearest-node): Add new arg `fork'.
5862         Call browse-url for http:// and ftp:// references.
5863         Set Info-reference-name for index entries.
5864         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5865         Info-search-next, Info-history, Info-toc, clone-buffer.
5866         (Info-menu-update): Replace * by + in the *Note regexp.
5867         (Info-mode): Add documentation for Info-history, Info-toc,
5868         Info-search-case-sensitively, Info-search-next, clone-buffer.
5869         (Info-fontify-menu-headers): Remove fun.  Move code to
5870         Info-fontify-node.
5871         (Info-fontify-node): Add docstring.  Add local vars
5872         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
5873         then fontify header line, titles, menu headers, http and ftp
5874         references, refill paragraphs.  If not-fontified-p is t or
5875         fontify-visited-p is t then fontify cross references, menu items.
5876         Fontify menu headers.  Fontify http and ftp references.
5877         Change regexp for cross references to require whitespace after *Note,
5878         add matching groups for file and node names.  Remove hack for quote.
5879         Use display property for Info-hide-note-references=t.  Use fifth
5880         or fourth match for help-echo.  Display visited nodes in a
5881         different face.  Unhide file names of external references.
5882         Unhide newlines.  Display visited menu items in a different face.
5884 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * progmodes/compile.el: Require CL.
5887         (compilation-mode-font-lock-keywords): Re-install the "line as
5888         function" patch.
5890         * help-fns.el (help-C-source-directory): New var.
5891         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5892         (describe-function-1, describe-variable): Use them.
5894         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5895         to C source files specially.
5897 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5899         * info.el (Info-hide-cookies-node): New function.
5900         (Info-select-node): Use it.
5901         (Info-display-images-node): Remove message with image file name.
5903 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
5905         * progmodes/compile.el (compilation-warning-face)
5906         (compilation-info-face, compilation-skip-threshold)
5907         (compilation-skip-visited, compilation-context-lines):
5908         Declare :version when added to Emacs.
5909         (compilation-error-regexp-alist-alist): Extend caml and irix.
5910         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5911         (compilation-mode-font-lock-keywords): Temporarily undo line as
5912         function patch, which wasn't ready.
5914 2004-04-07  Kenichi Handa  <handa@m17n.org>
5916         * international/latin1-disp.el (latin1-display-setup): Check each
5917         character is displayable or not instead of calling
5918         latin1-display-check-font.
5920 2004-04-06  Kenichi Handa  <handa@m17n.org>
5922         * language/ethio-util.el (ethio-sera-being-called-by-w3):
5923         New variable.
5924         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
5925         instead of sera-being-called-by-w3.
5926         (ethio-fidel-to-sera-buffer): Likewise.
5927         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
5928         instead of sera-being-called-by-w3.
5929         (ethio-write-file): Likewise.
5931 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5933         * printing.el: Doc fix.
5935 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
5937         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
5938         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
5939         (gdb-setup-windows): Only use separate IO buffer if required.
5941 2004-04-06  Kim F. Storm  <storm@cua.dk>
5943         * term.el (term-is-xemacs): Remove.
5944         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5945         (term-window-width): New function.
5946         (term-mode, term-check-size): Use it.
5947         (term-mode): Disable overflow-newline-into-fringe in term buffer.
5949 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5951         * cus-edit.el (custom-add-parent-links): Change unbound variable
5952         `symbol' to `name'.
5954 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
5955         * info.el (info-apropos): New function.
5956         (Info-mode-menu): Add it.
5957         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
5959         * help-mode.el (help-make-xrefs): Recognize aliased variable with
5960         inherited docstring.
5962         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
5964 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5966         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
5968         * progmodes/compile.el (font-lock): Don't require any more.
5969         (compilation-error-properties, compilation-start, compilation-sentinel)
5970         (compilation-filter, next-error): Use with-current-buffer.
5971         (compilation-skip-to-next-location, compilation-skip-threshold)
5972         (compilation-skip-visited): Move to silence the byte-compiler.
5973         (compilation-setup): Simplify.
5974         (compilation-next-error): Use line-(beginning|end)-position.
5975         Make sure `pt' is non-nil before using compilation-loop.
5976         (compile-goto-error): Add optional event arg.  Use it.
5977         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
5978         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
5979         Update the binding for mouse-2.
5980         (first-error): Set compilation-current-error to nil rather than bob.
5981         (compilation-parsing-end, compilation-parse-errors-function)
5982         (compilation-error-list, compilation-old-error-list):
5983         "New" compatibility variables.
5984         (compile-buffer-substring, compilation-compat-error-properties)
5985         (compilation-compat-parse-errors, compilation-forget-errors):
5986         New compatibility functions.
5987         (compilation-mode-font-lock-keywords): Use them.
5989 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5991         * autorevert.el (auto-revert-handler): If point (or a window
5992         point) is at the end of the buffer, keep it there after
5993         reverting.  This allows to tail a file.
5994         Mention this in the `Commentary'.
5996         * format.el (format-write-file): Add optional argument CONFIRM
5997         and make it behave like the analogous argument to `write-file'.
5999 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6001         * progmodes/ebnf2ps.el: Doc fix.
6002         (ebnf-version): New version number (4.2).
6003         (ebnf-syntax): Customization and docstring fix.
6004         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6005         Put autoloaded funs before first use.
6006         (ebnf-style-database): Add dtd entry.
6007         (ebnf-syntax-alist): Add dtd initialization.
6008         (ebnf-token-sequence): New fun.
6009         (ebnf-comment-table): Add new comment action character.
6010         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6012         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6013         Type Definition for XML).
6015         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6016         * progmodes/ebnf-bnf.el (ebnf-sequence):
6017         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6018         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6019         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6020         Code simplification: call ebnf-token-sequence.
6022 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
6024         * calendar/timeclock.el (timeclock-relative)
6025         (timeclock-get-project-function, timeclock-get-workday-function)
6026         (timeclock-query-out, timeclock-when-to-leave)
6027         (timeclock-when-to-leave-string, timeclock-log-data)
6028         (timeclock-generate-report, timeclock-in): Doc fixes.
6030 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * url/: New dir.  Import the URL package from its repository.
6034 2004-04-03  Andreas Schwab  <schwab@suse.de>
6036         * diff-mode.el (diff-mode): Fix missing quote.
6038 2004-04-03  Juri Linkov  <juri@jurta.org>
6040         * descr-text.el (describe-property-list): Add `font-lock-face'.
6042         * dired.el (dired-font-lock-keywords): Fix permission regexps.
6044 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6046         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6047         Use utf-16le on little endian machines and utf-16be otherwise.
6049 2004-04-02  David Kastrup  <dak@gnu.org>
6051         * net/browse-url.el (browse-url-generic): Use call-process
6052         instead of start-process to allow browsers that fork and detach.
6054 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
6056         * compile.el (compilation-current-error): New var.
6057         (compilation-setup, compile-mouse-goto-error)
6058         (compile-goto-error, next-error): Use it.
6059         (compilation-skip-to-next-location): Default to t, which gives
6060         contiguous skipping like old compile (where this was redundant).
6061         (compilation-next-error): Prevent previous-* commands from moving
6062         back to message at or just before point.
6064 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
6066         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6067         (gdb-source-info): Don't display source at startup, if required.
6068         (gdb-show-main): New option.
6069         (gdba): Update documentation.
6070         (gdb-source): Cover case of auto-display output.
6072 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6074         * autorevert.el: Delete obsolete autoload's and defvar's.
6075         (auto-revert-check-vc-info): New user option.
6076         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6077         (auto-revert-handler-vc): Delete.
6078         (auto-revert-handler): Treat return value `fast' of
6079         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
6081         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6082         return `fast'.
6084         * files.el (buffer-stale-function): Doc change.
6086 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6088         * printing.el: New tip on Tips section.
6089         (pr-version): New version number (6.7.4).
6090         (pr-shell-file-name): Initialization fix.
6092 2004-03-31  Juri Linkov  <juri@jurta.org>
6094         * dired.el: Add autoload for `dired-do-touch'.
6095         (dired-touch-program): New var.
6096         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6097         (dired-no-confirm): Add `touch' to docstring.
6099         * dired-aux.el (dired-do-touch): New fun.
6100         (dired-do-chxxx): Add argument -t for touch operation.
6102         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6103         `dired-move-to-filename-regexp'.
6105 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
6107         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6109 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6111         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6112         and only if the buffer was modified.
6114 2004-03-30  Kenichi Handa  <handa@m17n.org>
6116         * international/characters.el: Delete pairs for U+2308..U+230B.
6118 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
6120         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6121         to detect the beginning of a level 2 or 3 annotation.
6123 2004-03-29  Kenichi Handa  <handa@m17n.org>
6125         * international/ucs-tables.el (ucs-insert): Fix the error message.
6127 2004-03-29  Kenichi Handa  <handa@m17n.org>
6129         * international/mule-util.el (char-displayable-p): Fix generation
6130         of XLFD file name.
6132         * Makefile.in (setwins, setwins_almost): Change directory to $wd
6133         before finding directories by `find'.
6135 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * subr.el (interactive-form): Delete.  Now implemented in C.
6139         * pcvs.el (cvs-parse-process): Workaround for Darwin.
6141         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6142         (vc-diff-label): New fun.
6143         (vc-diff-internal): Use it.
6145         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6147 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6149         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6151         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6152         specify XML (EBNFX).
6154         * progmodes/ebnf2ps.el: Doc fix.
6155         (ebnf-version): New version number (4.1).
6156         (ebnf-syntax): Adjust customization.
6157         (ebnf-style-database): Add ebnfx entry.
6158         (ebnf-syntax-alist): Add ebnfx initialization.
6159         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6161         * printing.el: Doc fix.
6162         (pr-version): New version number (6.7.3).
6163         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6164         returns nil for mouse position.  Reported by Drew Adams
6165         <drew.adams@oracle.com>.
6166         (pr-update-menus): Modify interactive declaration.  Reported by Drew
6167         Adams <drew.adams@oracle.com>.
6169 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
6171         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6172         (gud-gdba-marker-filter): Log the process input and output, if
6173         required.  From Stefan Monnier.
6174         (gdb-debug-log, gdb-enable-debug-log): New variables.
6175         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6177 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6179         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6180         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6182 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6184         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6185         Call vc-find-file-hook here instead of in auto-revert-buffers.
6186         (auto-revert-buffers): Delete call to vc-find-file-hook.
6187         (auto-revert-verbose, global-auto-revert-non-file-buffers)
6188         (global-auto-revert-mode, auto-revert-set-timer)
6189         (auto-revert-handler, auto-revert-buffers): Doc fixes.
6191 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6193         * woman.el (woman-change-fonts): Rename local variable
6194         woman-font-alist to font-alist to avoid a compiler warning.
6196 2004-03-27  Dave Love  <fx@gnu.org>
6198         * emacs-lisp/rx.el (rx): Doc fix.
6199         Fix copyright years.
6201         * strokes.el (strokes-global-set-stroke-string): New function.
6202         (strokes-list-strokes): Cope with strings, not just commands.
6203         Set foreground colour of image.
6204         (strokes-global-set-stroke): Doc fix.
6206 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6208         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6209         Auto Revert mode.
6210         (Buffer-menu-files-only): New variable.
6211         (Buffer-menu-toggle-files-only): New function.
6212         (Buffer-menu-mode-map): Bind it to `T'.
6213         (Buffer-menu-mode): Mention `T' in docstring.
6214         Set buffer-stale-function.
6215         (list-buffers-noselect): Mark buffer non-modified and set
6216         Buffer-menu-files-only.
6218         * dired.el (buffer-stale-function): Remove no longer needed defvar.
6220         * autorevert.el (auto-revert-handler): Print revert message
6221         before, rather than after, reverting.
6222         (buffer-stale-function): Move to files.el.
6224         * files.el (buffer-stale-function): Move here from autorevert.el.
6226 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6230         * calc/calc.el (calc-mode-map): Use mapc.
6232         * apropos.el (apropos-mode): Don't autoload.
6233         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
6234         (apropos): Use it.
6235         (apropos-print): Add optional `text' argument.
6236         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6237         Don't assume point-min == 1.
6239         * bs.el (bs-buffer-list): Use buffer-local-value.
6240         (bs--set-toggle-to-show): Use with-current-buffer.
6242         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6243         New funs.
6244         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
6246         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6248         * dabbrev.el (dabbrev-expand): Fix regexp construction.
6249         (dabbrev--find-expansion): Use pop.
6250         (dabbrev--search): Use match-string-no-properties.
6252         * dired.el (dired-mode): Use run-mode-hooks.
6253         (dired-move-to-end-of-filename): Use match-string.
6255         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6256         is bound before using it.
6257         (ediff-verbose-p): Make it into a var since it's not constant.
6259         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6261         * faces.el (read-face-font): Don't cons up unnecessarily.
6262         (header-line, tool-bar): Share common parts.
6264         * files.el (file-relative-name): Use compare-strings.
6266         * finder.el (finder-mode): Follow coding convention.
6268         * subr.el (read-number): New function.
6270         * ses.el (ses-read-number): Move to subr.el.
6271         (ses-set-header-row): Use read-number.
6273 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
6275         * vc-hooks.el (vc-arg-list): New function, which handles both
6276         compiled and uncompiled code.
6277         (vc-default-workfile-unchanged-p): Use it.
6279         * vc.el (vc-print-log): Undo prev change, use new function
6280         vc-arg-list from vc-hooks.el.
6282 2004-03-26  Masatake YAMATO  <jet@gyve.org>
6284         * simple.el (completion-setup-function): Emphasize the
6285         first uncommon characters in the completions; and de-emphasize
6286         the common prefix substrings.
6287         (completion-emphasis): New face.
6288         (completion-de-emphasis): New face.
6290 2004-03-25  Juanma Barranquero  <lektu@terra.es>
6292         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6293         Comment out (it's unused and unfinished code).
6295 2004-03-25  Sam Steingold  <sds@gnu.org>
6297         * vc.el (vc-print-log): Fix a bug in the last patch:
6298         backend-function may be a byte-compiled object, not a lambda.
6300 2004-03-25  Juri Linkov  <juri@jurta.org>
6302         * descr-text.el (describe-property-list): Add a button
6303         for `face' property that calls `describe-face'.
6304         Suggested by luis fernandes <elf@ee.ryerson.ca>
6306         * international/mule.el (keyboard-coding-system):
6307         * kmacro.el (kmacro-call-macro): Fix docstring.
6309         * dired.el: Fix comments.
6311         * textmodes/fill.el (fill): Fix Info link.
6313         * font-lock.el (fast-lock, lazy-lock):
6314         * jit-lock.el (jit-lock): Remove links to removed Support Modes
6315         Info node.
6317         * eshell/eshell.el (eshell): Fix broken info-link.
6319         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6320         * eshell/em-banner.el (eshell-banner):
6321         * eshell/em-smart.el (eshell-smart):
6322         * eshell/esh-cmd.el (eshell-cmd):
6323         Comment out broken info-links to incomplete Info manual.
6325         * info-xref.el: Fix commentary.
6327 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6329         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6330         Remove spurious node duplicate suppression, doesn't work, not wanted.
6331         (info-xref-output): Take format style args, add "sit-for 0" to let
6332         user see the results as they progress.
6333         (info-xref-check-all-custom): New function.
6335 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
6337         * gdb-ui.el: Moved to progmodes.
6339 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6341         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6343 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6345         * calendar/appt.el (appt-check): Remove superfluous progn.
6346         When finished with diary buffer: if it was not being displayed
6347         before, kill it; otherwise restore its original state.
6348         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6350         * calendar/calendar.el (calendar-set-mode-line): Use total
6351         available mode-line width, rather than frame-width.
6353         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6354         after mode change so effect not lost.
6356 2004-03-23  Dave Love  <fx@gnu.org>
6358         * dired.el (dired) <defgroup>: Add link to manual.
6359         (dired-font-lock-keywords): Add highlighting on unusual permissions.
6360         (dired-revert): Use dolist.
6361         (dired-mode-map): Add U binding.
6362         (dired-mode): Add font-lock-beginning-of-syntax-function.
6363         (dired-garbage-files-regexp): Make it a defcustom.
6365 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6368         is equivalent to nil.
6369         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6370         (vc-arch-mode-line-string): Accept `added' state.
6371         (vc-arch-state): Use inode-sigs if available.
6372         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6373         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
6374         (vc-arch-tagline-re): New var.
6375         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6376         New functions.
6377         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6378         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6380         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6381         (vc-file-not-found-hook): Use it.
6383         * diff-mode.el (diff-default-read-only): Change default.
6384         (diff-mode-hook): Make it a defcustom.  Add some options.
6385         (diff-mode-map): Bind diff-refine-hook.
6386         (diff-yank-handler): New var.
6387         (diff-yank-function): New fun.
6388         (diff-font-lock-keywords): Use them.
6389         (diff-end-of-file): Handle case where file-header looks like diff text.
6390         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6391         (diff-file-kill): Delete a subsequent empty line, if applicable.
6392         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6393         (diff-find-file-name): Use it.
6394         (diff-tell-file-name): New command.
6395         (diff-mode): Be careful with view-mode.
6396         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6397         New functions, for use in diff-mode-hook.
6398         (diff-find-source-location): Catch "regex too large" errors.
6399         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6400         (diff-refine-hunk): New command.
6402         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6403         (smerge-context-menu-map): Remove unused var.
6404         (smerge-keep-all): Preserve markers.
6405         (smerge-keep-n): New fun.
6406         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6407         (smerge-keep-current, smerge-ediff): Use it.
6408         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
6409         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6410         (smerge-resolve): Resolve trivial 3-part conflicts.
6412 2004-03-23  Juri Linkov  <juri@jurta.org>
6414         * man.el (Man-width): New var.
6415         (Man-getpage-in-background): Use it.
6416         (Man-support-local-filenames): New var and fun.
6417         (Man-build-man-command): Don't add a second %s.
6418         (Man-fontify-manpage): Clean up message.
6419         (Man-mode): Set outline-regexp, outline-level,
6420         imenu-generic-expression.
6422         * woman.el (woman-fill-frame): Doc fix.
6423         (woman-decode-region): Use window-width instead of frame-width.
6425         * abbrevlist.el (list-one-abbrev-table):
6426         * descr-text.el (describe-char):
6427         * international/mule-diag.el (describe-current-coding-system):
6428         * international/quail.el (quail-insert-decode-map):
6429         Use window-width instead of frame-width.
6431         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6432         (jka-compr-mode-alist-additions): Add tbz.
6433         (jka-compr-write-region, jka-compr-insert-file-contents):
6434         Add message for undefined compress-program.
6435         (jka-compr-write-region): Remove redundant var bindings.
6437         * dired-x.el (dired-guess-shell-alist-default): Add choices for
6438         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
6439         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6440         (dired-man): Use dired-guess-shell-command.
6441         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6442         Change default nil to t.
6444         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6445         (dired-compare-directories): Add default value for empty input.
6447         * help-at-pt.el: Move suggestions for key bindings to Commentary.
6449         * time.el (display-time-string-forms): Fix help-echo date format.
6451 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
6453         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6454         (buffer-stale-function): New variable.
6455         (auto-revert-list-diff, auto-revert-dired-file-list)
6456         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6457         (auto-revert-handler): Take over some functionality of deleted
6458         functions.
6459         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6461         * dired.el (dired-directory-changed-p): New fun, extracted from
6462         dired-internal-noselect.
6463         (dired-buffer-stale-p): New fun.
6464         (dired-internal-noselect): Use dired-directory-changed-p.
6465         Eliminate revert messages.
6466         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6468 2004-03-23  Kenichi Handa  <handa@m17n.org>
6470         * international/characters.el: Setup syntaxes for more parentheses
6471         Unicode characters.
6473         * international/mule-cmds.el (select-safe-coding-system):
6474         Merge coding-system and auto-cs before comparing them.
6476 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6480         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6481         normal-auto-fill-function and comment-indent-function.
6482         The default values now work just as well.
6483         Don't set font-lock-beginning-of-syntax-function since we already set
6484         syntax-begin-function.
6485         (lisp-outline-level): Put ;;;###autoload at same level as (.
6486         (prin1-char): Quote special chars.
6488         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6489         than with-no-warnings.
6491         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6492         if the source location can't be found.
6493         (edebug-compute-previous-result): Use prin1-char.
6495         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6496         (debug-ignored-errors): Add an entry.
6498         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6499         (byte-compile-file): Output warning when deleting a file.
6501         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6502         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6504         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6505         (byte-compile-inline-expand): Use backquote.
6506         (byte-optimize-pure-func): Rename from byte-optimize-concat.
6507         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6509         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6511         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6513 2004-03-22  Juri Linkov  <juri@jurta.org>
6515         * finder.el (finder-known-keywords): Fix data, tex, unix.
6517         * play/landmark.el: Fix keywords.
6519         * language/ethio-util.el (ethio-find-file): Doc fix.
6521         * emacs-lisp/warnings.el: Doc fix.
6523         * textmodes/ispell.el (ispell-help): Doc fix.
6525 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
6527         * format.el (format-insert-file): Always return a list of two
6528         elements, like insert-file-contents does.
6530 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
6532         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6533         and vc-BACKEND-diff.
6534         (vc-print-log): If the print-log implementation supports it, use
6535         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6536         (vc-version-diff, vc-diff-internal): Doc fixes.
6538         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6539         implementation supports it, let diff output go to *vc*,
6540         not *vc-diff*, since this is an internal call.
6542         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6544         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6546         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6548 2004-03-21  Dave Love  <fx@gnu.org>
6550         * progmodes/cfengine.el (cfengine-mode):
6551         Set parse-sexp-ignore-comments.
6553         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6555 2004-03-21  Juanma Barranquero  <lektu@terra.es>
6557         * allout.el (allout-mode): Fix docstring.
6559 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
6561         * files.el (insert-directory): Fix bug if SWITCHES is a list.
6563         * autorevert.el (auto-revert-interval): Make new value take
6564         effect immediately when set through Custom.
6565         (auto-revert-set-timer): Add interactive declaration.
6567 2004-03-19  David Ponce  <david@dponce.com>
6569         * ruler-mode.el (ruler-mode-header-line-format-old):
6570         Don't `make-variable-buffer-local'.
6571         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6572         (ruler-mode-header-line-format): Simply funcall the above.
6573         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6574         to save/restore a previous header line format.
6575         (ruler-mode-space): Don't depend on a numeric WIDTH value.
6576         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6577         fringes and margins width.
6578         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6580 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * log-edit.el (log-edit-font-lock-keywords): Typo.
6584         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6585         (tex-send-tex-command): Rather than here.
6586         (tex-compilation-parse-errors): Simplify.
6588         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6590         * time.el (display-time-string-forms): Add help-echo with date on time.
6592         * composite.el (compose-region): Use restore-buffer-modified-p.
6594         * disp-table.el (standard-display-8bit): Simplify.
6596         * server.el (server-process-filter): Delete temp frame.
6598         * add-log.el (add-change-log-entry): Simplify.
6600 2004-03-19  Kim F. Storm  <storm@cua.dk>
6602         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6603         (hexl-follow-line): Don't require 'fringe.
6605         * progmodes/compile.el (compilation-start): Always set
6606         compilation-last-buffer and return it.
6608 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
6610         * simple.el (clone-buffer): Doc fix.
6612 2004-03-18  Juanma Barranquero  <lektu@terra.es>
6614         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6616 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * log-edit.el (log-edit-font-lock-keywords): New var.
6619         (log-edit-mode): Use it.
6621 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
6623         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6624         properly for watching in speedbar.
6626 2004-03-17  Masatake YAMATO  <jet@gyve.org>
6628         * smerge-mode.el (smerge-popup-context-menu):
6629         Put `unwind-protect' around `overlay-put' and `popup-menu'.
6631 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6633         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6634         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6635         Take sealed revisions into account.
6636         (vc-arch-checkin): Extract a summary line from the message.
6638 2004-03-16  Masatake YAMATO  <jet@gyve.org>
6640         * register.el (register): Provide `register' feature.
6642 2004-03-15  Masatake YAMATO  <jet@gyve.org>
6644         Added context menu support in smerge mode.
6645         Most of the part is written by Stefan Monnier.
6647         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
6648         New keymap and menu.
6649         (smerge-text-properties): New function.
6650         (smerge-remove-props): New function.
6651         (smerge-popup-context-menu): New function.
6652         (smerge-resolve): Call `smerge-remove-props'.
6653         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
6654         (smerge-keep-current): Ditto.
6655         (smerge-kill-current): New function.
6656         (smerge-match-conflict): Put text properties.
6657         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
6659 2004-03-15  David Ponce  <david@dponce.com>
6661         * ruler-mode.el: (ruler-mode-left-fringe-cols)
6662         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
6663         (ruler-mode-right-scroll-bar-cols): Remove.
6664         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
6665         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
6666         Use fringe-columns and scroll-bar-columns.
6668 2004-03-15  Masatake YAMATO  <jet@gyve.org>
6670         * hl-line.el (hl-line-range-function): New variable.
6671         (hl-line-move): New function.
6672         (global-hl-line-highlight): Use `hl-line-move'.
6673         (hl-line-highlight): Ditto.
6675         * scroll-bar.el (scroll-bar-columns):
6676         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
6678         * ruler-mode.el (top-level): Require scroll-bar and fringe.
6679         (ruler-mode-left-fringe-cols)
6680         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
6681         (ruler-mode-right-scroll-bar-cols)
6682         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
6683         (ruler-mode-ruler-function): New variable.
6684         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
6685         if the value for `ruler-mode-ruler-function'is given.
6687         * hexl.el (hexl-mode-hook): Make the hook customizable.
6688         (hexl-address-area, hexl-ascii-area): New customize variables.
6689         (hexlify-buffer): Put font-lock-faces on the address area and
6690         the ascii area.
6691         (hexl-activate-ruler): New function.
6692         (hexl-follow-line): New function.
6693         (hexl-highlight-line-range): New function.
6694         (hexl-mode-ruler): New function.
6696 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
6699         (vc-default-find-file-hook): New fun.
6700         (vc-find-file-hook): Call new find-file-hook operation.
6702         * vc-arch.el: New file.
6704 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
6706         * info-look.el (info-lookup): Reuse an existing Info window.
6708 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6710         * woman.el (woman-preserve-ascii): Default value changed to t and
6711         doc string revised.
6713 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6715         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6716         Fix minor bug.
6718         * replace.el (occur-engine): Change message for count of matches.
6720         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6721         For strings, do compare text properties.
6723 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
6725         * progmodes/compile.el (compile-auto-highlight)
6726         (compilation-error-list, compilation-old-error-list)
6727         (compilation-parse-errors-function, compilation-parsing-end)
6728         (compilation-error-message, compilation-directory-stack)
6729         (compilation-enter-directory-regexp-alist)
6730         (compilation-leave-directory-regexp-alist)
6731         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
6732         (compilation-current-file, compilation-regexps): Remove vars.
6734         (compile-error-at-point, compilation-error-filedata)
6735         (compilation-error-filedata-file-name, compile-reinitialize-errors)
6736         (compilation-next-error-locus, compilation-forget-errors)
6737         (count-regexp-groupings, compilation-parse-errors)
6738         (compile-collect-regexps, compile-buffer-substring): Remove funs.
6740         (compile-internal): Make obsolete.
6742         (compilation-first-column, compilation-error)
6743         (compilation-directory-matcher, compilation-page-delimiter)
6744         (compilation-mode-font-lock-keywords, compilation-debug)
6745         (compilation-error-face, compilation-warning-face)
6746         (compilation-info-face, compilation-line-face)
6747         (compilation-column-face, compilation-enter-directory-face)
6748         (compilation-leave-directory-face, compilation-skip-threshold)
6749         (compilation-skip-visited, compilation-context-lines): New vars.
6751         (compilation-warning-face, compilation-info-face)
6752         (compilation-message-face): New faces.
6754         (compilation-error-regexp-alist-alist): New constant.
6756         (compilation-face, compilation-directory-properties)
6757         (compilation-assq, compilation-error-properties, compilation-start)
6758         (define-compilation-mode, compilation-loop)
6759         (compilation-set-window): New functions.
6761         (compile): Additional argument for interactive compiles like TeX.
6763         * progmodes/grep.el (kill-grep): Move here from compile.el
6764         (grep-error, grep-hit-face, grep-error-face)
6765         (grep-mode-font-lock-keywords): New variables.
6766         (grep-regexp-alist): Simplify regexp and add `binary' case.
6767         (grep-mode): New mode.
6768         (grep-process-setup): Simplify.
6770 2004-03-11  Jason Rumney  <jasonr@gnu.org>
6772         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
6773         letters on DOS/Windows.
6775 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * server.el (server-name): New var.
6778         (server-socket-dir): New var to replace server-socket-name.
6779         (server-start): Use them.
6781 2004-03-11  Simon Josefsson  <jas@extundo.com>
6783         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
6784         died to avoid infloop.  Reported by Jonathan Glauner
6785         <jglauner@sbum.org>.
6787 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6789         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
6790         (smerge-mode-menu): Use it to deactivate menu entries.
6791         (smerge-keep-current): New fun.
6792         (smerge-keep-current): Use it.
6794 2004-03-10  John Paul Wallington  <jpw@gnu.org>
6796         * foldout.el (foldout-fold-list, foldout-modeline-string):
6797         Declare them as variables, not constants.
6799 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6801         * ps-print.el: Modification to print *Messages* buffer.
6802         (ps-print-version): New version 6.6.4.
6803         (ps-message-log-max): New fun.
6804         (ps-spool-without-faces, ps-spool-with-faces)
6805         (ps-count-lines-preprint): Code fix.
6807         * printing.el: New tips in Tips section.
6809 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6811         * delim-col.el: Doc fix.
6813         * printing.el: Doc fix.  New doc section (Tips).
6815 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6817         * type-break.el (type-break-emacs-variant): Remove.
6818         (type-break-run-at-time, type-break-cancel-function-timers):
6819         Use fboundp rather than version name and number.
6821 2004-03-09  Masatake YAMATO  <jet@gyve.org>
6823         * hexl.el (hexl-mode): Use `make-local-variable' instead of
6824         `make-variable-buffer-local'.
6826 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
6828         * find-dired.el (find-dired): Call `shell-command' instead of
6829         `start-process-shell-command'.  By this, Tramp takes over
6830         handling of remote directories.
6832 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6834         * newcomment.el (comment-use-global-state): New var.
6835         (comment-search-forward): Use it.
6837         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
6839         * cus-edit.el (fill) <defgroup>: Move to fill.el.
6841         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
6842         (enable-kinsoku): Make it a defcustom.
6843         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
6844         paragraph to same-comment-start-marker.
6846 2004-03-07  Dave Love  <fx@gnu.org>
6848         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
6849         (browse-url-mail): Use it.
6851         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6852         (rfc2368-unhexify-string): Use replace-regexp-in-string.
6854 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6856         * woman.el (woman-man.conf-path): Doc fix.
6857         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6859 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
6861         * sort.el (sort-columns): Remove ms-dos from the list of systems
6862         where the external `sort' command is not used.
6864 2004-03-07  Kim F. Storm  <storm@cua.dk>
6866         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6867         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6868         from overlay-arrow-variable-list.
6869         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6871 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
6873         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6874         overlay arrow string properly for the assembler buffer.
6876 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * mail/sendmail.el (mail-mode): Fix last change.
6880 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
6882         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6883         for the assembler buffer.
6884         (gdb-assembler-custom): Position the overlay arrow.
6885         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6887 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6891         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6892         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6894         * mail/sendmail.el (mail-mode): Set comment-start-skip.
6896         * newcomment.el (uncomment-region): Allow non-terminated comment.
6897         (comment-normalize-vars): Check the user-specified comstart marker.
6899 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
6901         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6902         Otherwise, do use it if the region only contains font-lock text
6903         properties.
6905 2004-03-04  Masatake YAMATO  <jet@gyve.org>
6907         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6908         as the callback function for eldoc.
6909         (hexl-print-current-point-info): New function.
6910         (hexl-current-address): Print the address in both decimal
6911         and hexadecimal format.
6913 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6915         * mail/rmail.el (rmail-convert-to-babyl-format):
6916         Specify t for UNIBYTE when calling mail-unquote-printable-region.
6918         * mail/mail-utils.el (mail-unquote-printable-region):
6919         New arg UNIBYTE.
6921         * startup.el (command-switch-alist): Doc fix.
6923         * simple.el (undo): Temporarily set this-command to `undo-start',
6924         then set it to `undo' once undo-start returns without error.
6926         * simple.el (minibuffer-history-sexp-flag): Doc fix.
6928         * simple.el (kill-line): Don't disregard trailing whitespace
6929         in eol condition, if show-trailing-whitespace is set.
6931         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
6932         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
6933         When disabling, restore old values only if mouse-sel-has-been-enabled.
6935         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
6936         (isearch-{-char): New function.
6937         (isearch-mode-map): Bind { to isearch-{-char.
6939         * font-lock.el (lisp-font-lock-keywords-2):
6940         Turn off the CL with-... and do-... general patterns.
6941         Instead, recognize several specific with... and do... constructs.
6943         * files.el (switch-to-buffer-other-window):
6944         Bind same-window-buffer-names and same-window-regexps to nil.
6945         (switch-to-buffer-other-frame): Likewise.
6947 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
6950         recognizing leading comment on code line.
6952 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
6955         hidden files/directories.
6957 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6959         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
6960         only comment-start (in case the mode hasn't set it).
6962         * Makefile.in (AUTOGENEL): New var.
6963         (bootstrap-prepare): Rename from bootstrap-clean.
6964         Don't remove elc files.
6965         (maintainer-clean): New target.
6967         * xml.el (xml-get-attribute-or-nil): Simplify.
6969 2004-03-02  Juri Linkov  <juri@jurta.org>
6971         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
6972         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
6973         URL to prevent their substitution with the environment variable
6974         values by browsers.
6976 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6978         * ps-print.el: Doc fix.
6979         (ps-print-version): New version number (6.6.3).
6980         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
6981         Docstring fix.
6982         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
6983         before printing.
6984         (ps-time-stamp-yyyy-mm-dd): New fun.
6985         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
6987 2004-03-02  Kim F. Storm  <storm@cua.dk>
6989         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
6991 2004-03-01  Juanma Barranquero  <lektu@terra.es>
6993         * allout.el (allout-rebullet-heading): Fix typo in docstring.
6995         * desktop.el (desktop-file-version)
6996         (desktop-after-read-hook): Fix typos.
6997         (desktop-clear-preserve-buffers): Remove redundant info in
6998         docstring already shown by the obsolescence message.
6999         (desktop-truncate, desktop-internal-v2s)
7000         (desktop-value-to-string): Change argument name to match docstring.
7002         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7004         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7005         docstring.
7007 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7009         * printing.el: Replace "As Is..." in PostScript file print/preview by
7010         "No Preprocessing...".  Suggested by Colin Marquardt
7011         <_marquardt_@zmd.de>.
7012         (pr-insert-section-4): Adjust buffer interface.
7014 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
7016         Version 2.0.39 of Tramp released.
7018         * net/tramp.el (tramp-handle-file-local-copy)
7019         (tramp-handle-write-region, tramp-open-connection-rsh):
7020         Variable name typo.  Small change.  From Patrick Tullmann
7021         <tullmann@flux.utah.edu>.
7022         (tramp-process-connection-type): New variable.
7023         (tramp-maybe-open-connection): Use it.
7024         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7025         (tramp-touch): Set last-modified time of a remote file.
7026         (tramp-handle-write-region): Say which function is used when encoding.
7028 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
7030         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7031         case of non-existing filename, too.  Reported by Christoph Bauer
7032         <c_bauer@informatik.uni-kl.de>.
7033         (tramp-smb-get-file-entries): The directory in question should
7034         have permissions "drwxrwxrwx".  Just virtual, because we don't
7035         know the real permissions.  Don't we know?
7036         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7037         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7038         (tramp-smb-wait-for-output): Optimize algorithm getting pending
7039         output.  If it was received chunkwise, there have been problems.
7040         Remove the "prompt not found" error message; it is obvious.
7041         Simplify algorithm.
7042         (tramp-smb-process-running): Remove.  Since we acknowledge the
7043         virtual prompt for shares, there's no need for distinction of
7044         reading shares (process ends afterwards) and interactive mode of
7045         smblient.
7046         (tramp-smb-open-connection): Setting process sentinel removed.
7047         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7048         "NT_STATUS_NETWORK_ACCESS_DENIED".
7049         (tramp-smb-maybe-open-connection): Set `process-connection-type'
7050         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7051         (top-level): Setting default value in `tramp-default-method-alist'
7052         corrected.  Order of USER and HOST have been wrong.
7053         Nobody complained for months ...
7054         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7055         (tramp-smb-open-connection): Clear password cache if login has failed.
7057         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7058         `tramp-unified-filenames'.
7059         (tramp-completion-mode): Make test for XEmacs explicitely.
7060         `event-to-character' can exists in Emacs packages too.
7061         Reported by Matt Swift <swift@alum.mit.edu>.
7062         (tramp-buffer-name): Buffer name must contain the user if exists.
7063         Reported by Adrian Phillips <a.phillips@met.no>.
7064         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7065         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7066         (tramp-do-copy-or-rename-file-out-of-band): Rename from
7067         `tramp-do-copy-or-rename-file-one-local', because it handles also
7068         the case both files use the same out-of-band method.
7069         Implementation added.
7070         (tramp-handle-file-local-copy, tramp-handle-write-region):
7071         Out-of-band handling removed.  `copy-file' called instead, which
7072         calls `tramp-do-copy-or-rename-file-out-of-band'.
7073         (tramp-action-password): Check for out-of-band method removed.
7074         This function is used for 'login-program.
7075         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7076         appropriate.
7077         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7078         and `tramp-parse-sknownhosts'.
7079         (tramp-completion-function-alist): It's a defvar now, because we
7080         want to apply the optimized `tramp-set-completion-function'
7081         instead of a static list.
7082         (tramp-set-completion-function): Implementation tuned.
7083         Avoid double entries, and entries where the function or the
7084         file/directory doesn't exist.
7085         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7086         for SSH2.
7087         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7088         (tramp-handle-dired-compress-file): New function.
7089         (tramp-async-proc): New variable.
7090         (tramp-handle-shell-command): Adding asynchronous processes.
7091         They are far from being perfect, but it works at least for
7092         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7093         (top-level): Require password.el if visible.  Should be mandatory
7094         once No Gnus has found its way into (X)Emacs.
7095         (tramp-read-passwd): Invoke `password-read' if available,
7096         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
7097         fallback any longer.
7098         (tramp-clear-passwd): New function.
7099         (tramp-process-actions, tramp-process-multi-actions):
7100         Clear password cache if login has failed.
7102         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
7103         its own module.
7104         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7105         `ange-ftp-ftp-name-res'.  There could be incorrect values from
7106         previous calls in case the "ftp" method is used in the Tramp file
7107         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7109 2004-02-28  Richard M. Stallman  <rms@gnu.org>
7111         * term.el (term-mouse-paste): Call mouse-set-point.
7113         * thumbs.el: New file.
7115 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7117         * progmodes/ebnf-abn.el: Doc fix.
7119         * progmodes/ebnf-bnf.el: Doc fix.
7120         (ebnf-repeat): Code fix.
7122         * progmodes/ebnf2ps.el: Doc fix.
7123         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7125 2004-02-28  Juri Linkov  <juri@jurta.org>
7127         * ffap.el (dired-at-point): Additional writability test for
7128         relative directory names.
7129         (dired-at-point-prompter): Treat directories as a directory, get
7130         the directory component from files.
7131         (ffap-string-at-point): Return string from region if region is active.
7132         (ffap-file-at-point): Remove redundant code.
7134 2004-02-28  Kim F. Storm  <storm@cua.dk>
7136         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7137         Initialize margin area images to nil.
7138         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7139         (breakpoint-enabled-bitmap-face)
7140         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7141         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7142         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7143         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7144         (gdb-reset): Use gdb-remove-breakpoint-icons.
7145         (gdb-put-string): Add dprop arg to specify alternative display
7146         property (for setting fringe bitmap).
7147         (gdb-remove-strings): Doc fix.
7148         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7149         icon in fringe (if available), or else as icon or text in display
7150         margin.  Creates necessary icons in breakpoint-bitmap,
7151         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7152         Also make left window margin if required.
7153         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7154         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
7155         no longer needed.
7156         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7157         gdb-put-breakpoint-icon.
7158         (gdb-assembler-mode): Don't set left-margin-width here.
7160 2004-02-27  Kevin Ryde  <user42@zip.com.au>
7162         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7163         comma, so that it DTRT in macros.
7165 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7167         * progmodes/sh-script.el (sh-shell-arg)
7168         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7169         (sh-leading-keywords, sh-other-keywords): Fix custom type.
7171 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7173         * faces.el (face-spec-set-match-display): Add a new attribute,
7174         `min-colors'.
7175         (region, highlight, secondary-selection): Use `min-colors'.
7177         * custom.el (defface): Add documentation for `min-colors'.
7179         * font-lock.el (font-lock-comment-face, font-lock-string-face)
7180         (font-lock-keyword-face, font-lock-function-name-face)
7181         (font-lock-variable-name-face, font-lock-constant-face):
7182         Use `min-colors'.
7184         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7186 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7188         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
7189         define assq-delete-all if it's not defined.
7190         (ebnf-generate-region): Code fix.
7192         * printing.el: Doc fix.
7193         (pr-version): New version number (6.7.2).
7194         (pr-command): Return empty string if command is an empty string.
7196 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7198         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7200         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
7201         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7202         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
7203         "tt" ["test"] ).  Reported by Markus Dreyer
7204         <mdreyer@ix.urz.uni-heidelberg.de>.
7205         (ebnf-version): New version number (4.0).
7206         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7207         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7208         (ebnf-delete-style): New commands.
7209         (ebnf-directory, ebnf-file): New funs.
7210         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7211         (ebnf-production-name-p, ebnf-stop-on-error): New options.
7212         (ebnf-syntax-alist): New var.
7213         (ebnf-element-width): New fun replacing ebnf-list-width.
7214         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7215         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7216         (ebnf-prologue): Adjust vars.
7217         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7218         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7219         (ebnf-check-style-values, ebnf-generate-production)
7220         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7221         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7222         (ebnf-token-repeat): Code fix.
7224         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
7225         %right, %left and %prec.  Suggested by Matthew K. Junker
7226         <junker@alum.mit.edu>.
7227         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7229         * progmodes/ebnf-iso.el: Doc fix.
7230         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7231         (ebnf-iso-lex): Code fix.
7233         * progmodes/ebnf-bnf.el: Doc fix.
7234         (ebnf-bnf-lex): Code fix.
7236         * progmodes/ebnf-otz.el: Doc fix.
7238 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7240         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
7241         (abbrev-prefix-mark): Doc fix.
7243 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
7245         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7246         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7247         (gdb-var-delete): Make interactive (really).
7248         (gdb-edit-value): Make non-interactive.
7250         * progmodes/gud.el (gud-speedbar-menu-items):
7251         Add gdb-var-delete and, indirectly, gdb-edit-value.
7252         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7253         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7254         (gud-gdb-marker-filter): Add comment for annotations.
7256 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7258         * calendar/calendar.el (generate-calendar)
7259         (calendar-read-date): Prevent display of BC calendars once more -
7260         reverts 2003-10-01 change.
7261         (generate-calendar-month): Doc fix.
7263 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7265         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7266         return value of increment-calendar-month.
7268 2004-02-21  Stephen Compall  <s11@member.fsf.org>
7270         * saveplace.el (save-place-forget-unreadable-files)
7271         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7272         (save-place-forget-unreadable-files): New function.
7273         (save-place-alist-to-file): Use it to filter out files that are
7274         no longer readable.
7276         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7277         current Texinfo environment, using the same method as in
7278         `texinfo-insert-@end', and insert a space rather than a newline if
7279         point in a @table environment.
7281 2004-02-21  Juri Linkov  <juri@jurta.org>
7283         * ffap.el (ffap-file-at-point): Try parent directories.
7285 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
7287         * vcursor.el (vcursor-modifiers): New defcustom.
7288         (vcursor-cs-binding): Use vcursor-modifiers instead of a
7289         hard-coded list.
7291 2004-02-21  Masatake YAMATO  <jet@gyve.org>
7293         * play/animate.el (animate-birthday-present): Accept names other
7294         than `Sarah', too.
7296 2004-02-21  Juri Linkov  <juri@jurta.org>
7298         * startup.el: Remove table of command line arguments from the
7299         Commentary section.
7301 2004-02-20  John Wiegley  <johnw@newartisans.com>
7303         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7304         again" modifier from 'e' to 'E', since 'e' is also used by the
7305         "file extension" modifier.
7307 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
7309         * help-fns.el (describe-categories): Doc fix.
7311 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7313         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7314         temporary file for buffer already visiting one.  This change makes
7315         output likely to be directly usable by patch program.
7316         Suggested by Adrian Aichner  <adrian@xemacs.org>
7318 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
7320         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7321         case of variables defined in compound statements.
7322         (gdb-setup-windows, gdb-source-info, gdb-source-info):
7323         Simplify constructions using switch-to-buffer.
7325 2004-02-19  Simon Josefsson  <jas@extundo.com>
7327         * play/morse.el: Fix typo.
7328         (morse-code): Add @.
7330 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7332         * calendar/appt.el (appt-display-format): Change default to
7333         'ignore, for backwards compatibility.
7334         (appt-display-message): If appt-display-format is 'ignore,
7335         respect old vars appt-msg-window and appt-visible.
7336         (appt-activate): Don't depend on return value of cancel-timer.
7338         * calendar/calendar.el (calendar-holidays): Doc fix.
7340         * calendar/cal-coptic.el (coptic-prompt-for-date):
7341         Use assoc-string instead of assoc-ignore-case.
7342         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7343         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7344         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7345         * calendar/cal-islam.el (calendar-goto-islamic-date)
7346         (mark-islamic-diary-entries): Ditto.
7347         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7348         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7349         (calendar-read-mayan-tzolkin-date): Ditto.
7350         * calendar/calendar.el (calendar-read-date): Ditto.
7351         * calendar/diary-lib.el (mark-diary-entries): Ditto.
7353 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7355         * progmodes/executable.el (executable-command-find-posix-p):
7356         Fix choice of the directory.
7358 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7360         * simple.el (interprogram-cut-function)
7361         (interprogram-paste-function, kill-new, kill-append):
7362         Doc fixes.
7363         (kill-region): Make it return nil.  Doc fix.
7364         (yank-pop): Make its argument optional.
7365         (yank): Make ARG `-' equivalent to `-1'.
7367 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
7369         * mail/rmail.el (rmail-get-new-mail): Don't reference
7370         rmail-use-spam-filter if rmail-spam-filter is not loaded.
7372 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7374         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7375         if one of global-auto-revert-non-file-buffers or autorevert-mode
7376         is non-nil.
7378 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7380         * subr.el (delete-dups): A better implementation from Karl Heuer
7381         <kwzh@gnu.org>.
7383 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7385         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7386         correct place.
7387         * progmodes/icon.el (icon-indent-command): Ditto.
7388         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7390 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7392         * progmodes/grep.el (grep-compute-defaults): Undo change from
7393         2004-01-29: don't use executable-command-find-posix-p.
7395 2004-02-16  Richard Sharman  <rsharman@pobox.com>
7397         * hilit-chg.el: Use require instead of eval-and-compile.
7398         (highlight-compare-buffers): New function.
7400 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
7402         * man.el (Man-fontify-manpage): Render section headings in
7403         `Man-overstrike-face' even when overstrike was not used by man
7404         formatter for section headings.
7406 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
7408         * rmail-spam-filter.el: (vm-use-spam-filter)
7409         (rsf-min-region-length-added-to-spam-list): New variables.
7410         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7411         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
7412         spam testing.  Don't delete spam message if automatic deletion
7413         after output via variable rmail-delete-after-output is turned on.
7414         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7415         rsf-bbdb-dont-create-entries-for-spam.
7416         (check-field): New function, extracted from code in
7417         rmail-spam-filter to ease addition of header fields like content-type.
7418         (message-content-type): New variable to check the content-type:
7419         field added, also in defcustom of rsf-definitions-alist.
7420         (rmail-spam-filter): Replace repeated test code for header fields
7421         by calls to check-field; change the call to
7422         rmail-output-to-rmail-file such that rmail-current-message stays
7423         the same to avoid wrong deletion of unseen flags.
7424         (rsf-add-contents-type): New function to convert old format
7425         of rmail-spam-definitions-alist into new one.
7426         Change prefixes of all variables and functions from
7427         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7429 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7431         * loadhist.el (unload-hook-features-list): New defvar.
7433 2004-02-16  Dave Love  <fx@gnu.org>
7435         * loadhist.el (unload-feature): Doc fix.  Rename flist to
7436         unload-hook-features-list.
7438 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
7440         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7441         cookie.  Don't check if we are looking-at open-formula.
7443 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7445         * subr.el (match-string-no-properties): Use substring-no-properties.
7447 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7449         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7450         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7451         Use lower-case "rx" in all error message.
7453 2004-02-16  Dave Love  <fx@gnu.org>
7455         * emacs-lisp/rx.el (rx-or): Put group around result.
7456         (rx-constituents): Add backref.
7457         (rx-syntax): Add string-delimiter, comment-delimiter.
7458         (rx-categories): Add combining-diacritic.
7459         (rx-check-not, rx-greedy, rx): Doc fix.
7460         (rx-backref, rx-check-backref): New.
7462 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
7464         * newcomment.el (uncomment-region): Allow eob as comment end.
7466 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7468         * filecache.el: All message and error commands now use prefix
7469         "Filecache:" to make it easy to read *Messages* buffer.
7471 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7473         * autorevert.el: Add support to detect changed dired and VC buffers.
7474         (auto-revert-active-p, auto-revert-list-diff)
7475         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7476         (auto-revert-handler, auto-revert-active-p): New functions.
7477         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7478         and `auto-revert-active-p'.
7479         (eval-when-compile): Defvar dired-directory and vc-mode.
7480         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7481         (auto-revert-handler-vc): New functions.
7483 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7485         * progmodes/compile.el (compilation-directory): New defvar.
7486         (compile): Save current directory in compilation-directory.
7487         (recompile): Bind default-directory to compilation-directory if
7488         that is non-nil.
7490 2004-02-16  Dave Love  <fx@gnu.org>
7492         * newcomment.el (comment-insert-comment-function)
7493         (comment-region-function, uncomment-region-function): New.
7494         (comment-indent): Use comment-insert-comment-function.
7495         (uncomment-region): Use uncomment-region-function.
7496         (comment-region): Use comment-region-function.
7498         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7500 2004-02-16  Richard Stallman  <rms@gnu.org>
7502         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7503         loaddefs* and ldefs-boot*.
7505 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7507         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7508         and email address at the beginning and end of the address.
7510         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7511         anchored at the beginning of the email address.
7513 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
7515         * international/ccl.el (ccl-compile-write): Pass `left' to
7516         ccl-embed-code to generate correct code of write-expr-register.
7518 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
7520         * progmodes/grep.el (grep-compute-defaults): Fix typos.
7522 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7524         * x-dnd.el: Mention support for Motif in commentary.
7525         (x-dnd-handle-drag-n-drop-event): Ditto.
7527 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
7529         * ses.el: Use "ses--" prefixes for buffer-local variables.
7530         Use (point-min) instead of 1, even when we know the buffer
7531         is unnarrowed.
7532         (ses-build-load-map): Delete.  Distribute its content to defconst's for
7533         the three maps.
7534         (ses-menu, ses-header-line-menu): New menus.
7535         (ses-mode-map): Use them.
7536         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
7538 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
7540         * Makefile.in: Fix the CC Mode recompile kludge so it works
7541         when building in a different directory.
7543 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
7545         * simple.el (kill-new): Put yank-handler property on the entire string.
7547 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7549         * diff.el: Don't use compile any more, use diff-mode instead.
7550         (diff-regexp-alist, diff-old-file, diff-new-file)
7551         (diff-parse-differences, diff-process-setup): Remove.
7552         (diff-sentinel): New fun.
7553         (diff): Use it.  Run the process ourselves.
7554         Use diff-mode for the rest of the processing.
7556         * diff.el (diff): Simplify code handling `switch'.
7558 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * pcvs-defs.el (cvs-menu): Add `tag'.
7562 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7564         * simple.el (kill-append): Doc fix.
7566         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7567         Adapt outline-regexp to the new conventions for commenting out code.
7569 2004-02-11  John Paul Wallington  <jpw@gnu.org>
7571         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7573 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7575         * diff.el (diff-switches): New fun.
7576         (diff, diff-backup): Use it.
7577         (diff): Clean up the args construction.  Use backquote.
7578         Use listp instead of consp to avoid putting a nil arg.
7579         (diff): Add a revert-buffer function.
7581 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7583         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
7584         handled by x-dnd-handle-file-name.
7585         (x-dnd-known-types): Add COMPOUND_TEXT.
7586         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7587         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7588         x-dnd-empty-state.
7589         (x-dnd-forget-drop): Ditto.
7590         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7591         (x-dnd-handle-one-url): Return private when inserting text.
7592         (x-dnd-insert-ctext): New function.
7593         (x-dnd-handle-file-name): New function for FILE_NAME.
7594         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7595         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7596         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7598 2004-02-10  Kenichi Handa  <handa@m17n.org>
7600         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7601         instead of while loop.
7603 2004-02-10  Miles Bader  <miles@gnu.org>
7605         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7607 2004-02-09  Kenichi Handa  <handa@m17n.org>
7609         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7610         have end-of-line.
7612 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7614         * Makefile.in: Added extra dependencies in the recompile target
7615         needed to cope with the compile time macro expansions in CC Mode.
7617 2004-02-09  Kim F. Storm  <storm@cua.dk>
7619         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7620         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7621         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7622         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7623         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7624         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7625         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7626         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7627         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7628         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7629         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7631 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7633         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7634         Don't allow shrink if there's a window on our right.
7636         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7637         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7638         Bring together declaration and initialization.
7639         (prolog-mode-variables): Don't set the syntax table.
7640         Don't set paragraph-start and comment-indent-function.
7641         Add /*..*/ to the comment regexps.
7642         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
7643         (prolog-mode-map): Don't bind TAB.
7644         (prolog-mode): Set the syntax table.
7645         (prolog-comment-indent): Remove.
7646         (inferior-prolog-mode-map): Initialize in the declaration.
7647         (inferior-prolog-mode-syntax-table)
7648         (inferior-prolog-mode-abbrev-table): New vars.
7649         (inferior-prolog-mode): Derive from comint-mode.
7650         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
7651         minibuffer windows.
7653         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
7654         in file names, as long as it is unabmiguous.
7656 2004-02-08  Andreas Schwab  <schwab@suse.de>
7658         * textmodes/reftex-toc.el
7659         (reftex-toc-load-all-files-for-promotion): Remove useless use of
7660         format.  Doc fix.
7662         * textmodes/refer.el (refer-find-entry-internal): Remove extra
7663         format string arguments.
7665         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
7666         string argument.
7668         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
7670         * play/zone.el (zone-call): Fix format string.
7672         * net/webjump.el (webjump-builtin): Add missing format string argument.
7674         * midnight.el (midnight-delay-set): Remove extra format string argument.
7676         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
7678         * hexl.el (hexl-insert-char): Add missing format string argument.
7680         * format.el (format-decode): Fix format string.
7682         * emulation/vi.el (vi-mode): Remove extra format string argument.
7683         (vi-repeat-last-search): Likewise.
7684         (vi-reverse-last-search): Likewise.
7685         (vi-goto-mark): Likewise.
7686         (vi-reverse-last-find-char): Likewise.
7687         (vi-repeat-last-find-char): Likewise.
7688         (vi-locate-def): Likewise.
7690         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
7692         * ediff-util.el (ediff-toggle-read-only): Remove extra format
7693         string argument.
7694         (ediff-toggle-regexp-match): Likewise.
7696         * dired-aux.el (dired-do-query-replace-regexp): Add missing
7697         format string argument.
7699         * calc/calc-map.el (calc-get-operator): Remove extra format
7700         string argument.
7702         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
7704         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
7705         string argument.
7707         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
7709         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
7711         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
7713         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
7714         (cl-struct-setf-expander): Likewise.
7716         * vc.el (with-vc-file): Fix unsafe uses of error.
7717         (vc-cancel-version): Likewise.
7719 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
7721         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
7722         thousands separator; fixes <class>:<line-number> regexp for
7723         non-english locales.
7725 2004-02-08  Andreas Schwab  <schwab@suse.de>
7727         * view.el (view-mode-enable): Revert previous change.
7729 2004-02-07  Kim F. Storm  <storm@cua.dk>
7731         * simple.el (line-number-at-pos): Rename from line-at-pos.
7732         Uses changed (what-line and vc-annotate-warp-version).
7734 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
7737         (diff-mode): Remove aborted attempt at support for compile.el.
7738         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
7740 2004-02-06  Andreas Schwab  <schwab@suse.de>
7742         * view.el (view-mode-enable): Add view-mode-map to
7743         minor-mode-overriding-map-alist.
7745 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7747         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
7749 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7751         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
7752         with point inside rather than after the paragraph.
7754 2004-02-04  Sam Steingold  <sds@gnu.org>
7756         * mail/smtpmail.el (smtpmail-try-auth-methods):
7757         Do not try authentication when no mechanism is available.
7758         Pass port-name as defaultport to `netrc-machine'.
7760 2004-02-04  Stephen Eglen  <stephen@gnu.org>
7762         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
7763         to show how minibuffer height can be constrained.
7765 2004-02-04  John Paul Wallington  <jpw@gnu.org>
7767         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
7769 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7771         * x-dnd.el: New file for drag and drop.
7773         * term/x-win.el: require x-dnd, set after-make-frame-functions
7774         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
7775         drag-n-drop event.
7777         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
7778         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
7779         (dired-dnd-handle-file): New functions for drag and drop support.
7780         (dired-mode): Initialize drag and drop if x-dnd present.
7782 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
7785         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
7786         (cperl-mode): Set fill-paragraph-function.
7787         (cperl-fill-paragraph): Make it non-interactive.
7789 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
7791         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
7793 2004-02-02  David Kastrup  <dak@gnu.org>
7795         * replace.el (perform-replace): Allow 'literal argument in
7796         regexp-flag to indicate literal replacement.
7797         (query-replace-regexp-eval): Use it.
7799 2004-02-01  Andreas Schwab  <schwab@suse.de>
7801         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
7803 2004-02-01  Stephen Eglen  <stephen@gnu.org>
7805         * info-look.el: Add support for maxima-mode.  Update commentary
7806         because info-lookup-symbol is now bound to C-h S.
7808 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
7810         * simple.el (edit-and-eval-command): Bind print-level and
7811         minibuffer-history-sexp-flag around call to read-from-minibuffer.
7812         Correct initial position in command-history.
7814 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
7816         * files.el (read-directory-name): Adapt the docstring to recent
7817         change in Fread_file_name.
7819 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
7821         * ses.el (ses-print-cell): If print format too wide for column
7822         width, truncate decimal places if that helps to avoid "#####" fill.
7823         * ses.el (ses-initial-column-width): Revert previous change.
7825 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7828         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7829         Add edebug info.
7830         (jit-lock-mode): Setup/cancel the new timer.
7831         (jit-lock-context-fontify): New fun.  Extracted from
7832         context fontification code of jit-lock-stealth-fontify.
7833         (jit-lock-stealth-fontify): Don't do context fontification any more.
7835         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
7836         (jit-lock-fontify-now): Handle the `quit' case.
7837         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
7839 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
7841         * progmodes/executable.el (executable-command-find-posix-p):
7842         New.  Check if find handles arguments Posix-style.
7844         * progmodes/grep.el (grep-compute-defaults):
7845         Use executable-command-find-posix-p.
7846         (grep-find): Check `grep-find-command'.
7848         * filecache.el (file-cache-find-posix-p): Delete.
7849         (file-cache-add-directory-using-find):
7850         Use `executable-command-find-posix-p'.
7852 2004-01-29  Dave Love  <fx@gnu.org>
7854         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7855         Iterate the hook function if arg is given.
7856         (mark-defun, narrow-to-defun): Change order of finding the limits.
7858         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7859         (byte-compile-format-warn): New.
7860         (byte-compile-callargs-warn): Use it.
7861         (Format, message, error): Add byte-compile-format-like property.
7862         (byte-compile-maybe-guarded): New.
7863         (byte-compile-if, byte-compile-cond): Use it.
7864         (byte-compile-lambda): Compile interactive forms,
7865         just to make warnings about them.
7867 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
7869         * ses.el (ses-initial-column-width): Increase to 14, so it will
7870         work well with the default printer of "%.7g" for extreme values
7871         like "-1.234567e+07".
7873 2004-01-29  Kenichi Handa  <handa@m17n.org>
7875         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7877 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
7879         * dos-w32.el: Added support for the `default-printer-name' function.
7881 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7883         * server.el (server-socket-name): Don't use the hostname in the
7884         socket name since /tmp is local to the host anyway.
7886         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7887         robust check of widening and fix var-naming.
7889 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
7891         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7892         or rmail-spam- to rsf- in all function and variable names.
7893         (rsf-min-region-to-spam-list): New variable.
7894         (rsf-bbdb-auto-delete-spam-entries): Rename from
7895         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
7896         scanned together with the recipients field for spam testing; Don't
7897         delete spam message if rmail-delete-after-output is non-nil;
7898         (rsf-check-field): New function, extracted from code in
7899         rmail-spam-filter to ease addition of header fields like
7900         content-type:;
7901         (message-content-type): New variable.  The content-type: field was
7902         added also in defcustom of rsf-definitions-alist;
7903         (rmail-spam-filter): Replace repeated test code for header fields
7904         by calls to check-field; change the call to
7905         rmail-output-to-rmail-file such that rmail-current-message stays
7906         the same to avoid wrong deletion of unseen flags.
7907         (rmail-use-spam-filter): Add autoload cookie.
7909 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
7911         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
7912         (file-cache-add-directory-using-find): Add Cygwin support.
7913         (file-cache-find-command-posix-flag): New user variable.
7915         * filecache.el (file-cache-add-directory): Check for
7916         directories an remove them from dir-files.
7918 2004-01-27  Richard M. Stallman  <rms@gnu.org>
7920         * man.el (Man-fontify-manpage): Clean up message.
7922 2004-01-27  Kenichi Handa  <handa@m17n.org>
7924         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
7925         (sentence-end): Define using sentence-end-without-space.
7927         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
7928         a sentence ends with one of a character in sentence-end-without-space.
7930 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * font-lock.el (font-lock): Add jit-lock as explicit group member.
7933         (jit-lock): Group declaration moved to jit-lock.el.
7934         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
7935         when necessary.
7937         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
7938         (jit-lock-context-unfontify-pos): Rename from
7939         jit-lock-first-unfontify-pos.
7940         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
7942 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
7944         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
7945         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
7946         (fortran-fill): When filling a string, adjust re-search-backward
7947         argument for special case of string just on fill-column.
7948         When filling non-string, allow one extra char if
7949         fortran-break-before-delimiters is non-nil.
7950         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
7951         Use fortran-break-delimiters-re and fortran-no-break-re to
7952         correctly handle cases such as "**".
7954         * progmodes/f90.el (f90-break-delimiters): Doc fix.
7955         (f90-no-break-re): Add some extra tokens.  Doc fix.
7957 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
7959         * mail/rmail-spam-filter.el:
7960         Use two semicolons as Commentary line prefix.
7961         Add ";;; Code:" stylized comment.
7962         Delete end-of-line whitespace.
7963         Wrap (require 'cl) with `eval-when-compile'.
7965 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
7967         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
7968         at the top level of vc.el.
7970 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
7972         * vc.el (vc-current-line): Function removed.  This is now done by
7973         the new function line-at-pos in simple.el.
7974         (vc-annotate-warp-version): Use line-at-pos instead of
7975         vc-current-line.
7977 2004-01-22  Kim F. Storm  <storm@cua.dk>
7979         * simple.el (line-at-pos): New defun.
7980         (what-line): Use it.  Optimize by only counting lines in narrowed
7981         region once.
7983 2004-01-22  Kenichi Handa  <handa@m17n.org>
7985         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
7986         point (register r1) only for charset mule-unicode-0100-24ff.
7988 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7990         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
7991         trailing white space and ensure a final newline.
7993         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
7994         Add autoload cookie.
7996 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
7998         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
7999         activate view-mode explicitly.
8001 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8003         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8004         use clipboard first.
8006 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8008         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
8009         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8010         (vc-mcvs-cvs): Remove.
8011         (vc-mcvs-command): Remove use of assert.
8013         * outline.el (outline-insert-heading): Tighten up match.
8014         (outline-demote, outline-move-subtree-down): Don't assume anything
8015         about outline-regexp.
8017         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8018         (texinfo-show-structure): Explicitly add ^, and simplify.
8020 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8022         * calendar/appt.el (appt-check): Restore usage of
8023         appt-issue-message deleted in previous change.
8024         (top-level): Activate package when loaded (needed for backwards
8025         compatibility).
8027 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8029         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8030         following previous change to smtpmail-send-data.
8032 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
8034         * vc.el (vc-default-previous-version): Doc enhancement.
8035         (vc-default-next-version): New function.
8036         (vc-print-log): New arg FOCUS-REV.
8037         (vc-annotate-mode): Derive from view-mode.
8038         (vc-annotate): New args REVISION, DISPLAY-MODE.
8039         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8040         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8041         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8042         (vc-annotate-show-diff-revision-at-line, vc-current-line)
8043         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8045         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8047 2004-01-19  Karl Berry  <karl@gnu.org>
8049         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8050         or "TexInfo".
8052 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
8054         * subr.el (delete-dups): New function.
8056 2004-01-19  Karl Berry  <karl@gnu.org>
8058         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8059         with ^, since that's what texinfo-show-structure
8060         documentation says (plus it works much better in texinfo.txi).
8062 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
8064         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8066 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
8068         * progmodes/which-func.el (which-function-mode): Don't cancel
8069         which-func-update-timer if not set.
8071 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
8073         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8074         Remove spurious left square bracket in XX:XXam regexp.
8076 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8078         * progmodes/cc-defs.el: Do not require cl at run time.
8080 2004-01-16  Richard M. Stallman  <rms@gnu.org>
8082         * emacs-lisp/cl.el (cl-cannot-unload): New function.
8083         (cl-unload-hook): Defvar this to run cl-cannot-unload.
8085         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8086         Call rmail-spam-filter.  Delete and expunge spam.
8087         Print number of spam messages deleted.
8088         Save and restore the deletion status of old messages when reading
8089         new mail with spam filter, so that expunging spam does not expunge
8090         msgs deleted by the user.
8091         (rmail-only-expunge): Add an optional argument dont-show to
8092         prevent showing message after expunge.
8094 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8096         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8097         * subr.el (declare): New macro.
8099 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
8101         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8103 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8106         Test window-system rather than system-type (for X11/Mac).
8108 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
8110         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8112 2004-01-12  Richard M. Stallman  <rms@gnu.org>
8114         * mail/rmail.el (rmail-convert-to-babyl-format):
8115         Use mail-unquote-printable-region.
8116         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8117         (rmail-hex-char-to-integer): Functions deleted.
8119         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8120         (mail-unquote-printable-region): New arg NOERROR.
8121         For invalid encoding, either signal an error to just return nil.
8123 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8125         * calendar/appt.el: Update copyright and commentary.
8126         (appt-issue-message): Make obsolete.
8127         (appt-visible, appt-msg-window): Make obsolete, in favour of
8128         appt-display-format.
8129         (appt-display-mode-line, appt-display-duration)
8130         (appt-display-diary, appt-time-msg-list, appt-mode-string)
8131         (appt-prev-comp-time, appt-display-count, appt-timer)
8132         (appt-convert-time): Doc change.
8133         (appt-disp-window-function, appt-delete-window-function):
8134         Use defcustom rather than defvar.
8135         (appt-display-format): New variable.
8136         (appt-display-message): New function with display code from appt-check.
8137         (appt-check): Add optional FORCE argument.  Doc change.
8138         Add appt-make-list to diary-hook if displaying diary.
8139         Remove checking of view-diary-entries-initially.
8140         Message display section removed to new function appt-display-message.
8141         (appt-display-window): Doc change.  Remove unused internal var
8142         this-buffer.  Do not beep, since appt-display-message does that.
8143         (appt-make-list): Doc change.  Use caar.
8144         (appt-sort-list): Simplify by using builtin sort function.
8145         (appt-update-list): New function for updating appts when diary is
8146         saved.
8147         (appt-activate): New autoloaded function to toggle package
8148         functionality.
8150         * calendar/cal-x.el: (calendar-one-frame-setup)
8151         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8153         * calendar/calendar.el: Update copyright.
8154         (view-diary-entries-initially, european-calendar-style): Doc change.
8155         (calendar-setup): Make defcustom rather than defvar.
8156         (mark-visible-calendar-date): Initialize temp-face and faceinfo
8157         in let binding so local to function.
8159         * calendar/diary-lib.el: Update copyright.
8160         (diary, diary-entry-time): Doc change.
8161         (list-diary-entries): Doc change.  Trivial logic change.
8162         (fancy-diary-display): Restore make-face command mistakenly
8163         deleted 2003-05-08.
8164         (show-all-diary-entries): Allow to pop-up frame if needed.
8166 2004-01-09  John Paul Wallington  <jpw@gnu.org>
8168         * bindings.el (mode-line-change-eol): Add EVENT parameter.
8169         Temporarily select EVENT's window for changing eol type.
8171 2004-01-09  Deepak Goel  <deego@gnufans.org>
8173         * calendar/diary-lib.el (diary-entry-time):
8174         Also accept time in the form XX[.XX][am/pm/AM/PM].
8175         (fancy-diary-font-lock-keywords): Likewise.
8176         (diary-font-lock-keywords): Likewise.
8177         * calendar/appt.el (appt-add): Likewise.
8178         (appt-make-list): Likewise.
8179         (appt-convert-time): Likewise.
8181 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
8183         * gdb-ui.el (gdb-ann3): Revert previous change.
8184         (gdb-source-info): Allow for case of where compilation directory
8185         is not recorded.
8187 2004-01-08  John Paul Wallington  <jpw@gnu.org>
8189         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8191 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
8193         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8195         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8196         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8197         problems.
8198         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8200 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8202         * files.el (write-file-functions, write-contents-functions):
8203         Clarify docstrings.
8205 2004-01-07  Kenichi Handa  <handa@m17n.org>
8207         * international/mule.el (set-auto-coding): Fix for the case that
8208         end-of-line is only CR.
8210 2004-01-07  Kim F. Storm  <storm@cua.dk>
8212         * subr.el (event-start, event-end): Doc fix.
8213         (posn-string, posn-image): New defuns.
8214         (posn-object): Return either image or string object.
8215         (posn-object-x-y): Return 8th element of position.
8216         (posn-object-width-height): New defun.
8218 2004-01-06  Andreas Schwab  <schwab@suse.de>
8220         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8221         output.
8223 2004-01-05  Karl Berry  <karl@gnu.org>
8225         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8226         / and *, too.
8228 2003-12-31  Simon Josefsson  <jas@extundo.com>
8230         * files.el (before-save-hook): Add.
8231         (basic-save-buffer): Use before-save-hook.
8233         * emacs-lisp/copyright.el: Fix comment to recommend
8234         before-save-hook instead of write-file-functions.
8236 2004-01-05  Richard M. Stallman  <rms@gnu.org>
8238         * finder.el (finder-commentary): Call delete-other-windows.
8240         * net/ange-ftp.el (ange-ftp-file-attributes):
8241         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8243 2004-01-04  Karl Berry  <karl@gnu.org>
8245         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8246         comment characters % and # in the copyright year notice,
8247         as well as ;.
8249 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8251         * wid-edit.el (default): Define dummy :value-delete.
8252         Reported by Jesper Harder <harder@ifa.au.dk>.
8254 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8256         * progmodes/compile.el (compile-internal): Use point, not point-min,
8257         for set-window-point.
8259         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8261         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8263         * progmodes/grep.el (grep-mode-map):
8264         Don't remap next-line, previous-line.
8266 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
8268         * speedbar.el (speedbar-edit-line): Change regexp to position
8269         the cursor on the first character of this line's button.
8271 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8273         * subr.el (functionp): Doc fix.
8275 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8277         * progmodes/idlwave.el (idlwave-make-tags):
8278         * textmodes/flyspell.el (flyspell-large-region):.
8279         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8280         * emulation/viper-util.el (viper-glob-unix-files):
8281         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8282         * man.el (Man-init-defvars):
8283         * jka-compr.el (jka-compr-call-process):
8284         * files.el (get-free-disk-space,insert-directory):
8285         * ediff-ptch.el (ediff-test-patch-utility):
8286         * ediff-diff.el (ediff-test-utility):
8287         * dired-aux.el (dired-check-process):
8288         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8289         test the return value of call-process, because it can be a string.
8291 2003-12-31  John Paul Wallington  <jpw@gnu.org>
8293         * bindings.el (completion-ignored-extensions): Add .pfsl.
8295 2003-12-31  Kim F. Storm  <storm@cua.dk>
8297         * ido.el (ido-nonreadable-directory-p): New defun to check for
8298         nonreadable directory without activating tramp (to avoid problems
8299         with checking incomplete tramp paths).
8300         (ido-set-current-directory, ido-file-internal)
8301         (ido-file-name-all-completions1): Use it.
8303 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8305         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8306         documentation if the anchor (or node) name is preceded by `info
8307         anchor' or `Info anchor' in addition to earlier `info node' and
8308         `Info node'.
8309         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8311 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
8313         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8314         error in arguments to base64-decode-region.  Remove ^M characters
8315         after decoding base64.
8317 2003-12-30  Simon Josefsson  <jas@extundo.com>
8319         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
8320         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8321         have only been distributed with Emacs for some years.
8322         (texinfo-mode-hook): Customize.
8324 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
8326         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8327         cleaner (suggested by Richard Stallman).
8329         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8330         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8331         file-name clashes on 8+3 DOS filesystems.
8333         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8334         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8335         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8336         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8337         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8338         file-name clashes on 8+3 filesystems.
8340         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8341         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8342         file-name clashes on 8+3 DOS filesystems.
8344 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8346         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8347         Upcase the character.
8349         * textmodes/flyspell.el (mail-mode-flyspell-verify):
8350         Search for header separator alone on a line, literally,
8351         and search for it backward, not forward.
8352         (flyspell-abbrev-table): Always use global-abbrev-table
8353         if there is no local one.
8355         * progmodes/sh-script.el (sh-get-indent-info):
8356         Don't move point back if at bob.
8358         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8360         * play/handwrite.el (handwrite): Make the handwrite credit message
8361         a comment rather than an output command.
8363         * obsolete/sc.el: Display message that this file is obsolete.
8365         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8367         * mail/rfc822.el (rfc822-address-start): Declare variable.
8368         Renamed from address-start.  All uses changed.
8370         * term.el (term-exec): Set up sentinel.
8371         (term-sentinel): New function.
8372         (term-handle-exit): New function.
8374         * subr.el (assoc-ignore-case, assoc-ignore-representation):
8375         Use assoc-string, and mark them obsolete.
8376         (delay-mode-hooks): Mark as permanent local.
8378         * simple.el (sendmail-user-agent-compose): Use assoc-string.
8380         * register.el (copy-rectangle-to-register): Doc fix.
8382         * info.el (Info-insert-dir): Use assoc-string.
8384         * info-look.el (info-lookup): Use assoc-string.
8386         * frame.el (pop-up-frame-function): Use quote, not `function'.
8387         (frame-notice-user-settings): Calculate ADJUSTED-TOP
8388         copying with lists as coordinate values.
8390         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8392         * find-dired.el (kill-find): New command.
8393         (find-dired): Make buffer read-only.
8394         Set up a keymap with C-c C-k running kill-find.
8395         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8397         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8399         * filecache.el (file-cache-ignore-case): New variable.
8400         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
8402         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8403         (comint-dynamic-complete-as-filename): Rename local vars.
8404         (comint-dynamic-list-filename-completions): Likewise.
8406         * comint.el (comint-dynamic-list-completions-config): New var.
8407         (comint-dynamic-list-completions): Handle both SPC and TAB right.
8409         * comint.el (comint-file-name-chars): Add [].
8410         (comint-word): Use skip-chars-backward, not search.
8412         * shell.el (shell-file-name-chars): Add [].
8414         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8416         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8418         * generic.el (define-generic-mode): Doc fix.
8420 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8422         * files.el (kill-some-buffers): Doc fix.
8424 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
8426         * comint.el (comint-watch-for-password-prompt): Pass `string' as
8427         arg to send-invisible
8428         (send-invisible): Doc fix.  The argument is now a prompt, not the
8429         string to send.
8430         (comint-read-noecho): Doc fix.
8432 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
8434         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8435         "@", as required by some ISP hosting service.  Fix defcustom
8436         argument syntax errors that prevented use of customization.
8438 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8440         * xml.el (xml-get-attribute-or-nil): Doc fix.
8442 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
8444         * net/zone-mode.el (zone-mode): Use write-file-functions, not
8445         write-file-hooks.
8447 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8449         * autorevert.el (auto-revert-interval): Doc fix.
8451 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
8453         * xml.el (xml-get-attribute-or-nil): New function, like
8454         xml-get-attribute, but returns nil if the attribute was not found.
8455         (xml-get-attribute): Convert to defsubst, uses
8456         xml-get-attribute-or-nil.
8458 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8460         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8462 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
8464         * custom.el (custom-declare-theme): Use `value' when putting
8465         properties on `theme'.
8467 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8469         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8470         for each yank-handler segment.
8471         (insert-for-yank-1): New function, with the body of the previous
8472         insert-for-yank.
8474         * textmodes/table.el (table-yank-handler): New defcustom.
8475         (table--put-cell-indicator-property): Put yank-handler property
8476         that indicates the yank handler for the table cell.
8478 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8480         * generic-x.el (etc-modules-conf-generic-mode): A more complete
8481         set of keywords.
8483 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8485         * international/mule-cmds.el (reset-language-environment)
8486         (set-language-environment): Don't invoke fontset-related functions
8487         if fontset-list is not fboundp.
8489 2003-12-29  Kenichi Handa  <handa@m17n.org>
8491         * international/mule-cmds.el (reset-language-environment):
8492         Call set-overriding-fontspec-internal with nil.
8493         (set-language-environment): Call set-overriding-fontspec-internal
8494         if the language environment specify `overriding-fontspec'.
8495         (language-info-alist): Doc added.
8497         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8498         characters of mule-unicode-0100-24ff.
8499         (ccl-encode-windows-1251-font): New CCL program.
8500         ("Bulgarian"): Specify overriding-fontspec.
8501         ("Belarusian"): Likewise.
8503 2003-12-28  Sam Steingold  <sds@gnu.org>
8505         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8506         parameter ID-FORMAT to conform with the 2003-11-30 patch.
8508 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
8510         * progmodes/gud.el (gud-gdb-command-name): Set default to
8511         "gdb --annotate=3".
8512         (gud-gdb-marker-filter): Look out for annotations.
8513         (gdb-first-pre-prompt): New variable.
8514         Remove trailing white space.
8516         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8517         if necessary.
8518         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
8519         annotations are detected.
8520         (gud-gdba-marker-filter): Use global variable gud-marker-acc
8521         instead of a local one to allow transition from
8522         gud-gdb-marker-filter.
8523         Remove trailing white space.
8525 2003-12-27  Kim F. Storm  <storm@cua.dk>
8527         * ido.el: Handle non-readable directories.
8528         (ido-decorations): Add 9th element for non-readable directory.
8529         (ido-directory-nonreadable): New dynamic var.
8530         (ido-set-current-directory): Set it.
8531         (ido-read-buffer, ido-file-internal):
8532         (ido-read-file-name, ido-read-directory-name): Let-bind it.
8533         (ido-file-name-all-completions1): Return empty list for
8534         non-readable directory.
8535         (ido-exhibit): Print [Not readable] if directory is not readable.
8536         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8537         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8538         Use it.
8540 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
8542         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8543         calls to directory-files-and-attributes and file-attributes.
8544         (ls-lisp-format): Remove system dependent handling of user and
8545         group id's.
8547 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
8549         * ffap.el (ffap-read-file-or-url): Revert previous change.
8551 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
8553         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8554         new list of included files called `files-with-node-lines', that
8555         only have node lines.  This way @include commands can include any
8556         file, such as version and update files without node lines, not
8557         just files that are chapters.
8559 2003-12-25  Andreas Schwab  <schwab@suse.de>
8561         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8562         file not found.
8564 2003-12-08  Miles Bader  <miles@gnu.org>
8566         * dired.el (dired-between-files): Always use dired-move-to-filename,
8567         which is more robust in non-english locales.
8569 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8571         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8573 2003-12-24  Andreas Schwab  <schwab@suse.de>
8575         * shell.el (shell-file-name-quote-list): Add backslash.
8577         * comint.el (comint-quote-filename): Correctly handle backslash
8578         in comint-file-name-quote-list.
8580 2003-12-24  Kenichi Handa  <handa@m17n.org>
8582         * international/mule-cmds.el (set-default-coding-systems):
8583         Call ucs-set-table-for-input for all buffers that don't have local
8584         value of buffer-file-coding-system.
8586         * international/ucs-tables.el (ucs-set-table-for-input):
8587         If translation-table-for-encode is a symbol, get its
8588         translation-table property.
8590 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
8592         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8593         to `completing-read' on a recently fixed bug.
8595         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8596         instead of SPACE, to get the list of possible fringe modes.
8597         SPACE only works if both `partial-completion-mode' and
8598         `completion-auto-help' are nil.
8600         * complete.el (PC-is-complete-p): Delete.
8601         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8602         calls to `test-completion'.
8604 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
8606         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8607         to edit values when there are no children.
8609         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8610         a mode called "Assembler" already exists.
8611         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8612         (gud-watch): Use format option.  Remove font properties from string.
8613         (gdb-var-create-handler, gdb-var-list-children-handler):
8614         Don't bother about properties as there are none.
8615         (gdb-var-create-handler, gdb-var-list-children-handler)
8616         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8617         with two arguments.
8618         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8619         Let speedbar show value changes with a different font.
8620         (gdb-edit-value): New defun.
8621         (gdb-clear-partial-output, gdb-clear-inferior-io)
8622         (def-gdb-auto-update-handler): Use erase-buffer.
8623         (gdb-frame-handler): Display watch expressions in
8624         FUNCTION::VARIABLE format if required.
8626 2003-12-23  John Paul Wallington  <jpw@gnu.org>
8628         * info.el (Info-unescape-quotes, Info-split-parameter-string)
8629         (Info-goto-emacs-command-node): Doc fixes.
8631 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
8633         * cus-edit.el (custom-add-parent-links): Define "many".
8635 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
8637         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8638         (widget-child-validate, widget-type-value-create)
8639         (widget-type-default-get, widget-type-match): New functions.
8640         (lazy): New widget.
8641         (menu-choice, checklist, radio-button-choice, editable-list)
8642         (group, documentation-string): Remove redundant (per 2003-10-25
8643         change) calls to `widget-children-value-delete'.
8644         (widget-choice-value-get, widget-choice-value-inline): Remove.
8645         (menu-choice): Update widget.
8647 2003-12-03  Kenichi Handa  <handa@m17n.org>
8649         * language/cyrillic.el: Register "microsoft-cp1251" in
8650         ctext-non-standard-encodings-alist.
8651         ("Bulgarian"): Add ctext-non-standard-encodings.
8652         ("Belarusian"): Likewise.
8654         * international/mule-conf.el (compound-text-with-extensions):
8655         Change the type to 2 (iso-2022 base).
8657         * international/mule.el (ctext-non-standard-encodings-alist):
8658         Change the format.
8659         (ctext-non-standard-encodings): New variable.
8660         (ctext-post-read-conversion): Fully re-written.
8661         (ctext-non-standard-designations-alist): Delete it.
8662         (ctext-non-standard-encodings-table): New function.
8663         (ctext-pre-write-conversion): Fully re-written.
8665 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8667         * cus-edit.el (custom-add-parent-links): Add documentation links
8668         for parent, if the item has none of its own.
8670 2003-11-30  Richard M. Stallman  <rms@gnu.org>
8672         * dired-aux.el (dired-do-query-replace-regexp):
8673         Report files visited read-only.
8675 2003-11-30  Juri Linkov  <juri@jurta.org>
8677         * dired-aux.el (dired-compare-directories): New command.
8678         (dired-file-set-difference, dired-files-attributes): New functions.
8680 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
8681         Version 2.0.38 of Tramp released.
8683         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
8684         Charles Curley <charlescurley@charlescurley.com>.
8685         (tramp-multi-connection-function-alist): Add ssht entry which adds
8686         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
8687         Aichner.
8688         (tramp-get-method-parameter): New function to retrieve a method
8689         parameter.  This allows for omission of method parameters.
8690         Callers adjusted.
8692 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
8694         * net/tramp.el: Add new optional parameter ID-FORMAT to
8695         `file-attributes'.  Calls of `file-attributes' won't use this
8696         parameter for backward compatibility reasons.
8697         (tramp-perl-file-attributes): Add a new parameter to Perl script
8698         in order to handle uid/gid as strings, if desired.
8699         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
8700         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
8701         order to make the function more general.
8702         (tramp-handle-file-attributes): Replace proprietary optional
8703         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
8704         (tramp-handle-file-attributes-with-perl): Handle parameter
8705         NONNUMERIC if set.  This wasn't done in the past.
8706         (tramp-post-connection): Apply second parameter "$2" if
8707         `tramp-remote-perl' is called.
8709         * net/tramp-smb.el (tramp-smb-handle-delete-file):
8710         Correct cut'n'waste error (`filename' instead of `directory').
8711         (tramp-smb-handle-directory-files-and-attributes)
8712         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
8713         introduced parameter ID-FORMAT.
8714         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
8715         error (`directory' instead of `ldir').
8717         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
8718         `file-attributes' has a second parameter.  If yes, apply it with
8719         value "'integer".  Otherwise, don't use that parameter (default is
8720         integer format).
8722 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8724         * help.el (help-map): Bind `display-local-help' to `C-h .'.
8725         (help-for-help): Add `C-h .' to the listed Help options.
8726         Remove trailing whitespace.
8728         * help-at-pt.el: New file.
8730 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
8732         * subr.el (noreturn, 1value): New macros for test coverage.
8733         See `testcover.el'.
8735         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
8737         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
8738         for macro `1value'.
8739         (testcover-1value): New function.  Checks that a 1value form
8740         actually returns only one value.  Requested by RMS.
8742 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
8744         * gdb-ui.el (gud-watch, gdb-var-create-handler)
8745         (gdb-var-list-children, gdb-var-list-children-handler)
8746         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
8747         gdb commands that use mi to keep them out of the command history.
8749 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8751         * cus-start.el (all): Add use-file-dialog.
8753 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8755         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
8757 2003-11-27  Kim F. Storm  <storm@cua.dk>
8759         * subr.el (posn-object-x-y): New defun.
8761 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8763         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
8764         Don't use `space' for \\\n.
8765         Be more selective as to which # are comment-starters.
8767 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
8769         * subr.el (number-sequence): Improve handling of floating point
8770         arguments (suggested by Kim Storm).  Allow negative arguments.
8772 2003-11-26  Kenichi Handa  <handa@m17n.org>
8774         * international/mule-cmds.el (standard-display-european-internal):
8775         Cancel the standard-display-table setting for ` and '.
8777 2003-11-26  Kim F. Storm  <storm@cua.dk>
8779         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
8780         New defcustoms to add ffap-like functionality to ido.
8781         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
8782         (ido-no-final-slash): New defun.
8783         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
8784         (ido-read-file-name): ): Toggle VC checking via
8785         vc-handled-backends instead of vc-master-templates.
8786         (ido-file-internal): Handle ido-use-url-at-point and
8787         ido-use-filename-at-point via code borrowed from ffap-guesser.
8788         Handle new ido-exit code ffap.
8789         (ido-sort-list): Ignore final slash when sorting file names.
8791 2003-11-25  Kim F. Storm  <storm@cua.dk>
8793         * emulation/cua-base.el (cua--standard-movement-commands):
8794         Add forward-sentence and backward-sentence.
8796 2003-11-25  Stephen Eglen  <stephen@gnu.org>
8798         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
8799         iswitchb-exit is set to 'usefirst when user selects buffer at head
8800         of list using RET.  (Selecting buffers at the head of the list was
8801         broken if the substring was also a complete buffername.)
8803 2003-11-23  Kim F. Storm  <storm@cua.dk>
8805         * progmodes/compile.el (grep-command, grep-use-null-device)
8806         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
8807         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
8808         (grep-regexp-alist, grep-program, find-program)
8809         (grep-find-use-xargs, grep-history, grep-find-history)
8810         (grep-process-setup, grep-compute-defaults)
8811         (grep-default-command, grep, grep-tag-default, grep-find)
8812         (grep-expand-command-macros, grep-tree-last-regexp)
8813         (grep-tree-last-files, grep-tree): Move grep variables, functions
8814         and commands to new file grep.el.
8815         (compilation-mode-map): Remove grep commands from Compile sub-menu.
8816         (compilation-process-setup-function): Doc fix.
8817         (compilation-highlight-regexp, compilation-highlight-overlay): New
8818         defvars used for highlighting current compile error in source buffer.
8819         (compile-internal): New optional args HIGHLIGHT-REGEXP and
8820         LOCAL-MAP which overrides compilation-highlight-regexp and
8821         compilation-mode-map for this compilation.
8822         Delay calling compilation-set-window-height until after running
8823         compilation-process-setup-function so it can buffer-local override
8824         compilation-window-height.
8825         Check buffer-local value of compilation-scroll-output.
8826         (compilation-set-window-height): Use buffer-local value of
8827         compilation-window-height.
8828         (compilation-revert-buffer): Don't pass (undefined)
8829         preserve-modes arg to revert-buffer.
8830         (next-error-no-select, previous-error-no-select): New commands.
8831         (compilation-goto-locus): Temporarily highlight current match in
8832         source buffer using compilation-highlight-regexp.
8834         * progmodes/grep.el: New file with grep code from compile.el.
8835         (grep): New defcustom group.
8836         (grep-window-height): New defcustom, like compilation-window-height.
8837         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
8838         (grep-scroll-output): New defcustom, like compilation-scroll-output.
8839         (grep-command, grep-use-null-device, grep-find-command)
8840         (grep-tree-files-aliases, grep-tree-ignore-case)
8841         (grep-tree-ignore-CVS-directories): Move to grep custom group.
8842         (grep-setup-hook): New hook variable.
8843         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
8844         (grep-last-buffer): New defvar, override compilation-last-buffer.
8845         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
8846         Call compile-internal with args highlight-regexp and grep-mode-map.
8848 2003-11-23  Kim F. Storm  <storm@cua.dk>
8850         * subr.el (event-start, event-end): Doc fix.
8851         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8852         (posn-area, posn-actual-col-row, posn-object): New defuns.
8853         (posn-col-row): Simplify doc.  Rewrite to use cond.
8854         (posn-point): Also return buffer position for events outside text
8855         area (that info is now present in the event position).
8857         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8858         mouse-set-point so that hscroll still works now that clicks on
8859         fringes generate specific mouse events.
8860         (mouse-set-point): Note that it now works in fringes and margins
8861         too due to new semantics of posn-point in fringes and margins.
8863         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8864         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8866 2003-11-20  Kim F. Storm  <storm@cua.dk>
8868         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8869         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8870         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8871         to 100 for icons to avoid increasing line height when shown.
8873 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8875         * newcomment.el (comment-normalize-vars): Initialize properly if
8876         comment-start was nil.
8878 2003-11-19  Andreas Schwab  <schwab@suse.de>
8880         * simple.el (set-variable): Fix indentation.
8882 2003-11-17  Kenichi Handa  <handa@m17n.org>
8884         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8885         Fix docstring.
8887 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8889         * international/latin1-disp.el (latin1-display): Fix docstring.
8891 2003-11-16  John Wiegley  <johnw@newartisans.com>
8893         * eshell/em-ls.el (eshell-ls-file): There are times with
8894         size-width is nil and uncomputed (when directories are created in
8895         dired, for example); in this case, 4 is reasonable default value,
8896         although it may caused skewed new entries (which could be avoided
8897         by returning the original value of 8 in all cases, but 99% of the
8898         time this is a waste of whitespace).
8900 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
8902         * cc-engine.el (c-guess-continued-construct)
8903         (c-guess-basic-syntax): Check a little more carefully if it's a
8904         function declaration when an unknown construct followed by a block
8905         is found inside a statement context.  This avoids macros followed
8906         by blocks to be taken as function declarations.
8908         (c-guess-continued-construct): Change the analysis of a statement
8909         continuation with a brace open to `substatement-block', for
8910         consistency with recognized statements.
8912         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8913         start is in a position so that `c-beginning-of-statement-1' jumped
8914         to the beginning of the same statement.
8916         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
8917         Don't accept binary operators in the arglist if we're in a function
8918         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
8919         template recognition in cases like "if (a < b || c > d)".
8921         (c-restricted-<>-arglists): New more appropriate name for
8922         `c-disallow-comma-in-<>-arglists'.
8924         Accessing functions updated for the variable name change.
8926         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
8927         match data could get clobbered if NOT-INSIDE-TOKEN is used.
8929         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
8930         labels.
8932         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
8933         instead of duplicating parts of it.  This fixes bogus label
8934         recognition.
8936         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
8937         of checking the context in which to apply the minimum indentation,
8938         so that it isn't enforced in e.g. namespace blocks.
8940         * cc-vars.el (c-inside-block-syms): New constant used by
8941         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
8942         to somewhat reduce the risk of becoming stale.
8944         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
8945         cc-cmds to cc-engine to allow use from cc-align.
8947         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
8948         qualified identifiers containing "::".
8950         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
8951         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
8953         * cc-vars.el (c-emacs-features): Use a space in front of the name
8954         of the temporary buffer.  That also avoids dumping problems in
8955         XEmacs due to undo info being left around after the buffer is killed.
8957         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
8958         arglist to see if it's a K&R style declaration.
8960         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
8961         before returning `knr-argdecl-intro'.
8963 2003-11-16  John Wiegley  <johnw@newartisans.com>
8965         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
8966         field in a long-listing always 8 characters, use `size-width',
8967         which has already been computed.
8969 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8971         * subr.el (minor-mode-list): Add `hs-minor-mode'.
8973 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
8975         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
8976         Support operation while narrowed, with `diff-restrict-view'.
8978 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
8980         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8981         Take additional optional arg NARROWFUN.  For the generated functions:
8982         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
8983         include frags that arrange to check for and save narrowing state before
8984         the move and then conditionally call NARROWFUN after the move.
8986 2003-11-14  John Wiegley  <johnw@newartisans.com>
8988         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
8989         that was optional, but obviously missing based on surrounding code.
8991         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
8992         string arguments to numbers unless the whole argument was seen as
8993         a number.
8995 2003-11-14  Kenichi Handa  <handa@m17n.org>
8997         * international/mule.el (ctext-non-standard-encodings-alist):
8998         Fix coding systems.
9000 2003-11-10  Kenichi Handa  <handa@m17n.org>
9002         * language/kannada.el ("Kannada"): Add sample-text.
9004         * language/knd-util.el (kannada-compose-region)
9005         (kannada-compose-string, kannada-post-read-conversion):
9006         Add autoload cookie.
9008         * international/quail.el (quail-completion): Change the message
9009         "corresponding translations" to "corresponding characters".
9011 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9013         * descr-text.el (describe-char): Fix typo.
9015 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
9017         These changes are to support Kannada language/script.
9019         * Makefile.in (DONTCOMPILE): Add kannada.el.
9021         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9023         * loadup.el: Preload kannada.el.
9025         * language/ind-util.el (ucs-kannada-to-is13194-alist)
9026         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9027         New variables.
9029         * language/kannada.el: New file.
9031         * language/knd-util.el: New file.
9033 2003-11-07  Andreas Schwab  <schwab@suse.de>
9035         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9036         Also highlight AH_*.
9038         * xml.el (xml-parse-dtd): Fix misplaced paren.
9040 2003-11-07  Kenichi Handa  <handa@m17n.org>
9042         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9044 2003-11-05  Juri Linkov  <juri@jurta.org>
9046         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9047         (desktop-buffer-file): Use saved buffer-file-coding-system
9048         for file reading.  Set auto-insert to nil to prevent automatic
9049         insertion into restored empty files.
9051 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9053         * files.el (risky-local-variable-p): Make second argument optional.
9055 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9057         * subr.el (add-hook): Fix last change.
9059 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
9061         * mail/rmail.el (rmail-convert-to-babyl-format):
9062         If base64-decode-region signals an error, catch it and silently
9063         ignore it.
9065 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
9067         * xml.el (xml-parse-region): Allow comments to appear after the
9068         topmost element has closed.
9069         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9070         (xml-ns-expand-attr): New functions to do namespace handling.
9071         (xml-intern-attrlist): Back-compatible handling of attribute names.
9072         (xml-parse-tag): Move namespace handling to separate functions.
9073         Now produces elements in the form ((:ns . "element") (attr-list)
9074         children) instead of ('ns:element (attr-list) children).
9075         (xml-parse-attlist): Fix attribute parsing.
9076         (xml-parse-dtd): Change parsing so that it produces strings
9077         instead of interned symbols.
9079 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
9081         * dired.el (dired-ls-sorting-switches): Doc fix.
9083 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
9085         * emacs-lisp/rx.el (rx-or): Fix the case of
9086         "(rx (and ?a (or ?b ?c) ?d))".
9088 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
9090         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9091         (texinfo-format-region): Use it.
9092         (texinfo-format-buffer-1): Ditto.
9094 2003-11-01  Alan Mackenzie  <acm@muc.de>
9096         Changes to allow scrolling whilst in isearch mode:
9097         * isearch.el (isearch-unread-key-sequence): New function,
9098         extracted from isearch-other-meta-char.
9099         (top level): (put 'foo 'isearch-scroll) on all Emacs's
9100         "scrollable" standard functions.
9101         (isearch-allow-scroll): New customizable variable.
9102         (isearch-string-out-of-window, isearch-back-into-window)
9103         (isearch-reread-key-sequence-naturally)
9104         (isearch-lookup-scroll-key): New functions.
9105         (isearch-other-meta-char): Doc string and functionality enhanced.
9106         Now accepts a prefix argument.
9107         (isearch-lazy-highlight-window-end): New variable.
9108         (isearch-lazy-highlight-new-loop): Pay attention to the window's
9109         end (thru isearch-lazy-highlight-window-end), not only its start.
9111         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9112         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9113         (universal-argument, universal-argument-more, negative-argument)
9114         (digit-argument, universal-argument-other-key): Minor changes.
9116 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9118         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9119         recursively if the last message is deleted, thus avoiding an
9120         infinite loop.
9122 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9124         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9125         (tex-main-file): Don't add .tex if the extension is already present.
9126         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9128 2003-10-29  Lute Kamstra  <lute@gnu.org>
9130         * progmodes/octave-inf.el (inferior-octave-prompt):
9131         Recognize version number in prompt.
9133 2003-10-28  Dave Love  <fx@gnu.org>
9135         * international/characters.el: Fix some Unicode ranges.
9137 2003-10-28  Kenichi Handa  <handa@m17n.org>
9139         * disp-table.el (standard-display-8bit)
9140         (standard-display-default, standard-display-ascii)
9141         (standard-display-g1, standard-display-graphic)
9142         (standard-display-underline): Assure that standard-display-table
9143         is a display table.
9145 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9147         * simple.el (reindent-then-newline-and-indent): Delete space *after*
9148         reindenting the first line.
9150 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9152         * wid-edit.el (widget-default-delete): Always delete child widgets.
9154 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9156         * newcomment.el (comment-indent): Don't call indent-according-to-mode
9157         if the line has code.
9158         Don't try to line up with something that's too far left.
9160         * progmodes/octave-mod.el (octave-comment-start): Simplify.
9161         (octave-mode-syntax-table): Add % as a comment starter.
9162         (octave-point): Remove.
9163         (octave-in-comment-p, octave-in-string-p)
9164         (octave-not-in-string-or-comment-p, calculate-octave-indent)
9165         (octave-blink-matching-block-open, octave-auto-fill):
9166         Use line-(beginning|end)-position instead.
9168 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9170         * emacs-lisp/authors.el (authors-aliases): Add correct realname
9171         for Francesco Potort\e,Al\e(B.
9173 2003-10-23  Dave Love  <fx@gnu.org>
9175         * international/mule-cmds.el (locale-charset-to-coding-system):
9176         Don't rely on nil being a coding system.
9178         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9179         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9180         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9182 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
9184         * gdb-ui.el (gdb-current-language): New variable.
9185         (gdb-update-flag): Remove variable.
9186         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9187         (gdb-take-last-elt): Remove function.
9188         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9189         (gdb-post-prompt): Check for variable object changes here.
9191         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9192         object changes in gdb-ui.el.
9194 2003-10-21  Richard M. Stallman  <rms@gnu.org>
9196         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9198         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9199         Don't check for foo*/ wildcard form here.
9200         (insert-directory): Recognize foo*/ as a wildcard.
9201         Separate wildcard-regexp variable from the arg, wildcard.
9203         * subr.el (add-hook): Correctly detect when make-local-hook was used.
9204         (remove-hook): Correctly handle strange cases about local hooks.
9206 2003-10-21  David Ponce  <david@dponce.com>
9208         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9209         argument REAL, to return a real number instead of a rounded
9210         integer value.  Define as inline function.
9211         (ruler-mode-right-fringe-cols): Likewise.
9212         (ruler-mode-scroll-bar-cols): New function.
9213         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
9214         (ruler-mode-right-scroll-bar-cols): Likewise.
9215         (ruler-mode-space): New function.
9216         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
9217         scroll bar mode and margins in a more robust way.
9219 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
9221         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9222         (antlr-c-init-language-vars): New function.
9223         (antlr-mode): Use it with cc-mode before v5.29.
9224         (antlr-c-common-init): Don't set some local vars here.
9225         (antlr-mode): Set them here.
9226         (antlr-c-forward-sws): New function alias.
9227         (antlr-mode): Redefine with cc-mode before v5.30.
9228         (antlr-skip-sexps): Use it.
9229         (antlr-skip-exception-part): Ditto.
9230         (antlr-skip-file-prelude): Ditto.
9231         (antlr-outside-rule-p): Ditto.
9232         (antlr-end-of-body): Ditto.
9233         (antlr-option-kind): Ditto.
9234         (antlr-insert-option-area): Ditto.
9235         (antlr-file-dependencies): Ditto.
9237 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9239         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9240         Move backward only if point was not inside an entry.
9242 2003-10-21  Richard M. Stallman  <rms@gnu.org>
9244         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9246 2003-10-21  Juri Linkov  <juri@jurta.org>
9248         * compare-w.el: Automatically skip non-matching text to resync.
9249         (compare-windows-whitespace): Doc fix.
9250         (compare-windows-sync, compare-windows-sync-string-size)
9251         (compare-windows-recenter, compare-ignore-whitespace)
9252         (compare-windows-highlight, compare-windows-face): New variables.
9253         (compare-windows): Use compare-windows-sync.
9254         (compare-windows-highlight, compare-windows-dehighlight)
9255         (compare-windows-sync-regexp)
9256         (compare-windows-sync-default-function): New functions.
9258 2003-10-21  Juri Linkov  <juri@jurta.org>
9260         * diff.el (diff-parse-differences): Don't visit the files now;
9261         instead, just record the error locus.
9263 2003-10-21  Dave Love  <fx@gnu.org>
9265         * progmodes/cfengine.el: New file.
9267 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * complete.el (PC-do-completion): Do not forget to use `pred' as the
9270         default-directory when completing file names.
9272 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
9274         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9275         followed by the word `face', it gets treated as a face, even if
9276         it is also defined as a variable or a function.
9278 2003-10-20  Dave Love  <fx@gnu.org>
9280         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9281         Avoid incf in macro expansion.
9283 2003-10-20  John Paul Wallington  <jpw@gnu.org>
9285         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9286         `evenp' so we don't implicitly require cl library at runtime.
9288 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
9290         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9291         (help-make-xrefs): Only make cross-references for faces if
9292         preceded or followed by the word `face'.  Do not make a
9293         cross-reference for variables without variable documentation,
9294         unless preceded by the word `variable' or `option'.  Update doc
9295         string accordingly.
9297 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
9299         * progmodes/hideshow.el: Rewrite one-armed `if'
9300         constructs using either `when' or `unless'.
9301         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9303 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
9305         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9306         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9307         instead of 12x12.
9309 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9311         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9312         message while converting to Babyl.
9314 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
9316         * allout.el (allout-mode): Doc fix.
9318 2003-10-16  Lute Kamstra  <lute@gnu.org>
9320         * subr.el (force-mode-line-update): Fix docstring.
9322 2003-10-14  Dave Love  <fx@gnu.org>
9324         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9325         (default-input-method): Add :link, improve :type.
9326         (locale-charset-language-names): Fix utf-8 pattern.
9327         (locale-charset-match-p, locale-charset-alist)
9328         (locale-charset-to-coding-system): New.
9329         (set-locale-environment): Deal with codeset part of locale specs.
9331 2003-10-14  Lute Kamstra  <lute@gnu.org>
9333         * fringe.el (fringe-mode): Use active voice in docstring.
9334         (set-fringe-style): Ditto.
9336 2003-10-13  Lute Kamstra  <lute@gnu.org>
9338         * fringe.el (fringe-mode): Fix docstring.
9339         (set-fringe-style): Ditto.
9341 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
9343         * ediff-mult.el (ediff-filegroup-action):
9344         Use ediff-default-filtering-regexp.
9346         * ediff-util.el (ediff-recenter): Don't call
9347         ediff-restore-highlighting twice.
9348         (ediff-select-difference): Set current difference.
9349         (ediff-unselect-and-select-difference): Add comment.
9351         * ediff.el (ediff-directories,ediff-directory-revisions)
9352         (ediff-directories3,ediff-merge-directories)
9353         (ediff-merge-directories-with-ancestor)
9354         (ediff-merge-directory-revisions)
9355         (ediff-merge-directory-revisions-with-ancestor):
9356         Use ediff-default-filtering-regexp.
9358 2003-10-12  Andreas Schwab  <schwab@suse.de>
9360         * international/mule-cmds.el (locale-charset-language-names):
9361         Simplify regex by removing unused grouping.
9363 2003-10-10  Dave Love  <fx@gnu.org>
9365         * bindings.el: Don't bind stop.
9367 2003-10-08  Miles Bader  <miles@gnu.org>
9369         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9370         face instead of attempting to emulate it.
9372 2003-10-07  Kenichi Handa  <handa@m17n.org>
9374         * international/mule-diag.el (list-coding-systems-1): List coding
9375         systems that are loaded automatically.
9377         * international/code-pages.el (iso-8859-11): Add autoload cookie.
9379         * international/mule.el (autoload-coding-system): New function.
9381 2003-10-07  Andreas Schwab  <schwab@suse.de>
9383         * log-edit.el (log-edit-changelog-entries): Prefer local value of
9384         change-log-default-name in the buffer visiting the file.
9386 2003-10-06  Dave Love  <fx@gnu.org>
9388         * files.el (find-file-hook): Customize.
9389         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9391         * bindings.el (completion-ignored-extensions): Remove .log.
9392         (global-map): Add again, open, stop keys.
9394 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9396         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9397         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9398         Use sh-modify directly.
9399         (sh-select): Use sh-append, not eval.
9401         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9403         * info.el (Info-following-node-name): New function.
9405         * loadhist.el (unload-feature-special-hooks):
9406         Rename from loadhist-hook-functions.
9407         (loadhist-hook-functions): Now an alias.
9409 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
9411         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9412         file-name clashes on 8+3 filesystems.
9414         * Makefile.in (DONTCOMPILE, bootstrap-clean):
9415         Rename loaddefs-boot.el to ldefs-boot.el
9417         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9418         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9420 2003-10-03  Lute Kamstra  <lute@gnu.org>
9422         * info.el (Info-mode): Revert previous change.
9423         (Info-escape-percent): New function.
9424         (Info-fontify-node): Use it.
9426 2003-10-02  Andreas Schwab  <schwab@suse.de>
9428         * loaddefs-boot.el: Regenerated.
9430 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
9432         * ffap.el: Remove defadvice related code from CVS since `complete'
9433         provides a `PC-completion-as-file-name-predicate' variable that
9434         ffap can override.
9436 2003-10-02  Kenichi Handa  <handa@m17n.org>
9438         * international/utf-8.el (ccl-decode-mule-utf-8):
9439         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9441         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9442         * international/subst-big5.el: Likewise.
9443         * international/subst-gb2312.el: Likewise.
9444         * international/subst-ksc.el: Likewise.
9446 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9448         * calendar/calendar.el (increment-calendar-month)
9449         (calendar-leap-year-p, calendar-absolute-from-gregorian)
9450         (generate-calendar, calendar-read-date, calendar-interval)
9451         (calendar-day-of-week): Handle years BC.
9452         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9454 2003-10-01  Dave Love  <fx@gnu.org>
9456         * language/cyrillic.el (cp1251): Alias for windows-1251.
9458         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9459         bootstrap.
9461 2003-10-01  Lute Kamstra  <lute@gnu.org>
9463         * files.el: Fix typo.
9464         * imenu.el (imenu--generic-function): Docstring fix.
9466 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9468         * dired.el (dired-mode): Handle dired-directory as a list.
9470 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
9472         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9474         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9476         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9477         Replace gud-display with gud-watch.
9478         (gud-speedbar-buttons): Add stuff for watching expressions
9479         in the speedbar when using M-x gdba.  Use dolist on old part
9480         of this function.
9482         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9483         (gdb-update-flag): New variables.
9484         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9485         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9486         (gud-watch, gdb-var-create-handler) : New functions.
9487         (gdb-var-list-children, gdb-var-list-children-handler)
9488         (gdb-var-create-regexp, gdb-var-update-regexp)
9489         (gdb-var-list-children-regexp): New constants.
9490         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9491         (gdb-annotation-rules): Reduce annotation set (level 3).
9492         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9493         (gdb-post-prompt): Don't update GDB buffers every time speedbar
9494         updates.
9495         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9496         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9497         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9498         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9499         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9500         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9501         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9502         (gud-display, gud-display1)
9503         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9504         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9505         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9506         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9507         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9508         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9509         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9510         (gdb-display-display-buffer, gdb-toggle-display)
9511         (gdb-delete-display, gdb-expressions-popup-menu)
9512         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9513         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9514         to display buffer.
9516 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9518         * progmodes/ada-mode.el (ada-mode): Don't use advice.
9519         Instead, set which-func-functions.
9521         * progmodes/which-func.el (which-func-modes): Add ada-mode.
9522         (which-func-functions): New variable.
9523         (which-function): Use that.
9525         * info.el (Info-mode): Double each `%' in header line.
9527         * emacs-lisp/lisp-mnt.el (lm-with-file):
9528         When FILE is nil, run BODY in current buffer.
9530         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9532         * help.el (describe-mode): Start with a brief list of minor modes.
9533         Find them thru minor-mode-list so as to find them all.
9534         Show them in alphabetical order.
9536         * mail/sendmail.el (mail-aliases): Doc fix.
9538         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9540 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9542         * mail/rmailsum.el (rmail-make-summary-line-1):
9543         Change comma after last label to a space.
9544         (rmail-summary-font-lock-keywords): Adapt to that change.
9546 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
9548         * progmodes/scheme.el (scheme-mode-variables): When setting
9549         `font-lock-defaults', also specify that "#" should
9550         be interpreted with `word' syntax.
9551         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9553 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9555         * desktop.el: A lot of comments updated.
9556         (desktop-save-mode): Minor mode introduced.
9557         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9558         (desktop-load-default): Function made obsolete.
9559         (desktop-locals-to-save): Variable made customizable.
9560         (desktop-read): Optional parameter `dirname' added.
9561         (desktop-change-dir, desktop-revert): Parameter `dirname' in
9562         `desktop-read' used.
9563         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9565 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
9567         * whitespace.el (whitespace-clean-msg): Add user customizable message
9568         for displaying ``clean'' output.
9569         (whitespace-buffer): Use `whitespace-clean-msg'.
9570         (whitespace-global-mode): Fix typo.
9572 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9574         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9576 2003-09-29  Lute Kamstra  <lute@gnu.org>
9578         * bindings.el (mode-line-modes): Remove superfluous :propertize
9579         construct in initialization.
9580         (mode-line-position): Change cons cell into proper list in
9581         initialization.
9583 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
9585         * international/mule.el (decode-coding-inserted-region): Use car
9586         of the return value of find-operation-coding-system.
9588 2003-09-29  Kenichi Handa  <handa@m17n.org>
9590         * descr-text.el (describe-char): Fix previous change.
9592 2003-09-28  Kenichi Handa  <handa@m17n.org>
9594         * descr-text.el (describe-char-display): New function.
9595         (describe-char): Pay attention to display table on describing how
9596         a character is displayed.
9598         * international/mule-cmds.el (encoded-string-description):
9599         Prepend "0x" to each encoded byte.
9601 2003-09-28  Andreas Schwab  <schwab@suse.de>
9603         * find-file.el (ff-special-constructs): Add autoload cookie.
9605 2003-09-28  Kevin Ryde  <user42@zip.com.au>
9607         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9608         makeinfo appends to duplicate index entries.
9610 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
9612         * dired-x.el (dired-clean-tex): Doc fix.
9614         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9615         using a Chinese tutorial.
9617 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9619         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9620         between "MAIL FROM:" and "RCPT TO:" and the following address.
9622 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9624         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9626 2003-09-28  David Ponce  <david@dponce.com>
9628         * recentf.el (recentf-initialize-file-name-history): New defcustom.
9629         (recentf-load-list): When `recentf-initialize-file-name-history'
9630         is non-nil, initialize an empty `file-name-history' with the
9631         recent list.
9633 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
9635         * man.el (Man-default-man-entry): Remove the leading `*' from the
9636         word at point.
9638 2003-09-26  Lute Kamstra  <lute@gnu.org>
9640         * bindings.el (mode-line-position): Mention size indication in
9641         docstring.
9643 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
9645         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
9647         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
9648         because it's autoloaded now.
9650 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9652         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
9653         (sh-font-lock-keywords, sh-feature): Fix previous change of
9654         sh-feature to avoid infloop with sh-font-lock-keywords.
9656 2003-09-25  Kim F. Storm  <storm@cua.dk>
9658         * frame.el (frame-current-scroll-bars): New defun.
9660         * window.el (window-current-scroll-bars): New defun.
9662 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9664         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
9665         cause errors when the state cache contains info on parts that have
9666         been narrowed out.
9668 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9670         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
9671         `c-setup-paragraph-variables' has to be used when this variable is
9672         changed; it doesn't work to reinitialize the mode since that
9673         typically clobbers the variable.
9675         * progmodes/cc-styles.el (c-setup-paragraph-variables):
9676         Make it interactive.
9678 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9680         * progmodes/cc-fonts.el (c-font-lock-declarations):
9681         Fix recognition of constructors and destructors for classes whose
9682         names are matched by `*-font-lock-extra-types'.
9684         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
9685         followed by an identifier in C++ then it's a type.
9687 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9689         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
9690         problem that primarily affected XEmacs.  Don't use faces to find
9691         unterminated strings since Emacs and XEmacs fontify strings
9692         differently - this function should now work better in XEmacs.
9694 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9696         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
9697         `expand-abbrev' workaround which caused braces to misbehave inside
9698         macros.
9700         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
9701         handling.  This bug could cause interactive font locking to bail out.
9703 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9705         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9706         Handle paren-style types in Pike.  Also fixed some cases of
9707         insufficient handling of unbalanced parens.
9709 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
9711         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
9712         common shell prompts that are not common filename or URL characters.
9713         (ffap-file-at-point): Use the new regexp to strip the prompts from
9714         the file names.  This is an issue mostly for user prompts that
9715         don't have a trailing space and find-file-at-point is invoked from
9716         within a shell inside Emacs.
9718 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
9720         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
9721         stamps numerically, rather than textually.
9723 2003-09-24  Kenichi Handa  <handa@m17n.org>
9725         * language/devan-util.el (devanagari-post-read-conversion):
9726         * language/mlm-util.el (malayalam-post-read-conversion):
9727         * language/tml-util.el (tamil-post-read-conversion):
9728         Add autoload cookie.
9730         * international/utf-8.el (utf-8-post-read-conversion):
9731         Call post-read-conversion functions for Devanagari, Malayalam,
9732         and Tamil.
9734 2003-09-23  Dave Love  <fx@gnu.org>
9736         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
9738 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
9740         * progmodes/gud.el (perldb): Add gud-until to list of commands.
9741         Update gud-remove.
9743 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9745         * progmodes/sh-script.el (sh-mode-default-syntax-table):
9746         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
9747         (sh-mode-syntax-table-input): New variable.
9748         (sh-require-final-newline): Don't use eval.
9749         (sh-builtins, sh-leading-keywords, sh-other-keywords)
9750         (sh-variables, sh-font-lock-keywords): Don't use eval.
9751         (sh-set-shell): When setting require-final-newline,
9752         treat value = `require-final-newline' as don't change it.
9753         Set sh-mode-syntax-table locally based on
9754         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
9756         * progmodes/compile.el (compile-internal):
9757         Call compilation-set-window-height before setting window start.
9759 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
9761         * emacs-lisp/bytecomp.el (byte-compile-log-file):
9762         Clear out byte-compile-last-warned-form.
9764 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9766         * woman.el (woman-file-name, woman-follow-word):
9767         If current-word returns nil, use "".
9769         * simple.el (eval-expression): Bind standard-output in to-buffer case.
9771 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9773         * emacs-lisp/lisp-mnt.el (lm-with-file):
9774         Don't visit the file, just use insert-file-contents in temp buffer.
9776 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
9778         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
9779         Add surrounding \\( and \\) around the header, as in
9780         for lm-history-header 'Change Log\\|History'.
9782 2003-09-22  John Paul Wallington  <jpw@gnu.org>
9784         * progmodes/ld-script.el: Add Commentary section,
9785         minor cleanup of file header.
9786         (ld-script-font-lock-keywords): Doc fix.
9787         (toplevel): Provide `ld-script' feature.
9789 2003-09-21  Kim F. Storm  <storm@cua.dk>
9791         * scroll-bar.el (set-scroll-bar-mode): Initialize to
9792         new built-in variable default-frame-scroll-bars.
9793         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
9794         scroll-bar-mode; notably, use it instead of t when we toggle
9795         scroll-bars on.
9796         (toggle-scroll-bar): Use default-frame-scroll-bars.
9798 2003-09-19  Masatake YAMATO  <jet@gyve.org>
9800         * pcvs.el (cvs-do-removal): Change the prompt depending on
9801         `filter' value.
9803 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9805         * startup.el (command-line-1): Stop startup-echo-area-message
9806         being hidden by "Loading image..." message.
9807         (use-fancy-splash-screens-p, display-splash-screen):
9808         Move display-graphic-p test from latter to former.
9810         * progmodes/sh-script.el (sh-font-lock-keywords):
9811         Highlight escaped EOLs differently from other backslash constructs.
9813 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9815         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9816         New functions.
9817         (edebug-enter, edebug-outside-excursion): Use them.
9819         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9820         Fix the condition for whether to print "In WHERE".
9822 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
9824         * finder.el (finder-mode-hook): New variable.
9825         (finder-mode): Run hook finder-mode-hook
9827 2003-09-18  Masatake YAMATO  <jet@gyve.org>
9829         * progmodes/ebrowse.el: Fix broken magic autoload comments.
9831 2003-09-17  Mario Lang  <mlang@delysid.org>
9833         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
9834         "p %e" to actually print the value in the GUD buffer.
9836 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
9838         From David Ponce <david.ponce@wanadoo.fr>:
9839         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
9840         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
9841         from loaddefs-boot.el if necessary.
9843 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
9845         * progmodes/gud.el (gud-find-class): Make jdb work again since
9846         cc-mode changed the syntactic information.
9848 2003-09-15  David Ponce  <david@dponce.com>
9850         * recentf.el: (recentf-exclude): Accept predicates too.
9851         (recentf-file-readable-p): New function.
9852         (recentf-include-p): Handle predicates in recentf-exclude.
9853         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
9854         (recentf-cleanup): Likewise.
9855         (recentf-save-list): Use write-file to handle backup of
9856         recentf-save-file.
9858 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
9860         * loaddefs-boot.el: Renamed from `loaddefs.el'
9861         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9862         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9863         necessary.
9865 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
9867         * electric.el (Electric-pop-up-window): For the `one-window' case,
9868         no longer disconcertingly move point in the original buffer.
9870 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9874 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9876         * dired.el (dired-mode-map): Fix typo.
9878 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9880         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9882 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
9884         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9885         the function is less noisy.  Now only `kill-buffer' can ask questions.
9887 2003-09-10  Mario Lang  <mlang@delysid.org>
9889         * battery.el: Update Commentary and Copyright.
9890         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9891         appear due to wrong ordering of the expressions in `or'.
9893 2003-09-09  Lute Kamstra  <lute@gnu.org>
9895         * misc.el (upcase-char): Fix docstring.
9896         (zap-up-to-char): New command.
9898 2003-09-08  David Ponce  <david@dponce.com>
9900         Ensure that recentf correctly updates the menu bar.
9901         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9902         (recentf-menu-bar): New function.
9903         (recentf-clear-data): Use it
9904         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
9905         of easy-menu-change.
9907 2003-09-08  Lute Kamstra  <lute@gnu.org>
9909         * simple.el (size-indication-mode): New.
9910         * bindings.el (mode-line-position): Add buffer size indicator.
9912 2003-09-04  Mario Lang  <mlang@delysid.org>
9914         * battery.el (battery-linux-proc-acpi): New function.
9915         (battery-status-function): Modify default value calculation to also
9916         check for availability of ACPI.
9917         (battery-echo-area-format): Ditto.
9918         (battery-mode-line-format): Ditto.
9920 2003-09-06  Dave Love  <fx@gnu.org>
9922         * ielm.el (ielm-mode-hook): Add :options.
9924         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
9925         (eldoc-print-current-symbol-info): Use it.
9927 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
9929         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
9930         being displayed in GUD buffer.
9931         (gdb-idle-input-queue): Remove var.  Use just one queue.
9932         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
9933         Remove functions.  Use just one queue.
9934         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
9935         (gdb-invalidate-assembler, gdb-get-current-frame):
9936         Modify functions.  Use just one queue.
9938 2003-09-04  Dave Love  <fx@gnu.org>
9940         * cus-start.el: Add blink-cursor-alist.
9942         * ruler-mode.el (ruler-mode-fill-column-char)
9943         (ruler-mode-current-column-char): Use char-displayable-p,
9944         not window-system.
9946         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
9948         * language/european.el (windows-1252): Move from code-pages.
9950         * language/cyrillic.el ("Windows-1251"): Delete.
9951         ("Bulgarian", "Belarusian"): Remove `features'.
9952         (windows-1251): Move from code-pages.
9954         * international/mule-diag.el (non-iso-charset-alist):
9955         Remove `codepage' stuff.
9956         (print-designation, list-coding-systems-1): Output fixes.
9958         * international/code-pages.el (cp-make-translation-table)
9959         (cp-valid-codes): Made defsubsts.
9960         (cp-fix-safe-chars): Delete.
9961         (mule-diag): Don't require.
9962         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
9963         (top-level): Check for defined coding system when defining
9964         cp... aliases.  Change w32-add-charset-info test to avoid warning.
9965         (non-iso-charset-alist): Defvar when compiling.
9966         (cp-make-coding-system): Doc fix.
9968 2003-09-02  Jason Rumney  <jasonr@gnu.org>
9970         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
9971         line-ends from CVS before doing conversion.
9973 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9975         * calendar/diary-lib.el (diary-header-line-flag)
9976         (diary-header-line-format): New variables.
9977         (list-diary-entries): Use them to set header line in simple diary.
9979         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
9980         other than font-lock-string-face to highlight backslashes.
9982 2003-09-01  Jason Rumney  <jasonr@gnu.org>
9984         * international/titdic-cnv.el (tit-read-key-value): Include \r in
9985         regexp.
9987 2003-09-01  Dave Love  <fx@gnu.org>
9989         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
9991         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
9992         and :help; also line and column numbers labels.
9994         * international/mule-util.el (char-displayable-p): Move from
9995         latin1-disp, rename and autoload.
9997         * international/latin1-disp.el (latin1-char-displayable-p):
9998         Now obsolete alias.  Replace uses with char-displayable-p.
9999         (latin1-display-ucs-per-lynx): Fix last change.
10001         * international/mule-cmds.el (standard-display-european-internal):
10002         Don't use char code for Latin-1 NBSP.
10003         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
10004         U+2018, U+2019 for `'.
10005         (select-safe-coding-system): Message fix.
10007 2003-09-01  Kenichi Handa  <handa@m17n.org>
10009         * international/fontset.el (setup-default-fontset): For Thai
10010         font, specify "*" family.
10012 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10014         * progmodes/compile.el (previous-error): Accept a prefix
10015         argument, similarly to next-error.
10017 2003-08-31  Masatake YAMATO  <jet@gyve.org>
10019         * pcvs.el (cvs-do-removal): Use = instead of eq to check
10020         the number of files.  Bind the number of files to a local
10021         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10023 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
10025         * vc-hooks.el (vc-make-version-backup): Fix the change made on
10026         2003-07-26: msdos-long-file-names is a function, not a variable.
10028 2003-08-29  Richard M. Stallman  <rms@gnu.org>
10030         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10031         Do nothing with mail-personal-alias-file if it is nil.
10033         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10034         Do nothing if mail-personal-alias-file is nil.
10036         * term.el (term-exec-1): Bind coding-system-for-read.
10038         * dired.el (dired-mouse-find-file-other-window):
10039         Use dired-view-command-alist here, as in dired-view-file.
10040         (dired-view-command-alist): Use %s to substitute file name.
10041         Handle .ps_pages, .eps, .jpg, .gif, .png.
10043 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
10045         * info.el (Info-mode-map): Bind S-tab and <backtab> to
10046         `Info-prev-reference', instead of M-tab.
10048 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
10050         * simple.el (blink-matching-open): Work correctly on chars that
10051         are designated as parens through the syntax-table text property.
10053 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
10055         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10056         line break position in the middle of a non-kinsoku (e.g. latin)
10057         word, making it skip until either a space or a character with
10058         category "|".
10059         (kinsoku-longer): Test for end of buffer.
10061 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
10063         * mail/rmail.el (rmail-convert-to-babyl-format):
10064         Detect quoted-printable- and base64-encoded messages and decode them
10065         automatically.  Set the message's encoding from the charset=
10066         header, if any.  Decode base64-encoded messages in Mail format as well.
10068 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10070         * mail/smtpmail.el: Fix previous change.
10071         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10072         calling smtpmail-via-smtp.
10073         (smtpmail-via-smtp): Add fall-back values for envelope-from.
10075 2003-08-26  John Paul Wallington  <jpw@gnu.org>
10077         * image.el (image-jpeg-p): Don't search beyond length of data.
10079 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10081         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10082         misfeature in `expand-abbrev' which caused electric keywords like
10083         "else" to disappear if an open brace was typed directly afterwards.
10085 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10087         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10088         mandatory in `define-widget'.
10090         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10091         Don't align the operators "!=", "<=" and ">=" as assignment operators.
10093         (c-assignment-operators): New language constant that only contains
10094         the assignment operators.
10096         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10098 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10100         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10101         Safeguard against unbalanced sexps.
10103 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
10105         * version.el (emacs-version): Check for gtk.  Include gtk version info.
10107 2003-08-25  John Paul Wallington  <jpw@gnu.org>
10109         * man.el (Man-default-man-entry): Don't whizz past the section
10110         number before looking for it.
10112 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
10114         * progmodes/gud.el (gud-display-line): Don't set window-point if
10115         source buffer is not visible.  (Only happens with M-x gdba.)
10117         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10118         documentation.
10119         (gdb-source, gdb-source-info): Update to assembler unnecessary
10120         as its done after each GDB command anyway.
10121         (gdb-pre-prompt): Use with-current-buffer.
10122         (gdb-insert-field): Add help-echo text.
10123         (gdb-invalidate-assembler): Re-display of assembler now done in
10124         gdb-info-breakpoints-custom.
10125         (gdb-info-breakpoints-custom): Force re-display of assembler to
10126         happen *after* update of breakpoints buffer.
10127         (gdb-display-source-buffer): Don't choke if gdb-source-window
10128         isn't visible.
10129         (gdb-put-string, gdb-put-arrow): Remove free variables.
10131 2003-08-24  John Paul Wallington  <jpw@gnu.org>
10133         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10135         * man.el (Man-default-man-entry): Strip text properties when
10136         snarfing parts of entry because `format' preserves properties.
10138 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10140         * files.el (file-newest-backup): Use `expand-file-name'.
10142         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10143         Allow the diary to pop up a new frame, if needed.
10145         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10146         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10147         (smtpmail-send-it): Make treatment of envelope-from consistent with
10148         sendmail.el.
10150         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10151         (sh-leading-keywords): Add the bash `time' reserved word.
10152         (sh-variables): Add some bash variables.
10153         (sh-add-completer): Fix nil branch of case statement.
10155 2003-08-24  Masatake YAMATO  <jet@gyve.org>
10157         * progmodes/ld-script.el: New file.
10159 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
10161         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10163 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
10165         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10166         Better explain obsolescence, and what to use instead.
10168 2003-08-23  Masatake YAMATO  <jet@gyve.org>
10170         * pcvs.el (cvs-do-removal): Show the deleted file name
10171         on the prompt.
10173 2003-08-20  Dave Love  <fx@gnu.org>
10175         * international/mule.el (make-coding-system)
10176         (set-buffer-file-coding-system): Doc fix.
10178         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10180         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10182         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10184         * international/utf-16.el: Add mime-text-unsuitable coding system
10185         properties.
10187         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10189         * cus-edit.el: Add some :links.
10190         (bib): Remove.
10192         * textmodes/bib-mode.el (bib): Add :group external.
10194 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
10196         * wid-edit.el (widget-echo-help): Make it handle expressions that
10197         evaluate to strings.
10199 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
10201         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
10203         Simplify selection of SQL products to define highlighting and
10204         interactive mode.  Includes detailed instructions on adding
10205         support for new products.
10207         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
10208         product for use in highlighting and interactive mode.
10209         (sql-interactive-product): New variable.  SQL product for
10210         sql-interactive-mode.
10211         (sql-product-support): New variable.  Specifies product-specific
10212         parameters to drive highlighting and interactive mode.
10213         (sql-imenu-generic-expression): Add more object types.
10214         (sql-sqlite-options): Correct comment.
10215         (sql-ms-program): Use "osql" rather than "isql".
10216         (sql-prompt-regexp, sql-prompt-length): Update comment.
10217         (sql-mode-menu): Add "Start SQLi session" entry.
10218         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
10219         (sql-mode-abbrev-table): Add abbreviations.  Support of
10220         SYSTEM-FLAG on define-abbrev.  Support was removed with last
10221         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10222         (sql-mode-font-lock-object-name): Add font-lock pattern for object
10223         names.
10224         (sql-mode-ansi-font-lock-keywords): Set as default value.
10225         (sql-mode-oracle-font-lock-keywords): Set as default value.
10226         Support Oracle 9i keywords.
10227         (sql-mode-postgres-font-lock-keywords): Set as default value.
10228         (sql-mode-linter-font-lock-keywords): Set as default value.
10229         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
10230         SQLServer 2000.
10231         (sql-mode-sybase-font-lock-keywords)
10232         (sql-mode-interbase-font-lock-keywords)
10233         (sql-mode-sqlite-font-lock-keywords)
10234         (sql-mode-strong-font-lock-keywords)
10235         (sql-mode-mysql-font-lock-keywords)
10236         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
10237         keywords.
10238         (sql-mode-font-lock-defaults): Update comment.
10239         (sql-product-feature): New function.  Returns feature associated
10240         with a product from `sql-product-support' alist.
10241         (sql-product-font-lock): New function.  Set font-lock support
10242         based on `sql-product'.
10243         (sql-add-product-keywords): New function.  Add font-lock rules to
10244         product-specific keyword variables.
10245         (sql-set-product): New function.  Set `sql-product' and apply
10246         appropriate font-lock highlighting.
10247         (sql-highlight-product): New function.  Set font-lock support
10248         based on a product.  Also set mode name to include product name.
10249         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10250         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10251         Use `sql-set-product'.
10252         (sql-highlight-ms-keywords)
10253         (sql-highlight-sybase-keywords)
10254         (sql-highlight-interbase-keywords)
10255         (sql-highlight-strong-keywords)
10256         (sql-highlight-mysql-keywords)
10257         (sql-highlight-sqlite-keywords)
10258         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
10259         (sql-get-login): Prompt in the same order as the tokens.
10260         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10261         (sql-product-interactive): New function.  Common portions of
10262         product-specific interactive mode wrappers.
10263         (sql-interactive-mode): Rewritten to use product features.
10264         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10265         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10266         (sql-db2, sql-linter): Use `sql-product-interactive'.
10267         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10268         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10269         (sql-connect-ingres, sql-connect-postgres)
10270         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10271         New functions.  Format command line parameters and invoke comint on
10272         the appropriate interpreter.  Code was in the corresponding
10273         `sql-xyz' function before.
10274         (sql-connect-ms): New function.  Support -E argument to use
10275         operating system credentials for authentication.
10277 2003-08-18  Kenichi Handa  <handa@m17n.org>
10279         * international/mule.el (encode-char): Fix for the ASCII case.
10281 2003-08-15  Kenichi Handa  <handa@m17n.org>
10283         * international/fontset.el (setup-default-fontset): Change "*" to
10284         nil in the specifications of font family.
10286 2003-08-18  Kim F. Storm  <storm@cua.dk>
10288         * kmacro.el (kmacro-keymap): Group related bindings in
10289         initialization for clarity.  Bind C-s to start macro.
10290         Remove C-r binding.
10291         (kmacro-initial-counter-value): New defvar to hold initial counter
10292         value in case we set the value before defining a macro.
10293         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10294         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10295         not defining or executing macro.  Doc fix.
10296         (kmacro-add-counter): Clear kmacro-initial-counter-value.
10297         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10298         temporarily view older elements on the macro ring without cycling
10299         the ring.
10300         (kmacro-display): Doc fix.
10301         (kmacro-exec-ring-item): New helper function.
10302         (kmacro-call-ring-2nd): Use it.
10303         (kmacro-call-ring-2nd-repeat): Doc fix.
10304         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10305         (kmacro-end-or-call-macro): Execute last viewed macro (using
10306         kmacro-exec-ring-item) from ring if this follows
10307         kmacro-view-macro.  This allows us to find a macro on the ring
10308         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10309         the ring to bring it to the head of the ring.
10310         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10311         Allow binding to reserved keys without specifying C-x C-k prefix.
10312         Ask for confirmation if entered key sequence is already bound to
10313         a non-macro command.
10314         (kmacro-view-macro): Repeating command will show older elements
10315         on the macro ring; C-k will execute the last viewed macro.
10316         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
10317         property from 'ring to 'head.
10319 2003-08-17  Alan Shutko  <ats@acm.org>
10321         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10322         keeping December out of the alist.
10324 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10326         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10327         * calendar/calendar.el (calendar-mode-map): Bind it to key.
10328         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10329         (calendar-flatten): New function.
10330         (calendar-mouse-view-other-diary-entries)
10331         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10332         in the menu title and to show multi-line diary entries correctly
10333         in the menu.
10335 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
10337         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10338         defcustom, because the default was recently changed.
10340 2003-08-16  Richard M. Stallman  <rms@gnu.org>
10342         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10344         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10345         New subroutine, broken out of eval-last-sexp-1.
10346         (eval-last-sexp-1): Use eval-last-sexp-print-value.
10348         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10350         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10352         * simple.el (eval-expression): Use eval-last-sexp-print-value.
10354 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
10356         * progmodes/compile.el (compilation-error-regexp-alist):
10357         Add Java ANt error detection as described in document
10358         http://ant.apache.org/faq.html
10360 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
10362         * simple.el (backward-word, forward-to-indentation)
10363         (backward-to-indentation): Argument changed to optional.
10364         (next-line, previous-line): Use `or' instead of `unless'.
10366 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10368         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10369         instead of a constant.
10371 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
10373         * shell.el (shell): With prefix-arg, suggest a new buffer name.
10375 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
10377         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10378         (vc-sccs-workfile-version): Search the entire delta table, rather
10379         than just the first entry, because that might be a deleted version.
10381 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
10383         * menu-bar.el (menu-bar-options-menu): Supply a body for the
10384         [save-place] binding in the Options menu.  Have it require
10385         'saveplace' and then toggle the variable manually, to avoid an an
10386         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
10387         for the bug report.
10389 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
10391         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10392         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10393         (gdb-info-threads-custom): Add help-echo text.
10394         (gdb-display-back): Don't use purecopy.
10395         (gdb-info-breakpoints-custom, gdb-reset)
10396         (gdb-assembler-custom): Use display-images-p to test if breakpoint
10397         icons can be displayed.
10399 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
10401         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10403 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
10405         * bookmark.el (bookmark-completing-read):
10406         Return a string, instead of a list of one string.
10407         Use a popup menu if activated from the mouse.
10408         (bookmark-edit-annotation): Remove unused vars.
10409         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10410         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10411         to bookmark-completing-read.
10412         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10413         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10414         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10415         and erase-buffer.
10416         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10417         (bookmark-menu-jump, bookmark-menu-insert)
10418         (bookmark-popup-menu-and-apply-function)
10419         (bookmark-menu-popup-paned-bookmark-menu): Remove.
10420         (bookmark-menu-build-paned-menu): Remove by folding it into
10421         bookmark-menu-popup-paned-menu.
10422         (menu-bar-bookmark-map): Move the define-key statements here.
10423         Use the "non-menu" commands since they now pop up a menu if needed.
10424         (bookmark-exit-hook-internal): Simplify.
10426 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
10428         * reftex-toc.el (reftex-toc-rename-label): New function.
10429         (reftex-toc-check-docstruct): New function.
10431         * reftex.el (reftex-region-active-p): New function.
10433         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10434         regexp to find the \bibliography macro.
10436         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10437         which does not exist in LaTeX.
10438         (reftex-cite-format-builtin): Added amsrefs support.
10439         (reftex-toc-confirm-promotion): New option
10441         * reftex-toc.el
10442         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10443         (reftex-toc-demote, reftex-toc-promote)
10444         (reftex-toc-do-promote, reftex-toc-promote-prepare)
10445         (reftex-toc-promote-action, reftex-toc-extract-section-number)
10446         (reftex-toc-newhead-from-alist)
10447         (reftex-toc-load-all-files-for-promotion): New functions.
10448         (reftex-toc-help): Added description of new keys.
10449         (reftex-toc-split-windows-fraction): New option.
10450         (reftex-recenter-toc-when-idle): Search *toc* window on all
10451         visible frames.
10452         (reftex-toc): Additional parameter REUSE
10453         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
10454         with REUSE argument.
10455         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10456         the call of `reftex-toc'.
10457         (reftex-make-separate-toc-frame): New function .
10458         (reftex-toc-recenter): When called with triple prefix arg, call
10459         `reftex-make-separate-toc-frame' first.
10460         (reftex-toc-toggle-dedicated-frame): New command.
10461         (reftex-toc-quit): Adapted to delete frame when called in
10462         dedicated frame.
10464         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10465         all enclosing macros.
10468 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10470         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10471         first use.
10473 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10475         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10477 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10479         * calendar/calendar.el (list-diary-entries-hook)
10480         (diary-display-hook, nongregorian-diary-listing-hook)
10481         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10482         Add some customize options for these hooks.
10483         (calendar-abbrev-construct): Don't try to take a substring longer
10484         than the original string.
10486 2003-08-05  Richard M. Stallman  <rms@gnu.org>
10488         * emacs-lisp/testcover.el (noreturn): Report error if does return.
10489         (testcover-reinstrument-clauses): Doc fix.
10491         * emacs-lisp/warnings.el: Doc fixes, args renamed.
10492         (warning-type-format): Rename from warning-group-format.
10494         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10495         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10496         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10497         to prevent warnings about defvar for an obsolete variable.
10499         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10500         warning-group-format renamed to warning-type-format.
10502         * subr.el (read-passwd): Use clear-string instead of fillarray.
10504         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10505         Use vconcat instead of concat.
10506         (edmacro-sanitize-for-string): New function.
10508 2003-08-05  Dave Love  <fx@gnu.org>
10510         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10511         line-number-display-limit-width.
10513         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10515 2003-08-05  Kenichi Handa  <handa@m17n.org>
10517         * international/code-pages.el: Don't require mule-diag.
10519         * international/mule-diag.el (non-iso-charset-alist):
10520         Add autoload cookie.
10522         * language/devan-util.el (dev-glyph-order): Add an entry for the
10523         glyph code #xC4.
10525 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10527         * calendar/calendar.el (diary-file, diary-file-name-prefix)
10528         (european-calendar-style, diary-date-forms)
10529         (calendar-day-name-array, calendar-month-name-array): Doc change.
10530         (generate-calendar-month): Adapt for new behaviour of
10531         `calendar-day-name' function.
10532         (calendar-abbrev-length, calendar-day-abbrev-array)
10533         (calendar-month-abbrev-array): New variables.
10534         (calendar-abbrev-construct): New function.
10535         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10536         rather than fixing abbrevs at some width.  Calling syntax change.
10537         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
10538         (calendar-date-string): Adapt for new behaviours of
10539         `calendar-day-name' and `calendar-month-name' functions.
10541         * calendar/diary-lib.el (list-diary-entries): Adapt for new
10542         behaviour of `calendar-day-name' and `calendar-month-name' functions.
10543         (diary-name-pattern): Use abbrev arrays, rather than fixing
10544         abbrevs at three chars.  Calling syntax change.
10545         (mark-diary-entries): Adapt for new behaviours of
10546         `diary-name-pattern' and `calendar-make-alist' functions.
10547         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10548         `diary-name-pattern' function.
10549         (font-lock-diary-date-forms): Use abbrev arrays, rather than
10550         fixing abbrevs at three chars.  Calling syntax change.
10551         (cal-hebrew, cal-islam): Require when compiling.
10552         (diary-font-lock-keywords): Adapt for new behaviour of
10553         `font-lock-diary-date-forms' function.
10555         * calendar/cal-hebrew.el: Reposition some code so defined before used.
10556         (calendar-hebrew-month-name-array-common-year)
10557         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10558         (list-hebrew-diary-entries): Adapt for new behaviours of
10559         `calendar-day-name' and `add-to-diary-list' functions.
10560         (mark-hebrew-diary-entries): Adapt for new behaviours of
10561         `diary-name-pattern' and `calendar-make-alist' functions.
10563         * calendar/cal-islam.el (calendar-islamic-month-name-array):
10564         Add doc string.
10565         (list-islamic-diary-entries): Adapt for new behaviours of
10566         `calendar-day-name' and `add-to-diary-list' functions.
10567         (mark-islamic-diary-entries): Adapt for new behaviours of
10568         `diary-name-pattern' and `calendar-make-alist' functions.
10570         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10571         `calendar-month-name' function.
10573         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10575         * calendar/solar.el (solar-seasons-data): Move definition before use.
10577         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10578         (cal-tex-LaTeX-hourbox): Move definition before use.
10580         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10581         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10582         lunar.el, solar.el
10583         (displayed-month, displayed-year): Define for compiler.
10585 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10587         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10588         MODE.  Renamed from c-init-c-language-vars'.
10589         (c-initialize-cc-mode): Change accordingly.
10590         (c-common-init): Ditto.
10591         (c-mode): Ditto.
10592         (c++-mode): Use `c-init-language-vars-for'.
10593         (objc-mode): Ditto.
10594         (java-mode): Ditto.
10595         (idl-mode): Ditto.
10596         (pike-mode): Ditto.
10597         (awk-mode): Ditto.
10599 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10601         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10602         or not the point moved.
10604         (c-search-decl-header-end): Don't trip up on operator identifiers
10605         in C++ and operators like == in all languages.
10607         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10608         Detect leading labels correctly.
10610 2003-08-02  Andreas Schwab  <schwab@suse.de>
10612         * textmodes/ispell.el: Don't redo key bindings on loading, put
10613         them only in loaddefs.el.
10614         * bookmark.el: Likewise.
10615         * dabbrev.el: Likewise.
10616         * emerge.el: Likewise.
10618         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10619         has more than one member.
10621         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10623 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10625         * lpr.el (printify-region): It was ending conversion before the
10626         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
10628 2003-07-31  John Paul Wallington  <jpw@gnu.org>
10630         * net/browse-url.el (browse-url-epiphany): Doc fix.
10632 2003-07-30  Kenichi Handa  <handa@m17n.org>
10634         * international/fontset.el (setup-default-fontset):
10635         Change registry names of Akurti fonts.
10637 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10639         * comint.el (comint-read-noecho): Use `clear-string' instead of
10640         `fillarray'.
10642 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
10644         * outline.el (outline-mode-hook): Add defvar.
10646 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
10648         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
10649         Restore assembler in source window if that is what has been selected.
10650         (menu): Add gdb-restore-windows to menu.  Make gdba
10651         specific menus only visible from gdba.
10653 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
10655         * progmodes/compile.el (compilation-environment): New user variable.
10656         (compile-internal): Respect it.
10658 2003-07-23  Masatake YAMATO  <jet@gyve.org>
10660         * progmodes/gud.el (gdb-script-font-lock-keywords):
10661         Put `font-lock-function-name-face' on a symbol which includes
10662         `-' like `hook-run'.  Put font-lock-variable-name-face
10663         on a symbol starting with $.
10665 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
10667         * files.el (set-visited-file-name): Use truename for buffer-file-name.
10669 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
10671         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
10673 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
10675         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
10676         Use with-no-warnings.
10677         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
10678         rather than to find-file-not-found-hook, which doesn't exist.
10680 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
10682         * international/quail.el (quail-translate-key): Fix previous change.
10684 2003-07-25  John Paul Wallington  <jpw@gnu.org>
10686         * server.el (server-start): Check `server-process' is non-nil
10687         before killing it to avoid killing current buffer's process.
10689         * simple.el (choose-completion-string): Use `minibufferp';
10690         test `completion-reference-buffer' if `buffer' arg is nil.
10691         (push-mark): Use `when' and `unless'.
10692         (pop-mark): Use `when'.
10694         * mouse-sel.el (mouse-sel-get-selection-function):
10695         Check `x-last-selected-text-primary'.  Don't barf if it or
10696         `x-last-selected-text' aren't bound.
10698 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10700         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
10702 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
10704         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
10706 2003-07-23  John Paul Wallington  <jpw@gnu.org>
10708         * tooltip.el (defface tooltip): Inherit from variable-pitch.
10710 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10712         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
10713         string.  Defvar the derived hook.
10715         * macros.el (insert-kbd-macro): Escape double quote character.
10716         From Thomas W Murphy <twm@andrew.cmu.edu>.
10718 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
10720         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
10721         to match the specific mark rather than reusing comment-start-skip.
10723 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
10725         * progmodes/hideshow.el (hs-special-modes-alist):
10726         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
10728 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
10730         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
10731         value using ?\s.
10733 2003-07-21  John Paul Wallington  <jpw@gnu.org>
10735         * subr.el (with-selected-window): Add closing paren.
10737 2003-07-21  Richard M. Stallman  <rms@gnu.org>
10739         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
10740         (lisp-mode): Likewise.
10742         * subr.el (with-selected-window): Copy code form save-selected-window
10743         so as to call select-window with norecord arg.
10744         (dynamic-completion-table): Doc fix.
10745         (lazy-completion-table): Doc fix.
10747         * international/mule-cmds.el (set-locale-environment):
10748         langinfo renamed to locale-info.
10750         * international/mule.el (auto-coding-functions): Doc fix.
10752 2003-07-21  Kenichi Handa  <handa@m17n.org>
10754         * international/quail.el (quail-translate-key):
10755         Update quail-current-str correctly.
10757 2003-07-21  Andreas Schwab  <schwab@suse.de>
10759         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
10760         ?, to "_".
10762 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
10763         Version 2.0.36 of Tramp released.
10765         * net/tramp.el (tramp-default-password-end-of-line): Rename from
10766         tramp-password-end-of-line.
10767         (tramp-password-end-of-line): New method parameter.
10768         (tramp-get-password-end-of-line): Function to access method
10769         parameter `tramp-password-end-of-line', or variable
10770         `tramp-default-password-end-of-line' (default value).
10771         (tramp-methods): Add entries for new parameter
10772         tramp-password-end-of-line.
10773         (tramp-enter-password): Use new function
10774         `tramp-get-password-end-of-line'.
10775         (tramp-handle-insert-file-contents): Do not
10776         unconditionally inhibit the file operation file-local-copy, only
10777         do that when the inhibit-file-name-operation is currently
10778         insert-file-contents.  This fixes finding remote CVS-controlled
10779         files.  (It would barf on inserting the CVS/Entries file
10780         literally, because the file-local-copy handler wasn't called.)
10781         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
10782         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
10783         (tramp-initial-commands): New variable.
10784         (tramp-process-initial-commands): New function, using the variable.
10785         (tramp-open-connection-setup-interactive-shell): Call the new function.
10786         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
10787         method into the buffer name, never use nil.  Reported by Hanak
10788         David <dhanak@inf.bme.hu>.
10789         (tramp-open-connection-setup-interactive-shell): Erase buffer
10790         before sending "stty -onlcr".
10792         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
10794 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
10796         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
10798 2003-07-19  John Paul Wallington  <jpw@gnu.org>
10800         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
10801         (artist-draw-rect, artist-draw-square): Doc fixes.
10803         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
10805         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
10807 2003-07-19  Kenichi Handa  <handa@m17n.org>
10809         * international/kkc.el (kkc-show-conversion-list-update):
10810         Highlight the correct candidate in the message.
10812 2003-07-18  John Paul Wallington  <jpw@gnu.org>
10814         * simple.el (current-word): Don't include punctuation char when
10815         `really-word' arg is non-nil.
10817 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
10819         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10820         moved to the directory obsolete.
10822 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10824         * info.el (Info-menu-entry-name-re): Allow newlines in
10825         menu entry names.
10827         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10828         syntax-ppss-after-change-function.
10829         (syntax-ppss-after-change-function): New alias.  Update uses.
10830         (syntax-ppss): Catch the case where the buffer is narrowed.
10832 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10834         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
10835         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
10837 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10839         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10840         since it might be modified.
10842         * progmodes/cc-langs.el (c++-make-template-syntax-table)
10843         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
10844         names to these language constants.
10846 2003-07-15  Kim F. Storm  <storm@cua.dk>
10848         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
10849         All uses changed.
10851 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
10853         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10854         Namespace support.
10856 2003-07-13  Juanma Barranquero  <lektu@terra.es>
10858         * frame.el (modify-all-frames-parameters): Reinstall (copyright
10859         papers received).
10861 2003-07-13  Karl Eichwalder  <ke@suse.de>
10863         * textmodes/po.el (po-find-charset): White space at the start of the
10864         Content-Type field body is non-mandatory.
10866 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
10868         * textmodes/texinfo.el (texinfo-section-list):
10869         Append appendixsection; a synonym for appendixsec.
10871 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
10873         * man.el (Man-translate-cleanup): New.
10874         (Man-translate-references): Call `Man-translate-cleanup' to clean
10875         leading, trailing and middle spaces.
10877 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
10879         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10880         Handle `dired-directory' being a list.
10882 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10884         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10885         it doesn't exist.
10887 2003-07-12  Richard M. Stallman  <rms@gnu.org>
10889         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10891         * progmodes/cc-defs.el (c-make-keywords-re):
10892         Don't use delete-duplicates.
10893         (c-lang-const): Don't use mapcan.
10895         * apropos.el (apropos-show-scores): Make it customizable.
10896         Document new meaning.
10897         (apropos): Compute scores from symbols.
10898         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10900 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10902         * ps-bdf.el: Fix copyright line.
10903         (bdf-directory-list): Fix initialization code.
10905 2003-07-11  John Paul Wallington  <jpw@gnu.org>
10907         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10908         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10909         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10911 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
10913         * emacs-lisp/ring.el (ring-elements): Doc fix.
10915 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10917         * calendar/timeclock.el (timeclock-relative)
10918         (timeclock-ask-before-exiting, timeclock-use-display-time):
10919         Doc changes.
10920         (timeclock-modeline-display): Give a message if
10921         `timeclock-use-display-time' is non-nil but `display-time-mode'
10922         is not active.
10924 2003-07-11  Kenichi Handa  <handa@m17n.org>
10926         * international/mule-cmds.el (set-language-environment):
10927         Set current-language-environment to the correct string.
10929 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10931         * ps-print.el: Print line number correctly in a region.  Reported by
10932         Tim Allen <timallen@ls83.fsnet.co.uk>.
10933         (ps-print-version): New version number (6.6.2).
10934         (ps-printing-region): Code fix.
10936 2003-07-10  John Paul Wallington  <jpw@gnu.org>
10938         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
10939         this function can be called from `add-completions-from-tags-table'.
10941 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
10943         * calendar/timeclock.el (timeclock-use-display-time)
10944         (timeclock-day-over-hook, timeclock-workday-remaining)
10945         (timeclock-status-string, timeclock-when-to-leave)
10946         (timeclock-when-to-leave-string, timeclock-log-data)
10947         (timeclock-find-discrep, timeclock-day-base)
10948         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
10949         (timeclock-modeline-display): Set the variable
10950         `timeclock-modeline-display'.
10951         (timeclock-update-modeline): Doc fix.  Respect value of
10952         `timeclock-relative'.
10954 2003-07-09  Richard M. Stallman  <rms@gnu.org>
10956         * textmodes/reftex-parse.el (reftex-all-document-files):
10957         Add autoload cookie.
10959         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
10960         (reftex-scanning-info-available-p): Add autoload cookie.
10962         * international/mule-cmds.el
10963         (set-display-table-and-terminal-coding-system): Delete duplicate
10964         aset on standard-display-table.
10966         * view.el (view-file): If existing buffer's major mode is special,
10967         don't go into view mode.
10969         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
10971 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10973         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
10974         buffer changes; there's third party code that calls this function
10975         directly.
10977 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10979         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
10980         (autodoc-font-lock-keywords): Don't byte compile on font lock
10981         initialization when running from byte compiled files.
10983 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10985         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
10986         statement ends with auto-increment "++".
10988 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10990         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10991         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10992         these are changed, so declare them as variables and not constants.
10994 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
10996         * subr.el (dolist, dotimes): Doc fix.
10998 2003-07-08  Kim F. Storm  <storm@cua.dk>
11000         * international/mule-cmds.el
11001         (set-display-table-and-terminal-coding-system): Don't break
11002         bootstrap if standard-display-table isn't setup yet.
11004 2003-07-07  Richard M. Stallman  <rms@gnu.org>
11006         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11007         Give it a doc string, and autoload it.
11009         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11010         Use with-no-warnings.
11012         * info.el (Info-search): If find invisible text, search again.
11014         * isearch.el (search-whitespace-regexp): Add a shy group around it.
11016         * man.el (Man-name-regexp): Match + as part of name.
11018         * simple.el (visible-mode): Rename from vis-mode.
11019         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11021         * simple.el (current-word): New arg REALLY-WORD specifies
11022         don't include punctuation chars.
11024         * emacs-lisp/debug.el (debug, debugger-env-macro):
11025         Use with-no-warnings while accessing and binding unread-command-char.
11027         * international/mule-cmds.el
11028         (set-display-table-and-terminal-coding-system): Use explicit loop
11029         instead of calling standard-display-default.
11031         * net/ange-ftp.el (ange-ftp-file-symlink-p):
11032         Use condition-case to catch error in ange-ftp-get-files.
11034         * net/browse-url.el (browse-url-browser-function):
11035         Add alternative for Epiphany.
11036         (browse-url-epiphany-program, browse-url-epiphany-arguments)
11037         (browse-url-epiphany-startup-arguments)
11038         (browse-url-epiphany-new-window-is-tab): New variables.
11039         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11041         * progmodes/compile.el (compile-auto-highlight): Default now t.
11042         (compile): Doc fix.
11043         (compilation-next-error): Fix previous change.
11045         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11047         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11049 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
11051         * gdb-ui.el (gdb-source-info): Display current frame when
11052         attaching to an existing process.
11053         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11054         while laying out windows when attaching to an existing process.
11056 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
11058         * info.el (Info-menu): Use Info-menu-entry-name-re.
11060 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
11062         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11063         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11065         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11066         to match the same text.
11068 2003-07-06  John Paul Wallington  <jpw@gnu.org>
11070         * vc.el (vc-annotate-offset): Move defvar up.
11072 2003-07-06  Kim F. Storm  <storm@cua.dk>
11074         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11075         This should fix the infinite loop when extracting menu names.
11077 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
11079         * files.el (auto-mode-alist, interpreter-mode-alist):
11080         Remove entries to CC Mode modes to avoid duplicates; they are now added
11081         with autoload directives in cc-mode.el.
11083 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
11085         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11086         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11087         these are changed, so declare them as variables and not constants.
11089         * progmodes/cc-mode.el: Fix some autoload problems: Try to
11090         ensure that the entry for ".c" extension comes before the one for
11091         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11092         Fix incorrect entries that were added to `interpreter-mode-alist'.
11093         Move the autoload directives for AWK to the top level since they
11094         aren't recognized anywhere else.  Do not use the new AWK mode doc
11095         in the autoload form for the old AWK mode.
11097 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11099         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11100         (bibtex-sort-ignore-string-entries): Default value t.
11101         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11102         erroneously in previous version.
11103         (bibtex-string-files): Docstring reflects new parsing scheme.
11104         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11105         docstring, add # as one of the chars to crush
11106         (bibtex-autokey-prefix-string, bibtex-autokey-names)
11107         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11108         (bibtex-autokey-name-change-strings)
11109         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11110         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11111         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11112         (bibtex-autokey-title-terminators)
11113         (bibtex-autokey-titlewords-stretch)
11114         (bibtex-autokey-titleword-ignore)
11115         (bibtex-autokey-titleword-case-convert)
11116         (bibtex-autokey-titleword-abbrevs)
11117         (bibtex-autokey-titleword-abbrevs)
11118         (bibtex-autokey-titleword-change-strings)
11119         (bibtex-autokey-titleword-length)
11120         (bibtex-autokey-titleword-separator)
11121         (bibtex-autokey-name-year-separator)
11122         (bibtex-autokey-year-title-separator)
11123         (bibtex-autokey-before-presentation-function)
11124         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11125         Fix docstring.
11126         (bibtex-strings, bibtex-reference-keys):
11127         Use lazy-completion-table and make-variable-buffer-local.
11128         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11129         (bibtex-braced-string-syntax-table)
11130         (bibtex-quoted-string-syntax-table): New variables.
11131         (bibtex-parse-nested-braces): Remove.
11132         (bibtex-parse-field-string): Use syntax table and forward-sexp.
11133         (bibtex-parse-association): Simplify.
11134         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11135         (bibtex-parse-field-text): Simplify.
11136         (bibtex-search-forward-field, bibtex-search-backward-field):
11137         argument BOUND can take value t.
11138         (bibtex-start-of-field, bibtex-start-of-name-in-field)
11139         (bibtex-end-of-name-in-field, bibtex-end-of-field)
11140         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11141         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11142         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11143         (bibtex-skip-to-valid-entry): Return buffer position of beginning
11144         and ending of entry.  Update for changes of bibtex-search-entry.
11145         Simplify.
11146         (bibtex-map-entries): FUN is called with three arguments.
11147         (bibtex-search-entry): Return a cons pair with buffer positions of
11148         beginning and end of entry.
11149         (bibtex-enclosing-field): Simplify.
11150         (bibtex-format-entry): Use booktitle to set a missing title.
11151         (bibtex-autokey-get-names): Fiddle with regexps.
11152         (bibtex-generate-autokey): Use identity.
11153         (bibtex-parse-keys): Use simplified parsing algorithm if
11154         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
11155         arguments.  Return alist of keys.
11156         (bibtex-parse-strings): Simplify.  Return alist of strings.
11157         (bibtex-complete-string-cleanup): Fix docstring.
11158         (bibtex-read-key): New function.
11159         (bibtex-mode): Fix docstring.  Do not parse for keys and
11160         strings when the mode is entered.  Set fill-paragraph-function to
11161         bibtex-fill-field.  Setup font-lock-mark-block-function the way
11162         font-lock intended.
11163         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
11164         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11165         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11166         (bibtex-Preamble): Avoid hard coded constants.
11167         (bibtex-make-field): Fix docstring.  Simplify.
11168         (bibtex-beginning-of-entry): Always return new position of point.
11169         (bibtex-end-of-entry): Rearrange cond clauses.
11170         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11171         Update for changes of bibtex-map-entries.
11172         (bibtex-ispell-abstract): Do not move point.
11173         (bibtex-entry-index): Use downcase.  Simplify.
11174         (bibtex-lessp): Handle catch-all.
11175         (bibtex-find-crossref): Turn into a command.
11176         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
11177         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
11178         preamble entries.
11179         (bibtex-fill-field-bounds): New function.
11180         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
11181         (bibtex-fill-entry): Use bibtex-fill-field-bounds
11182         (bibtex-String): Use bibtex-strings.  Always obey
11183         bibtex-sort-ignore-string-entries.
11185 2003-07-05  John Paul Wallington  <jpw@gnu.org>
11187         * cus-theme.el (customize-create-theme):
11188         Call `customize-create-theme' in Reset widget's notify function.
11190         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11191         (ibuffer-mark-interactive): Use `or' instead of `unless'.
11192         (define-ibuffer-column name): Add summarizer.
11193         (define-ibuffer-column size): Likewise.
11194         (define-ibuffer-column filename): Likewise.
11195         (define-ibuffer-column process): Likewise.  Change BODY's output too.
11196         (define-ibuffer-column filename-and-process): Likewise, likewise.
11197         (ibuffer): Remove local vars `already-in' and `need-update'.
11199         * ibuf-ext.el: Don't require `derived' at compile-time.
11201 2003-07-05  Kim F. Storm  <storm@cua.dk>
11203         * info.el: Disable paragraph refilling.
11204         (Info-refill-paragraphs): New defcustom.
11205         (Info-fontify-node): Use it.
11207 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
11209         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11210         thingies from constructors created by defstruct.
11212         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11213         the default value of the variable.
11214         (byte-code-meter): Move declaration to top level.
11216         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11218         * info.el (Info-following-node-name-re): New fun.
11219         (Info-following-node-name): Remove.
11220         (Info-insert-dir): Use the new fun.
11221         (Info-extract-pointer): Don't save restriction; use new fun.
11222         (Info-menu-entry-name-re): New const.
11223         (Info-menu-entry-name-re): Use it along with new fun.
11224         (Info-node-spec-re): Use new fun.
11225         (Info-complete-menu-item, Info-fontify-node): Use new const.
11226         (Info-goto-node, Info-follow-reference, Info-menu-update):
11227         Use match-string.
11228         (Info-follow-reference): Use assoc-string.
11229         Use a list of strings for the completion table.
11230         (Info-fontify-node): Use match-string, line-end-position.
11231         Limit the search for `node:' to the first line.
11233         * newcomment.el (uncomment-region): Remove padding coming from
11234         comment-start rather than just from comment-padding.
11236         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11237         (vc-cvs-stay-local-p): Use vc-stay-local-p.
11238         (vc-cvs-rename-file): Remove (use the default).
11239         (vc-cvs-register): Register parent dir if needed.
11240         (vc-cvs-could-register): Return non-nil if parent can be registered.
11241         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11242         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11244         * vc-svn.el (vc-svn-use-edit): Make it into a const.
11245         (vc-svn-update): Fix the arguments to `svn'.
11246         (vc-svn-diff-tree): Just use `vc-svn-diff'.
11247         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11248         Simple implementations, assuming `name' is a URL.
11250         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11251         set of chars allowed unquoted in a case pattern.
11253         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11255         * font-lock.el (font-lock-extra-types-widget)
11256         (c-font-lock-extra-types, c++-font-lock-extra-types)
11257         (objc-font-lock-extra-types, java-font-lock-extra-types)
11258         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11259         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11260         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11261         (font-lock-match-c++-structor-declaration)
11262         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11263         (c++-font-lock-keywords-3, c++-font-lock-keywords)
11264         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11265         (objc-font-lock-keywords-3, objc-font-lock-keywords)
11266         (java-font-lock-keywords-1, java-font-lock-keywords-2)
11267         (java-font-lock-keywords-3, java-font-lock-keywords)
11268         (java-font-lock-syntactic-face-function): Remove obsolete code
11269         and constants.  It's all in cc-fonts.el now.
11271 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
11273         * mail/sendmail.el (mail-specify-envelope-from)
11274         (mail-envelope-from): Doc fix.
11276 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
11278         * generic-x.el: Do away with the dependency on `c-emacs-features'
11279         when populating `rul-generic-mode-syntax-table'; we already know
11280         this isn't XEmacs.
11282 See ChangeLog.10 for earlier changes.
11284 ;; Local Variables:
11285 ;; coding: iso-2022-7bit
11286 ;; End:
11288     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
11289   Copying and distribution of this file, with or without modification,
11290   are permitted provided the copyright notice and this notice are preserved.
11292 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1