(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.
[emacs.git] / lisp / ChangeLog
blobb70c174cf76bc4e5d758cbe178e77f968630a11d
1 2004-10-24 Masatake YAMATO <jet@gyve.org>
3         * progmodes/asm-mode.el (asm-font-lock-keywords): Use
4         font-lock-variable-name-face for registers.
6 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
8         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9         kill-all-local-variables.
10         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
12         kill-all-local-variables and provide mode-hooks.
13         (gdb-assembler-font-lock-keywords): New font lock keywords
14         definition.
15         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
16         Suggested by Masatake YAMATO <jet@gyve.org>.
18 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
20         * simple.el (process-file): New function, similar to call-process
21         but supports file handlers.
22         * vc.el (vc-do-command): Use it, instead of call-process.
23         * net/tramp-vc.el (vc-do-command): Do not advise it if
24         process-file is fboundp.
25         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
26         process-file.
27         (tramp-handle-process-file): New function.
28         (tramp-file-name-for-operation): Support process-file.
30 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
32         * calendar/icalendar.el (icalendar--weekday-array): New constant.
33         (icalendar-weekdayabbrev-table)
34         (icalendar-monthnumber-table): Delete.
35         (icalendar--get-month-number): Use calendar-month-name-array.
36         (icalendar--get-weekday-number): New function.
37         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
38         (icalendar-export-region): Handle multi-line entries.
39         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
41 2004-10-23  John Paul Wallington  <jpw@gnu.org>
43         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
44         `wildcards' set to t in interactive spec.
46         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
47         interactive spec rather than use `interactive-p'.
48         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
49         rather than use function `interactive-p'.
51 2004-10-22  Kenichi Handa  <handa@m17n.org>
53         * international/mule.el (translate-region): Implement it in Lisp
54         as a front end of translate-region-internal.
56 2004-10-21  Jay Belanger  <belanger@truman.edu>
58         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
59         Declared these variables with defvar.
61         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
62         is bound, only check to see if it is bound.
64 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
66         * calc/calc-help.el (calc-describe-bindings): Fix last change.
68 2004-10-21  John Paul Wallington  <jpw@gnu.org>
70         * calc/calc-graph.el (calc-graph-init):
71         Use `set-process-query-on-exit-flag'.
73 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
75         * progmodes/compile.el (compilation-start): Rely on `cd' to get
76         dir right and also allow argumentless cd.
78 2004-10-19  Richard M. Stallman  <rms@gnu.org>
80         * textmodes/flyspell.el (flyspell-mode): Doc fix.
82         * eshell/em-unix.el (eshell-grep):
83         Don't bind compilation-process-setup-function.
85         * comint.el (comint-insert-input): Use @ in `interactive'.
86         (comint-input-filter-functions): Doc fix.
87         (comint-kill-whole-line, comint-get-source): Doc fix.
89         * progmodes/compile.el (compilation-setup):
90         Don't set buffer-read-only if MINOR is non-nil.
92 2004-10-19  Jay Belanger  <belanger@truman.edu>
94         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
95         (calc-emacs-type-gnu19): Remove.
96         (calc-digit-map, calc-read-key-sequence, calc-read-key):
97         Remove check for old emacs versions.
99         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
100         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
101         for current Emacs.
103         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
104         the end of the minibuffer.
105         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
106         copy `esc-map'.
108         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
110         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
111         call that would be given when the current emacs was used.
113 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
115         * calendar/icalendar.el: Set coding to utf-8.
116         (icalendar-version): Increase to 0.07.
117         (icalendar-monthnumber-table): Change March pattern.
118         (icalendar-get-all-event-properties)
119         (icalendar-set-event-property): Delete.
120         (icalendar-all-events): No longer interactive.
121         (icalendar-convert-diary-to-ical)
122         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
123         their replacements.
124         (icalendar-export-file, icalendar-export-region): New functions;
125         essentially old `icalendar-convert-diary-to-ical' but appending to
126         target rather than overwriting.
127         (icalendar-import-file): Append to target file rather than
128         overwriting.  Fourth arg deleted.
129         (icalendar-import-buffer): New name for old
130         `icalendar-extract-ical-from-buffer'.
131         (icalendar--convert-string-for-import): New name for
132         old `icalendar-convert-for-import'.
133         (include-icalendar-files): Delete.
134         Prefix for all internal functions changed from `icalendar-'
135         to `icalendar--'.
137 2004-10-19  Richard M. Stallman  <rms@gnu.org>
139         * paths.el (news-path): Fix previous change.
141 2004-10-18 Jay Belanger  <belanger@truman.edu>
143         * calc/calc-help.el (calc-describe-bindings):
144         Set `buffer-read-only' to nil while working in the keybindings buffer;
145         remove some extra information from the keybindings buffer.
147 2004-10-18  David Ponce  <david@dponce.com>
149         * mouse.el (mouse-drag-move-window-top): New function.
150         (mouse-drag-mode-line-1): Use it.
152 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
154         * info.el (Info-fontify-node): For multiline refs,
155         arrange to unfontify newline and surrounding whitespace.
157 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
160         directory is missing.
162 2004-10-17  John Paul Wallington  <jpw@gnu.org>
164         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
165         New customizable variable; whether to display buffers that match
166         `ibuffer-maybe-show-predicates' by default.
167         (ibuffer-maybe-show-predicates): Mention it in docstring.
168         (ibuffer-display-maybe-show-predicates): New variable.
169         (ibuffer-update): Prefix arg now toggles whether buffers that
170         match `ibuffer-maybe-show-predicates' should be displayed.
171         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
172         locally to heed `ibuffer-default-display-maybe-show-predicates'.
173         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
175 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
177         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
178         work correctly.
180 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
182         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
183         (Buffer-menu-beginning): New helper function.
184         (Buffer-menu-execute): Use it.
185         (Buffer-menu-select): Use it.
186         (Buffer-menu-sort): Use it and also keep markers.
188 2004-10-17  Richard M. Stallman  <rms@gnu.org>
190         * paths.el (news-directory): Rename from news-path.  Old name alias.
191         (rmail-spool-directory): Use defvar.
192         (sendmail-program): Use defcustom.
193         (remote-shell-program): Use defcustom.
194         (term-file-prefix): Use defvar.
195         (abbrev-file-name): Use defvar.
197         * term.el: Add maintainer.
199         * subr.el (with-local-quit): Return nil if there's a quit.
200         (read-passwd): Use with-local-quit.  Doc fix.
202         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
203         (strokes-unload-hook): Set as a variable with add-hook.
205         * startup.el (fancy-splash-tail, normal-splash-screen):
206         Update copyright year.
208         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
210         * server.el (server-unload-hook): Set as a variable with add-hook.
212         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
214         * frame.el (special-display-popup-frame):
215         Make the buffer current as its frame is created.
217         * delsel.el (delsel-unload-hook): Set as a variable.
219         * comint.el (comint-output-filter-functions):
220         Add comint-watch-for-password-prompt.
221         (comint-read-noecho): Function deleted.
222         (send-invisible): Use read-passwd.
224         * fringe.el (fringe-mode-initialize): New function.
225         (fringe-mode): Use fringe-mode-initialize as :initialize.
227 2004-10-17  Kim F. Storm  <storm@cua.dk>
229         * language/indian.el (indian-script-language-alist): Swap value and doc.
230         (indian-font-char-index-table): Doc fix.
232 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
236 2004-10-16  Juri Linkov  <juri@jurta.org>
238         * progmodes/compile.el (compilation-start): Move let-binding of
239         `process-environment' into `with-current-buffer' body.
240         Reported by Matt Hodges <MPHodges@member.fsf.org>.
242 2004-10-16  Richard M. Stallman  <rms@gnu.org>
244         * pcvs-util.el (cvs-bury-buffer):
245         Don't call get-buffer-window for effect.
247         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
249         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
251         * msb.el (msb-unload-hook): Set the variable.
253         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
254         Use * to err if buffer is readonly.
256         * subr.el (looking-back): Return only t or nil.
258         * whitespace.el (whitespace-unload-hook): Set the variable.
260         * view.el (view-mode-enable): Set view-page-size and
261         view-half-page-size to nil.
262         (view-set-half-page-size-default): view-half-page-size = nil
263         means the default.
264         (View-scroll-page-forward): Use view-page-size-default.
265         (View-scroll-page-backward): Likewise.
266         (view-page-size, view-half-page-size): Doc fixes.
268         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
270         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
272         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
273         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
274         (byte-compile-log-1): Bind inhibit-read-only.
275         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
276         (byte-compile-log-warning): Likewise.
277         (byte-compile-file-form-require): Detect "cl" from the arg value.
279         * progmodes/compile.el (compilation-start): Assume compilation-mode
280         will make the buffer read-only.
281         (compilation-mode): Take arg name-of-mode.
282         (compilation-setup): Make buffer read-only.
283         (compilation-handle-exit): Bind inhibit-read-only.
285         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
286         (ispell-message): Likewise.
287         (ispell-show-choices): Don't call get-buffer-window uselessly.
288         (ispell-init-process): Use set-process-query-on-exit-flag.
290 2004-10-16  Kim F. Storm  <storm@cua.dk>
292         * fringe.el (fringe-bitmaps): Only initialize when defined.
294         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
295         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
297         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
299 2004-10-15  Simon Josefsson  <jas@extundo.com>
301         * net/password.el: Add.
303 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
305         * button.el (button-activate): Allow a marker to display as an action.
307         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
309         * help.el (describe-mode): Use it to make minor mode list into
310         hyperlinks.
312 2004-10-14  Masatake YAMATO  <jet@gyve.org>
314         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
315         (gdb-script-end-of-defun): New function.
316         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
317         `gdb-script-end-of-defun' as *-of-defun-function.
319 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * vc.el (vc-annotate-display-select): Fix typo.
323         * subr.el (substitute-key-definition-key): New function.
324         (substitute-key-definition): Use it with map-keymap.
325         (event-modifiers): Use push.
326         (mouse-movement-p, with-temp-buffer): Simplify.
328 2004-10-12  Jay Belanger  <belanger@truman.edu>
330         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
331         New variables.
332         (calc-help-index-entries): New function.
333         (calc-describe-function): Use `calc-help-function-list' instead of
334         obarray for completion.
335         (calc-describe-variable): Use `calc-help-variable-list' instead
336         of obarray for completion.
338 2004-10-12  Richard M. Stallman  <rms@gnu.org>
340         * info-look.el (info-lookup-file): Add info-file property.
341         (info-lookup-symbol): Likewise.
343         * info.el (info-xref): Add underlining.
344         (info): Add info-file property.
345         (Info-find-emacs-command-nodes): Specify case-sensitive search.
347 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
349         Sync with Tramp 2.0.45.
351         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
352         defined.  This is not the case for XEmacs without package "edebug".
353         (tramp-set-auto-save-file-modes): Set permissions of autosaved
354         remote files to the permissions of the original file.  This is not
355         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
356         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
357         (tramp-perl-decode): Fix an error in Perl implementation.
358         $pending must be cleared every loop.  Reported by Benjamin Place
359         <benjaminplace@sprintmail.com>
361         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
362         Don't activate advice during definition.  This is done later on,
363         depending on test result of `substitute-in-file-name'.
364         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
366 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
368         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
370         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
372 2004-10-12  David Ponce  <david@dponce.com>
374         * recentf.el (recentf-edit-list): Update the menu when the recentf
375         list has been modified.
377 2004-10-12  Simon Josefsson  <jas@extundo.com>
379         * net/tls.el (tls-certtool-program): New variable.
380         (tls-certificate-information): New function, based on
381         ssl-certificate-information.
383 2004-10-12  Kenichi Handa  <handa@m17n.org>
385         * international/mule.el (coding-system-equal): Move from mule-util.el.
387         * international/mule-util.el (coding-system-equal): Move to mule.el.
389 2004-10-12  Kim F. Storm  <storm@cua.dk>
391         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
392         reset kmacro-initial-counter-value if set.
393         (kmacro-set-counter): Only set kmacro-counter if defining or executing
394         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
395         (kmacro-display): Show macro counter if non-zero.
397         * subr.el (substitute-key-definition): Mention command remapping
398         in doc string.
400 2004-10-11  Jay Belanger  <belanger@truman.edu>
402         * calc/calc-misc.el (calc-info-goto-node): New function.
403         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
404         node in one step.
405         (calc-describe-copying, calc-describe-distribution)
406         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
407         Go to appropriate info node in one step.
409 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
413         * font-lock.el (font-lock-apply-highlight): Fix last change.
415 2004-10-11  Simon Josefsson  <jas@extundo.com>
417         * mail/smtpmail.el (smtpmail-open-stream): Look for
418         starttls-gnutls-program instead of starttls-program iff
419         starttls-use-gnutls is non-nil.
420         (smtpmail-open-stream): Don't overwrite user settings of
421         starttls-extra-arguments and starttls-extra-args.
423 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * comint.el (comint-mouse-insert-input): Remove.
426         (comint-insert-input): Make it work for mouse bindings.
427         (comint-mode-map): Move defs into the declaration.
428         (comint-output-filter): Typo.
430         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
432 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
434         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
435         (ange-ftp-call-chmod): Reference remote-shell-program instead of
436         ange-ftp-remote-shell.
438 2004-10-10  Andreas Schwab  <schwab@suse.de>
440         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
441         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
442         Reported by <sri@asu.edu>.
444 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
446         * vc.el (vc-annotate-mode): Remove variable.
447         (vc-annotate-display-select): Only call vc-annotate-mode
448         if we're not in that mode already.
450 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
453         (imenu-choose-buffer-index): Check here for rescan instead.
455         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
456         where the face expression evals to nil.
458         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
459         (tex-font-lock-keywords-2): Use it.
460         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
462         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
464 2004-10-09  Kim F. Storm  <storm@cua.dk>
466         * subr.el (progress-reporter-update): Define before first usage.
467         (make-progress-reporter): Doc fix.
469 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
471         * textmodes/paragraphs.el (sentence-end-double-space)
472         (sentence-end-without-period, sentence-end-without-space)
473         (sentence-end): Doc fixes.
475 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
477         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
478         Change paragraph-start regexp so we don't fill code starting with #'(.
480 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
482         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
483         New defcustom.
484         (extract-address-components): Use it.
486 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
488         * subr.el (make-progress-reporter, progress-reporter-update)
489         (progress-reporter-force-update, progress-reporter-do-update)
490         (progress-reporter-done): New functions.
492         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
494         * progmodes/etags.el (etags-tags-completion-table): Use progress
495         reporter.
496         (etags-tags-apropos): Likewise.
498 2004-10-08  Alan Mackenzie  <acm@muc.de>
500         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
501         of current line.
503 2004-10-08  Masatake YAMATO  <jet@gyve.org>
505         * server.el (server-process-filter): Wrap `process-send-region'
506         by `condition-case' to guard the case when the pipe to PROC is closed.
508 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
510         * xml.el (xml-substitute-special): Limit handling of external entities.
512 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
514         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
516 2004-10-06  John Paul Wallington  <jpw@gnu.org>
518         * xml.el (xml-parse-dtd): Fix `error' call.
520 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
522         * xml.el (xml-substitute-special): Return a single string instead
523         of a list of strings if an entity substitution is made.
525 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
527         * calendar/icalendar.el: New file.
529 2004-10-05  Juri Linkov  <juri@jurta.org>
531         * isearch.el (isearch-done): Set mark after running hook.
532         Reported by Drew Adams <drew.adams@oracle.com>.
534         * info.el (Info-history, Info-toc): Fix Info headers.
535         (Info-toc): Narrow buffer before Info-fontify-node.
536         (Info-build-toc): Don't check for special Info file names.
537         Set main-file to nil if Info-find-file returns a symbol.
539 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
541         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
542         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
543         * calendar/cal-menu.el (calendar-mode-map): Ditto.
545 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
547         * calendar/cal-iso.el (calendar-iso-read-args): New function,
548         for old interactive spec from calendar-goto-iso-date.
549         (calendar-goto-iso-date): Use it.
550         (calendar-goto-iso-week): New function.  Suggested by Emilio
551         C. Lopes <eclig@gmx.net>.
553 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
555         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
556         `set-right-margin' bindings that follow the minor mode conventions.
558 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
560         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
561         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
562         (latex-block-args-alist): Add minipage and picture.
563         (latex-block-body-alist): Use reftex-label if enabled.
564         (latex-insert-block): Don't insert a \n if not necessary.
565         (tex-compile-commands): Make sure dvips doesn't send to printer.
566         (tex-compile-default): Handle the case where no executable is found.
567         (latex-noindent-environments): New var.
568         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
569         If tex-indent-allhanging is non-nil, make sure we only align for macros
570         at beginning of line.
572 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
574         * newcomment.el (comment-beginning): Doc fix and don't choke on
575         unset `comment-end-skip' when at beginning of comment.
577 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
579         * term.el (term-adjust-current-row-cache): Don't allow the current
580         row to become negative.
581         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
582         the end of the line. Fix scroll down. Add comments.
583         (term-handle-ansi-escape): Don't exceed terminal width when moving
584         right.
585         (term-scroll-region): Move the cursor after setting the scroll region.
587 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
589         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
590         to `width' for consistency with docstring.  Doc fix.
592 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
594         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
595         This is necessary for derived modes.
597 2004-09-30  Kim F. Storm  <storm@cua.dk>
599         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
600         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
602         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
603         kmacro-extract-lambda functions.
604         (edit-kbd-macro): Handle kmacro lambda forms.
605         Include counter and counter format in edit buffer.
606         (edmacro-finish-edit): Get counter and format from edit buffer and
607         update kmacro bindings when found.
609 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
611         * textmodes/paragraphs.el (forward-paragraph):
612         Avoid args-out-of-range error when point winds up at the beginning of
613         the buffer and hard newlines are enabled.
615         * newcomment.el (comment-multi-line): Doc fix.
617 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
620         (diff-fixup-modifs): Catch unified-diff file-headers.
622 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * dired.el (dired-view-command-alist): Use more efficient regexps.
625         Remove dubious arguments.
626         (dired-align-file): New function.
627         (dired-insert-directory): Use it.
628         (dired-move-to-end-of-filename): Make the " -> " search more specific.
629         (dired-buffers-for-dir): Remove unused var `pattern'.
631 2004-09-29  Kim F. Storm  <storm@cua.dk>
633         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
634         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
635         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
637         * fringe.el (fringe-bitmap-p): New macro.
638         (fringe-bitmaps): Add standard fringe bitmaps on load.
640 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
642         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
643         from diary display excursion.  Store diary buffer's point for
644         `simple-diary-display'.
645         (simple-diary-display): Set window point and start when
646         displaying buffer, to preserve point.
648 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
650         * textmodes/enriched.el (enriched-translations): Replace defconst
651         with defvar.
653 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
655         * printing.el: Doc fix.
656         (pr-version): New version number (6.8.1).
657         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
658         make-temp-name.
659         (pr-delete-file): Check if file exists before deleting it.
660         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
662 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * term.el (term-display-table): New variable.
665         (term-mode): Use it.
666         (term-exec-1): Set the coding system to binary.
667         (term-emulate-terminal): Decode the string before inserting it.
669 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
671         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
672         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
673         (map): Bind S-prior, S-next and S-insert.
674         (term-mode): Set `indent-tabs-mode' to nil.
675         (term-paste): New function to be bound to S-insert.
676         (term-send-del, term-send-backspace): Change the strings sent.
677         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
678         (term-handle-colors-array): Fix handling of underline and reverse.
679         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
680         (term-erase-in-line): Fix comparison.
681         (term-emulate-terminal): Fix line wrap handling.
682         (term-start-output-log): Rename from `term-set-output-log'.
683         (term-stop-output-log): Rename from `term-stop-photo'.
684         (term-switch-to-alternate-sub-buffer): Comment out, unused.
686 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * dired.el (dired-move-to-filename): Don't output a message if
689         raise-error is non-nil.  Fix return position and value.
691         * files.el (insert-directory): Obey --dired even with symlinks.
693 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
695         * ls-lisp.el (ls-lisp-format): Mark file names with property
696         dired-filename.
698 2004-09-25  Kim F. Storm  <storm@cua.dk>
700         * ido.el (ido-max-directory-size): New defcustom.
701         (ido-decorations): Add "too big" element.
702         (ido-directory-too-big): New dynamic var.
703         (ido-may-cache-directory): Don't cache big directories.
704         (ido-directory-too-big-p): New defun.
705         (ido-set-current-directory): Update ido-directory-too-big.
706         (ido-read-internal): Make empty ido-cur-item if too-big.
707         (ido-buffer-internal): Use ido-read-internal directly instead of
708         ido-read-buffer.
709         (ido-file-internal): Init ido-directory-too-big.
710         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
711         and redo completion with full list.
712         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
713         it, and show completions.
714         (ido-all-completions): Let bind ido-directory-too-big to nil.
715         (ido-exhibit): Handle ido-directory-too-big.
716         (ido-read-buffer): Handle fallback to read-buffer.
717         Init ido-directory-too-big.
718         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
719         Init ido-directory-too-big.
721 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
723         * subr.el (delay-mode-hooks): Doc fix.
725 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
727         * textmodes/enriched.el
728         (enriched-default-text-properties-local-flag): New variable.
729         (enriched-mode): Make sure that enabling and disabling the mode is
730         a no-op.  Doc fix.
732 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
734         * calendar/holidays.el (holiday-advent): Report on a specified day
735         offset from advent, not just advent.
736         (holiday-easter-etc): Report on one specified day offset from
737         easter, not all easter holidays. Various Easter holidays moved to
738         `christian-holidays' variable in calendar.el.
739         * calendar/calendar.el (christian-holidays): Adapt for new
740         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
742 2004-09-23  Kim F. Storm  <storm@cua.dk>
744         * image.el (insert-sliced-image): Add doc string.
746         * ido.el (ido-choice-list): New dynamic var for `list' context.
747         (ido-context-switch-command): New dynamic var.
748         (ido-define-mode-map): Generalize switch between file/buffer contexts.
749         (ido-read-internal): Handle new `list' context.
750         Handle insert-buffer and insert-file ido-exit values.
751         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
752         ido-context-switch-command. Handle insert-file ido-exit value.
753         (ido-read-buffer): Set ido-context-switch-command to 'ignore
754         unless it is already bound by caller.
755         (ido-file-internal): New arg switch-cmd.  Use it to setup
756         ido-context-switch-command.  Handle insert-buffer ido-exit value.
757         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
758         used for context switching.
759         (ido-all-completions): Handle new `list' context.
760         (ido-make-choice-list): Return choices for `list' context.
761         (ido-find-file-in-dir, ido-display-file, ido-write-file)
762         (ido-display-buffer, ido-kill-buffer): Disable context switching.
763         (ido-insert-buffer, ido-insert-file): Setup context switching.
764         (ido-exhibit): Handle `list' context.
765         (ido-read-file-name): Disable context switching.  Handle fallback.
766         (ido-read-directory-name): Disable context switching.
767         (ido-completing-read): New defun like completing-read.  Setup and
768         use new `list' context.
770 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
772         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
774 2004-09-21  Jay Belanger  <belanger@truman.edu>
776         * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
777         `calc-graph-set-styles' so the gnuplot buffer will appear in a
778         separate window. 
780 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
782         * subr.el (after-change-major-mode-hook): Doc fix.
784 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
786         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
787         of ghostscript for monochrome PostScript file in Windows.
789 2004-09-21  Kenichi Handa  <handa@m17n.org>
791         * descr-text.el (describe-char): Checking of quail activation
792         fixed.
794 2004-09-21  Jay Belanger  <belanger@truman.edu>
795         
796         * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
798 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
800         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
801         after the mode hooks instead of before.  Doc fix.
803 2004-09-20  Jason Rumney  <jasonr@gnu.org>
805         * startup.el (command-line) [windows-nt]: Try .emacs first, then
806         _emacs, but revert to .emacs if neither exists in home directory.
808 2004-09-20  John Paul Wallington  <jpw@gnu.org>
810         * bindings.el (completion-ignored-extensions): Add .dfsl.
812 2004-09-20  Richard M. Stallman  <rms@gnu.org>
814         * bindings.el (scroll-left): Make it disabled.
816         * files.el (enable-local-eval): Doc fix.
818         * indent.el (move-to-left-margin): Special case for minibuffer.
820         * term.el (term-emulate-terminal): Turn off undo for output.
821         Use with-current-buffer and save-selected-window.
823         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
825         * progmodes/make-mode.el (makefile-fill-paragraph):
826         Don't insist on spaces when looking for comments.  # is enough.
828         * files.el (hack-local-variables): Copy the variables list
829         to another buffer, strip prefixes and suffixes there, then read.
830         (enable-local-eval): Doc fix.
831         (ignored-local-variables): Initialize to nil.
832         (risky-local-variable-p): Don't check ignored-local-variables here.
833         (hack-one-local-variable): Ignore var if in ignored-local-variables.
835 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
837         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
838         of = to "." (punctuation).
840 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * subr.el (event-basic-type): Fix mask (extend to 22bits).
844 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
846         * textmodes/enriched.el (enriched-rerun-flag): New variable.
847         (enriched-before-change-major-mode): New function.
848         Add it to `change-major-mode-hook'.
849         (enriched-after-change-major-mode): New function.
850         Add it to `after-change-major-mode-hook'.
851         (enriched-mode): Make it work correctly if called from
852         `after-change-major-mode-hook'.
853         No longer set `indent-line-function'.
855         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
857         * subr.el (after-change-major-mode-hook): New variable.
858         (run-mode-hooks): Implement it.
860 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * battery.el (battery-linux-proc-apm): Use string-to-number.
863         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
864         Use dolist (and less indentation).  Use erase-buffer.
865         Pre-initialize `design-capacity', `warn', and `low'.
866         (battery-format): Use replace-regexp-in-string.
868 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
870         * battery.el: Delete superfluous empty lines.
871         (battery-linux-proc-acpi): Attempt to gather information from all
872         battery subdirectories regardless of their file name.
873         (battery-linux-proc-apm): Replace all occurrences of
874         battery-hex-to-int-2 with string-to-int (base 16).
875         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
876         (battery-hex-map): Delete variable.
878 2004-09-18  John Paul Wallington  <jpw@gnu.org>
880         * calc/calc-units.el (calc-quick-units): Fix overzealous
881         s/or/unless/.
883 2004-09-17  Jay Belanger  <belanger@truman.edu>
885         * calc/calc.el (calc-mode-var-list): Fixed the value of
886         `calc-matrix-brackets'. 
887         
888 2004-09-17  Romain Francoise  <romain@orebokech.com>
890         * ibuf-ext.el (define-ibuffer-filter filename):
891         Expand dired-directory since buffer-file-name is absolute.
893 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
895         * ediff-init.el (ediff-current-diff-face-A)
896         (ediff-current-diff-face-B, ediff-current-diff-face-C)
897         (ediff-current-diff-face-Ancestor)
898         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
899         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
900         (ediff-even-diff-face-A, ediff-even-diff-face-B)
901         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
902         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
903         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
904         Use min-colors.
906         * term.el (term-down): Perform vertical motion if DOWN is negative.
907         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
908         (term-termcap-format): Synchronyze with the eterm terminfo entry
909         in etc/e/eterm.ti.
910         (term-handle-colors-array): If the current foreground or
911         background are zero (i.e. unspecified), use the foreground and
912         background of the default face for reverse video.
913         (term-ansi-at-eval-string, term-ansi-default-fg)
914         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
915         (term-mem): Delete ununsed function.
916         (term-protocol-version): Increment.
917         (term-current-face): Set to default.
919 2004-09-15  Jay Belanger  <belanger@truman.edu>
921         * calc/calc.el (calc-mode-var-list): Define this variable.
922         (calc-always-load-extensions, calc-line-numbering)
923         (calc-line-breaking, calc-display-just, calc-display-origin)
924         (calc-number-radix, calc-leading-zeros, calc-group-digits)
925         (calc-group-char, calc-point-char, calc-frac-format)
926         (calc-prefer-frac, calc-hms-format, calc-date-format)
927         (calc-float-format, calc-full-float-format, calc-complex-format)
928         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
929         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
930         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
931         (calc-matrix-brackets, calc-language, calc-language-option)
932         (calc-left-label, calc-right-label, calc-word-size)
933         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
934         (calc-display-raw, calc-internal-prec, calc-angle-mode)
935         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
936         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
937         (calc-window-height, calc-display-trail, calc-show-selections)
938         (calc-use-selections, calc-assoc-selections)
939         (calc-display-working-message, calc-auto-why, calc-timing)
940         (calc-mode-save-mode, calc-standard-date-formats)
941         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
942         (calc-user-parse-tables, calc-gnuplot-default-device)
943         (calc-gnuplot-default-output, calc-gnuplot-print-device)
944         (calc-gnuplot-print-output, calc-gnuplot-geometry)
945         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
946         (calc-invocation-macro, calc-show-banner): Give these values as
947         part of `calc-mode-var-list's initialization after the variables
948         are declared with defvar.
949         (calc-bug-address):  Changed email address to send bug
950         reports to. Also changed the maintainer address at the top.
951         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
952         than "\\.emacs" to determine if it is the user-init-file.
954         * calc/calc-embed.el (calc-embedded-set-modes): Use
955         `calc-mode-var-list' correctly.
957 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
959         * vc.el (annotate-time): Document point handling.
960         (vc-annotate-display-autoscale): Doc fix.
962 2004-09-15  Miles Bader  <miles@gnu.org>
964         * generic.el (generic-make-keywords-list): Use symbol rather than
965         word anchors in regexp.
967 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
969         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
970         no file name consider `dired-directory'.
972 2004-09-14  Kim F. Storm  <storm@cua.dk>
974         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
976 2004-09-14  Simon Josefsson  <jas@extundo.com>
978         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
980         * textmodes/dns-mode.el: Add.
982 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
985         (disabled-command-function): Make the ?\  char more obvious.
987         * vc-arch.el (vc-arch-root, vc-arch-registered):
988         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
990 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
992         * windmove.el (windmove-frame-edges): Report coordinates of
993         outside edges of frame, not inside edges.
994         (windmove-coordinates-of-position): Convert into wrapper to new
995         function `windmove-coordinates-of-window-position';
996         `compute-motion' always applies to selected window.
997         (windmove-coordinates-of-position): Update documentation to refer
998         to Emacs 21 Lisp Reference Manual.
999         (windmove-find-other-window): Fix off-by-one errors for max x,y.
1001 2004-09-13  Kim F. Storm  <storm@cua.dk>
1003         * isearch.el (isearch-resume-in-command-history): Rename from
1004         isearch-resume-enabled and change default to nil.
1006 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         * vc-hooks.el (vc-ignore-dir-regexp): New var.
1009         (vc-registered): Use it.
1010         (vc-find-root): New fun.
1012         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1013         Don't tell to use \\{...} when it's already done.
1015         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1016         Provide a sample complex default.
1017         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1018         (bibtex-entry): Use mapc.
1020 2004-09-12  Kim F. Storm  <storm@cua.dk>
1022         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1024         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1025         inhibit-field-text-motion to t so rectangles work in comint buffers.
1027         * simple.el (choose-completion-string): Set buffer before running
1028         choose-completion-string-functions hook so it can be buffer-local.
1030 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
1032         * progmodes/compile.el (compilation-start): Parse command to see
1033         if it starts with a cd, and if so perform it for the *compilation*
1034         buffer.  Change the header to reflect this.
1036 2004-09-11  Kim F. Storm  <storm@cua.dk>
1038         * ido.el (ido-enable-dot-prefix): Doc fix.
1039         (ido-enable-dot-prefix): New defcustom.
1040         (ido-set-matches1): Use it.
1042 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * textmodes/bibtex.el (bibtex-mark-active)
1045         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1047 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1049         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1050         used in a case insensitive environment.
1051         (bibtex-mode-map): Rearrange order of menus.
1052         (bibtex-quoted-string-re): Obsolete.
1053         (bibtex-complete-key-cleanup): Variable replaced by new function.
1054         (bibtex-font-lock-keywords): Use backquotes.
1055         (bibtex-font-lock-url-regexp): New internal variable.
1056         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1057         "OPT" and "ALT".
1058         (bibtex-insert-current-kill, bibtex-make-field)
1059         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1060         (bibtex-parse-field-text): Simplify.
1061         (bibtex-string=): New helper function.
1062         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1063         (bibtex-map-entries): Use bibtex-string=.
1064         (bibtex-search-entry): Use not.
1065         (bibtex-enclosing-field): Fix docstring.
1066         (bibtex-assoc-regexp): Obsolete.
1067         (bibtex-format-entry): Use assoc-string and bibtex-string=.
1068         (bibtex-autokey-get-names): Handle empty name field.
1069         (bibtex-parse-strings): Use assoc-string and unless.
1070         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1071         Use assoc-string.
1072         (bibtex-pop): Simplify.
1073         (bibtex-mode): Set font-lock-extra-managed-props.
1074         (bibtex-entry-update): Use assoc-string.
1075         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1076         (bibtex-autofill-entry): Use bibtex-string=.
1077         (bibtex-print-help-message): Simplify.
1078         (bibtex-find-entry): New optional arg START.
1079         (bibtex-validate): Use bibtex-string= and assoc-string.
1080         Do not call obsolete function compilation-parse-errors.
1081         (bibtex-remove-delimiters): Only remove delimiters if present.
1082         (bibtex-copy-entry-as-kill): Add docstring.
1083         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1084         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1085         (bibtex-complete): Use bibtex-predefined-month-strings,
1086         bibtex-string=, and new function bibtex-complete-key-cleanup.
1087         (bibtex-generate-url-list): New variable.
1088         (bibtex-url): New command bound to C-c C-l and mouse-2.
1089         (bibtex-url-map): New local keymap for bibtex-url-mouse.
1090         (bibtex-font-lock-url): New function.
1092 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1096 2004-09-09  Kim F. Storm  <storm@cua.dk>
1098         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1099         counter and format with binding.
1100         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
1101         the declared macro uses own macro counter and format.  Give symbol
1102         kmacro property.
1103         (kmacro-keymap): Bind kmacro-name-last-macro to n.
1104         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1105         (kmacro-end-and-call-macro): Doc fix.
1107 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
1109         * desktop.el (desktop-clear-preserve-buffers):
1110         Remove make-obsolete-variable.
1112 2004-09-08  Richard M. Stallman  <rms@gnu.org>
1114         * buff-menu.el (list-buffers-noselect): Call format-mode-line
1115         with the buffer as argument.
1117 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1121 2004-09-08  Juri Linkov  <juri@jurta.org>
1123         * replace.el (perform-replace): Use `query-replace-descr'.
1125         * cus-start.el (history-delete-duplicates): Specify customization.
1127         * diff-mode.el (diff-mode-map):
1128         * progmodes/compile.el (compilation-mode-map):
1129         * progmodes/grep.el (grep-mode-map):
1130         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1131         to `next-error-follow-minor-mode'.
1133 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1135         * isearch.el (isearch-lazy-highlight-update): Take into account
1136         the case of zero-length match at the search bound.
1138 2004-09-08  Kim F. Storm  <storm@cua.dk>
1140         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1141         change.  Use zero width overlays when necessary.
1143 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1145         * subr.el (split-string): Docfix.
1147 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1149         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1150         (display-call-tree): Ensure newline after caller/calls blocks.
1152 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1154         * startup.el (command-line-1): Make option
1155         --directory/-L modify `load-path' straight away.
1157 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1159         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1161 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1163         * emacs-lisp/autoload.el (make-autoload):
1164         Handle `define-compilation-mode'.
1166         * emacs-lisp/lisp-mode.el (define-compilation-mode):
1167         Specify `doc-string-elt' property.
1169 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1171         * bs.el (bs-mode): Doc fix.
1173 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1175         * info.el (Info-insert-dir): Fix temp buffer leak bug.
1177 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1179         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1181 2004-09-08  Kenichi Handa  <handa@m17n.org>
1183         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1184         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1185         ps-mule-next-point -> 1+).
1187         * composite.el (encode-composition-rule): Add autoload cooky.
1189 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
1191         * format.el (buffer-auto-save-file-format): Make it permanent local.
1193 2004-09-07  Kim F. Storm  <storm@cua.dk>
1195         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1196         (authors-fixed-entries): Fix typo.
1197         (authors-canonical-author-name): Compact multiple spaces.
1198         Ignore trivial names (e.g. only first name).
1200         * term.el (term-window-width): Only use full window width on
1201         window system if overflow-newline-into-fringe is enabled.
1202         (term-mode): Don't disable overflow-newline-into-fringe.
1204 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1206         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1207         motion as seen on my Mac OS X xterms.
1209         * newcomment.el (uncomment-region-default, comment-region-default):
1210         New functions extracted from uncomment-region and comment-region.
1211         (comment-region, comment-region-function, uncomment-region)
1212         (uncomment-region-function): Use them.
1214         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1216         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1217         It's not crucial but can make sense at times.
1219         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1220         the first commit.
1222         * vc.el (vc-buffer-context, vc-restore-buffer-context):
1223         Disable obsolete code.
1225 2004-09-07  Juri Linkov  <juri@jurta.org>
1227         * progmodes/grep.el (grep-highlight-matches): Change default from
1228         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
1229         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1230         if grep option `--color' is available, or to `nil' otherwise.
1231         (grep-process-setup): Call `grep-compute-defaults' if
1232         `grep-highlight-matches' is not computed.  Set env-vars only
1233         if `grep-highlight-matches' is `t'.
1234         (grep-use-null-device): Remove redundant type `boolean' (`choice'
1235         is already defined).
1237         * progmodes/compile.el (compilation-start): Use copy of
1238         `process-environment' created by `copy-sequence' to not
1239         modify env-vars in the global `process-environment'.
1241 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
1243         * simple.el (next-error-follow-minor-mode): Fix last change.
1245 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
1247         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1248         permanent local.
1250 2004-09-04  Richard M. Stallman  <rms@gnu.org>
1252         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1253         highlighting if the search string is empty.
1255 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
1257         * facemenu.el (facemenu-active-faces): Change condition of inner
1258         `while' loop to also check the first two elements of `face-atts'
1259         and `mask-atts'.
1261 2004-09-04  John Paul Wallington  <jpw@gnu.org>
1263         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1264         (thumbs-view-image-mode): Make buffer read-only.
1266 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
1268         * textmodes/ispell.el (ispell-really-aspell): New defvar.
1269         (ispell-check-version): Set it.
1270         (ispell-send-replacement): New function.
1271         (ispell-process-line): Call ispell-send-replacement.
1273 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
1275         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1276         Support choosing seconds with "s".
1278 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
1280         * terminal.el (te-escape): Show `?' in prompt for help key.
1282 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
1284         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1286 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1288         * simple.el (next-error-follow-minor-mode)
1289         (next-error-follow-mode-post-command-hook): New functions.
1290         (next-error-follow-last-line): New defvar.
1292         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1293         * progmodes/compile.el (compilation-mode-map): Likewise.
1294         * progmodes/grep.el (grep-mode-map): Likewise.
1295         * replace.el (occur-mode-map): Likewise.
1297         * newcomment.el (uncomment-region): Bind comment-use-global-state
1298         to nil.
1300 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
1302         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
1303         locally around the call to `revert-buffer'.
1305 2004-09-03  Juri Linkov  <juri@jurta.org>
1307         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
1308         `isearch-adjusted' to `t'.
1309         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
1310         (isearch-message-prefix): Add "pending" for isearch-adjusted.
1311         (isearch-other-meta-char): Restore isearch-point unconditionally.
1312         (isearch-query-replace): Add new arg `regexp-flag' and use it.
1313         Set point to start of match if region is not active in transient
1314         mark mode (to include the current match to region boundaries).
1315         Push the search string to `query-replace-from-history-variable'.
1316         Add prompt "Query replace regexp" for isearch-regexp.
1317         Add region beginning/end as last arguments of `perform-replace.'
1318         (isearch-query-replace-regexp): Replace code by the call to
1319         `isearch-query-replace' with arg `t'.
1321 2004-09-03  Richard M. Stallman  <rms@gnu.org>
1323         * startup.el (normal-top-level): Undo previous TERM change.
1325 2004-09-03  Kim F. Storm  <storm@cua.dk>
1327         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
1328         highlight overlays; allow using RET when cursor is over a button.
1329         (cua--highlight-rectangle): Use it.
1330         (cua--rectangle-set-corners): Don't move backwards at eol.
1331         (cua--forward-line): Don't move into void after eob.
1333         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
1334         point is set (and displayed) inside rectangle.
1335         (cua--rectangle-operation): Fix for highlight of empty lines.
1336         (cua--highlight-rectangle): Fix highlight for tabs.
1337         Position cursor at left/right edge of rectangle using new `cursor'
1338         property on overlay strings.
1339         (cua--indent-rectangle): Don't tabify.
1340         (cua-rotate-rectangle): Ignore that point has moved.
1342 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1344         * term/mac-win.el: Add ASCII equivalents for some function keys.
1345         (mode-line-frame-identification): Sync with x-win.el.
1347 2004-09-02  Juri Linkov  <juri@jurta.org>
1349         * progmodes/compile.el (compilation-buffer-name): Compare major
1350         mode with second element of compilation-arguments instead of third
1351         to reflect latest changes in compilation-arguments structure.
1352         (recompile): Use global variable `compilation-directory' to get
1353         recent compilation directory only when `recompile' is invoked NOT
1354         in the compilation buffer.  Otherwise, use `default-directory' of
1355         the compilation buffer.
1356         (compilation-error-properties): Allow to funcall col and end-col.
1357         (compilation-mode-font-lock-keywords): Check col and end-col by
1358         `integerp'.
1359         (compilation-goto-locus): If end-mk is non-nil in transient mark
1360         mode don't activate the mark (and don't display message in
1361         push-mark), but highlight overlay between mk and end-mk.
1363         * progmodes/grep.el (grep-highlight-matches): New defcustom.
1364         (grep-regexp-alist): Add rule to highlight grep matches.
1365         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
1367         * info.el (Info-fontify-node): Don't compute other-tag
1368         if Info-hide-note-references=hide.
1370         * help.el (function-called-at-point):
1371         * help-fns.el (variable-at-point):
1372         Try `find-tag-default' when other methods failed.
1374         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1375         Do not push mark if inhibit-mark-movement is non-nil.
1377         * textmodes/ispell.el (ispell-html-skip-alists):
1378         Fix backslashes in docstring.
1380 2004-09-01  Juri Linkov  <juri@jurta.org>
1382         * isearch.el (isearch-wrap-function)
1383         (isearch-push-state-function): New defvars.
1384         (isearch-pop-fun-state): New defsubst.
1385         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
1386         (isearch-push-state): Set the result of calling
1387         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
1388         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
1389         restore the mode-specific starting point of terminated search.
1390         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
1391         (isearch-repeat): Call `isearch-wrap-function' if defined.
1392         (isearch-message-prefix): Don't add prefix "over" to the message
1393         for wrapped search if `isearch-wrap-function' is defined.
1394         (isearch-search): Call function saved in `isearch-pop-fun-state' to
1395         restore the mode-specific starting point of failed search.
1397         * info.el (Info-search-whitespace-regexp): Fix backslashes.
1398         (Info-search): Add new optional arguments for the sake of isearch.
1399         Replace whitespace in Info-search-whitespace-regexp literally.
1400         Add backward search.  Don't call `Info-select-node' if regexp is
1401         found in the same Info node.  Don't add node to Info-history for
1402         wrapped isearch.
1403         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
1404         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
1405         (Info-mode): Set local variables `isearch-search-fun-function',
1406         `isearch-wrap-function', `isearch-push-state-function',
1407         `search-whitespace-regexp'.
1409         * isearch.el: Remove ancient Change Log section.
1410         (isearch-string, isearch-message-string, isearch-point)
1411         (isearch-success, isearch-forward-flag, isearch-other-end)
1412         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1413         (isearch-barrier, isearch-within-brackets)
1414         (isearch-case-fold-search): Add suffix `-state' to state-related
1415         defsubsts to avoid name clashes with other function names.
1417         * simple.el (next-error): New defgroup and defface.
1418         (next-error-highlight, next-error-highlight-no-select):
1419         New defcustoms.
1420         (next-error-no-select): Let-bind next-error-highlight to the value
1421         of next-error-highlight-no-select before calling `next-error'.
1423         * progmodes/compile.el (compilation-goto-locus):
1424         Use `next-error' face instead of `region'.  Set 4-th argument of
1425         `move-overlay' to `current-buffer' to move overlay to different
1426         source buffers.  Use new variable `next-error-highlight'.
1428         * simple.el (next-error-find-buffer): Move the rule
1429         "if current buffer is a next-error capable buffer" after the
1430         rule "if next-error-last-buffer is set to a live buffer".
1431         Simplify to test all rules in one `or'.
1432         (next-error): Doc fix.
1433         (next-error, previous-error, first-error)
1434         (next-error-no-select, previous-error-no-select):
1435         Make arguments optional.
1437 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
1439         * macros.el (apply-macro-to-region-lines): Make it operate on all
1440         lines that begin in the region, rather than on all complete lines
1441         in the region.
1443 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1445         * x-dnd.el (x-dnd-protocol-alist): Document update.
1446         (x-dnd-known-types): Defcustom it.
1447         (x-dnd-handle-motif): Print message-atom in error message.
1449 2004-08-30  John Paul Wallington  <jpw@gnu.org>
1451         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
1452         strings rather than programatically constructing message.
1454 2004-08-30  Richard M. Stallman  <rms@gnu.org>
1456         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
1457         Don't return a string that would read as the wrong character code.
1459 2004-08-29  Kim F. Storm  <storm@cua.dk>
1461         * emulation/cua-base.el (cua-auto-expand-rectangles):
1462         Remove automatic rectangle padding feature; replace by non-destructive
1463         virtual rectangle edges feature.
1464         (cua-virtual-rectangle-edges): New defcustom.
1465         (cua-auto-tabify-rectangles): New defcustom.
1466         (cua-paste): If paste into a marked rectangle, insert rectangle at
1467         current column, even if virtual; also paste exactly as many lines
1468         as has been marked (ignore additional lines or add empty lines),
1469         but paste whole source if only one line is marked.
1470         (cua--update-indications): No longer use overwrite-cursor to
1471         indicate rectangle padding
1473         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
1474         (cua--rectangle-virtual-edges): New defun.
1475         (cua--rectangle-get-corners): Remove optional PAD arg.
1476         (cua--rectangle-set-corners): Never do padding.
1477         (cua--forward-line): Remove optional PAD arg.  Simplify.
1478         (cua-resize-rectangle-right, cua-resize-rectangle-left)
1479         (cua-resize-rectangle-down, cua-resize-rectangle-up):
1480         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1481         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1482         (cua--rectangle-move): Never do padding.  Simplify.
1483         (cua--tabify-start): New defun.
1484         (cua--rectangle-operation): Add tabify arg.  All callers changed.
1485         (cua--pad-rectangle): Remove.
1486         (cua--delete-rectangle): Handle delete with virtual edges.
1487         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1488         (cua--insert-rectangle): Handle insert at virtual column.
1489         Perform auto-tabify if necessary.
1490         (cua--activate-rectangle): Remove optional FORCE arg.
1491         Never do padding.  Simplify.
1492         (cua--highlight-rectangle): Enhance for virtual edges.
1493         (cua-toggle-rectangle-padding): Remove command.
1494         (cua-toggle-rectangle-virtual-edges): New command.
1495         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
1496         (cua--rectangle-post-command): Don't force rectangle padding.
1497         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
1499 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
1501         * indent.el (edit-tab-stops-buffer): Doc fix.
1503 2004-08-28  Richard M. Stallman  <rms@gnu.org>
1505         * progmodes/grep.el (grep-default-command): Use find-tag-default.
1506         (grep-tag-default): Function deleted.
1508         * subr.el (find-tag-default): Moved from etags.el.
1510         * progmodes/etags.el (find-tag-default): Moved to subr.el.
1512         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1513         into the basic character if it has an uppercase form.
1515 2004-08-27  Kenichi Handa  <handa@m17n.org>
1517         * international/utf-8.el (utf-8-post-read-conversion): If the
1518         buffer is unibyte, temporarily make it multibyte.
1520 2004-08-27  Masatake YAMATO  <jet@gyve.org>
1522         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1524 2004-08-25  John Paul Wallington  <jpw@gnu.org>
1526         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1527         0, 1, and many mismatches in message.
1528         (tex-start-shell): Use `set-process-query-on-exit-flag'.
1530         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1531         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1533 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1535         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1536         vc-diff-switches differently.
1538 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
1540         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1541         before and a real defvar after
1542         `speedbar-supported-extension-expressions'.  This is to silence
1543         the compiler without breaking bootstrapping.
1545 2004-08-22  Richard M. Stallman  <rms@gnu.org>
1547         * textmodes/flyspell.el (flyspell-word):
1548         Use set-process-query-on-exit-flag.
1549         (flyspell-highlight-duplicate-region): Take POSS as arg.
1550         (flyspell-word): Pass POSS as arg.
1552         * progmodes/ada-xref.el: Many doc and style fixes.
1553         (ada-find-any-references): Use compilation-start.
1554         (ada-get-ali-file-name): Improve error msg.
1555         (ada-get-ada-file-name): Likewise.
1557         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1558         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1560         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1561         Add forward defvar.
1563         * whitespace.el (global-whitespace-mode): New alias
1564         for whitespace-global-mode.
1566         * speedbar.el (speedbar-file-regexp): Definition moved up.
1567         (speedbar-mode, speedbar-set-mode-line-format):
1568         Use with-no-warnings.
1569         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1571         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1572         controls whether to display the error buffer.
1574         * ps-mule.el: Delete compatibility code for old Emacses.
1575         (ps-mule-find-wrappoint): Don't use chars-in-region.
1577         * frame.el (display-mouse-p, display-selections-p):
1578         Use with-no-warnings.
1580         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
1582 2004-08-22  David Kastrup  <dak@gnu.org>
1584         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
1585         information.
1587         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
1589 2004-08-22  Andreas Schwab  <schwab@suse.de>
1591         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
1593 2004-08-22  Masatake YAMATO  <jet@gyve.org>
1595         * cvs-status.el (cvs-status-checkout): New function.
1596         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
1598 2004-08-21  David Kastrup  <dak@gnu.org>
1600         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
1601         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
1602         has been converted to use hashtables, the relation `nil=none' is
1603         no longer valid, as `nil' is not a hashtable.  This patch tries to
1604         reduce the number of resulting errors.
1606 2004-08-21  John Paul Wallington  <jpw@gnu.org>
1608         * subr.el (process-kill-without-query): Made obsolete in
1609         version 21.4, not 21.5.
1611         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
1612         (vc-previous-comment, vc-next-comment)
1613         (vc-comment-search-reverse, vc-comment-search-forward)
1614         (vc-comment-to-change-log): Likewise.
1616         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
1618 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
1620         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1621         Correct indentation of DEFMETHODS with non-standard method
1622         combinations (e.g., PROGN, MIN, MAX).
1624 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * startup.el (normal-top-level-add-subdirs-to-load-path):
1627         Avoid unnecessarily checking system-type.
1628         (normal-top-level): Set TERM to "dumb".  Simplify.
1630         * avoid.el (mouse-avoidance-ignore-p): New fun.
1631         Also ignore switch-frame, select-window, double, and triple clicks.
1632         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
1633         (mouse-avoidance-fancy-hook): Use it.
1635 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
1637         * avoid.el (mouse-avoidance-nudge-mouse)
1638         (mouse-avoidance-banish-destination): Stay within the current window
1639         to avoid problems with mouse-autoselect-window.
1641 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1643         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
1644         the newer format of some messages in cvs-1.12.1.
1646 2004-08-19  Masatake YAMATO  <jet@gyve.org>
1648         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
1649         (elp-results-jump-to-definition-by-mouse)
1650         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
1651         (elp-output-result): Use elp-output-insert-symname.
1653 2004-08-18  Kenichi Handa  <handa@m17n.org>
1655         * language/cyrillic.el: Register koi8-r in
1656         ctext-non-standard-encodings-alist.
1657         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
1659 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
1661         * emacs-lisp/copyright.el (copyright-update-year): Delete code
1662         that replaces 20xy with xy.
1664 2004-08-17  John Paul Wallington  <jpw@gnu.org>
1666         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
1667         (reb-force-update): Doc fix.
1669 2004-08-16  Richard M. Stallman  <rms@gnu.org>
1671         * progmodes/which-func.el (which-func-update-1): Doc fix.
1673         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
1674         (sh-mode-abbrev-table): New variable.
1676         * progmodes/compile.el (compilation-mode): Doc fix.
1678         * emacs-lisp/lisp-mode.el (eval-last-sexp):
1679         Don't cons a new symbol each time.
1680         (eval-last-sexp-fake-value): New variable.
1682         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
1683         (copyright-update-year): Detect continuation of list of years.
1685         * term.el (term-default-fg-color, term-default-bg-color)
1686         (ansi-term-color-vector): Use `unspecified', not nil, as default.
1688         * imenu.el: Several doc fixes: don't say variables are buffer-local.
1690 2004-08-16  Davis Herring <herring@lanl.gov>
1692         * isearch.el (isearch-string, isearch-message-string, isearch-point)
1693         (isearch-success, isearch-forward-flag, isearch-other-end)
1694         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1695         (isearch-barrier, isearch-within-brackets)
1696         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
1698 2004-08-16  Kenichi Handa  <handa@m17n.org>
1700         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
1702 2004-08-15  Kenichi Handa  <handa@m17n.org>
1704         * term/x-win.el (x-selection-value): If utf8 was successful but
1705         ctext was not, use utf8 string.
1707 2004-08-14  Davis Herring  <herring@lanl.gov>
1709         * isearch.el: Remove accidental changes of March 4.  Fix backing
1710         up when a regexp isearch is made more general.  Use symbolic
1711         accessor functions for isearch stack frames to make usage clearer.
1712         (search-whitespace-regexp): Made groups in documentation shy (as
1713         is the group in the default value).
1714         (isearch-fallback): New function, addresses problems with regexps
1715         liberalized by `\|', adds support for liberalization by `\}' (the
1716         general repetition construct), and incorporates behavior for
1717         `*'/`?'.
1718         (isearch-}-char): New command, calls `isearch-fallback' with
1719         arguments appropriate to a typed `}'.
1720         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
1721         appropriately.
1722         (isearch-mode-map): Bind `}' to `isearch-}-char'.
1723         (isearch-string, isearch-message,string, isearch-point)
1724         (isearch-success, isearch-forward-flag, isearch-other-end)
1725         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1726         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
1727         New inline functions to read fields of a stack frame.
1729 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
1731         * battery.el (battery-linux-proc-acpi): Look into battery
1732         directories matching the literal string "CMB", too (required for
1733         Linux kernel version 2.6.7).
1735 2004-08-14  John Paul Wallington  <jpw@gnu.org>
1737         * cus-start.el (read-file-name-completion-ignore-case): Add.
1738         (blink-cursor-alist): Change version to "21.4".
1740         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1742 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
1744         * speedbar.el (speedbar-scan-subdirs): New option.
1745         (speedbar-file-lists): Don't ignore file-name case on Unix and use
1746         dolist.
1747         (speedbar-insert-files-at-point): Take an extra argument and use
1748         it to optionally find out if a subdir is empty.  Also unreadable
1749         files don't get expand buttons.
1750         (speedbar-directory): New image (unused pixmap already existed).
1751         (speedbar-expand-image-button-alist): Use it.
1753 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
1755         CC Mode update to 5.30.9:
1757         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1758         Move from cc-vars to cc-defs for dependency reasons.  Fix the
1759         POSIX char class test to check that it works in
1760         `skip-chars-(forward|backward)' too.
1762         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1763         first argument starts with a special brace list.
1765         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1766         when `c-opt-type-concat-key' is used (i.e. in Pike).
1768         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1769         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1770         >)".
1772         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1773         whitespace safe.
1775         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1776         position for `arglist-intro', `arglist-cont-nonempty' and
1777         `arglist-close' when there are two arglist open parens on the same
1778         line and there's nothing in front of the first.
1780         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1781         locking of qualified names in Java, which previously could fontify
1782         common indexing expressions in many cases.  The standard Java
1783         naming conventions are used to tell them apart.
1785         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1786         Fix inconsistency wrt opening parens on the first line inside a paren
1787         block.
1789         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1790         compile time for the sake of `c-major-mode-is'.
1792         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1793         `c-major-mode-is' in the event that this is used inside a
1794         `c-lang-defconst'.
1796         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1797         `c-lang-defconst' so that it works better with fallback languages.
1799         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1800         it to fail to record the base mode.
1802         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1803         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1804         is used.  Reordered the syntax checks to get more efficient
1805         skipping in some situations.
1807         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1808         continuation which might precede the newly inserted '{'.
1810         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1811         Fix cases where it could loop indefinitely.
1813         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1814         size specs correctly.  Only fontify identifiers in front of '('
1815         with as functions - don't accept any paren char.  Tightened up
1816         initializer skipping to stop before function and class blocks.
1818         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1819         the point could be left directly after an open paren when finding
1820         the beginning of the first decl in the block.
1822         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1823         table when filtering out legitimate open parens to be recorded.
1824         This could cause cache inconsistencies when e.g.
1825         `c++-template-syntax-table' was temporarily in use.
1827         * progmodes/cc-engine.el (c-on-identifier)
1828         (c-simple-skip-symbol-backward): Small fix for handling "-"
1829         correctly in `skip-chars-backward'.  Affected the operator lfun
1830         syntax in Pike.
1832         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1833         Fix bug that could cause an error from `after-change-functions' when
1834         the changed region is at bob.
1836 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
1838         CC Mode update to 5.30.9:
1840         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1841         to say that <TAB> doesn't insert WS into a CPP line.
1842         (c-indent-command, c-tab-always-indent): Amend doc strings.
1844         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1845         checks for user errors, thus eliminating cryptic and unhelpful
1846         Emacs error messages.  (1) Check the arg to `c-set-style' is a
1847         string.  (2) Check that settings to `c-offsets-alist' are not
1848         spuriously quoted.
1850         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1851         which precedes the newly inserted `{'.
1853 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
1855         Sync with Tramp 2.0.44.
1857         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1858         function "tramp_file_attributes".  Otherwise, file names
1859         containing spaces are misinterpreted.  Reported by Magnus Henoch
1860         <mange@freemail.hu>.
1861         (tramp-handle-file-truename): FILENAME must be expanded first.
1862         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1863         obscure results.  Reported by D. Goel <deego@gnufans.org>.
1864         (tramp-handle-verify-visited-file-modtime): If file does not
1865         exist, say it is not modified if and only if that agrees with the
1866         buffer's record.  Check whether a file is visiting the buffer, or
1867         the buffer has no recorded last modification time.  Return t in
1868         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
1869         <teirllm@auburn.edu>.
1870         (tramp-handle-write-region): Pass modtime explicitely to
1871         `set-visited-file-modtime', because filename can be different
1872         from (buffer-file-name) if `file-precious-flag' is set.
1873         `set-visited-file-modtime' must be called always when `visit' is t
1874         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1875         (tramp-handle-set-visited-file-modtime): If `time-list' is not
1876         nil, don't apply the whole body.  If the file doesn't exists, set
1877         modtime to '(-1 65535).  Suggested by Luc Teirlinck
1878         <teirllm@auburn.edu>.
1880 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1882         * help.el (describe-bindings): Doc fix.
1884         * subr.el (kbd): Doc fix.
1886 2004-08-08  John Paul Wallington  <jpw@gnu.org>
1888         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1889         instead of `string-to-int'.
1890         (define-ibuffer-column mode): Fix indentation.
1892 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
1894         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1896 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
1898         * subr.el (global-unset-key, local-unset-key): Doc fixes.
1900         * novice.el (disabled-command-function): New variable renamed from
1901         `disabled-command-hook'.
1902         (disabled-command-hook): Keep the _variable_ as alias for
1903         `disabled-command-function' and make obsolete.
1904         (disabled-command-function): Function renamed from
1905         `disabled-command-hook'.  Adapt code to name change of the variable.
1907 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
1909         * simple.el (completion-root-regexp): New defvar.
1910         (completion-setup-function): Use it instead of a literal string.
1912 2004-08-07  John Paul Wallington  <jpw@gnu.org>
1914         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1915         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1916         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1917         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1919 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1921         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1922         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1924 2004-08-04  Kenichi Handa  <handa@m17n.org>
1926         * international/encoded-kb.el (encoded-kbd-setup-keymap):
1927         Fix previous change.
1929 2004-08-03  Kenichi Handa  <handa@m17n.org>
1931         * international/encoded-kb.el: The following changes are to
1932         utilize key-translation-map instead of minor mode map.
1933         (encoded-kbd-iso2022-non-ascii-map): Delete it.
1934         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1935         (encoded-kbd-last-key): New function.
1936         (encoded-kbd-iso2022-single-shift): New function.
1937         (encoded-kbd-iso2022-designation)
1938         (encoded-kbd-self-insert-iso2022-7bit)
1939         (encoded-kbd-self-insert-iso2022-8bit)
1940         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1941         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1942         key-translation-map.
1943         (encoded-kbd-setup-keymap): Setup key-translation-map.
1944         (saved-key-translation-map): New variable.
1945         (encoded-kbd-mode): Save/restore key-translation-map.
1946         Adjust for the change of encoded-kbd-setup-keymap.
1948 2004-08-02  Kim F. Storm  <storm@cua.dk>
1950         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1951         and call compute-motion with nil for topos and width to get proper
1952         usable width and height for both window and non-window systems.
1954         * windmove.el (windmove-coordinates-of-position): Let compute-motion
1955         calculate usable window width and height.
1957         * window.el (window-buffer-height): Call compute-motion with nil width.
1959 2004-08-01  David Kastrup  <dak@gnu.org>
1961         * replace.el (query-replace-read-from):
1962         Use `query-replace-compile-replacement'.
1963         (query-replace-compile-replacement): New function.
1964         (query-replace-read-to): Use `query-replace-compile-replacement'
1965         for repeating the last command.
1967 2004-08-01  John Paul Wallington  <jpw@gnu.org>
1969         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1970         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1971         (pr-switches): Remove period from end of error messages.
1973         * help-mode.el (help-go-back): Likewise.
1975         * abbrev.el (only-global-abbrevs): Doc fix.
1976         (edit-abbrevs-map): Define within defvar.
1977         (quietly-read-abbrev-file): Doc fix.
1979 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
1981         * novice.el (enable-command, disable-command): Doc fixes.
1983         * subr.el (event-modifiers, event-basic-type): Doc fixes.
1985 2004-07-30  Richard M. Stallman  <rms@gnu.org>
1987         * subr.el (with-local-quit): Doc fix.
1989 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
1991         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1993 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
1995         * custom.el (defcustom): Doc fix.
1997 2004-07-28  Masatake YAMATO  <jet@gyve.org>
1999         * progmodes/etags.el (etags-tags-apropos): Show building progress.
2001 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * imenu.el (imenu-prev-index-position-function)
2004         (imenu-extract-index-name-function, imenu-name-lookup-function)
2005         (imenu--index-alist): Docstring redundancy fix.
2007 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
2009         * wdired.el (wdired-finish-edit): Require dired-aux before locally
2010         binding dired-backup-overwrite.
2012 2004-07-25  John Paul Wallington  <jpw@gnu.org>
2014         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2016 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2018         * term/tty-colors.el (tty-color-approximate): Doc fix.
2020         * select.el (x-get-selection, x-set-selection): Doc fixes.
2022         * frame.el (make-frame): Doc fix.
2024 2004-07-24  Richard M. Stallman  <rms@gnu.org>
2026         * mail/rmail.el (rmail-mime-charset-pattern):
2027         Don't include semicolon in the charset value.
2029         * replace.el (occur-next-error): Call set-window-point.
2030         (occur-engine): Handle negative NLINES.
2032 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
2034         * frame.el (modify-all-frames-parameters): Minor doc fix.
2035         (set-frame-configuration): Doc fix.
2037 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2039         * simple.el (completion-setup-function): Compute the common parts
2040         and the first difference place correctly when
2041         partial-completion-mode is on.
2043 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2045         * ps-print.el: Doc fix.
2046         (ps-print-version): New version 6.6.5.
2047         (ps-printing-region): Doc fix.
2048         (ps-generate-string-list): Comment fix.
2049         (ps-message-log-max): Code fix.
2051 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2053         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2054         generated PostScript.
2056 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
2058         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
2059         with Gnus v5_10 branch.)
2061 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2063         * calendar/time-date.el (time-to-number-of-days): New function.
2064         Imported from from Gnus.
2066 2004-07-22  Kim F. Storm  <storm@cua.dk>
2068         * progmodes/make-mode.el: Fix comments.
2070 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2072         * printing.el: Doc fix.
2074 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
2076         * frame.el (modify-all-frames-parameters): Minor doc fix.
2078 2004-07-20  Richard M. Stallman  <rms@gnu.org>
2080         * textmodes/fill.el (fill-nobreak-p): If this break point is
2081         at the end of the line, don't consider the newline which follows
2082         as a reason to return t.
2084 2004-07-19  John Paul Wallington  <jpw@gnu.org>
2086         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2088 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
2090         * dired-aux.el (dired-do-kill-lines): Expand docstring.
2091         Delete irrelevant code.
2093 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2095         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2096         New docstring.  From Luc Teirlinck.
2098 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
2100         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2101         section.
2102         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2103         non-file buffers.  We know it is nil.
2105 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2107         Sync with Tramp 2.0.43.
2109         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2110         Remove outdated comment.
2111         (tramp-locked, tramp-locker): New variables for implementing a
2112         global lock.
2113         (tramp-sh-file-name-handler): Use them to implement the global lock.
2115 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
2117         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
2118         calls to respective `xxx` calls.
2119         (tramp-process-alive-regexp): Precise doc string.
2120         (tramp-multi-action-process-alive): New defun.
2121         (tramp-multi-actions): Use it.
2122         (tramp-handle-find-backup-file-name): `copy-tree' is available
2123         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
2124         in order to avoid this function.
2125         (tramp-handle-write-region): Set current buffer.  If connection
2126         wasn't open, `file-modes' has changed it accidently.  Reported by
2127         David Kastrup <dak@gnu.org>.
2128         (tramp-enter-password, tramp-read-passwd): New arguments USER and
2129         HOST.
2130         (tramp-action-password, tramp-multi-action-password): Apply it.
2131         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2132         name must still contain the port number.  Otherwise, we have two
2133         Tramp buffers, with all the confusion.  Reported by Myron Selby
2134         <myron@xytech.com> and Rolf Dubitzky
2135         <Dubitzky@physi.uni-heidelberg.de>.
2137         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2138         HOST to `tramp-enter-passwd'.
2140         * net/tramp-vc.el (all): Code cleanup.  Change all
2141         `tramp-handle-xxx' calls to respective `xxx` calls.
2143 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
2145         * emacs-lisp/testcover.el: New category "potentially-1valued" for
2146         functions that are not erroneous if either 1-valued or
2147         multi-valued.  Detect functions in this class.
2148         (testcover-1value-functions, testcover-compose-functions)
2149         (testcover-progn-functions) Added some additional functions to lists.
2150         (testcover-mark): Bugfix when marking up the definition for an
2151         empty function.
2153 2004-07-17  Richard M. Stallman  <rms@gnu.org>
2155         * replace.el (occur-read-primary-args): Pass default to
2156         read-from-minibuffer.
2158         * mail/footnote.el (footnote-section-tag): Use defcustom.
2160         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2161         Compile font-lock-keywords, not KEYWORDS.
2162         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2163         Add warn, check-type.  Handle cerror like error.
2165 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2167         * progmodes/which-func.el (which-func-keymap): New var.
2168         (which-func-face): New face.
2169         (which-func-format): Use them.
2171 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2173         * buff-menu.el (list-buffers-noselect): Append the buffer's
2174         process status to its mode name.
2176 2004-07-16  Kim F. Storm  <storm@cua.dk>
2178         * simple.el (inhibit-mark-movement): New defvar.
2179         (beginning-of-buffer, end-of-buffer): Do not push mark if
2180         inhibit-mark-movement is non-nil or C-u prefix is given.
2182         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2183         Init to beginning-of-buffer and end-of-buffer.
2184         (cua--undo-push-mark): New defvar.
2185         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2186         already active and command is in cua--preserve-mark-commands.
2187         Also fix check for shift modifier on non-window systems.
2188         (cua--post-command-handler): Clear inhibit-mark-movement if set.
2190 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
2192         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2193         of two integers, instead of a cons.
2195         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2196         `visited-file-modtime' now returns a list of two integers, instead
2197         of a cons.
2199         * dired.el (dired-directory-changed-p): Ditto.
2201         * progmodes/grep.el (grep): Doc fix.
2203 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2205         * autorevert.el (auto-revert-tail-mode)
2206         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2207         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2208         in both at the same time.
2209         (auto-revert-tail-mode): New command.
2210         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2211         (auto-revert-handler): Revert only either tail or whole file.
2213         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2214         add auto-revert-tail-mode.
2216 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2218         * printing.el: Doc fix.  Change name of some funs.
2219         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
2220         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
2221         (pr-standard-file-name): New fun.  Replace pr-standard-path.
2222         (pr-call-process): Code fix.
2224 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
2226         * subr.el (with-selected-window): Doc fix.
2228 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2230         * subr.el (get-buffer-window-list): Doc fix.
2232 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2234         * files.el (switch-to-buffer-other-window): Doc fix.
2236         * window.el (save-selected-window, one-window-p)
2237         (split-window-keep-point, split-window-vertically)
2238         (split-window-horizontally): Doc fixes.
2240 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2242         * printing.el: Doc fix.  Now it uses call-process instead of
2243         shell-command for low command execution.
2244         (pr-version): New version number (6.8).
2245         (pr-shell-file-name): Option removed.
2246         (pr-shell-command): Fun removed.
2247         (pr-call-process): New fun.  Replace pr-shell-command.
2248         (pr-standard-path, pr-remove-nil-from-list): New funs.
2249         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2250         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2251         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2252         (pr-ps-utility-process, pr-txt-print): Code fix.
2254 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2256         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2257         boolean.
2259 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
2261         * wid-edit.el (widget-field-buffer): Doc fix.
2263 2004-07-09  John Paul Wallington  <jpw@gnu.org>
2265         * emacs-lisp/re-builder.el (reb-update-overlays):
2266         Distinguish between one and several matches in message.
2268 2004-07-09  Richard M. Stallman  <rms@gnu.org>
2270         * mouse.el (mouse-set-region-1): If transient-mark-mode
2271         is `identity', change it to `only'.
2273         * simple.el (current-word): Doc fix.
2275 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
2277         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2278         so that it is more understanding of whitespace.
2280         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2281         form
2282         (("ns" . "element") (attr-list) children) instead of
2283         ((:ns . "element") (attr-list) children) in order to reduce the
2284         number of symbols used.
2285         (xml-skip-dtd): Change to use xml-parse-dtd but set
2286         xml-validating-parsing to nil.
2287         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2288         (xml-substitute-entity): Remove in favor of new entity substitution.
2289         (xml-substitute-special): Rewrite in to substitute complex
2290         entities from DOCTYPE declarations.
2291         (xml-parse-fragment): Parse fragments from entity deleclarations.
2292         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2293         (xml-parse-dtd, xml-substitute-special): Make validity checks
2294         conditioned on xml-validating-parser.  Add "Not Well Formed" to
2295         error messages about well-formedness.
2297 2004-07-08  Steven Tamm  <steventamm@mac.com>
2299         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2300         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2301         Do not treat double clicks and triple clicks specially in the
2302         scroll bar (preventing strange repositioning problems)
2304 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * replace.el (query-replace-regexp-eval): Fix last change.
2308 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * replace.el (query-replace-descr): New fun.
2311         (query-replace-read-from, query-replace-read-args): Default to the
2312         previous from&to.
2313         (query-replace-read-to): Quote the `from' string when displaying it.
2314         (query-replace-regexp-eval): Immediately check read-only status.
2315         Use query-replace-read-from to get the \n checking.
2316         Quote the `from' string when displaying it.
2317         (map-query-replace-regexp, occur-read-primary-args):
2318         Quote the `from' string when displaying it.
2320         * isearch.el (isearch-query-replace): Pass the regexp-ness and
2321         delimited-ness of the search to query-replace.
2323         * replace.el (query-replace-read-from, query-replace-read-to):
2324         New funs extracted from query-replace-read-args.
2325         (query-replace-read-args): Use them.
2327         * replace.el (query-replace-interactive, query-replace-read-args):
2328         Remove the `initial' special value.
2329         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
2330         (occur-engine): Remove unused var `matchend'.
2332         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2333         Use the search string without prompting.
2335 2004-07-05  Kenichi Handa  <handa@m17n.org>
2337         * international/mule.el (decode-coding-inserted-region):
2338         Set last-coding-system-used only when coding is nil.
2340 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
2342         * progmodes/grep.el (grep-compute-defaults, grep-command)
2343         (grep-program, find-program, grep-find-use-xargs, grep-history)
2344         (grep-find-history, grep-tag-default, grep-find-command)
2345         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
2346         Add autoload cookies, for unbundled packages that load `compile'
2347         and expect all grep-related symbols to become defined.
2349 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
2351         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
2352         (iimage-mode-image-search-path): New user option to search the
2353         image file.
2354         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
2355         have locate-file.
2356         (iimage-mode-buffer): Use it.
2358 2004-07-03  Nick Roberts  <nickrob@gnu.org>
2360         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
2361         carefully.
2362         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2364 2004-07-03  Juri Linkov  <juri@jurta.org>
2366         * replace.el (query-replace-read-args): Swallow space after 'foo,
2367         not after (quote foo).  Match space only immediately after symbol,
2368         not anywhere in the whole string.
2370 2004-07-02  Richard M. Stallman  <rms@gnu.org>
2372         * replace.el (query-replace-read-args): Swallow space after
2373         symbols, not after closeparens.  But avoid error if string ends there.
2375         * progmodes/python.el (python-beginning-of-statement):
2376         Exit the loop if backward-up-list gets error.
2378         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
2380 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
2382         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
2383         only if vc-consult-headers is non-nil.
2385 2004-07-02  Juri Linkov  <juri@jurta.org>
2387         * pcvs.el (cvs-mode-diff-repository): New command.
2389         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
2391 2004-07-01  Juri Linkov  <juri@jurta.org>
2393         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
2394         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
2395         C-M-% to isearch-query-replace-regexp.
2396         (minibuffer-local-isearch-map): Add arrow key bindings.
2397         Bind C-f to isearch-yank-char-in-minibuffer.
2398         (isearch-forward): Doc fix.
2399         (isearch-edit-string): Doc fix.
2400         (isearch-query-replace, isearch-query-replace-regexp): New funs.
2401         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
2402         (isearch-yank-char): Add optional arg.
2403         (isearch-yank-char-in-minibuffer): New fun.
2405         * replace.el (query-replace-interactive): Change type from boolean
2406         to choice.  Add value `initial'.
2407         (query-replace-read-args): Handle value `initial' of
2408         query-replace-interactive.
2410 2004-06-29  Kim F. Storm  <storm@cua.dk>
2412         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
2413         (breakpoint-disabled-bitmap-face): Add :group 'gud.
2415         * progmodes/ada-xref.el (ada-tight-gvd-integration):
2416         Add :group 'ada.
2418         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
2420 2004-06-29  Juri Linkov  <juri@jurta.org>
2422         * replace.el (query-replace-read-args): Swallow a space after
2423         everything except )]" which in most cases means after a symbol.
2425         * emacs-lisp/pp.el (pp-buffer): Add autoload.
2427 2004-06-28  Richard M. Stallman  <rms@gnu.org>
2429         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2430         More changes to go with previous change in font-lock.el.
2432 2004-06-26  David Kastrup  <dak@gnu.org>
2434         * replace.el (perform-replace): Highlight the match even in
2435         non-query mode if there is potential replace string editing.
2437 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
2439         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
2440         agree with new return value of `file-remote-p'.
2441         This syncs with Tramp 2.0.42.
2443         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
2444         according to new documentation of `file-remote-p'.
2446         * files.el (file-remote-p): Fix doc to say that return value is
2447         identification of remote system, if not nil.
2448         (file-relative-name): Use new return value of `file-remote-p'.
2450 2004-06-26  Nick Roberts  <nickrob@gnu.org>
2452         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
2453         (gdb-goto-breakpoint): Fix breakage.
2455 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
2457         * man.el (Man-getpage-in-background): Add windows-nt to the list
2458         of systems where shell-file-name should be used instead of
2459         literal "sh".
2461 2004-06-25  Sam Steingold  <sds@gnu.org>
2463         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
2464         function names `(setf symbol)'.
2466 2004-06-24  Richard M. Stallman  <rms@gnu.org>
2468         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
2470         * font-lock.el (font-lock-keywords): Change format of compiled values.
2471         Document it.
2472         (font-lock-add-keywords): If font-lock-keywords is compiled,
2473         extract the uncompiled version, modify, then recompile.
2474         (font-lock-remove-keywords): Likewise.
2475         (font-lock-fontify-keywords-region): Handle changed format.
2476         (font-lock-compile-keywords): Handle changed format.
2477         (font-lock-set-defaults): Compile the keywords explicitly here.
2479 2004-06-24  David Kastrup  <dak@gnu.org>
2481         * replace.el (query-replace-read-args): Implement `\,' and `\#'
2482         replacements here.
2483         (query-replace-regexp): Doc string explaining this and the new
2484         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
2485         is better placed in `query-replace-read-args'.
2486         (replace-regexp): Explain `\,', `\#' and `\?'.
2487         (replace-match-data): New function for thorough reuse/destruction
2488         of old match-data.
2489         (replace-match-maybe-edit): Function for implementing `\?' editing.
2490         (perform-replace): Fix maintaining of the match stack including
2491         already matched regions, implement `\?', fix various problems
2492         with regions while editing and other stuff.
2493         (replace-highlight): Simplify.
2495 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
2497         * progmodes/grep.el (grep-error-screen-columns): New variable.
2498         (grep-regexp-alist): Give it the full functionality of gnu style
2499         compilation messages with line and column ranges.  Ask me for the
2500         perl script I'm working on, that uses these.
2502 2004-06-23  Nick Roberts  <nickrob@gnu.org>
2504         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
2505         Remove.
2506         (comint-insert-input, comint-mouse-insert-input): New functions
2507         based on comint-insert-clicked-input for two bindings but just
2508         one functionality.
2510 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2512         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2514 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
2516         * files.el (write-contents-functions): Doc fix.
2518 2004-06-21  Juanma Barranquero  <lektu@terra.es>
2520         * image.el (image-library-alist): Rewrite docstring in active voice.
2522 2004-06-20  Richard M. Stallman  <rms@gnu.org>
2524         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2526         * isearch.el (isearch-repeat): Avoid testing old match data.
2527         (isearch-message): Display trailing space in special font
2528         when search is failing.
2529         (isearch-search-fun-function): Doc fix.
2531         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2533 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2535         * frame.el (show-trailing-whitespace): Doc fix.
2537         * cus-edit.el (custom-variable-documentation): New function.
2538         (custom-variable): Use it.
2540 2004-06-19  Nick Roberts  <nickrob@gnu.org>
2542         * man.el (Man-getpage-in-background): Revert previous change but
2543         make cygwin a special case.
2545 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
2547         * autorevert.el (global-auto-revert-non-file-buffers):
2548         Update docstring.
2550 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
2552         * progmodes/compile.el (compilation-error-properties): Store one
2553         more than end-col, if present, so that transient-mark-mode will
2554         highlight last char too.
2555         * progmodes/grep.el (grep-regexp-alist): Match columns and column
2556         ranges, if present.
2558 2004-06-18  Jason Rumney  <jasonr@gnu.org>
2560         * makefile.w32-in: Double percent signs in for loops.
2562 2004-06-17  David Kastrup  <dak@gnu.org>
2564         * replace.el (query-replace-read-args): Only warn about use of \n
2565         and \t when we are doing a regexp replacement and the actual
2566         escaped character is n or t.
2567         (query-replace-regexp): Add \, and \# interpretation to
2568         interactive call and document it.
2569         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2570         as shortkey for replace-count.
2571         (replace-quote): New function for doubling backslashes.
2573 2004-06-17  Juanma Barranquero  <lektu@terra.es>
2575         * files.el (parse-colon-path, cd): Mention in docstring that the
2576         path separator is colon in GNU-like systems.
2578         * newcomment.el (comment-region-internal): Fix docstring.
2580         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
2581         (ewoc-invalidate, ewoc-collect): Doc fixes.
2582         (ewoc--create-node, ewoc--delete-node-internal):
2583         Fix typos in docstring.
2585 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
2587         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
2588         manual to docstring.
2590 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2592         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
2594 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
2596         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2597         Add hyperlink to emacs-xtra manual to docstring.
2599         * autorevert.el (global-auto-revert-non-file-buffers):
2600         Add hyperlink to emacs-xtra manual to docstring, as well as an
2601         info-link.
2603 2004-06-14  Juanma Barranquero  <lektu@terra.es>
2605         * image.el (image-library-alist): New variable to map image types
2606         to external libraries.  Initialized to nil, unless system-specific
2607         configs change it.
2608         (image-type-available-p): Determine whether an image type is
2609         available by calling `init-image-library'.
2611         * term/w32-win.el (image-library-alist): Initialize to a known set
2612         of probable library names.
2614 2004-06-14  Kenichi Handa  <handa@m17n.org>
2616         * international/code-pages.el (windows-1256, cp1125): Fix tables
2617         for several characters.
2619         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
2621 2004-06-13  Richard M. Stallman  <rms@gnu.org>
2623         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
2625         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
2626         not "`pc-selection-mode'".
2628         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
2630         * simple.el (previous-matching-history-element): Specify a default.
2632         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
2634         * cus-face.el (custom-declare-face): Simplify code.
2636         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2638 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2640         * files.el (before-save-hook): Add `time-stamp' to the options.
2642         * time-stamp.el (time-stamp): Recommend adding it to
2643         `before-save-hook', rather than `write-file-functions'.
2644         Make a similar change in `Commentary' section.
2646 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
2648         * diff-mode.el (diff-current-defun): If at start of hunk, use
2649         position of first change.
2651 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
2653         * dired-x.el (dired-mark-omitted): Bind to "*O".
2655 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
2657         * bookmark.el (bookmark-bmenu-relocate): New function, as
2658         suggested by David J. Biesack <David.Biesack@sas.com>.
2659         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
2660         (bookmark-bmenu-mode): Describe binding in doc string.
2661         (bookmark-set-filename): Save the bookmark list if it's time.
2663 2004-06-13  Kenichi Handa  <handa@m17n.org>
2665         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
2666         (ccl-untranslated-to-ucs): Fix typo.
2668 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
2670         * progmodes/python.el (python-open-block-statement-p):
2671         Fix indentation after a block opening that contains a comment.
2673 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
2675         * bindings.el (completion-ignored-extensions): Add file extensions
2676         of Python byte-compiled files.
2678 2004-06-12  Juri Linkov  <juri@jurta.org>
2680         * info.el (Info-goto-node): Add autoload.
2681         (Info-toc): Add substring-no-properties on Info file name.
2682         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
2683         (Info-mode-map): Bind L to Info-history, T to Info-toc.
2685 2004-06-12  Kenichi Handa  <handa@m17n.org>
2687         * international/mule-cmds.el (set-language-environment):
2688         Load subst tables if necessary.
2690         * international/mule.el (decode-char): Load subst tables if necessary.
2691         (encode-char): Likewise.
2693         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
2694         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
2695         (utf-16le-decode-loop): Set r5 to -1 before loop.
2696         (utf-16be-decode-loop): Likewise.
2697         (ccl-decode-mule-utf-16le): Add EOF processing block.
2698         (ccl-decode-mule-utf-16be): Likewise.
2699         (ccl-decode-mule-utf-16le-with-signature): Likewise.
2700         (ccl-decode-mule-utf-16be-with-signature): Likewise.
2701         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
2702         (ccl-mule-utf-16-encode-untrans): New CCL.
2703         (utf-16-decode-to-ucs): Handle pre-read character.
2704         (utf-16le-encode-loop): Handle surrogate pair.
2705         (utf-16be-encode-loop): Likewise.
2706         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
2707         of utf-16le-encode-loop.
2708         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
2709         of utf-16be-encode-loop.
2710         (mule-utf-16-post-read-conversion):
2711         Call utf-8-post-read-conversion at first.
2712         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
2713         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
2714         Add post-read-conversion and pre-write-conversion.
2716         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
2717         (utf-translate-cjk-unicode-range): New variable.
2718         (utf-translate-cjk-load-tables): New function.
2719         (utf-lookup-subst-table-for-decode): New function.
2720         (utf-lookup-subst-table-for-encode): New function.
2721         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
2722         tables here.  Update safe-charsets of utf-* coding systems.
2723         (ccl-mule-utf-untrans): New CCL.
2724         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
2725         at end of each branch.
2726         (ccl-mule-utf-8-encode-untrans): New CCL.
2727         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
2728         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
2729         length of encoding.  Don't return r0.
2730         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
2731         (utf-8-post-read-conversion): Narrow to region properly.
2732         If utf-translate-cjk-mode is on, load tables if necessary.
2733         Call utf-8-compose with hash-table arg if necessary.
2734         Call XXX-compose-region instead of XXX-post-read-convesion.
2735         (utf-8-pre-write-conversion): New function.
2736         (mule-utf-8): Include CJK charsets in safe-charsets if
2737         utf-translate-cjk-mode is on.  Add pre-write-conversion.
2739         * international/characters.el: Temporarily set
2740         utf-translate-cjk-mode to nil.
2742         * language/devan-util.el (devanagari-compose-region):
2743         Add autoload cookie.
2745         * international/ccl.el (ccl-dump-call): Fix printing the
2746         subroutine name.
2748 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2750         * dired.el (dired-revert): If buffer is marked unmodified before
2751         reverting, keep it marked unmodified.
2752         Adapt to new conventions for commenting out code.
2753         (dired-make-relative): Adapt to new conventions for commenting out code.
2755 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
2757         * eshell/esh-module.el (eshell-load-defgroups):
2758         Bind `vc-handled-backends' to nil when opening files.
2760 2004-06-11  Juanma Barranquero  <lektu@terra.es>
2762         * files.el (parse-colon-path, cd): Doc fixes (refer to
2763         `path-separator', not colon).
2765 2004-06-10  Juanma Barranquero  <lektu@terra.es>
2767         * newcomment.el (comment-search-forward)
2768         (comment-search-backward): Fix typos in docstring.
2769         (comment-region): Doc fix.
2771 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2773         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2774         switch is no longer stored in `dired-switches-alist'.
2776         * dired-aux.el (dired-insert-subdir): Do not store R switch in
2777         `dired-switches-alist'.
2779 2004-06-10  Kim F. Storm  <storm@cua.dk>
2781         * pcvs.el (cvs-mode-diff-yesterday): New command.
2783         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2785 2004-06-10  Juri Linkov  <juri@jurta.org>
2787         * emacs-lisp/edebug.el (edebug-eval-defun):
2788         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2789         Fix docstring.
2791         * simple.el (eval-expression-print-format): Don't print additional
2792         information on the first call to `eval-print-last-sexp'.
2793         (next-error-find-buffer): Fix punctuation.
2794         (killing) <defgroup>: Fix punctuation.
2795         (yank-excluded-properties): Change group from editing to killing.
2797         * replace.el (perform-replace): Use `limit' to terminate the
2798         while-loop explicitly.
2800 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2802         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2803         Use lc-*.xpm as prefix instead of *-locol.xpm.
2805         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2806         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2807         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2808         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2809         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2810         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2811         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2812         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2813         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2814         * toolbar/lc-up_arrow.xpm:
2815         Renamed from *-locol.xpm.
2817 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
2819         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2820         include forms like &<str>; as valid url patterns.
2822 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
2824         * dired.el (dired-diff, dired-backup-diff)
2825         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2826         (dired-do-chown, dired-do-touch, dired-do-print)
2827         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2828         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2829         (dired-create-directory, dired-do-copy, dired-do-symlink)
2830         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2831         (dired-do-copy-regexp, dired-do-hardlink-regexp)
2832         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2833         (dired-maybe-insert-subdir, dired-next-subdir)
2834         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2835         (dired-kill-subdir, dired-tree-up, dired-tree-down)
2836         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2837         (dired-run-shell-command, dired-query): Remove redundant,
2838         or incorrect, autoloads.
2840         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2841         does not end in a slash.  Add optional argument KILL-ROOT.
2842         Update docstring.
2843         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2844         (dired-query): Add autoloads.
2846 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
2848         * progmodes/compile.el (compilation-set-window-height):
2849         Rearrange the save-* functions because a buffer can have several current
2850         point in different windows.
2851         (compilation-error-regexp-alist-alist): Recognize {standard input}
2852         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2854 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2856         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2857         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2858         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2859         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2860         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2861         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2862         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2863         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2864         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2865         * toolbar/up_arrow-locol.xpm:
2866         New versions of icons that uses fewer colors.
2868         * toolbar/tool-bar.el (tool-bar-local-item)
2869         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2870         if display-color-cells is 256 or less.
2872 2004-06-08  Kim F. Storm  <storm@cua.dk>
2874         * wid-edit.el (widget-specify-button): Use hand pointer rather
2875         than mouse-face as visible mouse-over effect.
2877 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
2879         * saveplace.el (save-place-alist-to-file): Bind `print-length'
2880         and `print-level' to nil when writing out `save-place-alist'.
2881         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2883 2004-06-07  Juanma Barranquero  <lektu@terra.es>
2885         * completion.el (completion-kill-region): Doc fix.
2887         * format.el (format-insert-annotations)
2888         (format-annotate-location): Doc fixes.
2889         (format-subtract-regions): Make arguments match their use in docstring.
2891         * simple.el (kill-region): Doc fix.
2893         * subr.el (insert-buffer-substring-no-properties)
2894         (insert-buffer-substring-as-yank): Doc fixes.
2896 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
2898         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2899         Update docstring.
2900         (dired-reset-subdir-switches): New function.
2902         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2903         Limit scope of `buffer-read-only' binding.
2905 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
2907         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2908         eshell-explicit-command-char.
2910 2004-06-06  Juanma Barranquero  <lektu@terra.es>
2912         * help-fns.el (help-argument-name): Inherit from italic face only
2913         if the frame supports it.
2915 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2917         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2918         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2919         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2920         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2921         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2922         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2923         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2924         New conversions from xpm files.
2926         * toolbar/README: New file.
2928 2004-06-06  Richard M. Stallman  <rms@gnu.org>
2930         * isearch.el (isearch-mode-map): Undo previous change.
2932 2004-06-05  Juri Linkov  <juri@jurta.org>
2934         * bindings.el (debug-ignored-errors): Add regexps for history
2935         related messages.  Remove $ from "No further undo information".
2936         Move Ediff's messages to ediff.el.
2938         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2940         * cus-edit.el (custom-display): Add `min-colors'.
2942         * custom.el (defface): Add `supports' to docstring.
2944         * help-fns.el (help-argument-name): Add :group 'help.
2946 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
2948         * find-dired.el (find-ls-subdir-switches): New user option.
2949         (find-dired): No longer call `abbreviate-file-name' on DIR.
2950         Set `dired-subdir-switches' buffer-locally.
2952         * locate.el: Merge the two `Commentary' sections.
2953         (locate-ls-subdir-switches): New user option.
2954         (locate): Update for other changes.
2955         (locate-mode-map): Restore Dired binding for mouse-2.
2956         Bind `locate-mouse-view-file' to M-mouse-2.
2957         Bind `l' to `locate-do-redisplay'.
2958         (locate-main-listing-line-p, locate-do-redisplay): New functions.
2959         (locate-mouse-view-file, locate-tags, locate-find-directory):
2960         Print message if used outside main listing.
2961         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
2962         Various changes to support inserted subdirectories.
2963         (locate-insert-header): Change header of *Locate* buffer.
2965         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2966         Change interactive default switches.
2967         (dired-rename-subdir-2): Update `dired-switches-alist'.
2968         (dired-insert-subdir, dired-kill-subdir):
2969         Handle `dired-switches-alist'.  Do not mark buffer modified.
2970         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2971         (dired-insert-subdir-doinsert): Omit messages.
2972         Handle `dired-subdir-switches'.
2973         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2975         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2976         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2977         subdirs if -R switch is used for a subdir.
2978         (dired-mode): Set `dired-switches-alist'.
2979         (dired-build-subdir-alist): Only print number of directories in
2980         echo area when invoked interactively.
2982 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
2984         * dired-x.el (dired-omit-mode): Rename from
2985         dired-omit-files-p.  Use define-minor-mode to define it.
2986         (dired-omit-files-p): Add as alias for dired-omit-mode.
2987         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
2988         dired-mark-omitted.
2989         (dired-mark-omitted): Add.  Bind to M-O.
2991 2004-06-05  Kenichi Handa  <handa@m17n.org>
2993         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2995 2004-06-05  Juanma Barranquero  <lektu@terra.es>
2997         * help-fns.el (help-argument-name): Reintroduce face.
2998         (help-default-arg-highlight): Use it, now that
2999         `face-differs-from-default-p' can be trusted.
3001 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3003         * textmodes/table.el: Sentence commands added to Point Motion
3004         group; kill and backward-kill commands added to Extraction group.
3006 2004-06-04  Mario Lang  <mlang@delysid.org>
3008         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3009         systems appear to use mW, make the code handle this.  Fix a
3010         division-by-zero bug while at it, and handle kernels with
3011         a slightly different layout in /proc/acpi.
3013 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
3015         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3016         because the latter is a CL-ism.  This fixes the bug reported by
3017         Shawn Boyette <mdxi@collapsar.net> in
3018         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3020 2004-06-04  Miles Bader  <miles@gnu.org>
3022         * faces.el (display-supports-face-attributes-p): Function moved to
3023         C code.  Previously only the tty-related portion of this function
3024         was done in C; however the previous attempt to do a halfway-proper
3025         job for non-tty displays in lisp didn't work properly because of
3026         funny conditions during Emacs startup.
3027         (face-differs-from-default-p): Simplify, now that
3028         display-supports-face-attributes-p works properly on all display
3029         types.  Remove :stipple from comparison; it doesn't really work
3030         in emacs anyway.
3032 2004-06-04  Miles Bader  <miles@gnu.org>
3034         * faces.el (face-differs-from-default-p): Use a different
3035         implementation, so we can really check whether FACE displays
3036         differently or not.
3038 2004-06-04  Miles Bader  <miles@gnu.org>
3040         * faces.el (display-supports-face-attributes-p): Implement a
3041         `different from default' check for non-tty displays.
3043 2004-06-03  David Kastrup  <dak@gnu.org>
3045         * woman.el (woman-mapcan): More concise code.
3046         (woman-topic-all-completions, woman-topic-all-completions-1)
3047         (woman-topic-all-completions-merge): Replace by a simpler and
3048         much faster implementation based on O(n log n) sort/merge instead
3049         of the old O(n^2) behavior.
3051 2004-06-03  Miles Bader  <miles@gnu.org>
3053         * subr.el (read-number): Use canonical format for default in prompt.
3055         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3056         Add regexp for " [...]" style defaults.
3058 2004-06-02  Romain Francoise  <romain@orebokech.com>
3060         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3061         groups: if the user asks for a hidden buffer, open the
3062         corresponding filter group to expose it.
3064         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3065         `ibuffer-jump-to-buffer'.
3066         (ibuffer-jump-offer-only-visible-buffers): New user option.
3068 2004-06-02  Juanma Barranquero  <lektu@terra.es>
3070         * faces.el (frame-update-faces): Add empty docstring so the one
3071         for `ignore' doesn't show through.
3073         * subr.el (process-kill-without-query): Remove spurious "\n" on
3074         obsolescence string.
3075         (focus-frame, unfocus-frame): Add obsolescence declaration and
3076         empty docstring.
3078         * international/mule.el (register-char-codings): Make alias for
3079         `ignore'.  Move docstring to obsolescence info and remove redundancy.
3081 2004-06-02  Kim F. Storm  <storm@cua.dk>
3083         * frame.el (blink-cursor-start): Turn cursor off initially so blink
3084         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3086 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3088         * comint.el (comint-replace-by-expanded-history-before-point):
3089         Obey `start' as the docstring says.
3090         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3091         (comint-update-fence): Prevent font-lock from running unnecessarily.
3092         (comint-dynamic-list-completions): Use with-current-buffer.
3094 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3096         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3097         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3098         (bibtex-entry-update): Handle alternatives and optional fields.
3099         (bibtex-parse-entry): Bugfix, handle empty key.
3101 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * vc-arch.el (vc-arch-state): Don't assume the file exists.
3105 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
3107         * desktop.el (desktop-save): Don't save minor modes without a
3108         known mode initialization function.
3110 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
3112         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3114         * autorevert.el: Update `Commentary' section.
3116 2004-05-30  Juanma Barranquero  <lektu@terra.es>
3118         * dos-fns.el (convert-standard-filename):
3119         * files.el (convert-standard-filename):
3120         * w32-fns.el (convert-standard-filename):
3121         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3123 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
3125         Sync with Tramp.
3127         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3128         (tramp-let-maybe): Move to an earlier spot in the file.
3129         Patch by Andreas Schwab.
3131 2004-05-30  Andreas Schwab  <schwab@suse.de>
3133         * dired.el (dired-get-filename): Don't use dired-re-dot.
3135 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3137         * files.el (find-file): Doc fix.
3139         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3141 2004-05-30  Nick Roberts  <nickrob@gnu.org>
3143         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3144         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3145         modeline of the locals buffer.
3146         (gdb-goto-breakpoint): Handle gdbmi.
3147         (gdb-get-frame-number): Change for gdbmi.
3149 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3151         * files.el (file-remote-p): Apply file name handler for operation
3152         `file-remote-p'.  It isn' a property any longer.
3153         (file-relative-name): `fh' and `fd' get the required value via
3154         `find-file-name-handler' already.
3156         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3157         (top): Remove setting of `file-remote-p' property for
3158         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
3160 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
3162         Version 2.0.41 of Tramp released.
3164         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3165         Throw away if process has died.
3166         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3167         (tramp-out-of-band-prompt-regexp): Rename to
3168         `tramp-process-alive-regexp', because its usage is widen.
3169         (tramp-actions-copy-out-of-band): Apply it.
3170         (tramp-actions-before-shell, tramp-multi-actions):
3171         Add `tramp-action-process-alive' action.
3172         (tramp-action-process-alive): New defun.
3173         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3174         Add entry for `file-remote-p'.
3175         (tramp-handle-file-remote-p): New defun.
3176         (top): Remove setting of `file-remote-p'.  Don't set
3177         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3179         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3180         `file-remote-p'.
3182         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3183         counted for (last) line.  [They should or they shouldn't?  --Stef]
3184         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3186 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3188         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3189         not really necessary but seems to keep the shell history smaller
3190         in some cases.  It is no substitute for setting HISTFILE and
3191         HISTSIZE from tramp-open-connection-setup-interactive-shell,
3192         though.  Suggested by Luc Teirlinck.
3193         (tramp-open-connection-setup-interactive-shell): Export variables
3194         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
3195         (tramp-set-process-query-on-exit-flag): New compat function.
3196         (tramp-open-connection-multi, tramp-open-connection-su)
3197         (tramp-open-connection-rsh, tramp-open-connection-telnet)
3198         (tramp-do-copy-or-rename-file-out-of-band): Use it.
3199         (tramp-let-maybe): New macro, let-binds a variable only if it
3200         isn't obsolete.
3201         (tramp-check-ls-commands, tramp-handle-expand-file-name)
3202         (tramp-handle-file-truename): Use it.
3203         (tramp-completion-file-name-regexp-unified): Avoid matching
3204         filenames starting with "/:" -- those are reserved for
3205         file-name-non-special.
3207         * tramp-smb.el (tramp-smb-open-connection):
3208         Use tramp-set-process-query-on-exit-flag compat function.
3210 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3212         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3214         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3215         (eval-last-sexp-print-value): Print char equivalent regardless
3216         of standard-output value.
3218         * thumbs.el (thumbs-subst-char-in-string): Delete.
3219         (thumbs-thumbname): Use subst-char-in-string.
3220         (thumbs-resize-image): Use condition-case, not ignore-errors.
3221         (thumbs-kill-buffer): Likewise.
3223         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
3224         (thumbs-mode): Make buffer read-only.
3225         (thumbs-make-thumb): Unconditionally accept an existing file.
3226         (thumbs-insert-thumb): Add thumb-image-file property to the image.
3227         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3228         (thumbs-show-thumbs-list): Error if images not supported.
3229         (thumbs-save-current-image): Improve prompt string.
3230         (thumbs-mode-map): Define u, R, x.
3231         (thumbs-unmark): New command.
3232         (thumbs-emboss-image): Minor cleanup.
3233         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3234         (thumbs-rename-images): New command.
3235         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
3237         * thumbs.el (thumbs-current-image): New function.
3238         (thumbs-file-list, thumbs-file-alist): New functions.
3239         (thumbs-find-image): Delete arg L.
3240         Don't set up thumbs-fileL as buffer-local global var.
3241         (thumbs-find-image-at-point): Use thumbs-current-image.
3242         (thumbs-set-image-at-point-to-root-window): Likewise.
3243         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3244         Record and warn about errors.  Update thumbs-markedL for deletions.
3245         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3246         (thumbs-redraw-buffer): Use thumbs-file-list.
3247         (thumbs-mark): Use thumbs-current-image.
3248         (thumbs-show-name): Use thumbs-current-image.
3250         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3251         and imenu--last-menubar-index-alist.
3253         * subr.el (with-selected-window): Undo previous change.
3255 2004-05-29  John Paul Wallington  <jpw@gnu.org>
3257         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3258         (thumbs-mouse-find-image): New command.
3259         (thumbs-mode-map): Bind it to mouse-2.
3260         (thumbs-mode): Make mode-class special.
3261         (thumbs-view-image-mode): Likewise.
3263 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
3265         * flymake.el: New file.
3267 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
3269         * files.el (find-file-noselect-1): Do not bind
3270         `inhibit-read-only' to t during execution of
3271         `find-file-not-found-functions'.
3273 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3276         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3278 2004-05-28  Juri Linkov  <juri@jurta.org>
3280         * simple.el (eval-expression-print-format): New fun.
3282         * simple.el (eval-expression):
3283         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3284         * emacs-lisp/edebug.el (edebug-compute-previous-result)
3285         (edebug-eval-expression): Print additionally the value returned by
3286         `eval-expression-print-format'.
3288         * emacs-lisp/lisp.el (insert-pair-alist): New var.
3289         (insert-pair): Make arguments optional.  Find character pair
3290         from `insert-pair-alist' according to the last input event.
3291         (insert-parentheses): Make arguments optional.
3292         (raise-sexp, delete-pair): New funs.
3294         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3295         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3296         Bind C-M-q to `indent-pp-sexp'.
3298         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3299         `pp-to-string' modified to be able to format text with newlines.
3300         (pp-to-string): Move the buffer-formatting part of the code to
3301         `pp-buffer'.  Call `pp-buffer'.
3303         * info.el (Info-desktop-buffer-misc-data): Don't save information
3304         about virtual files.
3305         (Info-restore-desktop-buffer): Restore Info buffers in prepared
3306         buffers with names obtained from the desktop file instead of the
3307         default *info* buffer.
3309 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * subr.el (with-selected-window): Only save/restore the selected window.
3313         * progmodes/compile.el (compilation-error-regexp-alist):
3314         Use expand-file-name and data-directory.
3316         * progmodes/grep.el (grep-tree): Rework previous fix.
3318         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
3319         after the user marked text with the mouse.
3321         * startup.el (command-line): Keep the first regexp of
3322         auto-save-file-name-transforms intact.
3324 2004-05-28  Juanma Barranquero  <lektu@terra.es>
3326         * cus-edit.el (customize-face, customize-face-other-window)
3327         (custom-face-edit-delete): Make arguments match their use in
3328         docstring.
3329         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
3330         docstring.
3332         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
3333         not `cvs-butlast'.
3335         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
3336         `nbutlast' are in subr.el).
3338         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
3339         (set-w32-system-coding-system): Doc fixes.
3341         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
3342         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
3343         Make arguments match their use in docstring.
3344         (artist-draw-region-trim-line-endings)
3345         (artist-mouse-choose-operation): Fix typo in docstring.
3346         (artist-key-set-point-common): Doc fix.
3348 2004-05-28  Simon Josefsson  <jas@extundo.com>
3350         * mail/smtpmail.el (smtpmail-open-stream):
3351         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
3353 2004-05-26  Simon Josefsson  <jas@extundo.com>
3355         * starttls.el: Merge with my GNUTLS based starttls.el.
3356         (starttls-gnutls-program, starttls-use-gnutls)
3357         (starttls-extra-arguments, starttls-process-connection-type)
3358         (starttls-connect, starttls-failure, starttls-success): New variables.
3359         (starttls-program, starttls-extra-args): Doc fix.
3360         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
3361         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
3362         and pass on to corresponding *-gnutls function if it is set.
3364 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
3366         * autorevert.el (auto-revert-handler): Disable auto-reverting of
3367         remote files.
3369 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
3371         * files.el (file-name-non-special): There are more operations
3372         which need handling: `find-backup-file-name',
3373         `insert-file-contents', `verify-visited-file-modtime',
3374         `write-region'.  Rename t value of method to `add'.  Add new
3375         methods `quote' and `unquote-then-quote' to file-arg-indices.
3377 2004-05-25  Juri Linkov  <juri@jurta.org>
3379         * info.el (Info-toc): Call Info-mode on intermediate buffer.
3380         (Info-index-nodes): Enclose code in condition-case to catch errors.
3381         (Info-index-node): Don't search all index nodes if request is only
3382         for the current node and file is not in the cache of index nodes.
3383         (Info-mode-map): Bind Info-copy-current-node-name to `w'
3384         for consistency with dired-copy-filename-as-kill.
3385         Bind `S' to Info-search-case-sensitively.
3386         (Info-copy-current-node-name): New arg.  With zero prefix arg put
3387         the name inside a function call to `info'.  Display copied text in
3388         the echo area.
3390 2004-05-25  Sam Steingold  <sds@gnu.org>
3392         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
3393         strip the package prefix from the symbol name, if any.
3394         Make it the `find-tag-default-function' for `lisp-mode'.
3396 2004-05-25  John Paul Wallington  <jpw@gnu.org>
3398         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
3399         instead of obsolete `process-kill-without-query'.
3401         * textmodes/texinfmt.el (texinfo-indexvar-alist):
3402         Declare as variable, not constant.
3404 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3406         * files.el (find-file-noselect-1): Fix bug introduced by
3407         Revision 1.694.  As a side effect, `inhibit-read-only'
3408         is again, by default, t during execution of
3409         `find-file-not-found-functions'.
3410         (insert-directory): Check that lines were really inserted by
3411         the --dired switch, before erasing them.
3413 2004-05-24  Nick Roberts  <nickrob@gnu.org>
3415         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
3416         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
3417         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
3418         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
3419         gud-minor-mode (gdbmi).
3421 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
3423         * net/browse-url.el (browse-url-interactive-arg): Enable user to
3424         explicitly select the text to be taken as URL.
3426 2004-05-23  Juri Linkov  <juri@jurta.org>
3428         * info.el (Info-index-nodes): New var and fun.
3429         (Info-goto-index, Info-index, info-apropos)
3430         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
3431         (Info-index): Fix docstring.  Store and restore Info-history-list.
3432         (Info-complete-nodes): New var.
3433         (Info-complete-menu-item): Use it.
3434         (Info-index-node): New fun.
3435         (Info-final-node, Info-forward-node, Info-backward-node)
3436         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
3437         Use Info-index-node.
3438         (Info-extract-menu-item, Info-extract-menu-counting): Set second
3439         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
3440         (Info-find-node-2): If a node with period in its name not found,
3441         try to find a node without the name part after period.
3442         (Info-select-node): Call Info-fontify-node only if
3443         Info-fontify-maximum-menu-size is not nil.
3444         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
3445         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
3446         Preserve Info-history-list.
3447         (Info-toc): Set Info-current-file.
3448         (Info-build-toc): Move point to the beginning of the buffer.
3449         Add main-file variable.
3450         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
3451         Use backslashed representation of the control character ^_.
3453         * textmodes/texinfmt.el (texinfo-print-index): Print index line
3454         numbers in the new Texinfo 4.7 format.
3456         * add-log.el (change-log-font-lock-keywords): Remove `:' from
3457         regexps for function and variable names.
3459         * descr-text.el (describe-property-list): Add [show] button for
3460         `syntax-table' property with action to pp to a separate buffer.
3461         (describe-char): Replace search-forward by re-search-forward with
3462         whitespace regexp after "character:" to not fail in too narrow windows.
3464         * simple.el (next-error-find-buffer): Add a rule to return
3465         next-error capable buffer if one window on the selected frame
3466         displays such buffer.
3468 2004-05-23  Nick Roberts  <nickrob@gnu.org>
3470         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
3471         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
3472         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
3473         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
3474         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
3475         Handle new value for gud-minor-mode (gdbmi).
3476         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3477         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3478         Change from local to global gdb variable set.
3479         (gdb-ann3): Initialise above gdb variable set.
3480         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3481         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3482         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3483         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3484         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3485         (gdb-info-locals-handler, gdb-invalidate-assembler)
3486         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3487         set as global variables.
3488         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3489         Handle gdbmi.
3490         (gdb-info-breakpoints-custom): Fix regexp.
3491         (def-gdb-var): Delete.
3493         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3494         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3495         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3496         a new mode.  The file (gdb-mi.el) for this mode will be included
3497         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
3498         primary interface.
3500 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
3502         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
3503         interpreted as a directory.
3505 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3507         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
3508         as a close quote.
3510         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
3512         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3513         Use assoc-string, not assoc-ignore-case.
3515         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3517         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3518         If moving back then fwd gets a defun that ends before point,
3519         try again moving fwd then back.
3521         * files.el (file-name-non-special): Allow t in file-arg-indices
3522         to mean requote the return value.  Use `identity' as an element
3523         rather than as the whole value.
3525         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
3527 2004-05-22  Juanma Barranquero  <lektu@terra.es>
3529         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3530         `help-make-usage'.
3531         (help-highlight-arguments): Skip function name before searching
3532         for arguments.
3534 2004-05-21  Juanma Barranquero  <lektu@terra.es>
3536         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3537         Don't mention in the docstring these arguments meant for
3538         internal (recursive) use only.
3539         (allout-char-spec): Comment out (it's not implemented).
3540         (allout-old-expose-topic, allout-exposure): Fix docstring and add
3541         obsolescence declaration.
3542         (allout-flatten-exposed-to-buffer)
3543         (allout-indented-exposed-to-buffer): Fix typos in docstring.
3544         (my-mark-marker): Doc fix.
3545         (produce-allout-mode-map, allout-sibling-index)
3546         (allout-isearch-expose, allout-distinctive-bullet)
3547         (allout-open-topic, allout-reindent-body)
3548         (allout-rebullet-heading, allout-process-exposed)
3549         (allout-insert-listified, allout-latex-verb-quote)
3550         (allout-insert-latex-header, allout-insert-latex-trailer):
3551         Make arguments match their use in docstring.
3552         (allout-primary-bullet, allout-old-style-prefixes)
3553         (allout-inhibit-protection, allout-init, allout-mode)
3554         (allout-before-change-protect, allout-flag-region):
3555         Use "Emacs" instead of "emacs" in docstrings.
3557 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3559         * international/characters.el: Modify syntax of more characters.
3561 2004-05-21  Masatake YAMATO  <jet@gyve.org>
3563         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3564         (etags-tags-completion-table): Show parsing progress.
3566 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
3568         * locate.el (locate-prompt-for-command): Shorten first line of
3569         docstring.
3570         (locate-mode): Expand docstring and include keymap summary.
3572         * files.el (find-file-noselect-1): Limit the scope of the
3573         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
3574         is, by default, nil during the execution of
3575         `find-file-not-found-functions' and `find-file-hook'.
3577 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
3579         * facemenu.el (facemenu-color-name-equal): New function.
3580         (list-colors-display): Use it to compare colors instead of
3581         facemenu-color-equal.
3583 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
3585         * compare-w.el (compare-windows-face): Use min-colors instead of
3586         checking for tty or pc types.
3588 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3590         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
3591         (completion-setup-function): Use with-current-buffer.
3592         Properly save excursion.  Simplify.
3593         Don't assume there is necessarily a `mouse-face' property somewhere.
3595         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
3597         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
3599         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
3600         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
3601         Use with-current-buffer.
3602         (byte-goto-log-buffer): Delete.
3603         (byte-compile-log-file): Call compilation-forget-errors.
3605 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3607         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
3608         output messages into the search result.
3610 2004-05-19  Masatake YAMATO  <jet@gyve.org>
3612         * wid-edit.el (widget-radio-button-notify): Revert my last
3613         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3615 2004-05-19  Kenichi Handa  <handa@m17n.org>
3617         * international/characters.el: Fix syntax (open/close) of CJK chars.
3619 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
3621         * help-mode.el (help-go-back): Don't depend on position of back button.
3623 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
3626         files files don't contain an accidental additional /.
3628         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
3629         in source buffer.
3631 2004-05-18  Masatake YAMATO  <jet@gyve.org>
3633         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
3634         to widget-apply.  :action method assumes 2 arguments, not 3.
3636 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
3638         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3639         New constants.
3640         (hs-special-modes-alist): Add an f90-mode entry.
3642 2004-05-17  Sam Steingold  <sds@gnu.org>
3644         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
3645         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
3647 2004-05-16  Kim F. Storm  <storm@cua.dk>
3649         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
3651 2004-05-15  John Wiegley  <johnw@newartisans.com>
3653         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
3654         (eshell-output-object-to-target): Improve output speed 20% by not
3655         calling `eshell-stringify' if something is already known to be a string.
3657 2004-05-15  Alex Ott  <ott@jet.msk.su>
3659         * textmodes/ispell.el (ispell-local-dictionary-alist):
3660         Add windows-1251 to the choice of coding systems.
3661         (ispell-dictionary-alist-6): Add support for "russianw.aff",
3662         encoded in cp1251.
3664 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
3666         * progmodes/compile.el (compilation-warning-face)
3667         (compilation-info-face): Use min-colors.
3669 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3671         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
3672         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
3673         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
3674         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
3675         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
3676         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
3677         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
3678         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
3679         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
3680         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
3681         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
3682         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
3683         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
3684         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
3686 2004-05-15  Kim F. Storm  <storm@cua.dk>
3688         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
3689         Use it to set triggered-p element of timer.
3690         (timer-event-handler): Set triggered-p element non-nil while running
3691         the timer function.
3693 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3695         * descr-text.el (describe-char-unicode-data)
3696         (describe-char-unicodedata-file): Re-enable the unicode code now that
3697         the licensing issues have been cleared in the unicode-4 license.
3698         (describe-text-properties-1): Remove unused `overlay' var.
3699         (describe-char): Remove unused var `buffer'.
3701 2004-05-14  David Ponce  <david@dponce.com>
3703         * tree-widget.el: New file.
3705 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
3707         * language/european.el ("Brazilian Portuguese"): Add support for
3708         Brazilian Portuguese.
3710 2004-05-13  John Wiegley  <johnw@newartisans.com>
3712         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
3713         `recentf-mode' if this variable has been customized to t.
3715         * eshell/esh-test.el (eshell-test): Call the function
3716         `emacs-version' rather than trying to build a custom version string.
3718 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3720         * net/telnet.el (telnet-mode): Use define-derived-mode.
3721         Don't modify the global value of comint-prompt-regexp.
3723 2004-05-13  John Paul Wallington  <jpw@gnu.org>
3725         * version.el (emacs-version): Check for `gtk' feature before
3726         `x-toolkit' feature.
3728 2004-05-13  Juanma Barranquero  <lektu@terra.es>
3730         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
3731         arguments in the docstring, they're used only in recursive calls.
3733         * help-fns.el (help-arg-highlighting-function)
3734         (help-argument-name): Delete.
3735         (help-default-arg-highlight): New function.
3736         (help-do-arg-highlighting): Use it.
3738 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
3740         * calendar/appt.el (appt-disp-window):
3741         Use `calendar-set-mode-line' for a centered mode-line.
3743 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3745         * calendar/appt.el (appt-disp-window): Do not split window
3746         excessively when `split-height-threshold' is low.
3748 2004-05-12  Nick Roberts  <nickrob@gnu.org>
3750         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3751         kill-buffer-hook here and make it local.
3752         (gud-kill-buffer-hook): Use kill-process for a sure kill.
3754 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
3756         * progmodes/compile.el (compilation-set-window-height):
3757         Use save-excursion to protect against misplaced marker.
3759 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3761         * custom.el (defface): Document that type can have value gtk.
3763         * faces.el (face-spec-set-match-display): Handle type gtk in display.
3765 2004-05-12  Kenichi Handa  <handa@m17n.org>
3767         * descr-text.el: Require quail at comile time.
3768         (describe-char): If an input method is on and it supports the
3769         character, show how to input it.
3771         * international/quail.el (quail-install-decode-map): Accept a
3772         char-table whose subtype is `quail-decode-map'.
3773         (quail-store-decode-map-key, quail-gen-decode-map1)
3774         (quail-gen-decode-map, quail-find-key1, quail-find-key)
3775         (quail-show-key): New functions.
3777 2004-05-12  Juanma Barranquero  <lektu@terra.es>
3779         * generic.el (define-generic-mode): Remove redundant arglist info.
3781         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3782         Make arguments match their use in docstring.
3783         (help-arg-highlighting-function): New variable.
3784         (help-argument-name): Mention it in the docstring.
3785         (help-do-arg-highlight): Use it.  Expand regexp to accept also
3786         ARG-xxx and xxx-ARG references.
3788 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
3790         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3791         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3792         and "mailto:addr1?to=addr2" equal.
3794 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3796         * man.el (Man-getpage-in-background): Use shell-file-name
3797         and shell-command-switch variables instead of hard-coded values.
3799 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
3801         * iimage.el: New file.
3803 2004-05-11  Juanma Barranquero  <lektu@terra.es>
3805         * custom.el (custom-initialize-default, defcustom):
3806         Fix typo in docstring.
3808         * files.el (set-visited-file-name, file-expand-wildcards):
3809         Fix docstring.
3811 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3813         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3815         * subr.el (eventp): Be more discriminating with integers.
3817 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
3819         * progmodes/compile.el (compile): Add universal prefix arg.
3820         (compilation-error-regexp-alist-alist): Add edg patterns.
3822 2004-05-10  Sam Steingold  <sds@gnu.org>
3824         * textmodes/ispell.el (ispell-message):
3825         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3827 2004-05-10  Dave Love  <fx@gnu.org>
3829         * progmodes/python.el (help-buffer): Autoload when compiling.
3830         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3831         (run-python): Prepend to any existing PYTHONPATH.
3833 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
3835         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3836         for pending breakpoints.
3838 2004-05-10  Richard M. Stallman  <rms@gnu.org>
3840         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
3841         directly without calling any functions in Rmail.
3842         (unrmail-unprune): Function deleted.
3844 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3847         C-c C-z binding.
3849 2004-05-10  Kenichi Handa  <handa@m17n.org>
3851         * descr-text.el (describe-char): Fix previous change.  Don't make
3852         a unibyte character to multibyte in the *Help* buffer.
3854 2004-05-10  Miles Bader  <miles@gnu.org>
3856         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3857         buffer an error if the debugger process is actually running.
3859 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3861         * help-fns.el (help-argument-name): Default to italic.
3862         (help-highlight-arguments): Return always (usage . doc), even when
3863         usage is nil.
3865         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3866         (define-ibuffer-filter): Add usage info.
3867         (define-ibuffer-op): Add usage info (but CL-style defaults for
3868         keyword args are not shown).
3870         * subr.el (remove-overlays, read-passwd): Fix docstring.
3871         (start-process-shell-command): Fix docstring.  Put usage info in a
3872         format usable by `describe-function'.
3873         (open-network-stream, open-network-stream-nowait)
3874         (open-network-stream-server): Fix docstring.
3876 2004-05-09  Jason Rumney  <jasonr@gnu.org>
3878         * international/code-pages (cp932, cp936, cp949, c950): Remove.
3879         Only define cp125* if windows-125* is already defined.
3881         * language/korean.el (cp949): Add alias.
3883         * language/chinese.el (cp936, cp950): Add aliases.
3885         * language/japanese.el (cp932): Add alias.
3887         * term/w32-win.el: Require code-pages.
3889         * international/mule-cmds.el (set-locale-environment):
3890         On MS-Windows use ansi code-page for default coding-systems.
3891         Set up paper sizes for Windows 3 letter languages.
3893         * international/code-pages.el (cp932, cp936, cp949, cp950):
3894         Add aliases.  Also add cp125* if not already defined.
3896 2004-05-09  Juanma Barranquero  <lektu@terra.es>
3898         * help-fns.el (help-highlight-arguments): Don't try to highlight
3899         missing or autoloaded arglists.  Accept structured arguments, like
3900         the first ones of `do' and `flet'.
3902         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3903         (cvs-get-marked): Remove redundant arglist info.
3905         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3906         Don't use CL-style default args.
3908 2004-05-08  Andreas Schwab  <schwab@suse.de>
3910         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3912         * international/subst-ksc.el: Fix references to utf-translate-cjk
3913         into utf-translate-cjk-mode.
3914         * international/subst-big5.el: Likewise.
3915         * international/subst-gb2312.el: Likewise.
3916         * international/subst-jis.el: Likewise.
3917         * international/utf-16.el: Likewise.
3918         * international/utf-8.el: Likewise.
3920 2004-05-08  John Wiegley  <johnw@newartisans.com>
3922         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3923         "virtual buffers" (off by default), which makes it possible to
3924         switch to the "virtual" buffers of recently visited files.  When a
3925         buffer name search fails, and this option is on, iswitchb will
3926         look at the list of recently visited files, and permit matching
3927         against those names.  When the user hits RET on a match, it will
3928         revisit that file.
3929         (iswitchb-read-buffer): Add two optional arguments, which makes
3930         isearchb.el possible.
3931         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3932         (iswitchb-next-match): Add support for virtual buffers.
3934         * isearchb.el: This module extends iswitchb to provide "as you
3935         type" buffer selection.
3937         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3938         Ignore the read-only property when flyspell highlighting is on.
3939         Not ignoring it leads to a series of confusing errors.
3940         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3941         but also make sure to call flyspell-incorrect-hook.
3942         (flyspell-maybe-correct-transposition): Perform transposition test
3943         by bit twiddling a string, rather than using a temp buffer.
3944         (flyspell-maybe-correct-doubling): Use a string rather than a temp
3945         buffer.  This is also the original version of the code, which
3946         could not be checked in before due to a previous lack of
3947         assignment papers.  This version has seen heavy usage on my system
3948         for several years now.
3950         * calendar/cal-bahai.el: New file, which adds support for the
3951         Baha'i calendar to Emacs.  This calendar is based on a solar year
3952         of 19 months of 19 days, with 4 intercalary days.  Each year
3953         begins on March 21, with the calendar starting in 1844.
3955         * calendar/cal-menu.el, calendar/calendar.el,
3956         calendar/diary-lib.el, calendar/holidays.el: Added support for
3957         using cal-bahai.el.
3959         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3960         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3961         function can be used outside of eshell buffers.
3962         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3964 2004-05-08  Juanma Barranquero  <lektu@terra.es>
3966         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3967         word constituent so FOO-ARG is not recognized as an arg.
3968         (help-highlight-arguments): Don't skip lists in mandatory arguments.
3970         * simple.el (next-error): Fix typo in docstring.
3971         (open-line): Make argument names match their use in docstring.
3972         (split-line): Fix docstring.
3974         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3975         usable by `describe-function'.
3976         (gensym, gentemp, typep, ignore-errors): Make argument names match
3977         their use in docstring.
3979         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3980         argument to `help-setup-xref'.
3982 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
3984         Version 2.0.40 of Tramp released.
3986         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3987         Use symbol-function to invoke functions only known on some Emacs
3988         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
3989         Scaldeferri <kevin@scaldeferri.com>.
3990         (tramp-do-copy-or-rename-file-via-buffer): Rename from
3991         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3992         consistent with the other tramp-do-* functions.
3993         (tramp-do-copy-or-rename-file): Calls adjusted.
3994         (tramp-process-initial-commands): Avoid liveness check on shell --
3995         we know that it must be alive since we're opening a connection at
3996         this moment.
3997         (tramp-last-cmd): New internal variable.
3998         (tramp-process-echoes): New tunable.
3999         (tramp-send-command): Set tramp-last-cmd.
4000         (tramp-wait-for-output): Delete echo, if applicable.
4001         (tramp-read-passwd): Construct the key for the password cache in a
4002         way that works for multi methods, too.
4003         (tramp-bug): Add backup-directory-alist and
4004         bkup-backup-directory-info to bug reports, with Tramp counterparts.
4006 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
4008         * net/tramp*.el: Suppress byte-compiler warnings where possible.
4010         * net/tramp.el (tramp-out-of-band-prompt-regexp)
4011         (tramp-actions-copy-out-of-band): New defcustoms.
4012         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4013         used instead of a synchronous one.  Allows password entering.
4014         (tramp-action-out-of-band): New defun.
4015         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4016         Remove restriction with password from doc string.
4017         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4018         `tramp-out-of-band-prompt-regexp',
4019         `tramp-actions-copy-out-of-band', `password-cache' and
4020         `password-cache-expiry'.
4021         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
4022         password caching.
4023         (tramp-touch): FILE can be a local file, too.
4024         (TODO): Remove items done.
4025         (tramp-handle-insert-directory): Properly quote file name also if
4026         not full-directory-p.  Handle wildcard case.  Reported by Andreas
4027         Schwab <schwab@suse.de>.
4028         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4029         new file.
4030         (tramp-handle-file-local-copy, tramp-handle-write-region):
4031         The permissions of the temporary file are set if filename exists.
4032         Reported by Ted Stern <stern@cray.com>.
4033         (tramp-backup-directory-alist)
4034         (tramp-bkup-backup-directory-info): New defcustoms.
4035         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4036         (tramp-handle-find-backup-file-name): New function.
4037         Implements Tramp's find-backup-file-name.
4039         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4040         for `find-backup-file-name'.
4042         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4043         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
4045 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4047         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4049 2004-05-07  Juanma Barranquero  <lektu@terra.es>
4051         * subr.el (lambda): Add arglist description to docstring.
4052         (declare): Fix typo in docstring.
4053         (open-network-stream): Fix docstring.
4054         (process-kill-without-query): Fix docstring and add obsolescence info.
4055         (last, butlast, nbutlast): Make arguments match their use in docstring.
4056         (insert-buffer-substring-no-properties): Likewise.
4057         (insert-buffer-substring-as-yank): Likewise.
4058         (split-string): Fix docstring.
4060         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4061         Make argument names match their use in docstring.
4063         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4065 2004-05-06  Nick Roberts  <nickrob@gnu.org>
4067         * progmodes/gdb-ui.el: Improve/extend documentation strings.
4068         Fit first sentence on one line for apropos-command.
4070 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4072         Changes largely merged in from Dave Love's code.
4073         * progmodes/python.el: Doc fixes.
4074         (python-mode-map): Add python-complete-symbol.
4075         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4076         (python-comment-indent, python-complete-symbol)
4077         (python-symbol-completions, python-partial-symbol)
4078         (python-try-complete): New.
4079         (python-indent-line): Remove optional arg.  Use python-block-end-p.
4080         (python-check): Bind compilation-error-regexp-alist.
4081         (inferior-python-mode): Use rx.  Move keybindings to top level.
4082         Set comint-input-filter.
4083         (python-preoutput-filter): Use rx.
4084         (python-input-filter): Re-introduce.
4085         (python-proc): Start new process if necessary.
4086         Check python-buffer non-nil.
4087         (view-return-to-alist): Defvar.
4088         (python-send-receive): New.
4089         (python-eldoc-function): Use it.
4090         (python-mode-running): Don't defvar.
4091         (python-mode): Set comment-indent-function.
4092         Maybe update hippie-expand-try-functions-list.
4093         (python-indentation-levels): Initialize differently.
4094         (python-block-end-p): New.
4095         (python-indent-line): Use it.
4096         (python-compilation-regexp-alist): Augment.
4097         (run-python): Import `emacs' module to Python rather than loading
4098         code directly.  Set python-buffer differently.
4099         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
4100         Use python-proc.
4101         (python-send-command): Go to end of comint buffer.
4102         (python-load-file): Use python-proc, emacs.eimport.
4103         (python-describe-symbol): Simplify interactive form.
4104         Use emacs.help.  Do use temp-buffer-show-hook.
4105         Call print-help-return-message.
4106         (hippie-exp): Require when compiling.
4107         (python-preoutput-continuation): Use rx.
4109         * diff-mode.el (diff-make-unified): Fix regexp.
4111 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
4113         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4114         filter groups from the buffer when rebuilding the Ibuffer buffer
4115         and `ibuffer-show-empty-filter-groups' is nil.
4117 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4119         * ps-print.el (ps-print-quote): Call ps-value-string.
4120         (ps-setup): Call ps-comment-string.
4121         (ps-value-string, ps-comment-string): New funs.
4123 2004-05-06  Juanma Barranquero  <lektu@terra.es>
4125         * ehelp.el (electric-help-command-loop): Check whether the last
4126         character is visible, not (point-max).
4128         * help-fns.el (help-argument-name): Default to bold; don't inherit
4129         from font-lock-variable-name-face.
4130         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4132 2004-05-05  Kenichi Handa  <handa@m17n.org>
4134         * descr-text.el (describe-char): Copy the character with text
4135         properties and overlays into the first line, and call
4136         describe-text-properties on it.
4138 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
4140         * iswitchb.el (iswitchb-global-map): Fix typo.
4141         Remove unwanted ###autoloads from source file.
4143 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
4145         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4146         in run-hooks.  Use substitute-command-keys in message.
4147         (wdired-abort-changes): Add message.
4149 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
4151         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4152         (sql-emacs20-p): Remove.
4153         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4154         (sql-builtin-face, sql-doc-face): Remove.
4155         (sql-mode-ansi-font-lock-keywords)
4156         (sql-mode-oracle-font-lock-keywords)
4157         (sql-mode-postgres-font-lock-keywords)
4158         (sql-mode-linter-font-lock-keywords)
4159         (sql-mode-ms-font-lock-keywords)
4160         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4161         (sql-product-font-lock): Fix font-lock reset when font rules change.
4162         (sql-highlight-product): Remove incorrect font-lock reset logic.
4164 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
4166         * ses.el (ses-set-parameter): Fix typo.
4168 2004-05-04  Kim F. Storm  <storm@cua.dk>
4170         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4171         Must expand directory for completion to work; and don't mess with
4172         process-environment.
4173         (ido-read-file-name): If command has ido property, don't use ido
4174         if value is ignore, or read as directory if value is dir.
4175         Set ido ignore property for dired-do-rename command.
4177 2004-05-04  Juanma Barranquero  <lektu@terra.es>
4179         * ehelp.el (electric-help-command-loop, electric-help-undefined)
4180         (electric-help-help): Check against unmapped commands.
4182         * help-fns.el (help-argument-name): New face, inheriting from
4183         font-lock-variable-name-face, to highlight function arguments in
4184         `describe-function' and `describe-key'.
4185         (help-do-arg-highlight): Auxiliary function to highlight a given
4186         list of arguments in a string.
4187         (help-highlight-arguments): Highlight the function arguments and
4188         all uses of them in the docstring.
4189         (describe-function-1): Use it.  Do docstring output via `insert',
4190         not 'princ', so text attributes are preserved.
4192         * winner.el (winner-mode-map): Move `winner-undo' and
4193         `winner-redo' to C-c <left> and C-c <right>, respectively (the
4194         previous bindings conflict with `prev-buffer', `next-buffer').
4196 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4198         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4199         (bibtex-entry-update): New command bound to C-c C-u.
4200         (bibtex-text-in-string): Fix regexp.
4201         (bibtex-assoc-of-regexp): Remove.
4202         (bibtex-progress-message): Fix docstring.
4203         (bibtex-inside-field): Use if.
4204         (bibtex-assoc-regexp): New function.
4205         (bibtex-format-entry): Make code more robust so that it formats
4206         also old entries.
4207         (bibtex-autokey-demangle-title): Merge with obsolete function
4208         bibtex-assoc-of-regexp.
4209         (bibtex-field-list): New function.
4210         (bibtex-entry): Use bibtex-field-list.
4211         (bibtex-parse-entry): Fix docstring.
4212         (bibtex-print-help-message): Use bibtex-field-list.
4213         (bibtex-make-field): Use bibtex-field-list.
4214         (bibtex-entry-index): Bugfix.  Return crossref key if required.
4215         (bibtex-lessp): Fix docstring.
4217 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
4219         * select.el (xselect-convert-to-string): Move comment to intended line.
4221 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4223         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4224         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4226 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4228         * term/x-win.el (x-clipboard-yank): Don't exit on error from
4229         x-get-selection.
4231 2004-05-03  Jason Rumney  <jasonr@gnu.org>
4233         * makefile.nt: Remove.
4235 2004-05-03  Kim F. Storm  <storm@cua.dk>
4237         * emulation/cua-base.el (cua--update-indications): Fix last change.
4238         (cua-mode): Deactivate mark when cua-mode is enabled.
4240 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
4242         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4244 2004-05-03  Nick Roberts  <nickrob@gnu.org>
4246         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4247         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4248         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4249         window over visible frames.
4250         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4252 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4254         * progmodes/compile.el (compilation-gcpro): New var.
4255         (compilation-fake-loc): Use it.
4256         (compilation-forget-errors): Reset it.
4258 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
4260         * diff-mode.el (diff-header-face, diff-file-header-face):
4261         Use min-colors.
4263 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4265         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4266         (bibtex-clean-entry): Disentangle code.
4267         (bibtex-realign): New function.
4268         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
4269         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4270         Remove undocumented optional arg called-by-convert-alien.
4271         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
4272         for sorting instead of bibtex-sort-buffer.
4274 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
4276         * progmodes/compile.el (compilation-start): In the
4277         no-async-subprocesses branch, call sit-for to give redisplay a
4278         chance to show the updated process status in the mode line, and
4279         fontify the buffer explicitly after the process exits.
4281 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4283         * progmodes/python.el (python-compilation-line-number): Remove.
4284         (python-compilation-regexp-alist): Don't use it any more.
4285         (python-orig-start, python-input-filter): Remove.
4286         (inferior-python-mode): Don't set up comint-input-filter-functions.
4287         (python-send-region): Use compilation-fake-loc.
4289         * progmodes/compile.el (compilation-messages-start): New var.
4290         (compilation-mode): Don't setup next-error-function here.
4291         (compilation-setup): Set it up here instead (for minor modes as well).
4292         Make compilation-messages-start buffer local.
4293         (compilation-next-error-function): Use it.
4294         (compilation-forget-errors): Set compilation-messages-start.
4296 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4298         * ielm.el (ielm-prompt-read-only): Update docstring.
4300         * comint.el (comint-prompt-read-only): Update docstring.
4301         (comint-update-fence, comint-kill-whole-line)
4302         (comint-kill-region): New functions.
4304         * simple.el (kill-whole-line): Use "p" instead of "P" in
4305         interactive form.
4307 2004-05-01  Juanma Barranquero  <lektu@terra.es>
4309         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
4310         format arglist so default values in CL-style argument lists are
4311         correctly shown.
4313 2004-05-01  Jason Rumney  <jasonr@gnu.org>
4315         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
4317 2004-05-01  Kenichi Handa  <handa@m17n.org>
4319         * international/titdic-cnv.el (miscdic-convert): Don't generate a
4320         quail file if it is up to date.
4322 2004-04-30  Juri Linkov  <juri@jurta.org>
4324         * cus-edit.el (custom-mode-map):
4325         Add key binding `C-x C-s' to `Custom-save'.
4327         * outline.el (outline-blank-line): New var.
4328         (outline-next-preface, outline-show-heading)
4329         (outline-end-of-subtree): Use it.
4331         * dired-aux.el (dired-touch-initial): New fun.
4332         (dired-do-chxxx): Call it for op-symbol `touch'.
4333         (dired-diff): Use `dired-dwim-target-directory'
4334         if current dired buffer has no buffer mark.
4336         * bindings.el (propertized-buffer-identification):
4337         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
4338         Add C-M-arrow keys for consistency.
4340         * files.el (confirm-kill-emacs):
4341         Change group from top-level `emacs' to `convenience'.
4343         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4344         Push mark on the first call of successive command calls.
4345         (insert-pair): New fun created from `insert-parentheses' with
4346         `open' and `close' arguments added.  Enclose active regions
4347         in paired characters.  Compare adjacent characters syntax with
4348         inserted characters syntax before inserting a space.
4349         (insert-parentheses): Call `insert-pair' with ?\( ?\).
4351         * delsel.el: Don't put `delete-selection' property
4352         on `insert-parentheses' symbol to take advantage of
4353         region handling in `insert-pair' function.
4354         Suggested by Stephan Stahl <stahl@eos.franken.de>.
4356 2004-04-30  Kim F. Storm  <storm@cua.dk>
4358         * emulation/cua-base.el: Add support for changing cursor types;
4359         based on patch from Michael Mauger.
4360         (cua-normal-cursor-color, cua-read-only-cursor-color)
4361         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
4362         Customization cursor type and/or cursor color.
4363         (cua--update-indications): Handle cursor type changes.
4364         (cua-mode): Update cursor indications if enabled.
4366         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
4368         * mouse.el (mouse-drag-copy-region): New defcustom.
4369         (mouse-set-region, mouse-drag-region-1): Use it.
4371         * simple.el (kill-ring-save): If region face background color is
4372         unspecified (if no highlighting), show extent of fully visible
4373         region even if transient-mark-mode is enabled.
4375         * emulation/cua-base.el (cua--standard-movement-commands):
4376         Add cua-scroll-up and cua-scroll-down.
4377         (cua-scroll-up, cua-scroll-down): New commands.
4378         (cua--init-keymaps): Remap scroll-up and scroll-down.
4380         * emulation/cua-rect.el (cua--convert-rectangle-as):
4381         New defmacro.
4382         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
4383         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
4384         New commands (suggested by Jordan Breeding).
4386 2004-04-30  Juanma Barranquero  <lektu@terra.es>
4388         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4390 2004-04-30  Mario Lang  <mlang@delysid.org>
4392         * diff.el (diff-switches): Fix typo in docstring.
4394 2004-04-30  Alex Schroeder  <alex@gnu.org>
4396         * xml.el (xml-debug-print-internal): Don't add newline and
4397         indentation to text nodes and write empty elements as empty tags
4398         instead of opening and closing tags.
4399         (xml-debug-print): Take optional indent-string argument.
4400         (xml-print): Alias for xml-debug-print.
4402 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4404         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4405         than duplicate call to `line-beginning-position'.
4407         * progmodes/f90.el (f90-get-present-comment-type):
4408         Return whitespace, as well as comment chars, for consistent filling
4409         of comment blocks.  Use `match-string-no-properties'.
4410         (f90-break-line): Trim trailing whitespace when filling comments.
4412 2004-04-30  Dave Love  <fx@gnu.org>
4414         * calendar/diary-lib.el (diary-outlook-formats): New variable.
4415         (diary-from-outlook-internal, diary-from-outlook)
4416         (diary-from-outlook-gnus, diary-from-outlook-rmail):
4417         New functions to import diary entries from Outlook-format
4418         appointments in mail messages.
4420 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * progmodes/python.el (python-send-command): New fun.
4423         (python-send-region, python-load-file): Use it.
4425         * progmodes/compile.el (compilation-last-buffer): Add var alias.
4427         * help-fns.el (help-C-file-name): Use new subr-name.
4428         Prepend `src/' to the file name.
4429         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
4430         (describe-function-1, describe-variable): Only find a C source file
4431         name if DOC is already loaded.
4433         * help-mode.el (help-function-def, help-variable-def):
4434         Use the new find-function-search-for-symbol functionality.
4435         Allow FILE to be `C-source'.
4437         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
4438         (find-function-C-source): New fun.
4439         (find-function-search-for-symbol): Use it.
4441 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
4443         * progmodes/sql.el (sql-product-alist): Rename variable
4444         `sql-product-support'.  Add Postgres login parameters.
4445         (sql-set-product, sql-product-feature): Update with renamed variable.
4446         (sql-connect-postgres): Add username prompt.
4447         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
4448         Make patterns less product specific.
4449         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
4450         (sql-mode-abbrev-table): Modify initialization.
4451         (sql-builtin-face): Add variable.
4452         (sql-keywords-re): Add macro.
4453         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
4454         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
4455         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
4456         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
4457         (sql-mode-linter-font-lock-keywords)
4458         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
4459         (sql-mode-sybase-font-lock-keywords)
4460         (sql-mode-informix-font-lock-keywords)
4461         (sql-mode-interbase-font-lock-keywords)
4462         (sql-mode-ingres-font-lock-keywords)
4463         (sql-mode-solid-font-lock-keywords)
4464         (sql-mode-sqlite-font-lock-keywords)
4465         (sql-mode-db2-font-lock-keywords): Default to nil.
4466         (sql-product-font-lock): Always highlight ANSI keywords.
4467         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
4468         (sql-send-string): Add function.
4470 2004-04-29  Dave Love  <fx@gnu.org>
4472         * progmodes/cfengine.el (cfengine-beginning-of-defun)
4473         (cfengine-end-of-defun): Ensure progress through buffer.
4475         * info-look.el (cfengine-mode): Accept a terminal ().
4477 2004-04-29  Juri Linkov  <juri@jurta.org>
4479         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4480         instead of isearch-yank-word-or-char.  Add new key bindings for
4481         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4482         (isearch-del-char): New fun.
4483         (isearch-forward, isearch-edit-string): Update docstring.
4484         (isearch-yank-char): Doc fix.
4485         (isearch-other-meta-char): Restore point after scrolling.
4487         * progmodes/compile.el (compilation-context-lines): Add nil option
4488         to disable compilation output window scrolling.
4489         (compilation-set-window): Use it.
4491         * outline.el (outline-next-preface, outline-show-heading):
4492         Don't leave unhidden blank line before heading.
4493         (outline-end-of-subtree): Include last newline into subtree.
4494         (hide-entry): Leave point at beginning of heading instead of end.
4495         (outline-up-heading): Push mark for the first call of successive
4496         command calls.
4498 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
4500         * comint.el (comint-prompt-read-only): New variable.
4501         (comint-output-filter): Implement it.
4503         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
4504         (ielm-prompt-internal): New variable.
4505         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
4506         (ielm-send-input): Delete unused variable `buf'.
4507         (ielm-eval-input): Use `ielm-prompt-internal'.
4508         (inferior-emacs-lisp-mode): Use new variables
4509         `comint-prompt-read-only' and `ielm-prompt-internal'.
4510         Get rid of obsolete variable `directory-sep-char'.
4511         (ielm): Use `zerop'.
4513 2004-04-29  John Paul Wallington  <jpw@gnu.org>
4515         * thumbs.el (toplevel): Require cl at compile time.
4516         Remove conditional definitions of `ignore-errors' and `caddar'
4517         because they occur at run time.
4519 2004-04-28  Nick Roberts  <nickrob@gnu.org>
4521         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4522         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4523         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4524         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4526         * progmodes/gud.el (gud-common-init): Throw an error if program is
4527         already running under gdb.
4529 2004-04-28  John Paul Wallington  <jpw@gnu.org>
4531         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4532         (thumbs-show-image-num): Move assignment of
4533         `thumbs-current-image-filename' within scope of `i'.
4534         (thumbs-emboss-image): Don't use `evenp'.
4536 2004-04-28  Richard M. Stallman  <rms@gnu.org>
4538         * progmodes/compile.el (compilation-context-lines): Default now 0.
4540 2004-04-28  Juanma Barranquero  <lektu@terra.es>
4542         Use `time-less-p' from calendar/time-date.el instead of defining
4543         custom versions of it.
4545         * pcomplete.el (pcomplete-time-less-p): Remove.
4547         * thumbs.el (time-less-p): Remove.
4549         * calendar/timeclock.el (timeclock-time-less-p): Remove.
4550         (timeclock-generate-report): Use `time-less-p'.
4552         * emacs-lisp/autoload.el (autoload-before-p): Remove.
4553         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4555 2004-04-28  Masatake YAMATO  <jet@gyve.org>
4557         * subr.el (remove-overlays): Make arguments optional.
4559         * wid-edit.el (widget-specify-button): Put evaporate to the
4560         overlay for sample.
4561         (widget-specify-sample): Put evaporate to the overlay for sample.
4562         (widget-specify-doc): Put evaporate to the overlay for documentation.
4564 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
4566         * info.el (info-apropos): Make it an index node.  Align node names
4567         like makeinfo.
4569 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
4571         * net/browse-url.el (browse-url-netscape-sentinel)
4572         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4573         (browse-url-epiphany-sentinel, browse-url-mosaic):
4574         Use browse-url-*-program instead of a literal program name.
4576 2004-04-27  Kevin Ryde  <user42@zip.com.au>
4578         * eshell/em-alias.el:
4579         * eshell/em-dirs.el:
4580         * eshell/em-hist.el:
4581         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
4582         features when M-x customize-group loads modules before the main
4583         eshell.el.
4585 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4587         * subr.el (momentary-string-display): Support EXIT-CHAR that is
4588         either a character representation of an event or an event
4589         description list.
4591         * type-break.el: Capitalise Emacs and Lisp.
4592         (type-break-good-break-interval, type-break-demo-boring-stats)
4593         (type-break-terse-messages, type-break-file-name): New defcustoms.
4594         (type-break-post-command-hook)
4595         (type-break-warning-countdown-string): Quote variable names in doc.
4596         (type-break-interval-start, type-break-auto-save-file-name): New vars.
4597         (type-break-mode): Document type-break-good-break-interval and the
4598         "session" file.  Schedule break according to the session file.
4599         Kill session file buffer on exit.  Organise for save-some-buffers
4600         to always save the session file.
4601         (type-break-mode-line-message-mode, type-break-query-mode):
4602         Uppercase arguments.
4603         (type-break-file-time, type-break-file-keystroke-count, timep)
4604         (type-break-choose-file, type-break-get-previous-time)
4605         (type-break-get-previous-count): New defuns.
4606         (type-break): Avoid break querying after a completed break in the
4607         case where the query was initiated during user invocation of the
4608         break.  Optional terse messages.
4609         Use type-break-good-break-interval if type-break-good-rest-interval is
4610         nil.  File the break time.
4611         (type-break-schedule): New optional args for overriding the use of
4612         the current time.
4613         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
4614         after a break.
4615         (type-break-check): File the keystroke count.
4616         (type-break-do-query): Prevent a second query when the break is
4617         interrupted.  Optional terse message.
4618         (type-break-keystroke-reset): Record the start of a typing interval.
4619         (type-break-demo-boring): Optional terse messages.  Display word
4620         per minute and keystroke counts according to
4621         type-break-demo-boring-stats.
4623 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
4625         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
4626         directories, make sure they exist under archive-tmpdir.
4628 2004-04-27  Juri Linkov  <juri@jurta.org>
4630         * help.el (view-emacs-news): With argument, display info for the
4631         selected version by finding it among different NEWS files, and
4632         narrowing the buffer to the selected version.
4634         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
4635         same-window-buffer-names.
4636         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
4637         non-numeric prefix argument, append the number to the buffer name
4638         for numeric prefix argument.
4639         (info-other-window): Bind same-window-regexps to nil.
4640         (Info-reference-name): Rename to Info-point-loc.
4641         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
4642         and Info-find-index-name for stringy Info-point-loc.
4643         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
4644         without middle `.', but with final `.' and optional line number
4645         for it.  Set Info-point-loc for index nodes.
4646         (Info-index): Remove middle `.' from index entry regexp.
4647         Modify line number regexp.
4648         (Info-index-next): Decrement line number.
4649         (info-apropos): Remove middle `.' from index entry regexp.
4650         Add optional line number regexp at the end.  Add matched value
4651         for line number to the result list and insert it to the buffer.
4652         Replace match-string by match-string-no-properties.
4653         Reorder result list.
4654         (Info-fontify-node): Hide index line numbers.
4655         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
4656         empty matches.
4657         (Info-follow-reference): Use `str' instead of
4658         Info-following-node-name-re.
4659         (Info-toc): Use full file names.  Set Info-current-node to "Top".
4660         (Info-fontify-node): Compare file names without directory name.
4661         (Info-try-follow-nearest-node): Don't set Info-reference-name.
4662         Set second arg of Info-extract-menu-node-name for index nodes.
4663         (info-xref-visited): Use magenta3 instead of magenta4.
4664         (Info-mode): Add info-apropos to docstring.
4666         * log-view.el (log-view-diff): Replace interactive code "r"
4667         by a list to allow to call it even if region is not active.
4669         * paren.el (show-paren-highlight-openparen): New var.
4670         (show-paren-function): Turn on openparen highlighting when
4671         matching forward if show-paren-highlight-openparen is non-nil.
4673         * simple.el (kill-ring-save): Use blink-matching-delay instead of
4674         the constant value 1.
4675         (completions-common-part): Expand docstring.
4677         * textmodes/picture.el (picture-mode-map): Add arrow keys.
4679 2004-04-27  Kim F. Storm  <storm@cua.dk>
4681         * image.el (insert-sliced-image): Use line-height instead of
4682         line-spacing property on newline.
4684 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
4686         * desktop.el (desktop-buffer-misc-data-function): Rename to
4687         desktop-save-buffer and change docstring.
4688         (desktop-buffer-modes-to-save): Delete.
4689         (desktop-save-buffer-p): Use desktop-save-buffer instead of
4690         desktop-buffer-modes-to-save.
4691         (desktop-save): Rename desktop-buffer-misc-data-function to
4692         desktop-save-buffer and allow non-function value.
4693         (desktop-missing-file-warning): Correct docstring.
4695         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
4696         to desktop-save-buffer.
4698         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
4699         desktop-save-buffer.
4701         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
4703         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
4705 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
4707         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
4709 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
4711         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
4712         (ielm): Only go to the end of the buffer when starting a new process.
4714 2004-04-25  Juanma Barranquero  <lektu@terra.es>
4716         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
4717         mode line.  Bind `inhibit-read-only' to t before modifying
4718         properties of text in the buffer.
4719         (ielm): Force point to the end of buffer, even when running ielm
4720         from inside itself.
4722 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
4724         * info.el (info-apropos): Reset Info-complete-cache.
4726 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
4728         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4729         Also recognize severe Irix et al. messages.
4730         (compilation-normalize-filename, compile-abbreviate-directory):
4731         Delete functions.
4732         (compilation-get-file-structure): New function inherits
4733         functionality of the two preceding ones.
4734         (compilation-internal-error-properties, compilation-fake-loc):
4735         Use it so that different paths to the same file share the same
4736         markers.  Also optimize finding adjacent marker slightly.
4738 2004-04-25  Kim F. Storm  <storm@cua.dk>
4740         * image.el (insert-sliced-image): Add line-spacing t property
4741         to newlines separating image lines.
4743 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
4745         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4747         * ielm.el (ielm-prompt-read-only): New user option.
4748         (ielm-prompt): Expand docstring to describe new behavior.
4749         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4750         mention it in the docstring.
4752 2004-04-24  Andreas Schwab  <schwab@suse.de>
4754         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4756         * diff.el (diff): Set default-directory in diff buffer.
4758 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
4760         * mail/sendmail.el (mail-bury): Don't delete the frame where the
4761         mail was being composed if the terminal cannot display more than
4762         one frame; instead, switch to previous frame.
4764         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4765         (rmail-start-mail): Support rmail-mail-new-frame even on
4766         terminals that can display only one frame at a time.
4768 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4771         (checkdoc-output-font-lock-keywords): Remove error regexp.
4772         (checkdoc-output-mode-map): Remove.
4773         (checkdoc-output-mode): Derive from compilation-mode.
4774         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4776         * dired.el (dired-mode-map): Add a menu entry for wdired.
4778         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4779         (rx-bracket, rx-check-any, rx-any): Clean up name space.
4781         * wdired.el: (wdired-mode-map): Move init into declaration.
4782         Fix `return' binding.
4783         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4784         Use force-mode-line-update.
4785         (wdired-get-filename): Use `unless'.
4786         (wdired-preprocess-files): Don't assume names have no \n and use / for
4787         dir separator.
4788         (wdired-normalize-filename): Use replace-regexp-in-string.
4789         (wdired-load-hooks): Remove.
4790         (wdired-mode-hooks): Rename to wdired-mode-hook.
4792         * info-look.el: Add support for cfengine-mode.
4793         (info-lookup-setup-mode): Use dolist.
4795 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
4797         * wdired.el: New file.
4799 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4801         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4803         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4804         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4805         (pcomplete--help, pcomplete--here): Doc fixes.
4807 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
4809         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4810         handles wrong-number-of-arguments in backend call.
4812         * vc.el (vc-print-log): Likewise.
4814 2004-04-20  Dave Love  <fx@gnu.org>
4816         * emacs-lisp/rx.el: Doc fixes.
4817         (rx-constituents): Add/extend many forms.
4818         (rx-check): Check form is a list.
4819         (bracket): Defvar.
4820         (rx-check-any, rx-any, rx-check-not): Modify.
4821         (rx-not): Simplify.
4822         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4823         (rx-kleene): Use rx-trans-forms.
4824         (rx-quote-for-set): Delete.
4825         (rx): Allow multiple args.
4827 2004-04-23  Kenichi Handa  <handa@m17n.org>
4829         * international/mule-util.el (char-displayable-p): Simplify by
4830         using internal-char-font.
4832 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4834         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4836 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * diff-mode.el (diff-next-error): New fun.
4839         (diff-mode): Use it.
4841         * simple.el (next-error): Change arg name.
4842         Add support for the documented C-u C-x ` usage.
4844         * frame.el (special-display-popup-frame, next-multiframe-window)
4845         (previous-multiframe-window): Only consider frames on same display.
4847 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
4849         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4850         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4852 2004-04-22  Kim F. Storm  <storm@cua.dk>
4854         * net/telnet.el (telnet): Add optional port arg.
4856 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4858         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4859         Minor sanity check on the `hyperlink' slot.
4861         * Makefile.in (recompile): Compile new files.
4863         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4864         Add byte-recompile-directory's optional `arg'.
4866         * cvs-status.el (cvs-tree-use-charset): New var.
4867         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4868         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4869         (cvs-status-cvstrees): Use it.
4871         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4872         Make it a normal major mode.
4873         (checkdoc-buffer-label): Make sure the file name is meaningful.
4874         (checkdoc-output-to-error-buffer): Remove.
4875         (checkdoc-error, checkdoc-start-section): Rewrite.
4877         * info.el (info-node, info-menu-5, info-xref, info-header-node)
4878         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4879         (Info-title-4-face): Use new syntax.
4880         (info-xref-visited): Inherit from info-xref.
4882         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4884 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4886         * simple.el (next-error-last-buffer, next-error-function):
4887         New variables for the next-error framework.
4888         (next-error-buffer-p): New function.
4889         (next-error-find-buffer): Generalize compilation-find-buffer.
4890         (next-error, previous-error, first-error, next-error-no-select)
4891         (previous-error-no-select): Move from compile.el.
4893         * replace.el (occur-next-error, occur-1): Hook into the next-error
4894         framework.
4896         * progmodes/compile.el (compilation-start):
4897         Set next-error-last-buffer so next-error knows where to jump.
4898         (compilation-setup): Set the buffer-local variable
4899         next-error-function to 'compilation-next-error-function.
4900         (compilation-buffer-p, compilation-buffer-internal-p): Use an
4901         alternate way to find if a buffer is a compilation buffer, for
4902         next-error convenience.
4903         (next-error-no-select, previous-error-no-select, next-error)
4904         (previous-error, first-error): Move to simple.el.
4905         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4906         (compilation-last-buffer): Remove.
4907         (compilation-start, compilation-next-error, compilation-setup)
4908         (compilation-next-error-function, compilation-find-buffer):
4909         Remove compilation-last-buffer use.
4911 2004-04-21  Juanma Barranquero  <lektu@terra.es>
4913         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4914         (font-lock-warning-face): Fix spacing.
4916         * makefile.w32-in (WINS): Add url/ directory.
4918 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
4920         * desktop.el (desktop-buffer-mode-handlers): New variable.
4921         Alist of major mode specific functions to restore a desktop buffer.
4922         (desktop-buffer-handlers): Make variable obsolete.
4923         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4924         Catch errors signaled in handlers.  Update buffer count.
4925         Evaluate desktop-buffer-point.
4926         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4927         move to dired.el.
4928         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4929         move to info.el.
4930         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4931         move to mail/rmail.el.
4932         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4933         to mh-e/mh-e.el.
4934         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4935         On fail, print message (to message buffer) even if
4936         desktop-missing-file-warning is nil.
4937         (desktop-buffer-misc-data-function): New buffer local variable.
4938         Function returning major mode specific data.
4939         (desktop-buffer-misc-functions): Make variable obsolete.
4940         (desktop-save): Use desktop-buffer-misc-data-function.
4941         (desktop-buffer-dired-misc-data): Rename to
4942         dired-desktop-buffer-misc-data and move to dired.el.
4943         (desktop-buffer-info-misc-data): Rename to
4944         Info-desktop-buffer-misc-data and move to info.el.
4945         (desktop-read): Add message about number of buffers restored/failed.
4947         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4948         Add parameters.  Pause to display error only when
4949         desktop-missing-file-warning is non-nil.
4950         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
4951         (dired-mode): Bind desktop-buffer-misc-data-function.
4953         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4954         Add Parameters.
4955         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
4956         (Info-mode): Bind desktop-buffer-misc-data-function.
4958         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4959         Add Parameters.
4961         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4962         Add Parameters.
4964 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
4966         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4967         the case of letters in case-insensitive expansions when the
4968         abbrev is preceded by characters with letter syntax.
4970 2004-04-21  Richard M. Stallman  <rms@gnu.org>
4972         * progmodes/cperl-mode.el (cperl-putback-char):
4973         Delete Emacs 18 definition.
4975         * international/mule.el (ctext-post-read-conversion):
4976         Use assoc-string, not assoc-ignore-case.
4978         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4980         * emacs-lisp/easymenu.el (easy-menu-add):
4981         Do call x-popup-menu, but only if it's defined.
4983         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4985         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4986         Handle multiple args: compile like progn.
4988         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4989         take all args as &rest arg.
4991         * autoinsert.el (auto-insert-alist): Insert the user's name in
4992         copyright notice, rather than Free Software Foundation.
4994 2004-04-21  Kenichi Handa  <handa@m17n.org>
4996         * descr-text.el (describe-char): Make it work on *Help* buffer.
4998 2004-04-21  Kim F. Storm  <storm@cua.dk>
5000         * image.el (insert-image): Add optional SLICE arg.
5001         (insert-sliced-image): New defun.
5003 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5005         * subr.el (read-number): Check whether `default' is nil.
5007 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * progmodes/compile.el (compilation-error-properties):
5010         Split into two.
5011         (compilation-internal-error-properties): New one.
5012         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
5014 2004-04-20  Richard M. Stallman  <rms@gnu.org>
5016         * window.el (split-window-save-restore-data):
5017         Don't update the data if OLD-INFO is nil.
5019         * view.el (view-return-to-alist): Mark it permanent local.
5021         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5023         * recentf.el (recentf-save-list): Catch and warn about errors.
5025         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5026         so "Buffers" won't be pure.
5028         * help-mode.el (help-mode-finish): Set help-return-alist first
5029         thing, setting only the entry for the selected window.
5031         * help-fns.el (describe-function-1): If many non-control non-meta
5032         keys run the command, don't list all of them.
5034 2004-04-20  Juanma Barranquero  <lektu@terra.es>
5036         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5037         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
5039         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5041 2004-04-20  Kenichi Handa  <handa@m17n.org>
5043         * international/quail.el (quail-lookup-key): New optional arg
5044         NOT-RESET-INDICES.
5045         (quail-get-translations): Call quail-lookup-key with
5046         NOT-RESET-INDICES t.
5047         (quail-completion): Likewise.
5048         (quail-lookup-map-and-concat): Likewise.
5050 2004-04-20  Kenichi Handa  <handa@m17n.org>
5052         * international/quail.el (quail-update-translation): Don't insert
5053         such an unsupported multibyte char in a unibyte buffer.
5055 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
5057         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5058         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5059         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5060         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5061         (gdb-frame-assembler-buffer): Improve behaviour with
5062         multiple frames.
5063         (gdb-display-buffer): Extend search to all visible frames.
5065 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
5067         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5068         characters left after base64 decoding.
5069         (rmail-decode-region): Use -dos variety of `coding', to remove any
5070         ^M characters left after qp or base64 decoding.
5072 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5074         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5075         messages.
5077 2004-04-19  Stephen Eglen  <stephen@gnu.org>
5079         * add-log.el (add-change-log-entry): Update doc string to mention
5080         add-log-full-name and add-log-mailing-address.
5082 2004-04-18  Juri Linkov  <juri@jurta.org>
5084         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5085         (Info-find-node-2): Simplify error message.
5086         (Info-insert-dir): Use Info-following-node-name.
5087         (Info-goto-node): Remove *info-history* and *info-toc*.
5088         (Info-history): Create a node of the virtual history file.
5089         (Info-toc): Create a node of the virtual toc file.
5090         (Info-insert-toc): New arg `curr-file' for reference file names.
5091         (info-apropos): Remove redundant var binding for temp-file.
5092         (Info-index, Info-index-next, Info-mode): Doc fix.
5093         (Info-goto-emacs-command-node): Don't jump to *info* from
5094         non-*info* Info buffers.
5095         (Info-fontify-node): Don't show the file name of external
5096         references if `Info-hide-note-references' is `hide'.  Don't hide
5097         newlines at the end of paragraphs.
5099         * international/mule-diag.el (list-input-methods):
5100         Fix args to help-xref-button.
5102         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5103         to put into effect local variables from TUTORIAL files.
5105         * textmodes/paragraphs.el (sentence-end) <function>: New fun
5106         with default value taken from the variable `sentence-end'.
5107         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
5108         Add nil const to :type.
5109         (sentence-end-without-period, sentence-end-double-space)
5110         (sentence-end-without-space): Doc fix.
5112         * textmodes/paragraphs.el (forward-sentence):
5113         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5114         (fill-delete-newlines):
5115         * progmodes/cc-cmds.el (c-beginning-of-statement):
5116         Use function `sentence-end' instead of variable `sentence-end'.
5118 2004-04-18  Andreas Schwab  <schwab@suse.de>
5120         * progmodes/compile.el (compilation-start): Set window start to
5121         point-min if compilation-scroll-output is nil.
5123 2004-04-18  John Wiegley  <johnw@newartisans.com>
5125         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5127 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
5129         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5130         (gdb-info-breakpoints-custom): Revert previous change.
5131         (gdb-view-assembler): Update assembler if necessary.
5132         (gdb-frame-handler): Parse correctly for gdb-current-frame.
5133         (gdb-display-source-buffer): Update properly when both source and
5134         assembler are visible.
5136 2004-04-17  John Wiegley  <johnw@newartisans.com>
5138         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5139         which limits the number of names shown in the minibuffer.  Off by
5140         default.
5141         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
5142         up iswitchb for users with a multitude of open buffers by showing
5143         only the first and last N/2 buffers in the completion list (which
5144         is enough to aid C-s/C-r, and to know that more characters are
5145         needed to refine the completion list).
5147 2004-04-17  Richard M. Stallman  <rms@gnu.org>
5149         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5150         (file-truename): Expand all ~ constructs directly.
5151         (insert-directory): Delete any error msg output by the
5152         `insert-directory-program'.
5154         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5155         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5156         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5157         (allout-init): Use find-file-hook, not find-file-hooks.
5158         (allout-mode): Eliminate Emacs 18 support.
5159         Use write-contents-functions, not local-write-file-hooks.
5161 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
5163         * progmodes/compile.el (compilation-error-properties): Fix for
5164         adding messages when there are already markers for their file.
5165         (compilation-fake-loc): New function.
5167 2004-04-16  Dave Love  <fx@gnu.org>
5169         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5170         (python-load-file): Fix python-orig-start setting.
5172         * progmodes/compile.el: Doc fixes.
5173         (compilation-error-regexp-alist-alist)
5174         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5175         (compilation-assq): Wrap in eval-when-compile.
5176         (compilation-mode-font-lock-keywords): Don't use list*.
5177         (compilation-start): Avoid warning.
5178         (compilation-compat-error-properties)
5179         (compilation-directory-properties): Add keymap property.
5180         (compilation-parsing-end): Make it a marker for better compatibility.
5182         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5184 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
5186         * xml.el: Doc fixes.
5187         (xml-get-children): Only looks at sub-tags and ignore strings.
5189         * xml.el (xml-parse-tag): Avoid overwriting node-name.
5191 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5193         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5195 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
5197         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5199         * vc.el (vc-print-log): Likewise.
5201 2004-04-16  Masatake YAMATO  <jet@gyve.org>
5203         * simple.el (completion-setup-function): Set an initial value
5204         to `element-common-end' before entering loop.  Set a value
5205         to `element-common-end' at the end of loop.
5206         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5207         (completions-common-part): Rename from completion-de-emphasis.
5208         (completions-first-difference): Rename from completion-emphasis.
5209         Suggested by RMS.
5211 2004-04-16  Juanma Barranquero  <lektu@terra.es>
5213         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5214         (bookmark-edit-annotation-mode): Add mode name.
5216 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5218         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5219         for nested conflict markers.
5220         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5222 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
5224         * progmodes/gdb-ui.el (gdb-goto-info): New function.
5226         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5228 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5231         Give a backtrace if requested.
5233         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5235         * progmodes/python.el (python-mouse-2-command, python-RET-command):
5236         Remove unused functions.
5237         (python-orig-start-line, python-orig-file): Remove.
5238         (python-orig-start): New var.
5239         (python-input-filter, python-compilation-line-number)
5240         (python-send-region, python-load-file): Use it.
5242         * info.el (info): Always jump to *info*.
5244         * subr.el (posn-set-point): New function.
5246         * mouse.el (mouse-set-point): Use it.
5248         * progmodes/compile.el (compile-goto-error): Use it.
5249         (compilation-button-map): New keymap.
5250         (compilation-error-properties): Use it.
5251         (compilation-shell-minor-mode-map): Don't bind mouse-2.
5253         * smerge-mode.el (smerge-popup-context-menu): Use it.
5255         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5256         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5257         mouse and non-mouse case.
5259         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5260         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5262         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5263         Make it work for non-mouse events.
5265         * pcvs-info.el (cvs-status-map): Update binding name.
5267 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
5269         * xml.el (xml-maybe-do-ns): New function to handle namespace
5270         parsing of both attribute and element names.
5271         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5272         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5273         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
5274         (xml-parse-attlist): Make it do its own namespace parsing.
5276 2004-04-14  Dave Love  <fx@gnu.org>
5278         * progmodes/python.el (run-python): Fix use of \n.
5279         (python-load-file): Remove `try' from Python fragment.
5280         (python-describe-symbol): Fix message.
5282         * comint.el: Doc fixes.
5283         (comint-last-input-start, comint-last-input-end)
5284         (comint-last-output-start): Give them values.
5285         (comint-arguments): Avoid warning.
5286         (comint-skip-prompt): Use line-end-position.
5287         (comint-backward-matching-input): Rename arg to agree with doc.
5288         (comint-extract-string): Use syntax-ppss.
5289         (comint-dynamic-simple-complete): Delete useless list construction.
5290         (comint-redirect-subvert-readonly): New.
5291         (comint-redirect-preoutput-filter): Use it.
5293         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5294         Correctly handle negative arguments when calling hook functions.
5296 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
5298         * info.el (info-apropos): Don't clobber Info-history-list.
5300 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
5302         * progmodes/compile.el (compilation-setup):
5303         Localize overlay-arrow-position.
5304         (compilation-sentinel): Restructure code equivalently.
5305         (compilation-next-error): Find message on same line after point if
5306         not found before point.
5307         (compile-mouse-goto-error): Restore function so that compilation
5308         buffer need not be current and use compile-goto-error.
5309         (compile-goto-error): Restore function.
5310         (next-error): Set overlay-arrow-position.
5311         (compilation-forget-errors): Don't localize already local
5312         compilation-locs and remove FIXME about refontifying.
5314 2004-04-14  Kim F. Storm  <storm@cua.dk>
5316         * startup.el (emacs-quick-startup): New defvar (set by -Q).
5317         (command-line): New option -Q.  Like -q --no-site-file, but
5318         in addition it also disables menu-bar, tool-bar, scroll-bars,
5319         tool-tips, and the blinking cursor.
5320         (command-line-1): Skip startup screen if -Q.
5321         (fancy-splash-head): Use ":align-to center" prop to center splash image.
5323         * emulation/cua-base.el (cua-read-only-cursor-color)
5324         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
5326 2004-04-13  Dave Love  <fx@gnu.org>
5328         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
5329         (syntax): Don't require.
5330         (python) <defgroup>: Add :version.
5331         (python-quote-syntax): Re-written.
5332         (inferior-python-mode): Move stuff here from run-python and add
5333         some more.
5334         (python-preoutput-continuation, python-preoutput-result)
5335         (python-dotty-syntax-table): New.
5336         (python-describe-symbol): Use them.
5337         (run-python): Move stuff to inferior-python-mode.  Modify code
5338         loaded into Python.
5339         (python-send-region): Use python-proc, python-send-string.
5340         (python-send-string): Send newlines too.  Callers changed.
5341         (python-load-file): Re-written.
5342         (python-eldoc-function): New.
5343         (info-look): Don't require.
5344         (python-after-info-look): New.  A modified version of former
5345         top-level code for use with eval-after-load.
5346         (python-maybe-jython, python-guess-indent): Use widened buffer.
5347         (python-fill-paragraph): Re-written.
5348         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
5349         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
5351 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
5354         Set compilation-error-regexp-alist earlier.
5356         * progmodes/compile.el (compilation-minor-mode-map)
5357         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
5358         (compile-goto-error): Re-merge the mouse and non-mouse commands.
5360 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5362         * progmodes/compile.el (compile-goto-error): Select the buffer/window
5363         corresponding to the event.
5365 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
5367         * loadup.el: Add cygwin to system-type list, for unexec() support.
5369 2004-04-12  John Paul Wallington  <jpw@gnu.org>
5371         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
5372         (ibuffer-restore-window-config-on-quit): New variable to replace
5373         `ibuffer-delete-window-on-quit'.  Update all references.
5374         (ibuffer-prev-window-config): New variable.
5375         (ibuffer-quit): Restore previous window configuration instead of
5376         deleting window.
5377         (ibuffer): Save window configuration before showing Ibuffer buffer.
5379         * help.el (describe-mode): Doc fix.
5381 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
5384         not to treat nil as a function.
5386         * vc-arch.el (vc-arch-root): Be a bit more careful.
5387         (vc-arch-register): Save the buffer if we modified it.
5388         (vc-arch-delete-rej-if-obsolete): Save excursion.
5389         (vc-arch-find-file-hook): Use the simpler after-save-hook.
5390         (vc-arch-responsible-p, vc-arch-init-version): New functions.
5392         * net/ldap.el (ldap-search): Use list*.
5394 2004-04-12  Juri Linkov  <juri@jurta.org>
5396         * info.el (Info-follow-reference): Allow multiline reference name.
5398 2004-04-11  Dave Love  <fx@gnu.org>
5400         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
5402         * progmodes/python.el: New file.
5404 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
5406         * vc-hooks.el (vc-arg-list): Function removed.
5407         (vc-default-workfile-unchanged-p): Use condition-case to check for
5408         backward compatibility.
5410         * vc.el (vc-print-log): Use condition-case to check for backward
5411         compatibility.
5413 2004-04-11  Juri Linkov  <juri@jurta.org>
5415         * dired.el (dired-faces): New defgroup.
5416         (dired-header, dired-mark, dired-marked, dired-flagged)
5417         (dired-warning, dired-directory, dired-symlink, dired-ignored):
5418         New faces.
5419         (dired-header-face, dired-mark-face, dired-marked-face)
5420         (dired-flagged-face, dired-warning-face, dired-directory-face)
5421         (dired-symlink-face, dired-ignored-face): New face variables.
5422         (dired-font-lock-keywords): Use them instead of font-lock faces.
5423         Split the rule for dired marks into 3 separate rules: for marks,
5424         marked file names and flagged file names.
5426         * help-mode.el (help-make-xrefs): Add a final newline to the
5427         *Help* buffer.
5429 2004-04-11  John Paul Wallington  <jpw@gnu.org>
5431         * replace.el (occur-engine): Distinguish between one and several
5432         matches in the matches per buffer heading.
5434 2004-04-11  Kim F. Storm  <storm@cua.dk>
5436         * ido.el (ido-confirm-unique-completion): New defcustom.
5437         (ido-complete): Use it.
5438         (ido-write-file): Set it to t unconditionally.
5440 2004-04-10  Miles Bader  <miles@gnu.org>
5442         RCS keyword removal (only non-comment changes are enumerated here):
5444         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
5445         (byte-compile-insert-header): Don't use `byte-compile-version'.
5446         * forms.el (forms-version): Variable removed.
5447         (forms-mode): Don't use `forms-version'.
5448         * recentf.el (recentf-version): Variable removed.
5449         * progmodes/delphi.el (delphi-version): Variable removed.
5450         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
5452 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5454         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
5456 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
5458         * info.el (info-apropos): Improve menu item regexp.
5460 2004-04-09  Simon Josefsson  <jas@extundo.com>
5462         * mail/smtpmail.el: Add comment, based on report by
5463         kdc@rcn.com (Kevin D. Clark).
5465 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5468         Redo one more thing that I didn't notice Daniel had undone.
5470 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
5472         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
5473         (gdb-goto-breakpoint, gdb-display-buffer)
5474         (gdb-display-source-buffer, gdb-view-source-function)
5475         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5476         (gdb-source-info, gdb-frame-handler): Don't specify a window
5477         for display.
5478         (gdb-info-breakpoints-custom): Remove superfluous update of
5479         assembler buffer.
5480         (gdb-many-windows): Make settable outside gdb.
5482 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
5484         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5485         Derive from fundamental-mode rather than text-mode.
5487 2004-04-08  Juri Linkov  <juri@jurta.org>
5489         * info.el (Info-history): Doc fix.
5490         (Info-history-list): New var.
5491         (info-xref): Change magenta4 to blue, remove bold for dark and
5492         light backgrounds, change bold to underline for non-color classes.
5493         (info-xref-visited): New face.
5494         (Info-fontify-visited-nodes): New custom.
5495         (Info-hide-note-references): Add new value `hide'.  Doc fix.
5496         (Info-reference-name): New var.
5497         (Info-selection-hook): New custom.
5498         (Info-edit-mode-hook): New var.
5499         (Info-find-file): New fun.
5500         (Info-find-node): Move part of code to Info-find-file.
5501         (Info-find-node-2): Add anchors to Info-history-list.  Move point
5502         to the place with the reference name if name is defined.
5503         (Info-select-node): Add current node to Info-history-list.
5504         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
5505         (Info-search-whitespace-regexp): New custom.
5506         (Info-search-case-fold): New var.
5507         (Info-search): Add "case-sensitively" to the prompt.
5508         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
5509         (Info-search-case-sensitively, Info-search-next): New fun.
5510         (Info-up): Move point to the menu item of the current node.
5511         (Info-history): New fun.  Add *info-history* to
5512         same-window-buffer-names.
5513         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
5514         (Info-insert-toc): New fun.
5515         (Info-build-toc): New fun.
5516         (Info-follow-reference): Add new arg `fork'.  Doc fix.
5517         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
5518         with the same name prefer the reference closest to point.
5519         (Info-next-reference): Replace * by + in the *Note regexp.
5520         Add regexp for http:// and ftp://.  Skip the *Note prefix.
5521         (Info-prev-reference): Replace * by + in the *Note regexp.
5522         Add regexp for http:// and ftp://.  Skip the *Note prefix.
5523         (Info-follow-nearest-node): Add new arg `fork'.
5524         (Info-try-follow-nearest-node): Add new arg `fork'.
5525         Call browse-url for http:// and ftp:// references.
5526         Set Info-reference-name for index entries.
5527         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5528         Info-search-next, Info-history, Info-toc, clone-buffer.
5529         (Info-menu-update): Replace * by + in the *Note regexp.
5530         (Info-mode): Add documentation for Info-history, Info-toc,
5531         Info-search-case-sensitively, Info-search-next, clone-buffer.
5532         (Info-fontify-menu-headers): Remove fun.  Move code to
5533         Info-fontify-node.
5534         (Info-fontify-node): Add docstring.  Add local vars
5535         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
5536         then fontify header line, titles, menu headers, http and ftp
5537         references, refill paragraphs.  If not-fontified-p is t or
5538         fontify-visited-p is t then fontify cross references, menu items.
5539         Fontify menu headers.  Fontify http and ftp references.
5540         Change regexp for cross references to require whitespace after *Note,
5541         add matching groups for file and node names.  Remove hack for quote.
5542         Use display property for Info-hide-note-references=t.  Use fifth
5543         or fourth match for help-echo.  Display visited nodes in a
5544         different face.  Unhide file names of external references.
5545         Unhide newlines.  Display visited menu items in a different face.
5547 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * progmodes/compile.el: Require CL.
5550         (compilation-mode-font-lock-keywords): Re-install the "line as
5551         function" patch.
5553         * help-fns.el (help-C-source-directory): New var.
5554         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5555         (describe-function-1, describe-variable): Use them.
5557         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5558         to C source files specially.
5560 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5562         * info.el (Info-hide-cookies-node): New function.
5563         (Info-select-node): Use it.
5564         (Info-display-images-node): Remove message with image file name.
5566 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
5568         * progmodes/compile.el (compilation-warning-face)
5569         (compilation-info-face, compilation-skip-threshold)
5570         (compilation-skip-visited, compilation-context-lines):
5571         Declare :version when added to Emacs.
5572         (compilation-error-regexp-alist-alist): Extend caml and irix.
5573         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5574         (compilation-mode-font-lock-keywords): Temporarily undo line as
5575         function patch, which wasn't ready.
5577 2004-04-07  Kenichi Handa  <handa@m17n.org>
5579         * international/latin1-disp.el (latin1-display-setup): Check each
5580         character is displayable or not instead of calling
5581         latin1-display-check-font.
5583 2004-04-06  Kenichi Handa  <handa@m17n.org>
5585         * language/ethio-util.el (ethio-sera-being-called-by-w3):
5586         New variable.
5587         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
5588         instead of sera-being-called-by-w3.
5589         (ethio-fidel-to-sera-buffer): Likewise.
5590         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
5591         instead of sera-being-called-by-w3.
5592         (ethio-write-file): Likewise.
5594 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5596         * printing.el: Doc fix.
5598 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
5600         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
5601         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
5602         (gdb-setup-windows): Only use separate IO buffer if required.
5604 2004-04-06  Kim F. Storm  <storm@cua.dk>
5606         * term.el (term-is-xemacs): Remove.
5607         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5608         (term-window-width): New function.
5609         (term-mode, term-check-size): Use it.
5610         (term-mode): Disable overflow-newline-into-fringe in term buffer.
5612 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5614         * cus-edit.el (custom-add-parent-links): Change unbound variable
5615         `symbol' to `name'.
5617 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
5618         * info.el (info-apropos): New function.
5619         (Info-mode-menu): Add it.
5620         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
5622         * help-mode.el (help-make-xrefs): Recognize aliased variable with
5623         inherited docstring.
5625         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
5627 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5629         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
5631         * progmodes/compile.el (font-lock): Don't require any more.
5632         (compilation-error-properties, compilation-start, compilation-sentinel)
5633         (compilation-filter, next-error): Use with-current-buffer.
5634         (compilation-skip-to-next-location, compilation-skip-threshold)
5635         (compilation-skip-visited): Move to silence the byte-compiler.
5636         (compilation-setup): Simplify.
5637         (compilation-next-error): Use line-(beginning|end)-position.
5638         Make sure `pt' is non-nil before using compilation-loop.
5639         (compile-goto-error): Add optional event arg.  Use it.
5640         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
5641         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
5642         Update the binding for mouse-2.
5643         (first-error): Set compilation-current-error to nil rather than bob.
5644         (compilation-parsing-end, compilation-parse-errors-function)
5645         (compilation-error-list, compilation-old-error-list):
5646         "New" compatibility variables.
5647         (compile-buffer-substring, compilation-compat-error-properties)
5648         (compilation-compat-parse-errors, compilation-forget-errors):
5649         New compatibility functions.
5650         (compilation-mode-font-lock-keywords): Use them.
5652 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5654         * autorevert.el (auto-revert-handler): If point (or a window
5655         point) is at the end of the buffer, keep it there after
5656         reverting.  This allows to tail a file.
5657         Mention this in the `Commentary'.
5659         * format.el (format-write-file): Add optional argument CONFIRM
5660         and make it behave like the analogous argument to `write-file'.
5662 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5664         * progmodes/ebnf2ps.el: Doc fix.
5665         (ebnf-version): New version number (4.2).
5666         (ebnf-syntax): Customization and docstring fix.
5667         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
5668         Put autoloaded funs before first use.
5669         (ebnf-style-database): Add dtd entry.
5670         (ebnf-syntax-alist): Add dtd initialization.
5671         (ebnf-token-sequence): New fun.
5672         (ebnf-comment-table): Add new comment action character.
5673         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
5675         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
5676         Type Definition for XML).
5678         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
5679         * progmodes/ebnf-bnf.el (ebnf-sequence):
5680         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
5681         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
5682         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
5683         Code simplification: call ebnf-token-sequence.
5685 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
5687         * calendar/timeclock.el (timeclock-relative)
5688         (timeclock-get-project-function, timeclock-get-workday-function)
5689         (timeclock-query-out, timeclock-when-to-leave)
5690         (timeclock-when-to-leave-string, timeclock-log-data)
5691         (timeclock-generate-report, timeclock-in): Doc fixes.
5693 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5695         * url/: New dir.  Import the URL package from its repository.
5697 2004-04-03  Andreas Schwab  <schwab@suse.de>
5699         * diff-mode.el (diff-mode): Fix missing quote.
5701 2004-04-03  Juri Linkov  <juri@jurta.org>
5703         * descr-text.el (describe-property-list): Add `font-lock-face'.
5705         * dired.el (dired-font-lock-keywords): Fix permission regexps.
5707 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5709         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
5710         Use utf-16le on little endian machines and utf-16be otherwise.
5712 2004-04-02  David Kastrup  <dak@gnu.org>
5714         * net/browse-url.el (browse-url-generic): Use call-process
5715         instead of start-process to allow browsers that fork and detach.
5717 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
5719         * compile.el (compilation-current-error): New var.
5720         (compilation-setup, compile-mouse-goto-error)
5721         (compile-goto-error, next-error): Use it.
5722         (compilation-skip-to-next-location): Default to t, which gives
5723         contiguous skipping like old compile (where this was redundant).
5724         (compilation-next-error): Prevent previous-* commands from moving
5725         back to message at or just before point.
5727 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
5729         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
5730         (gdb-source-info): Don't display source at startup, if required.
5731         (gdb-show-main): New option.
5732         (gdba): Update documentation.
5733         (gdb-source): Cover case of auto-display output.
5735 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5737         * autorevert.el: Delete obsolete autoload's and defvar's.
5738         (auto-revert-check-vc-info): New user option.
5739         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5740         (auto-revert-handler-vc): Delete.
5741         (auto-revert-handler): Treat return value `fast' of
5742         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
5744         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5745         return `fast'.
5747         * files.el (buffer-stale-function): Doc change.
5749 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5751         * printing.el: New tip on Tips section.
5752         (pr-version): New version number (6.7.4).
5753         (pr-shell-file-name): Initialization fix.
5755 2004-03-31  Juri Linkov  <juri@jurta.org>
5757         * dired.el: Add autoload for `dired-do-touch'.
5758         (dired-touch-program): New var.
5759         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5760         (dired-no-confirm): Add `touch' to docstring.
5762         * dired-aux.el (dired-do-touch): New fun.
5763         (dired-do-chxxx): Add argument -t for touch operation.
5765         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5766         `dired-move-to-filename-regexp'.
5768 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
5770         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5772 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5774         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5775         and only if the buffer was modified.
5777 2004-03-30  Kenichi Handa  <handa@m17n.org>
5779         * international/characters.el: Delete pairs for U+2308..U+230B.
5781 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
5783         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5784         to detect the beginning of a level 2 or 3 annotation.
5786 2004-03-29  Kenichi Handa  <handa@m17n.org>
5788         * international/ucs-tables.el (ucs-insert): Fix the error message.
5790 2004-03-29  Kenichi Handa  <handa@m17n.org>
5792         * international/mule-util.el (char-displayable-p): Fix generation
5793         of XLFD file name.
5795         * Makefile.in (setwins, setwins_almost): Change directory to $wd
5796         before finding directories by `find'.
5798 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5800         * subr.el (interactive-form): Delete.  Now implemented in C.
5802         * pcvs.el (cvs-parse-process): Workaround for Darwin.
5804         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5805         (vc-diff-label): New fun.
5806         (vc-diff-internal): Use it.
5808         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5810 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5812         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5814         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5815         specify XML (EBNFX).
5817         * progmodes/ebnf2ps.el: Doc fix.
5818         (ebnf-version): New version number (4.1).
5819         (ebnf-syntax): Adjust customization.
5820         (ebnf-style-database): Add ebnfx entry.
5821         (ebnf-syntax-alist): Add ebnfx initialization.
5822         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5824         * printing.el: Doc fix.
5825         (pr-version): New version number (6.7.3).
5826         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5827         returns nil for mouse position.  Reported by Drew Adams
5828         <drew.adams@oracle.com>.
5829         (pr-update-menus): Modify interactive declaration.  Reported by Drew
5830         Adams <drew.adams@oracle.com>.
5832 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
5834         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5835         (gud-gdba-marker-filter): Log the process input and output, if
5836         required.  From Stefan Monnier.
5837         (gdb-debug-log, gdb-enable-debug-log): New variables.
5838         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5840 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5842         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5843         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5845 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
5847         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5848         Call vc-find-file-hook here instead of in auto-revert-buffers.
5849         (auto-revert-buffers): Delete call to vc-find-file-hook.
5850         (auto-revert-verbose, global-auto-revert-non-file-buffers)
5851         (global-auto-revert-mode, auto-revert-set-timer)
5852         (auto-revert-handler, auto-revert-buffers): Doc fixes.
5854 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
5856         * woman.el (woman-change-fonts): Rename local variable
5857         woman-font-alist to font-alist to avoid a compiler warning.
5859 2004-03-27  Dave Love  <fx@gnu.org>
5861         * emacs-lisp/rx.el (rx): Doc fix.
5862         Fix copyright years.
5864         * strokes.el (strokes-global-set-stroke-string): New function.
5865         (strokes-list-strokes): Cope with strings, not just commands.
5866         Set foreground colour of image.
5867         (strokes-global-set-stroke): Doc fix.
5869 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
5871         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5872         Auto Revert mode.
5873         (Buffer-menu-files-only): New variable.
5874         (Buffer-menu-toggle-files-only): New function.
5875         (Buffer-menu-mode-map): Bind it to `T'.
5876         (Buffer-menu-mode): Mention `T' in docstring.
5877         Set buffer-stale-function.
5878         (list-buffers-noselect): Mark buffer non-modified and set
5879         Buffer-menu-files-only.
5881         * dired.el (buffer-stale-function): Remove no longer needed defvar.
5883         * autorevert.el (auto-revert-handler): Print revert message
5884         before, rather than after, reverting.
5885         (buffer-stale-function): Move to files.el.
5887         * files.el (buffer-stale-function): Move here from autorevert.el.
5889 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5891         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5893         * calc/calc.el (calc-mode-map): Use mapc.
5895         * apropos.el (apropos-mode): Don't autoload.
5896         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
5897         (apropos): Use it.
5898         (apropos-print): Add optional `text' argument.
5899         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5900         Don't assume point-min == 1.
5902         * bs.el (bs-buffer-list): Use buffer-local-value.
5903         (bs--set-toggle-to-show): Use with-current-buffer.
5905         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5906         New funs.
5907         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
5909         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5911         * dabbrev.el (dabbrev-expand): Fix regexp construction.
5912         (dabbrev--find-expansion): Use pop.
5913         (dabbrev--search): Use match-string-no-properties.
5915         * dired.el (dired-mode): Use run-mode-hooks.
5916         (dired-move-to-end-of-filename): Use match-string.
5918         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5919         is bound before using it.
5920         (ediff-verbose-p): Make it into a var since it's not constant.
5922         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5924         * faces.el (read-face-font): Don't cons up unnecessarily.
5925         (header-line, tool-bar): Share common parts.
5927         * files.el (file-relative-name): Use compare-strings.
5929         * finder.el (finder-mode): Follow coding convention.
5931         * subr.el (read-number): New function.
5933         * ses.el (ses-read-number): Move to subr.el.
5934         (ses-set-header-row): Use read-number.
5936 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
5938         * vc-hooks.el (vc-arg-list): New function, which handles both
5939         compiled and uncompiled code.
5940         (vc-default-workfile-unchanged-p): Use it.
5942         * vc.el (vc-print-log): Undo prev change, use new function
5943         vc-arg-list from vc-hooks.el.
5945 2004-03-26  Masatake YAMATO  <jet@gyve.org>
5947         * simple.el (completion-setup-function): Emphasize the
5948         first uncommon characters in the completions; and de-emphasize
5949         the common prefix substrings.
5950         (completion-emphasis): New face.
5951         (completion-de-emphasis): New face.
5953 2004-03-25  Juanma Barranquero  <lektu@terra.es>
5955         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5956         Comment out (it's unused and unfinished code).
5958 2004-03-25  Sam Steingold  <sds@gnu.org>
5960         * vc.el (vc-print-log): Fix a bug in the last patch:
5961         backend-function may be a byte-compiled object, not a lambda.
5963 2004-03-25  Juri Linkov  <juri@jurta.org>
5965         * descr-text.el (describe-property-list): Add a button
5966         for `face' property that calls `describe-face'.
5967         Suggested by luis fernandes <elf@ee.ryerson.ca>
5969         * international/mule.el (keyboard-coding-system):
5970         * kmacro.el (kmacro-call-macro): Fix docstring.
5972         * dired.el: Fix comments.
5974         * textmodes/fill.el (fill): Fix Info link.
5976         * font-lock.el (fast-lock, lazy-lock):
5977         * jit-lock.el (jit-lock): Remove links to removed Support Modes
5978         Info node.
5980         * eshell/eshell.el (eshell): Fix broken info-link.
5982         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5983         * eshell/em-banner.el (eshell-banner):
5984         * eshell/em-smart.el (eshell-smart):
5985         * eshell/esh-cmd.el (eshell-cmd):
5986         Comment out broken info-links to incomplete Info manual.
5988         * info-xref.el: Fix commentary.
5990 2004-03-25  Kevin Ryde  <user42@zip.com.au>
5992         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5993         Remove spurious node duplicate suppression, doesn't work, not wanted.
5994         (info-xref-output): Take format style args, add "sit-for 0" to let
5995         user see the results as they progress.
5996         (info-xref-check-all-custom): New function.
5998 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
6000         * gdb-ui.el: Moved to progmodes.
6002 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6004         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6006 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6008         * calendar/appt.el (appt-check): Remove superfluous progn.
6009         When finished with diary buffer: if it was not being displayed
6010         before, kill it; otherwise restore its original state.
6011         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6013         * calendar/calendar.el (calendar-set-mode-line): Use total
6014         available mode-line width, rather than frame-width.
6016         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6017         after mode change so effect not lost.
6019 2004-03-23  Dave Love  <fx@gnu.org>
6021         * dired.el (dired) <defgroup>: Add link to manual.
6022         (dired-font-lock-keywords): Add highlighting on unusual permissions.
6023         (dired-revert): Use dolist.
6024         (dired-mode-map): Add U binding.
6025         (dired-mode): Add font-lock-beginning-of-syntax-function.
6026         (dired-garbage-files-regexp): Make it a defcustom.
6028 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6031         is equivalent to nil.
6032         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6033         (vc-arch-mode-line-string): Accept `added' state.
6034         (vc-arch-state): Use inode-sigs if available.
6035         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6036         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
6037         (vc-arch-tagline-re): New var.
6038         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6039         New functions.
6040         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6041         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6043         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6044         (vc-file-not-found-hook): Use it.
6046         * diff-mode.el (diff-default-read-only): Change default.
6047         (diff-mode-hook): Make it a defcustom.  Add some options.
6048         (diff-mode-map): Bind diff-refine-hook.
6049         (diff-yank-handler): New var.
6050         (diff-yank-function): New fun.
6051         (diff-font-lock-keywords): Use them.
6052         (diff-end-of-file): Handle case where file-header looks like diff text.
6053         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6054         (diff-file-kill): Delete a subsequent empty line, if applicable.
6055         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6056         (diff-find-file-name): Use it.
6057         (diff-tell-file-name): New command.
6058         (diff-mode): Be careful with view-mode.
6059         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6060         New functions, for use in diff-mode-hook.
6061         (diff-find-source-location): Catch "regex too large" errors.
6062         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6063         (diff-refine-hunk): New command.
6065         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6066         (smerge-context-menu-map): Remove unused var.
6067         (smerge-keep-all): Preserve markers.
6068         (smerge-keep-n): New fun.
6069         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6070         (smerge-keep-current, smerge-ediff): Use it.
6071         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
6072         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6073         (smerge-resolve): Resolve trivial 3-part conflicts.
6075 2004-03-23  Juri Linkov  <juri@jurta.org>
6077         * man.el (Man-width): New var.
6078         (Man-getpage-in-background): Use it.
6079         (Man-support-local-filenames): New var and fun.
6080         (Man-build-man-command): Don't add a second %s.
6081         (Man-fontify-manpage): Clean up message.
6082         (Man-mode): Set outline-regexp, outline-level,
6083         imenu-generic-expression.
6085         * woman.el (woman-fill-frame): Doc fix.
6086         (woman-decode-region): Use window-width instead of frame-width.
6088         * abbrevlist.el (list-one-abbrev-table):
6089         * descr-text.el (describe-char):
6090         * international/mule-diag.el (describe-current-coding-system):
6091         * international/quail.el (quail-insert-decode-map):
6092         Use window-width instead of frame-width.
6094         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6095         (jka-compr-mode-alist-additions): Add tbz.
6096         (jka-compr-write-region, jka-compr-insert-file-contents):
6097         Add message for undefined compress-program.
6098         (jka-compr-write-region): Remove redundant var bindings.
6100         * dired-x.el (dired-guess-shell-alist-default): Add choices for
6101         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
6102         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6103         (dired-man): Use dired-guess-shell-command.
6104         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6105         Change default nil to t.
6107         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6108         (dired-compare-directories): Add default value for empty input.
6110         * help-at-pt.el: Move suggestions for key bindings to Commentary.
6112         * time.el (display-time-string-forms): Fix help-echo date format.
6114 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
6116         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6117         (buffer-stale-function): New variable.
6118         (auto-revert-list-diff, auto-revert-dired-file-list)
6119         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6120         (auto-revert-handler): Take over some functionality of deleted
6121         functions.
6122         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6124         * dired.el (dired-directory-changed-p): New fun, extracted from
6125         dired-internal-noselect.
6126         (dired-buffer-stale-p): New fun.
6127         (dired-internal-noselect): Use dired-directory-changed-p.
6128         Eliminate revert messages.
6129         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6131 2004-03-23  Kenichi Handa  <handa@m17n.org>
6133         * international/characters.el: Setup syntaxes for more parentheses
6134         Unicode characters.
6136         * international/mule-cmds.el (select-safe-coding-system):
6137         Merge coding-system and auto-cs before comparing them.
6139 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6141         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6143         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6144         normal-auto-fill-function and comment-indent-function.
6145         The default values now work just as well.
6146         Don't set font-lock-beginning-of-syntax-function since we already set
6147         syntax-begin-function.
6148         (lisp-outline-level): Put ;;;###autoload at same level as (.
6149         (prin1-char): Quote special chars.
6151         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6152         than with-no-warnings.
6154         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6155         if the source location can't be found.
6156         (edebug-compute-previous-result): Use prin1-char.
6158         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6159         (debug-ignored-errors): Add an entry.
6161         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6162         (byte-compile-file): Output warning when deleting a file.
6164         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6165         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6167         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6168         (byte-compile-inline-expand): Use backquote.
6169         (byte-optimize-pure-func): Rename from byte-optimize-concat.
6170         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6172         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6174         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6176 2004-03-22  Juri Linkov  <juri@jurta.org>
6178         * finder.el (finder-known-keywords): Fix data, tex, unix.
6180         * play/landmark.el: Fix keywords.
6182         * language/ethio-util.el (ethio-find-file): Doc fix.
6184         * emacs-lisp/warnings.el: Doc fix.
6186         * textmodes/ispell.el (ispell-help): Doc fix.
6188 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
6190         * format.el (format-insert-file): Always return a list of two
6191         elements, like insert-file-contents does.
6193 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
6195         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6196         and vc-BACKEND-diff.
6197         (vc-print-log): If the print-log implementation supports it, use
6198         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6199         (vc-version-diff, vc-diff-internal): Doc fixes.
6201         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6202         implementation supports it, let diff output go to *vc*,
6203         not *vc-diff*, since this is an internal call.
6205         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6207         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6209         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6211 2004-03-21  Dave Love  <fx@gnu.org>
6213         * progmodes/cfengine.el (cfengine-mode):
6214         Set parse-sexp-ignore-comments.
6216         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6218 2004-03-21  Juanma Barranquero  <lektu@terra.es>
6220         * allout.el (allout-mode): Fix docstring.
6222 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
6224         * files.el (insert-directory): Fix bug if SWITCHES is a list.
6226         * autorevert.el (auto-revert-interval): Make new value take
6227         effect immediately when set through Custom.
6228         (auto-revert-set-timer): Add interactive declaration.
6230 2004-03-19  David Ponce  <david@dponce.com>
6232         * ruler-mode.el (ruler-mode-header-line-format-old):
6233         Don't `make-variable-buffer-local'.
6234         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6235         (ruler-mode-header-line-format): Simply funcall the above.
6236         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6237         to save/restore a previous header line format.
6238         (ruler-mode-space): Don't depend on a numeric WIDTH value.
6239         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6240         fringes and margins width.
6241         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6243 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * log-edit.el (log-edit-font-lock-keywords): Typo.
6247         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6248         (tex-send-tex-command): Rather than here.
6249         (tex-compilation-parse-errors): Simplify.
6251         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6253         * time.el (display-time-string-forms): Add help-echo with date on time.
6255         * composite.el (compose-region): Use restore-buffer-modified-p.
6257         * disp-table.el (standard-display-8bit): Simplify.
6259         * server.el (server-process-filter): Delete temp frame.
6261         * add-log.el (add-change-log-entry): Simplify.
6263 2004-03-19  Kim F. Storm  <storm@cua.dk>
6265         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6266         (hexl-follow-line): Don't require 'fringe.
6268         * progmodes/compile.el (compilation-start): Always set
6269         compilation-last-buffer and return it.
6271 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
6273         * simple.el (clone-buffer): Doc fix.
6275 2004-03-18  Juanma Barranquero  <lektu@terra.es>
6277         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6279 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * log-edit.el (log-edit-font-lock-keywords): New var.
6282         (log-edit-mode): Use it.
6284 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
6286         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6287         properly for watching in speedbar.
6289 2004-03-17  Masatake YAMATO  <jet@gyve.org>
6291         * smerge-mode.el (smerge-popup-context-menu):
6292         Put `unwind-protect' around `overlay-put' and `popup-menu'.
6294 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6296         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6297         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6298         Take sealed revisions into account.
6299         (vc-arch-checkin): Extract a summary line from the message.
6301 2004-03-16  Masatake YAMATO  <jet@gyve.org>
6303         * register.el (register): Provide `register' feature.
6305 2004-03-15  Masatake YAMATO  <jet@gyve.org>
6307         Added context menu support in smerge mode.
6308         Most of the part is written by Stefan Monnier.
6310         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
6311         New keymap and menu.
6312         (smerge-text-properties): New function.
6313         (smerge-remove-props): New function.
6314         (smerge-popup-context-menu): New function.
6315         (smerge-resolve): Call `smerge-remove-props'.
6316         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
6317         (smerge-keep-current): Ditto.
6318         (smerge-kill-current): New function.
6319         (smerge-match-conflict): Put text properties.
6320         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
6322 2004-03-15  David Ponce  <david@dponce.com>
6324         * ruler-mode.el: (ruler-mode-left-fringe-cols)
6325         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
6326         (ruler-mode-right-scroll-bar-cols): Remove.
6327         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
6328         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
6329         Use fringe-columns and scroll-bar-columns.
6331 2004-03-15  Masatake YAMATO  <jet@gyve.org>
6333         * hl-line.el (hl-line-range-function): New variable.
6334         (hl-line-move): New function.
6335         (global-hl-line-highlight): Use `hl-line-move'.
6336         (hl-line-highlight): Ditto.
6338         * scroll-bar.el (scroll-bar-columns):
6339         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
6341         * ruler-mode.el (top-level): Require scroll-bar and fringe.
6342         (ruler-mode-left-fringe-cols)
6343         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
6344         (ruler-mode-right-scroll-bar-cols)
6345         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
6346         (ruler-mode-ruler-function): New variable.
6347         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
6348         if the value for `ruler-mode-ruler-function'is given.
6350         * hexl.el (hexl-mode-hook): Make the hook customizable.
6351         (hexl-address-area, hexl-ascii-area): New customize variables.
6352         (hexlify-buffer): Put font-lock-faces on the address area and
6353         the ascii area.
6354         (hexl-activate-ruler): New function.
6355         (hexl-follow-line): New function.
6356         (hexl-highlight-line-range): New function.
6357         (hexl-mode-ruler): New function.
6359 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
6362         (vc-default-find-file-hook): New fun.
6363         (vc-find-file-hook): Call new find-file-hook operation.
6365         * vc-arch.el: New file.
6367 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
6369         * info-look.el (info-lookup): Reuse an existing Info window.
6371 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6373         * woman.el (woman-preserve-ascii): Default value changed to t and
6374         doc string revised.
6376 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6378         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6379         Fix minor bug.
6381         * replace.el (occur-engine): Change message for count of matches.
6383         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6384         For strings, do compare text properties.
6386 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
6388         * progmodes/compile.el (compile-auto-highlight)
6389         (compilation-error-list, compilation-old-error-list)
6390         (compilation-parse-errors-function, compilation-parsing-end)
6391         (compilation-error-message, compilation-directory-stack)
6392         (compilation-enter-directory-regexp-alist)
6393         (compilation-leave-directory-regexp-alist)
6394         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
6395         (compilation-current-file, compilation-regexps): Remove vars.
6397         (compile-error-at-point, compilation-error-filedata)
6398         (compilation-error-filedata-file-name, compile-reinitialize-errors)
6399         (compilation-next-error-locus, compilation-forget-errors)
6400         (count-regexp-groupings, compilation-parse-errors)
6401         (compile-collect-regexps, compile-buffer-substring): Remove funs.
6403         (compile-internal): Make obsolete.
6405         (compilation-first-column, compilation-error)
6406         (compilation-directory-matcher, compilation-page-delimiter)
6407         (compilation-mode-font-lock-keywords, compilation-debug)
6408         (compilation-error-face, compilation-warning-face)
6409         (compilation-info-face, compilation-line-face)
6410         (compilation-column-face, compilation-enter-directory-face)
6411         (compilation-leave-directory-face, compilation-skip-threshold)
6412         (compilation-skip-visited, compilation-context-lines): New vars.
6414         (compilation-warning-face, compilation-info-face)
6415         (compilation-message-face): New faces.
6417         (compilation-error-regexp-alist-alist): New constant.
6419         (compilation-face, compilation-directory-properties)
6420         (compilation-assq, compilation-error-properties, compilation-start)
6421         (define-compilation-mode, compilation-loop)
6422         (compilation-set-window): New functions.
6424         (compile): Additional argument for interactive compiles like TeX.
6426         * progmodes/grep.el (kill-grep): Move here from compile.el
6427         (grep-error, grep-hit-face, grep-error-face)
6428         (grep-mode-font-lock-keywords): New variables.
6429         (grep-regexp-alist): Simplify regexp and add `binary' case.
6430         (grep-mode): New mode.
6431         (grep-process-setup): Simplify.
6433 2004-03-11  Jason Rumney  <jasonr@gnu.org>
6435         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
6436         letters on DOS/Windows.
6438 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6440         * server.el (server-name): New var.
6441         (server-socket-dir): New var to replace server-socket-name.
6442         (server-start): Use them.
6444 2004-03-11  Simon Josefsson  <jas@extundo.com>
6446         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
6447         died to avoid infloop.  Reported by Jonathan Glauner
6448         <jglauner@sbum.org>.
6450 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6452         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
6453         (smerge-mode-menu): Use it to deactivate menu entries.
6454         (smerge-keep-current): New fun.
6455         (smerge-keep-current): Use it.
6457 2004-03-10  John Paul Wallington  <jpw@gnu.org>
6459         * foldout.el (foldout-fold-list, foldout-modeline-string):
6460         Declare them as variables, not constants.
6462 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6464         * ps-print.el: Modification to print *Messages* buffer.
6465         (ps-print-version): New version 6.6.4.
6466         (ps-message-log-max): New fun.
6467         (ps-spool-without-faces, ps-spool-with-faces)
6468         (ps-count-lines-preprint): Code fix.
6470         * printing.el: New tips in Tips section.
6472 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6474         * delim-col.el: Doc fix.
6476         * printing.el: Doc fix.  New doc section (Tips).
6478 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6480         * type-break.el (type-break-emacs-variant): Remove.
6481         (type-break-run-at-time, type-break-cancel-function-timers):
6482         Use fboundp rather than version name and number.
6484 2004-03-09  Masatake YAMATO  <jet@gyve.org>
6486         * hexl.el (hexl-mode): Use `make-local-variable' instead of
6487         `make-variable-buffer-local'.
6489 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
6491         * find-dired.el (find-dired): Call `shell-command' instead of
6492         `start-process-shell-command'.  By this, Tramp takes over
6493         handling of remote directories.
6495 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * newcomment.el (comment-use-global-state): New var.
6498         (comment-search-forward): Use it.
6500         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
6502         * cus-edit.el (fill) <defgroup>: Move to fill.el.
6504         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
6505         (enable-kinsoku): Make it a defcustom.
6506         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
6507         paragraph to same-comment-start-marker.
6509 2004-03-07  Dave Love  <fx@gnu.org>
6511         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
6512         (browse-url-mail): Use it.
6514         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6515         (rfc2368-unhexify-string): Use replace-regexp-in-string.
6517 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6519         * woman.el (woman-man.conf-path): Doc fix.
6520         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6522 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
6524         * sort.el (sort-columns): Remove ms-dos from the list of systems
6525         where the external `sort' command is not used.
6527 2004-03-07  Kim F. Storm  <storm@cua.dk>
6529         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6530         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6531         from overlay-arrow-variable-list.
6532         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6534 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
6536         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6537         overlay arrow string properly for the assembler buffer.
6539 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * mail/sendmail.el (mail-mode): Fix last change.
6543 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
6545         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6546         for the assembler buffer.
6547         (gdb-assembler-custom): Position the overlay arrow.
6548         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6550 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6554         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6555         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6557         * mail/sendmail.el (mail-mode): Set comment-start-skip.
6559         * newcomment.el (uncomment-region): Allow non-terminated comment.
6560         (comment-normalize-vars): Check the user-specified comstart marker.
6562 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
6564         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6565         Otherwise, do use it if the region only contains font-lock text
6566         properties.
6568 2004-03-04  Masatake YAMATO  <jet@gyve.org>
6570         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6571         as the callback function for eldoc.
6572         (hexl-print-current-point-info): New function.
6573         (hexl-current-address): Print the address in both decimal
6574         and hexadecimal format.
6576 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6578         * mail/rmail.el (rmail-convert-to-babyl-format):
6579         Specify t for UNIBYTE when calling mail-unquote-printable-region.
6581         * mail/mail-utils.el (mail-unquote-printable-region):
6582         New arg UNIBYTE.
6584         * startup.el (command-switch-alist): Doc fix.
6586         * simple.el (undo): Temporarily set this-command to `undo-start',
6587         then set it to `undo' once undo-start returns without error.
6589         * simple.el (minibuffer-history-sexp-flag): Doc fix.
6591         * simple.el (kill-line): Don't disregard trailing whitespace
6592         in eol condition, if show-trailing-whitespace is set.
6594         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
6595         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
6596         When disabling, restore old values only if mouse-sel-has-been-enabled.
6598         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
6599         (isearch-{-char): New function.
6600         (isearch-mode-map): Bind { to isearch-{-char.
6602         * font-lock.el (lisp-font-lock-keywords-2):
6603         Turn off the CL with-... and do-... general patterns.
6604         Instead, recognize several specific with... and do... constructs.
6606         * files.el (switch-to-buffer-other-window):
6607         Bind same-window-buffer-names and same-window-regexps to nil.
6608         (switch-to-buffer-other-frame): Likewise.
6610 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
6613         recognizing leading comment on code line.
6615 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
6618         hidden files/directories.
6620 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
6623         only comment-start (in case the mode hasn't set it).
6625         * Makefile.in (AUTOGENEL): New var.
6626         (bootstrap-prepare): Rename from bootstrap-clean.
6627         Don't remove elc files.
6628         (maintainer-clean): New target.
6630         * xml.el (xml-get-attribute-or-nil): Simplify.
6632 2004-03-02  Juri Linkov  <juri@jurta.org>
6634         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
6635         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
6636         URL to prevent their substitution with the environment variable
6637         values by browsers.
6639 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6641         * ps-print.el: Doc fix.
6642         (ps-print-version): New version number (6.6.3).
6643         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
6644         Docstring fix.
6645         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
6646         before printing.
6647         (ps-time-stamp-yyyy-mm-dd): New fun.
6648         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
6650 2004-03-02  Kim F. Storm  <storm@cua.dk>
6652         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
6654 2004-03-01  Juanma Barranquero  <lektu@terra.es>
6656         * allout.el (allout-rebullet-heading): Fix typo in docstring.
6658         * desktop.el (desktop-file-version)
6659         (desktop-after-read-hook): Fix typos.
6660         (desktop-clear-preserve-buffers): Remove redundant info in
6661         docstring already shown by the obsolescence message.
6662         (desktop-truncate, desktop-internal-v2s)
6663         (desktop-value-to-string): Change argument name to match docstring.
6665         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
6667         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
6668         docstring.
6670 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6672         * printing.el: Replace "As Is..." in PostScript file print/preview by
6673         "No Preprocessing...".  Suggested by Colin Marquardt
6674         <_marquardt_@zmd.de>.
6675         (pr-insert-section-4): Adjust buffer interface.
6677 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6679         Version 2.0.39 of Tramp released.
6681         * net/tramp.el (tramp-handle-file-local-copy)
6682         (tramp-handle-write-region, tramp-open-connection-rsh):
6683         Variable name typo.  Small change.  From Patrick Tullmann
6684         <tullmann@flux.utah.edu>.
6685         (tramp-process-connection-type): New variable.
6686         (tramp-maybe-open-connection): Use it.
6687         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
6688         (tramp-touch): Set last-modified time of a remote file.
6689         (tramp-handle-write-region): Say which function is used when encoding.
6691 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
6693         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
6694         case of non-existing filename, too.  Reported by Christoph Bauer
6695         <c_bauer@informatik.uni-kl.de>.
6696         (tramp-smb-get-file-entries): The directory in question should
6697         have permissions "drwxrwxrwx".  Just virtual, because we don't
6698         know the real permissions.  Don't we know?
6699         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
6700         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
6701         (tramp-smb-wait-for-output): Optimize algorithm getting pending
6702         output.  If it was received chunkwise, there have been problems.
6703         Remove the "prompt not found" error message; it is obvious.
6704         Simplify algorithm.
6705         (tramp-smb-process-running): Remove.  Since we acknowledge the
6706         virtual prompt for shares, there's no need for distinction of
6707         reading shares (process ends afterwards) and interactive mode of
6708         smblient.
6709         (tramp-smb-open-connection): Setting process sentinel removed.
6710         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
6711         "NT_STATUS_NETWORK_ACCESS_DENIED".
6712         (tramp-smb-maybe-open-connection): Set `process-connection-type'
6713         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
6714         (top-level): Setting default value in `tramp-default-method-alist'
6715         corrected.  Order of USER and HOST have been wrong.
6716         Nobody complained for months ...
6717         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
6718         (tramp-smb-open-connection): Clear password cache if login has failed.
6720         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
6721         `tramp-unified-filenames'.
6722         (tramp-completion-mode): Make test for XEmacs explicitely.
6723         `event-to-character' can exists in Emacs packages too.
6724         Reported by Matt Swift <swift@alum.mit.edu>.
6725         (tramp-buffer-name): Buffer name must contain the user if exists.
6726         Reported by Adrian Phillips <a.phillips@met.no>.
6727         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
6728         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
6729         (tramp-do-copy-or-rename-file-out-of-band): Rename from
6730         `tramp-do-copy-or-rename-file-one-local', because it handles also
6731         the case both files use the same out-of-band method.
6732         Implementation added.
6733         (tramp-handle-file-local-copy, tramp-handle-write-region):
6734         Out-of-band handling removed.  `copy-file' called instead, which
6735         calls `tramp-do-copy-or-rename-file-out-of-band'.
6736         (tramp-action-password): Check for out-of-band method removed.
6737         This function is used for 'login-program.
6738         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
6739         appropriate.
6740         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6741         and `tramp-parse-sknownhosts'.
6742         (tramp-completion-function-alist): It's a defvar now, because we
6743         want to apply the optimized `tramp-set-completion-function'
6744         instead of a static list.
6745         (tramp-set-completion-function): Implementation tuned.
6746         Avoid double entries, and entries where the function or the
6747         file/directory doesn't exist.
6748         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6749         for SSH2.
6750         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6751         (tramp-handle-dired-compress-file): New function.
6752         (tramp-async-proc): New variable.
6753         (tramp-handle-shell-command): Adding asynchronous processes.
6754         They are far from being perfect, but it works at least for
6755         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6756         (top-level): Require password.el if visible.  Should be mandatory
6757         once No Gnus has found its way into (X)Emacs.
6758         (tramp-read-passwd): Invoke `password-read' if available,
6759         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
6760         fallback any longer.
6761         (tramp-clear-passwd): New function.
6762         (tramp-process-actions, tramp-process-multi-actions):
6763         Clear password cache if login has failed.
6765         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
6766         its own module.
6767         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6768         `ange-ftp-ftp-name-res'.  There could be incorrect values from
6769         previous calls in case the "ftp" method is used in the Tramp file
6770         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6772 2004-02-28  Richard M. Stallman  <rms@gnu.org>
6774         * term.el (term-mouse-paste): Call mouse-set-point.
6776         * thumbs.el: New file.
6778 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6780         * progmodes/ebnf-abn.el: Doc fix.
6782         * progmodes/ebnf-bnf.el: Doc fix.
6783         (ebnf-repeat): Code fix.
6785         * progmodes/ebnf2ps.el: Doc fix.
6786         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6788 2004-02-28  Juri Linkov  <juri@jurta.org>
6790         * ffap.el (dired-at-point): Additional writability test for
6791         relative directory names.
6792         (dired-at-point-prompter): Treat directories as a directory, get
6793         the directory component from files.
6794         (ffap-string-at-point): Return string from region if region is active.
6795         (ffap-file-at-point): Remove redundant code.
6797 2004-02-28  Kim F. Storm  <storm@cua.dk>
6799         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6800         Initialize margin area images to nil.
6801         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6802         (breakpoint-enabled-bitmap-face)
6803         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6804         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6805         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6806         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6807         (gdb-reset): Use gdb-remove-breakpoint-icons.
6808         (gdb-put-string): Add dprop arg to specify alternative display
6809         property (for setting fringe bitmap).
6810         (gdb-remove-strings): Doc fix.
6811         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6812         icon in fringe (if available), or else as icon or text in display
6813         margin.  Creates necessary icons in breakpoint-bitmap,
6814         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6815         Also make left window margin if required.
6816         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6817         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
6818         no longer needed.
6819         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6820         gdb-put-breakpoint-icon.
6821         (gdb-assembler-mode): Don't set left-margin-width here.
6823 2004-02-27  Kevin Ryde  <user42@zip.com.au>
6825         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6826         comma, so that it DTRT in macros.
6828 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6830         * progmodes/sh-script.el (sh-shell-arg)
6831         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6832         (sh-leading-keywords, sh-other-keywords): Fix custom type.
6834 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
6836         * faces.el (face-spec-set-match-display): Add a new attribute,
6837         `min-colors'.
6838         (region, highlight, secondary-selection): Use `min-colors'.
6840         * custom.el (defface): Add documentation for `min-colors'.
6842         * font-lock.el (font-lock-comment-face, font-lock-string-face)
6843         (font-lock-keyword-face, font-lock-function-name-face)
6844         (font-lock-variable-name-face, font-lock-constant-face):
6845         Use `min-colors'.
6847         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6849 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6851         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
6852         define assq-delete-all if it's not defined.
6853         (ebnf-generate-region): Code fix.
6855         * printing.el: Doc fix.
6856         (pr-version): New version number (6.7.2).
6857         (pr-command): Return empty string if command is an empty string.
6859 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6861         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6863         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
6864         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6865         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
6866         "tt" ["test"] ).  Reported by Markus Dreyer
6867         <mdreyer@ix.urz.uni-heidelberg.de>.
6868         (ebnf-version): New version number (4.0).
6869         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6870         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6871         (ebnf-delete-style): New commands.
6872         (ebnf-directory, ebnf-file): New funs.
6873         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6874         (ebnf-production-name-p, ebnf-stop-on-error): New options.
6875         (ebnf-syntax-alist): New var.
6876         (ebnf-element-width): New fun replacing ebnf-list-width.
6877         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6878         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6879         (ebnf-prologue): Adjust vars.
6880         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6881         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6882         (ebnf-check-style-values, ebnf-generate-production)
6883         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6884         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6885         (ebnf-token-repeat): Code fix.
6887         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
6888         %right, %left and %prec.  Suggested by Matthew K. Junker
6889         <junker@alum.mit.edu>.
6890         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6892         * progmodes/ebnf-iso.el: Doc fix.
6893         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6894         (ebnf-iso-lex): Code fix.
6896         * progmodes/ebnf-bnf.el: Doc fix.
6897         (ebnf-bnf-lex): Code fix.
6899         * progmodes/ebnf-otz.el: Doc fix.
6901 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
6903         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
6904         (abbrev-prefix-mark): Doc fix.
6906 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
6908         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6909         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6910         (gdb-var-delete): Make interactive (really).
6911         (gdb-edit-value): Make non-interactive.
6913         * progmodes/gud.el (gud-speedbar-menu-items):
6914         Add gdb-var-delete and, indirectly, gdb-edit-value.
6915         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6916         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6917         (gud-gdb-marker-filter): Add comment for annotations.
6919 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6921         * calendar/calendar.el (generate-calendar)
6922         (calendar-read-date): Prevent display of BC calendars once more -
6923         reverts 2003-10-01 change.
6924         (generate-calendar-month): Doc fix.
6926 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6928         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6929         return value of increment-calendar-month.
6931 2004-02-21  Stephen Compall  <s11@member.fsf.org>
6933         * saveplace.el (save-place-forget-unreadable-files)
6934         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6935         (save-place-forget-unreadable-files): New function.
6936         (save-place-alist-to-file): Use it to filter out files that are
6937         no longer readable.
6939         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6940         current Texinfo environment, using the same method as in
6941         `texinfo-insert-@end', and insert a space rather than a newline if
6942         point in a @table environment.
6944 2004-02-21  Juri Linkov  <juri@jurta.org>
6946         * ffap.el (ffap-file-at-point): Try parent directories.
6948 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
6950         * vcursor.el (vcursor-modifiers): New defcustom.
6951         (vcursor-cs-binding): Use vcursor-modifiers instead of a
6952         hard-coded list.
6954 2004-02-21  Masatake YAMATO  <jet@gyve.org>
6956         * play/animate.el (animate-birthday-present): Accept names other
6957         than `Sarah', too.
6959 2004-02-21  Juri Linkov  <juri@jurta.org>
6961         * startup.el: Remove table of command line arguments from the
6962         Commentary section.
6964 2004-02-20  John Wiegley  <johnw@newartisans.com>
6966         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6967         again" modifier from 'e' to 'E', since 'e' is also used by the
6968         "file extension" modifier.
6970 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
6972         * help-fns.el (describe-categories): Doc fix.
6974 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6976         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6977         temporary file for buffer already visiting one.  This change makes
6978         output likely to be directly usable by patch program.
6979         Suggested by Adrian Aichner  <adrian@xemacs.org>
6981 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
6983         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6984         case of variables defined in compound statements.
6985         (gdb-setup-windows, gdb-source-info, gdb-source-info):
6986         Simplify constructions using switch-to-buffer.
6988 2004-02-19  Simon Josefsson  <jas@extundo.com>
6990         * play/morse.el: Fix typo.
6991         (morse-code): Add @.
6993 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6995         * calendar/appt.el (appt-display-format): Change default to
6996         'ignore, for backwards compatibility.
6997         (appt-display-message): If appt-display-format is 'ignore,
6998         respect old vars appt-msg-window and appt-visible.
6999         (appt-activate): Don't depend on return value of cancel-timer.
7001         * calendar/calendar.el (calendar-holidays): Doc fix.
7003         * calendar/cal-coptic.el (coptic-prompt-for-date):
7004         Use assoc-string instead of assoc-ignore-case.
7005         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7006         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7007         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7008         * calendar/cal-islam.el (calendar-goto-islamic-date)
7009         (mark-islamic-diary-entries): Ditto.
7010         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7011         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7012         (calendar-read-mayan-tzolkin-date): Ditto.
7013         * calendar/calendar.el (calendar-read-date): Ditto.
7014         * calendar/diary-lib.el (mark-diary-entries): Ditto.
7016 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7018         * progmodes/executable.el (executable-command-find-posix-p):
7019         Fix choice of the directory.
7021 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7023         * simple.el (interprogram-cut-function)
7024         (interprogram-paste-function, kill-new, kill-append):
7025         Doc fixes.
7026         (kill-region): Make it return nil.  Doc fix.
7027         (yank-pop): Make its argument optional.
7028         (yank): Make ARG `-' equivalent to `-1'.
7030 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
7032         * mail/rmail.el (rmail-get-new-mail): Don't reference
7033         rmail-use-spam-filter if rmail-spam-filter is not loaded.
7035 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7037         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7038         if one of global-auto-revert-non-file-buffers or autorevert-mode
7039         is non-nil.
7041 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7043         * subr.el (delete-dups): A better implementation from Karl Heuer
7044         <kwzh@gnu.org>.
7046 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7048         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7049         correct place.
7050         * progmodes/icon.el (icon-indent-command): Ditto.
7051         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7053 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7055         * progmodes/grep.el (grep-compute-defaults): Undo change from
7056         2004-01-29: don't use executable-command-find-posix-p.
7058 2004-02-16  Richard Sharman  <rsharman@pobox.com>
7060         * hilit-chg.el: Use require instead of eval-and-compile.
7061         (highlight-compare-buffers): New function.
7063 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
7065         * man.el (Man-fontify-manpage): Render section headings in
7066         `Man-overstrike-face' even when overstrike was not used by man
7067         formatter for section headings.
7069 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
7071         * rmail-spam-filter.el: (vm-use-spam-filter)
7072         (rsf-min-region-length-added-to-spam-list): New variables.
7073         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7074         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
7075         spam testing.  Don't delete spam message if automatic deletion
7076         after output via variable rmail-delete-after-output is turned on.
7077         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7078         rsf-bbdb-dont-create-entries-for-spam.
7079         (check-field): New function, extracted from code in
7080         rmail-spam-filter to ease addition of header fields like content-type.
7081         (message-content-type): New variable to check the content-type:
7082         field added, also in defcustom of rsf-definitions-alist.
7083         (rmail-spam-filter): Replace repeated test code for header fields
7084         by calls to check-field; change the call to
7085         rmail-output-to-rmail-file such that rmail-current-message stays
7086         the same to avoid wrong deletion of unseen flags.
7087         (rsf-add-contents-type): New function to convert old format
7088         of rmail-spam-definitions-alist into new one.
7089         Change prefixes of all variables and functions from
7090         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7092 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7094         * loadhist.el (unload-hook-features-list): New defvar.
7096 2004-02-16  Dave Love  <fx@gnu.org>
7098         * loadhist.el (unload-feature): Doc fix.  Rename flist to
7099         unload-hook-features-list.
7101 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
7103         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7104         cookie.  Don't check if we are looking-at open-formula.
7106 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7108         * subr.el (match-string-no-properties): Use substring-no-properties.
7110 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7112         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7113         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7114         Use lower-case "rx" in all error message.
7116 2004-02-16  Dave Love  <fx@gnu.org>
7118         * emacs-lisp/rx.el (rx-or): Put group around result.
7119         (rx-constituents): Add backref.
7120         (rx-syntax): Add string-delimiter, comment-delimiter.
7121         (rx-categories): Add combining-diacritic.
7122         (rx-check-not, rx-greedy, rx): Doc fix.
7123         (rx-backref, rx-check-backref): New.
7125 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
7127         * newcomment.el (uncomment-region): Allow eob as comment end.
7129 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7131         * filecache.el: All message and error commands now use prefix
7132         "Filecache:" to make it easy to read *Messages* buffer.
7134 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7136         * autorevert.el: Add support to detect changed dired and VC buffers.
7137         (auto-revert-active-p, auto-revert-list-diff)
7138         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7139         (auto-revert-handler, auto-revert-active-p): New functions.
7140         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7141         and `auto-revert-active-p'.
7142         (eval-when-compile): Defvar dired-directory and vc-mode.
7143         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7144         (auto-revert-handler-vc): New functions.
7146 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7148         * progmodes/compile.el (compilation-directory): New defvar.
7149         (compile): Save current directory in compilation-directory.
7150         (recompile): Bind default-directory to compilation-directory if
7151         that is non-nil.
7153 2004-02-16  Dave Love  <fx@gnu.org>
7155         * newcomment.el (comment-insert-comment-function)
7156         (comment-region-function, uncomment-region-function): New.
7157         (comment-indent): Use comment-insert-comment-function.
7158         (uncomment-region): Use uncomment-region-function.
7159         (comment-region): Use comment-region-function.
7161         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7163 2004-02-16  Richard Stallman  <rms@gnu.org>
7165         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7166         loaddefs* and ldefs-boot*.
7168 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7170         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7171         and email address at the beginning and end of the address.
7173         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7174         anchored at the beginning of the email address.
7176 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
7178         * international/ccl.el (ccl-compile-write): Pass `left' to
7179         ccl-embed-code to generate correct code of write-expr-register.
7181 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
7183         * progmodes/grep.el (grep-compute-defaults): Fix typos.
7185 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7187         * x-dnd.el: Mention support for Motif in commentary.
7188         (x-dnd-handle-drag-n-drop-event): Ditto.
7190 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
7192         * ses.el: Use "ses--" prefixes for buffer-local variables.
7193         Use (point-min) instead of 1, even when we know the buffer
7194         is unnarrowed.
7195         (ses-build-load-map): Delete.  Distribute its content to defconst's for
7196         the three maps.
7197         (ses-menu, ses-header-line-menu): New menus.
7198         (ses-mode-map): Use them.
7199         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
7201 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
7203         * Makefile.in: Fix the CC Mode recompile kludge so it works
7204         when building in a different directory.
7206 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
7208         * simple.el (kill-new): Put yank-handler property on the entire string.
7210 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7212         * diff.el: Don't use compile any more, use diff-mode instead.
7213         (diff-regexp-alist, diff-old-file, diff-new-file)
7214         (diff-parse-differences, diff-process-setup): Remove.
7215         (diff-sentinel): New fun.
7216         (diff): Use it.  Run the process ourselves.
7217         Use diff-mode for the rest of the processing.
7219         * diff.el (diff): Simplify code handling `switch'.
7221 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7223         * pcvs-defs.el (cvs-menu): Add `tag'.
7225 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7227         * simple.el (kill-append): Doc fix.
7229         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7230         Adapt outline-regexp to the new conventions for commenting out code.
7232 2004-02-11  John Paul Wallington  <jpw@gnu.org>
7234         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7236 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7238         * diff.el (diff-switches): New fun.
7239         (diff, diff-backup): Use it.
7240         (diff): Clean up the args construction.  Use backquote.
7241         Use listp instead of consp to avoid putting a nil arg.
7242         (diff): Add a revert-buffer function.
7244 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7246         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
7247         handled by x-dnd-handle-file-name.
7248         (x-dnd-known-types): Add COMPOUND_TEXT.
7249         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7250         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7251         x-dnd-empty-state.
7252         (x-dnd-forget-drop): Ditto.
7253         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7254         (x-dnd-handle-one-url): Return private when inserting text.
7255         (x-dnd-insert-ctext): New function.
7256         (x-dnd-handle-file-name): New function for FILE_NAME.
7257         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7258         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7259         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7261 2004-02-10  Kenichi Handa  <handa@m17n.org>
7263         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7264         instead of while loop.
7266 2004-02-10  Miles Bader  <miles@gnu.org>
7268         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7270 2004-02-09  Kenichi Handa  <handa@m17n.org>
7272         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7273         have end-of-line.
7275 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7277         * Makefile.in: Added extra dependencies in the recompile target
7278         needed to cope with the compile time macro expansions in CC Mode.
7280 2004-02-09  Kim F. Storm  <storm@cua.dk>
7282         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7283         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7284         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7285         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7286         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7287         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7288         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7289         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7290         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7291         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7292         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7294 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7296         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7297         Don't allow shrink if there's a window on our right.
7299         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7300         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7301         Bring together declaration and initialization.
7302         (prolog-mode-variables): Don't set the syntax table.
7303         Don't set paragraph-start and comment-indent-function.
7304         Add /*..*/ to the comment regexps.
7305         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
7306         (prolog-mode-map): Don't bind TAB.
7307         (prolog-mode): Set the syntax table.
7308         (prolog-comment-indent): Remove.
7309         (inferior-prolog-mode-map): Initialize in the declaration.
7310         (inferior-prolog-mode-syntax-table)
7311         (inferior-prolog-mode-abbrev-table): New vars.
7312         (inferior-prolog-mode): Derive from comint-mode.
7313         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
7314         minibuffer windows.
7316         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
7317         in file names, as long as it is unabmiguous.
7319 2004-02-08  Andreas Schwab  <schwab@suse.de>
7321         * textmodes/reftex-toc.el
7322         (reftex-toc-load-all-files-for-promotion): Remove useless use of
7323         format.  Doc fix.
7325         * textmodes/refer.el (refer-find-entry-internal): Remove extra
7326         format string arguments.
7328         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
7329         string argument.
7331         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
7333         * play/zone.el (zone-call): Fix format string.
7335         * net/webjump.el (webjump-builtin): Add missing format string argument.
7337         * midnight.el (midnight-delay-set): Remove extra format string argument.
7339         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
7341         * hexl.el (hexl-insert-char): Add missing format string argument.
7343         * format.el (format-decode): Fix format string.
7345         * emulation/vi.el (vi-mode): Remove extra format string argument.
7346         (vi-repeat-last-search): Likewise.
7347         (vi-reverse-last-search): Likewise.
7348         (vi-goto-mark): Likewise.
7349         (vi-reverse-last-find-char): Likewise.
7350         (vi-repeat-last-find-char): Likewise.
7351         (vi-locate-def): Likewise.
7353         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
7355         * ediff-util.el (ediff-toggle-read-only): Remove extra format
7356         string argument.
7357         (ediff-toggle-regexp-match): Likewise.
7359         * dired-aux.el (dired-do-query-replace-regexp): Add missing
7360         format string argument.
7362         * calc/calc-map.el (calc-get-operator): Remove extra format
7363         string argument.
7365         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
7367         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
7368         string argument.
7370         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
7372         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
7374         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
7376         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
7377         (cl-struct-setf-expander): Likewise.
7379         * vc.el (with-vc-file): Fix unsafe uses of error.
7380         (vc-cancel-version): Likewise.
7382 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
7384         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
7385         thousands separator; fixes <class>:<line-number> regexp for
7386         non-english locales.
7388 2004-02-08  Andreas Schwab  <schwab@suse.de>
7390         * view.el (view-mode-enable): Revert previous change.
7392 2004-02-07  Kim F. Storm  <storm@cua.dk>
7394         * simple.el (line-number-at-pos): Rename from line-at-pos.
7395         Uses changed (what-line and vc-annotate-warp-version).
7397 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7399         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
7400         (diff-mode): Remove aborted attempt at support for compile.el.
7401         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
7403 2004-02-06  Andreas Schwab  <schwab@suse.de>
7405         * view.el (view-mode-enable): Add view-mode-map to
7406         minor-mode-overriding-map-alist.
7408 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7410         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
7412 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
7415         with point inside rather than after the paragraph.
7417 2004-02-04  Sam Steingold  <sds@gnu.org>
7419         * mail/smtpmail.el (smtpmail-try-auth-methods):
7420         Do not try authentication when no mechanism is available.
7421         Pass port-name as defaultport to `netrc-machine'.
7423 2004-02-04  Stephen Eglen  <stephen@gnu.org>
7425         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
7426         to show how minibuffer height can be constrained.
7428 2004-02-04  John Paul Wallington  <jpw@gnu.org>
7430         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
7432 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7434         * x-dnd.el: New file for drag and drop.
7436         * term/x-win.el: require x-dnd, set after-make-frame-functions
7437         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
7438         drag-n-drop event.
7440         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
7441         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
7442         (dired-dnd-handle-file): New functions for drag and drop support.
7443         (dired-mode): Initialize drag and drop if x-dnd present.
7445 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
7448         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
7449         (cperl-mode): Set fill-paragraph-function.
7450         (cperl-fill-paragraph): Make it non-interactive.
7452 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
7454         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
7456 2004-02-02  David Kastrup  <dak@gnu.org>
7458         * replace.el (perform-replace): Allow 'literal argument in
7459         regexp-flag to indicate literal replacement.
7460         (query-replace-regexp-eval): Use it.
7462 2004-02-01  Andreas Schwab  <schwab@suse.de>
7464         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
7466 2004-02-01  Stephen Eglen  <stephen@gnu.org>
7468         * info-look.el: Add support for maxima-mode.  Update commentary
7469         because info-lookup-symbol is now bound to C-h S.
7471 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
7473         * simple.el (edit-and-eval-command): Bind print-level and
7474         minibuffer-history-sexp-flag around call to read-from-minibuffer.
7475         Correct initial position in command-history.
7477 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
7479         * files.el (read-directory-name): Adapt the docstring to recent
7480         change in Fread_file_name.
7482 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
7484         * ses.el (ses-print-cell): If print format too wide for column
7485         width, truncate decimal places if that helps to avoid "#####" fill.
7486         * ses.el (ses-initial-column-width): Revert previous change.
7488 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7490         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7491         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7492         Add edebug info.
7493         (jit-lock-mode): Setup/cancel the new timer.
7494         (jit-lock-context-fontify): New fun.  Extracted from
7495         context fontification code of jit-lock-stealth-fontify.
7496         (jit-lock-stealth-fontify): Don't do context fontification any more.
7498         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
7499         (jit-lock-fontify-now): Handle the `quit' case.
7500         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
7502 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
7504         * progmodes/executable.el (executable-command-find-posix-p):
7505         New.  Check if find handles arguments Posix-style.
7507         * progmodes/grep.el (grep-compute-defaults):
7508         Use executable-command-find-posix-p.
7509         (grep-find): Check `grep-find-command'.
7511         * filecache.el (file-cache-find-posix-p): Delete.
7512         (file-cache-add-directory-using-find):
7513         Use `executable-command-find-posix-p'.
7515 2004-01-29  Dave Love  <fx@gnu.org>
7517         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7518         Iterate the hook function if arg is given.
7519         (mark-defun, narrow-to-defun): Change order of finding the limits.
7521         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7522         (byte-compile-format-warn): New.
7523         (byte-compile-callargs-warn): Use it.
7524         (Format, message, error): Add byte-compile-format-like property.
7525         (byte-compile-maybe-guarded): New.
7526         (byte-compile-if, byte-compile-cond): Use it.
7527         (byte-compile-lambda): Compile interactive forms,
7528         just to make warnings about them.
7530 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
7532         * ses.el (ses-initial-column-width): Increase to 14, so it will
7533         work well with the default printer of "%.7g" for extreme values
7534         like "-1.234567e+07".
7536 2004-01-29  Kenichi Handa  <handa@m17n.org>
7538         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7540 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
7542         * dos-w32.el: Added support for the `default-printer-name' function.
7544 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7546         * server.el (server-socket-name): Don't use the hostname in the
7547         socket name since /tmp is local to the host anyway.
7549         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7550         robust check of widening and fix var-naming.
7552 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
7554         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7555         or rmail-spam- to rsf- in all function and variable names.
7556         (rsf-min-region-to-spam-list): New variable.
7557         (rsf-bbdb-auto-delete-spam-entries): Rename from
7558         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
7559         scanned together with the recipients field for spam testing; Don't
7560         delete spam message if rmail-delete-after-output is non-nil;
7561         (rsf-check-field): New function, extracted from code in
7562         rmail-spam-filter to ease addition of header fields like
7563         content-type:;
7564         (message-content-type): New variable.  The content-type: field was
7565         added also in defcustom of rsf-definitions-alist;
7566         (rmail-spam-filter): Replace repeated test code for header fields
7567         by calls to check-field; change the call to
7568         rmail-output-to-rmail-file such that rmail-current-message stays
7569         the same to avoid wrong deletion of unseen flags.
7570         (rmail-use-spam-filter): Add autoload cookie.
7572 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
7574         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
7575         (file-cache-add-directory-using-find): Add Cygwin support.
7576         (file-cache-find-command-posix-flag): New user variable.
7578         * filecache.el (file-cache-add-directory): Check for
7579         directories an remove them from dir-files.
7581 2004-01-27  Richard M. Stallman  <rms@gnu.org>
7583         * man.el (Man-fontify-manpage): Clean up message.
7585 2004-01-27  Kenichi Handa  <handa@m17n.org>
7587         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
7588         (sentence-end): Define using sentence-end-without-space.
7590         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
7591         a sentence ends with one of a character in sentence-end-without-space.
7593 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * font-lock.el (font-lock): Add jit-lock as explicit group member.
7596         (jit-lock): Group declaration moved to jit-lock.el.
7597         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
7598         when necessary.
7600         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
7601         (jit-lock-context-unfontify-pos): Rename from
7602         jit-lock-first-unfontify-pos.
7603         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
7605 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
7607         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
7608         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
7609         (fortran-fill): When filling a string, adjust re-search-backward
7610         argument for special case of string just on fill-column.
7611         When filling non-string, allow one extra char if
7612         fortran-break-before-delimiters is non-nil.
7613         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
7614         Use fortran-break-delimiters-re and fortran-no-break-re to
7615         correctly handle cases such as "**".
7617         * progmodes/f90.el (f90-break-delimiters): Doc fix.
7618         (f90-no-break-re): Add some extra tokens.  Doc fix.
7620 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
7622         * mail/rmail-spam-filter.el:
7623         Use two semicolons as Commentary line prefix.
7624         Add ";;; Code:" stylized comment.
7625         Delete end-of-line whitespace.
7626         Wrap (require 'cl) with `eval-when-compile'.
7628 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
7630         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
7631         at the top level of vc.el.
7633 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
7635         * vc.el (vc-current-line): Function removed.  This is now done by
7636         the new function line-at-pos in simple.el.
7637         (vc-annotate-warp-version): Use line-at-pos instead of
7638         vc-current-line.
7640 2004-01-22  Kim F. Storm  <storm@cua.dk>
7642         * simple.el (line-at-pos): New defun.
7643         (what-line): Use it.  Optimize by only counting lines in narrowed
7644         region once.
7646 2004-01-22  Kenichi Handa  <handa@m17n.org>
7648         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
7649         point (register r1) only for charset mule-unicode-0100-24ff.
7651 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7653         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
7654         trailing white space and ensure a final newline.
7656         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
7657         Add autoload cookie.
7659 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
7661         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
7662         activate view-mode explicitly.
7664 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7666         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
7667         use clipboard first.
7669 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7671         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
7672         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
7673         (vc-mcvs-cvs): Remove.
7674         (vc-mcvs-command): Remove use of assert.
7676         * outline.el (outline-insert-heading): Tighten up match.
7677         (outline-demote, outline-move-subtree-down): Don't assume anything
7678         about outline-regexp.
7680         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
7681         (texinfo-show-structure): Explicitly add ^, and simplify.
7683 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7685         * calendar/appt.el (appt-check): Restore usage of
7686         appt-issue-message deleted in previous change.
7687         (top-level): Activate package when loaded (needed for backwards
7688         compatibility).
7690 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
7692         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
7693         following previous change to smtpmail-send-data.
7695 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
7697         * vc.el (vc-default-previous-version): Doc enhancement.
7698         (vc-default-next-version): New function.
7699         (vc-print-log): New arg FOCUS-REV.
7700         (vc-annotate-mode): Derive from view-mode.
7701         (vc-annotate): New args REVISION, DISPLAY-MODE.
7702         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
7703         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
7704         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
7705         (vc-annotate-show-diff-revision-at-line, vc-current-line)
7706         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
7708         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
7710 2004-01-19  Karl Berry  <karl@gnu.org>
7712         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
7713         or "TexInfo".
7715 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7717         * subr.el (delete-dups): New function.
7719 2004-01-19  Karl Berry  <karl@gnu.org>
7721         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
7722         with ^, since that's what texinfo-show-structure
7723         documentation says (plus it works much better in texinfo.txi).
7725 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
7727         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
7729 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
7731         * progmodes/which-func.el (which-function-mode): Don't cancel
7732         which-func-update-timer if not set.
7734 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
7736         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
7737         Remove spurious left square bracket in XX:XXam regexp.
7739 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7741         * progmodes/cc-defs.el: Do not require cl at run time.
7743 2004-01-16  Richard M. Stallman  <rms@gnu.org>
7745         * emacs-lisp/cl.el (cl-cannot-unload): New function.
7746         (cl-unload-hook): Defvar this to run cl-cannot-unload.
7748         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7749         Call rmail-spam-filter.  Delete and expunge spam.
7750         Print number of spam messages deleted.
7751         Save and restore the deletion status of old messages when reading
7752         new mail with spam filter, so that expunging spam does not expunge
7753         msgs deleted by the user.
7754         (rmail-only-expunge): Add an optional argument dont-show to
7755         prevent showing message after expunge.
7757 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
7759         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7760         * subr.el (declare): New macro.
7762 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
7764         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7766 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7768         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7769         Test window-system rather than system-type (for X11/Mac).
7771 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
7773         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7775 2004-01-12  Richard M. Stallman  <rms@gnu.org>
7777         * mail/rmail.el (rmail-convert-to-babyl-format):
7778         Use mail-unquote-printable-region.
7779         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7780         (rmail-hex-char-to-integer): Functions deleted.
7782         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7783         (mail-unquote-printable-region): New arg NOERROR.
7784         For invalid encoding, either signal an error to just return nil.
7786 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7788         * calendar/appt.el: Update copyright and commentary.
7789         (appt-issue-message): Make obsolete.
7790         (appt-visible, appt-msg-window): Make obsolete, in favour of
7791         appt-display-format.
7792         (appt-display-mode-line, appt-display-duration)
7793         (appt-display-diary, appt-time-msg-list, appt-mode-string)
7794         (appt-prev-comp-time, appt-display-count, appt-timer)
7795         (appt-convert-time): Doc change.
7796         (appt-disp-window-function, appt-delete-window-function):
7797         Use defcustom rather than defvar.
7798         (appt-display-format): New variable.
7799         (appt-display-message): New function with display code from appt-check.
7800         (appt-check): Add optional FORCE argument.  Doc change.
7801         Add appt-make-list to diary-hook if displaying diary.
7802         Remove checking of view-diary-entries-initially.
7803         Message display section removed to new function appt-display-message.
7804         (appt-display-window): Doc change.  Remove unused internal var
7805         this-buffer.  Do not beep, since appt-display-message does that.
7806         (appt-make-list): Doc change.  Use caar.
7807         (appt-sort-list): Simplify by using builtin sort function.
7808         (appt-update-list): New function for updating appts when diary is
7809         saved.
7810         (appt-activate): New autoloaded function to toggle package
7811         functionality.
7813         * calendar/cal-x.el: (calendar-one-frame-setup)
7814         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7816         * calendar/calendar.el: Update copyright.
7817         (view-diary-entries-initially, european-calendar-style): Doc change.
7818         (calendar-setup): Make defcustom rather than defvar.
7819         (mark-visible-calendar-date): Initialize temp-face and faceinfo
7820         in let binding so local to function.
7822         * calendar/diary-lib.el: Update copyright.
7823         (diary, diary-entry-time): Doc change.
7824         (list-diary-entries): Doc change.  Trivial logic change.
7825         (fancy-diary-display): Restore make-face command mistakenly
7826         deleted 2003-05-08.
7827         (show-all-diary-entries): Allow to pop-up frame if needed.
7829 2004-01-09  John Paul Wallington  <jpw@gnu.org>
7831         * bindings.el (mode-line-change-eol): Add EVENT parameter.
7832         Temporarily select EVENT's window for changing eol type.
7834 2004-01-09  Deepak Goel  <deego@gnufans.org>
7836         * calendar/diary-lib.el (diary-entry-time):
7837         Also accept time in the form XX[.XX][am/pm/AM/PM].
7838         (fancy-diary-font-lock-keywords): Likewise.
7839         (diary-font-lock-keywords): Likewise.
7840         * calendar/appt.el (appt-add): Likewise.
7841         (appt-make-list): Likewise.
7842         (appt-convert-time): Likewise.
7844 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
7846         * gdb-ui.el (gdb-ann3): Revert previous change.
7847         (gdb-source-info): Allow for case of where compilation directory
7848         is not recorded.
7850 2004-01-08  John Paul Wallington  <jpw@gnu.org>
7852         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7854 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
7856         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7858         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7859         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7860         problems.
7861         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7863 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
7865         * files.el (write-file-functions, write-contents-functions):
7866         Clarify docstrings.
7868 2004-01-07  Kenichi Handa  <handa@m17n.org>
7870         * international/mule.el (set-auto-coding): Fix for the case that
7871         end-of-line is only CR.
7873 2004-01-07  Kim F. Storm  <storm@cua.dk>
7875         * subr.el (event-start, event-end): Doc fix.
7876         (posn-string, posn-image): New defuns.
7877         (posn-object): Return either image or string object.
7878         (posn-object-x-y): Return 8th element of position.
7879         (posn-object-width-height): New defun.
7881 2004-01-06  Andreas Schwab  <schwab@suse.de>
7883         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7884         output.
7886 2004-01-05  Karl Berry  <karl@gnu.org>
7888         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7889         / and *, too.
7891 2003-12-31  Simon Josefsson  <jas@extundo.com>
7893         * files.el (before-save-hook): Add.
7894         (basic-save-buffer): Use before-save-hook.
7896         * emacs-lisp/copyright.el: Fix comment to recommend
7897         before-save-hook instead of write-file-functions.
7899 2004-01-05  Richard M. Stallman  <rms@gnu.org>
7901         * finder.el (finder-commentary): Call delete-other-windows.
7903         * net/ange-ftp.el (ange-ftp-file-attributes):
7904         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7906 2004-01-04  Karl Berry  <karl@gnu.org>
7908         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7909         comment characters % and # in the copyright year notice,
7910         as well as ;.
7912 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7914         * wid-edit.el (default): Define dummy :value-delete.
7915         Reported by Jesper Harder <harder@ifa.au.dk>.
7917 2004-01-03  Richard M. Stallman  <rms@gnu.org>
7919         * progmodes/compile.el (compile-internal): Use point, not point-min,
7920         for set-window-point.
7922         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7924         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7926         * progmodes/grep.el (grep-mode-map):
7927         Don't remap next-line, previous-line.
7929 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
7931         * speedbar.el (speedbar-edit-line): Change regexp to position
7932         the cursor on the first character of this line's button.
7934 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7936         * subr.el (functionp): Doc fix.
7938 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7940         * progmodes/idlwave.el (idlwave-make-tags):
7941         * textmodes/flyspell.el (flyspell-large-region):.
7942         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7943         * emulation/viper-util.el (viper-glob-unix-files):
7944         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7945         * man.el (Man-init-defvars):
7946         * jka-compr.el (jka-compr-call-process):
7947         * files.el (get-free-disk-space,insert-directory):
7948         * ediff-ptch.el (ediff-test-patch-utility):
7949         * ediff-diff.el (ediff-test-utility):
7950         * dired-aux.el (dired-check-process):
7951         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7952         test the return value of call-process, because it can be a string.
7954 2003-12-31  John Paul Wallington  <jpw@gnu.org>
7956         * bindings.el (completion-ignored-extensions): Add .pfsl.
7958 2003-12-31  Kim F. Storm  <storm@cua.dk>
7960         * ido.el (ido-nonreadable-directory-p): New defun to check for
7961         nonreadable directory without activating tramp (to avoid problems
7962         with checking incomplete tramp paths).
7963         (ido-set-current-directory, ido-file-internal)
7964         (ido-file-name-all-completions1): Use it.
7966 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7968         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7969         documentation if the anchor (or node) name is preceded by `info
7970         anchor' or `Info anchor' in addition to earlier `info node' and
7971         `Info node'.
7972         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7974 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
7976         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7977         error in arguments to base64-decode-region.  Remove ^M characters
7978         after decoding base64.
7980 2003-12-30  Simon Josefsson  <jas@extundo.com>
7982         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
7983         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7984         have only been distributed with Emacs for some years.
7985         (texinfo-mode-hook): Customize.
7987 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
7989         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7990         cleaner (suggested by Richard Stallman).
7992         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7993         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7994         file-name clashes on 8+3 DOS filesystems.
7996         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7997         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7998         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7999         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8000         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8001         file-name clashes on 8+3 filesystems.
8003         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8004         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8005         file-name clashes on 8+3 DOS filesystems.
8007 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8009         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8010         Upcase the character.
8012         * textmodes/flyspell.el (mail-mode-flyspell-verify):
8013         Search for header separator alone on a line, literally,
8014         and search for it backward, not forward.
8015         (flyspell-abbrev-table): Always use global-abbrev-table
8016         if there is no local one.
8018         * progmodes/sh-script.el (sh-get-indent-info):
8019         Don't move point back if at bob.
8021         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8023         * play/handwrite.el (handwrite): Make the handwrite credit message
8024         a comment rather than an output command.
8026         * obsolete/sc.el: Display message that this file is obsolete.
8028         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8030         * mail/rfc822.el (rfc822-address-start): Declare variable.
8031         Renamed from address-start.  All uses changed.
8033         * term.el (term-exec): Set up sentinel.
8034         (term-sentinel): New function.
8035         (term-handle-exit): New function.
8037         * subr.el (assoc-ignore-case, assoc-ignore-representation):
8038         Use assoc-string, and mark them obsolete.
8039         (delay-mode-hooks): Mark as permanent local.
8041         * simple.el (sendmail-user-agent-compose): Use assoc-string.
8043         * register.el (copy-rectangle-to-register): Doc fix.
8045         * info.el (Info-insert-dir): Use assoc-string.
8047         * info-look.el (info-lookup): Use assoc-string.
8049         * frame.el (pop-up-frame-function): Use quote, not `function'.
8050         (frame-notice-user-settings): Calculate ADJUSTED-TOP
8051         copying with lists as coordinate values.
8053         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8055         * find-dired.el (kill-find): New command.
8056         (find-dired): Make buffer read-only.
8057         Set up a keymap with C-c C-k running kill-find.
8058         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8060         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8062         * filecache.el (file-cache-ignore-case): New variable.
8063         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
8065         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8066         (comint-dynamic-complete-as-filename): Rename local vars.
8067         (comint-dynamic-list-filename-completions): Likewise.
8069         * comint.el (comint-dynamic-list-completions-config): New var.
8070         (comint-dynamic-list-completions): Handle both SPC and TAB right.
8072         * comint.el (comint-file-name-chars): Add [].
8073         (comint-word): Use skip-chars-backward, not search.
8075         * shell.el (shell-file-name-chars): Add [].
8077         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8079         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8081         * generic.el (define-generic-mode): Doc fix.
8083 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8085         * files.el (kill-some-buffers): Doc fix.
8087 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
8089         * comint.el (comint-watch-for-password-prompt): Pass `string' as
8090         arg to send-invisible
8091         (send-invisible): Doc fix.  The argument is now a prompt, not the
8092         string to send.
8093         (comint-read-noecho): Doc fix.
8095 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
8097         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8098         "@", as required by some ISP hosting service.  Fix defcustom
8099         argument syntax errors that prevented use of customization.
8101 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8103         * xml.el (xml-get-attribute-or-nil): Doc fix.
8105 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
8107         * net/zone-mode.el (zone-mode): Use write-file-functions, not
8108         write-file-hooks.
8110 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8112         * autorevert.el (auto-revert-interval): Doc fix.
8114 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
8116         * xml.el (xml-get-attribute-or-nil): New function, like
8117         xml-get-attribute, but returns nil if the attribute was not found.
8118         (xml-get-attribute): Convert to defsubst, uses
8119         xml-get-attribute-or-nil.
8121 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8123         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8125 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
8127         * custom.el (custom-declare-theme): Use `value' when putting
8128         properties on `theme'.
8130 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8132         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8133         for each yank-handler segment.
8134         (insert-for-yank-1): New function, with the body of the previous
8135         insert-for-yank.
8137         * textmodes/table.el (table-yank-handler): New defcustom.
8138         (table--put-cell-indicator-property): Put yank-handler property
8139         that indicates the yank handler for the table cell.
8141 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8143         * generic-x.el (etc-modules-conf-generic-mode): A more complete
8144         set of keywords.
8146 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8148         * international/mule-cmds.el (reset-language-environment)
8149         (set-language-environment): Don't invoke fontset-related functions
8150         if fontset-list is not fboundp.
8152 2003-12-29  Kenichi Handa  <handa@m17n.org>
8154         * international/mule-cmds.el (reset-language-environment):
8155         Call set-overriding-fontspec-internal with nil.
8156         (set-language-environment): Call set-overriding-fontspec-internal
8157         if the language environment specify `overriding-fontspec'.
8158         (language-info-alist): Doc added.
8160         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8161         characters of mule-unicode-0100-24ff.
8162         (ccl-encode-windows-1251-font): New CCL program.
8163         ("Bulgarian"): Specify overriding-fontspec.
8164         ("Belarusian"): Likewise.
8166 2003-12-28  Sam Steingold  <sds@gnu.org>
8168         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8169         parameter ID-FORMAT to conform with the 2003-11-30 patch.
8171 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
8173         * progmodes/gud.el (gud-gdb-command-name): Set default to
8174         "gdb --annotate=3".
8175         (gud-gdb-marker-filter): Look out for annotations.
8176         (gdb-first-pre-prompt): New variable.
8177         Remove trailing white space.
8179         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8180         if necessary.
8181         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
8182         annotations are detected.
8183         (gud-gdba-marker-filter): Use global variable gud-marker-acc
8184         instead of a local one to allow transition from
8185         gud-gdb-marker-filter.
8186         Remove trailing white space.
8188 2003-12-27  Kim F. Storm  <storm@cua.dk>
8190         * ido.el: Handle non-readable directories.
8191         (ido-decorations): Add 9th element for non-readable directory.
8192         (ido-directory-nonreadable): New dynamic var.
8193         (ido-set-current-directory): Set it.
8194         (ido-read-buffer, ido-file-internal):
8195         (ido-read-file-name, ido-read-directory-name): Let-bind it.
8196         (ido-file-name-all-completions1): Return empty list for
8197         non-readable directory.
8198         (ido-exhibit): Print [Not readable] if directory is not readable.
8199         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8200         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8201         Use it.
8203 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
8205         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8206         calls to directory-files-and-attributes and file-attributes.
8207         (ls-lisp-format): Remove system dependent handling of user and
8208         group id's.
8210 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
8212         * ffap.el (ffap-read-file-or-url): Revert previous change.
8214 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
8216         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8217         new list of included files called `files-with-node-lines', that
8218         only have node lines.  This way @include commands can include any
8219         file, such as version and update files without node lines, not
8220         just files that are chapters.
8222 2003-12-25  Andreas Schwab  <schwab@suse.de>
8224         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8225         file not found.
8227 2003-12-08  Miles Bader  <miles@gnu.org>
8229         * dired.el (dired-between-files): Always use dired-move-to-filename,
8230         which is more robust in non-english locales.
8232 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8234         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8236 2003-12-24  Andreas Schwab  <schwab@suse.de>
8238         * shell.el (shell-file-name-quote-list): Add backslash.
8240         * comint.el (comint-quote-filename): Correctly handle backslash
8241         in comint-file-name-quote-list.
8243 2003-12-24  Kenichi Handa  <handa@m17n.org>
8245         * international/mule-cmds.el (set-default-coding-systems):
8246         Call ucs-set-table-for-input for all buffers that don't have local
8247         value of buffer-file-coding-system.
8249         * international/ucs-tables.el (ucs-set-table-for-input):
8250         If translation-table-for-encode is a symbol, get its
8251         translation-table property.
8253 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
8255         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8256         to `completing-read' on a recently fixed bug.
8258         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8259         instead of SPACE, to get the list of possible fringe modes.
8260         SPACE only works if both `partial-completion-mode' and
8261         `completion-auto-help' are nil.
8263         * complete.el (PC-is-complete-p): Delete.
8264         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8265         calls to `test-completion'.
8267 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
8269         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8270         to edit values when there are no children.
8272         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8273         a mode called "Assembler" already exists.
8274         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8275         (gud-watch): Use format option.  Remove font properties from string.
8276         (gdb-var-create-handler, gdb-var-list-children-handler):
8277         Don't bother about properties as there are none.
8278         (gdb-var-create-handler, gdb-var-list-children-handler)
8279         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8280         with two arguments.
8281         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8282         Let speedbar show value changes with a different font.
8283         (gdb-edit-value): New defun.
8284         (gdb-clear-partial-output, gdb-clear-inferior-io)
8285         (def-gdb-auto-update-handler): Use erase-buffer.
8286         (gdb-frame-handler): Display watch expressions in
8287         FUNCTION::VARIABLE format if required.
8289 2003-12-23  John Paul Wallington  <jpw@gnu.org>
8291         * info.el (Info-unescape-quotes, Info-split-parameter-string)
8292         (Info-goto-emacs-command-node): Doc fixes.
8294 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
8296         * cus-edit.el (custom-add-parent-links): Define "many".
8298 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
8300         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8301         (widget-child-validate, widget-type-value-create)
8302         (widget-type-default-get, widget-type-match): New functions.
8303         (lazy): New widget.
8304         (menu-choice, checklist, radio-button-choice, editable-list)
8305         (group, documentation-string): Remove redundant (per 2003-10-25
8306         change) calls to `widget-children-value-delete'.
8307         (widget-choice-value-get, widget-choice-value-inline): Remove.
8308         (menu-choice): Update widget.
8310 2003-12-03  Kenichi Handa  <handa@m17n.org>
8312         * language/cyrillic.el: Register "microsoft-cp1251" in
8313         ctext-non-standard-encodings-alist.
8314         ("Bulgarian"): Add ctext-non-standard-encodings.
8315         ("Belarusian"): Likewise.
8317         * international/mule-conf.el (compound-text-with-extensions):
8318         Change the type to 2 (iso-2022 base).
8320         * international/mule.el (ctext-non-standard-encodings-alist):
8321         Change the format.
8322         (ctext-non-standard-encodings): New variable.
8323         (ctext-post-read-conversion): Fully re-written.
8324         (ctext-non-standard-designations-alist): Delete it.
8325         (ctext-non-standard-encodings-table): New function.
8326         (ctext-pre-write-conversion): Fully re-written.
8328 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8330         * cus-edit.el (custom-add-parent-links): Add documentation links
8331         for parent, if the item has none of its own.
8333 2003-11-30  Richard M. Stallman  <rms@gnu.org>
8335         * dired-aux.el (dired-do-query-replace-regexp):
8336         Report files visited read-only.
8338 2003-11-30  Juri Linkov  <juri@jurta.org>
8340         * dired-aux.el (dired-compare-directories): New command.
8341         (dired-file-set-difference, dired-files-attributes): New functions.
8343 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
8344         Version 2.0.38 of Tramp released.
8346         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
8347         Charles Curley <charlescurley@charlescurley.com>.
8348         (tramp-multi-connection-function-alist): Add ssht entry which adds
8349         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
8350         Aichner.
8351         (tramp-get-method-parameter): New function to retrieve a method
8352         parameter.  This allows for omission of method parameters.
8353         Callers adjusted.
8355 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
8357         * net/tramp.el: Add new optional parameter ID-FORMAT to
8358         `file-attributes'.  Calls of `file-attributes' won't use this
8359         parameter for backward compatibility reasons.
8360         (tramp-perl-file-attributes): Add a new parameter to Perl script
8361         in order to handle uid/gid as strings, if desired.
8362         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
8363         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
8364         order to make the function more general.
8365         (tramp-handle-file-attributes): Replace proprietary optional
8366         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
8367         (tramp-handle-file-attributes-with-perl): Handle parameter
8368         NONNUMERIC if set.  This wasn't done in the past.
8369         (tramp-post-connection): Apply second parameter "$2" if
8370         `tramp-remote-perl' is called.
8372         * net/tramp-smb.el (tramp-smb-handle-delete-file):
8373         Correct cut'n'waste error (`filename' instead of `directory').
8374         (tramp-smb-handle-directory-files-and-attributes)
8375         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
8376         introduced parameter ID-FORMAT.
8377         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
8378         error (`directory' instead of `ldir').
8380         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
8381         `file-attributes' has a second parameter.  If yes, apply it with
8382         value "'integer".  Otherwise, don't use that parameter (default is
8383         integer format).
8385 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8387         * help.el (help-map): Bind `display-local-help' to `C-h .'.
8388         (help-for-help): Add `C-h .' to the listed Help options.
8389         Remove trailing whitespace.
8391         * help-at-pt.el: New file.
8393 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
8395         * subr.el (noreturn, 1value): New macros for test coverage.
8396         See `testcover.el'.
8398         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
8400         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
8401         for macro `1value'.
8402         (testcover-1value): New function.  Checks that a 1value form
8403         actually returns only one value.  Requested by RMS.
8405 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
8407         * gdb-ui.el (gud-watch, gdb-var-create-handler)
8408         (gdb-var-list-children, gdb-var-list-children-handler)
8409         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
8410         gdb commands that use mi to keep them out of the command history.
8412 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8414         * cus-start.el (all): Add use-file-dialog.
8416 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8418         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
8420 2003-11-27  Kim F. Storm  <storm@cua.dk>
8422         * subr.el (posn-object-x-y): New defun.
8424 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8426         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
8427         Don't use `space' for \\\n.
8428         Be more selective as to which # are comment-starters.
8430 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
8432         * subr.el (number-sequence): Improve handling of floating point
8433         arguments (suggested by Kim Storm).  Allow negative arguments.
8435 2003-11-26  Kenichi Handa  <handa@m17n.org>
8437         * international/mule-cmds.el (standard-display-european-internal):
8438         Cancel the standard-display-table setting for ` and '.
8440 2003-11-26  Kim F. Storm  <storm@cua.dk>
8442         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
8443         New defcustoms to add ffap-like functionality to ido.
8444         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
8445         (ido-no-final-slash): New defun.
8446         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
8447         (ido-read-file-name): ): Toggle VC checking via
8448         vc-handled-backends instead of vc-master-templates.
8449         (ido-file-internal): Handle ido-use-url-at-point and
8450         ido-use-filename-at-point via code borrowed from ffap-guesser.
8451         Handle new ido-exit code ffap.
8452         (ido-sort-list): Ignore final slash when sorting file names.
8454 2003-11-25  Kim F. Storm  <storm@cua.dk>
8456         * emulation/cua-base.el (cua--standard-movement-commands):
8457         Add forward-sentence and backward-sentence.
8459 2003-11-25  Stephen Eglen  <stephen@gnu.org>
8461         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
8462         iswitchb-exit is set to 'usefirst when user selects buffer at head
8463         of list using RET.  (Selecting buffers at the head of the list was
8464         broken if the substring was also a complete buffername.)
8466 2003-11-23  Kim F. Storm  <storm@cua.dk>
8468         * progmodes/compile.el (grep-command, grep-use-null-device)
8469         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
8470         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
8471         (grep-regexp-alist, grep-program, find-program)
8472         (grep-find-use-xargs, grep-history, grep-find-history)
8473         (grep-process-setup, grep-compute-defaults)
8474         (grep-default-command, grep, grep-tag-default, grep-find)
8475         (grep-expand-command-macros, grep-tree-last-regexp)
8476         (grep-tree-last-files, grep-tree): Move grep variables, functions
8477         and commands to new file grep.el.
8478         (compilation-mode-map): Remove grep commands from Compile sub-menu.
8479         (compilation-process-setup-function): Doc fix.
8480         (compilation-highlight-regexp, compilation-highlight-overlay): New
8481         defvars used for highlighting current compile error in source buffer.
8482         (compile-internal): New optional args HIGHLIGHT-REGEXP and
8483         LOCAL-MAP which overrides compilation-highlight-regexp and
8484         compilation-mode-map for this compilation.
8485         Delay calling compilation-set-window-height until after running
8486         compilation-process-setup-function so it can buffer-local override
8487         compilation-window-height.
8488         Check buffer-local value of compilation-scroll-output.
8489         (compilation-set-window-height): Use buffer-local value of
8490         compilation-window-height.
8491         (compilation-revert-buffer): Don't pass (undefined)
8492         preserve-modes arg to revert-buffer.
8493         (next-error-no-select, previous-error-no-select): New commands.
8494         (compilation-goto-locus): Temporarily highlight current match in
8495         source buffer using compilation-highlight-regexp.
8497         * progmodes/grep.el: New file with grep code from compile.el.
8498         (grep): New defcustom group.
8499         (grep-window-height): New defcustom, like compilation-window-height.
8500         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
8501         (grep-scroll-output): New defcustom, like compilation-scroll-output.
8502         (grep-command, grep-use-null-device, grep-find-command)
8503         (grep-tree-files-aliases, grep-tree-ignore-case)
8504         (grep-tree-ignore-CVS-directories): Move to grep custom group.
8505         (grep-setup-hook): New hook variable.
8506         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
8507         (grep-last-buffer): New defvar, override compilation-last-buffer.
8508         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
8509         Call compile-internal with args highlight-regexp and grep-mode-map.
8511 2003-11-23  Kim F. Storm  <storm@cua.dk>
8513         * subr.el (event-start, event-end): Doc fix.
8514         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8515         (posn-area, posn-actual-col-row, posn-object): New defuns.
8516         (posn-col-row): Simplify doc.  Rewrite to use cond.
8517         (posn-point): Also return buffer position for events outside text
8518         area (that info is now present in the event position).
8520         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8521         mouse-set-point so that hscroll still works now that clicks on
8522         fringes generate specific mouse events.
8523         (mouse-set-point): Note that it now works in fringes and margins
8524         too due to new semantics of posn-point in fringes and margins.
8526         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8527         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8529 2003-11-20  Kim F. Storm  <storm@cua.dk>
8531         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8532         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8533         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8534         to 100 for icons to avoid increasing line height when shown.
8536 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8538         * newcomment.el (comment-normalize-vars): Initialize properly if
8539         comment-start was nil.
8541 2003-11-19  Andreas Schwab  <schwab@suse.de>
8543         * simple.el (set-variable): Fix indentation.
8545 2003-11-17  Kenichi Handa  <handa@m17n.org>
8547         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8548         Fix docstring.
8550 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8552         * international/latin1-disp.el (latin1-display): Fix docstring.
8554 2003-11-16  John Wiegley  <johnw@newartisans.com>
8556         * eshell/em-ls.el (eshell-ls-file): There are times with
8557         size-width is nil and uncomputed (when directories are created in
8558         dired, for example); in this case, 4 is reasonable default value,
8559         although it may caused skewed new entries (which could be avoided
8560         by returning the original value of 8 in all cases, but 99% of the
8561         time this is a waste of whitespace).
8563 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
8565         * cc-engine.el (c-guess-continued-construct)
8566         (c-guess-basic-syntax): Check a little more carefully if it's a
8567         function declaration when an unknown construct followed by a block
8568         is found inside a statement context.  This avoids macros followed
8569         by blocks to be taken as function declarations.
8571         (c-guess-continued-construct): Change the analysis of a statement
8572         continuation with a brace open to `substatement-block', for
8573         consistency with recognized statements.
8575         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8576         start is in a position so that `c-beginning-of-statement-1' jumped
8577         to the beginning of the same statement.
8579         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
8580         Don't accept binary operators in the arglist if we're in a function
8581         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
8582         template recognition in cases like "if (a < b || c > d)".
8584         (c-restricted-<>-arglists): New more appropriate name for
8585         `c-disallow-comma-in-<>-arglists'.
8587         Accessing functions updated for the variable name change.
8589         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
8590         match data could get clobbered if NOT-INSIDE-TOKEN is used.
8592         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
8593         labels.
8595         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
8596         instead of duplicating parts of it.  This fixes bogus label
8597         recognition.
8599         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
8600         of checking the context in which to apply the minimum indentation,
8601         so that it isn't enforced in e.g. namespace blocks.
8603         * cc-vars.el (c-inside-block-syms): New constant used by
8604         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
8605         to somewhat reduce the risk of becoming stale.
8607         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
8608         cc-cmds to cc-engine to allow use from cc-align.
8610         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
8611         qualified identifiers containing "::".
8613         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
8614         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
8616         * cc-vars.el (c-emacs-features): Use a space in front of the name
8617         of the temporary buffer.  That also avoids dumping problems in
8618         XEmacs due to undo info being left around after the buffer is killed.
8620         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
8621         arglist to see if it's a K&R style declaration.
8623         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
8624         before returning `knr-argdecl-intro'.
8626 2003-11-16  John Wiegley  <johnw@newartisans.com>
8628         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
8629         field in a long-listing always 8 characters, use `size-width',
8630         which has already been computed.
8632 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8634         * subr.el (minor-mode-list): Add `hs-minor-mode'.
8636 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
8638         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
8639         Support operation while narrowed, with `diff-restrict-view'.
8641 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
8643         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8644         Take additional optional arg NARROWFUN.  For the generated functions:
8645         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
8646         include frags that arrange to check for and save narrowing state before
8647         the move and then conditionally call NARROWFUN after the move.
8649 2003-11-14  John Wiegley  <johnw@newartisans.com>
8651         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
8652         that was optional, but obviously missing based on surrounding code.
8654         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
8655         string arguments to numbers unless the whole argument was seen as
8656         a number.
8658 2003-11-14  Kenichi Handa  <handa@m17n.org>
8660         * international/mule.el (ctext-non-standard-encodings-alist):
8661         Fix coding systems.
8663 2003-11-10  Kenichi Handa  <handa@m17n.org>
8665         * language/kannada.el ("Kannada"): Add sample-text.
8667         * language/knd-util.el (kannada-compose-region)
8668         (kannada-compose-string, kannada-post-read-conversion):
8669         Add autoload cookie.
8671         * international/quail.el (quail-completion): Change the message
8672         "corresponding translations" to "corresponding characters".
8674 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8676         * descr-text.el (describe-char): Fix typo.
8678 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
8680         These changes are to support Kannada language/script.
8682         * Makefile.in (DONTCOMPILE): Add kannada.el.
8684         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
8686         * loadup.el: Preload kannada.el.
8688         * language/ind-util.el (ucs-kannada-to-is13194-alist)
8689         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
8690         New variables.
8692         * language/kannada.el: New file.
8694         * language/knd-util.el: New file.
8696 2003-11-07  Andreas Schwab  <schwab@suse.de>
8698         * progmodes/autoconf.el (autoconf-font-lock-keywords):
8699         Also highlight AH_*.
8701         * xml.el (xml-parse-dtd): Fix misplaced paren.
8703 2003-11-07  Kenichi Handa  <handa@m17n.org>
8705         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
8707 2003-11-05  Juri Linkov  <juri@jurta.org>
8709         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
8710         (desktop-buffer-file): Use saved buffer-file-coding-system
8711         for file reading.  Set auto-insert to nil to prevent automatic
8712         insertion into restored empty files.
8714 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
8716         * files.el (risky-local-variable-p): Make second argument optional.
8718 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * subr.el (add-hook): Fix last change.
8722 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
8724         * mail/rmail.el (rmail-convert-to-babyl-format):
8725         If base64-decode-region signals an error, catch it and silently
8726         ignore it.
8728 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
8730         * xml.el (xml-parse-region): Allow comments to appear after the
8731         topmost element has closed.
8732         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
8733         (xml-ns-expand-attr): New functions to do namespace handling.
8734         (xml-intern-attrlist): Back-compatible handling of attribute names.
8735         (xml-parse-tag): Move namespace handling to separate functions.
8736         Now produces elements in the form ((:ns . "element") (attr-list)
8737         children) instead of ('ns:element (attr-list) children).
8738         (xml-parse-attlist): Fix attribute parsing.
8739         (xml-parse-dtd): Change parsing so that it produces strings
8740         instead of interned symbols.
8742 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
8744         * dired.el (dired-ls-sorting-switches): Doc fix.
8746 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
8748         * emacs-lisp/rx.el (rx-or): Fix the case of
8749         "(rx (and ?a (or ?b ?c) ?d))".
8751 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
8753         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8754         (texinfo-format-region): Use it.
8755         (texinfo-format-buffer-1): Ditto.
8757 2003-11-01  Alan Mackenzie  <acm@muc.de>
8759         Changes to allow scrolling whilst in isearch mode:
8760         * isearch.el (isearch-unread-key-sequence): New function,
8761         extracted from isearch-other-meta-char.
8762         (top level): (put 'foo 'isearch-scroll) on all Emacs's
8763         "scrollable" standard functions.
8764         (isearch-allow-scroll): New customizable variable.
8765         (isearch-string-out-of-window, isearch-back-into-window)
8766         (isearch-reread-key-sequence-naturally)
8767         (isearch-lookup-scroll-key): New functions.
8768         (isearch-other-meta-char): Doc string and functionality enhanced.
8769         Now accepts a prefix argument.
8770         (isearch-lazy-highlight-window-end): New variable.
8771         (isearch-lazy-highlight-new-loop): Pay attention to the window's
8772         end (thru isearch-lazy-highlight-window-end), not only its start.
8774         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8775         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8776         (universal-argument, universal-argument-more, negative-argument)
8777         (digit-argument, universal-argument-other-key): Minor changes.
8779 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8781         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8782         recursively if the last message is deleted, thus avoiding an
8783         infinite loop.
8785 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8787         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8788         (tex-main-file): Don't add .tex if the extension is already present.
8789         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8791 2003-10-29  Lute Kamstra  <lute@gnu.org>
8793         * progmodes/octave-inf.el (inferior-octave-prompt):
8794         Recognize version number in prompt.
8796 2003-10-28  Dave Love  <fx@gnu.org>
8798         * international/characters.el: Fix some Unicode ranges.
8800 2003-10-28  Kenichi Handa  <handa@m17n.org>
8802         * disp-table.el (standard-display-8bit)
8803         (standard-display-default, standard-display-ascii)
8804         (standard-display-g1, standard-display-graphic)
8805         (standard-display-underline): Assure that standard-display-table
8806         is a display table.
8808 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         * simple.el (reindent-then-newline-and-indent): Delete space *after*
8811         reindenting the first line.
8813 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8815         * wid-edit.el (widget-default-delete): Always delete child widgets.
8817 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8819         * newcomment.el (comment-indent): Don't call indent-according-to-mode
8820         if the line has code.
8821         Don't try to line up with something that's too far left.
8823         * progmodes/octave-mod.el (octave-comment-start): Simplify.
8824         (octave-mode-syntax-table): Add % as a comment starter.
8825         (octave-point): Remove.
8826         (octave-in-comment-p, octave-in-string-p)
8827         (octave-not-in-string-or-comment-p, calculate-octave-indent)
8828         (octave-blink-matching-block-open, octave-auto-fill):
8829         Use line-(beginning|end)-position instead.
8831 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8833         * emacs-lisp/authors.el (authors-aliases): Add correct realname
8834         for Francesco Potort\e,Al\e(B.
8836 2003-10-23  Dave Love  <fx@gnu.org>
8838         * international/mule-cmds.el (locale-charset-to-coding-system):
8839         Don't rely on nil being a coding system.
8841         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8842         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8843         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8845 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
8847         * gdb-ui.el (gdb-current-language): New variable.
8848         (gdb-update-flag): Remove variable.
8849         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8850         (gdb-take-last-elt): Remove function.
8851         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8852         (gdb-post-prompt): Check for variable object changes here.
8854         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8855         object changes in gdb-ui.el.
8857 2003-10-21  Richard M. Stallman  <rms@gnu.org>
8859         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8861         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8862         Don't check for foo*/ wildcard form here.
8863         (insert-directory): Recognize foo*/ as a wildcard.
8864         Separate wildcard-regexp variable from the arg, wildcard.
8866         * subr.el (add-hook): Correctly detect when make-local-hook was used.
8867         (remove-hook): Correctly handle strange cases about local hooks.
8869 2003-10-21  David Ponce  <david@dponce.com>
8871         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8872         argument REAL, to return a real number instead of a rounded
8873         integer value.  Define as inline function.
8874         (ruler-mode-right-fringe-cols): Likewise.
8875         (ruler-mode-scroll-bar-cols): New function.
8876         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
8877         (ruler-mode-right-scroll-bar-cols): Likewise.
8878         (ruler-mode-space): New function.
8879         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
8880         scroll bar mode and margins in a more robust way.
8882 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
8884         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8885         (antlr-c-init-language-vars): New function.
8886         (antlr-mode): Use it with cc-mode before v5.29.
8887         (antlr-c-common-init): Don't set some local vars here.
8888         (antlr-mode): Set them here.
8889         (antlr-c-forward-sws): New function alias.
8890         (antlr-mode): Redefine with cc-mode before v5.30.
8891         (antlr-skip-sexps): Use it.
8892         (antlr-skip-exception-part): Ditto.
8893         (antlr-skip-file-prelude): Ditto.
8894         (antlr-outside-rule-p): Ditto.
8895         (antlr-end-of-body): Ditto.
8896         (antlr-option-kind): Ditto.
8897         (antlr-insert-option-area): Ditto.
8898         (antlr-file-dependencies): Ditto.
8900 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8902         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8903         Move backward only if point was not inside an entry.
8905 2003-10-21  Richard M. Stallman  <rms@gnu.org>
8907         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8909 2003-10-21  Juri Linkov  <juri@jurta.org>
8911         * compare-w.el: Automatically skip non-matching text to resync.
8912         (compare-windows-whitespace): Doc fix.
8913         (compare-windows-sync, compare-windows-sync-string-size)
8914         (compare-windows-recenter, compare-ignore-whitespace)
8915         (compare-windows-highlight, compare-windows-face): New variables.
8916         (compare-windows): Use compare-windows-sync.
8917         (compare-windows-highlight, compare-windows-dehighlight)
8918         (compare-windows-sync-regexp)
8919         (compare-windows-sync-default-function): New functions.
8921 2003-10-21  Juri Linkov  <juri@jurta.org>
8923         * diff.el (diff-parse-differences): Don't visit the files now;
8924         instead, just record the error locus.
8926 2003-10-21  Dave Love  <fx@gnu.org>
8928         * progmodes/cfengine.el: New file.
8930 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8932         * complete.el (PC-do-completion): Do not forget to use `pred' as the
8933         default-directory when completing file names.
8935 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
8937         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8938         followed by the word `face', it gets treated as a face, even if
8939         it is also defined as a variable or a function.
8941 2003-10-20  Dave Love  <fx@gnu.org>
8943         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8944         Avoid incf in macro expansion.
8946 2003-10-20  John Paul Wallington  <jpw@gnu.org>
8948         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8949         `evenp' so we don't implicitly require cl library at runtime.
8951 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8953         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8954         (help-make-xrefs): Only make cross-references for faces if
8955         preceded or followed by the word `face'.  Do not make a
8956         cross-reference for variables without variable documentation,
8957         unless preceded by the word `variable' or `option'.  Update doc
8958         string accordingly.
8960 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
8962         * progmodes/hideshow.el: Rewrite one-armed `if'
8963         constructs using either `when' or `unless'.
8964         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8966 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
8968         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8969         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8970         instead of 12x12.
8972 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
8974         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8975         message while converting to Babyl.
8977 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
8979         * allout.el (allout-mode): Doc fix.
8981 2003-10-16  Lute Kamstra  <lute@gnu.org>
8983         * subr.el (force-mode-line-update): Fix docstring.
8985 2003-10-14  Dave Love  <fx@gnu.org>
8987         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8988         (default-input-method): Add :link, improve :type.
8989         (locale-charset-language-names): Fix utf-8 pattern.
8990         (locale-charset-match-p, locale-charset-alist)
8991         (locale-charset-to-coding-system): New.
8992         (set-locale-environment): Deal with codeset part of locale specs.
8994 2003-10-14  Lute Kamstra  <lute@gnu.org>
8996         * fringe.el (fringe-mode): Use active voice in docstring.
8997         (set-fringe-style): Ditto.
8999 2003-10-13  Lute Kamstra  <lute@gnu.org>
9001         * fringe.el (fringe-mode): Fix docstring.
9002         (set-fringe-style): Ditto.
9004 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
9006         * ediff-mult.el (ediff-filegroup-action):
9007         Use ediff-default-filtering-regexp.
9009         * ediff-util.el (ediff-recenter): Don't call
9010         ediff-restore-highlighting twice.
9011         (ediff-select-difference): Set current difference.
9012         (ediff-unselect-and-select-difference): Add comment.
9014         * ediff.el (ediff-directories,ediff-directory-revisions)
9015         (ediff-directories3,ediff-merge-directories)
9016         (ediff-merge-directories-with-ancestor)
9017         (ediff-merge-directory-revisions)
9018         (ediff-merge-directory-revisions-with-ancestor):
9019         Use ediff-default-filtering-regexp.
9021 2003-10-12  Andreas Schwab  <schwab@suse.de>
9023         * international/mule-cmds.el (locale-charset-language-names):
9024         Simplify regex by removing unused grouping.
9026 2003-10-10  Dave Love  <fx@gnu.org>
9028         * bindings.el: Don't bind stop.
9030 2003-10-08  Miles Bader  <miles@gnu.org>
9032         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9033         face instead of attempting to emulate it.
9035 2003-10-07  Kenichi Handa  <handa@m17n.org>
9037         * international/mule-diag.el (list-coding-systems-1): List coding
9038         systems that are loaded automatically.
9040         * international/code-pages.el (iso-8859-11): Add autoload cookie.
9042         * international/mule.el (autoload-coding-system): New function.
9044 2003-10-07  Andreas Schwab  <schwab@suse.de>
9046         * log-edit.el (log-edit-changelog-entries): Prefer local value of
9047         change-log-default-name in the buffer visiting the file.
9049 2003-10-06  Dave Love  <fx@gnu.org>
9051         * files.el (find-file-hook): Customize.
9052         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9054         * bindings.el (completion-ignored-extensions): Remove .log.
9055         (global-map): Add again, open, stop keys.
9057 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9059         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9060         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9061         Use sh-modify directly.
9062         (sh-select): Use sh-append, not eval.
9064         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9066         * info.el (Info-following-node-name): New function.
9068         * loadhist.el (unload-feature-special-hooks):
9069         Rename from loadhist-hook-functions.
9070         (loadhist-hook-functions): Now an alias.
9072 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
9074         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9075         file-name clashes on 8+3 filesystems.
9077         * Makefile.in (DONTCOMPILE, bootstrap-clean):
9078         Rename loaddefs-boot.el to ldefs-boot.el
9080         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9081         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9083 2003-10-03  Lute Kamstra  <lute@gnu.org>
9085         * info.el (Info-mode): Revert previous change.
9086         (Info-escape-percent): New function.
9087         (Info-fontify-node): Use it.
9089 2003-10-02  Andreas Schwab  <schwab@suse.de>
9091         * loaddefs-boot.el: Regenerated.
9093 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
9095         * ffap.el: Remove defadvice related code from CVS since `complete'
9096         provides a `PC-completion-as-file-name-predicate' variable that
9097         ffap can override.
9099 2003-10-02  Kenichi Handa  <handa@m17n.org>
9101         * international/utf-8.el (ccl-decode-mule-utf-8):
9102         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9104         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9105         * international/subst-big5.el: Likewise.
9106         * international/subst-gb2312.el: Likewise.
9107         * international/subst-ksc.el: Likewise.
9109 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9111         * calendar/calendar.el (increment-calendar-month)
9112         (calendar-leap-year-p, calendar-absolute-from-gregorian)
9113         (generate-calendar, calendar-read-date, calendar-interval)
9114         (calendar-day-of-week): Handle years BC.
9115         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9117 2003-10-01  Dave Love  <fx@gnu.org>
9119         * language/cyrillic.el (cp1251): Alias for windows-1251.
9121         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9122         bootstrap.
9124 2003-10-01  Lute Kamstra  <lute@gnu.org>
9126         * files.el: Fix typo.
9127         * imenu.el (imenu--generic-function): Docstring fix.
9129 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9131         * dired.el (dired-mode): Handle dired-directory as a list.
9133 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
9135         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9137         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9139         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9140         Replace gud-display with gud-watch.
9141         (gud-speedbar-buttons): Add stuff for watching expressions
9142         in the speedbar when using M-x gdba.  Use dolist on old part
9143         of this function.
9145         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9146         (gdb-update-flag): New variables.
9147         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9148         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9149         (gud-watch, gdb-var-create-handler) : New functions.
9150         (gdb-var-list-children, gdb-var-list-children-handler)
9151         (gdb-var-create-regexp, gdb-var-update-regexp)
9152         (gdb-var-list-children-regexp): New constants.
9153         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9154         (gdb-annotation-rules): Reduce annotation set (level 3).
9155         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9156         (gdb-post-prompt): Don't update GDB buffers every time speedbar
9157         updates.
9158         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9159         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9160         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9161         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9162         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9163         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9164         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9165         (gud-display, gud-display1)
9166         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9167         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9168         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9169         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9170         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9171         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9172         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9173         (gdb-display-display-buffer, gdb-toggle-display)
9174         (gdb-delete-display, gdb-expressions-popup-menu)
9175         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9176         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9177         to display buffer.
9179 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9181         * progmodes/ada-mode.el (ada-mode): Don't use advice.
9182         Instead, set which-func-functions.
9184         * progmodes/which-func.el (which-func-modes): Add ada-mode.
9185         (which-func-functions): New variable.
9186         (which-function): Use that.
9188         * info.el (Info-mode): Double each `%' in header line.
9190         * emacs-lisp/lisp-mnt.el (lm-with-file):
9191         When FILE is nil, run BODY in current buffer.
9193         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9195         * help.el (describe-mode): Start with a brief list of minor modes.
9196         Find them thru minor-mode-list so as to find them all.
9197         Show them in alphabetical order.
9199         * mail/sendmail.el (mail-aliases): Doc fix.
9201         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9203 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9205         * mail/rmailsum.el (rmail-make-summary-line-1):
9206         Change comma after last label to a space.
9207         (rmail-summary-font-lock-keywords): Adapt to that change.
9209 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
9211         * progmodes/scheme.el (scheme-mode-variables): When setting
9212         `font-lock-defaults', also specify that "#" should
9213         be interpreted with `word' syntax.
9214         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9216 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9218         * desktop.el: A lot of comments updated.
9219         (desktop-save-mode): Minor mode introduced.
9220         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9221         (desktop-load-default): Function made obsolete.
9222         (desktop-locals-to-save): Variable made customizable.
9223         (desktop-read): Optional parameter `dirname' added.
9224         (desktop-change-dir, desktop-revert): Parameter `dirname' in
9225         `desktop-read' used.
9226         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9228 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
9230         * whitespace.el (whitespace-clean-msg): Add user customizable message
9231         for displaying ``clean'' output.
9232         (whitespace-buffer): Use `whitespace-clean-msg'.
9233         (whitespace-global-mode): Fix typo.
9235 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9237         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9239 2003-09-29  Lute Kamstra  <lute@gnu.org>
9241         * bindings.el (mode-line-modes): Remove superfluous :propertize
9242         construct in initialization.
9243         (mode-line-position): Change cons cell into proper list in
9244         initialization.
9246 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
9248         * international/mule.el (decode-coding-inserted-region): Use car
9249         of the return value of find-operation-coding-system.
9251 2003-09-29  Kenichi Handa  <handa@m17n.org>
9253         * descr-text.el (describe-char): Fix previous change.
9255 2003-09-28  Kenichi Handa  <handa@m17n.org>
9257         * descr-text.el (describe-char-display): New function.
9258         (describe-char): Pay attention to display table on describing how
9259         a character is displayed.
9261         * international/mule-cmds.el (encoded-string-description):
9262         Prepend "0x" to each encoded byte.
9264 2003-09-28  Andreas Schwab  <schwab@suse.de>
9266         * find-file.el (ff-special-constructs): Add autoload cookie.
9268 2003-09-28  Kevin Ryde  <user42@zip.com.au>
9270         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9271         makeinfo appends to duplicate index entries.
9273 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
9275         * dired-x.el (dired-clean-tex): Doc fix.
9277         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9278         using a Chinese tutorial.
9280 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9282         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9283         between "MAIL FROM:" and "RCPT TO:" and the following address.
9285 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9287         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9289 2003-09-28  David Ponce  <david@dponce.com>
9291         * recentf.el (recentf-initialize-file-name-history): New defcustom.
9292         (recentf-load-list): When `recentf-initialize-file-name-history'
9293         is non-nil, initialize an empty `file-name-history' with the
9294         recent list.
9296 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
9298         * man.el (Man-default-man-entry): Remove the leading `*' from the
9299         word at point.
9301 2003-09-26  Lute Kamstra  <lute@gnu.org>
9303         * bindings.el (mode-line-position): Mention size indication in
9304         docstring.
9306 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
9308         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
9310         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
9311         because it's autoloaded now.
9313 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9315         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
9316         (sh-font-lock-keywords, sh-feature): Fix previous change of
9317         sh-feature to avoid infloop with sh-font-lock-keywords.
9319 2003-09-25  Kim F. Storm  <storm@cua.dk>
9321         * frame.el (frame-current-scroll-bars): New defun.
9323         * window.el (window-current-scroll-bars): New defun.
9325 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9327         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
9328         cause errors when the state cache contains info on parts that have
9329         been narrowed out.
9331 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9333         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
9334         `c-setup-paragraph-variables' has to be used when this variable is
9335         changed; it doesn't work to reinitialize the mode since that
9336         typically clobbers the variable.
9338         * progmodes/cc-styles.el (c-setup-paragraph-variables):
9339         Make it interactive.
9341 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9343         * progmodes/cc-fonts.el (c-font-lock-declarations):
9344         Fix recognition of constructors and destructors for classes whose
9345         names are matched by `*-font-lock-extra-types'.
9347         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
9348         followed by an identifier in C++ then it's a type.
9350 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9352         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
9353         problem that primarily affected XEmacs.  Don't use faces to find
9354         unterminated strings since Emacs and XEmacs fontify strings
9355         differently - this function should now work better in XEmacs.
9357 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9359         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
9360         `expand-abbrev' workaround which caused braces to misbehave inside
9361         macros.
9363         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
9364         handling.  This bug could cause interactive font locking to bail out.
9366 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9368         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9369         Handle paren-style types in Pike.  Also fixed some cases of
9370         insufficient handling of unbalanced parens.
9372 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
9374         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
9375         common shell prompts that are not common filename or URL characters.
9376         (ffap-file-at-point): Use the new regexp to strip the prompts from
9377         the file names.  This is an issue mostly for user prompts that
9378         don't have a trailing space and find-file-at-point is invoked from
9379         within a shell inside Emacs.
9381 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
9383         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
9384         stamps numerically, rather than textually.
9386 2003-09-24  Kenichi Handa  <handa@m17n.org>
9388         * language/devan-util.el (devanagari-post-read-conversion):
9389         * language/mlm-util.el (malayalam-post-read-conversion):
9390         * language/tml-util.el (tamil-post-read-conversion):
9391         Add autoload cookie.
9393         * international/utf-8.el (utf-8-post-read-conversion):
9394         Call post-read-conversion functions for Devanagari, Malayalam,
9395         and Tamil.
9397 2003-09-23  Dave Love  <fx@gnu.org>
9399         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
9401 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
9403         * progmodes/gud.el (perldb): Add gud-until to list of commands.
9404         Update gud-remove.
9406 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9408         * progmodes/sh-script.el (sh-mode-default-syntax-table):
9409         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
9410         (sh-mode-syntax-table-input): New variable.
9411         (sh-require-final-newline): Don't use eval.
9412         (sh-builtins, sh-leading-keywords, sh-other-keywords)
9413         (sh-variables, sh-font-lock-keywords): Don't use eval.
9414         (sh-set-shell): When setting require-final-newline,
9415         treat value = `require-final-newline' as don't change it.
9416         Set sh-mode-syntax-table locally based on
9417         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
9419         * progmodes/compile.el (compile-internal):
9420         Call compilation-set-window-height before setting window start.
9422 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
9424         * emacs-lisp/bytecomp.el (byte-compile-log-file):
9425         Clear out byte-compile-last-warned-form.
9427 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9429         * woman.el (woman-file-name, woman-follow-word):
9430         If current-word returns nil, use "".
9432         * simple.el (eval-expression): Bind standard-output in to-buffer case.
9434 2003-09-22  Richard M. Stallman  <rms@gnu.org>
9436         * emacs-lisp/lisp-mnt.el (lm-with-file):
9437         Don't visit the file, just use insert-file-contents in temp buffer.
9439 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
9441         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
9442         Add surrounding \\( and \\) around the header, as in
9443         for lm-history-header 'Change Log\\|History'.
9445 2003-09-22  John Paul Wallington  <jpw@gnu.org>
9447         * progmodes/ld-script.el: Add Commentary section,
9448         minor cleanup of file header.
9449         (ld-script-font-lock-keywords): Doc fix.
9450         (toplevel): Provide `ld-script' feature.
9452 2003-09-21  Kim F. Storm  <storm@cua.dk>
9454         * scroll-bar.el (set-scroll-bar-mode): Initialize to
9455         new built-in variable default-frame-scroll-bars.
9456         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
9457         scroll-bar-mode; notably, use it instead of t when we toggle
9458         scroll-bars on.
9459         (toggle-scroll-bar): Use default-frame-scroll-bars.
9461 2003-09-19  Masatake YAMATO  <jet@gyve.org>
9463         * pcvs.el (cvs-do-removal): Change the prompt depending on
9464         `filter' value.
9466 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9468         * startup.el (command-line-1): Stop startup-echo-area-message
9469         being hidden by "Loading image..." message.
9470         (use-fancy-splash-screens-p, display-splash-screen):
9471         Move display-graphic-p test from latter to former.
9473         * progmodes/sh-script.el (sh-font-lock-keywords):
9474         Highlight escaped EOLs differently from other backslash constructs.
9476 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9478         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9479         New functions.
9480         (edebug-enter, edebug-outside-excursion): Use them.
9482         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9483         Fix the condition for whether to print "In WHERE".
9485 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
9487         * finder.el (finder-mode-hook): New variable.
9488         (finder-mode): Run hook finder-mode-hook
9490 2003-09-18  Masatake YAMATO  <jet@gyve.org>
9492         * progmodes/ebrowse.el: Fix broken magic autoload comments.
9494 2003-09-17  Mario Lang  <mlang@delysid.org>
9496         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
9497         "p %e" to actually print the value in the GUD buffer.
9499 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
9501         From David Ponce <david.ponce@wanadoo.fr>:
9502         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
9503         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
9504         from loaddefs-boot.el if necessary.
9506 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
9508         * progmodes/gud.el (gud-find-class): Make jdb work again since
9509         cc-mode changed the syntactic information.
9511 2003-09-15  David Ponce  <david@dponce.com>
9513         * recentf.el: (recentf-exclude): Accept predicates too.
9514         (recentf-file-readable-p): New function.
9515         (recentf-include-p): Handle predicates in recentf-exclude.
9516         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
9517         (recentf-cleanup): Likewise.
9518         (recentf-save-list): Use write-file to handle backup of
9519         recentf-save-file.
9521 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
9523         * loaddefs-boot.el: Renamed from `loaddefs.el'
9524         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9525         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9526         necessary.
9528 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
9530         * electric.el (Electric-pop-up-window): For the `one-window' case,
9531         no longer disconcertingly move point in the original buffer.
9533 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9537 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9539         * dired.el (dired-mode-map): Fix typo.
9541 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9543         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9545 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
9547         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9548         the function is less noisy.  Now only `kill-buffer' can ask questions.
9550 2003-09-10  Mario Lang  <mlang@delysid.org>
9552         * battery.el: Update Commentary and Copyright.
9553         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9554         appear due to wrong ordering of the expressions in `or'.
9556 2003-09-09  Lute Kamstra  <lute@gnu.org>
9558         * misc.el (upcase-char): Fix docstring.
9559         (zap-up-to-char): New command.
9561 2003-09-08  David Ponce  <david@dponce.com>
9563         Ensure that recentf correctly updates the menu bar.
9564         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9565         (recentf-menu-bar): New function.
9566         (recentf-clear-data): Use it
9567         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
9568         of easy-menu-change.
9570 2003-09-08  Lute Kamstra  <lute@gnu.org>
9572         * simple.el (size-indication-mode): New.
9573         * bindings.el (mode-line-position): Add buffer size indicator.
9575 2003-09-04  Mario Lang  <mlang@delysid.org>
9577         * battery.el (battery-linux-proc-acpi): New function.
9578         (battery-status-function): Modify default value calculation to also
9579         check for availability of ACPI.
9580         (battery-echo-area-format): Ditto.
9581         (battery-mode-line-format): Ditto.
9583 2003-09-06  Dave Love  <fx@gnu.org>
9585         * ielm.el (ielm-mode-hook): Add :options.
9587         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
9588         (eldoc-print-current-symbol-info): Use it.
9590 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
9592         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
9593         being displayed in GUD buffer.
9594         (gdb-idle-input-queue): Remove var.  Use just one queue.
9595         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
9596         Remove functions.  Use just one queue.
9597         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
9598         (gdb-invalidate-assembler, gdb-get-current-frame):
9599         Modify functions.  Use just one queue.
9601 2003-09-04  Dave Love  <fx@gnu.org>
9603         * cus-start.el: Add blink-cursor-alist.
9605         * ruler-mode.el (ruler-mode-fill-column-char)
9606         (ruler-mode-current-column-char): Use char-displayable-p,
9607         not window-system.
9609         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
9611         * language/european.el (windows-1252): Move from code-pages.
9613         * language/cyrillic.el ("Windows-1251"): Delete.
9614         ("Bulgarian", "Belarusian"): Remove `features'.
9615         (windows-1251): Move from code-pages.
9617         * international/mule-diag.el (non-iso-charset-alist):
9618         Remove `codepage' stuff.
9619         (print-designation, list-coding-systems-1): Output fixes.
9621         * international/code-pages.el (cp-make-translation-table)
9622         (cp-valid-codes): Made defsubsts.
9623         (cp-fix-safe-chars): Delete.
9624         (mule-diag): Don't require.
9625         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
9626         (top-level): Check for defined coding system when defining
9627         cp... aliases.  Change w32-add-charset-info test to avoid warning.
9628         (non-iso-charset-alist): Defvar when compiling.
9629         (cp-make-coding-system): Doc fix.
9631 2003-09-02  Jason Rumney  <jasonr@gnu.org>
9633         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
9634         line-ends from CVS before doing conversion.
9636 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9638         * calendar/diary-lib.el (diary-header-line-flag)
9639         (diary-header-line-format): New variables.
9640         (list-diary-entries): Use them to set header line in simple diary.
9642         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
9643         other than font-lock-string-face to highlight backslashes.
9645 2003-09-01  Jason Rumney  <jasonr@gnu.org>
9647         * international/titdic-cnv.el (tit-read-key-value): Include \r in
9648         regexp.
9650 2003-09-01  Dave Love  <fx@gnu.org>
9652         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
9654         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
9655         and :help; also line and column numbers labels.
9657         * international/mule-util.el (char-displayable-p): Move from
9658         latin1-disp, rename and autoload.
9660         * international/latin1-disp.el (latin1-char-displayable-p):
9661         Now obsolete alias.  Replace uses with char-displayable-p.
9662         (latin1-display-ucs-per-lynx): Fix last change.
9664         * international/mule-cmds.el (standard-display-european-internal):
9665         Don't use char code for Latin-1 NBSP.
9666         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
9667         U+2018, U+2019 for `'.
9668         (select-safe-coding-system): Message fix.
9670 2003-09-01  Kenichi Handa  <handa@m17n.org>
9672         * international/fontset.el (setup-default-fontset): For Thai
9673         font, specify "*" family.
9675 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9677         * progmodes/compile.el (previous-error): Accept a prefix
9678         argument, similarly to next-error.
9680 2003-08-31  Masatake YAMATO  <jet@gyve.org>
9682         * pcvs.el (cvs-do-removal): Use = instead of eq to check
9683         the number of files.  Bind the number of files to a local
9684         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
9686 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
9688         * vc-hooks.el (vc-make-version-backup): Fix the change made on
9689         2003-07-26: msdos-long-file-names is a function, not a variable.
9691 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9693         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
9694         Do nothing with mail-personal-alias-file if it is nil.
9696         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
9697         Do nothing if mail-personal-alias-file is nil.
9699         * term.el (term-exec-1): Bind coding-system-for-read.
9701         * dired.el (dired-mouse-find-file-other-window):
9702         Use dired-view-command-alist here, as in dired-view-file.
9703         (dired-view-command-alist): Use %s to substitute file name.
9704         Handle .ps_pages, .eps, .jpg, .gif, .png.
9706 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
9708         * info.el (Info-mode-map): Bind S-tab and <backtab> to
9709         `Info-prev-reference', instead of M-tab.
9711 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
9713         * simple.el (blink-matching-open): Work correctly on chars that
9714         are designated as parens through the syntax-table text property.
9716 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
9718         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
9719         line break position in the middle of a non-kinsoku (e.g. latin)
9720         word, making it skip until either a space or a character with
9721         category "|".
9722         (kinsoku-longer): Test for end of buffer.
9724 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
9726         * mail/rmail.el (rmail-convert-to-babyl-format):
9727         Detect quoted-printable- and base64-encoded messages and decode them
9728         automatically.  Set the message's encoding from the charset=
9729         header, if any.  Decode base64-encoded messages in Mail format as well.
9731 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9733         * mail/smtpmail.el: Fix previous change.
9734         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
9735         calling smtpmail-via-smtp.
9736         (smtpmail-via-smtp): Add fall-back values for envelope-from.
9738 2003-08-26  John Paul Wallington  <jpw@gnu.org>
9740         * image.el (image-jpeg-p): Don't search beyond length of data.
9742 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
9744         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9745         misfeature in `expand-abbrev' which caused electric keywords like
9746         "else" to disappear if an open brace was typed directly afterwards.
9748 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
9750         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9751         mandatory in `define-widget'.
9753         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9754         Don't align the operators "!=", "<=" and ">=" as assignment operators.
9756         (c-assignment-operators): New language constant that only contains
9757         the assignment operators.
9759         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9761 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
9763         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9764         Safeguard against unbalanced sexps.
9766 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
9768         * version.el (emacs-version): Check for gtk.  Include gtk version info.
9770 2003-08-25  John Paul Wallington  <jpw@gnu.org>
9772         * man.el (Man-default-man-entry): Don't whizz past the section
9773         number before looking for it.
9775 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
9777         * progmodes/gud.el (gud-display-line): Don't set window-point if
9778         source buffer is not visible.  (Only happens with M-x gdba.)
9780         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9781         documentation.
9782         (gdb-source, gdb-source-info): Update to assembler unnecessary
9783         as its done after each GDB command anyway.
9784         (gdb-pre-prompt): Use with-current-buffer.
9785         (gdb-insert-field): Add help-echo text.
9786         (gdb-invalidate-assembler): Re-display of assembler now done in
9787         gdb-info-breakpoints-custom.
9788         (gdb-info-breakpoints-custom): Force re-display of assembler to
9789         happen *after* update of breakpoints buffer.
9790         (gdb-display-source-buffer): Don't choke if gdb-source-window
9791         isn't visible.
9792         (gdb-put-string, gdb-put-arrow): Remove free variables.
9794 2003-08-24  John Paul Wallington  <jpw@gnu.org>
9796         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9798         * man.el (Man-default-man-entry): Strip text properties when
9799         snarfing parts of entry because `format' preserves properties.
9801 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9803         * files.el (file-newest-backup): Use `expand-file-name'.
9805         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9806         Allow the diary to pop up a new frame, if needed.
9808         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9809         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9810         (smtpmail-send-it): Make treatment of envelope-from consistent with
9811         sendmail.el.
9813         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9814         (sh-leading-keywords): Add the bash `time' reserved word.
9815         (sh-variables): Add some bash variables.
9816         (sh-add-completer): Fix nil branch of case statement.
9818 2003-08-24  Masatake YAMATO  <jet@gyve.org>
9820         * progmodes/ld-script.el: New file.
9822 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
9824         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9826 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
9828         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9829         Better explain obsolescence, and what to use instead.
9831 2003-08-23  Masatake YAMATO  <jet@gyve.org>
9833         * pcvs.el (cvs-do-removal): Show the deleted file name
9834         on the prompt.
9836 2003-08-20  Dave Love  <fx@gnu.org>
9838         * international/mule.el (make-coding-system)
9839         (set-buffer-file-coding-system): Doc fix.
9841         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9843         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9845         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9847         * international/utf-16.el: Add mime-text-unsuitable coding system
9848         properties.
9850         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9852         * cus-edit.el: Add some :links.
9853         (bib): Remove.
9855         * textmodes/bib-mode.el (bib): Add :group external.
9857 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
9859         * wid-edit.el (widget-echo-help): Make it handle expressions that
9860         evaluate to strings.
9862 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
9864         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
9866         Simplify selection of SQL products to define highlighting and
9867         interactive mode.  Includes detailed instructions on adding
9868         support for new products.
9870         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
9871         product for use in highlighting and interactive mode.
9872         (sql-interactive-product): New variable.  SQL product for
9873         sql-interactive-mode.
9874         (sql-product-support): New variable.  Specifies product-specific
9875         parameters to drive highlighting and interactive mode.
9876         (sql-imenu-generic-expression): Add more object types.
9877         (sql-sqlite-options): Correct comment.
9878         (sql-ms-program): Use "osql" rather than "isql".
9879         (sql-prompt-regexp, sql-prompt-length): Update comment.
9880         (sql-mode-menu): Add "Start SQLi session" entry.
9881         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
9882         (sql-mode-abbrev-table): Add abbreviations.  Support of
9883         SYSTEM-FLAG on define-abbrev.  Support was removed with last
9884         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9885         (sql-mode-font-lock-object-name): Add font-lock pattern for object
9886         names.
9887         (sql-mode-ansi-font-lock-keywords): Set as default value.
9888         (sql-mode-oracle-font-lock-keywords): Set as default value.
9889         Support Oracle 9i keywords.
9890         (sql-mode-postgres-font-lock-keywords): Set as default value.
9891         (sql-mode-linter-font-lock-keywords): Set as default value.
9892         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
9893         SQLServer 2000.
9894         (sql-mode-sybase-font-lock-keywords)
9895         (sql-mode-interbase-font-lock-keywords)
9896         (sql-mode-sqlite-font-lock-keywords)
9897         (sql-mode-strong-font-lock-keywords)
9898         (sql-mode-mysql-font-lock-keywords)
9899         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
9900         keywords.
9901         (sql-mode-font-lock-defaults): Update comment.
9902         (sql-product-feature): New function.  Returns feature associated
9903         with a product from `sql-product-support' alist.
9904         (sql-product-font-lock): New function.  Set font-lock support
9905         based on `sql-product'.
9906         (sql-add-product-keywords): New function.  Add font-lock rules to
9907         product-specific keyword variables.
9908         (sql-set-product): New function.  Set `sql-product' and apply
9909         appropriate font-lock highlighting.
9910         (sql-highlight-product): New function.  Set font-lock support
9911         based on a product.  Also set mode name to include product name.
9912         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9913         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9914         Use `sql-set-product'.
9915         (sql-highlight-ms-keywords)
9916         (sql-highlight-sybase-keywords)
9917         (sql-highlight-interbase-keywords)
9918         (sql-highlight-strong-keywords)
9919         (sql-highlight-mysql-keywords)
9920         (sql-highlight-sqlite-keywords)
9921         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
9922         (sql-get-login): Prompt in the same order as the tokens.
9923         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9924         (sql-product-interactive): New function.  Common portions of
9925         product-specific interactive mode wrappers.
9926         (sql-interactive-mode): Rewritten to use product features.
9927         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9928         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9929         (sql-db2, sql-linter): Use `sql-product-interactive'.
9930         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9931         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9932         (sql-connect-ingres, sql-connect-postgres)
9933         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9934         New functions.  Format command line parameters and invoke comint on
9935         the appropriate interpreter.  Code was in the corresponding
9936         `sql-xyz' function before.
9937         (sql-connect-ms): New function.  Support -E argument to use
9938         operating system credentials for authentication.
9940 2003-08-18  Kenichi Handa  <handa@m17n.org>
9942         * international/mule.el (encode-char): Fix for the ASCII case.
9944 2003-08-15  Kenichi Handa  <handa@m17n.org>
9946         * international/fontset.el (setup-default-fontset): Change "*" to
9947         nil in the specifications of font family.
9949 2003-08-18  Kim F. Storm  <storm@cua.dk>
9951         * kmacro.el (kmacro-keymap): Group related bindings in
9952         initialization for clarity.  Bind C-s to start macro.
9953         Remove C-r binding.
9954         (kmacro-initial-counter-value): New defvar to hold initial counter
9955         value in case we set the value before defining a macro.
9956         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9957         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9958         not defining or executing macro.  Doc fix.
9959         (kmacro-add-counter): Clear kmacro-initial-counter-value.
9960         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9961         temporarily view older elements on the macro ring without cycling
9962         the ring.
9963         (kmacro-display): Doc fix.
9964         (kmacro-exec-ring-item): New helper function.
9965         (kmacro-call-ring-2nd): Use it.
9966         (kmacro-call-ring-2nd-repeat): Doc fix.
9967         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9968         (kmacro-end-or-call-macro): Execute last viewed macro (using
9969         kmacro-exec-ring-item) from ring if this follows
9970         kmacro-view-macro.  This allows us to find a macro on the ring
9971         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9972         the ring to bring it to the head of the ring.
9973         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9974         Allow binding to reserved keys without specifying C-x C-k prefix.
9975         Ask for confirmation if entered key sequence is already bound to
9976         a non-macro command.
9977         (kmacro-view-macro): Repeating command will show older elements
9978         on the macro ring; C-k will execute the last viewed macro.
9979         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
9980         property from 'ring to 'head.
9982 2003-08-17  Alan Shutko  <ats@acm.org>
9984         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9985         keeping December out of the alist.
9987 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
9989         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9990         * calendar/calendar.el (calendar-mode-map): Bind it to key.
9991         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9992         (calendar-flatten): New function.
9993         (calendar-mouse-view-other-diary-entries)
9994         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9995         in the menu title and to show multi-line diary entries correctly
9996         in the menu.
9998 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
10000         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10001         defcustom, because the default was recently changed.
10003 2003-08-16  Richard M. Stallman  <rms@gnu.org>
10005         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10007         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10008         New subroutine, broken out of eval-last-sexp-1.
10009         (eval-last-sexp-1): Use eval-last-sexp-print-value.
10011         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10013         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10015         * simple.el (eval-expression): Use eval-last-sexp-print-value.
10017 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
10019         * progmodes/compile.el (compilation-error-regexp-alist):
10020         Add Java ANt error detection as described in document
10021         http://ant.apache.org/faq.html
10023 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
10025         * simple.el (backward-word, forward-to-indentation)
10026         (backward-to-indentation): Argument changed to optional.
10027         (next-line, previous-line): Use `or' instead of `unless'.
10029 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10031         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10032         instead of a constant.
10034 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
10036         * shell.el (shell): With prefix-arg, suggest a new buffer name.
10038 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
10040         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10041         (vc-sccs-workfile-version): Search the entire delta table, rather
10042         than just the first entry, because that might be a deleted version.
10044 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
10046         * menu-bar.el (menu-bar-options-menu): Supply a body for the
10047         [save-place] binding in the Options menu.  Have it require
10048         'saveplace' and then toggle the variable manually, to avoid an an
10049         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
10050         for the bug report.
10052 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
10054         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10055         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10056         (gdb-info-threads-custom): Add help-echo text.
10057         (gdb-display-back): Don't use purecopy.
10058         (gdb-info-breakpoints-custom, gdb-reset)
10059         (gdb-assembler-custom): Use display-images-p to test if breakpoint
10060         icons can be displayed.
10062 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
10064         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10066 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
10068         * bookmark.el (bookmark-completing-read):
10069         Return a string, instead of a list of one string.
10070         Use a popup menu if activated from the mouse.
10071         (bookmark-edit-annotation): Remove unused vars.
10072         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10073         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10074         to bookmark-completing-read.
10075         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10076         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10077         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10078         and erase-buffer.
10079         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10080         (bookmark-menu-jump, bookmark-menu-insert)
10081         (bookmark-popup-menu-and-apply-function)
10082         (bookmark-menu-popup-paned-bookmark-menu): Remove.
10083         (bookmark-menu-build-paned-menu): Remove by folding it into
10084         bookmark-menu-popup-paned-menu.
10085         (menu-bar-bookmark-map): Move the define-key statements here.
10086         Use the "non-menu" commands since they now pop up a menu if needed.
10087         (bookmark-exit-hook-internal): Simplify.
10089 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
10091         * reftex-toc.el (reftex-toc-rename-label): New function.
10092         (reftex-toc-check-docstruct): New function.
10094         * reftex.el (reftex-region-active-p): New function.
10096         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10097         regexp to find the \bibliography macro.
10099         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10100         which does not exist in LaTeX.
10101         (reftex-cite-format-builtin): Added amsrefs support.
10102         (reftex-toc-confirm-promotion): New option
10104         * reftex-toc.el
10105         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10106         (reftex-toc-demote, reftex-toc-promote)
10107         (reftex-toc-do-promote, reftex-toc-promote-prepare)
10108         (reftex-toc-promote-action, reftex-toc-extract-section-number)
10109         (reftex-toc-newhead-from-alist)
10110         (reftex-toc-load-all-files-for-promotion): New functions.
10111         (reftex-toc-help): Added description of new keys.
10112         (reftex-toc-split-windows-fraction): New option.
10113         (reftex-recenter-toc-when-idle): Search *toc* window on all
10114         visible frames.
10115         (reftex-toc): Additional parameter REUSE
10116         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
10117         with REUSE argument.
10118         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10119         the call of `reftex-toc'.
10120         (reftex-make-separate-toc-frame): New function .
10121         (reftex-toc-recenter): When called with triple prefix arg, call
10122         `reftex-make-separate-toc-frame' first.
10123         (reftex-toc-toggle-dedicated-frame): New command.
10124         (reftex-toc-quit): Adapted to delete frame when called in
10125         dedicated frame.
10127         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10128         all enclosing macros.
10131 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10133         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10134         first use.
10136 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10138         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10140 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10142         * calendar/calendar.el (list-diary-entries-hook)
10143         (diary-display-hook, nongregorian-diary-listing-hook)
10144         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10145         Add some customize options for these hooks.
10146         (calendar-abbrev-construct): Don't try to take a substring longer
10147         than the original string.
10149 2003-08-05  Richard M. Stallman  <rms@gnu.org>
10151         * emacs-lisp/testcover.el (noreturn): Report error if does return.
10152         (testcover-reinstrument-clauses): Doc fix.
10154         * emacs-lisp/warnings.el: Doc fixes, args renamed.
10155         (warning-type-format): Rename from warning-group-format.
10157         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10158         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10159         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10160         to prevent warnings about defvar for an obsolete variable.
10162         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10163         warning-group-format renamed to warning-type-format.
10165         * subr.el (read-passwd): Use clear-string instead of fillarray.
10167         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10168         Use vconcat instead of concat.
10169         (edmacro-sanitize-for-string): New function.
10171 2003-08-05  Dave Love  <fx@gnu.org>
10173         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10174         line-number-display-limit-width.
10176         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10178 2003-08-05  Kenichi Handa  <handa@m17n.org>
10180         * international/code-pages.el: Don't require mule-diag.
10182         * international/mule-diag.el (non-iso-charset-alist):
10183         Add autoload cookie.
10185         * language/devan-util.el (dev-glyph-order): Add an entry for the
10186         glyph code #xC4.
10188 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10190         * calendar/calendar.el (diary-file, diary-file-name-prefix)
10191         (european-calendar-style, diary-date-forms)
10192         (calendar-day-name-array, calendar-month-name-array): Doc change.
10193         (generate-calendar-month): Adapt for new behaviour of
10194         `calendar-day-name' function.
10195         (calendar-abbrev-length, calendar-day-abbrev-array)
10196         (calendar-month-abbrev-array): New variables.
10197         (calendar-abbrev-construct): New function.
10198         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10199         rather than fixing abbrevs at some width.  Calling syntax change.
10200         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
10201         (calendar-date-string): Adapt for new behaviours of
10202         `calendar-day-name' and `calendar-month-name' functions.
10204         * calendar/diary-lib.el (list-diary-entries): Adapt for new
10205         behaviour of `calendar-day-name' and `calendar-month-name' functions.
10206         (diary-name-pattern): Use abbrev arrays, rather than fixing
10207         abbrevs at three chars.  Calling syntax change.
10208         (mark-diary-entries): Adapt for new behaviours of
10209         `diary-name-pattern' and `calendar-make-alist' functions.
10210         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10211         `diary-name-pattern' function.
10212         (font-lock-diary-date-forms): Use abbrev arrays, rather than
10213         fixing abbrevs at three chars.  Calling syntax change.
10214         (cal-hebrew, cal-islam): Require when compiling.
10215         (diary-font-lock-keywords): Adapt for new behaviour of
10216         `font-lock-diary-date-forms' function.
10218         * calendar/cal-hebrew.el: Reposition some code so defined before used.
10219         (calendar-hebrew-month-name-array-common-year)
10220         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10221         (list-hebrew-diary-entries): Adapt for new behaviours of
10222         `calendar-day-name' and `add-to-diary-list' functions.
10223         (mark-hebrew-diary-entries): Adapt for new behaviours of
10224         `diary-name-pattern' and `calendar-make-alist' functions.
10226         * calendar/cal-islam.el (calendar-islamic-month-name-array):
10227         Add doc string.
10228         (list-islamic-diary-entries): Adapt for new behaviours of
10229         `calendar-day-name' and `add-to-diary-list' functions.
10230         (mark-islamic-diary-entries): Adapt for new behaviours of
10231         `diary-name-pattern' and `calendar-make-alist' functions.
10233         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10234         `calendar-month-name' function.
10236         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10238         * calendar/solar.el (solar-seasons-data): Move definition before use.
10240         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10241         (cal-tex-LaTeX-hourbox): Move definition before use.
10243         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10244         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10245         lunar.el, solar.el
10246         (displayed-month, displayed-year): Define for compiler.
10248 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10250         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10251         MODE.  Renamed from c-init-c-language-vars'.
10252         (c-initialize-cc-mode): Change accordingly.
10253         (c-common-init): Ditto.
10254         (c-mode): Ditto.
10255         (c++-mode): Use `c-init-language-vars-for'.
10256         (objc-mode): Ditto.
10257         (java-mode): Ditto.
10258         (idl-mode): Ditto.
10259         (pike-mode): Ditto.
10260         (awk-mode): Ditto.
10262 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10264         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10265         or not the point moved.
10267         (c-search-decl-header-end): Don't trip up on operator identifiers
10268         in C++ and operators like == in all languages.
10270         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10271         Detect leading labels correctly.
10273 2003-08-02  Andreas Schwab  <schwab@suse.de>
10275         * textmodes/ispell.el: Don't redo key bindings on loading, put
10276         them only in loaddefs.el.
10277         * bookmark.el: Likewise.
10278         * dabbrev.el: Likewise.
10279         * emerge.el: Likewise.
10281         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10282         has more than one member.
10284         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10286 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10288         * lpr.el (printify-region): It was ending conversion before the
10289         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
10291 2003-07-31  John Paul Wallington  <jpw@gnu.org>
10293         * net/browse-url.el (browse-url-epiphany): Doc fix.
10295 2003-07-30  Kenichi Handa  <handa@m17n.org>
10297         * international/fontset.el (setup-default-fontset):
10298         Change registry names of Akurti fonts.
10300 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10302         * comint.el (comint-read-noecho): Use `clear-string' instead of
10303         `fillarray'.
10305 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
10307         * outline.el (outline-mode-hook): Add defvar.
10309 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
10311         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
10312         Restore assembler in source window if that is what has been selected.
10313         (menu): Add gdb-restore-windows to menu.  Make gdba
10314         specific menus only visible from gdba.
10316 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
10318         * progmodes/compile.el (compilation-environment): New user variable.
10319         (compile-internal): Respect it.
10321 2003-07-23  Masatake YAMATO  <jet@gyve.org>
10323         * progmodes/gud.el (gdb-script-font-lock-keywords):
10324         Put `font-lock-function-name-face' on a symbol which includes
10325         `-' like `hook-run'.  Put font-lock-variable-name-face
10326         on a symbol starting with $.
10328 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
10330         * files.el (set-visited-file-name): Use truename for buffer-file-name.
10332 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
10334         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
10336 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
10338         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
10339         Use with-no-warnings.
10340         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
10341         rather than to find-file-not-found-hook, which doesn't exist.
10343 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
10345         * international/quail.el (quail-translate-key): Fix previous change.
10347 2003-07-25  John Paul Wallington  <jpw@gnu.org>
10349         * server.el (server-start): Check `server-process' is non-nil
10350         before killing it to avoid killing current buffer's process.
10352         * simple.el (choose-completion-string): Use `minibufferp';
10353         test `completion-reference-buffer' if `buffer' arg is nil.
10354         (push-mark): Use `when' and `unless'.
10355         (pop-mark): Use `when'.
10357         * mouse-sel.el (mouse-sel-get-selection-function):
10358         Check `x-last-selected-text-primary'.  Don't barf if it or
10359         `x-last-selected-text' aren't bound.
10361 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10363         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
10365 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
10367         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
10369 2003-07-23  John Paul Wallington  <jpw@gnu.org>
10371         * tooltip.el (defface tooltip): Inherit from variable-pitch.
10373 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10375         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
10376         string.  Defvar the derived hook.
10378         * macros.el (insert-kbd-macro): Escape double quote character.
10379         From Thomas W Murphy <twm@andrew.cmu.edu>.
10381 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
10383         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
10384         to match the specific mark rather than reusing comment-start-skip.
10386 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
10388         * progmodes/hideshow.el (hs-special-modes-alist):
10389         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
10391 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
10393         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
10394         value using ?\s.
10396 2003-07-21  John Paul Wallington  <jpw@gnu.org>
10398         * subr.el (with-selected-window): Add closing paren.
10400 2003-07-21  Richard M. Stallman  <rms@gnu.org>
10402         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
10403         (lisp-mode): Likewise.
10405         * subr.el (with-selected-window): Copy code form save-selected-window
10406         so as to call select-window with norecord arg.
10407         (dynamic-completion-table): Doc fix.
10408         (lazy-completion-table): Doc fix.
10410         * international/mule-cmds.el (set-locale-environment):
10411         langinfo renamed to locale-info.
10413         * international/mule.el (auto-coding-functions): Doc fix.
10415 2003-07-21  Kenichi Handa  <handa@m17n.org>
10417         * international/quail.el (quail-translate-key):
10418         Update quail-current-str correctly.
10420 2003-07-21  Andreas Schwab  <schwab@suse.de>
10422         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
10423         ?, to "_".
10425 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
10426         Version 2.0.36 of Tramp released.
10428         * net/tramp.el (tramp-default-password-end-of-line): Rename from
10429         tramp-password-end-of-line.
10430         (tramp-password-end-of-line): New method parameter.
10431         (tramp-get-password-end-of-line): Function to access method
10432         parameter `tramp-password-end-of-line', or variable
10433         `tramp-default-password-end-of-line' (default value).
10434         (tramp-methods): Add entries for new parameter
10435         tramp-password-end-of-line.
10436         (tramp-enter-password): Use new function
10437         `tramp-get-password-end-of-line'.
10438         (tramp-handle-insert-file-contents): Do not
10439         unconditionally inhibit the file operation file-local-copy, only
10440         do that when the inhibit-file-name-operation is currently
10441         insert-file-contents.  This fixes finding remote CVS-controlled
10442         files.  (It would barf on inserting the CVS/Entries file
10443         literally, because the file-local-copy handler wasn't called.)
10444         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
10445         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
10446         (tramp-initial-commands): New variable.
10447         (tramp-process-initial-commands): New function, using the variable.
10448         (tramp-open-connection-setup-interactive-shell): Call the new function.
10449         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
10450         method into the buffer name, never use nil.  Reported by Hanak
10451         David <dhanak@inf.bme.hu>.
10452         (tramp-open-connection-setup-interactive-shell): Erase buffer
10453         before sending "stty -onlcr".
10455         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
10457 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
10459         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
10461 2003-07-19  John Paul Wallington  <jpw@gnu.org>
10463         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
10464         (artist-draw-rect, artist-draw-square): Doc fixes.
10466         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
10468         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
10470 2003-07-19  Kenichi Handa  <handa@m17n.org>
10472         * international/kkc.el (kkc-show-conversion-list-update):
10473         Highlight the correct candidate in the message.
10475 2003-07-18  John Paul Wallington  <jpw@gnu.org>
10477         * simple.el (current-word): Don't include punctuation char when
10478         `really-word' arg is non-nil.
10480 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
10482         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10483         moved to the directory obsolete.
10485 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
10487         * info.el (Info-menu-entry-name-re): Allow newlines in
10488         menu entry names.
10490         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10491         syntax-ppss-after-change-function.
10492         (syntax-ppss-after-change-function): New alias.  Update uses.
10493         (syntax-ppss): Catch the case where the buffer is narrowed.
10495 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10497         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
10498         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
10500 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10502         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10503         since it might be modified.
10505         * progmodes/cc-langs.el (c++-make-template-syntax-table)
10506         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
10507         names to these language constants.
10509 2003-07-15  Kim F. Storm  <storm@cua.dk>
10511         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
10512         All uses changed.
10514 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
10516         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10517         Namespace support.
10519 2003-07-13  Juanma Barranquero  <lektu@terra.es>
10521         * frame.el (modify-all-frames-parameters): Reinstall (copyright
10522         papers received).
10524 2003-07-13  Karl Eichwalder  <ke@suse.de>
10526         * textmodes/po.el (po-find-charset): White space at the start of the
10527         Content-Type field body is non-mandatory.
10529 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
10531         * textmodes/texinfo.el (texinfo-section-list):
10532         Append appendixsection; a synonym for appendixsec.
10534 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
10536         * man.el (Man-translate-cleanup): New.
10537         (Man-translate-references): Call `Man-translate-cleanup' to clean
10538         leading, trailing and middle spaces.
10540 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
10542         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10543         Handle `dired-directory' being a list.
10545 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10547         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10548         it doesn't exist.
10550 2003-07-12  Richard M. Stallman  <rms@gnu.org>
10552         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10554         * progmodes/cc-defs.el (c-make-keywords-re):
10555         Don't use delete-duplicates.
10556         (c-lang-const): Don't use mapcan.
10558         * apropos.el (apropos-show-scores): Make it customizable.
10559         Document new meaning.
10560         (apropos): Compute scores from symbols.
10561         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10563 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10565         * ps-bdf.el: Fix copyright line.
10566         (bdf-directory-list): Fix initialization code.
10568 2003-07-11  John Paul Wallington  <jpw@gnu.org>
10570         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10571         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10572         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10574 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
10576         * emacs-lisp/ring.el (ring-elements): Doc fix.
10578 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10580         * calendar/timeclock.el (timeclock-relative)
10581         (timeclock-ask-before-exiting, timeclock-use-display-time):
10582         Doc changes.
10583         (timeclock-modeline-display): Give a message if
10584         `timeclock-use-display-time' is non-nil but `display-time-mode'
10585         is not active.
10587 2003-07-11  Kenichi Handa  <handa@m17n.org>
10589         * international/mule-cmds.el (set-language-environment):
10590         Set current-language-environment to the correct string.
10592 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10594         * ps-print.el: Print line number correctly in a region.  Reported by
10595         Tim Allen <timallen@ls83.fsnet.co.uk>.
10596         (ps-print-version): New version number (6.6.2).
10597         (ps-printing-region): Code fix.
10599 2003-07-10  John Paul Wallington  <jpw@gnu.org>
10601         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
10602         this function can be called from `add-completions-from-tags-table'.
10604 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
10606         * calendar/timeclock.el (timeclock-use-display-time)
10607         (timeclock-day-over-hook, timeclock-workday-remaining)
10608         (timeclock-status-string, timeclock-when-to-leave)
10609         (timeclock-when-to-leave-string, timeclock-log-data)
10610         (timeclock-find-discrep, timeclock-day-base)
10611         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
10612         (timeclock-modeline-display): Set the variable
10613         `timeclock-modeline-display'.
10614         (timeclock-update-modeline): Doc fix.  Respect value of
10615         `timeclock-relative'.
10617 2003-07-09  Richard M. Stallman  <rms@gnu.org>
10619         * textmodes/reftex-parse.el (reftex-all-document-files):
10620         Add autoload cookie.
10622         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
10623         (reftex-scanning-info-available-p): Add autoload cookie.
10625         * international/mule-cmds.el
10626         (set-display-table-and-terminal-coding-system): Delete duplicate
10627         aset on standard-display-table.
10629         * view.el (view-file): If existing buffer's major mode is special,
10630         don't go into view mode.
10632         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
10634 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10636         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
10637         buffer changes; there's third party code that calls this function
10638         directly.
10640 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10642         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
10643         (autodoc-font-lock-keywords): Don't byte compile on font lock
10644         initialization when running from byte compiled files.
10646 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10648         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
10649         statement ends with auto-increment "++".
10651 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10653         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10654         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10655         these are changed, so declare them as variables and not constants.
10657 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
10659         * subr.el (dolist, dotimes): Doc fix.
10661 2003-07-08  Kim F. Storm  <storm@cua.dk>
10663         * international/mule-cmds.el
10664         (set-display-table-and-terminal-coding-system): Don't break
10665         bootstrap if standard-display-table isn't setup yet.
10667 2003-07-07  Richard M. Stallman  <rms@gnu.org>
10669         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
10670         Give it a doc string, and autoload it.
10672         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
10673         Use with-no-warnings.
10675         * info.el (Info-search): If find invisible text, search again.
10677         * isearch.el (search-whitespace-regexp): Add a shy group around it.
10679         * man.el (Man-name-regexp): Match + as part of name.
10681         * simple.el (visible-mode): Rename from vis-mode.
10682         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
10684         * simple.el (current-word): New arg REALLY-WORD specifies
10685         don't include punctuation chars.
10687         * emacs-lisp/debug.el (debug, debugger-env-macro):
10688         Use with-no-warnings while accessing and binding unread-command-char.
10690         * international/mule-cmds.el
10691         (set-display-table-and-terminal-coding-system): Use explicit loop
10692         instead of calling standard-display-default.
10694         * net/ange-ftp.el (ange-ftp-file-symlink-p):
10695         Use condition-case to catch error in ange-ftp-get-files.
10697         * net/browse-url.el (browse-url-browser-function):
10698         Add alternative for Epiphany.
10699         (browse-url-epiphany-program, browse-url-epiphany-arguments)
10700         (browse-url-epiphany-startup-arguments)
10701         (browse-url-epiphany-new-window-is-tab): New variables.
10702         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
10704         * progmodes/compile.el (compile-auto-highlight): Default now t.
10705         (compile): Doc fix.
10706         (compilation-next-error): Fix previous change.
10708         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
10710         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
10712 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
10714         * gdb-ui.el (gdb-source-info): Display current frame when
10715         attaching to an existing process.
10716         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
10717         while laying out windows when attaching to an existing process.
10719 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
10721         * info.el (Info-menu): Use Info-menu-entry-name-re.
10723 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10725         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
10726         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
10728         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
10729         to match the same text.
10731 2003-07-06  John Paul Wallington  <jpw@gnu.org>
10733         * vc.el (vc-annotate-offset): Move defvar up.
10735 2003-07-06  Kim F. Storm  <storm@cua.dk>
10737         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
10738         This should fix the infinite loop when extracting menu names.
10740 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
10742         * files.el (auto-mode-alist, interpreter-mode-alist):
10743         Remove entries to CC Mode modes to avoid duplicates; they are now added
10744         with autoload directives in cc-mode.el.
10746 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
10748         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10749         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10750         these are changed, so declare them as variables and not constants.
10752         * progmodes/cc-mode.el: Fix some autoload problems: Try to
10753         ensure that the entry for ".c" extension comes before the one for
10754         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10755         Fix incorrect entries that were added to `interpreter-mode-alist'.
10756         Move the autoload directives for AWK to the top level since they
10757         aren't recognized anywhere else.  Do not use the new AWK mode doc
10758         in the autoload form for the old AWK mode.
10760 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10762         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10763         (bibtex-sort-ignore-string-entries): Default value t.
10764         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10765         erroneously in previous version.
10766         (bibtex-string-files): Docstring reflects new parsing scheme.
10767         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10768         docstring, add # as one of the chars to crush
10769         (bibtex-autokey-prefix-string, bibtex-autokey-names)
10770         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10771         (bibtex-autokey-name-change-strings)
10772         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10773         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10774         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10775         (bibtex-autokey-title-terminators)
10776         (bibtex-autokey-titlewords-stretch)
10777         (bibtex-autokey-titleword-ignore)
10778         (bibtex-autokey-titleword-case-convert)
10779         (bibtex-autokey-titleword-abbrevs)
10780         (bibtex-autokey-titleword-abbrevs)
10781         (bibtex-autokey-titleword-change-strings)
10782         (bibtex-autokey-titleword-length)
10783         (bibtex-autokey-titleword-separator)
10784         (bibtex-autokey-name-year-separator)
10785         (bibtex-autokey-year-title-separator)
10786         (bibtex-autokey-before-presentation-function)
10787         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10788         Fix docstring.
10789         (bibtex-strings, bibtex-reference-keys):
10790         Use lazy-completion-table and make-variable-buffer-local.
10791         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10792         (bibtex-braced-string-syntax-table)
10793         (bibtex-quoted-string-syntax-table): New variables.
10794         (bibtex-parse-nested-braces): Remove.
10795         (bibtex-parse-field-string): Use syntax table and forward-sexp.
10796         (bibtex-parse-association): Simplify.
10797         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10798         (bibtex-parse-field-text): Simplify.
10799         (bibtex-search-forward-field, bibtex-search-backward-field):
10800         argument BOUND can take value t.
10801         (bibtex-start-of-field, bibtex-start-of-name-in-field)
10802         (bibtex-end-of-name-in-field, bibtex-end-of-field)
10803         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10804         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10805         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10806         (bibtex-skip-to-valid-entry): Return buffer position of beginning
10807         and ending of entry.  Update for changes of bibtex-search-entry.
10808         Simplify.
10809         (bibtex-map-entries): FUN is called with three arguments.
10810         (bibtex-search-entry): Return a cons pair with buffer positions of
10811         beginning and end of entry.
10812         (bibtex-enclosing-field): Simplify.
10813         (bibtex-format-entry): Use booktitle to set a missing title.
10814         (bibtex-autokey-get-names): Fiddle with regexps.
10815         (bibtex-generate-autokey): Use identity.
10816         (bibtex-parse-keys): Use simplified parsing algorithm if
10817         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
10818         arguments.  Return alist of keys.
10819         (bibtex-parse-strings): Simplify.  Return alist of strings.
10820         (bibtex-complete-string-cleanup): Fix docstring.
10821         (bibtex-read-key): New function.
10822         (bibtex-mode): Fix docstring.  Do not parse for keys and
10823         strings when the mode is entered.  Set fill-paragraph-function to
10824         bibtex-fill-field.  Setup font-lock-mark-block-function the way
10825         font-lock intended.
10826         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
10827         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10828         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10829         (bibtex-Preamble): Avoid hard coded constants.
10830         (bibtex-make-field): Fix docstring.  Simplify.
10831         (bibtex-beginning-of-entry): Always return new position of point.
10832         (bibtex-end-of-entry): Rearrange cond clauses.
10833         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10834         Update for changes of bibtex-map-entries.
10835         (bibtex-ispell-abstract): Do not move point.
10836         (bibtex-entry-index): Use downcase.  Simplify.
10837         (bibtex-lessp): Handle catch-all.
10838         (bibtex-find-crossref): Turn into a command.
10839         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
10840         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
10841         preamble entries.
10842         (bibtex-fill-field-bounds): New function.
10843         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
10844         (bibtex-fill-entry): Use bibtex-fill-field-bounds
10845         (bibtex-String): Use bibtex-strings.  Always obey
10846         bibtex-sort-ignore-string-entries.
10848 2003-07-05  John Paul Wallington  <jpw@gnu.org>
10850         * cus-theme.el (customize-create-theme):
10851         Call `customize-create-theme' in Reset widget's notify function.
10853         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10854         (ibuffer-mark-interactive): Use `or' instead of `unless'.
10855         (define-ibuffer-column name): Add summarizer.
10856         (define-ibuffer-column size): Likewise.
10857         (define-ibuffer-column filename): Likewise.
10858         (define-ibuffer-column process): Likewise.  Change BODY's output too.
10859         (define-ibuffer-column filename-and-process): Likewise, likewise.
10860         (ibuffer): Remove local vars `already-in' and `need-update'.
10862         * ibuf-ext.el: Don't require `derived' at compile-time.
10864 2003-07-05  Kim F. Storm  <storm@cua.dk>
10866         * info.el: Disable paragraph refilling.
10867         (Info-refill-paragraphs): New defcustom.
10868         (Info-fontify-node): Use it.
10870 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
10872         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10873         thingies from constructors created by defstruct.
10875         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10876         the default value of the variable.
10877         (byte-code-meter): Move declaration to top level.
10879         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10881         * info.el (Info-following-node-name-re): New fun.
10882         (Info-following-node-name): Remove.
10883         (Info-insert-dir): Use the new fun.
10884         (Info-extract-pointer): Don't save restriction; use new fun.
10885         (Info-menu-entry-name-re): New const.
10886         (Info-menu-entry-name-re): Use it along with new fun.
10887         (Info-node-spec-re): Use new fun.
10888         (Info-complete-menu-item, Info-fontify-node): Use new const.
10889         (Info-goto-node, Info-follow-reference, Info-menu-update):
10890         Use match-string.
10891         (Info-follow-reference): Use assoc-string.
10892         Use a list of strings for the completion table.
10893         (Info-fontify-node): Use match-string, line-end-position.
10894         Limit the search for `node:' to the first line.
10896         * newcomment.el (uncomment-region): Remove padding coming from
10897         comment-start rather than just from comment-padding.
10899         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10900         (vc-cvs-stay-local-p): Use vc-stay-local-p.
10901         (vc-cvs-rename-file): Remove (use the default).
10902         (vc-cvs-register): Register parent dir if needed.
10903         (vc-cvs-could-register): Return non-nil if parent can be registered.
10904         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10905         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10907         * vc-svn.el (vc-svn-use-edit): Make it into a const.
10908         (vc-svn-update): Fix the arguments to `svn'.
10909         (vc-svn-diff-tree): Just use `vc-svn-diff'.
10910         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10911         Simple implementations, assuming `name' is a URL.
10913         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10914         set of chars allowed unquoted in a case pattern.
10916         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10918         * font-lock.el (font-lock-extra-types-widget)
10919         (c-font-lock-extra-types, c++-font-lock-extra-types)
10920         (objc-font-lock-extra-types, java-font-lock-extra-types)
10921         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10922         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10923         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10924         (font-lock-match-c++-structor-declaration)
10925         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10926         (c++-font-lock-keywords-3, c++-font-lock-keywords)
10927         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10928         (objc-font-lock-keywords-3, objc-font-lock-keywords)
10929         (java-font-lock-keywords-1, java-font-lock-keywords-2)
10930         (java-font-lock-keywords-3, java-font-lock-keywords)
10931         (java-font-lock-syntactic-face-function): Remove obsolete code
10932         and constants.  It's all in cc-fonts.el now.
10934 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
10936         * mail/sendmail.el (mail-specify-envelope-from)
10937         (mail-envelope-from): Doc fix.
10939 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
10941         * generic-x.el: Do away with the dependency on `c-emacs-features'
10942         when populating `rul-generic-mode-syntax-table'; we already know
10943         this isn't XEmacs.
10945 See ChangeLog.10 for earlier changes.
10947 ;; Local Variables:
10948 ;; coding: iso-2022-7bit
10949 ;; End:
10951     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
10952   Copying and distribution of this file, with or without modification,
10953   are permitted provided the copyright notice and this notice are preserved.
10955 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1