Slight reorganization of some obsolete declarations; deleted comment no longer
[emacs.git] / lisp / ChangeLog
blob80b9156acfeb9b1ce1c0d6f105617c175701f176
1 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
3         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4         (evenp, list*):
5         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
6         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8         * net/tramp-smb.el (tramp-smb-open-connection):
9         Pass `tramp-chunksize' as fifth (required) argument.
11 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13         * font-lock.el (lisp-font-lock-keywords-1): Set
14         `font-lock-negation-char-face' for [^...] char group.
15         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
18         a var, and refine it to mask one more level of nested vars.
19         (makefile-rule-action-regex): Turn it into a var, and refine it so
20         it recognizes backslashed continuation lines as belonging to the
21         same command.
22         (makefile-macroassign-regex): Refine it so it recognizes
23         backslashed continuation lines as belonging to the same command.
24         (makefile-var-use-regex): Don't look at the next char, because it
25         might be the same one to be skipped by the initial [^$], leading
26         to an overlooked variable use.
27         (makefile-make-font-lock-keywords): Remove two parameters, which
28         are now variables that some of the modes set locally.  Handle
29         dependency and rule action matching through functions, because
30         regexps alone match too often.  Dependency matching now comes
31         last, so it can check, whether a colon already matched something
32         else.
33         (makefile-mode): Inform that font-lock improves makefile parsing
34         capabilities.
35         (makefile-match-dependency, makefile-match-action): New functions.
37 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
39         * emacs-lisp/cl-extra.el (equalp): Doc fix.
41         * align.el (align-regexp):
42         * ansi-color.el (ansi-color-get-face):
43         * array.el (array-reconfigure-rows, array-init-max-row)
44         (array-init-max-column, array-init-columns-per-line)
45         (array-init-field-width):
46         * dired-aux.el (dired-trample-file-versions):
47         * dired-x.el (dired-mark-sexp):
48         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
49         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
50         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
51         * faces.el (face-read-integer):
52         * files.el (backup-extract-version, insert-directory):
53         * hexl.el (hexl-insert-decimal-char):
54         * server.el (server-process-filter):
55         * shell.el (shell-extract-num):
56         * startup.el (command-line-1):
57         * term.el (term-command-hook):
58         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
59         (time-stamp-do-number):
60         * time.el (display-time-update):
61         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
62         (timezone-fix-time):
63         * vms-patch.el (vms-suspend-resume-hook):
64         * calendar/appt.el (appt-convert-time):
65         * calendar/cal-bahai.el (mark-bahai-diary-entries):
66         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
67         * calendar/cal-islam.el (mark-islamic-diary-entries):
68         * calendar/calendar.el (calendar-cursor-to-date)
69         (calendar-star-date):
70         * calendar/diary-lib.el (diary-attrtype-convert)
71         (mark-diary-entries, diary-entry-time):
72         * calendar/solar.el (solar-get-number):
73         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
74         * emacs-lisp/re-builder.el (reb-display-subexp):
75         * emulation/edt.el (edt-set-scroll-margins):
76         * emulation/tpu-extras.el (tpu-set-scroll-margins):
77         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
78         (vip-get-ex-count):
79         * emulation/viper-ex.el (viper-get-ex-token)
80         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
81         * international/fontset.el (fontset-plain-name):
82         * mail/feedmail.el (feedmail-look-at-queue-directory):
83         * mail/mailalias.el (mail-get-names):
84         * mail/rmail.el (rmail-convert-to-babyl-format):
85         * mail/rmailsum.el (rmail-make-basic-summary-line)
86         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
87         (rmail-summary-goto-msg):
88         * mail/smtpmail.el (smtpmail-read-response):
89         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
90         (ange-ftp-vms-add-file-entry):
91         * play/gametree.el (gametree-looking-at-ply)
92         (gametree-current-branch-score):
93         * progmodes/ada-xref.el (ada-prj-find-prj-file)
94         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
95         * progmodes/cperl-mode.el (condition-case):
96         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
97         (ebrowse-set-member-buffer-column-width)
98         (ebrowse-select-1st-to-9nth):
99         * progmodes/etags.el (etags-snarf-tag):
100         * progmodes/flymake.el (flymake-parse-line):
101         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
102         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
103         (idlwave-shell-menu-def):
104         * progmodes/ps-mode.el (ps-run-goto-error):
105         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
106         (vhdl-speedbar-contract-level):
107         * term/mac-win.el (x-handle-numeric-switch):
108         * term/sun-mouse.el (sun-get-frame-data):
109         * term/w32-win.el (x-handle-numeric-switch):
110         * term/x-win.el (x-handle-numeric-switch):
111         * textmodes/ispell.el (ispell-parse-output):
112         * textmodes/nroff-mode.el (nroff-outline-level):
113         * textmodes/reftex-cite.el (reftex-bib-sort-year)
114         (reftex-bib-sort-year-reverse, reftex-format-citation):
115         * textmodes/reftex-parse.el (reftex-init-section-numbers)
116         (reftex-section-number):
117         * textmodes/texinfmt.el (texinfo-paragraphindent): Replace
118         `string-to-int' by `string-to-number'.
120         * international/latexenc.el: Add page marker to force the "Local
121         Variables:" string out of the last page.
123 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
125         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
126         tooltip-change-major-mode.
127         (gud-tooltip-print-command): Remove case where gud-minor-mode
128         is gdb ("--fullname").
129         (gud-tooltip-tips): Turn GUD tooltips off for this case and
130         explain to user.
132 2005-05-16  Jay Belanger  <belanger@truman.edu>
134         * calc/calc-store.el (calc-copy-special-constant): New function.
136         * calc/calc-ext.el (calc-init-extensions): Add binding for
137         `calc-copy-special-constant'.
139         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
140         for the `calc-copy-special-constant' command.
142 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
144         * subr.el (left-fringe-p): New function.
146         * progmodes/compile.el (compilation-setup): Set local value of
147         overlay-arrow-string to "" always.
148         (compilation-set-window): Left fringe then don't scroll. No left
149         fringe then no arrow and scroll message to top.
150         (compilation-context-lines): Adjust doc string accordingly.
152 2005-05-16  Kim F. Storm  <storm@cua.dk>
154         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
155         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
156         (ido-wide-find-dir-or-delete-dir): New command for M-d.
157         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
158         (ido-read-file-name): Handle commands with ido property value
159         equal to find-file as reading a file name, to allow C-d to enter dired.
160         (ibuffer-find-file): Add ido property with value find-file.
162 2005-05-15  Kim F. Storm  <storm@cua.dk>
164         * subr.el (open-network-stream-nowait): Remove.
165         (open-network-stream-server): Remove.
167 2005-05-15  Richard M. Stallman  <rms@gnu.org>
169         * faces.el (describe-face): Output a definition link button.
171         * help-mode.el (help-face-def): New button type.
173         * emacs-lisp/copyright.el (copyright-fix-years):
174         Match properly if the first year is 2-digit.
175         Don't mess up the whitespace after the years by filling.
177         * dired-aux.el (dired-mark-confirm):
178         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
180         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
181         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
182         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
184         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
185         Set font-lock-comment-start-skip.
187         * font-lock.el (font-lock-comment-start-skip): New variable.
188         (font-lock-comment-end-skip): New variable.
189         (font-lock-fontify-syntactically-region): Use them if non-nil.
191 2005-05-15  Jay Belanger  <belanger@truman.edu>
193         * calc/calc-store.el (calc-store-value): Return a string rather
194         than display it as a message.
195         Use calc-var-name for variable name.
196         (calc-store-into): Add the result of calc-store-value to message.
197         (calc-copy-variable): Add a message.
198         (calc-store-exchange): Improve error messages.
199         (calc-store-binary, calc-store-map): Don't reset the values of
200         special constants.
202 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
204         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
205         manual to docstring.
207         * files.el (hack-local-variables-confirm): Add STRING argument.
208         Make the function handle non file visiting buffers correctly.
209         (hack-local-variables-prop-line, hack-local-variables)
210         (hack-one-local-variable): Use STRING arg of
211         `hack-local-variables-confirm'.
213 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
215         Sync with Tramp 2.0.49.
217         * tramp.el (tramp-handle-dired-call-process)
218         (tramp-handle-insert-directory):`insert-buffer' cannot be used
219         because the contents of the Tramp buffer is changed before
220         insertion (`expand-file' and alike).
221         (tramp-handle-insert-directory): If `localname' has an empty
222         nondirectory name, it must not be quoted.
223         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
224         variable `tramp-chunksize'.  Change callees.
225         (tramp-open-connection-setup-interactive-shell): Check remote host
226         for buggy `send-process-string' implementation.  Set
227         `tramp-chunksize' if found.  Reported by Michael Kifer
228         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
229         (tramp-handle-shell-command): `insert-buffer' cannot be used
230         because the contents of the Tramp buffer is changed before
231         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
232         <frederic.bothamy@free.fr>.
233         (tramp-set-auto-save): Actions should be done for Tramp file name
234         handler only.  Ange-FTP has its own auto-save mechanism.  Reported
235         by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
236         (tramp-set-auto-save-file-modes): Set file modes of
237         `buffer-auto-save-file-name' to ?\600 as fallback solution.
238         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
239         (tramp-bug): Remove obsolete variable.
240         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
241         for presence of `mml-mode'.  Make it running for older Emacsen as
242         well.
244 2005-05-14  John Paul Wallington  <jpw@pobox.com>
246         * ibuf-ext.el (define-ibuffer-filter filename):
247         If `dired-directory' is a list, use its car.
249 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
251         * ibuffer.el (define-ibuffer-column filename):
252         If `dired-directory' is a list, use its car.
254 2005-05-14  Richard M. Stallman  <rms@gnu.org>
256         * subr.el (symbol-file): Doc fix.
258         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
259         (byte-compile-form): Call byte-compile-nogroup-warn.
260         (byte-compile-warning-types): Doc fix.
262         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
264         * progmodes/cc-engine.el (c-literal-faces):
265         Add font-lock-comment-delimiter-face.
267         * net/net-utils.el (dig): Use with-no-warnings.
269         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
270         (sc-recite-frame-alist, sc-default-cite-frame)
271         (sc-default-uncite-frame, sc-default-recite-frame)
272         (sc-attrib-selection-list, sc-rewrite-header-list):
273         Mark as risky-local-variable.
275         * international/ogonek.el (ogonek-jak, ogonek-how):
276         Don't use beginning-of-buffer.
278         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
280         * calendar/solar.el (solar-data-list): Move definition up.
282         * dnd.el (dnd-protocol-alist): Add autoload.
284         * progmodes/sh-script.el: Many doc usage fixes.
285         (sh-indent-after-do): Change default to match common styles.
287 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
289         * files.el (interpreter-mode-alist)
290         (auto-mode-interpreter-regexp): Doc fixes.
292 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
294         * tmm.el (tmm-get-keymap): Include only active menus and menu
295         items.
297         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
299 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
301         * dired.el (dired-mode): make-variable-buffer-local =>
302         make-local-variable
304 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
306         * term/mac-win.el (mac-select-convert-to-string): Try coding
307         systems in mac-script-code-coding-systems if specified one cannot
308         encode string for `com.apple.traditional-mac-plain-text'.
310 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
312         * progmodes/make-mode.el (makefile-targets-face)
313         (makefile-shell-face, makefile-makepp-perl-face): New faces.
314         (makefile-dependency-regex): Fix it to not make the colon in
315         $(var:a=b) special.
316         (makefile-rule-action-regex): New regexp for highlighting embedded
317         Shell strings.
318         (makefile-macroassign-regex): Handle != for highlighting as
319         embedded Shell strings.
320         (makefile-var-use-regex): New const.
321         (makefile-statements, makefile-automake-statements)
322         (makefile-gmake-statements, makefile-makepp-statements)
323         (makefile-bsdmake-statements): New consts.
324         (makefile-make-font-lock-keywords): New function.
325         (makefile-automake-font-lock-keywords)
326         (makefile-gmake-font-lock-keywords)
327         (makefile-makepp-font-lock-keywords)
328         (makefile-bsdmake-font-lock-keywords): New consts.
329         (makefile-mode-map): Add switchers between the various submodes.
330         (makefile-mode): Document the availability of the variants.
331         (makefile-automake-mode, makefile-gmake-mode)
332         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
334         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
335         new variants of makefile-mode.
337 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * font-lock.el (font-lock-comment-delimiter-face): Fix up
340         the inheritance.
342 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
344         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
345         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
347         * files.el (normal-mode): Extend the scope of the
348         `enable-local-variables' binding to include the `set-auto-mode' call.
349         (magic-mode-alist): Doc fix.
351 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
354         font-lock-comment-face rather than copying its setting.
356 2005-05-12  Andreas Schwab  <schwab@suse.de>
358         * eshell/esh-mode.el (eshell-send-input): Doc fix.
360 2005-05-12  Lute Kamstra  <lute@gnu.org>
362         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
363         defcustom for the mode hook variable.  Delete the last argument.
364         * generic-x.el: Fix callers of define-generic-mode.
365         (generic-x-modes): Delete group.
366         (show-tabs-tab-face, show-tabs-space-face): Put them in the
367         generic-x customization group.
369 2005-05-12  Kim F. Storm  <storm@cua.dk>
371         * font-lock.el (font-lock-negation-char-face): Default to "off".
373         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
374         font-lock-negation-char-face to ! in !=.
376 2005-05-12  Masatake YAMATO  <jet@gyve.org>
378         * add-log.el (find-change-log): Fix typos in the docstring
379         of function.
381 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
383         * international/latexenc.el (latexenc-find-file-coding-system):
384         Avoid `re-search-forward' when looking for input encoding because
385         of speed and safety.  Better regular expressions for recognizing
386         input encoding.  Limit a search for TeX-master/tex-main-file to
387         the local variable section.
389 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
391         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
392         syntax of $ to "'" (quote).
394 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
396         * dnd.el (dnd-protocol-alist): Improve custom type.
398         * dired.el (dired-dnd-protocol-alist): New variable.
399         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
400         `dired-mode-hook' to the end.
402 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
405         comment-end if comment-start-skip is not set.
406         Obey the font-lock-comment-delimiter-face variables.
408 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * files.el (executable-find): Move from executable.el. Use locate-file.
411         * progmodes/executable.el (executable-find): Move to files.el.
413         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
414         when trying to ensure forward progress.
416 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
418         * mouse-sel.el (mouse-sel-follow-link-p): New function.
419         (mouse-select, mouse-select-internal, mouse-extend-internal):
420         Use it to implement mouse-1-click-follows-link functionality.
422 2005-05-11  Richard M. Stallman  <rms@gnu.org>
424         * font-lock.el (font-lock-fontify-syntactically-region):
425         Use font-lock-comment-delimiter-face for comment delimiters.
427 2005-05-10  Jay Belanger  <belanger@truman.edu>
429         * calc/calc-help.el (calc-m-prefix-help): Add mention of
430         preserving embedded modes.
432 2005-05-10  Richard M. Stallman  <rms@gnu.org>
434         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
436         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
437         Move from ada-stmt.el.
438         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
440         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
441         Move to ada-mode.el.
442         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
444         * cus-edit.el (custom-file): Call file-chase-links.
446         * files.el (read-directory-name): Fix previous change.
447         (hack-local-variables-confirm): New function.
448         (hack-local-variables-prop-line, hack-local-variables)
449         (hack-one-local-variable): Use it.
451 2005-05-10  Lute Kamstra  <lute@gnu.org>
453         * font-lock.el (font-lock-keywords-alist)
454         (font-lock-removed-keywords-alist): Clarify docstrings.
456 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
458         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
459         (gdb-source-info): Check for preprocessor info.
460         (gdb-tooltip-print-1): New function. Don't print tooltip if it is
461         a macro for a function.
462         found (user might have used GDB dir command).
463         (gdb-info-breakpoints-custom): Try to find file again if not already
464         (gdb-get-location): Update gdb-location-alist correctly for change
465         to gdb-info-breakpoints-custom.
467         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
468         (gud-tooltip-print-command): Add gdbmi case.
469         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
470         preprocessor info.
472 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
474         * startup.el (fancy-splash-insert): Fix typo in doc string.
476 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
478         * obsolete/float.el (string-to-float):
479         * obsolete/hilit19.el (hilit-add-pattern):
480         * obsolete/rnews.el (news-parse-range, news-select-message)
481         (news-get-pruned-list-of-files): Replace `string-to-int' by
482         `string-to-number'.
484         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
485         `find-file-not-found-hooks'; use `add-hook'.
486         (uncompress-while-visiting): Set `write-file-functions', not
487         `write-file-hooks'; use `add-hook'.
489 2005-05-09  Kim F. Storm  <storm@cua.dk>
491         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
492         (cua-paste): Handle clipboard action.
493         (cua--init-keymaps): Remap clipboard-kill-region and
494         clipboard-kill-ring-save.
496 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
498         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
499         Improve commentary.
501         * simple.el (next-error-overlay-arrow-position): Revert the change
502         made on 2005-04-30.
504 2005-05-07  Jay Belanger  <belanger@truman.edu>
506         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
507         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
508         `calc-sel-reselect'.
510         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
511         Calc is in embedded mode.
513 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
515         * progmodes/compile.el (compilation-setup):
516         Set overlay-arrow-string to an empty string on text terminals.
518         * textmodes/ispell.el (ispell-program-name): Try looking for
519         "aspell" along exec-path, and if found, use it as the default
520         speller program.
522 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
524         * international/mule.el (sgml-xml-auto-coding-function):
525         Recognize encoding='FOO' in single quotes as well as in double quotes.
527 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
529         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
530         as well as `interactive', so that defmacro* would recognize
531         `declare' forms.
533 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
535         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
536         Explain more about the LIGHTER arg's usage in the doc string.
537         Add commentary to clarify what the code does.  Fix the regexp that
538         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
539         since it could have characters special to regular expressions.
541 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
543         * replace.el (occur-1): Bind inhibit-read-only so that
544         erase-buffer doesn't barf on read-only text properties (likewise
545         for add-text-properties in occur-engine).  Mark buffer as unmodified.
546         (occur-engine): Don't set buffer-read-only here.
548 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
551         list-buffers-directory.  This caused the *cvs-commit* buffer to be
552         sometimes mistakenly reused as a *cvs* buffer.
554 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
556         * tooltip.el: Move code for GUD tooltips into gud.el.
557         (require): CL no longer needed to compile case.
558         (tooltip-mode): Do not toggle functions for GUD tooltips.
559         (tooltip-gud-tips-p): Remove. Replace with minor mode
560         gud-tooltip-mode in gud.el.
561         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
562         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
563         tooltip-gud prefix with gud-tooltip and obsolete.
564         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
565         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
566         (tooltip-mouse-motion): Mouse movement functions/variable.
567         Rename in gud.el by adding gud prefix.
568         (tooltip-gud-original-filter, tooltip-gud-dereference)
569         (tooltip-gud-event, tooltip-toggle-gud-tips)
570         (tooltip-gud-process-output, tooltip-gud-print-command)
571         (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
572         gud.el by replacing tooltip-gud prefix with gud-tooltip.
573         (gdb-tooltip-print): Move to gdb-ui.el.
575         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
576         (require): CL needed to compile case.
577         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
578         tooltip-gud-tips-p. Make it a minor-mode.
579         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
580         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
581         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
582         (gud-tooltip-change-major-mode)
583         (gud-tooltip-activate-mouse-motions-if-enabled)
584         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
585         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
586         (gud-tooltip-original-filter, gud-tooltip-dereference)
587         (gud-tooltip-event, tooltip-toggle-gud-tips)
588         (gud-tooltip-process-output, gud-tooltip-print-command)
589         (gud-tooltip-tips): Move from tooltip.el.
591         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
592         (gdb-cpp-define-alist-flags): Doc fix.
593         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
594         gud-tooltip-mode is t.
596 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
599         evaporate if their text is deleted.
600         (goto-address-at-point): Make it work as a mouse binding as well.
601         (goto-address-at-mouse): Obsolete it.  Update users.
603 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
605         * calendar/appt.el (top-level): No longer activate on load.
607 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
609         * calendar/cal-bahai.el (mark-bahai-diary-entries):
610         * net/webjump.el (webjump):
611         * progmodes/idlw-help.el (idlwave-do-context-help1)
612         (idlwave-highlight-linked-completions):
613         * textmodes/po.el (po-find-file-coding-system-guts):
614         Replace `assoc-ignore-case' by `assoc-string'.
616 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
618         * files.el (locate-file): Doc fix.
620         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
621         Remove the redundant test for ms-dos.
623         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
624         look for the preprocessor with exec-suffixes.  If not found in
625         standard places, look in exec-path.  Remove most of the tests that
626         used system-type.
628         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
630         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
632         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
633         file-name clash with jka-compr.el on 8+3 filesystems.
635 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
637         * term/mac-win.el: Don't define or bind scroll bar functions if
638         x-toolkit-scroll-bars is t.
639         (x-select-text, x-get-selection-value):
640         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
641         (PRIMARY): Put mac-scrap-name property.
642         (mac-select-convert-to-file-url): New function.
643         (public.file-url): New selection target type.  Add to
644         selection-converter-alist.
645         (x-get-selection, x-selection-value): Handle it.
646         (x-cut-buffer-or-selection-value): New alias.
648 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
650         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
651         entry to avoid calling bibtex-find-entry with arg global
652         being t.  Remove arg key.
653         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
654         (bibtex-copy-summary-as-kill): Change accordingly.
656 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
659         (org-agenda-date-later): Use with-current-buffer.
661 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
663         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
664         (define-obsolete-variable-alias): Doc Fixes.
666 2005-05-06  Kim F. Storm  <storm@cua.dk>
668         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
669         vertical-motion when selective-display is active.
671         * ido.el (ido-setup-hook): New hook.
672         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
673         (ido-input-stack): New var.
674         (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
675         ido-next-work-file binding to M-O.
676         Bind M-f to ido-wide-find-file-or-pop-dir.
677         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
678         (ido-read-internal): Run ido-setup-hook.
679         Catch quit in read-file-name and read-string to cancel edit.
680         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
681         Automatically pop-all when completing a directory name (RET).
682         (ido-file-internal): Add with-no-warnings around ffap and dired code.
683         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
684         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
685         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
686         New functions for M-b/M-f to move among the directory components.
687         (ido-make-merged-file-list): Catch quit to cancel merge.
688         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
689         (ido-completion-help): No warnings for ido-completion-buffer-full.
691 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
693         * font-lock.el (font-lock-negation-char-face): New face and variable.
694         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
695         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
696         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
697         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
699 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
701         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
702         Fix typo in docstring.
704         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
705         (ebrowse-print-statistics-line)
706         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
708         * term/w32-win.el (image-library-alist): Add additional name for
709         Xpm library.
711 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
713         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
714         use gcc instead of cpp.
716         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
717         (gdb-create-define-alist): Use it.
718         (gdb-cpp-define-alist-program): Update for MS-DOS.
720 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
722         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
724 2005-05-04  Richard M. Stallman  <rms@gnu.org>
726         * help.el (describe-key): No error when UNTRANSLATED is nil.
728         * simple.el (line-move-1): Fix previous change to signal errors
729         appropriately.
731 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
733         * calendar/icalendar.el (icalendar-version): Now at 0.12.
734         (icalendar-duration-correction): Remove.
735         (icalendar--get-event-properties): Split result at commas.
736         (icalendar--decode-isoduration): New optional argument
737         DURATION-CORRECTION.
738         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
739         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
740         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
741         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
742         (icalendar--convert-anniversary-to-ical): New functions, extracted
743         from icalendar-export-region, with bug fixes.
744         (icalendar-export-region): Use the above functions.
745         (icalendar-import-buffer): Check before saving diary file.
746         (icalendar--convert-recurring-to-diary)
747         (icalendar--convert-non-recurring-all-day-to-diary)
748         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
749         extracted from icalendar--convert-ical-to-diary, with bug fixes.
750         (icalendar--convert-ical-to-diary): Use the above functions.
752 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
754         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
755         Remove these recent additions.
756         (c-mode): Restore to before 2005-04-28.
758         * progmodes/cc-vars.el (cc-define-list-program): Remove this
759         recent addition.
761         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
762         (gdb-define-alist): New variables.
763         (gdb-create-define-alist): New function.
764         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
765         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
766         with string-to-number.
767         (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
769         * progmodes/gud.el: Replace string-to-int with string-to-number.
770         (gud-find-file): Handle gdb-define-alist.
772         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
774 2005-05-02  Jay Belanger  <belanger@truman.edu>
776         * calc/calc-aent.el (math-read-token):
777         * calc/calc-bin.el (calc-word-size):
778         * calc/calc-ext.el (calc-read-number-fancy):
779         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
780         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
781         * calc/calc-frac.el (calc-over-notation):
782         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
783         (calc-graph-num-points, calc-graph-init):
784         * calc/calc-prog.el (calc-read-parse-table-part)
785         (calc-edit-macro-repeats):
786         * calc/calc-yank.el (calc-do-grab-rectangle):
787         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
788         Replace `string-to-int' by `string-to-number'.
790 2005-05-02  Kim F. Storm  <storm@cua.dk>
792         * kmacro.el: Use executing-kbd-macro-index variable.
794 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
796         * net/rlogin.el (rlogin-parse-words): Delete func.
797         (rlogin): Use split-string, not rlogin-parse-words.
798         Also, if there are option-like elements in the parsed args,
799         take the host to be the first arg immediately following them.
800         Suggested by Michael Mauger.
802 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
804         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
806 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
808         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
809         (cc-mode-cpp-program): Rename to cc-define-list-program and
810         move to cc-vars.el.
812         * progmodes/cc-vars.el (cc-define-list-program):
813         Change to "gcc -E -dM -". Make customizable.
815 2005-05-02  Kim F. Storm  <storm@cua.dk>
817         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
819 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
821         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
823         * international/mule-util.el (truncate-string): Remove alias and
824         obsolete declaration.
826         * international/mule-cmds.el (update-iso-coding-systems):
827         Remove alias and obsolete declaration.
829         * international/mule.el (coding-system-parent): Remove alias and
830         obsolete declaration.
832         * subr.el (define-function, sref): Remove aliases and obsolete
833         declarations.
834         (chars-in-region): Remove obsolete declaration.
836 2005-05-01  Richard M. Stallman  <rms@gnu.org>
838         * info.el (Info-mode): Set widen-automatically to nil, locally.
840         * simple.el (widen-automatically): New variable.
841         (pop-global-mark): Obey widen-automatically.
843 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
845         * term/xterm.el (function-key-map): Call substitute-key-definition
846         before the keymap size is increased by a lot of define-key calls.
848 2005-05-01  Richard M. Stallman  <rms@gnu.org>
850         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
851         Rename ARG to ELEMENT.  Doc fix.
853 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
855         * allout.el (allout-exposure): Remove macro and obsolete declaration.
856         Remove references to allout-exposure/change to allout-new-exposure.
858         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
859         bytecode symbols.
861         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
862         (compiled-function-p, focus-frame, unfocus-frame):
863         Remove aliases and obsolete declarations.
864         Back out inadvertant changes from previous commit.
866 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
868         * files.el (require-final-newline): Make Custom tags consistent
869         with mode-require-final-newline.
870         (mode-require-final-newline): Doc fix.
872 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
874         * international/latexenc.el (latexenc-find-file-coding-system):
875         Fix regular expressions.
877 2005-05-01  David Kastrup <dak@gnu.org>
879         * international/latexenc.el (latexenc-find-file-coding-system):
880         Fix regular expressions.
882 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
884         * subr.el (string-to-int): Make obsolete.
886 2005-04-30  Richard M. Stallman  <rms@gnu.org>
888         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
890         * loadup.el: load jka-comp-hook.
892         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
893         (jka-compr-handler): Add autoload.  `put' calls moved
894         to jka-comp-hook.el.
895         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
896         (jka-compr-inhibit): Autoload.
898         * jka-comp-hook.el: New file.
899         Enable the mode by default.
901         * files.el (backup-buffer-copy): Use copy-file instead
902         of write-region, and put back the 'excl.
904 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
906         * progmodes/flymake.el (flymake-split-string)
907         (flymake-split-string, flymake-log, flymake-pid-to-names)
908         (flymake-reg-names, flymake-get-source-buffer-name)
909         (flymake-unreg-names, flymake-add-line-err-info)
910         (flymake-add-err-info): Clarify docstrings.
911         (flymake-popup-menu, flymake-make-emacs-menu)
912         (flymake-make-xemacs-menu): Add docstrings.
913         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
914         Set variables directly throughout.
916 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
918         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
919         exists. Initialise cc-define-alist.
920         (c-mode): Add cc-create-define-alist locally to after-save-hook.
921         If there is no file (Macroexpansion) don't create an alist.
923 2005-04-29  Sam Steingold  <sds@gnu.org>
925         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
926         (cc-create-define-alist): Use it instead of the hard-coded string.
928 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * international/mule-conf.el (file-coding-system-alist): Fix regexp
931         for latexenc.
933 2005-04-29  Lute Kamstra  <lute@gnu.org>
935         * emacs-lisp/generic.el: Improve commentary section.
936         (define-generic-mode): Improve docstring.
938 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
940         * textmodes/org.el (many places): Change to quiet the byte compiler.
941         (org-prefix-format-compiled): New variable.
942         (org-compile-prefix-format): New function.
943         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
944         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
945         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
946         (org-get-entries-from-diary): Use `org-get-time-of-day' for
947         consistency with entries from `org-mode' files.
948         (org-get-time-of-day): Fix bug with partial matches early in a line.
949         (org-non-link-chars): New constant.
950         (org-link-regexp): Respect `org-non-link-chars'.
951         (org-agenda-day-view): Remove command.
952         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
953         (org-follow-bbdb-link, org-store-link): Search also company field.
954         (org-highlight-overlay): New variable.
955         (org-highlight, org-unhighlight): New functions.
956         (org-agenda-mode): Add pre-command-hook to remove highlight.
957         (org-evaluate-time-range): Behavior depends upon whether time stamp
958         contains a time or not.
959         (org-show-subtree, org-show-entry): New functions.
960         (org-agenda-cleanup-fancy-diary): Remove empty lines.
962 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
964         * comint.el (comint-output-filter-functions): Add autoload cookie.
966 2005-04-28  Kim F. Storm  <storm@cua.dk>
968         * ido.el (ido-everywhere): Fix last change.
970 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
972         * international/latexenc.el: New file.
973         * international/mule-conf.el (file-coding-system-alist): For .tex,
974         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
976 2005-04-28  Lute Kamstra  <lute@gnu.org>
978         * font-lock.el (font-lock-add-keywords)
979         (font-lock-remove-keywords): Clarify docstring.
980         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
981         Don't start docstrings with a `*'.
982         (font-lock-update-removed-keyword-alist): Give it a docstring.
984         * generic-x.el: Update commentary section.
985         Only require font-lock when compiling.
986         Define all modes conditionally.
987         Place all generic modes in the generic-x-modes customization group.
988         (generic-x-modes): New customization group.
989         (generic-default-modes, generic-mswindows-modes)
990         (generic-unix-modes, generic-other-modes): New constants.
991         (generic-define-mswindows-modes, generic-define-unix-modes):
992         Update docstrings.  Make them obsolete.
993         (generic-extras-enable-list): New default value.  Update docstring.
994         Improve :type.  Change :set function.
995         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
996         Fix docstring.
998         * emacs-lisp/generic.el (generic-mode-internal):
999         Simplify font-lock-defaults.
1000         (define-generic-mode): Fix docstring.
1002 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
1005         font-lock-face property to highlight matches.
1007 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
1009         * progmodes/cc-mode.el: (cc-create-define-alist): New function.
1010         (cc-define-alist): New variable.
1011         (c-mode): Make it local and initialise it.
1013         * progmodes/gdb-ui.el (gdb-active-process): New variable.
1014         (gdb-exited): New function.
1015         (gdb-annotation-rules): Use it.
1016         (gdb-starting): Set gdb-active-process to t.
1017         (gdb-stopping): Amend doc string.
1018         (gdb-reset): Set gdb-active-process to nil.
1020         * tooltip.el (tooltip-gud-tips): Show the associated #define
1021         directives when a C program under GDB is not executing.
1023 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
1026         font-lock-fontify-syntactic-keywords.
1028         * font-lock.el (font-lock-default-fontify-region): Don't force
1029         parse-sexp-lookup-properties to nil.
1031 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1033         * man.el (man-mode-syntax-table): Set up `:' to have
1034         word-constituent syntax.
1036 2005-04-27  Lute Kamstra  <lute@gnu.org>
1038         * novice.el (disable-command): Don't add spurious newlines to the
1039         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
1041 2005-04-26  Jay Belanger  <belanger@truman.edu>
1043         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
1044         than one window before deleting window.
1046 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
1048         * shell.el (shell-prompt-pattern): Doc fix.
1049         (shell-mode): Set paragraph-separate buffer locally to "\\'".
1051         * comint.el (comint-prompt-regexp, comint-get-old-input)
1052         (comint-use-prompt-regexp)
1053         (comint-use-prompt-regexp-instead-of-fields)
1054         (comint-replace-by-expanded-history, comint-send-input)
1055         (comint-output-filter, comint-get-old-input-default)
1056         (comint-line-beginning-position, comint-bol, comint-show-output)
1057         (comint-backward-matching-input, comint-forward-matching-input)
1058         (comint-next-prompt, comint-previous-prompt):
1059         Rename `comint-use-prompt-regexp-instead-of-fields' to
1060         `comint-use-prompt-regexp'.  Keep old name as alias and declare
1061         obsolete.
1062         (comint-use-prompt-regexp): Shorten first line of doc string.
1064         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
1065         Set paragraph-separate buffer locally to "\\'".
1067         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
1068         Adapt to above name change.
1070         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1071         (smbclient-prompt-regexp): Ditto.
1073         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
1075 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
1077         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
1078         gdb-location-list.
1079         Break lines that are over 80 characters wide.
1081 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
1084         New fun and var, to preserve compatibility.
1086         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
1088 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
1090         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
1091         name to file-newer-than-file-p.
1093 2005-04-26  Richard M. Stallman  <rms@gnu.org>
1095         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
1097         * progmodes/python.el (python-mode):
1098         Use new name eldoc-documentation-function.
1100         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
1102         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1103         (eldoc-documentation-function):
1104         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
1106 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
1108         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
1110 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1112         * term/xterm.el (function-key-map): Fix strings for
1113         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
1114         {C,S,A,C-S}-{f1-f12}.
1116 2005-04-26  Kenichi Handa  <handa@m17n.org>
1118         * international/mule-cmds.el (select-safe-coding-system):
1119         Fix previous change.
1121 2005-04-26  Lute Kamstra  <lute@gnu.org>
1123         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
1125         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
1126         (font-lock-comment-delimiter-face): Ditto.
1128         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
1130 2005-04-25  Jay Belanger  <belanger@truman.edu>
1132         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
1133         to t while inserting information; use help-mode.
1135 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1137         * term.el (ansi-term-color-vector): Use the xterm colors.
1138         (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
1140 2005-04-25  Lute Kamstra  <lute@gnu.org>
1142         * font-core.el (font-lock-defaults): Fix docstring.
1144         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
1146 2005-04-25  Kenichi Handa  <handa@m17n.org>
1148         * international/mule-cmds.el (select-safe-coding-system):
1149         Don't check consistency with coding: spec, etc if raw-text or
1150         no-conversion was found to be safe.
1152 2005-04-24  Richard M. Stallman  <rms@gnu.org>
1154         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
1155         citation markers at start of each line.
1157         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
1158         citation markers at start of each line.
1160         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
1162         * files.el (mode-require-final-newline): Fix previous change.
1163         (require-final-newline): Fix type label.
1165 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1167         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
1168         statement in buffer (broken by 2004-11-24 change).
1170 2005-04-24  Kim F. Storm  <storm@cua.dk>
1172         * ido.el (ido-everywhere): Save and restore old read-buffer-function
1173         and read-file-name-function values.  Don't overwrite existing
1174         non-nil values if ido-mode is enabled without ido-everywhere.
1176 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1178         * files.el (mode-require-final-newline): Minor doc fix.
1180 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
1182         * subr.el (syntax-after): Doc fix.
1183         (syntax-class): If argument is nil, return nil.  Mask off upper 16
1184         bits, not 8 bits.
1186         * files.el (mode-require-final-newline): Doc fix.
1187         (backup-buffer-copy): Fix last change.
1189 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1191         * term/mac-win.el: Require select.  Set selection-coding-system to
1192         mac-system-coding-system.  Call menu-bar-enable-clipboard.
1193         (x-last-selected-text-clipboard, x-last-selected-text-primary)
1194         (x-select-enable-clipboard): New variables.
1195         (x-select-text, x-get-selection, x-selection-value)
1196         (x-get-selection-value, mac-select-convert-to-string)
1197         (mac-services-open-file, mac-services-open-selection)
1198         (mac-services-insert-text): New functions.
1199         (CLIPBOARD, FIND): Put mac-scrap-name property.
1200         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
1201         (public.tiff): Put mac-ostype property.
1202         (selection-converter-alist): Add entries for them.
1203         (mac-application-menu-map): New keymap.
1204         (interprogram-cut-function, interprogram-paste-function): Set to
1205         x-select-text and x-get-selection-value, respectively.
1206         (split-window-keep-point): Set to t.
1208 2005-04-23  Richard M. Stallman  <rms@gnu.org>
1210         * files.el (read-directory-name): Always pass non-nil
1211         DEFAULT-FILENAME arg to read-file-name.
1212         (backup-buffer-copy, basic-save-buffer-2): Take care against
1213         writing thru an unexpected existing symlink.
1214         (revert-buffer): In indirect buffer, revert the base buffer.
1215         (magic-mode-alist): Doc fix.
1216         (buffer-stale-function): Doc fix.
1217         (minibuffer-with-setup-hook): Avoid warning.
1218         (mode-require-final-newline): Doc and custom fix.
1220         * follow.el (follow-end-of-buffer): Use with-no-warnings.
1222         * font-lock.el (font-lock-comment-face): On terminals with few colors,
1223         use the default appearance.
1224         (font-lock-comment-delimiter-face): New face, new variable.
1226         * imenu.el (imenu--generic-function): The official position of a
1227         definition is the start of the line that BEG is in.
1229         * midnight.el (midnight-timer): Move defvar up.
1231         * mouse.el (mouse-drag-region-1): Delete some debugging code.
1233         * saveplace.el (save-place-to-alist): Use with-no-warnings.
1235         * startup.el (command-line): Use with-no-warnings.
1237         * window.el (window-size-fixed): New defvar.
1239         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
1241         * mail/rmail.el (rmail-font-lock-keywords):
1242         Use font-lock-comment-delimiter-face.
1244         * mail/sendmail.el (mail-font-lock-keywords):
1245         Use font-lock-comment-delimiter-face.
1247         * progmodes/compile.el (next-error-highlight-timer): New defvar.
1249 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
1251         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1252         Specify t for LAXMATCH when matching directories.
1253         Save match data around compilation-compat-error-properties form.
1255 2005-04-23  David Kastrup  <dak@gnu.org>
1257         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
1258         Mention that the autoloaded aliases should be kept for AUCTeX.
1260 2005-04-23  Andreas Schwab  <schwab@suse.de>
1262         * isearch.el (isearch-forward): Doc fix.
1264 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
1266         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
1267         (jit-lock-stealth-nice): Change default value to 0.5.
1269 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1271         * abbrev.el (write-abbrev-file): Write table entries in
1272         alphabetical order by table name.
1274 2005-04-22  Kim F. Storm  <storm@cua.dk>
1276         * ido.el (ido-read-internal): Fix `list' completion.
1278 2005-04-22  Kenichi Handa  <handa@m17n.org>
1280         * recentf.el (recentf-save-file-coding-system): New variable.
1281         (recentf-save-list): Encode the file by
1282         recentf-save-file-coding-system and add coding: tag.
1284 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1286         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
1288 2005-04-21  Lute Kamstra  <lute@gnu.org>
1290         * loadhist.el (unload-feature): Don't remove a function from hooks
1291         if it is about to be restored to an autoload .  Remove functions
1292         that will become unbound from auto-mode-alist.  Simplify the code.
1294         * subr.el (assq-delete-all): New implementation that is linear,
1295         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
1296         (rassq-delete-all): New function.
1298         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1299         Add size-indication-mode.
1301 2005-04-21  Kenichi Handa  <handa@m17n.org>
1303         * international/mule-cmds.el: Add autoload for widget-value in
1304         eval-when-compile.
1306 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
1308         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1309         Add tooltip-mode.
1311         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
1313 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
1315         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
1316         (inferior-lisp-filter-regexp, inferior-lisp-program)
1317         (inferior-lisp-load-command, inferior-lisp-prompt)
1318         (inferior-lisp-mode-hook, lisp-source-modes)
1319         (inferior-lisp-load-hook): defvar->defcustom.
1320         (inferior-lisp-program, inferior-lisp-prompt)
1321         (inferior-lisp-load-hook): Doc fixes.
1322         (inferior-lisp-install-letter-bindings): Small change in
1323         introductory comment.
1325 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1327         * vc.el (vc-annotate-color-map): Change some colors so that text
1328         using them as foreground is readable on both white and black
1329         backgrounds.
1331 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1333         * international/mule-conf.el (translation-table-for-input):
1334         Remove redundant declaration.
1336 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
1338         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
1340         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
1341         (tooltip-toggle-gud-tips): New function.
1343 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1345         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
1346         right angle brackets.
1348 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
1350         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
1352 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1354         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
1355         Remove.  Update callers to use expand-file-name instead.
1357         * subr.el (syntax-class): New function.
1359         * simple.el (blink-matching-open): Use it.
1361         * paren.el (show-paren-function): Use it to recognize parens that are
1362         also used in 2-char comment markers.
1364 2005-04-19  Lute Kamstra  <lute@gnu.org>
1366         * loadhist.el (unload-feature): Update for new format of
1367         load-history.  Simplify the code.
1369 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1371         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
1372         (mac-add-charset-info): New function.  Initialize variable
1373         mac-charset-info-alist using it.
1374         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
1375         for translation.
1376         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
1377         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
1378         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
1379         New CCL programs.
1381 2005-04-19  Kim F. Storm  <storm@cua.dk>
1383         * simple.el (next-buffer, prev-buffer, next-error)
1384         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1385         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
1387         * bindings.el (next-buffer, prev-buffer, next-error)
1388         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1389         (clone-indirect-buffer-other-window): Move bindings from simple.el.
1390         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
1391         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
1393 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * isearch.el (isearch-edit-string): Make the search-ring available for
1396         minibuffer history commands.
1397         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
1398         the default history commands now work just as well.
1399         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
1401 2005-04-18  Kim F. Storm  <storm@cua.dk>
1403         * emulation/cua-base.el (cua--pre-command-handler): Add more
1404         elaborate check for shift modifier on non-window systems.
1406 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
1408         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
1410 2005-04-18  Kim F. Storm  <storm@cua.dk>
1412         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
1413         and make it optional.  Don't test tooltip-gud-echo-area here.
1414         (tooltip-gud-process-output, gdb-tooltip-print):
1415         Pass tooltip-gud-echo-area to tooltip-show.
1416         (tooltip-help-tips): Remove second optional arg to tooltip-show.
1418 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1420         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
1421         `display-graphic-p' may not be bound yet.
1423 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
1425         * startup.el (command-line): No longer enable Xterm Mouse mode by
1426         default in terminals compatible with xterm.
1428         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
1430 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
1432         * tooltip.el (tooltip-gud-echo-area): Rename from
1433         tooltip-use-echo-area.
1434         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
1435         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
1436         area independently of where help tooltips are displayed.
1438 2005-04-17  David Kastrup  <dak@gnu.org>
1440         * cus-theme.el (custom-theme-write-variables): Quote variables
1441         where necessary.
1443 2005-04-17  Richard M. Stallman  <rms@gnu.org>
1445         * simple.el (yank-excluded-properties): Add follow-link to value.
1447         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
1449         * startup.el (fancy-splash-max-time): Just 30 seconds.
1450         (fancy-splash-delay): Just 7.
1451         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
1453         * loadhist.el (unload-feature): Update for new format of load-history.
1454         Simplify the code.
1456         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
1457         (rmail-font-lock-keywords): Don't fontify the text of a citation.
1459         * mail/sendmail.el (mail-font-lock-keywords):
1460         Don't fontify subject text.
1461         Don't fontify the text of a citation.
1463 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
1465         * comint.el (comint-output-filter): Run comint-output-filter-functions
1466         with point where the user had it.
1468 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * international/ucs-tables.el (ucs-set-table-for-input):
1471         Disable when using unify-on-decoding.
1473 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1475         * emulation/cua-base.el (cua-global-mark-face): Add special case
1476         for displays supporting a high number of colors.
1478 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
1480         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
1482 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
1484         * filesets.el (filesets-add-buffer): If user supplies a name of a
1485         non-existing fileset, create a new fileset.
1487 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
1489         * textmodes/org.el (org-up-heading-all): Fix bug with
1490         `outline-up-heading-all'.
1492 2005-04-16  Andreas Schwab  <schwab@suse.de>
1494         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
1495         /etc/permissions.d/* and /etc/aliases.d/*.
1497 2005-04-16  Kenichi Handa  <handa@m17n.org>
1499         * international/code-pages.el (cp-make-coding-system):
1500         Set `translation-table-for-input' property value to the symbol
1501         ucs-mule-to-mule-unicode, not to that value.
1502         (pt154): Escape guillemet by `\'.
1504 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
1506         * loadup.el: Load tooltip if x-show-tip is fboundp.
1508         * startup.el (command-line): Add comment.
1510         * tooltip.el (tooltip-mode): Specify correct standard value for
1511         Custom in init-value.
1513 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
1515         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
1516         possible.
1518 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
1520         * textmodes/org.el:  (org-agenda-date-prompt): Rename from
1521         `org-agenda-date-today'.
1522         (org-evaluate-time-range): Insert at point instead of directly
1523         after time range.
1524         (org-first-headline-recenter, org-subtree-end-visible-p)
1525         (org-optimize-window-after-visibility-change): New functions
1526         (org-agenda-post-command-hook): Don't allow point at end of line,
1527         to make sure it always hits the text properties.
1528         (org-agenda-next-date-line, org-agenda-previous-date-line):
1529         New commands.
1530         (org-set-regexps-and-options): Category may contain white space.
1531         (org-agenda-get-deadlines, org-agenda-get-scheduled):
1532         Improve marker positions.
1533         (org-agenda-new-marker): Argument POS made optional.
1534         (org-agenda-get-timestamps): Deadlines which are done are listed
1535         in org-done-face now.
1536         (org-agenda-get-todos, org-agenda-get-timestamps)
1537         (org-agenda-get-deadlines, org-agenda-get-scheduled):
1538         Set `undone-face' and `done-face' properties.
1539         (org-last-todo-state-is-todo): New variable.
1540         (org-todo): Set `org-last-todo-state-is-todo'.
1541         (org-agenda-todo): Change face according to
1542         `org-last-todo-state-is-todo'.  And change other lines refering to
1543         the same entry.
1544         (org-calendar-goto-agenda): New command.
1545         (org-calendar-to-agenda-key): New option.
1546         (org-startup-folded): New allowed value `content'.
1547         (org-set-regexps-and-options): Accept new value `content' for
1548         `org-startup-folded'.
1549         (org-get-current-options): Handle new value `content' for
1550         `org-startup-folded'.
1551         (org-insert-todo-heading): New command.
1552         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
1553         interactively in empty file and option
1554         `org-insert-mode-line-in-empty-file' has been set.
1555         (org-agenda-todo,org-agenda-priority): Modify to use
1556         `org-agenda-change-all-lines'.
1557         (org-warning-face): Change color on dark background
1559 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1561         * international/mule-cmds.el (set-locale-environment): On Mac OS,
1562         use preferences AppleLocale and AppleLanguages, and variable
1563         mac-system-locale for default locale.  On Mac OS Classic, use
1564         mac-system-coding-system for default coding systems.
1566         * term/mac-win.el: Don't set file-name-coding-system.
1567         Decode variables system-name, emacs-build-system, user-login-name, and
1568         user-full-name by mac-system-coding-system on Mac OS Classic.
1569         (mac-system-coding-system): New variable.
1571 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
1573         * startup.el (command-line): Handle `xterm-mouse-mode' before
1574         reading init file.
1576         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
1578 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1580         * progmodes/sh-script.el (sh-here-document-word): Make it a
1581         defcustom.  Doc fix.
1582         (sh-add): Bash uses $(( )) for arithmetic.
1583         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
1584         (sh-maybe-here-document): Remove quotes and leading whitespace
1585         from heredoc word when closing.  Indent heredoc with tabs if word
1586         starts with "-".
1588 2005-04-13  Richard M. Stallman  <rms@gnu.org>
1590         * simple.el (undo): Fix previous change.
1592         * custom.el (defface): Doc fix.
1594 2005-04-13  Lute Kamstra  <lute@gnu.org>
1596         * Makefile.in (DONTCOMPILE): Remove list.
1597         (compile, compile-always): Don't use DONTCOMPILE.
1598         (update-authors): Load the library in which batch-update-authors
1599         is defined.
1600         * makefile.w32-in (DONTCOMPILE): Remove list.
1601         (compile, compile-always): Fix comments.
1602         (update-authors): Load the library in which batch-update-authors
1603         is defined.
1605         * generic-x.el (generic-mode-ini-file-find-file-hook):
1606         Rename to ini-generic-mode-find-file-hook.
1607         Keep generic-mode-ini-file-find-file-hook as an alias.
1608         (ini-generic-mode-find-file-hook): Rename from
1609         generic-mode-ini-file-find-file-hook.  Fix docstring.
1610         (ini-generic-mode): Docstring change.
1611         (bat-generic-mode-run-as-comint): Silence the byte compiler.
1613         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
1614         called from lisp.
1616         * generic.el: Move to the emacs-lisp subdir.
1618 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1620         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
1621         and C-S- function and cursor motion keys.
1623 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
1625         * startup.el (command-line): Enable Xterm Mouse mode by default.
1626         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
1627         for Custom.  No longer show "Mouse" in mode line when enabled.
1628         Doc fix.
1630 2005-04-12  Kim F. Storm  <storm@cua.dk>
1632         * emulation/cua-base.el (cua-rectangle-face)
1633         (cua-rectangle-noselect-face): Define face attributes here.
1635         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
1637 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1639         * startup.el (command-line): Turn off blinking cursor if
1640         cursorBlink in resources is off or false.
1642 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1644         * term/mac-win.el (dnd): Require dnd.
1645         (mac-drag-n-drop): Call dnd-handle-one-url.
1646         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
1647         (kTextEncodingISOLatin2): Remove constants.
1648         (mac-script-code-coding-systems): New constant.
1649         (mac-handle-language-change): New function.
1650         (special-event-map): Bind it to `language-change' event.
1651         (mac-centraleurroman, mac-cyrillic): New coding systems.
1652         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
1653         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
1654         and mac-cyrillic-encoder to encode-mac-centraleurroman and
1655         encode-mac-cyrillic, respectively.
1657 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
1659         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
1660         Don't set overlay-arrow-string to "=>" as this is done
1661         globally in C now.
1663 2005-04-12  Lute Kamstra  <lute@gnu.org>
1665         * generic-x.el (rc-generic-mode, rul-generic-mode):
1666         Fix auto-mode-alist entries.
1667         (etc-fstab-generic-mode): Tweak fontification.
1669         * generic.el (generic-make-keywords-list): Fix docstring.
1670         (generic-mode-internal): Simplify generic-font-lock-keywords.
1672 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
1674         * whitespace.el (whitespace-buffer-leading)
1675         (whitespace-buffer-trailing): Revert the incorrect test inversion.
1676         However, fix the highlight area for the leading and
1677         trailing whitespaces to show space.
1679 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
1681         * whitespace.el (whitespace-version): Bump to 3.5
1683         (whitespace-buffer-leading, whitespace-buffer-trailing):
1684         Invert sense of the test to highlight the whitespace.
1686 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
1688         * progmodes/gud.el (gud-display-line): GUD uses its own
1689         overlay arrow now so don't set overlay-arrow-string.
1690         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
1692 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
1694         * term.el (term-ansi-current-bold, term-ansi-current-underline)
1695         (term-ansi-current-reverse, term-ansi-current-invisible)
1696         (term-ansi-face-already-done): Change to boolean.
1697         (term-reset-terminal, term-handle-colors-array): Handle the above
1698         vars accordingly.
1699         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
1700         (term-emulate-terminal): Use the new name.
1702         * faces.el (secondary-selection): Use yellow1, not yellow.
1703         (trailing-whitespace): Use red1, not red.
1705 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1707         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
1708         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
1709         (dired-dnd-handle-file): Call dnd-get-local-file-uri
1711         * cus-edit.el (dnd): New group.
1713         * term/w32-win.el (dnd): Require dnd
1714         (w32-drag-n-drop): Call dnd-handle-one-url.
1716         * x-dnd.el: Require dnd.
1717         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
1718         Call dnd-handle-one-url.
1719         (x-dnd-types-alist, x-dnd-insert-utf8-text)
1720         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
1721         to dnd-insert-text.
1722         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
1723         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
1724         (x-dnd-get-local-file-name,  x-dnd-open-local-file)
1725         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
1727         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
1729 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
1731         * wdired.el: Doc fixes.
1732         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
1733         (wdired-use-dired-vertical-movement): Rename from
1734         wdired-always-move-to-filename-beginning.
1735         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
1736         (wdired-change-to-wdired-mode): Change mode name.
1737         (wdired-newline): Delete.
1739 2005-04-11  Richard M. Stallman  <rms@gnu.org>
1741         * whitespace.el (whitespace-highlight-the-space):
1742         Don't call whitespace-unhighlight-the-space here.
1744         * simple.el (undo): Record t in undo-equiv-table
1745         for the redo record made by an undo-in-region.
1747 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
1749         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
1750         (gdb-frame-inferior-io-buffer): New Functions to control
1751         display of separate IO buffer.
1752         (menu): Add them to menu-bar.
1753         (gdb-display-buffer): Check for buffer another frame.
1754         Protect GUD buffer.
1755         (gdb-setup-windows): Create IO buffer if not already there.
1756         (gdb-memory-mode): Remove purecopy noops.
1758 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1760         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
1761         and pass to self-insert-command.
1763 2005-04-11  Lute Kamstra  <lute@gnu.org>
1765         * generic.el: Commentary section cleanup.
1766         (generic): Delete.
1767         (generic-use-find-file-hook, generic-lines-to-scan)
1768         (generic-find-file-regexp, generic-ignore-files-regexp)
1769         (default-generic-mode, generic-mode-find-file-hook)
1770         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
1771         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
1772         (generic-use-find-file-hook, generic-lines-to-scan)
1773         (generic-find-file-regexp, generic-ignore-files-regexp)
1774         (default-generic-mode, generic-mode-find-file-hook)
1775         (generic-mode-ini-file-find-file-hook): Move from generic.el.
1777 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
1779         * bookmark.el (bookmark-write-file): Catch errors writing file.
1780         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
1782 2005-04-10  Richard M. Stallman  <rms@gnu.org>
1784         * startup.el (fancy-splash-tail): Update copyright year.
1785         (command-line): Split part of -Q into -D.
1786         (emacs-basic-display): New defvar.
1787         (fancy-splash-text): Correct name of menu item.
1789         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
1791         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
1792         lines in one node.
1794         * comint.el (comint-send-input): New arg ARTIFICIAL.
1795         Callers in this file changed.
1797         * abbrev.el (define-abbrevs): Read system abbrevs properly.
1799         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
1801 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
1803         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
1804         `ldap-search-internal'.
1806 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * files.el (set-auto-mode-1): Use line-end-position.
1810         * international/latin-1.el:
1811         * international/latin-2.el:
1812         * international/latin-3.el:
1813         * international/latin-4.el:
1814         * international/latin-5.el:
1815         * international/latin-8.el:
1816         * international/latin-9.el: Give punctuation syntax to NBSP.
1818         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
1819         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
1820         Use char-classes to accept non-ascii letters, accepted in some recent
1821         bibtex implementations.
1823 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
1825         * custom.el (custom-set-minor-mode): Any non-nil value for the
1826         variable should enable the mode when set through Custom.
1828 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
1831         TAB binding so tab-always-indent is obeyed.
1832         (vhdl-minibuffer-local-map): Move initialization into declaration.
1833         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
1834         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
1835         (vhdl-hooked-abbrev): Avoid test for XEmacs.
1836         (vhdl-current-line): Use line-beginning-position.
1837         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
1838         with-output-to-temp-buffer, so the current position can be recorded.
1840 2005-04-10  Masatake YAMATO  <jet@gyve.org>
1842         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1843         Add regexp for gcov.
1845 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1847         * calendar/time-date.el (time-to-seconds, seconds-to-time)
1848         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
1849         syntax which Emacs 20 doesn't support.
1851 2005-04-09  Richard M. Stallman  <rms@gnu.org>
1853         * help.el (describe-key-briefly, describe-key):
1854         Replace strings as event types with "(any string)".
1856 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         * arc-mode.el (archive-mode-map): Move initialization into
1859         the declaration.  Override *all* bindings of `undo'.
1860         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
1862 2005-04-09  Jay Belanger  <belanger@truman.edu>
1864         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1866 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1868         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
1869         (xterm-register-default-colors): Update color values computation
1870         to match xterm-200.
1872 2005-04-09  Kenichi Handa  <handa@m17n.org>
1874         * international/code-pages.el (iso-latin-7): Fix the map.
1876 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
1878         * emacs-lisp/lisp.el (defun-prompt-regexp)
1879         (parens-require-spaces, buffer-end, end-of-defun)
1880         (insert-parentheses): Doc fixes.
1882 2005-04-08  Kim F. Storm  <storm@cua.dk>
1884         * comint.el (comint-highlight-prompt): Fix face spec.
1885         * hi-lock.el (hi-green): Likewise.
1887 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1889         * cus-edit.el (custom-modified-face):
1890         * comint.el (comint-highlight-input): Fix previous changes.
1891         * term.el (term-handle-ansi-escape): Add a comment.
1893 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1895         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
1896         in the buffer and in whitespace-highlighted-space.
1897         (whitespace-unhighlight-the-space): Simplify.
1898         (whitespace-buffer): Simplify.
1900 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1902         * textmodes/table.el (table-cell-face): Add special case for
1903         displays supporting a high number of colors.
1904         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1905         (vhdl-font-lock-reserved-words-face)
1906         (vhdl-speedbar-architecture-face)
1907         (vhdl-speedbar-instantiation-face)
1908         (vhdl-speedbar-architecture-selected-face)
1909         (vhdl-speedbar-instantiation-selected-face): Likewise.
1910         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
1911         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
1912         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
1913         (ebrowse-root-class-face, ebrowse-member-attribute-face)
1914         (ebrowse-progress-face): Likewise.
1915         * progmodes/compile.el (compilation-info-face): Likewise.
1916         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
1917         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
1918         * calendar/calendar.el (diary-face): Likewise.
1919         * woman.el (woman-italic-face, woman-bold-face)
1920         (woman-unknown-face): Likewise.
1921         * wid-edit.el (widget-button-pressed-face): Likewise.
1922         * whitespace.el (whitespace-highlight-face): Likewise.
1923         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
1924         * pcvs-info.el (cvs-marked-face): Likewise.
1925         * info.el (info-xref): Likewise.
1926         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
1927         * hilit-chg.el (highlight-changes-face)
1928         (highlight-changes-delete-face): Likewise.
1929         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
1930         (hi-red-b): Likewise.
1931         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
1932         * font-lock.el (font-lock-keyword-face)
1933         (font-lock-function-name-face, font-lock-warning-face): Likewise.
1934         * cus-edit.el (custom-invalid-face, custom-modified-face)
1935         (custom-set-face, custom-changed-face, custom-variable-tag-face)
1936         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
1937         * comint.el (comint-highlight-prompt): Likewise.
1939 2005-04-08  Lute Kamstra  <lute@gnu.org>
1941         * font-lock.el (font-lock-keywords): Docstring fixes.
1943 2005-04-08  Kenichi Handa  <handa@m17n.org>
1945         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
1946         chars are more than a limit, print " and more..." at the tail.
1948 2005-04-08  Kim F. Storm  <storm@cua.dk>
1950         * emacs-lisp/authors.el (authors-aliases): Update list.
1951         (authors-ignored-files): New list.
1952         (authors-fixed-entries): Fix typo.
1953         (authors-renamed-files-alist): Update list.
1954         (authors-add): Check authors-ignored-files.
1956 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
1958         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
1959         optional, to ensure backward compatibility.
1961 2005-04-08  Stephen Eglen  <stephen@gnu.org>
1963         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
1965 2005-04-08  Kim F. Storm  <storm@cua.dk>
1967         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
1969         * mouse.el (mouse-on-link-p): Doc fix.
1971 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
1973         * ielm.el (ielm-prompt-read-only): Doc fix.
1975         * comint.el (comint-prompt-read-only): Doc fix.
1977 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
1979         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
1980         ensure dired always handles wildcards passed to ffap.
1981         (find-file-at-point): Use it.
1982         (ffap-dired-wildcards): Doc fix.
1984 2005-04-07  Juri Linkov  <juri@jurta.org>
1986         * simple.el (next-error-overlay-arrow-position): New defvar.
1987         Put "=>" on its property `overlay-arrow-string'.  Add it to
1988         `overlay-arrow-variable-list'.
1990         * progmodes/compile.el (compilation-setup):
1991         Set `next-error-overlay-arrow-position' to nil.  Also set it to
1992         nil in the local hook `kill-buffer-hook'.  Make local variable
1993         `overlay-arrow-string' and set it to "=>".
1994         (compilation-goto-locus): Set BOL position to
1995         `next-error-overlay-arrow-position' instead of
1996         `overlay-arrow-position'.
1998         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
1999         locally instead of adding it to the global hook.
2000         (Info-kill-buffer): Move up.
2002 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
2004         * term/xterm.el (xterm-standard-colors): Update color values from
2005         xterm-200.
2007 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
2011         * fast-lock.el:
2012         * lazy-lock.el: Move them to the obsolete subdir.
2014 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2016         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
2017         (wdired-add-replace-advice): Remove.
2018         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
2020 2005-04-06  Kim F. Storm  <storm@cua.dk>
2022         * startup.el (command-line): Add --bare-bones alias for -Q.
2024 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2026         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
2027         create the startup fontset if a font specification ends with
2028         `mac-roman'.
2030 2005-04-06  Lute Kamstra  <lute@gnu.org>
2032         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
2033         change.
2035         * emacs-lisp/copyright.el (copyright-update-year): Replace the
2036         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
2038 2005-04-05  Lute Kamstra  <lute@gnu.org>
2040         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
2041         (define-generic-mode): Ditto.  Fix debug declaration.
2043         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2044         Put them in the generic-x group.
2046         * calendar/timeclock.el (timeclock): Doc fix.
2048         * generic.el (define-generic-mode): Don't use custom-current-group.
2049         Document default :group value.
2050         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
2051         (define-global-minor-mode): Don't use custom-current-group.
2053 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2055         * startup.el (command-line-1): Display startup-echo-area-message
2056         when fancy splash screen is in use.
2058         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
2059         (sh-escaped-newline): New face.
2060         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
2061         newline, and use sh-escaped-newline face.
2063         * progmodes/tcl.el (tcl-escaped-newline): New face.
2064         (tcl-builtin-list): New variable.
2065         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
2066         newlines.  Fix keywords subexpression number.
2068 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
2070         * textmodes/org.el (org-diary-default-entry): Fix call to
2071         `add-to-diary-entry'.
2073 2005-04-05  Kim F. Storm  <storm@cua.dk>
2075         * ediff-init.el: Use (featurep 'xemacs).
2077 2005-04-05  David Ponce  <david@dponce.com>
2079         * cus-edit.el (face): Derive from symbol widget.  Display sample
2080         of the current face on the fly.
2081         (widget-face-sample-face-get, widget-face-notify): New functions.
2082         (widget-face-value-create): Remove.
2084         * wid-edit.el (widget-field-end): Temporarily remove field
2085         narrowing before to call `get-char-property'.
2087 2005-04-04  Jay Belanger  <belanger@truman.edu>
2089         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
2090         (math-read-subscripts): New variable.
2091         (math-read-preprocess-string): Process subscripts.
2093 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2095         * comint.el (comint-prompt-read-only): Doc fix.
2097         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
2098         `-1'.  Doc fix.
2100 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
2102         * textmodes/org.el (org-insert-mode-line-in-empty-file):
2103         Change default value to nil.
2105 2005-04-04  Lute Kamstra  <lute@gnu.org>
2107         * autorevert.el (auto-revert-mode): Specify :group.
2108         * battery.el (display-battery-mode): Specify :group.
2109         * diff-mode.el (diff-minor-mode): Specify :group.
2110         * font-core.el (font-lock-mode): Specify :group.
2111         * hl-line.el (hl-line-mode): Specify :group.
2112         * iimage.el (iimage): New customization group.
2113         (iimage-mode): Specify :group.
2114         * longlines.el (longlines-mode): Specify :group.
2115         * master.el: Don't require easy-mmode.
2116         (master): New customization group.
2117         (master-mode): Specify :group.
2118         * msb.el (msb-mode): Specify :group.
2119         * reveal.el (reveal-mode): Specify :group.
2120         * simple.el (next-error-follow-minor-mode): Specify :group.
2121         * smerge-mode.el (smerge-mode): Specify :group.
2122         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
2123         * emulation/cua-base.el (cua-mode): Specify :group.
2124         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
2125         * language/thai-util.el (thai-auto-composition-mode)
2126         (thai-word-mode): Specify :group.
2127         * mail/supercite.el (sc-minor-mode): Specify :group.
2128         * progmodes/cwarn.el (cwarn-mode): Specify :group.
2129         * progmodes/flymake.el (flymake-mode): Specify :group.
2130         * progmodes/glasses.el (glasses-mode): Specify :group.
2131         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
2132         * textmodes/enriched.el (enriched-mode): Specify :group.
2133         * textmodes/refill.el (refill-mode): Specify :group.
2135         * add-log.el (change-log-font-lock-keywords): Names in
2136         parenthesized lists can contain spaces.
2138 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
2140         * startup.el (fancy-splash-text): Shorten default text of
2141         "Emacs Tutorial" line.  Also, if the current language env
2142         indicates an available tutorial file other than TUTORIAL,
2143         extract its title and append it to the line in parentheses.
2144         (fancy-splash-insert): If arg is a thunk, funcall it.
2146 2005-04-04  Jay Belanger  <belanger@truman.edu>
2148         * calc.el (calc-language-alist): Add tags to customization type.
2150 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
2152         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
2153         Doc fix.
2155 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
2157         * add-log.el (change-log-font-lock-keywords): The manual
2158         describing a Change Log entry, says: (...) "Aside from these
2159         header lines, every line in the change log starts with a space or
2160         a tab.". The font-lock was not highlighting lines started with
2161         spaces, added support for it.
2163 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2165         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
2166         (bibtex-generate-url-list): Update docstring accordingly. Put the
2167         complex example in the docstring.
2168         (bibtex-font-lock-url): Use pop.
2170 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
2174         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
2176 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2178         * filesets.el (filesets-set-default): Doc fix.
2180 2005-04-03  Lute Kamstra  <lute@gnu.org>
2182         * generic.el (define-generic-mode): Add argument to specify
2183         keywords for defcustom.
2184         (default-generic-mode): Specify :group.
2186         * generic-x.el: Specify :group for all generic modes.
2188         * desktop.el (desktop-no-desktop-file-hook)
2189         (desktop-after-read-hook): Doc fix.
2191 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
2193         * simple.el (visible-mode): Use explicit :group keyword.
2194         This changes the group of `visible-mode-hook' from paren-blinking
2195         to editing-basics.
2197 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
2199         * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2200         mailbox specifications as well as URLs.
2201         (rmail-insert-inbox-text): Remove unused conditional branches.
2203 2005-04-01  Jay Belanger  <belanger@truman.edu>
2205         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2206         (calc-gnuplot-print-command): Move definitions to calc.el.
2208         * calc/calc-embed.el (calc-embedded-announce-formula)
2209         (calc-embedded-open-formula, calc-embedded-close-formula)
2210         (calc-embedded-open-word, calc-embedded-close-word)
2211         (calc-embedded-open-plain, calc-embedded-close-plain)
2212         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2213         (calc-embedded-open-mode, calc-embedded-close-mode):
2214         Move definitions to calc.el.
2216         * calc/calc.el (calc-settings-file, calc-language-alist):
2217         Make customizable.
2218         (calc-embedded-announce-formula, calc-embedded-open-formula)
2219         (calc-embedded-close-formula, calc-embedded-open-word)
2220         (calc-embedded-close-word, calc-embedded-open-plain)
2221         (calc-embedded-close-plain, calc-embedded-open-new-formula)
2222         (calc-embedded-close-new-formula, calc-embedded-open-mode)
2223         (calc-embedded-close-mode, calc-gnuplot-name)
2224         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
2225         from other files and make customizable.
2227 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
2230         Use buffer-live-p.
2231         (cvs-mode-run): Don't call cvs-update-header here.
2232         (cvs-run-process): Call cvs-update-header.
2233         Use process properties for cvs-postprocess and cvs-buffer so that
2234         the sentinel can behave better if the temp buffer is killed.
2235         Use a pipe rather than a tty, to better handle unexpected prompts.
2236         (cvs-sentinel): Rewrite.  Call cvs-update-header.
2238 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
2240         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
2241         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
2243 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * generic.el (define-generic-mode): Add indentation rule.
2247 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2249         * files.el (mode-require-final-newline): Make Custom correctly
2250         report a nil value and allow to set it to nil via Custom.
2251         Doc fix.
2253 2005-04-01  Kenichi Handa  <handa@m17n.org>
2255         * international/characters.el: Enable the correct case setting for
2256         dotless-i and dotted-I.
2258 2005-04-01  Kim F. Storm  <storm@cua.dk>
2260         * ido.el (ido-file-internal): Fall back to non-ido command if
2261         initial directory is on slow ftp (or tramp) host.
2263 2005-03-31  Richard M. Stallman  <rms@gnu.org>
2265         * emacs-lisp/autoload.el (make-autoload):
2266         Handle define-global-minor-mode.
2268         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2269         Rename from easy-mmode-define-global-mode.
2270         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2272         * progmodes/scheme.el (scheme-mode-syntax-table):
2273         Update syntax of | and # for two-character comment syntax.
2275 2005-03-31  Lute Kamstra  <lute@gnu.org>
2277         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
2278         (define-minor-mode): Call custom-current-group at load-time.
2280         * generic.el (define-generic-mode): Add debug declaration.
2281         Add defcustom for the mode hook.
2282         (generic-mode-internal): Use run-mode-hooks.
2284 2005-03-31  Kim F. Storm  <storm@cua.dk>
2286         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
2287         (mouse-fixup-help-message): New defun called by show_help_echo
2288         to fixup mouse-2 prefix in help messages when applicable.
2290         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
2292 2005-03-31  Kenichi Handa  <handa@m17n.org>
2294         * language/thai-word.el (thai-find-word-ends): Pay attention to
2295         the case that we reach the end of buffer.
2297         * textmodes/fill.el (fill-text-properties-at): New function.
2298         (fill-newline): Use fill-text-properties-at instead of
2299         text-properties-at.
2301 2005-03-31  Karl Berry  <karl@freefriends.org>
2303         * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
2304         not comint-quote-filename.
2306 2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
2308         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
2309         not comint-quote-filename.
2311 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
2313         * help-fns.el (help-with-tutorial): Revert last change.
2315 2005-03-31  Kim F. Storm  <storm@cua.dk>
2317         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
2319 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2321         * calendar/cal-china.el: Update reference to "Calendrical
2322         Calculations" book; there's a new edition.
2323         * calendar/cal-coptic.el: Likewise.
2324         * calendar/cal-french.el: Likewise.
2325         * calendar/cal-hebrew.el: Likewise.
2326         * calendar/cal-islam.el: Likewise.
2327         * calendar/cal-iso.el: Likewise.
2328         * calendar/cal-julian.el: Likewise.
2329         * calendar/cal-mayan.el: Likewise.
2330         * calendar/cal-persia.el: Likewise.
2331         * calendar/calendar.el: Likewise.
2332         * calendar/holidays.el: Likewise.
2333         * calendar/lunar.el: Likewise.
2334         * calendar/solar.el: Likewise.
2336         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
2337         white space from doc string.
2339 2005-03-30  Jay Belanger  <belanger@truman.edu>
2341         * calc/calc-help.el (calc-full-help): Remove email address.
2343 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2345         * help-fns.el (help-with-tutorial): Delete title line.
2347 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2349         * calendar/cal-x.el (calendar-one-frame-setup)
2350         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
2351         rather than 'symbol for set-window-dedicated-p.
2353         * calendar/appt.el (appt-buffer-name): Make it a constant.
2354         (appt-add): Doc fix.
2356         * filesets.el (filesets-menu-path, filesets-menu-before)
2357         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
2358         (filesets-menu-cache-file): Use directory ~/.emacs.d.
2359         (filesets-add-submenu): Delete and use add-submenu instead.
2361 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
2363         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
2364         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2365         (org-diary-default-entry): New function.
2366         (org-get-entries-from-diary): Better parsing of diary entries.
2367         (org-agenda-check-no-diary): New function.
2368         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2369         linking to diary entries.
2370         (org-agenda-execute-calendar-command): New function.
2371         (org-agenda): Improve visible section in window.
2372         Use `org-fit-agenda-window'.
2373         (org-fit-agenda-window): New option.
2374         (org-move-subtree-down): Better handling of empty lines
2375         at end of subtree.
2376         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2377         levels up.
2378         (org-fontify-done-headline): New option.
2379         (org-headline-done-face): New face.
2380         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2381         (org-table-copy-down): Rename from `org-table-copy-from-above'.
2382         When current field is non-empty, it is copied to next row.
2383         (org-table-copy-from-above): Fix bug which made it
2384         impossible to copy fields containing only a single non-white character.
2386 2005-03-30  Kim F. Storm  <storm@cua.dk>
2388         * kmacro.el (kmacro-end-macro): Isearch may store this command
2389         into the macro -- so ignore it when executing keyboard macro.
2391 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
2393         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
2395 2005-03-29  Kenichi Handa  <handa@m17n.org>
2397         * language/thai.el ("Thai"): Set setup-function and exit-function
2398         for Thai language environment.
2400         * language/thai-util.el: Require thai-word.
2401         (thai-word-mode-map): New variable.
2402         (thai-word-mode): New minor mode.
2403         (setup-thai-language-environment-internal): New function.
2404         (exit-thai-language-environment-internal): New function.
2406         * language/thai-word.el (thai-word-table): Declare it by defvar,
2407         use dolist to initialize it.
2408         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
2409         (thai-fill-find-break-point): New functions.
2411 2005-03-29  Richard M. Stallman  <rms@gnu.org>
2413         * simple.el (idle-update-delay): Move definition up.
2414         (set-mark): Doc fix.
2416 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2418         * longlines.el: New file.
2420         * simple.el (buffer-substring-filters): New variable.
2421         (filter-buffer-substring): New function.
2422         (kill-region, copy-region-as-kill): Use it.
2424         * register.el (copy-to-register, append-to-register)
2425         (prepend-to-register): Use filter-buffer-substring.
2427 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
2429         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
2430         (gud-filter-pending-text): Move in front of gdb.
2431         (gud-overlay-arrow-position): New variable.
2432         (gud-sentinel, gud-display-line): Use it in place of
2433         overlay-arrow-position.
2435 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
2437         * progmodes/fortran.el (fortran-if-indent): Doc fix.
2438         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
2439         (fortran-font-lock-keywords-4): New variable.
2440         (fortran-blocks-re, fortran-end-block-re)
2441         (fortran-start-block-re): New constants, for hideshow.
2442         (hs-special-modes-alist): Add a Fortran entry.
2443         (fortran-mode-map): Bind fortran-end-of-block,
2444         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
2445         (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
2446         (fortran-looking-at-if-then, fortran-end-of-block)
2447         (fortran-beginning-of-block): New functions, for hideshow.
2449         * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
2450         fix. Tweak regexp.
2451         (f90-beginning-of-block): Push mark first.
2453 2005-03-29  Jay Belanger  <belanger@truman.edu>
2455         * calc/calc.el: Update copyright date.
2456         (calc-version): Increase to 2.1.
2457         (calc-version-date): Remove.
2459         * calc/calc-help.el: Update copyright date.
2460         (calc-full-help): Remove reference to calc-version-date.
2461         Update copyright date.
2463 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * vc.el (vc-do-command): Use a pipe for async processes, so password
2466         prompts don't show up at places where the user can't reply.
2468 2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
2470         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
2471         on the file name we pass to the inferior shell.
2473 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2475         * progmodes/which-func.el (which-function): Be robust in the face of an
2476         imenu--make-index-alist failure.
2478 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2480         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
2482         * progmodes/python.el (python-preoutput-filter): Fix last change.
2484 2005-03-29  Lute Kamstra  <lute@gnu.org>
2486         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
2487         functions and compiled macros.
2488         (debug-convert-byte-code): Handle macros too.
2489         (debug-on-entry-1): Don't signal an error when trying to clear a
2490         function that is not set to debug on entry.
2492 2005-03-29  Jay Belanger  <belanger@truman.edu>
2494         * calc/calc-lang.el: Add functions to math-function-table
2495         properties of tex and math.
2497 2005-03-29  Kenichi Handa  <handa@m17n.org>
2499         * ps-mule.el (ps-mule-plot-string): Translate characters by
2500         ps-print-translation-table.
2501         (ps-mule-begin-job): Call find-charset-region/string with
2502         ps-print-translation-table.
2503         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
2505         * ps-print.el (ps-print-translation-table): New variable.
2506         (ps-plot-region): Translate characters by ps-print-translation-table.
2508 2005-03-29  Juri Linkov  <juri@jurta.org>
2510         * simple.el (next-error-highlight-timer): New variable.
2512         * progmodes/compile.el (compilation-goto-locus):
2513         Use `next-error-highlight-timer' instead of `sit-for'.
2515 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * mail/supercite.el (sc-mail-field): Use assoc-string.
2518         (sc-get-address): Simplify regexps.
2520         * files.el (minibuffer-with-setup-hook): New macro.
2521         (find-file-read-args): Use it to avoid let-binding
2522         minibuffer-with-setup-hook (which breaks turning on/off
2523         file-name-shadow-mode while in the prompt).
2525         * complete.el (PC-read-include-file-name-internal): Use test-completion.
2527 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
2529         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
2531 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * window.el (window-buffer-height): Use count-screen-lines.
2535         * progmodes/python.el (python-preoutput-leftover): New var.
2536         (python-preoutput-filter): Use it.
2537         (python-send-receive): Loop until all the result has been received.
2539 2005-03-28  Juri Linkov  <juri@jurta.org>
2541         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
2543         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
2544         "Recover Crashed Session".
2545         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
2546         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
2547         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
2548         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
2549         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
2550         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
2551         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
2552         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
2554         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
2555         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
2556         Ediff Sessions", "Toggle use of separate control buffer frame",
2557         "Use separate frame for Ediff control buffer".
2559         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
2560         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
2561         "Rename Bookmark", "Delete Bookmark".
2563         * info.el (Info-mode-menu): Remove ellipsis from "Index".
2564         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
2565         Add `:active Info-index-alternatives' to "Next Matching Item".
2567         * wdired.el (wdired-change-to-wdired-mode):
2568         Mention `wdired-abort-changes' key in the initial message.
2570         * international/mule.el (auto-coding-alist): Associate non-ascii
2571         image filename extensions with `no-conversion'.
2573 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * international/iso-acc.el:
2576         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
2578 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2580         * textmodes/sgml-mode.el (html-mode): Doc update.
2582         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
2584 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
2586         * term.el (term-move-columns): Fix face after extending a line.
2587         (term-insert-spaces): Likewise.
2588         (term-reset-terminal): Fix off by one error.
2590 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
2592         * international/mule.el (auto-coding-alist): Add .xpi files.
2594         * files.el (auto-mode-alist): Add .xpi files.
2596 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
2598         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
2600 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
2602         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
2604 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2606         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
2607         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
2609         * calendar/cal-move.el (calendar-beginning-of-year): Move the
2610         cursor to Jan 1 when needed.
2611         (calendar-end-of-year): Fix -/+ typo.
2612         Reported by Chong Yidong <cyd@stupidchicken.com>.
2614 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
2618         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
2619         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
2621 2005-03-25  Richard M. Stallman  <rms@gnu.org>
2623         * filesets.el (filesets-init): Add autoload.
2625         * mail/mailalias.el (mail-directory): Doc fix.
2627 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2629         * mail/mailalias.el (mail-directory-process): Do nothing if
2630         mail-directory-process is an atom.
2631         (mail-get-names): Ignore mail-directory-names if it is an atom.
2632         (mail-directory-process defvar): Doc fix.
2633         (mail-names): Doc fix.
2635 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
2637         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
2639 2005-03-26  Kenichi Handa  <handa@m17n.org>
2641         * international/mule-util.el (detect-coding-with-priority):
2642         Call update-coding-systems-internal before detect-coding-region.
2644 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
2646         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2647         (gdb-frames-mode-map): Add follow-link property.
2649 2005-03-25  Jay Belanger  <belanger@truman.edu>
2651         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
2652         for variables.
2654 2005-03-25  Juri Linkov  <juri@jurta.org>
2656         * image-mode.el: Optimize image filename extension regexps in
2657         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
2658         in `auto-mode-alist'.
2659         (image-mode): Add `image-toggle-display-text' to local hook
2660         `change-major-mode-hook'.  Display the image as an image by
2661         default.  Set `cursor-type' and `truncate-lines' if the image
2662         is already displayed.  Take into account the current mode (image
2663         or text) in message.
2664         (image-minor-mode): New minor mode.
2665         (image-mode-maybe, image-toggle-display-text): New functions.
2666         (image-toggle-display): Use called-interactively-p.
2667         Let-bind `inhibit-read-only' to t.
2669         * image-mode.el (image-minor-mode): Set `cursor-type' and
2670         `truncate-lines' if the image is already displayed.  Add turning
2671         image-minor-mode off to `change-major-mode-hook'.  Add message.
2672         Call `image-toggle-display-text' after turning image-minor-mode off.
2674 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
2677         Terminal.app, use utf-8.
2678         (set-display-table-and-terminal-coding-system): Add coding-system arg.
2679         (set-locale-environment): Use it.
2681         * term/xterm.el: Undo last change, better done in mule-cmds.el.
2683         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
2685         * progmodes/python.el (python-close-block-statement-p)
2686         (python-outdent-p, python-current-defun): Use symbol-end.
2688 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2690         * files.el (save-some-buffers): Doc fix.
2692 2005-03-25  Werner Lemberg  <wl@gnu.org>
2694         * complete.el, thumbs.el: Replace `legal' with `valid'.
2695         * calendar/calendar.el: Replace `legal' with `valid'.
2696         * emacs-lisp/advice.el: Replace `legal' with `valid'.
2697         * mail/supercite.el: Replace `legal' with `valid'.
2698         * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
2699         progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
2700         `valid'.
2701         * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
2702         with `valid'.
2704 2005-03-25  Werner Lemberg  <wl@gnu.org>
2706         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
2707         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
2708         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
2709         * emulation/vip.el: Replace `illegal' with `invalid'.
2710         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
2711         * mail/supercite.el: Replace `illegal' with `invalid'.
2712         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
2713         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
2714         progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
2715         progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
2716         `invalid'.
2717         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
2718         textmodes/reftex-index.el, textmodes/reftex-parse.el,
2719         textmodes/reftex-ref.el, textmodes/reftex-vars.el,
2720         textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
2722 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2724         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
2725         (flymake-find-buildfile, flymake-find-possible-master-files)
2726         (flymake-check-include, flymake-parse-line): Replace loops over the
2727         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
2729         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
2730         Substitute file-name-as-directory in the rest of the file.
2731         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
2732         (flymake-replace-region): Remove unused arg `buffer'.
2733         (flymake-check-patch-master-file-buffer): Update calls to it.
2734         (flymake-add-err-info): Remove unused var `count'.
2735         (flymake-mode): Use define-minor-mode.
2737         * progmodes/flymake.el: Use with-current-buffer.
2738         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
2739         flymake-replace-regexp-in-string, flymake-line-beginning-position)
2740         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
2741         Avoid testing for `xemacs'.
2742         (flymake-nop): Move.
2743         (flymake-region-has-flymake-overlays): Return the computed value.
2744         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
2745         Remove unused var `endline'.
2746         (flymake-get-line-count): Remove unused function.
2747         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
2749         * emulation/vi.el:
2750         * generic.el:
2751         * hilit-chg.el (global-highlight-changes):
2752         * hi-lock.el (hi-lock-mode):
2753         * follow.el: find-file-hooks -> find-file-hook.
2755         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
2757 2005-03-24  Juri Linkov  <juri@jurta.org>
2759         * dired.el (dired-mode-map): Add menu item "Compare directories"
2760         for dired-compare-directories.
2762         * dired-aux.el (dired-compare-directories): Add autoload cookie.
2763         Doc fix.  Replace `read-file-name' with `read-directory-name'.
2765 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2767         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
2769 2005-03-24  Jay Belanger  <belanger@truman.edu>
2771         * calc/calc-embed.el (calc-embedded-mode-change):  Save all
2772         relevant mode settings in calc-embedded-original-modes when modes
2773         are permanently changed.
2775 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         * autoinsert.el: find-file-hooks -> find-file-hook.
2779 2005-03-24  Lute Kamstra  <lute@gnu.org>
2781         * generic.el (generic-font-lock-defaults): Make it obsolete.
2782         (generic-font-lock-keywords): New variable to replace
2783         generic-font-lock-defaults.
2784         (generic-mode-set-font-lock): Delete it.
2785         (generic-mode-internal): Don't call generic-mode-set-font-lock.
2786         (generic-bracket-support): Add docstring.
2788         * generic-x.el: Rename generic-font-lock-defaults to
2789         generic-font-lock-keywords throughout.
2790         (mailagent-rules-setup-function): Delete it.
2791         (mailagent-rules-generic-mode): Use anonymous function instead.
2792         (show-tabs-generic-mode-font-lock-defaults-1)
2793         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
2794         Quote faces.
2795         (show-tabs-tab-face, show-tabs-space-face): Specify background,
2796         not foreground.
2798         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2799         Recognize define-generic-mode.
2801 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2803         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
2804         if there's no completion table.
2806 2005-03-23  Miles Bader  <miles@gnu.org>
2808         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2809         Remove tty-specific variants, as they're no longer needed.
2811 2005-03-23  Lute Kamstra  <lute@gnu.org>
2813         * generic-x.el: Code cleanup: make args constant whenever possible.
2814         (installshield-statement-keyword-list)
2815         (installshield-system-functions-list)
2816         (installshield-system-variables-list, installshield-types-list)
2817         (installshield-funarg-constants-list): Make them constants.
2819         * generic.el (generic-make-keywords-list): Add autoload cookie.
2821         * calendar/time-date.el: Add comment on time value formats.
2822         Don't require parse-time.
2823         (with-decoded-time-value): New macro.
2824         (encode-time-value): New function.
2825         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
2826         (days-to-time): Return a valid time value when arg is huge.
2827         (time-since): Use time-subtract.
2828         (time-to-number-of-days): Use time-to-seconds.
2830 2005-03-23  David Ponce  <david@dponce.com>
2832         * recentf.el: (recentf-keep): New option.
2833         (recentf-menu-action): Default to `find-file'.
2834         (recentf-keep-non-readable-files-flag)
2835         (recentf-keep-non-readable-files-p)
2836         (recentf-file-readable-p, recentf-find-file)
2837         (recentf-cleanup-remote): Remove.
2838         (recentf-include-p): More robust.
2839         (recentf-keep-p): New function.
2840         (recentf-remove-if-non-kept): Rename from
2841         `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
2842         All callers updated.
2843         (recentf-menu-items-for-commands): Fix help string.
2844         (recentf-track-closed-file): Update. Doc fix.
2845         (recentf-cleanup): Update. Count removed files. Doc fix.
2847 2005-03-23  Kim F. Storm  <storm@cua.dk>
2849         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2850         Don't inherit from fringe face (now happens automatically).
2852 2005-03-22  Kim F. Storm  <storm@cua.dk>
2854         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
2855         position values.
2857 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * menu-bar.el (showhide-date-time): Remove.
2860         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
2861         (menu-bar-make-mm-toggle): Simplify.
2863 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2865         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
2866         Accept qualified variable and function names.
2868 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
2870         * bindings.el (completion-ignored-extensions):
2871         Remove ".lis" for `vax-vms'.
2873 2005-03-22  Andreas Schwab  <schwab@suse.de>
2875         * generic-x.el: Revert last change.
2876         * ldefs-boot.el: Update.
2878 2005-03-22  Jay Belanger  <belanger@truman.edu>
2880         * calc/calc-embed (calc-embedded-original-modes): New variable.
2881         (calc-embedded-save-original-modes)
2882         (calc-embedded-restore-original-modes): New functions.
2883         (calc-do-embedded): Save original modes when entering embedded mode
2884         and restore when leaving embedded mode.
2885         (calc-embedded-modes-change): Change the value of
2886         calc-embedded-original-modes to reflect permanent changes.
2888 2005-03-22  Lute Kamstra  <lute@gnu.org>
2890         * generic-x.el: Require generic again.
2892 2005-03-22  Miles Bader  <miles@gnu.org>
2894         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2895         Tweak details to look good on both ttys and bitmap displays, light
2896         or dark background, etc.
2898 2005-03-21  Kim F. Storm  <storm@cua.dk>
2900         * tooltip.el (tooltip-show-help-function): Check car and cdr of
2901         mouse position.
2903 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * icomplete.el: Don't forcibly turn on the mode upon load.
2906         (icomplete-mode): Use define-minor-mode.
2907         (icomplete-eoinput): Default to nil.
2908         (icomplete-minibuffer-setup): Remove autoload.
2909         (icomplete-tidy): Simplify.
2910         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
2911         in the initial state or if the user has modified the field.
2912         Fix handling of icomplete-max-delay-chars.
2913         Remove code that handles the oddball case where
2914         minibuffer-completion-table is an integer.
2915         Wrap icomplete-completions in while-no-input in case building
2916         completions takes more time than expected.
2917         (icomplete-completions): Simplify.
2919 2005-03-21  Richard M. Stallman  <rms@gnu.org>
2921         * jka-compr.el (jka-compr-really-do-compress):
2922         Make variable buffer-local.
2924         * image-mode.el: Handle .xpm files too.
2925         (image-toggle-display): Preserve modification flag.
2927         * help.el (where-is): Don't mention aliases with no key bindings.
2929 2005-03-21  Lute Kamstra  <lute@gnu.org>
2931         * generic.el: Fix commentary section.  Don't require cl for compilation.
2932         (generic-mode-list): Add autoload cookie.
2933         (generic-use-find-file-hook, generic-lines-to-scan)
2934         (generic-find-file-regexp, generic-ignore-files-regexp)
2935         (generic-mode, generic-mode-find-file-hook)
2936         (generic-mode-ini-file-find-file-hook): Fix docstrings.
2937         (define-generic-mode): Make it a defmacro.  Fix docstring.
2938         (generic-mode-internal): Code cleanup.  Add autoload cookie.
2939         (generic-mode-set-comments): Code cleanup.
2940         * generic-x.el: Don't prevent compilation.  Don't require generic.
2941         Follow coding conventions.  Minor code cleanup.
2942         (etc-fstab-generic-mode): Add some keywords.
2943         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
2944         define-generic-mode like a function declaration.
2946 2005-03-21  Jay Belanger  <belanger@truman.edu>
2948         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
2949         changing modes.
2951 2005-03-21  Sam Steingold  <sds@gnu.org>
2953         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
2955 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
2957         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
2958         Add underscore to "f$ lexicals" regexp.
2960 2005-03-20  Juri Linkov  <juri@jurta.org>
2962         * subr.el (progress-reporter-do-update): When `min-value' is equal
2963         to `max-value', set `percentage' to 0 and prevent division by zero.
2965 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
2967         Sync with Tramp 2.0.48.
2969         * tramp.el (all): Change all addresses to .gnu.org.
2970         (tramp-append-tramp-buffers): New defun.
2971         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
2972         Catch `dont-send' signal.
2973         (tramp-set-auto-save-file-modes): Set always permissions, because
2974         there might be an old auto-saved file belonging to another
2975         original file.  This could be a security threat.  Reported by
2976         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
2977         Check for Emacs 21.3.50 removed.
2979         * tramp-smb.el (all): Remove debug construct for
2980         `with-parsed-tramp-file-name'.
2981         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
2982         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
2983         No error message if DIRECTORY or FILENAME doesn't exist.
2984         (tramp-smb-open-connection): Check existence of
2985         `tramp-smb-program'.
2987 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
2990         Properly handle the case where the `m' or `s' command's argument is not
2991         yet terminated.
2992         (perl-indent-new-calculate): New function.
2993         (perl-indent-line): Use it.
2995 2005-03-20  Miles Bader  <miles@gnu.org>
2997         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
2998         in text-mode too.  Change to new face names.
2999         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
3000         Add `:weight bold' attribute.
3001         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
3003 2005-03-19  Juri Linkov  <juri@jurta.org>
3005         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
3007         * international/mule.el (auto-coding-alist): Sync with
3008         `auto-mode-alist' by adding upper case archive file extensions
3009         and adding ear/war to jar extension.
3011 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
3013         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
3014         running, restart it.
3016 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
3018         * finder.el (finder-current-item): Throw an error on an empty line.
3020         * man.el (Man-follow-manual-reference): If current-word returns
3021         nil, use "".
3023 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
3025         * simple.el (goto-line): Doc fix.
3027 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
3029         * files.el (save-buffer): Doc fix.
3031 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
3033         * recentf.el (recentf-cleanup-remote): New variable.
3034         (recentf-cleanup): Use it to conditionally check availablity of
3035         remote files.
3037 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
3039         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
3040         function names.
3042 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3044         * language/thai-word.el: New file.
3046 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3048         * files.el (backup-buffer): If the file's directory is not
3049         writable, use copy instead of move to backup the file.
3051 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3053         * obsolete/keyswap.el: Moved to obsolete/ from term/.
3055 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3057         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
3058         Use functionp instead of symbolp and fboundp.  Reported by Drkm
3059         <darkman_spam@yahoo.fr>.
3060         (ps-print-version): New version 6.6.6.
3062 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
3064         * textmodes/table.el (table--line-column-position): New idiom.
3065         (table--row-column-insertion-point-p): New function to test
3066         validity of row and column insertion operation at a location.
3067         (table-global-menu, table-cell-menu): Use above functions for
3068         deterministic test operation.
3069         (table--editable-cell-p): Behave in deterministic fashion.
3071 2005-03-18  Juri Linkov  <juri@jurta.org>
3073         * isearch.el (isearch-lazy-highlight-new-loop):
3074         Make arguments beg and end optional.
3075         (isearch-update): Remove optional arguments nil from
3076         isearch-lazy-highlight-new-loop.
3077         (isearch-lazy-highlight-search): Let-bind case-fold-search to
3078         isearch-lazy-highlight-case-fold-search instead of
3079         isearch-case-fold-search, and let-bind isearch-regexp to
3080         isearch-lazy-highlight-regexp.
3081         Use isearch-lazy-highlight-last-string instead of isearch-string.
3083         * replace.el (perform-replace): Remove bindings of global
3084         variables isearch-string, isearch-regexp, isearch-case-fold-search.
3085         Add three new arguments to `replace-highlight'.
3086         (replace-highlight): Add arguments string, regexp, case-fold.
3087         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
3088         to allow isearch-lazy-highlight-new-loop to use these values
3089         to set corresponding isearch-lazy-highlight-* internal
3090         variables whose values lazy highlighting will use regardless of
3091         changes to global variables isearch-string, isearch-regexp,
3092         isearch-case-fold-search during lazy highlighting loop.
3093         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
3094         to `lazy-highlight-cleanup'.
3096         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
3097         (ispell-highlight-face): Set default face to `isearch' when
3098         lazy highlighting is enabled.
3099         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
3100         priority to 1.  Add lazy highlighting.
3101         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
3102         from `isearch-dehighlight'.
3104 2005-03-18  David Ponce  <david@dponce.com>
3106         * files.el (hack-local-variables): Do a case-insensitive search
3107         for End.
3109 2005-03-18  Juri Linkov  <juri@jurta.org>
3111         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
3112         `isearch-lazy-highlight-cleanup', add alias to old name and
3113         declare obsolete.  Add release numbers to other obsolete vars.
3114         (isearch-done, isearch-lazy-highlight-new-loop):
3115         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
3116         (lazy-highlight-cleanup) <variable>: Doc fix.
3117         (isearch-lazy-highlight-update): Rename obsolete
3118         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
3120 2005-03-18  Kenichi Handa  <handa@m17n.org>
3122         * language/thai-util.el: Fix categorization of Thai characters in
3123         thai-category-table.
3124         (thai-composition-pattern): Adjust it for the above change.
3125         (thai-self-insert-command, thai-compose-syllable): New functions.
3126         (thai-compose-region): Use thai-compose-syllable.
3127         (thai-compose-string): Likewise.
3128         (thai-composition-function): Likewise.
3129         (thai-auto-composition): New function.
3130         (thai-auto-composition-mode): New minor mode.
3132         * language/thai.el: Fix patterns to be registered in
3133         composition-function-table.
3135         * international/quail.el (quail-input-method): Locally bind
3136         inhibit-modification-hooks to t.
3138 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3140         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
3141         (perl-mode): Use run-mode-hooks.
3143         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
3144         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
3145         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
3147         * mail/sendmail.el (sendmail-send-it): Reenable the code
3148         to compute resend-to-address and use it.
3150         * tar-mode.el (tar-mode): Turn off undo unconditionally.
3152         * image-mode.el: New file.
3154         * image.el (insert-sliced-image): Add autoload cookie.
3156         * font-lock.el (font-lock-lines-before): New user option.
3157         (font-lock-after-change-function): Obey it.
3159         * bindings.el (esc-map): Make M-g a prefix.
3160         Bind M-g g and M-g M-g to goto-line.
3162         * faces.el (face-id): Doc fix.
3164 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3166         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
3167         (rmail-show-message): Use rmail-unknown-mail-followup-to.
3168         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
3170         * mail/sendmail.el (mail-yank-ignored-headers)
3171         (mail-font-lock-keywords, mail-mode-fill-paragraph):
3172         Add Mail-Followup-To and Mail-Reply-To headers.
3173         (mail-citation-hook): Add autoload cookie.
3174         (mail-mode): Doc fix.
3175         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
3176         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
3177         (mail-mode-fill-paragraph): Handle those headers.
3178         (mail-mailing-lists): New variable.
3179         (mail-mail-reply-to, mail-mail-followup-to): New functions.
3181 2005-03-17  Juri Linkov  <juri@jurta.org>
3183         * isearch.el (isearch-fallback): Check for `(car previous)'
3184         before calling `isearch-other-end-state'.
3186 2005-03-17  Kim F. Storm  <storm@cua.dk>
3188         * simple.el (move-beginning-of-line): Move to beginning of buffer
3189         line, as well as beginning of screen line.
3191 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
3193         * calendar/diary-lib.el (mark-diary-entries): Use new optional
3194         argument REDRAW rather than calendar-redrawing variable.
3195         * calendar/calendar.el (calendar-redrawing): Delete.
3196         (redraw-calendar): Do not bind calendar-redrawing.
3198 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
3200         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
3201         diary-file buffer.
3203 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * help.el (describe-mode): Allow a :minor-mode-function property to
3206         specify a different minor mode toggle function than the variable.
3207         * simple.el (auto-fill-function):
3208         * subr.el (add-minor-mode): Use it.
3210 2005-03-16  Kenichi Handa  <handa@m17n.org>
3212         * language/ethio-util.el (sera-being-called-by-w3): New variable.
3213         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
3214         (ethio-fidel-to-sera-buffer): Likewise.
3216 2005-03-16  Juri Linkov  <juri@jurta.org>
3218         * emacs-lisp/find-func.el (find-function-regexp):
3219         Add defun-emitting macro `menu-bar-make-toggle'.
3221         * isearch.el: Put `isearch-scroll' property to
3222         `split-window-horizontally'.
3224         * info.el: Update error messages for `debug-ignored-errors'.
3225         (Info-isearch-search): Doc fix.
3226         (Info-find-node): Move up code to go into info buffer before
3227         recording the node to the history.
3228         (Info-fontify-node): Fontify titles only if the next line
3229         has two or more `*', `=', `-', `.'.
3230         Display "go to this node" for empty (match-string 3).
3232 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3234         * term/mac-win.el: Add mouse pointer shape constants.
3236 2005-03-15  Kim F. Storm  <storm@cua.dk>
3238         * simple.el (move-beginning-of-line): Use vertical-motion.
3240 2005-03-15  Juri Linkov  <juri@jurta.org>
3242         * isearch.el (isearch-error): New variable.
3243         (isearch-invalid-regexp, isearch-within-brackets): Remove.
3244         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
3245         (isearch-within-brackets-state): Remove.
3246         (isearch-case-fold-search-state, isearch-pop-fun-state):
3247         Decrease frame index.
3248         (isearch-mode, isearch-top-state, isearch-push-state)
3249         (isearch-edit-string, isearch-abort, isearch-search-and-update)
3250         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
3251         (isearch-search, isearch-lazy-highlight-new-loop):
3252         Replace `isearch-invalid-regexp' with `isearch-error'.
3253         Remove `isearch-within-brackets'.
3254         (isearch-search): Add `search-failed' handler to `condition-case'.
3255         (isearch-lazy-highlight-search): Add `condition-case' to catch
3256         errors and allow `isearch-lazy-highlight-update' to try
3257         highlighting from the beginning of the window.
3258         (isearch-repeat): Move up code to set isearch-wrapped to t
3259         before calling isearch-wrap-function.
3261         * info.el (Info-isearch-initial-node): New internal variable.
3262         (Info-search): Signal an error in isearch mode when search leaves
3263         the initial node.  Signal an error when `bound' is non-nil and
3264         nothing was found in the current subfile.
3265         (Info-isearch-search): Remove `condition-case'.
3266         (Info-isearch-wrap): Don't wrap when search failed during leaving
3267         the initial node.  If `Info-isearch-search' is nil, wrap around
3268         the current node.
3269         (Info-isearch-start): New fun.
3270         (Info-mode): Add buffer-local hook `Info-isearch-start' to
3271         `isearch-mode-hook'.
3273 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3275         * simple.el (normal-erase-is-backspace): Set default to t if
3276         running on Mac.
3278         * term/mac-win.el (function-key-map): Sync with x-win.el.
3280 2005-03-15  Kenichi Handa  <handa@m17n.org>
3282         * international/mule-cmds.el (locale-language-names): Modify the
3283         format of elements and add more entries.
3284         (locale-preferred-coding-systems): Add more entries.
3285         (set-locale-environment): Adjust for the change of
3286         locale-language-names.
3288 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * pcvs.el (smerge-ediff): Remove bogus autoload.
3292 2005-03-14  Lute Kamstra  <lute@gnu.org>
3294         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
3295         Ignore a `*' at the beginning of a line.
3297         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
3298         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
3299         subr.el.
3300         (dont-compile, eval-when-compile, eval-and-compile): Use declare
3301         to specify indentation.
3303         * generic.el (define-generic-mode): Let generic-mode-list be a
3304         list of strings; test membership with equal.
3306 2005-03-14  Kim F. Storm  <storm@cua.dk>
3308         * simple.el (next-line, previous-line): Add optional try-vscroll
3309         arg to recognize interactive use.  Pass it on to line-move.
3310         (line-move): Don't perform auto-window-vscroll when defining or
3311         executing keyboard macro to ensure consistent behaviour.
3313 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3315         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
3317 2005-03-13  Lute Kamstra  <lute@gnu.org>
3319         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
3320         debugger-setup-buffer so that backtrace marks the frames set to
3321         debug-on-exit and we don't have to do it manually.  Set an extra
3322         debug-on-exit for macro's.
3323         (debugger-setup-buffer): Don't mark the top frame manually.
3325 2005-03-12  Lute Kamstra  <lute@gnu.org>
3327         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
3328         lisp-indent-function throughout.
3329         (with-no-warnings): Set lisp-indent-function property.
3331 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
3333         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
3334         Add entry for backslash.
3336 2005-03-12  Juri Linkov  <juri@jurta.org>
3338         * info.el (Info-search): Four fixes for backward search.
3340 2005-03-11  Jay Belanger  <belanger@truman.edu>
3342         * calc/calc.el (calc-language-alist): New variable.
3343         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
3344         (calc-embedded-find-modes): Use calc-language-alist instead of
3345         calc-embedded-language-alist.
3347 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3349         * calendar/calendar.el (calendar-redrawing): New internal
3350         variable.
3351         (redraw-calendar): Remove bogus save-excursion from previous
3352         change.  Bind calendar-redrawing to t for mark-diary-entries.
3353         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
3354         calendar if that is why we were called.
3356 2005-03-11  Kenichi Handa  <handa@m17n.org>
3358         * international/mule.el (make-coding-system): Set property
3359         coding-system-define-form to nil.
3360         (define-coding-system-alias): Likewise.
3362 2005-03-11  Kenichi Handa  <handa@m17n.org>
3364         These changes are suggested by Dave Love <fx@gnu.org>.
3366         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
3367         coding: tag.
3368         (adaptive-fill-regexp): Add more bullets.
3369         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
3370         regexps.
3372 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3374         * help.el (describe-mode): Properly handle non-trivial lighters.
3375         Don't ignore minor modes that are not listed in minor-mode-list.
3377         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
3378         feature ON when the user requests to turn it OFF.
3380 2005-03-10  Lute Kamstra  <lute@gnu.org>
3382         * emacs-lisp/debug.el (debug-entry-code): Delete it.
3383         (implement-debug-on-entry): New function to replace debug-entry-code.
3384         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
3385         second argument as the 2005-03-07 change makes it obsolete.
3386         (debug-on-entry, cancel-debug-on-entry): Update call to
3387         debug-on-entry-1.
3388         (debug, debugger-setup-buffer): Comment update.
3389         (debugger-frame-number): Update to work with implement-debug-on-entry.
3391 2005-03-10  Jay Belanger  <belanger@truman.edu>
3393         * calc/calc-embed.el (math-ms-args): Declare it.
3394         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
3395         math-ms-args.
3396         (calc-embedded-subst): Use math-multi-subst-rec to substitute
3397         variables.
3399 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
3401         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
3402         Use message-box.
3404         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
3405         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
3406         (tooltip-gud-tips): Simplify.
3407         (tooltip-gud-tips-p): Remove superflouous :set.
3408         (tooltip-gud-modes): Add fortran-mode.
3409         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
3411         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
3413 2005-03-09  Kim F. Storm  <storm@cua.dk>
3415         * play/animate.el (animate-place-char): Use forward-line instead
3416         of next-line to improve performance.
3418 2005-03-09  Simon Josefsson  <jas@extundo.com>
3420         * net/browse-url.el (browse-url-default-browser): Doc fix.
3422 2005-03-09  Miles Bader  <miles@gnu.org>
3424         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
3425         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
3427 2005-03-09  Kenichi Handa  <handa@m17n.org>
3429         * international/latin-1.el: Set case and syntax for 255 only if
3430         set-case-syntax-set-multibyte is nil.
3432         * textmodes/ispell.el (ispell-insert-word): New function.
3433         (ispell-word): Use ispell-insert-word to insert a new word.
3434         (ispell-process-line): Likewise.
3435         (ispell-complete-word): Likewise.
3437 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3439         * calendar/calendar.el (redraw-calendar): Preserve point.
3440         Reported by Matt Hodges <MPHodges@member.fsf.org>.
3441         (calendar-week-start-day): Move after definition of
3442         redraw-calendar.  Delete buffer test, since redraw-calendar has
3443         that now.
3445         * calendar/diary-lib.el (mark-diary-entries): Only call
3446         redraw-calendar in the first of any recursive calls.
3447         Reported by Alan Shutko <ats@acm.org>.
3449 2005-03-08  Juri Linkov  <juri@jurta.org>
3451         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
3452         (html-horizontal-rule, html-line, html-image, html-checkboxes)
3453         (html-radio-buttons): Add a space before the trailing `/>' where
3454         sgml-xml-mode is non-nil.
3455         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
3456         the subsequent tag of the empty XML tag.
3457         (html-href-anchor): Don't set initial input to "http:".
3458         (html-image): Ask for the image URL and set point inside alt="".
3459         (html-name-anchor): Duplicate the name in the `id' attribute when
3460         sgml-xml-mode is non-nil.
3461         (html-paragraph): Remove \n before <p>.
3462         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
3463         instead of `checked' when sgml-xml-mode is non-nil.
3465         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
3466         Remove 1 space before #RRGGBB to not truncate it on terminal
3467         windows w/o fringes.  Remove 1 space between bg and fg examples
3468         to get more space.
3469         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
3470         avoid byte-compile warnings.
3472         * image-file.el (image-file-handler): Put `safe-magic' property to
3473         `image-file-handler'.
3475         * info.el (Info-isearch-search): Emulate word search in
3476         isearching through multiple Info nodes with Info-search.
3477         (Info-isearch-wrap): Allow isearch-word.
3479 2005-03-08  Lute Kamstra  <lute@gnu.org>
3481         * emacs-lisp/debug.el (debugger-step-through): Make sure that
3482         stepping into the debugger's code is not possible.
3483         (debugger-jumping-flag): Docstring update.
3485 2005-03-08  Jay Belanger  <belanger@truman.edu>
3487         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
3488         embedded mode begins.
3489         (calc-embedded-language-alist): New variable.
3490         (calc-embedded-find-modes): Use calc-embedded-language-alist to
3491         set default language mode.
3493 2005-03-08  Kenichi Handa  <handa@m17n.org>
3495         * international/ccl.el (define-ccl-program): Fix docstring about
3496         extra 256 bytes assured for the output buffer.
3498         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3499         Fix BUFFER_MAGNIFICATION to 2.
3500         (ccl-encode-mule-utf-16be-with-signature): Likewise.
3502 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
3504         * align.el (align-rules-list): Added an alignment rule for CSS
3505         declarations (applies to css-mode and html-mode buffers).
3507 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
3511 2005-03-07  Kim F. Storm  <storm@cua.dk>
3513         * simple.el (move-beginning-of-line): New command.
3515         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
3517         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
3519         * emulation/cua-base.el: Put CUA move property on move-end-of-line
3520         and move-beginning-of-line.
3522         * apropos.el (apropos-print): Omit command from M-x ... RET.
3524 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
3526         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
3527         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
3529 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3531         * bindings.el (esc-map): Bind M-g to goto-line.
3533         * facemenu.el (global-map): Bind M-o, not M-g.
3535 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3537         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
3538         "Open Directory" as for "Open File".
3540 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
3542         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
3543         (push-mark-command): Run activate-mark-hook.
3545 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3547         * help-mode.el (help-mode-finish): Don't alter the element
3548         in view-return-to-alist if there already is one.
3550         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
3551         make sure the current buffer is the expected one.
3553         * novice.el (disabled-command-function): Output in *Disabled Command*.
3554         Explicitly ignore non-keyboard events, and explicitly handle C-g.
3556         * textmodes/flyspell.el (flyspell-large-region):
3557         Pass args differently for aspell.
3559         * files.el (mode-require-final-newline): Doc fix.
3561 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
3563         * progmodes/which-func.el (which-function):
3564         Specify NOERROR when calling imenu--make-index-alist.
3566 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3568         * simple.el (normal-erase-is-backspace): Define default value.
3570         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
3571         (custom-reevaluate-setting): Simple function to handle
3572         variables that are defined before their default value can really
3573         be computed.
3575         * startup.el (command-line): Use it for temporary-file-directory,
3576         small-emporary-file-directory, auto-save-file-name-transforms,
3577         blink-cursor-mode, and normal-erase-is-backspace.
3579         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
3580         progress, even with buggy anchored keywords.
3582 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
3584         * simple.el (goto-line): Remove unbalanced final parenthesis.
3586 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3588         * simple.el (goto-line): Use a number at point as the default.
3589         With C-u as arg, switch buffers.
3591 2005-03-05  Juri Linkov  <juri@jurta.org>
3593         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
3594         with `no-blinking-cursor'.
3596         * startup.el (no-blinking-cursor): New defvar.
3597         (command-line): Add `--no-blinking-cursor' to longopts.
3598         Set `no-blinking-cursor' to t for command line arguments
3599         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
3600         with `no-blinking-cursor' in the condition for calling
3601         `blink-cursor-mode'.
3603 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
3605         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
3606         (menu-bar-options-save): Add blink-cursor-mode.
3607         (menu-bar-options-menu): Add blink-cursor-mode.
3609 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
3611         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
3612         (icalendar-export-file, icalendar-export-region)
3613         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
3614         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
3616 2005-03-04  Lute Kamstra  <lute@gnu.org>
3618         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
3619         (debug-function-list): Ditto.
3621 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
3623         * textmodes/texinfmt.el (texinfo-append-refill):
3624         Redefine the types of line to which @refill
3625         is not appended by replacing a search for `@refill\\|@bye' with
3626         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
3627         itemize@refill' bug and the unfilled long lines bug.
3628         (texinfmt-version): Update number and date.
3630 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3632         * international/code-pages.el (windows-1250, windows-125[2-8])
3633         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
3635 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3637         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
3638         bound yet.
3640 2005-03-02  Romain Francoise  <romain@orebokech.com>
3642         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
3643         buffer after removing limits.
3644         (ibuffer-pop-filter): Ditto.
3645         Update copyright.
3647 2005-03-02  Miles Bader  <miles@gnu.org>
3649         * button.el (make-text-button): If the user doesn't specify a
3650         type, use the default.  Rewrite to use `add-text-properties' and
3651         plist functions.
3653 2005-03-01  Lute Kamstra  <lute@gnu.org>
3655         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
3656         (debugger-jumping-flag): New var.
3657         (debug-entry-code): Use it.
3658         (debugger-jump): Use debugger-jumping-flag and add
3659         debugger-reenable to post-command-hook.
3660         (debugger-reenable): Use debugger-jumping-flag and remove itself
3661         from post-command-hook.
3662         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
3663         debugger-reenable.
3665 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
3667         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
3668         inclusion of "itemize\\|", which may be unnecessary, is certainly
3669         inelegant, and stops refilling in itemize lists when formatting
3670         Japanese Texinfo files to Info.
3671         Update copyright to 2005.
3673 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
3675         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
3676         of an error if GDB can't find the source file.
3678 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
3680         * calendar/calendar.el (redraw-calendar): Work from any buffer,
3681         not just the calendar.
3683         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
3684         first.
3685         (diary-redraw-calendar): New function.
3686         (make-diary-entry): Add diary-redraw-calendar to local
3687         write-contents-functions.  Turn off selective display before
3688         inserting in diary.
3690 2005-03-01  Kim F. Storm  <storm@cua.dk>
3692         * emacs-lisp/copyright.el (copyright-fix-years): New command.
3694 2005-03-01  Lute Kamstra  <lute@gnu.org>
3696         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
3697         that debug-entry-code can be safely removed from a function while
3698         this code is being evaluated.  Revert the 2005-02-27 change as the
3699         new implementation no longer requires it.  Make sure that a
3700         function body containing just a string is not mistaken for a docstring.
3701         (debug): Skip one more frame in case of debug on entry.
3702         (debugger-setup-buffer): Delete one more frame line in case of
3703         debug on entry.
3704         (debugger-frame-number): Update to use the new text introduced by
3705         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
3707 2005-02-28  Kim F. Storm  <storm@cua.dk>
3709         * double.el (double-translate-key): Call force-window-update after
3710         read-event to avoid crash in redisplay.
3712 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
3715         (debug): Use it.  Move the inhibit-trace earlier.
3716         (debug-entry-code): New const.
3717         (debug-on-entry-1): Use it.
3719 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
3721         * international/utf-16.el (ccl-encode-mule-utf-16le):
3722         Fix BUFFER_MAGNIFICATION to 2.
3723         (ccl-encode-mule-utf-16be): Likewise.
3725 2005-02-28  Kenichi Handa  <handa@m17n.org>
3727         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3728         Fix BUFFER_MAGNIFICATION to 4.
3729         (ccl-encode-mule-utf-16be-with-signature): Likewise.
3731 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
3733         * speedbar.el (speedbar-update-flag): Doc fix.
3734         (speedbar-show-info-under-mouse): Give set-mouse-position the right
3735         argument.
3737 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * reveal.el (reveal-post-command): Don't try to reveal overlays which
3740         have a non-nil `invisible' property but are actually visible.
3742         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
3743         for perldoc sections.
3744         (perl-outline-regexp, perl-outline-level): New var and function.
3745         (perl-mode): Use them.
3747 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
3749         * calendar/diary-lib.el (diary-remind): Discard any mark portion
3750         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
3752 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
3754         * cus-edit.el: Comment change.
3755         (custom-buffer-create-internal): Slightly reword text at top of
3756         Custom buffers.  Mention there that saving an option edits the
3757         init file.  Add link to Emacs manual node on `custom-file'.
3758         (custom-magic-alist): Rewrite individual State messages to use
3759         capitalized keywords.  Doc fix.
3761 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
3763         * calendar/calendar.el (calendar-buffer): Move above
3764         calendar-week-start-day.
3765         (calendar-week-start-day): Doc fix.  Add :set function.
3766         (calendar-minimum-window-height): New variable.
3767         (generate-calendar-window): Only resize window if selected-window
3768         is displaying the calendar buffer.  Use new variable
3769         calendar-minimum-window-height.
3770         (generate-calendar): Reword error message.
3771         (calendar-mode-map): Bind DEL to scroll-other-window-down.
3773 2005-02-27  Andreas Schwab  <schwab@suse.de>
3775         * vc.el (vc-do-command): Don't run command asynchronously when
3776         operating in a remote directory.
3778         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
3779         change from sync with Tramp 2.0.47.
3781 2005-02-27  Richard M. Stallman  <rms@gnu.org>
3783         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3785         * textmodes/flyspell.el (flyspell-mode-on):
3786         Call ispell-change-dictionary only if necessary.
3788         * emacs-lisp/re-builder.el (regexp-builder): New function.
3790         * register.el (describe-register-1): Explicitly handle
3791         yank-excluded-properties = t.
3793         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
3794         (custom-magic-alist): Change the status descriptions again.
3795         (face widget-type): Total rewrite based on `restricted-sexp'
3796         to eliminate the confusing double hiding levels.
3798         * emacs-lisp/debug.el (debug-on-entry-1):
3799         If function body is empty, add nil as body form.
3801 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * emacs-lisp/trace.el (inhibit-trace): New var.
3804         (trace-make-advice): Use it.
3806         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
3808 2005-02-26  Kim F. Storm  <storm@cua.dk>
3810         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
3811         (mouse-on-link-p, mouse-drag-region-1): Use it.
3813 2005-02-25  Lute Kamstra  <lute@gnu.org>
3815         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
3817 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
3819         * frame.el (blink-cursor-mode): Add :group keyword.
3821 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
3823         * calendar/icalendar.el (icalendar--decode-isodatetime):
3824         New optional argument DAY-SHIFT.
3825         (icalendar-export-region): Fix coding-system-for-write.
3826         (icalendar--convert-ical-to-diary): Shift end-day of all-day
3827         events by one.
3829 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3831         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
3833 2005-02-24  Kim F. Storm  <storm@cua.dk>
3835         * international/iso-acc.el (iso-accents-compose): Fix crash
3836         during redisplay.  Call force-window-update after read-event
3837         and delete-region to signal that window is not accurate.
3839 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
3842         Remove unused and inexistent var `inhibit-trace'.
3843         (debugger-mode): Use run-mode-hooks.
3844         (debugger-list-functions): Add buttons; setup xref stack.
3846 2005-02-23  Richard M. Stallman  <rms@gnu.org>
3848         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
3849         appointment says it was explicitly made.
3850         (appt-add): Set the 3rd element.
3851         (appt-make-list): Preserve explicit appointments.
3853         * subr.el (find-tag-default): Catch errors in forward-sexp.
3855 2005-02-23  Juri Linkov  <juri@jurta.org>
3857         * info.el (Info-isearch-search): New defcustom.
3858         (Info-isearch-search): Call the default isearch function
3859         when Info-isearch-search is nil.
3860         (Info-isearch-wrap): Use variable Info-isearch-search.
3862 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
3864         * cus-edit.el: Comment change.
3866 2005-02-22  Kim F. Storm  <storm@cua.dk>
3868         * progmodes/hideif.el (hide-ifdef-use-define-alist):
3869         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
3871 2005-02-22  Simon Josefsson  <jas@extundo.com>
3873         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
3874         New variable.
3875         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
3876         Oskarsson" <myrkraverk@users.sourceforget.net>.
3878 2005-02-22  Kim F. Storm  <storm@cua.dk>
3880         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
3881         check that window of that event is the selected window.
3882         (mouse-drag-region-1): Compare mouse event window to selected
3883         window before setting point.
3885         * tooltip.el (tooltip-show-help-function): Pass event to
3886         mouse-on-link-p so it can check selected window.
3888 2005-02-22  Kenichi Handa  <handa@m17n.org>
3890         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
3891         (ps-mule-show-warning): New function.
3892         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
3893         characters are found.
3895         * ps-print.el (ps-header-footer-string): Return a list of header
3896         and footer strings.
3898 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3900         * pcvs.el (cvs-retrieve-revision): Fix thinko.
3902 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3904         * frame.el (blink-cursor-mode): Use define-minor-mode.
3906         * term/mac-win.el (function-key-map): Use char-names more consistently.
3907         (file-name-coding-system): Only set it for MacOS-9.  The other case is
3908         already handled in mule-cmds.el (where it also works when mac-win.el
3909         is not used).
3911 2005-02-21  Kenichi Handa  <handa@m17n.org>
3913         * international/mule.el (ctext-pre-write-conversion): Always use
3914         " *code-converting-work*" buffer for work.
3916         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
3918 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
3920         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
3922 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
3924         * ses.el (undo-more): Restore defadvice, but only the part that
3925         allows changes outside the restricted area of the buffer.
3927 2005-02-20  Kim F. Storm  <storm@cua.dk>
3929         * simple.el (line-move): Add fourth optional arg try-vscroll which
3930         must be set to perform auto-window-vscroll.
3931         When moving backwards and doing auto-window-vscroll, automatically
3932         vscroll to the last part of lines which are taller than the window.
3933         (next-line, previous-line): Set try-vscroll arg on line-move.
3935 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
3937         * replace.el (query-replace, query-replace-regexp)
3938         (replace-string, replace-regexp): When operating on region, make
3939         the minibuffer prompt say so.
3941         * isearch.el (isearch-forward): Document isearch-query-replace and
3942         isearch-query-replace-regexp keybindings.
3944 2005-02-19  Jay Belanger  <belanger@truman.edu>
3946         * calc/calc-aent.el (math-read-token): Add local variable.
3948         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
3949         (calc-edit-top): Move declaration to earlier in file.
3950         (calc-edit-macro-repeats): Add local variables.
3952         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
3953         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
3954         calcFunc-tanh.
3955         Adjust integration rule for calcFunc-tan.
3957 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3959         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
3960         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
3961         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
3962         (viper-skip-separators): Bug fix.
3963         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3964         particular major mode.
3965         (viper-del-backward-char-in-replace): Don't put deleted char on the
3966         kill ring.
3968         * viper-ex.el (viper-color-display-p): New function.
3969         (viper-has-face-support-p): Use viper-color-display-p.
3971         * viper-keym.el (viper-gnus-modifier-map): New keymap.
3973         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
3975         * viper-util.el (viper-glob-unix-files): Fix shell status check.
3976         (viper-file-remote-p): Make equivalent to file-remote-p.
3978         * viper.el (viper-major-mode-modifier-list):
3979         Use viper-gnus-modifier-map.
3981 2005-02-19  David Kastrup  <dak@gnu.org>
3983         * subr.el (subregexp-context-p): Fix garbled doc string by adding
3984         quoting.
3986 2005-02-19  Jay Belanger  <belanger@truman.edu>
3988         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
3989         Remove extra definitions.
3990         (calc-coth): New function.
3991         (calcFunc-cot): Fix `let'.
3993 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
3995         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
3996         the reasons we use "type pc" in these faces.
3998         * button.el (button): Ditto.
4000 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
4002         * replace.el (query-replace-read-from): Set the value of
4003         query-replace-from-history-variable to handle the case of an empty
4004         string entered to accept the suggested default.
4006         * net/tramp.el (tramp-file-name-for-operation):
4007         Use dired-call-process instead of dired-call-process-command.
4009 2005-02-19  Jay Belanger  <belanger@truman.edu>
4011         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
4012         (math-div-non-trig): New variables.
4013         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
4014         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
4015         (math-combine-prod, math-div-symb-fancy): Add simplifications for
4016         trig expressions.
4018 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
4020         * progmodes/gdb-ui.el (gdb-var-update-handler)
4021         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
4022         for watch expressions,
4023         (gdb-var-create-handler): Don't set speedbar-update-flag.
4024         (gdb-post-prompt): Simplify test for speedbar.
4026 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4028         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
4029         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
4030         we use the syntax table of the correct buffer.
4031         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
4032         Felix Gatzemeier.
4034         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
4035         (ediff-file-remote-p): Make synonymous with file-remote-p.
4036         In all deffaces ediff-*-face-*, use min-colors.
4038         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
4039         ediff-recurse-to-subdirectories.
4040         (ediff-mark-if-equal): Check that the arguments are strings, use
4041         ediff-same-contents (after to Felix Gatzemeier).
4043         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
4044         nil.
4046 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4048         * log-view.el (log-view-message-re): Fix up Subversion regexp.
4050 2005-02-18  David Kastrup  <dak@gnu.org>
4052         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4053         use `mark-active' when defined.
4055 2005-02-18  Kenichi Handa  <handa@m17n.org>
4057         * ps-print.el (ps-font-info-database): New entry
4058         ZapfChancery-MediumItalic with correct font name.  Fix font name
4059         of the entry Zapf-Chancery-MediumItalic.
4061 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4063         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
4065 2005-02-16  Kim F. Storm  <storm@cua.dk>
4067         * ido.el (ido-fallback-command): Pass user input to fallback command.
4069 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
4071         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4072         (gdb-find-file-hook): Add server prefix.
4074 2005-02-16  Richard M. Stallman  <rms@gnu.org>
4076         * replace.el (perform-replace): Pass new args to replace-highlight.
4077         (replace-highlight): Take region args,
4078         and pass them to isearch-lazy-highlight-new-loop.
4080         * novice.el (disabled-command-hook): Autoload the defalias
4081         and the make-obsolete-variable call.
4083         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
4085         * isearch.el (isearch-lazy-highlight-start-limit)
4086         (isearch-lazy-highlight-end-limit): New variables limit
4087         the region for highlighting.
4088         (isearch-lazy-highlight-new-loop): New args BEG and END.
4089         (isearch-lazy-highlight-search): Use the new vars.
4090         (isearch-lazy-highlight-update): Likewise.
4092         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
4094         * cus-start.el (all): Use default-boundp.
4096 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
4098         * menu-bar.el (menu-bar-select-frame): Handle current frame.
4100 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
4102         * autorevert.el (auto-revert-stop-on-user-input)
4103         (auto-revert-verbose): Doc fixes.
4105 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
4107         * international/mule-cmds.el (set-locale-environment): Remove call
4108         to set-selection-coding-system on Windows.
4110 2005-02-15  Jay Belanger  <belanger@truman.edu>
4112         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
4113         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
4114         calcFunc-coth.
4115         (math-simplify-sqrt): Add simplifications.
4117         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
4118         to list.
4120         * calc/calc-ext.el: Add functions to autoloads.
4122         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
4123         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
4124         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
4125         (math-csc-raw, math-cot-raw): New functions.
4127         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
4129         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
4130         the variable name in a message.
4132         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
4133         calcFunc-csc, calcFunc-cot.
4135         * calc/calcalg2.el: Add derivative and integration rules for
4136         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
4137         calcFunc-csch, calcFunc-coth.
4138         (math-do-integral-methods): Add to checks for when to use
4139         substitutions.
4141         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
4143 2005-02-15  Lute Kamstra  <lute@gnu.org>
4145         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4146         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
4147         <monnier@iro.umontreal.ca>
4148         (lisp-outline-level): Improve efficiency.  Suggested by David
4149         Kastrup <dak@gnu.org>.
4151 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
4153         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
4154         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
4155         (gdb-set-gud-minor-mode-existing-buffers): New functions.
4156         (gdb-find-file-hook): New hook. Add it to find-file-hook.
4157         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
4159 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
4161         * cus-start.el (all): Comment change.
4163 2005-02-14  Lute Kamstra  <lute@gnu.org>
4165         * cus-start.el (all): Check if symbol is void.
4167 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
4169         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4170         optional argument to \cite.
4172 2005-02-14  Richard M. Stallman  <rms@gnu.org>
4174         * cus-edit.el (custom-buffer-create-internal): Update help message.
4175         (custom-magic-alist): Update help messages.
4177         * cus-start.el (all): Allow a var to specify a standard value.
4179 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
4181         * custom.el (custom-theme-set-variables): Handle variable aliases.
4183         * frame.el (blink-cursor-timer): Doc fix.
4184         (blink-cursor): Make it an alias for `blink-cursor-mode' and
4185         declare obsolete.
4186         (blink-cursor-mode): Define with defcustom and use correct
4187         standard expression in that defcustom.
4188         * startup.el (command-line): Adapt to above changes in frame.el.
4190 2005-02-11  Lute Kamstra  <lute@gnu.org>
4192         * apropos.el (apropos-score-doc): Prevent division by zero.
4194 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
4196         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4197         (icalendar--get-event-property-attributes)
4198         (icalendar--get-event-properties)
4199         (icalendar--datetime-to-diary-date): New functions.
4200         (icalendar--split-value): Doc fix.
4201         (icalendar--datetime-to-noneuropean-date)
4202         (icalendar--datetime-to-european-date): New optional argument
4203         SEPARATOR.  Return result as a string instead of a list.
4204         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
4205         (icalendar--convert-string-for-export): Rename arg S to STRING.
4206         (icalendar-export-region): Doc fix.  Change name of error buffer.
4207         Save output buffer.
4208         (icalendar-import-file): Add blank at end of prompt.
4209         (icalendar-import-buffer): Doc fix.  Do not switch to error
4210         buffer.  Indicate status in return value.
4211         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
4212         buffer.  Save output buffer.  Handle exception from recurrence
4213         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
4214         events.  Fix problems with weekly all-day events.
4216 2005-02-10  Richard M. Stallman  <rms@gnu.org>
4218         * simple.el (eval-expression-print-format):
4219         Avoid warning about edebug-active.
4221         * help.el (help-for-help-internal): Rename from help-for-help.
4222         (help-for-help): Define with defalias.
4224         * font-core.el (font-lock-default-function): Use with-no-warnings.
4226         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
4228         * custom.el (defface): Doc fix.
4230 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
4232         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
4233         width 0" to prevent word wrapping problems.
4235 2005-02-09  Kim F. Storm  <storm@cua.dk>
4237         * ido.el (ido-file-extensions-order): New defcustom.
4238         (ido-file-extension-lessp, ido-file-extension-aux)
4239         (ido-file-extension-order): New advanced file ordering.
4240         (ido-file-lessp): New simple file ordering.
4241         (ido-sort-list): Remove.
4242         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
4243         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
4245 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
4247         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
4248         that some versions of grep produce.
4249         (grep-mode-font-lock-keywords): Likewise.
4251 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
4253         * progmodes/gdb-ui.el (gdb-location-list): New variable.
4254         (gdb-cdir): Delete.
4255         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
4256         (gdb-source-info): Treat case when source file is in another
4257         directory properly.
4258         (gdb-get-location): New function.
4260 2005-02-07  Jay Belanger  <belanger@truman.edu>
4262         * calc/calc-prog.el (calc-write-parse-table-part)
4263         (calc-fix-token-name): Fix a check for language type.
4265         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
4267 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
4269         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
4270         as directory not writable.
4272 2005-02-07  Kim F. Storm  <storm@cua.dk>
4274         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
4275         (cua--standard-movement-commands): Remove list.
4276         Instead, set CUA property value to move for movement commands.
4277         (cua-movement-commands): Remove.  Users must set CUA prop instead.
4278         (cua--pre-command-handler): Check CUA property.
4279         (cua--init-keymaps): Don't remap undo commands.
4280         (cua-mode): Don't call cua--rectangle-on-off.
4282         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
4283         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
4284         (cua--rect-undo-set-point): New var.
4285         (cua--rectangle-undo-boundary): Setup undo apply entry.
4286         (cua--rect-undo-handler): New function for rectangle undo.
4287         (cua--rect-start-position, cua--rect-end-position): Add.
4288         (cua--rectangle-post-command): Call cua--rectangle-set-corners
4289         for restored rectangle.  Set point if cua--rect-undo-set-point.
4291 2005-02-06  Jay Belanger  <belanger@truman.edu>
4293         * calc/calc-lang.el (calc-tex-language): Display more information
4294         in messages.
4296         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
4297         in TeX mode.
4299 2005-02-06  Richard M. Stallman  <rms@gnu.org>
4301         * emacs-lisp/lisp.el (buffer-end): Doc fix.
4303 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4305         * net/ldap.el (ldap-search-internal): Support attributes with
4306         optional descriptions separated by a semi-colon, as in
4307         "userCertificate;binary".
4309 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4311         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4312         isn't a cons (i.e. the version is 0).
4314 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
4316         * help.el (help-for-help): Doc fix.
4318 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
4320         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
4321         GDB-Windows on the menu-bar as this works better.
4323 2005-02-04  Jay Belanger  <belanger@truman.edu>
4325         * calc/calc-embed.el (calc-embedded-update): Don't put in
4326         unnecessary newlines. Adjust the end of formula marker.
4328         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
4329         (math-latex-parse-two-args): New function.
4331 2005-02-03  Lute Kamstra  <lute@gnu.org>
4333         * help-fns.el (help-with-tutorial): Make sure that users cannot
4334         remove the entire text of the tutorial by means of `undo'.
4336 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
4339         in recent changes, where the ispell process was repeatedly
4340         killed & restarted.
4342         * international/mule-cmds.el (set-locale-environment): Set file-name
4343         coding system to utf-8 on Darwin systems.
4344         (set-default-coding-systems): Don't set default-file-name-coding-system
4345         on Darwin systems.
4347 2005-02-03  Richard M. Stallman  <rms@gnu.org>
4349         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4351 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
4353         * faces.el (list-faces-display): Add optional argument.
4355 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * font-core.el (font-lock-default-function): Handle the rare case where
4358         only font-lock-keywords is set.
4360 2005-02-02  Kenichi Handa  <handa@m17n.org>
4362         * international/characters.el: Cancel previous change for
4363         I-WITH-DOT-ABOVE and DOTLESS-i.
4365         * international/latin-5.el: Cancel previous change.
4367 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
4369         * progmodes/gud.el: Correction to syntax in gud-menu-map.
4371 2005-02-02  Kenichi Handa  <handa@m17n.org>
4373         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
4374         DOTLESS-i.
4376         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
4377         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
4379         * case-table.el (get-upcase-table): New function.
4380         (copy-case-table): Copy upcaes table too if non-nil.
4381         (set-case-syntax-delims): Maintain upcase table too.
4382         (set-case-syntax-pair): Likewise.
4383         (set-upcase-syntax, set-downcase-syntax): New functions.
4384         (set-case-syntax): Maintain upcase table too.
4386 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
4388         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
4390         * progmodes/gud.el (gud-goto-info): New function.
4391         (gud-tool-bar-map): Use correct icon.
4393 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
4395         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4396         When delegating, order args in the funcall correctly.
4398 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
4400         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4402 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
4404         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
4405         buffer not visiting a file.
4407 2005-01-31  Jay Belanger  <belanger@truman.edu>
4409         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4410         bound on the line with the formula.
4412 2005-01-31  Kim F. Storm  <storm@cua.dk>
4414         * ses.el (ses-create-cell-variable-range)
4415         (ses-destroy-cell-variable-range, ses-reset-header-string)
4416         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
4417         (ses-insert-row): Fix format of apply undo entries.
4419 2005-01-31  Jay Belanger  <belanger@truman.edu>
4421         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
4422         parts.
4424         * calc/calc-embed.el (calc-embedded-open-formula)
4425         (calc-embedded-close-formula): Ignore matrix environments.
4427         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
4428         TeX mode.
4430         * calc/calc-lang.el (math-function-table, math-oper-table)
4431         (math-variable-table): Adjust the LaTeX portions.
4433         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
4434         (math-latex-ignore-words): New constant.
4436 2005-01-31  Richard M. Stallman  <rms@gnu.org>
4438         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
4439         (ispell-local-dictionary): Doc fix.
4440         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
4441         Don't reinitialize at run time.  Don't defcustom.
4442         All uses changed to append ispell-local-dictionary-alist,
4443         or check it first.
4444         (ispell-current-dictionary): New variable for dictionary in use.
4445         (ispell-dictionary): Now used only for global default.
4446         (ispell-start-process): Set ispell-current-dictionary,
4447         not ispell-dictionary.
4448         (ispell-change-dictionary): Use this only for setting
4449         user preferences.
4450         (ispell-internal-change-dictionary): New function
4451         to change the current dictionary in use.
4452         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
4453         Use ispell-current-dictionary.
4454         Handle ispell-local-dictionary-overridden.
4455         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
4457 2005-01-31  Jay Belanger  <belanger@truman.edu>
4459         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
4461         * calc/calc-ext.el: Add calc-latex-language to autoloads.
4462         (calc-mode-map): Add calc-latex-language.
4464         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
4465         (math-latex-print-frac): New functions.
4466         (math-oper-table, math-function-table, math-variable-table)
4467         (math-complex-format, math-input-filter): Add latex properties.
4468         (calc-set-language): Set math-expr-special-function-mapping.
4470         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
4471         (calc-write-parse-table-part):  Add LaTeX support.
4473         * calc/calc.el (calc-language): Adjust docstring.
4474         (calc-set-mode-line): Add LaTeX support.
4475         (math-expr-special-function-mapping): New variable.
4476         (math-tex-ignore-words): Add to list.
4478         * calc/calccomp.el (math-compose-expr, math-compose-rows):
4479         Add LaTeX support.
4480         (math-compose-expr): Add support for special functions.
4482         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
4484 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
4486         * progmodes/gdb-ui.el (gdb-memory-address)
4487         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
4488         (gdb-memory-mode-map, gdb-memory-format-keymap)
4489         (gdb-memory-format-menu, gdb-memory-unit-keymap)
4490         (gdb-memory-unit-menu): New variables for a buffer
4491         that lets the user examine program memory.
4492         (gdb-memory-set-address, gdb-memory-set-repeat-count)
4493         (gdb-memory-format-binary, gdb-memory-format-octal)
4494         (gdb-memory-format-unsigned, gdb-memory-format-signed)
4495         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
4496         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
4497         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4498         (gdb-memory-unit-byte, gdb-memory-unit-menu)
4499         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
4500         (gdb-memory-mode, gdb-memory-buffer-name)
4501         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
4502         New functions for above buffer.
4504 2005-01-30  Richard M. Stallman  <rms@gnu.org>
4506         * cus-edit.el (custom-bury-buffer): Function deleted.
4507         (custom-buffer-done-function): Option deleted.
4508         (custom-buffer-done-kill): New (replacement option.
4509         (Custom-buffer-done): Call quit-window.
4510         (custom-buffer-create-internal): Update for above changes.
4512 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
4514         * simple.el (undo-ask-before-discard): New var.
4515         (undo-outer-limit-truncate): Implement it.
4516         (undo-extra-outer-limit): Doc update.
4518 2005-01-29  Richard M. Stallman  <rms@gnu.org>
4520         * ses.el (undo-more): Delete defadvice.
4521         (ses-begin-change): Doc fix.
4523         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
4524         instead of rebinding C-x u and C-_.
4526         * files.el (normal-backup-enable-predicate): Return nil for files
4527         in /tmp, regardless of temporary-file-directory.
4529         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
4531         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
4532         (open-rectangle, delete-whitespace-rectangle-line)
4533         (clear-rectangle-line): If FILL, pass t instead of FILL
4534         for move-to-column's 2nd arg.
4536         * simple.el (undo): Fix the test for continuing a series of undos.
4537         (undo-more): Set pending-undo-list to t when we reach end.
4538         (pending-undo-list): Move up defvar.
4540         * wid-edit.el (widget-button-click):
4541         Shorten the range of the track-mouse binding.
4543         * comint.el (comint-insert-input): Undo previous changes;
4544         use last-input-event in interactive spec.
4546 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
4548         * progmodes/compile.el (compilation-start): Bind buffer-read-only
4549         to nil before invoking call-process.  Reset buffer's modified flag
4550         after fontifying it in the no-async branch.
4552         * wid-edit.el (widget-specify-button): If mouse pointer shape
4553         cannot be changed, use mouse face instead.
4555 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
4557         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4558         (gdb-goto-breakpoint): Make breakpoint handling work on template
4559         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
4560         (gdb-assembler-custom): Update to recognise breakpoint information
4561         added on 2005-01-19.
4563 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4565         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
4566         (dsssl-mode): Use define-derived-mode.
4567         (scheme-mode-initialize): Remove.
4568         (scheme-mode): Use run-mode-hooks.
4570         * cus-edit.el (customize-group-other-window)
4571         (custom-buffer-create-other-window): Don't override special-display-*.
4572         (custom-mode-map): Make it dense.
4574         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
4575         sets the default value.
4577 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
4579         * descr-text.el: Add more keywords.
4581 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4583         * speedbar.el: Avoid unnecessary use of locate-library.
4585         * international/mule-cmds.el (standard-display-european-internal):
4586         Don't fiddle with latin-1 non-break space any more since it's now
4587         special cased in the C code.
4588         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
4590 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4592         * cus-start.el (all): Add `undo-outer-limit'.
4594 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4596         * textmodes/bibtex.el (bibtex-format-entry):
4597         Use `bibtex-empty-field-re' only on the text of fields, not on entire
4598         field lines.
4599         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
4600         not on part of a buffer.
4602 2005-01-25  Lute Kamstra  <lute@gnu.org>
4604         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
4605         nonempty field text strings like "{letters\\macro{}more letters}".
4606         Clarify docstring.
4607         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
4608         (bibtex-entry-offset, bibtex-parse-association)
4609         (bibtex-parse-field-name): Fix typos in docstrings.
4610         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
4612 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
4614         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
4615         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
4616         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
4617         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
4619         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
4620         isearch minor mode.
4622 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
4624         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
4626 2005-01-24  Lute Kamstra  <lute@gnu.org>
4628         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
4629         CASECHARS and NOT-CASECHARS regular expressions of the
4630         "nederlands" and "nederlands8" dictionaries to prevent a "Range
4631         striding over charsets" error.
4633 2005-01-24  Jay Belanger  <belanger@truman.edu>
4635         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
4636         display variable name.
4638 2005-01-24  Kenichi Handa  <handa@m17n.org>
4640         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
4641         Fix setting of the element of encoded-kbd-iso2022-invocations.
4643 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
4645         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4646         (gdb-threads-select): Change to also accept mouse events.
4647         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
4648         (gdb-threads-mouse-select): Delete.
4650 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
4652         * files.el (insert-directory): Take care of empty directory,
4653         listed without -a switch.
4655 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * textmodes/refill.el (refill-post-command-function):
4658         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
4659         to the list of functions that we should be careful not to undo.
4660         (refill-late-fill-paragraph-function): Remove.
4661         (refill-saved-state): New var.
4662         (refill-mode): Use it to save fill-paragraph-function.
4663         Save also the value of auto-fill-function.
4665         * term/w32-win.el: Simplify code.
4667 2005-01-23  Kim F. Storm  <storm@cua.dk>
4669         * simple.el (line-move): Adapt to new return value from
4670         pos-visible-in-window-p.
4672         * simple.el (line-move): Fix last change.  Check partial
4673         visibility at point rather than at window-start.
4675 2005-01-22  Jason Rumney  <jasonr@gnu.org>
4677         * term/w32-win.el (xw-defined-colors): Remove debug-message.
4679 2005-01-22  David Kastrup  <dak@gnu.org>
4681         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
4683 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
4685         * type-break.el (type-break-mode): Add a test for
4686         type-break-file-name being non-nil.
4688 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4690         * net/eudc.el (top level): Call (message "") via progn, so that
4691         eudc-options-file is loaded.
4693 2005-01-22  Kim F. Storm  <storm@cua.dk>
4695         * simple.el (line-move-1): Rename from line-move.
4696         (line-move): New function that adjusts vscroll for partially
4697         visible rows, and calls line-move-1 otherwise.
4699 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
4701         * pcomplete.el: define pcomplete-read-event instead of read-event,
4702         since it's not a complete read-event implementation
4704 2005-01-20  Jay Belanger  <belanger@truman.edu>
4706         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
4707         for called function.
4709 2005-01-20  Steven Tamm  <steventamm@mac.com>
4711         * term/mac-win.el (process-connection-type): Remove.
4712         Controlled now by s/darwin.h:PTY_ITERATION.
4714 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4716         * window.el (handle-select-window): Don't switch window when we're
4717         in the minibuffer.
4719 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4721         * subr.el (dotimes-with-progress-reporter): New macro.
4723         * ses.el (ses-dotimes-msg): Remove macro.
4724         Use `dotimes-with-progress-reporter' instead.
4726 2005-01-19  Steven Tamm  <steventamm@mac.com>
4728         * term/mac-win.el (process-connection-type): Use new
4729         operating-system-release variable to use ptys on Darwin 7 (OSX
4730         10.3) when using carbon build.
4732 2005-01-19  Jay Belanger  <belanger@truman.edu>
4734         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
4735         flags if the last command was a tab or M-tab.
4737         * calc/calc-prog.el (calc-user-define-edit): Put original formula
4738         in formula editing buffer.
4740 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
4742         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
4743         breakpoint image symbol in margin.
4745 2005-01-19  Jay Belanger  <belanger@truman.edu>
4747         * calc/calc-prog.el (calc-execute-kbd-macro):
4748         Ignore calc-keep-arg-flag.
4750 2005-01-19  Kenichi Handa  <handa@m17n.org>
4752         * textmodes/ispell.el (ispell-looking-at): New function.
4753         (ispell-process-line): Use ispell-looking-at to compare the ispell
4754         output and the buffer contents.
4756 2005-01-18  Jay Belanger  <belanger@truman.edu>
4758         * calc/calc.el (calc-display-raw): Fix docstring.
4760 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * simple.el (blink-matching-open): Strip extra info from syntax.
4764         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
4765         funny chars in the end-of-here-doc marker.
4767 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
4769         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
4770         that enable/disabled state of breakpoints is shown correctly in
4771         fringe and on ttys.
4772         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
4773         Add breakpoint information as text properties.
4774         (gdb-mouse-toggle-breakpoint):
4775         Rename to gdb-mouse-set-clear-breakpoint.
4776         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
4777         breakpoints in the margin.
4778         (gdb-remove-strings): Simplify.
4780 2005-01-17  Jay Belanger  <belanger@truman.edu>
4782         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
4783         erasing buffer.
4785 2005-01-17  Richard M. Stallman  <rms@gnu.org>
4787         * progmodes/grep.el (grep-find): Copy from `grep' the condition
4788         for calling grep-compute-defaults.
4790         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
4791         if buffer is empty.
4793         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
4795 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * hilit-chg.el (highlight-changes-mode): Don't autoload.
4799         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
4800         non-preloaded variables.
4802 2005-01-17  Steven Tamm  <steventamm@mac.com>
4804         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
4805         tex-shell cause to force interactivity when using pipes.
4807 2005-01-17  Kim F. Storm  <storm@cua.dk>
4809         * simple.el (just-one-space): Make arg optional.
4811 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
4813         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
4814         posn-at-x-y to t to access left-margin.
4816 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
4818         Sync with Tramp 2.0.47.
4820         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
4821         catching keep-date problems in cp/scp operations.
4822         (tramp-handle-copy-file): Don't call `set-file-modes'
4823         unconditionally.  Specialized functions should know better what is
4824         necessary.  This improves performance a little bit, and the
4825         functions could catch errors with `cp -p' and `scp -p'.
4826         (tramp-do-copy-or-rename-file-via-buffer)
4827         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
4828         when appropriate.
4829         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
4830         Call `set-file-modes' when appropriate.
4831         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
4832         Johnsson <isak@hypergene.com>
4833         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
4834         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
4835         <joakim@verona.se>
4836         (tramp-file-name-for-operation): Mark `shell-command' as magic for
4837         Emacs only.
4839         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
4840         `find-file-hooks' and `dired-mode-hook'.
4841         (tramp-minor-mode-map): Respective map.  Add remapping for
4842         `compile' and `recompile'.
4843         (tramp-remap-command, tramp-recompile): New defuns.
4844         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
4845         in buffer "*Compilation*".  Call the commands asynchronously.
4847         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
4848         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
4849         `shell-command', because it isn't magic in XEmacs.  Reported by
4850         Adrian Aichner <adrian@xemacs.org>.
4852         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4853         `substitute-in-file-name.
4854         (tramp-smb-handle-substitute-in-file-name): New defun.
4855         (tramp-smb-advice-PC-do-completion): Delete advice.
4857 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
4859         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
4860         Fix error in deleting region.
4862 2005-01-15  Richard M. Stallman  <rms@gnu.org>
4864         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
4865         In non-temp buffer, switch syntax table temporarily.
4867         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
4869         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
4871         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
4873         * imenu.el (imenu--split-menu): Copy menulist before sorting.
4874         (imenu--generic-function): Use START, not BEG, as pos of definition.
4876         * simple.el (just-one-space): Argument specifies number of spaces.
4878         * simple.el (eval-expression-print-format): Avoid warning
4879         about edebug-active.
4881 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
4883         * progmodes/sh-script.el: Code copied from make-mode.el
4884         with small changes,
4885         (sh-mode-map): Bind C-c C-\.
4886         (sh-backslash-column, sh-backslash-align): New variables.
4887         (sh-backslash-region, sh-append-backslash): New functions.
4889 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
4891         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
4892         (rmail-pop-password, rmail-pop-password-required): Move to
4893         rmail-obsolete group.
4894         (rmail-set-pop-password): Rename to rmail-set-remote-password.
4895         All callers updated.
4896         (rmail-get-pop-password): Rename to rmail-get-remote-password.
4897         Take an argument specifying whether it is POP or IMAP mailbox we
4898         are using.  All callers updated.
4899         (rmail-pop-password-error): Rename to
4900         rmail-remote-password-error.  Added mailutils-specific error message.
4901         (rmail-movemail-search-path)
4902         (rmail-movemail-variant-in-use): New variables.
4903         (rmail-remote-password, rmail-remote-password-required):
4904         New customization variables.
4905         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
4906         (rmail-parse-url): New function.
4907         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
4908         with GNU mailutils movemail.
4910 2005-01-15  Kevin Ryde  <user42@zip.com.au>
4912         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
4913         suffix to space, $ or '$, to correctly position point when going
4914         to @table style constants like DBL_MAX.
4916 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
4918         * type-break.el (type-break-mode, type-break-file-time)
4919         (type-break-file-keystroke-count, type-break-choose-file):
4920         Don't store data in or load data from the file if type-break-file-name
4921         is nil.
4922         (type-break-file-name): Doc update as per the above.
4924 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
4926         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
4927         lookup-key might return nil; handle that.
4929 2005-01-15  Alan Mackenzie  <acm@muc.de>
4931         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
4932         rather than the element found, thus enabling the tree to be setcar'd.
4934 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
4936         * textmodes/org.el (org-show-following-heading): New option.
4937         (org-show-hierarchy-above): Use `org-show-following-heading'.
4938         (org-cycle): Documentation fix.
4940         * textmodes/org.el (orgtbl-optimized): New option
4941         (orgtbl-mode): New command, a minor mode.
4942         (orgtbl-mode-map): New variable.
4943         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
4944         (orgtbl-error, orgtbl-self-insert-command)
4945         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
4947         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
4948         a local variable in each org-mode buffer.
4950         * textmodes/org.el (org-set-regexps-and-options): Rename from
4951         `org-set-regexps'.  Added checking for STARTUP keyword.
4952         (org-get-current-options): Add STARTUP options.
4953         (org-table-insert-row): Mode mode intelligent about when
4954         realignment is needed.
4955         (org-self-insert-command, org-delete-backward-char, org-delete-char):
4956         New commands.
4957         (org-enable-table-editor): New default value `optimized'.
4958         (org-table-blank-field): Support blanking regions if active.
4960 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
4962         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
4963         if the year is not given.
4965         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
4966         Add new escapes %m and %M, fixed bug with %F by adding
4967         save-match-data.
4968         (reftex-reference): Remove ?. from list of spaces.
4969         (reftex-label-info): Add automatic label prefix recognition.
4971         * textmodes/reftex-index.el (reftex-index-next-phrase):
4972         Add slave parameter to call of `reftex-index-this-phrase'.
4973         (reftex-index-this-phrase): New optional argument.
4974         (reftex-index-region-phrases): Add slave parameter to call of
4975         `reftex-index-this-phrase'.
4976         (reftex-display-index): New argument redo.
4977         (reftex-index-rescan): Add 'redo to arguments of
4978         `reftex-display-index'.
4979         (reftex-index-Rescan, reftex-index-revert)
4980         (reftex-index-switch-index-tag): Add 'redo to arguments of
4981         `reftex-display-index'.
4982         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
4983         indexing.  Fix bug with matching is there is a quote before or
4984         after the word.
4986         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4987         Fix bug when collecting citation keys in lines with comments.
4988         (reftex-citation): Prefix argument no longer rescans the document,
4989         but forces prompting for optional arguments of cite macros.
4990         (reftex-do-citation): Prompting for optional arguments implemented.
4992         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4993         Add optional arguments to most cite commands.
4994         (reftex-cite-cleanup-optional-args): New option
4995         (reftex-cite-prompt-optional-args): New option.
4996         (reftex-trust-label-prefix): New option.
4998         * textmodes/reftex-toc.el (reftex-toc-find-section):
4999         Add push-mark before changing the position in the buffer.
5001         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
5002         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
5004 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
5006         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
5007         more carefully.
5009 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5011         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
5012         (sgml-mode): Use it.
5013         (sgml-get-context): Better keep track of implicitly closed tags.
5015 2005-01-13  Kenichi Handa  <handa@m17n.org>
5017         * textmodes/ispell.el: These changes are to fix misalignment error
5018         caused by equivalent characters of different Emacs charsets.
5019         (ispell-unified-chars-table): New variable.
5020         (ispell-get-decoded-string): New function.
5021         (ispell-get-casechars, ispell-get-not-casechars)
5022         (ispell-get-otherchars): Call ispell-get-decoded-string.
5024 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
5026         * custom.el (custom-declare-variable): Just put symbol instead
5027         of (defvar . symbol) in `current-load-list'.
5029 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5031         * emacs-lisp/elint.el: Fixed typo in Commentary section.
5033 2005-01-12  Jay Belanger  <belanger@truman.edu>
5035         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
5036         to create a Calc summary.
5038 2005-01-12  Kim F. Storm  <storm@cua.dk>
5040         * mouse.el (mouse-on-link-p): Change functionality and doc
5041         string to comply with latest description in lisp ref.
5043 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
5045         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
5046         Enable mouse clicks on mode-line, header-line and margin.
5047         (event-type): Give mouse event symbols an 'event-kind property
5048         with value 'mouse-click.
5050 2005-01-12  Juri Linkov  <juri@jurta.org>
5052         * facemenu.el (list-colors-display): Add new arg buffer-name.
5053         Use it.  Fix docstring.  Replace code for identifying duplicate
5054         colors by the name with call to `list-colors-duplicates' which
5055         identifies duplicate colors by the value unless the color
5056         is one of special Windows colors.  Set truncate-lines to t.
5057         Print sorted duplicate color names on each line.  Indent to 22
5058         \(the longest color name in rgb.txt) instead of 20.  Optimize.
5059         (list-colors-duplicates): New function.
5060         (facemenu-color-name-equal): Delete function.
5062         * facemenu.el (list-colors-print): New function created from code
5063         in list-colors-display.  Print #RRGGBB at the window right edge.
5064         (list-colors-display): When temp-buffer-show-function is not
5065         defined, call list-colors-print from temp-buffer-show-hook
5066         to get the right value of window-width in list-colors-print
5067         after the buffer is displayed.
5069         * simple.el (pop-mark): Move deactivate-mark out of conditional
5070         part to deactivate the active mark regardless of the state of the
5071         mark ring.
5073         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
5074         variables line in desktop files.
5076 2005-01-12  Juri Linkov  <juri@jurta.org>
5078         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
5079         Bring together isearch highlight related options.
5080         (lazy-highlight): Replace group `replace' by `matching'.
5081         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5082         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5083         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
5084         and declare them obsolete.
5085         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
5086         (isearch-faces): Remove defgroup.
5087         (isearch-overlay, isearch-highlight, isearch-dehighlight):
5088         Move isearch highlighting code closer to lazy highlighting code.
5090         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
5091         (query-replace-highlight, query-replace-lazy-highlight)
5092         (query-replace): Move definitions to the beginning of the file.
5094 2005-01-11  Juri Linkov  <juri@jurta.org>
5096         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
5097         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5098         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
5100         * info.el (Info-history-forward): New variable.
5101         (Info-select-node): Reset Info-history-forward to nil.
5102         (Info-last): Turn into defalias.
5103         (Info-history-back): Rename from Info-last.
5104         Add current node to Info-history-forward.
5105         (Info-history-forward): New fun.
5106         (Info-mode-map): Replace Info-last by Info-history-back.
5107         Bind Info-history-forward to "r".
5108         (Info-mode-menu): Replace Info-last by Info-history-back.
5109         Fix menu item text.  Add menu item for Info-history-forward.
5110         (info-tool-bar-map): Replace Info-last by Info-history-back.
5111         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
5112         for Info-history-forward.
5113         (Info-mode): Replace Info-last by Info-history-back in docstring.
5114         Add local variable Info-history-forward.
5115         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
5117 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
5120         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5121         Ignore select-window events rather than fiddle with
5122         mouse-autoselect-window.
5124 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
5126         * type-break.el (type-break-mode): Fix previous change.
5128 2005-01-10  Jay Belanger  <belanger@truman.edu>
5130         * calc/calc-ext.el (calc-reset): Reset when inside embedded
5131         calculator; only reset when point is inside a calculator.
5132         Don't adjust the window height if the window takes up the whole height
5133         of the frame.
5135 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
5137         * ebuff-menu.el (Electric-buffer-menu-mode):
5138         Preserve value of buffer-local var header-line-format.
5140 2005-01-09  Jay Belanger  <belanger@truman.edu>
5142         * calc/calc.el (calc-mode-var-list-restore-saved-values):
5143         Make sure settings file exists before accessing it.
5145         * calc/calc-embed.el (calc-embedded-subst):
5146         Replace math-multi-subst-rec, which is only supposed to be called
5147         by math-multi-subst, by math-multi-subst.
5149 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
5151         * vc.el (vc-allow-async-revert): New user option.
5152         (vc-disable-async-diff): New internal variable.
5153         (vc-revert-buffer): Use them to disable asynchronous diff.
5155         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
5156         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5157         asynchronously if vc-disable-async-diff is t.
5159 2005-01-09  Jay Belanger  <belanger@truman.edu>
5161         * calc/calc.el (defcalcmodevar): New macro.
5162         (calc-mode-var-list-restore-default-values)
5163         (calc-mode-var-list-restore-saved-values): New functions.
5164         (calc-mode-var-list): Use defcalcmodevar to define it.
5165         (calc-always-load-extensions, calc-line-numbering)
5166         (calc-line-breaking, calc-display-just, calc-display-origin)
5167         (calc-number-radix, calc-leading-zeros, calc-group-digits)
5168         (calc-group-char, calc-point-char, calc-frac-format)
5169         (calc-prefer-frac, calc-hms-format, calc-date-format)
5170         (calc-float-format, calc-full-float-format, calc-complex-format)
5171         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5172         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5173         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5174         (calc-matrix-brackets, calc-language, calc-language-option)
5175         (calc-left-label, calc-right-label, calc-word-size)
5176         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5177         (calc-display-raw, calc-internal-prec, calc-angle-mode)
5178         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5179         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5180         (calc-window-height, calc-display-trail, calc-show-selections)
5181         (calc-use-selections, calc-assoc-selections)
5182         (calc-display-working-message, calc-auto-why, calc-timing)
5183         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
5184         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
5185         (calc-gnuplot-default-device, calc-gnuplot-default-output)
5186         (calc-gnuplot-print-device, calc-gnuplot-print-output)
5187         (calc-gnuplot-geometry, calc-graph-default-resolution)
5188         (calc-graph-default-resolution-3d, calc-invocation-macro)
5189         (calc-show-banner): Use defcalcmodevar to declare them and set
5190         their default values.
5192         * calc/calc-ext.el (calc-reset): Restore saved values of variables
5193         instead of default values (but restore default values if there is
5194         an argument of 0).
5196 2005-01-09  David Kastrup  <dak@gnu.org>
5198         * desktop.el (desktop-restore-eager): Fix typo in type.
5200 2005-01-08  Richard M. Stallman  <rms@gnu.org>
5202         * cus-edit.el (customize): Delete :link.
5204 2005-01-08  Jay Belanger  <belanger@truman.edu>
5206         * calc/calc.el (calc-mode): Remove the extension from the
5207         `calc-settings-file' file name when loading it.
5209 2005-01-08  Kim F. Storm  <storm@cua.dk>
5211         * info.el (Info-mode-map, Info-next-link-keymap)
5212         (Info-prev-link-keymap, Info-up-link-keymap):
5213         Map follow-link to mouse-face.
5214         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
5216 2005-01-08  Jay Belanger  <belanger@truman.edu>
5218         * calc/calc.el (calc-settings-file): Change default value.
5219         Suggested by cgw in a comment in calc-mode.el.
5221         * calc/calc-mode.el (calc-settings-file-name):
5222         Compare calc-settings-file to user-init-file instead of ~/.emacs.
5223         Replace ~/.emacs in a prompt by calc-settings-file.
5225 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
5227         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
5228         (desktop-lazy-idle-delay): New customizable variables.
5229         (desktop-buffer-args-list): New variable.
5230         (desktop-append-buffer-args): New function.
5231         (desktop-save): Call desktop-append-buffer-args for some buffers.
5232         (desktop-lazy-create-buffer): New function.
5233         (desktop-idle-create-buffers): New function.
5234         (desktop-read): Add message about buffers to restore lazily.
5235         (desktop-lazy-abort): New command.
5236         (desktop-clear): Call desktop-lazy-abort.
5237         (desktop-lazy-complete): New command.
5239 2005-01-06  Richard M. Stallman  <rms@gnu.org>
5241         * emacs-lisp/find-func.el (find-face-definition):
5242         Rename from find-face.
5244 2005-01-06  Kim F. Storm  <storm@cua.dk>
5246         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
5248         * man.el (Man-xref-man-page, Man-xref-header-file)
5249         (Man-xref-normal-file): Add follow-link property.
5251 2005-01-06  Jay Belanger  <belanger@truman.edu>
5253         * calc/calc-units.el: Make sure the proper macro definitions are
5254         available when compiling.
5256 2005-01-06  Juri Linkov  <juri@jurta.org>
5258         * isearch.el (isearch-lazy-highlight-update):
5259         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
5261 2005-01-06  Miles Bader  <miles@gnu.org>
5263         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
5264         (isearch-lazy-highlight-face): Use new name.
5266 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5268         * uniquify.el (uniquify-rationalize-file-buffer-names):
5269         Re-add an interactive spec.
5270         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
5271         to the same name.
5273         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
5274         (isearch-update, isearch-done): Adjust calls accordingly.
5276 2005-01-05  Richard M. Stallman  <rms@gnu.org>
5278         * custom.el (custom-set-variables, custom-theme-set-variables):
5279         Clarify documentation.
5281         * emacs-lisp/find-func.el (find-variable)
5282         (find-variable-other-window, find-variable-other-frame):
5283         Fix the TYPE args to find-function-read and find-function-do-it.
5284         (find-function): Doc fix.
5285         (find-function-at-point): Replace function-at-point alias.
5287 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5289         * cus-face.el (custom-declare-face):
5290         Record defface in current-load-list.
5292         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
5294         * emacs-lisp/find-func.el: Doc fixes.
5295         (find-face-regexp): New variable.
5296         (find-function-regexp-alist): New variable.
5297         (find-function-C-source): Third arg is now TYPE.
5298         (find-function-search-for-symbol): Handle general TYPE.
5299         (find-function-read, find-function-do-it): Handle general TYPE.
5300         (find-definition-noselect, find-face): New functions.
5301         (function-at-point): Alias deleted.
5303 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * battery.el (display-battery-mode): Rename from display-battery.
5306         Handle the case where it gets turned off.
5308 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5310         * cus-edit.el (customize): Make :link point to user doc.
5312         * man.el (Man-fontify-manpage): Turn off undo generation.
5314         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
5316 2005-01-04  Andreas Schwab  <schwab@suse.de>
5318         * files.el (insert-directory): Only look for error lines in
5319         inserted text.  Don't move too far after processing --dired markers.
5321 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5323         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5324         Don't expand if the character is @, period, dash, etc.
5325         (define-mail-abbrev): Quote names that contain problem characters.
5327 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
5329         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
5331 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5333         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
5334         (query-replace-highlight, query-replace-lazy-highlight)
5335         (query-replace): Definitions moved up.  Doc fix.
5337 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5339         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
5340         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5341         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5342         (lazy-highlight-face): Rename from isearch-lazy-...
5343         Change all references to them.
5345 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5347         * cus-edit.el (custom-file): Doc fix for defcustom.
5348         (custom-file): The function no longer sets the variable
5349         `custom-file' to its return value.
5351         * startup.el (command-line): No longer load `custom-file'.
5353 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
5357         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
5358         Don't confuse module-prefixed identifiers for labels.
5359         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
5361 2005-01-02  Richard M. Stallman  <rms@gnu.org>
5363         * files.el (basic-save-buffer-1): Fix previous change.
5365         * loadhist.el (file-loadhist-lookup): New function.
5366         (file-provides, file-requires): Use it.
5368         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
5369         instead of calculating the right size.
5371 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
5373         * vc-svn.el (vc-svn-diff): Stay local if possible.
5375 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5377         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
5379         * files.el (hack-local-variables): Fix last change.
5381 2005-01-02  Jay Belanger  <belanger@truman.edu>
5383         * calc/calc-yank.el (calc-edit-top): New variable.
5384         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
5385         object.  Change header properties.
5386         (calc-edit-finish, calc-edit-finish-stack-object)
5387         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
5388         edited object.
5389         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
5390         for the beginning of the edited object.
5391         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
5392         for the beginning of the edited object.
5393         * calc/calc-prog.el (calc-edit-macro-finish-edit)
5394         (calc-finish-formula-edit, calc-macro-repeats)
5395         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
5396         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
5397         beginning of the edited object.
5398         (calc-user-define-edit): Change the header for editing macros.
5399         Remove unnecessary variable.
5401 2005-01-01  Jay Belanger  <belanger@truman.edu>
5403         * calc/calc-yank.el (calc-edit-mode): Change default header.
5404         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
5405         * calc/calc-store.el (calc-edit-variable): Change title to match new
5406         header.
5407         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
5408         mode to match new header.
5409         (calc-user-define-edit): Change titles to include names of commands.
5410         (calc-finish-formula-edit): Adjust to handle new header.
5411         (calc-finish-macro-edit): Remove.
5412         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
5413         (calc-edit-macro-command, calc-edit-macro-command-type)
5414         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
5415         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
5416         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
5417         (calc-edit-macro-finish-edit): New functions.
5418         (calc-user-define-edit): Use new functions to edit named calc macros.
5420 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
5422         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
5424         * ses.el (copy-region-as-kill): Deactivate mark.
5426 2005-01-01  Richard M. Stallman  <rms@gnu.org>
5428         * replace.el (occur-1): If the output buffer is also an input,
5429         don't kill it, rename it.
5431         * faces.el (set-face-background, set-face-foreground): Doc fix.
5433         * cus-face.el (custom-face-attributes): Fix :help-echo strings
5434         for :foreground and :background.
5436         * dired.el (dired-view-command-alist): Variable deleted.
5437         (dired-view-file, dired-mouse-find-file-other-window):
5438         Delete the code to use it.
5440 2005-01-01  Kim F. Storm  <storm@cua.dk>
5442         * image.el (insert-sliced-image): Use t for line-height property.
5444 2004-12-31  Jay Belanger  <belanger@truman.edu>
5446         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
5447         for "var-" at the beginning of the minibuffer.
5449 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5451         * faces.el (read-face-name):
5452         Don't treat an attribute spec as a list of faces.
5454         * simple.el (undo): Use undo-equiv-table to detect
5455         unexpected changes since previous undo.
5456         (undo-list-saved): Variable deleted.
5457         (buffer-disable-undo): Don't alter undo-list-saved.
5459         * files.el (require-final-newline): Allow `visit' and `visit-save'.
5460         (mode-require-final-newline): New option.
5461         (after-find-file): Handle require-final-newline with new values.
5462         (basic-save-buffer): Handle new values of require-final-newline.
5464         * progmodes/sh-script.el (sh-require-final-newline):
5465         Alist value now controls whether to use mode-require-final-newline.
5466         (sh-set-shell): Implement that new meaning.
5468         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
5469         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
5470         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
5471         Delete old-Emacs compatibility code.
5472         (antlr-c-common-init): Function deleted.
5474         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
5475         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
5476         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
5477         * progmodes/python.el (python-mode): Use mode-require-final-newline.
5478         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
5479         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
5480         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
5481         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
5482         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
5483         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
5484         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
5485         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
5486         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
5487         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
5488         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
5489         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
5491 2004-12-31  Jay Belanger  <belanger@truman.edu>
5493         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
5494         way to return to Calc.
5496         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
5497         finish, C-xk as the way to cancel the edit.  Add cancel routine to
5498         kill-buffer-hook.
5500         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
5501         MacEdit code.
5503         * calc/calc-prog.el: Remove obsolete MacEdit code.
5504         (calc-macro-edit-algebraic, calc-macro-edit-variable)
5505         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
5507 2004-12-31  Kenichi Handa  <handa@m17n.org>
5509         * international/mule.el (buffer-file-coding-system-explicit):
5510         Rename for explicit-buffer-file-coding-system.
5511         (after-insert-file-set-coding): Adjust for the above change.
5513         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
5514         to buffer-file-coding-system-explicit.
5515         (basic-save-buffer-1): Likewise.
5517 2004-12-30  Richard M. Stallman  <rms@gnu.org>
5519         * textmodes/artist.el (artist-butlast-fn): Var deleted.
5520         (artist-butlast, artist-last): Functions deleted.
5521         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
5522         (artist-compute-key-compl-table): Call remq directly.
5523         (artist-remove-nulls): Function deleted.
5524         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
5525         (artist-push, artist-pop): Macro deleted.
5527 2004-12-30  Andreas Leue  <al@sphenon.de>
5529         * textmodes/artist.el (artist-version): 1.2.6
5530         (artist-prev-next-op-alist): New variable.
5531         (artist-select-next-op-in-list): New function.
5532         (artist-select-prev-op-in-list): New function.
5533         (artist-make-prev-next-op-alist): New function.
5534         (artist-is-in-op-list-p): New function.
5535         (artist-get-first-non-nil-op): New function.
5536         (artist-get-last-non-nil-op): New function.
5537         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
5538         artist-prev-next-op-alist.
5539         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
5540         change drawing operation.
5542 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5544         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
5546 2004-12-31  Masatake YAMATO  <jet@gyve.org>
5548         * server.el (server-process-filter): Suppress `error', too.
5550 2004-12-30  Jay Belanger  <belanger@truman.edu>
5552         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
5553         Change the way a variable is displayed in a message.
5555         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
5556         (calc-user-define-permanent, calc-execute-kbd-macro):
5557         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
5559 2004-12-30  Kenichi Handa  <handa@m17n.org>
5561         * files.el (basic-save-buffer-1):
5562         Set explicit-buffer-file-coding-system to last-coding-system-used.
5563         (revert-buffer): Pay attention to
5564         explicit-buffer-file-coding-system (not buffer-file-coding-system)
5565         on bind coding-system-for-read.
5567         * international/mule.el (explicit-buffer-file-coding-system):
5568         New buffer local variable.
5569         (after-insert-file-set-coding): Set it to coding-system-for-read.
5571 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5573         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
5575 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
5577         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
5578         that include line numbers.
5580 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
5582         * files.el (hack-local-variables): If no PREFIX, set it to "^".
5583         Redundant variable PREFIXLEN removed.
5585 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
5587         * eshell/em-hist.el (eshell-previous-matching-input):
5588         Start the deletion from the end of the output.
5590 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5592         * term/mac-win.el: Require x-dnd.
5593         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
5595 2004-12-29  David Kastrup  <dak@gnu.org>
5597         * international/mule.el (decode-coding-inserted-region):
5598         Don't barf if `buffer-undo-list' is already set to `t'.
5600 2004-12-29  Jay Belanger  <belanger@truman.edu>
5602         * calc/calc-prog.el (calc-user-define-formula): Put default values
5603         for function names in prompts.
5604         (calc-user-define-permanent, calc-user-define-composition)
5605         (calc-user-define-formula): Remove the need for "calcFunc-" in the
5606         default input for algebraic functions.
5608 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
5610         * vc-rcs.el (vc-rcs-annotate-command):
5611         Fix omission bug: Call `vc-setup-buffer'.
5613 2004-12-29  Kenichi Handa  <handa@m17n.org>
5615         * international/mule.el (recode-region): New function.
5617 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5619         * simple.el (undo-extra-outer-limit): New variable.
5620         (undo-outer-limit-truncate): Test and set it.
5622         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
5623         enables the feature to extend the existing region.
5625         * simple.el (mark-word): New arg ALLOW-EXTEND
5626         enables the feature to extend the existing region.
5628         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
5629         enables the feature to extend the existing region.
5631         * startup.el (site-run-file): Don't allow setting it with Custom.
5633         * simple.el (buffer-disable-undo): Fix previous change.
5635 2004-12-27  Masatake YAMATO  <jet@gyve.org>
5637         * hexl.el (hexlify-buffer): Remove fontification here.
5638         Use font lock mechanism instead.
5639         (hexl-font-lock-keywords): New font lock kewords.
5640         (hexl-mode-old-font-lock-keywords): New variable.
5641         (hexl-mode): Store the old font lock keywords.
5642         (hexl-mode-exit): Restore the old font lock keywords.
5644 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5646         * simple.el (undo): Fix previous change.
5648 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5650         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
5651         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
5652         Call x-open-connection on Mac OS X.
5654 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5656         * files.el (buffer-save-without-query): New var (buffer-local).
5657         (save-some-buffers): Save those buffers first, w/o asking.
5659         * files.el (insert-directory-ls-version): New variable.
5660         (insert-directory): When ls returns an error, test the version
5661         number to decide what the return code means.
5662         With --dired output format, detect and distinguish lines
5663         that are really error messages.
5664         (insert-directory-adj-pos): New function.
5666         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
5668         * battery.el (battery-mode-line-format): Remove initial spaces.
5670         * uniquify.el (uniquify-rationalize-file-buffer-names):
5671         Delete interactive spec.
5673         * type-break.el (type-break-mode): Set buffer-save-without-query.
5674         Remove code that tried to set save-some-buffers-always.
5675         (type-break-file-keystroke-count): Bind deactivate-mark.
5677         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
5679         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
5680         Test that the buffer is live, and maybe reject current buffer too.
5681         Clarify.
5682         (next-error-find-buffer): Rewrite for clarity.
5684         * loadup.el: Don't use buffer-disable-undo; do it directly.
5686         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
5687         (describe-variable): Call symbol-file with `defvar'.
5689         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
5690         (symbol-file): Rewritten to handle new load-history format.
5691         Now takes an arg TYPE to specify looking for a particular
5692         type of definition only.
5694         * emacs-lisp/debug.el (debugger-make-xrefs):
5695         Call symbol-file with `defun'.
5697         * emacs-lisp/find-func.el (find-function-noselect):
5698         Call symbol-file with `defun'.
5699         (find-variable-noselect): Call symbol-file with `defvar'.
5701         * eshell/esh-cmd.el (eshell-find-alias-function):
5702         Call symbol-file with `defun'.
5704         * eshell/esh-test.el (eshell-test-goto-func):
5705         Call symbol-file with `defun'.
5707         * mail/rmail.el (rmail-resend):
5708         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
5710         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
5712         * progmodes/compile.el (compilation-find-buffer): Rename arg.
5714         * textmodes/texinfmt.el (texinfo-format-buffer-1):
5715         Call buffer-disable-undo.
5717         * simple.el (undo-list-saved): New variable (buffer-local).
5718         (undo): Set and test it.
5719         (buffer-disable-undo): Move here from buffer.c.
5720         Clear out undo-list-saved.
5722         * international/mule.el (decode-coding-inserted-region):
5723         Set buffer-undo-list in a correct and optimal way.
5725         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
5726         (cperl-font-lock-unfontify-region-function): No need to save and
5727         restore info, since font-lock.el does it for us.
5729         * ansi-color.el (save-buffer-state): Definition deleted.
5730         (ansi-color-unfontify-region): Don't use save-buffer-state.
5732 2004-12-27  Dave Love  <fx@gnu.org>
5734         * wid-edit.el (function): Use restricted-sexp as parent.
5736 2004-12-27  Kevin Ryde  <user42@zip.com.au>
5738         * simple.el (next-matching-history-element): Use same
5739         `interactive' form as previous-matching-history-element.
5741         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
5742         it can appear unencoded and has been seen from yahoo.
5744 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
5746         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
5747         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
5749 2004-12-27  Kenichi Handa  <handa@m17n.org>
5751         * international/utf-8.el (utf-translate-cjk-load-tables):
5752         Bind coding-system-for-read to nil while loading subst-*.
5754 2004-12-26  Jay Belanger  <belanger@truman.edu>
5756         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
5757         default input.
5759 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
5761         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
5762         before reverting and disable undo recording while reverting.
5764 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
5766         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
5767         (hs-make-overlay): New function.
5768         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
5769         (hs-flag-region): Delete function.
5770         (hs-hide-comment-region): No longer use `hs-flag-region'.
5771         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
5772         (hs-hide-block-at-point): Likewise.
5773         (hs-hide-level-recursive): Use `hs-discard-overlays'.
5774         (hs-hide-all, hs-show-all): Likewise.
5775         (hs-show-block): Likewise.
5776         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
5778 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
5780         * progmodes/hideshow.el: Require `cl' when compiling.
5781         Remove XEmacs and Emacs 19 compatibility.
5782         Use `dolist' and `add-to-list' for load-time actions.
5783         (hs-discard-overlays): Use `dolist'.
5784         (hs-show-block): Likewise.
5786 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
5788         * faces.el (mode-line, mode-line-inactive): Use min-colors.
5790 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
5792         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
5793         When extending backwards, move outside the current comment first.
5795 2004-12-22  Kenichi Handa  <handa@m17n.org>
5797         * international/quail.el (quail-start-translation): Fix prompt
5798         string for the case if input-method-use-echo-area being non-nil.
5799         (quail-start-conversion): Likewise.
5800         (quail-show-guidance): Don't show guidance if
5801         input-method-use-echo-area is non-nil.
5803 2004-12-21  Richard M. Stallman  <rms@gnu.org>
5805         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
5807 2004-12-21  Markus Rost  <rost@ias.edu>
5809         * calendar/diary-lib.el (mark-diary-entries):
5810         Set mark-diary-entries-in-calendar only after checking for diary-file.
5812 2004-12-21  Richard M. Stallman  <rms@gnu.org>
5814         * faces.el (escape-glyph): Use blue against light foreground.
5816         * simple.el (undo-outer-limit-truncate): New function.
5817         (undo-outer-limit-function): Use undo-outer-limit-truncate.
5819 2004-12-21  Eli Barzilay  <eli@barzilay.org>
5821         * calculator.el: (calculator-radix-grouping-mode)
5822         (calculator-radix-grouping-digits)
5823         (calculator-radix-grouping-separator):
5824         New defcustoms for the new radix grouping mode functionality.
5825         (calculator-mode-hook): Now used in electric mode too,
5826         (calculator): Call it.
5827         (calculator-mode-map): Some new keys.
5828         (calculator-message): New function.  Some new calls.
5829         (calculator-op, calculator-set-register): Use it.
5830         (calculator-string-to-number): New function, mostly moved and
5831         updated code from calculator-curnum-value.
5832         (calculator-curnum-value): Use it.
5833         (calculator-paste): Use it, and update grabbing the current-kill.
5834         (calculator-rotate-displayer)
5835         (calculator-rotate-displayer-back): Toggle digit grouping when
5836         in radix mode, use calculator-message.
5837         (calculator-displayer-prev, calculator-displayer-next):
5838         Change digit group size when in radix mode.
5839         (calculator-number-to-string): Rename from
5840         calculator-num-to-string.  Now deals with digit grouping in
5841         radix mode.
5842         (calculator-update-display, calculator-put-value): Use the new name.
5843         (calculator-fact): Return a floating point number.
5844         (calculator-mode): Doc fix.
5846 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5848         * calendar/calendar.el (view-other-diary-entries): Add autoload.
5849         * calendar/diary-lib.el (view-other-diary-entries):
5850         Use current-prefix-arg in interactive spec.
5852 2004-12-19  Jay Belanger  <belanger@truman.edu>
5854         * calc/calc-aent.el (calcAlg-blank-matching-open):
5855         Temporarily adjust the syntax of both delimiters of half-open intervals.
5857 2004-12-19  Kim F. Storm  <storm@cua.dk>
5859         * mouse.el (mouse-1-click-follows-link): Doc fix.
5861 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5863         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
5864         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
5865         instead of centraleuropean as the name
5867 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
5869         Sync with Tramp 2.0.46.
5871         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
5872         parameters wrt Tramp convention.
5873         (tramp-handle-file-attributes-with-perl)
5874         (tramp-handle-directory-files-and-attributes): Apply it.
5875         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
5876         `copy-program'.  Reported by Zack Weinberg
5877         <zack@codesourcery.com>.
5878         (top): Set `edebug-form-spec' property directly rather than
5879         calling `def-edebug-spec'.
5881         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
5882         advice less fragile.  Surround temporary redefinition of
5883         `substitute-in-file-name' with `unwind-protect'.  Suggested by
5884         Matt Hodges <MPHodges@member.fsf.org>.
5886 2004-12-17  Juri Linkov  <juri@jurta.org>
5888         * replace.el (occur-accumulate-lines, occur-engine):
5889         Make forcing deferred font-lock fontification jit-specific.
5891 2004-12-17  Kim F. Storm  <storm@cua.dk>
5893         * mouse.el (mouse-1-click-follows-link): New defcustom.
5894         (mouse-on-link-p): New function.
5895         (mouse-drag-region-1): Implement mouse-1-click-follows-link
5896         functionality.  Map a mouse-1 click event into a mouse-2 (or
5897         other) event when position is inside a link.
5899         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
5900         prefix in tooltip text with "mouse-1" when this is a link
5901         recognized by mouse-1-click-follows-link functionality.
5903         * help.el (describe-key): Report effective and original binding
5904         for mouse-1 when clicked on a link.
5905         (describe-mode): Add follow-link property to "minor-mode" button.
5907         * help-fns.el (describe-variable): Add follow-link property to
5908         "below" button.
5910         * help-mode.el (help-xref): Add follow-link property.
5912         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
5913         (apropos-command, apropos-variable, apropos-face, apropos-group)
5914         (apropos-widget, apropos-plist): Add follow-link property.
5916         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
5917         checks if position is in a filename, rather than some other
5918         clickable item.  Function looks for cvs-filename-face at position.
5920         * wid-edit.el (widget-specify-field, widget-specify-button):
5921         Map a :follow-link keyword into a follow-link property.
5922         (link): Add :follow-link keyword, map to RET binding.
5924         * dired.el (dired-mode-map): Map follow-link to mouse-face.
5926         * progmodes/compile.el (compilation-minor-mode-map)
5927         (compilation-button-map, compilation-mode-map): Likewise.
5929 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
5931         * play/zone.el (zone): Init `line-spacing' from orig buffer.
5932         (zone-replace-char): Take `count' and `del-count'
5933         instead of `direction'.  Update callers.  When `del-count' is
5934         non-nil, delete that many characters, otherwise `count' characters
5935         backwards.  Insert the newly-replaced string `count' times.
5936         (zone-fret): Handle chars w/ width greater than one.
5937         (zone-fall-through-ws): No longer take window width `ww'.
5938         Update callers.  Add handling for `char-width' greater than one.
5939         (zone-pgm-drip): Update var holding window-end position every cycle.
5941 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
5943         * vc.el (vc-default-update-changelog): Use insert-file-contents,
5944         rather than insert-file.
5946 2004-12-16  Jay Belanger  <belanger@truman.edu>
5948         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
5949         (math-init-random-base, math-random-digit): Check to see if
5950         var-RandSeed is bound.
5951         (math-random-last): Declare it.
5952         (math-random-digit): Don't make math-random-last local.
5954 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
5956         * play/zone.el (zone): Fix omission bug: Use a self-disabling
5957         one-shot thunk for uniform (error, quit, normal) recovery.
5958         Reported by John Paul Wallington.
5959         (zone-pgm-random-life): Fix bug:
5960         Recognize empty initial field by lack of "@" chars.
5962 2004-12-16  Juri Linkov  <juri@jurta.org>
5964         * help.el (function-called-at-point):
5965         * help-fns.el (variable-at-point): As a last resort try stripping
5966         non-word prefixes and suffixes.
5968         * descr-text.el (describe-property-list): Don't treat syntax-table
5969         specially.  Use describe-text-sexp which inserts [show] button
5970         for large objects and handles printing errors.  Sort properties
5971         by names in alphabetical order instead of by value sizes.
5972         Add `mouse-face' to list of properties for `describe-face' widget.
5973         (describe-char): Mask out face-id from 19 bits of character.
5974         Print face-id separately.
5976         * replace.el (occur-accumulate-lines, occur-engine):
5977         Fontify unfontified matching lines in the source buffer
5978         before copying them.
5979         (occur-engine): Don't put mouse-face on context lines.
5980         (occur-next-error): Set point to line beginning/end
5981         before searching for prev/next property to skip multiple
5982         matches on a line (not supported by occur engine).
5983         Remove redundant prefix-numeric-value.
5985 2004-12-15  Juri Linkov  <juri@jurta.org>
5987         * replace.el (match): New face.
5988         (list-matching-lines-face): Change default from `bold' to `match'.
5990         * progmodes/grep.el (grep-match-face): New defvar.
5991         (grep-mode-font-lock-keywords): Use grep-match-face instead of
5992         compilation-column-face to highlight grep matches.
5994         * apropos.el (apropos-match-face): Change default from
5995         `secondary-selection' to `match'.
5997         * info-look.el (info-lookup-highlight-face): Change default from
5998         `highlight' to `match'.
6000 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
6002         * progmodes/executable.el (executable-interpret): Eliminate
6003         obsolete compile-internal, and switch to comint for interaction.
6005 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
6007         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
6008         `&&' when skipping multiple statements on a line.
6010 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
6012         * play/zone.el (zone): Set `truncate-lines'.
6013         Also, init `tab-width' with value from original buffer.
6014         (zone-shift-up): Rewrite for speed.
6015         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
6016         (zone-pgm-jitter): Remove redundant entries from ops vector.
6017         (zone-exploding-remove): Reduce iteration count.
6018         (zone-cpos): Convert to defsubst.
6019         (zone-replace-char): New defsubst.
6020         (zone-park/sit-for): Likewise.
6021         (zone-fret): Take window-start arg.
6022         Update callers. Use `zone-park/sit-for'.
6023         (zone-fill-out-screen): Rewrite.
6024         (zone-fall-through-ws): Likewise. Update callers.
6025         (zone-pgm-drip): Use `zone-replace-char'.
6026         Move var inits before while-loop. Use `zone-park/sit-for'.
6027         (zone-pgm-random-life): Handle empty initial field.
6028         Use `zone-replace-char' and `zone-park/sit-for'.
6030 2004-12-15  Juri Linkov  <juri@jurta.org>
6032         * isearch.el (isearch-update): Test isearch-lazy-highlight
6033         before calling isearch-lazy-highlight-new-loop.
6034         (isearch-lazy-highlight-new-loop):
6035         Don't test isearch-lazy-highlight.
6037         * replace.el (perform-replace): Add isearch-case-fold-search.
6038         Use delimited-flag for isearch-regexp.
6039         Reset isearch-lazy-highlight-last-string to force lazy
6040         highlighting when called from isearch mode.
6041         (query-replace-highlight): Revert defcustom type to boolean.
6042         (query-replace-lazy-highlight): New defcustom.
6043         (query-replace): New face.
6044         (perform-replace, replace-highlight, replace-dehighlight):
6045         Test query-replace-lazy-highlight instead of special value
6046         `isearch' of query-replace-highlight.
6047         (replace-dehighlight): Don't call isearch-dehighlight.
6048         (replace-highlight): Don't call isearch-highlight.
6049         Use face `query-replace' unconditionally.
6051 2004-12-14  Kim F. Storm  <storm@cua.dk>
6053         * simple.el (inhibit-mark-movement): Remove defvar.
6054         (beginning-of-buffer, end-of-buffer): Don't use it.
6056         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6057         Don't use inhibit-mark-movement.
6059         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
6060         (cua--undo-push-mark): Remove.
6061         (cua--pre-command-handler, cua--post-command-handler):
6062         Don't fiddle with inhibit-mark-movement.
6064 2004-12-14  Juri Linkov  <juri@jurta.org>
6066         * buff-menu.el (list-buffers-noselect): Collect internal info
6067         for every buffer in BUFFER-LIST arg too.
6068         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
6069         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
6070         Bind same-window-buffer-names and same-window-regexps to nil.
6072 2004-12-13  Juri Linkov  <juri@jurta.org>
6074         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
6076         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
6077         (sc-cite-region, sc-uncite-region, sc-recite-region):
6078         Fix previous change to handle not alist as a symbol, but
6079         a citation frame as a symbol that represents a variable name.
6081 2004-12-13  Richard M. Stallman  <rms@gnu.org>
6083         * filecache.el (file-cache-add-directory-using-find):
6084         Only set up file-cache-find-command-posix-flag if we will use it.
6086         * bindings.el (mode-line-buffer-identification-keymap):
6087         Don't cancel the mode-line's usual down-mouse-1 binding.
6089         * cus-edit.el (custom-face-selected): Handle `default' specs.
6090         (custom-face-edit): Increase extra-offset.
6091         (custom-display): Handle `default' specs.
6093         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
6095         * emacs-lisp/elint.el (elint-standard-variables)
6096         (elint-unknown-builtin-args): Move definitions up.
6098         * net/browse-url.el (browse-url-url-at-point): Add autoload.
6100         * info.el (info-xref-visited): Use `default' instead of t.
6101         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
6103         * faces.el (header-line, mode-line-inactive, tool-bar):
6104         Use `default' instead of t for setting the defaults.
6105         (face-spec-choose): Separate `t' from `default'.
6107         * subr.el (while-no-input): New macro.
6109 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
6111         * filecache.el (file-cache-add-directory-using-find):
6112         Only test file-cache-find-command-posix-flag on some systems.
6114 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
6117         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
6118         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
6119         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
6120         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
6122 2004-12-12  Juri Linkov  <juri@jurta.org>
6124         * files.el (find-file-other-window, find-file-other-frame):
6125         Add the first buffer to the returned value to return the complete
6126         list of all visited buffers.
6127         (find-file-read-only, find-file-read-only-other-window)
6128         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
6129         `find-file-read-args'.  Signal an error about non-existent file
6130         only if file name doesn't contain wildcards.  Toggle read-only in
6131         all visited buffers.
6132         (find-alternate-file, find-alternate-file-other-window):
6133         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
6134         called interactively.  Pass arg `wildcards' to other functions.
6135         (find-file-noselect): Doc fix.
6137         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
6138         Doc fix.
6139         (ffap-directory-finder): New variable.
6140         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
6141         (ffap-file-at-point): Add /* to immediately rejected names.
6142         Return absolute file names matching ffap-dired-wildcards.
6143         (ffap-read-file-or-url): Set default value for `completing-read'
6144         to `buffer-file-name'.
6145         (find-file-at-point): When filename matches ffap-dired-wildcards,
6146         call ffap-file-finder with t arg `wildcards', instead of dired.
6147         (ffap-other-window, ffap-other-frame): Return visited buffers.
6148         (ffap-read-only, ffap-read-only-other-window)
6149         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
6150         (dired-at-point): Call ffap-directory-finder instead of dired.
6151         (ffap-dired-other-window, ffap-dired-other-frame)
6152         (ffap-list-directory): New commands.
6153         (ffap-bindings): New keybindings for new commands.
6155 2004-12-12  Juri Linkov  <juri@jurta.org>
6157         * simple.el (beginning-of-buffer, end-of-buffer):
6158         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6159         Do not push mark when mark is active in transient-mark-mode.
6161         * simple.el (mark-word):
6162         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
6163         * textmodes/paragraphs.el (mark-paragraph):
6164         Extend the region when mark is active in transient-mark-mode,
6165         regardless of the last command.  Doc fix.
6167         * simple.el (mark-word): Preserve direction when repeating.
6168         Make arg optional.  Interactive "p" -> "P".
6169         (transient-mark-mode, inhibit-mark-movement): Doc fix.
6171         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
6172         preserving direction, to mark forward instead of backward when mark
6173         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
6175 2004-12-12  Juri Linkov  <juri@jurta.org>
6177         * isearch.el (isearch-edit-string): Set 7th arg of
6178         `read-from-minibuffer' to `t' to inherit the current input
6179         method (whose name is indicated by [IM] in the minibuffer prompt)
6180         from the current buffer to the minibuffer.
6181         (isearch-lazy-highlight-update): Put body to `with-local-quit'
6182         to allow C-g quitting for lazy highlighting looping inside the
6183         search with nested repetition operators.  Add overlay to the list
6184         before setting its face and other properties to avoid the case of
6185         code quitting after placing the new overlay but before it's
6186         recorded on the list.  Select the window where isearch was
6187         activated, to highlight matches in the right window when isearch
6188         switches the current window to the minibuffer.
6190         * international/isearch-x.el
6191         (isearch-process-search-multibyte-characters):
6192         Use `isearch-message' as initial input for `read-string' instead
6193         of adding it to the minibuffer prompt.  After reading a string
6194         remove the initial value of `isearch-message' from the string.
6196         * replace.el (replace-match-maybe-edit): Doc fix.
6197         (perform-replace): Don't call `replace-highlight' when automatic
6198         replacement is requested in literal mode, since it is intended
6199         only to highlight words during entering a new replacement string
6200         for \? in non-literal mode.
6202         * replace.el (query-replace-highlight): Add new value `isearch'
6203         that allows query replacement to use isearch highlighting.
6204         Change type from `boolean' to `choice'.  Doc fix.
6205         (replace-highlight, replace-dehighlight, perform-replace):
6206         Use isearch highlighting if query-replace-highlight eq `isearch'.
6208 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6211         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
6213         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
6214         case of \end{verbatim}.
6216 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
6218         * term.el (term-termcap-format): Synchronyze with terminfo.
6219         (term-emulate-terminal): Handle reset.
6220         (term-reset-terminal): New function.
6222 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
6224         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
6225         (zone-fill-out-screen): New func.
6226         (zone-pgm-drip): Use `zone-fill-out-screen'.
6227         Also, no longer go to point-min on every cycle.
6228         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
6229         (zone-pgm-random-life-wait): New user var.
6230         (zone-pgm-random-life): New func.
6232 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
6234         * files.el (auto-mode-alist): Map .com to DCL mode.
6236 2004-12-09  Richard M. Stallman  <rms@gnu.org>
6238         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
6240 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
6242         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
6243         buffer with a display margin.
6245 2004-12-08  Jay Belanger  <belanger@truman.edu>
6247         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
6248         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
6250 2004-12-08  Richard M. Stallman  <rms@gnu.org>
6252         * faces.el: Delete code to set display table.
6253         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
6255 2004-12-08  Jay Belanger  <belanger@truman.edu>
6257         * calc/calc.el: Add math-read-preprocess-string to autoloads.
6259         * calc/calc-ext.el (math-read-replacement-list)
6260         (math-read-superscripts, math-read-preprocess-string): Move to
6261         calc-aent.el.
6263         * calc/calc-aent.el (math-read-replacement-list)
6264         (math-read-superscripts, math-read-preprocess-string): Move from
6265         calc-ext.el.
6267 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6269         * isearch.el (isearch-quote-char): Fix up typo in last change.
6271 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
6273         * mouse.el (mouse-set-font): Handle the case where the command was
6274         not invoked using the mouse.
6276         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
6277         (edmacro-finish-edit): Further update for keyboard macros that are
6278         lambda forms.
6279         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
6281 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6283         * font-lock.el (font-lock-unfontify-region): Save buffer state.
6284         (font-lock-default-unfontify-region): Don't save buffer state any more.
6286 2004-12-07  Jay Belanger  <belanger@truman.edu>
6288         * calc/calc-help.el (calc-describe-key):
6289         Set calc-summary-indentation even when Calc Summary buffer exists.
6291 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
6293         * calendar/holidays.el (holiday-easter-etc): Make arguments
6294         optional for backwards compatibility.  Doc fix.
6295         Remove un-necessary local vars mandatory, output-list.
6296         (holiday-advent):  Make arguments optional for backwards
6297         compatibility.  Doc fix.
6299 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6301         * paren.el (show-paren-function): Fix last change (2004-12-02).
6303         * international/mule-util.el (char-displayable-p): Return nil for
6304         unibyte mode.
6306         * subr.el (subregexp-context-p): New function.
6308         * isearch.el (isearch-quote-char): Use it.
6310         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
6311         (regexp-opt-not-groupie*-re): Remove.
6312         (regexp-opt): Properly handle inputs with duplicate entries.
6314 2004-12-06  Richard M. Stallman  <rms@gnu.org>
6316         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
6318         * cus-edit.el (custom-file): Doc fix.
6320         * textmodes/org.el: New file.
6322 2004-12-06  Kenichi Handa  <handa@m17n.org>
6324         * ldefs-boot.el: Update international/mule-util.el section.
6326 2004-12-05  Sam Steingold  <sds@gnu.org>
6328         * net/tramp.el (tramp-handle-file-accessible-directory-p):
6329         Fix `tramp-time-diff' comparison logic.
6331 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
6333         * progmodes/which-func.el (which-function):
6334         Use `run-hook-with-args-until-success' instead of a custom loop.
6335         Fixes bug with local hooks.
6337 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6339         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
6340         Use delete-dups when calculating the initial value.
6341         (bibtex-autokey-get-title): Use <=.
6342         (bibtex-goto-line): New function.
6343         (bibtex-reposition-window): Use line numbers instead of point
6344         positions.  Use window-body-height.
6345         (bibtex-find-crossref): Use bibtex-reposition-window.
6346         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
6347         position of entry if key is found or nil if not found.
6349 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6351         * cus-edit.el (custom-file): Doc fix.
6353         * progmodes/sh-script.el (sh-indent-for-then): Change default.
6355 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * simple.el (blink-matching-open):
6358         * textmodes/tex-mode.el (tex-validate-region):
6359         Obey syntax-table text properties.
6361 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
6363         * wid-edit.el (widget-specify-field): Add `real-field' property to
6364         boundary.
6365         (widget-field-at): Use it.
6367 2004-12-02  Richard M. Stallman  <rms@gnu.org>
6369         * progmodes/cc-mode.el (awk-mode autoload):
6370         Supply t meaning interactive function.
6372         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
6373         (isearch-mode-map): No special definition for space.
6374         (isearch-whitespace-chars): Command deleted.
6375         (isearch-forward-regexp): Doc fix.
6376         (isearch-quote-char): When a space is not inside brackets,
6377         use `[ ]' instead of just space.
6378         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
6380         * imenu.el (imenu--generic-function): Delete code to exclude
6381         matches in comments.
6383         * man.el (Man-reverse-face): Change default to `highlight'.
6385         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
6386         (occur-engine): Use `face' prop rather than `font-lock-face'
6387         when specifying use of `match-face'.
6388         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
6390         * emacs-lisp/elint.el (elint-standard-variables): Update list.
6392         * add-log.el (add-log-current-defun): Handle the case where point
6393         is in the header part of a DEFUN construct.
6395 2004-12-02  Dave Love  <fx@gnu.org>
6397         * progmodes/python.el (python-font-lock-syntactic-keywords):
6398         Fix previous change.
6400 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
6402         * paren.el (show-paren-function): Check for matching chars
6403         specified by text props.
6405 2004-12-02  Jay Belanger  <belanger@truman.edu>
6407         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
6408         when reading a new key sequence.
6410 2004-12-02  Kim F. Storm  <storm@cua.dk>
6412         * faces.el (escape-glyph): Rename from glyph.
6413         (standard-display-table): Set it here.  Add escape-glyph face to
6414         extra slot characters.
6416         * disp-table.el: Undo 2004-12-01 change.  Display table is now
6417         setup in faces.el.
6419 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
6421         * xml.el (xml-parse-dtd): Don't show validity messages when
6422         xml-validating-parser is nil.
6423         (xml-substitute-special): Fix validity error messages to
6424         actually show the unexpandable entity.  Added validity error if &
6425         isn't followed by an entity.
6426         (xml-parse-tag): Concatenate any string following the a
6427         <![CDATA[]]> section to the parsed CDATA.
6428         (xml-parse-dtd): Skip parameter entity declarations and use of
6429         parameter entities.
6431 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6433         * kmacro.el (kmacro-default-counter-format): New var.
6434         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
6435         (kmacro-display): Remove `nil' from `and' form.  Delete call to
6436         `format' inside `message'.
6437         (kmacro-start-macro): Use `kmacro-default-counter-format'.
6439 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * pcvs.el (cvs-header-msg): New function.
6442         (cvs-update-header): Use it.  Change calling convention.
6443         Correctly handle the case of having simultaneous active processes.
6444         (cvs-sentinel): Don't call cvs-update-header any more.
6445         (cvs-mode-run): Update call and add cvs-update-header to postproc.
6447 2004-12-01  Jay Belanger  <belanger@truman.edu>
6449         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
6450         Change message.
6452 2004-12-01  Juri Linkov  <juri@jurta.org>
6454         * progmodes/prolog.el (prolog-mode-variables):
6455         Fix imenu-generic-expression.
6457 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
6459         * faces.el (glyph): New face.
6461         * disp-table.el: Add an autoloaded table, that doesn't require
6462         this library, with glyph face.
6464         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
6465         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
6466         (conf-quote-normal): Allow normalizing only ' or ".
6467         (conf-mode): Regexp-quote constructed comment-start and don't
6468         match section {} where "name" contains braces.
6470         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
6471         files.
6473 2004-12-01  Kenichi Handa  <handa@m17n.org>
6475         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
6476         (x-select-text): Don't treat eight-bit-control/graphic chars
6477         specially.  Store the encoded text in the X cut buffer.
6478         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
6479         with x-last-selected-text-cut-encoded.
6481 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6483         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
6485 2004-11-30  Markus Rost  <rost@ias.edu>
6487         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
6488         AUCTeX.
6490 2004-11-30  Jay Belanger  <belanger@truman.edu>
6492         * calc/calc-arith.el (math-possible-signs): Made stronger checks
6493         on signs of intervals.
6494         (math-pow-of-zero): Strengthen checks for positive and negative
6495         exponents.
6497         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
6498         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
6499         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
6500         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
6501         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
6502         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
6503         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
6504         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
6505         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
6506         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
6507         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
6508         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
6509         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
6510         with provide statements.
6512         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
6514         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
6516         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
6517         (calc-load-everything, math-defsimplify): Replace dummy autoloading
6518         functions by require statements.
6519         (math-defsimplify): Move to calc-alg.el, add to autoloads.
6521         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6522         (calc-gnuplot-print): Give them values.
6524         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
6525         autoloads.
6526         Add calc-do-embedded-activate to autoloads.
6527         (calc-gnuplot-name, calc-gnuplot-plot-command)
6528         (calc-gnuplot-print-command): Move them to calc-graph.el.
6530 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6532         * term/mac-win.el (ccl-encode-mac-roman-font)
6533         (ccl-encode-mac-cyrillic-font)
6534         (ccl-encode-mac-centraleuropean-font, encoder-list)
6535         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
6536         Support Cyrillic, CentralEuropean, and Dingbat font display
6538 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
6540         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
6542         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
6543         still nil.
6545 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
6547         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
6548         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
6550 2004-11-29  Jay Belanger  <belanger@truman.edu>
6552         * calc/calc-arith.el (math-pow-of-zero): Take into account different
6553         cases of the base and exponent.
6555 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6557         * simple.el (next-error-buffer-p): Allow for inclusive and
6558         exclusive tests for finding a buffer.
6559         (next-error-find-buffer): Pass the exclusive and inclusive tests
6560         to next-error-buffer-p.
6562         * replace.el (occur-next-error): Switch to the Occur buffer when
6563         appropriate, use the exclusive filter to next-error-find-buffer to
6564         do it.  Use the absolute value of the motion amount.
6566 2004-11-29  Kenichi Handa  <handa@m17n.org>
6568         * startup.el (command-line): Decode all default-directory by
6569         locale-coding-system.
6571 2004-11-29  Jay Belanger  <belanger@truman.edu>
6573         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
6574         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
6575         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
6576         Replace calls to calc-extensions by appropriate require, replace
6577         calc-extensions-loaded by appropriate featurep.
6579         * calc/calc-ext.el: Move require to end of file.
6580         Remove redundant loading of calc.el.
6581         (calc-extensions-loaded): Remove unnecessary variable.
6582         (calc-extensions): Remove unnecessary function.
6583         (calc-load-everything): Replace calc-need-macros by appropriate require.
6585         * calc/calc-macs.el: Move provide to end of file.
6586         (calc-need-macros): Remove unnecessary function.
6588         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
6589         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
6590         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
6591         Replace calc-extensions by appropriate require.
6592         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
6594         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
6595         Replace calc-need-macros by appropriate require.
6597         * calc/calc.el: Move require to end of file.
6598         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
6599         Remove unnecessary variable.
6600         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
6601         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
6602         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
6603         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
6604         (math-stack-value-offset, math-format-value, math-format-flat-expr)
6605         (math-format-number, math-format-bignum, math-read-number)
6606         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
6607         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
6608         by appropriate require.
6609         (calc-check-defines): Replace calc-need-macros by appropriate require.
6611 2004-11-29  Kim F. Storm  <storm@cua.dk>
6613         * macros.el (insert-kbd-macro): Handle kmacro functions.
6615 2004-11-28  Juri Linkov  <juri@jurta.org>
6617         * compare-w.el (compare-windows-highlight): Attach each overlay
6618         to its window to properly highlight differences while comparing
6619         two windows of the same buffer.  Fix arguments.
6620         (compare-windows-sync-default-function): Fix arguments of
6621         `compare-windows-highlight'.
6623         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
6624         Use `read-expression-history'.  Set initial contents only if
6625         `edebug-global-break-condition' is non-nil.  Set histpos to 1
6626         if initial contents is equal to the last history element.
6627         (edebug-set-conditional-breakpoint): Instead of temporarily
6628         prepending the current condition to the history, set initial
6629         contents to the current condition.  Set histpos to 1 if initial
6630         contents is equal to the last history element.
6632         * info.el (Info-search-whitespace-regexp): Remove shy group.
6633         (Info-search): Forward line if search is on the header line.
6634         Use search-whitespace-regexp in two other places.
6636 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6638         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
6639         warning.  Delay real definition, which uses
6640         `set-fringe-indicators-1' till after the definition of that function.
6642 2004-11-28  Kim F. Storm  <storm@cua.dk>
6644         * fringe.el (fringe): New defgroup.
6645         (fringe-mode): Move to fringe group.
6646         (fringe-indicators): New defcustom.
6647         (set-fringe-indicators-1): New defun.
6649         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
6650         (menu-bar-showhide-fringe-ind-menu): New keymap.
6651         (menu-bar-showhide-fringe-ind-empty)
6652         (menu-bar-showhide-fringe-ind-mixed)
6653         (menu-bar-showhide-fringe-ind-box)
6654         (menu-bar-showhide-fringe-ind-right)
6655         (menu-bar-showhide-fringe-ind-left)
6656         (menu-bar-showhide-fringe-ind-none): New defuns.
6657         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
6659 2004-11-27  Richard M. Stallman  <rms@gnu.org>
6661         * comint.el (comint-read-noecho): Add trivial compatibility definition.
6663         * generic.el (define-generic-mode): Doc fix.
6665         * menu-bar.el (menu-bar-options-save): For the options
6666         that are toggled with menu-bar-make-mm-toggle, don't check
6667         for customized-value prop.
6669 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
6671         * mail/supercite.el (sc-cite-region): Handle the case where
6672         sc-cite-frame-alist is a symbol.
6673         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
6674         a symbol.
6675         (sc-recite-region): Handle the case where sc-recite-frame-alist is
6676         a symbol.
6678 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6680         * wid-edit.el (widget-narrow-to-field): New function.
6681         (widget-complete): Use it.
6683 2004-11-27  Jay Belanger  <belanger@truman.edu>
6685         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
6686         variable.
6687         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
6688         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
6689         (math-alg-inequalities): Move declaration to earlier in the file.
6691         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
6692         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
6693         Declare them.
6695         * calc/calc-lang.el (math-expr-data, math-expr-token)
6696         (math-exp-old-pos): Declare them.
6698         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
6699         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
6701 2004-11-27  Kim F. Storm  <storm@cua.dk>
6703         * progmodes/flymake.el: Use (featurep 'xemacs).
6704         (flymake-makehash): Change to defsubst.  Use fboundp.
6705         (flymake-time-to-float): Remove.
6706         (flymake-float-time): Merge code from flymake-time-to-float here.
6707         (flymake-replace-regexp-in-string): Change to defsubst.
6708         (flymake-split-string-remove-empty-edges):
6709         Rename to flymake-split-string.
6710         (flymake-split-string): Remove previous defalias.
6711         (flymake-get-temp-dir): Change to defsubst.
6712         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
6713         Define for xemacs only.
6714         (flymake-master-file-count-limit): Change into compiler defvar only.
6715         (flymake-find-possible-master-files): Let-bind it dynamically while
6716         sorting files using flymake-master-file-compare.
6718 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
6721         of defun-prompt-regexp matches inside a comment/string but the
6722         beginning is correctly outside everything.
6724         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
6725         appears within a string or a comment.
6727         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
6728         rather than make-symbol for symbols which are used in
6729         a symbol-macrolet or equivalent.
6731 2004-11-26  Jay Belanger  <belanger@truman.edu>
6733         * calc-misc.el (calc-last-why-command): Declare it.
6735         * calc-vec.el (math-grade-vec): New variable.
6736         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
6737         Replace variable grade-vec by declared variable.
6738         (math-rb-close): New variable.
6739         (math-read-brackets, math-read-vector): Replace variable close by
6740         declared variable.
6742         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
6743         (calc-one-window, calc-edit-handler, calc-restore-trail)
6744         (calc-allow-ret): Declare them.
6746         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
6747         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
6748         (math-radix-float-cache-tag, math-random-cache)
6749         (math-max-digits-cache, math-integral-cache, math-units-table)
6750         (math-format-date-cache, math-holidays-cache-tag): Declare them.
6751         (math-moc-func): New variable.
6752         (math-map-over-constants, math-map-over-constants-rec):
6753         Replace variable func by declared variable.
6755         * calc/calc-store.el (calc-given-value, calc-store-opers):
6756         Declare them.
6757         (calc-var-name-map): Move declaration to earlier in the file.
6758         (calc-pv-pos): New variable.
6759         (calc-permanent-variable, calc-insert-permanent-variable):
6760         Replace variable pos by declared variable.
6762         * calc/calc-mtx.el (calc-det-lu): New variable.
6763         (math-det-raw, math-det-step): Replace variable lu by declared variable.
6765         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
6766         (math-multi-subst, math-multi-subst-rec): Replace variables temp
6767         and arg by declared variables.
6768         (calcFunc-reducer): Fix incorrect variable.
6769         (math-inner-mul-func, math-inner-add-func): New variables.
6770         (calcFunc-inner, math-inner-mats): Replace variables mul-func
6771         and add-func by declared variables.
6773         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
6774         (calc-digit-value): Declare them.
6776         * calc/calc-help.el (Info-history): Declare it.
6777         (calc-describe-key): Make calc-summary-indentation a local variable.
6778         (calc-help-long-names): Move declaration to earlier in file.
6780         * calc/calc-embed.el (calc-original-buffer): Declare it.
6781         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
6782         (calc-embed-bot): New variables.
6783         (calc-do-embedded, calc-embedded-mark-formula)
6784         (calc-embedded-find-bounds, calc-embedded-duplicate)
6785         (calc-embedded-new-formula, calc-embedded-make-info):
6786         Replace vars outer-top, outer-bot, bot and top by declared variables.
6787         (calc-embed-prev-modes): New variable.
6788         (calc-embedded-set-modes, calc-embedded-update): Replace variable
6789         prev-modes with declared variable.
6790         (calc-embed-vars-used): New variable.
6791         (calc-embedded-make-info, calc-embedded-evaluate-expr)
6792         (calc-embedded-update, calc-embedded-find-vars): Replace variable
6793         vars-used by declared variable.
6795         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
6796         (math-format-radix-float): Remove unnecessary setq.
6797         (math-radix-float-cache): Declare it.
6799         * calc/calcsel2.el (calc-keep-selection): Declare it.
6801         * calc/calc-maint.el: Remove file.
6803 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6805         * textmodes/bibtex.el (bibtex-sort-entry-class)
6806         (bibtex-comment-start): Use defcustom.
6807         (bibtex-entry-field-alist): Use nil if initial content of the
6808         field is undefined.  Fix docstring.
6809         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
6810         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
6811         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
6812         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
6813         Fix docstring.
6814         (bibtex-autokey-title-terminators): Use only one regexp.
6815         (bibtex-string-maybe-empty-head): New variable.
6816         (bibtex-remove-delimiters-string): New function.
6817         (bibtex-text-in-field-bounds, bibtex-text-in-string):
6818         Use bibtex-remove-delimiters-string.
6819         (bibtex-progress-message, bibtex-field-left-delimiter)
6820         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
6821         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
6822         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
6823         Simplify.
6824         (bibtex-format-entry): Use save-excursion for inherited booktitle.
6825         Use eq and bibtex-remove-delimiters-string.  For end markers use
6826         insertion type so that marker stays after inserted text.
6827         (bibtex-autokey-get-names): Return empty string if name is missing.
6828         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
6829         calling bibtex-autokey-name-case-convert.
6830         (bibtex-autokey-demangle-title):
6831         Call bibtex-autokey-titleword-case-convert.  Remove call to
6832         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
6833         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
6834         (bibtex-read-key): New optional arg global.
6835         (bibtex-files-expand): New optional arg force.
6836         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
6837         (bibtex-complete-crossref-cleanup): Rename from
6838         bibtex-complete-key-cleanup.  Simplify code.
6839         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
6840         Operate on current entry.
6841         (bibtex-button): Add docstring.
6842         (bibtex-entry): Simplify.
6843         (bibtex-make-field): Replace optional arg called-by-yank with more
6844         specific args move and interactive.
6845         (bibtex-end-of-entry): Use forward-sexp.
6846         (bibtex-find-entry-globally): Remove.
6847         (bibtex-find-crossref): Allow for crossref key located in other buffer.
6848         Bound to C-c C-x.
6849         (bibtex-find-entry): New optional args global and display.
6850         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
6851         (bibtex-validate): Use arg force of bibtex-files-expand.
6852         (bibtex-clean-entry): Bugfix, clean string entries properly.
6853         Always keep point at beginning of entry.
6854         (bibtex-complete): Bugfix.  Handle string entries properly.
6855         Call cleanup functions only if needed.
6856         (bibtex-String): Use bibtex-read-string-key.
6857         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
6858         case of replacement text.
6860 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
6862         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
6863         (tramp-perl-directory-files-and-attributes): New constant.
6864         (tramp-file-name-handler-alist): Delete file-directory-files, add
6865         directory-files-and-attributes.
6866         (tramp-perl-file-attributes): Surround uid and gid by double
6867         quotes. Change parameter id-format from nonnumeric.
6868         (tramp-convert-file-attributes): New function.
6869         (tramp-handle-file-attributes): Use it.
6870         (tramp-maybe-send-perl-script): New function.
6871         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
6872         file mode. Change parameter id-format from nonnumeric.
6873         (tramp-handle-file-attributes-with-ls): Change parameter id-format
6874         from nonnumeric.
6875         (tramp-post-connection): Don't send tramp-perl-file-attributes
6876         script. Reset connection property "perl-scripts".
6877         (tramp-handle-insert-directory): Run real handler when ls-lisp is
6878         in use.
6880 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
6882         * desktop.el (desktop-read): Replace mapcar with mapc.
6883         (desktop-create-buffer): Replace mapcar with mapc.
6884         Remove redundant piece of code.
6886 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
6888         * progmodes/gud.el (gud-display-line): Use display-buffer
6889         for GDB-UI as for GUD.
6891         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
6892         Delete variables.
6893         (gdb-ann3): Don't make GUD buffer dedicated.
6894         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
6895         (gdb-display-source-buffer): Delete function.
6896         (gdb-view-source-function, gdb-view-assembler): Delete functions.
6897         (menu): Delete menu bindings for viewing source/assembler.
6898         (gdb-setup-windows, gdb-restore-windows):
6899         Don't dedicate GUD. No assembler now.
6900         (gdb-reset): No need to undedicate source buffers now.
6901         (gdb-source-info): No assembler now.
6903 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
6905         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
6906         width to those for special frames.
6907         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
6908         Use display-buffer.
6909         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
6910         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6911         (gdb-frame-assembler-buffer): Rework like
6912         gdb-frame-breakpoints-buffer.
6914 2004-11-25  Richard M. Stallman  <rms@gnu.org>
6916         * progmodes/flymake.el: Reindent.
6917         (flymake-split-string): Turn into defalias.
6918         (flymake-fix-file-name): Rename from flymake-fix-path-name.
6919         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
6920         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
6921         (flymake-build-relative-filename): Rename from ...path.
6922         Fix error message.
6924 2004-11-25  Cheng Gao  <chenggao@gmail.com>
6926         * progmodes/flymake.el: Much whitespace and capitalization change.
6927         Move `provide' to end.  Require `compile' only when compiling.
6929 2004-11-24  Jay Belanger  <belanger@truman.edu>
6931         * calc/calc-alg.el: Added comment.
6932         (math-polynomial-base): Replace variable mpb-top-expr by
6933         math-poly-base-top-expr.
6935         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
6936         (math-polynomial-p1): Replace variable mpb-top-expr by declared
6937         variable.
6938         (math-poly-base-total-base): New variable.
6939         (math-total-polynomial-base, math-polynomial-p1): Replace variable
6940         mpb-total-base by declared variable.
6941         (math-factored-vars, math-to-list): Declare it.
6942         (math-fact-expr): New variable.
6943         (calcFunc-factors, calcFunc-factor, math-factor-expr)
6944         (math-factor-expr-try, math-factor-expr-part): Replace variable
6945         expr by declared variable.
6946         (math-fet-x): New variable.
6947         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
6948         by declared variable.
6949         (math-factor-poly-coefs): Make temp a local variable.
6951         * calc/calc-units.el (calc-convert-units): Make units a local
6952         variable.
6953         (calc-num-units, calc-den-units): New variables.
6954         (calc-explain-units, calc-explain-units-rec): Replace variables
6955         num-units and den-units by declared variables.
6956         (math-cu-unit-list): New variable.
6957         (math-build-units-table, math-compare-unit-names)
6958         (math-convert-units, math-convert-units-rec): Replace variable
6959         unit-list by declared variable.
6960         (math-fbu-base, math-fbu-entry): New variables.
6961         (math-find-base-units, math-find-base-units-rec): Replace variables
6962         base and entry by declared variables.
6963         (math-which-standard): New variable.
6964         (math-to-standard-units, math-to-standard-rec): Replace variable
6965         which-standard by declared variable.
6966         (math-fcu-u): New variable.
6967         (math-find-compatible-unit, math-find-compatible-unit-rec):
6968         Replace variable u by declared variable.
6969         (math-cu-new-units, math-cu-pure): New variables.
6970         (math-convert-units, math-convert-units-rec): Replace variables
6971         new-units and pure by declared variables.
6972         (math-try-cancel-units): New variable.
6973         (math-simplify-units-quotient): Replace variable try-cancel-units by
6974         declared variable.
6976 2004-11-24  Richard M. Stallman  <rms@gnu.org>
6978         * textmodes/ispell.el (ispell-check-version):
6979         If default-directory is nonexistent, use home dir.
6981         * progmodes/grep.el (grep-regexp-alist):
6982         Don't match parens around line numbers.
6984         * progmodes/cperl-mode.el (cperl-indent-region)
6985         (cperl-imenu--create-perl-index, cperl-xsub-scan):
6986         Don't print progress messages.
6988         * progmodes/compile.el (compilation-mode-map):
6989         Don't inherit from compilation-minor-mode-map;
6990         copy its bindings instead.  But the menu bar Compile
6991         entry now does inherit from compilation-menu-map.
6993         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6994         Use with-no-warnings around compiler-macroexpand.
6996         * imenu.el: Don't always require newcomment.
6997         (imenu--generic-function): Call comment-normalize-vars
6998         if we have a comment syntax.
6999         Exit the loop if REGEXP matches the null string.
7000         Test comment-start as well as comment-start-skip
7001         when deciding whether to check for comments.
7003         * tooltip.el (tooltip-mode): Doc fix.
7005         * term.el (term-escape-char, term-mode): Doc fixes.
7007 2004-11-24  Dave Love  <fx@gnu.org>
7009         * progmodes/python.el (python-font-lock-syntactic-keywords):
7010         Check for escapes in the regexp.
7011         (python-quote-syntax): Don't do it here.
7013 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
7015         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7016         (gdb-frames-mode-map, gdb-threads-mode-map)
7017         (gdb-registers-mode-map, gdb-locals-mode-map)
7018         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7019         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
7021         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
7022         (dedicated-switch-to-buffer): Rework.
7023         (gdb-var-evaluate-expression-handler, gdb-put-string):
7024         Remove unused variable bindings.
7025         (gdb-setup-windows, gdb-display-buffer):
7026         Simplify. Use pop-to-buffer.
7027         (gdb-view-source-function): Simplify.
7028         (gdb-frame-breakpoints-buffer):
7029         Use pop-to-buffer, special-display-regexps.
7031 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7033         * progmodes/f90.el (f90-smart-end)
7034         (f90-previous-statement, f90-beginning-of-block): Doc fix.
7035         (f90-calculate-indent): Handle un-named PROGRAM blocks.
7036         (f90-end-of-block): Doc fix.  Make check of outermost block
7037         conditional on value of `f90-smart-end'.
7038         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
7039         Handle case where END-BLOCK is nil.
7040         (f90-match-end): Handle un-named PROGRAM blocks.
7041         (f90-backslash-not-special): New function.
7043 2004-11-24  Jay Belanger  <belanger@truman.edu>
7045         * calc/calc.el (calc-embedded-active): Removed unnecessary
7046         declaration.
7047         (calc-show-banner): Removed redundant declaration.
7049         * calc/calc-graph.el (calc-gnuplot-default-device)
7050         (calc-gnuplot-default-output, calc-gnuplot-print-device)
7051         (calc-gnuplot-print-output, calc-gnuplot-geometry)
7052         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
7053         Remove redundant initial values.
7055         * calc/calc-arith.el (math-scalar-functions)
7056         (math-nonscalar-functions, math-scalar-if-args-functions)
7057         (math-real-functions, math-positive-functions)
7058         (math-nonnegative-functions, math-real-scalar-functions)
7059         (math-real-if-arg-functions, math-integer-functions)
7060         (math-num-integer-functions, math-rounding-functions)
7061         (math-float-rounding-functions, math-integer-if-args-functions)
7062         (math-super-types): Move declarations to earlier in file.
7063         (math-unit-prefixes): Declared it.
7064         (math-floor-prec, math-trunc-prec): New variables.
7065         (math-trunc-fancy): Replace variable prec by declared variable.
7066         (math-floor-fancy): Replace variable prec by declared variable.
7067         (math-com-bterms): New variable.
7068         (math-commutative-equal, math-commutative-collect):
7069         Replace variable bterms by declared variable.
7071         * calc/calc-misc.el (math-trunc): Replace variable prec by
7072         math-trunc-prec.
7073         (math-floor): Replace variable prec by math-floor-prec.
7075         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
7076         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
7077         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
7078         (math-format-date, math-format-date-part): Replace variables
7079         date, dt, year, month, day, weekday, hour, minute, second and
7080         bc-flag by declared variables.
7081         (math-pd-str): New variable.
7082         (math-parse-date, math-parse-date-word, math-parse-standard-date):
7083         Replace variable str by declared variable.
7084         (math-daylight-savings-hook, math-tzone-names): Move definitions
7085         to earlier in the file.
7086         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
7087         (math-sh-year): New variable.
7088         (math-setup-add-holidays, math-setup-holidays)
7089         (math-setup-year-holidays): Replace variable `year' by declared
7090         variable.
7092         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
7093         New variables.
7094         (math-nth-root-float, math-nth-root-float-iter): Replace variables
7095         n, nf and nfm1 by declared variables.
7096         (math-nri-n): New variable.
7097         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
7098         n by declared variable.
7099         (calcFunc-log): Removed misplaced condition.
7101 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
7105 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
7107         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
7108         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
7109         Dedicate gdb-related windows.
7110         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
7111         other frames.
7112         (gdb-reset): Remove dedicated property after debugging.
7114 2004-11-24  Jay Belanger  <belanger@truman.edu>
7116         * calc/calc-sel.el: Add comment.
7118         * calc/calc.el (math-stack-value-offset): Replace variables c,
7119         wid and off with math-svo-c, math-svo-wid and math-svo-off.
7121         * calc/calccomp.el (math-comp-sel-tag): Declare it.
7122         (math-svo-c, math-svo-wid, math-svo-off): New variables.
7123         (math-stack-value-offset-fancy): Replace variables c, wid and off
7124         by declared variables.
7125         (math-comp-just, math-comp-comma-spc): New variables.
7126         (math-compose-expr, math-compose-matrix): Replace variables `just'
7127         and comma-spc by declared variable.
7128         (math-comp-vector-prec): New variable.
7129         (math-compose-expr, math-compose-matrix, math-compose-rows):
7130         Replace variable vector-prec by declared variable.
7131         (math-comp-left-bracket, math-comp-right-bracket)
7132         (math-comp-comma): New variables.
7133         (math-compose-expr, math-compose-rows): Replace variables
7134         left-bracket, right-bracket and comma by declared variables.
7135         (math-comp-full-width): New variable.
7136         (math-comp-to-string-flat, math-comp-to-string-flat-term):
7137         Replace variable full-width by declared variable.
7138         (math-comp-highlight, math-comp-word, math-comp-level)
7139         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
7140         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
7141         New variables.
7142         (math-comp-to-string-flat, math-comp-to-string-flat-term)
7143         (math-comp-sel-flat-term): Replace variables comp-highlight,
7144         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
7145         declared variables.
7146         (math-comp-simplify, math-comp-simplify-term)
7147         (math-comp-add-string, math-comp-add-string-sel):
7148         Replace variables comp-highlight, comp-buf, comp-base,
7149         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
7151 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7153         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
7155         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
7156         and x-server-version may throw.
7158 2004-11-23  Kim F. Storm  <storm@cua.dk>
7160         * subr.el (substitute-key-definition-key): Optimize.
7161         Don't call indirect-function for nil defn (always signals error).
7163         * ido.el (ido-read-internal): Fix require-match check when
7164         ido-directory-too-big is set.
7166 2004-11-23  Jay Belanger  <belanger@truman.edu>
7168         * calc/calc-ext.el (math-read-replacement-list)
7169         (math-read-superscripts): New variables.
7170         (math-read-preprocess-string): New function.
7171         (math-read-expr): Filter input through math-read-preprocess-string.
7173         * calc/calc-aent.el (math-read-exprs): Filter input through
7174         math-read-preprocess-string.
7176 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
7178         * progmodes/compile.el (compilation-start): In cd command use
7179         substitute-env-vars -- not quite shell compatible but better than
7180         nothing.
7181         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
7182         handle the newer versions messages, which are more parseable.
7184 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7186         * reveal.el (reveal-mode-map): New var.
7187         (reveal-mode): Use it.
7189 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
7191         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
7192         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
7194 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
7197         header-line when needed.
7198         Use fixed-pitch only in the header-line.
7199         Build the underline automatically.  Use emdash if available.
7201 2004-11-22  Richard M. Stallman  <rms@gnu.org>
7203         * dired.el (dired-recursive-copies): Move from dired-aux.el.
7204         * dired-aux.el (dired-recursive-copies): Move to dired.el.
7206 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
7208         * progmodes/gdb-ui.el (gdb-resync): New function.
7209         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
7210         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
7211         Use it to fail more gracefully.
7212         (gdb-variables): Delete variable.
7213         Re-order variables to reduce byte-compiler warnings.
7215 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * descr-text.el (describe-char):
7218         * paren.el (show-paren-function):
7219         * subr.el (syntax-after): Undo last change.
7221         * progmodes/python.el (run-python): Don't hard code *Python*.
7222         Don't modify global process-environment.
7223         (python-send-region, python-load-file): Don't assume that
7224         python-buffer == (process-buffer (python-proc)).
7225         (python-switch-to-python): Simplify.
7227         * dired.el (dired-align-file): Don't assume line starts with spaces.
7229 2004-11-21  Jay Belanger  <belanger@truman.edu>
7231         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
7232         Replace variable `lines' by math-read-big-lines.
7233         (math-read-big-expr): Replace variables the-baseline, the-h2
7234         and err-msg by math-read-big-baseline, math-read-big-h2 and
7235         math-read-err-msg.
7236         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
7238         * calc/calc-lang.el (math-read-big-rec): Fix typo.
7239         (math-read-big-balance): Replace unbound variable by value.
7240         (math-read-big-lines): New variable.
7241         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7242         (math-read-big-error, math-read-big-balance): Replace variable
7243         `lines' by declared variable.
7244         (math-read-big-baseline, math-read-big-h2): New variables.
7245         (math-read-big-rec): Replace variables the-baseline and the-h2
7246         by declared variables.
7247         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
7248         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7249         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
7250         declared variables.
7251         (math-read-big-err-msg): New variable.
7252         (math-read-big-error): Replace variable err-msg by declared variable.
7254 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7256         * ses.el: Add coding cookie.
7257         Fix up docstrings, follow new commenting conventions.
7258         (ses-header-line-menu): Fix missing variable rename for header-row.
7259         (ses-cell-size): Remove.
7260         (ses-make-cell): New function.
7261         (ses-cell, ses-insert-row, ses-insert-column): Use it.
7262         (ses-calculate-cell): Remove unused var `symbol'.
7263         (ses-narrowed-p): New function.
7264         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
7265         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
7266         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
7267         (ses-setup): Use restore-buffer-modified-p.
7268         (ses-cleanup): Remove unused var `end'.
7269         (ses-header-string-left-offset): Remove.
7270         (ses-create-header-string): Adjust to new behavior of `align-to'.
7271         Truncate excessively large fields to preserve alignment.
7272         (ses-reconstruct-all): Remove unused var `refs'.
7273         (ses-read-cell-printer): Remove unused var `prompt'.
7274         (ses-delete-row): Remove unused var `pos'.
7275         (ses-delete-column): Remove unused var `new'.
7277 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7279         * ps-print.el: Insert :version tag into all defgroup and defcustom.
7280         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7281         Eliminate eval-and-compile usage.
7282         (ps-insert-file): Use insert-file-contents instead of insert-file.
7283         (ps-setup): Code fix.
7285         * printing.el (pr-setup, lpr-setup): Code fix.
7287 2004-11-21  Jay Belanger  <belanger@truman.edu>
7289         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
7290         (calc-original-buffer): Declare them.
7291         (calc-user-formula-alist): New variable.
7292         (calc-user-define-formula, calc-fix-user-formula)
7293         (calc-user-define-composition, calc-finish-formula-edit):
7294         Replace variable `alist' by declared variable.
7295         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
7296         (var-q7, var-q7, var-q8, var-q9): Declare them.
7297         (calc-kbd-push): Don't check to see if var-q0 through var-q9
7298         are bound.
7299         (calcFunc-typeof): Replace undeclared variable by expression.
7300         (math-exp-env): New variable.
7301         (math-define-body, math-define-exp): Replace exp-env by declared var.
7302         (math-define-exp): Replace misplaced variable by expression.
7304         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
7305         (calc-curve-model, calc-curve-coefnames): New variables.
7306         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
7307         varnames, model and coefnames by declared variables.
7308         (math-root-widen): New variable.
7309         (math-search-root, math-find-root): Replace variable root-widen by
7310         declared variable.
7311         (var-DUMMY): Declare it.
7312         (math-root-vars, math-min-vars): Move the declarations to earlier in
7313         the file.
7314         (math-brent-min): Make d a local variable.
7315         (math-find-minimum): Replace non-existent variable.
7316         (math-ninteg-romberg): Remove unnecessary variable.
7317         (math-ninteg-temp): New variable.
7318         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
7319         integ-temp by declared variable.
7320         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
7321         New variables.
7322         (math-general-fit): Replace variables first-var, first-coef and
7323         new-coefs by declared variables.
7324         (calcFunc-fitvar): Replace variable first-var by declared variable.
7325         (calcFunc-fitparam): Replace variable first-coef by declared variable.
7326         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
7327         (math-all-vars-vars, math-all-vars-found): New variables.
7328         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
7329         found by declared variable math-all-vars-vars.
7331 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7333         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
7334         of `defconst'.
7336 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7338         * isearch.el (isearch-mode-map): Don't bind SPC.
7339         (isearch-whitespace-chars): Function deleted.
7340         (isearch-search): Bind search-spaces-regexp.
7341         (isearch-lazy-highlight-search): Likewise.
7342         (search-whitespace-regexp): Doc fix.
7343         (isearch-forward-regexp): Doc fix.
7345         * emacs-lisp/bytecomp.el (byte-compile-form):
7346         Move the calls to byte-compile-set-symbol-position,
7347         to avoid having two for the same symbol occurrence.
7349         * comint.el (comint-input-ring-size): Increase to 150.
7351         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
7352         New variables.
7353         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
7354         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
7356         * imenu.el (imenu--generic-function):
7357         Ensure we keep moving backward even if BEG isn't further back.
7359         * replace.el (query-replace-read-to, query-replace-read-from):
7360         Specify t for KEEP-ALL in read-from-minibuffer.
7362         * progmodes/python.el (python-switch-to-python):
7363         If Python isn't running, start it.
7364         Don't alter debug-ignored-errors.
7366         * progmodes/cperl-mode.el (cperl-indent-region):
7367         Don't mind imenu-scanning-message.
7369         * bindings.el (global-map): Bind C-e to move-end-of-line.
7371         * simple.el (line-move-finish): New arg FORWARD.
7372         Ignore invisible newlines, not intangible ones.
7373         Conditions for acceptable stopping positions depend on FORWARD.
7374         (line-move): Pass FORWARD arg to line-move-finish.
7376         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
7377         of HEADER.  Compensate for this change in the code to add display
7378         properties.  Don't make the first line intangible.
7380         * info.el (Info-search): Fix previous change.
7382 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
7384         * Makefile.in (recompile): Revert 2004-11-19 change.
7385         (compile): Likewise.
7387 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
7389         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
7391 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7393         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
7394         defgroup and defcustom.  Eliminate eval-and-compile usage.
7396         * progmodes/ebnf-otz.el: Fix typos.
7398 2004-11-19  Jay Belanger  <belanger@truman.edu>
7400         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
7401         (calc-edit-finish, calc-finish-stack-edit): Replace variable
7402         disp-trail by declared variable.
7404         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
7405         (calc-finish-selection-edit):  Replace variable disp-trail by
7406         declared variable.
7407         (calc-selection-cache-entry): Move declaration to earlier in the file.
7408         (calc-selection-cache-num, calc-selection-cache-comp)
7409         (calc-selection-cache-offset, calc-selection-true-num)
7410         (calc-final-point-line, calc-final-point-column)
7411         (calc-original-buffer): Declare them.
7412         (calc-fnp-op, calc-fnp-num): New variables.
7413         (calc-find-nth-part, calc-find-nth-part-rec)
7414         (calc-select-previous): Replace op and num by declared variables.
7415         (calc-rsf-old, calc-rsf-new): New variables.
7416         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
7417         Replace variables old and new by declared variables.
7418         (calc-sel-reselect): New variable.
7419         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
7420         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
7421         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
7422         reselect with declared variable.
7424         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
7425         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
7426         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
7427         (math-import-list, math-rewrite-phase): Declare them.
7428         (math-rewrite):  Use let* to declare variables.
7429         (calc-rewrite-selection): Make rules a local variable.
7430         (calc-rewr-sel): New variable.
7431         (calc-rewrite-selection, calc-locate-selection-marker)
7432         (calc-rewrite): Use the declared variable calc-rewr-sel instead
7433         of sel.
7434         (math-rewrite-whole-expr): New variable.
7435         (math-rewrite, math-rewrite-phase): Replace variable expr by
7436         declared variable.
7437         (math-rewrite-heads-heads, math-rewrite-heads-skips)
7438         (math-rewrite-heads-blanks ): New variables.
7439         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
7440         heads, skips and blanks by declared variables.
7441         (math-rwcomp-subst-old, math-rwcomp-subst-new)
7442         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
7443         New variables.
7444         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
7445         old, new, old-func and new-func by declared variables.
7446         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
7447         Remove unnecessary variable.
7448         (math-apply-rw-regs): New variable.
7449         (math-apply-rewrites, math-rwapply-replace-regs)
7450         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
7451         (math-apply-rw-ruleset): New variable.
7452         (math-apply-rewrites, math-rwapply-remember): Replace variable
7453         ruleset by declared variable.
7455 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7457         * info.el (Info-search): Use search-whitespace-regexp.
7459 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
7461         * vc-rcs.el (vc-rcs-parse): New function.
7462         (vc-rcs-annotate-command): Likewise.
7463         (vc-rcs-annotate-current-time): Likewise.
7464         (vc-rcs-annotate-time): Likewise.
7465         (vc-rcs-annotate-extract-revision-at-line): Likewise.
7467 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
7469         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
7471 2004-11-18  Jay Belanger  <belanger@truman.edu>
7473         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
7475 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7477         * printing.el: Eliminate use of interactive-p and eval-and-compile.
7478         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7479         Use make-temp-file to generate PostScript files in any situation.
7480         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7481         (pr-interactive-p): Eliminate var.
7482         (pr-save-interactive): Eliminate macro.
7483         (pr-interface, pr-ps-directory-preview)
7484         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7485         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7486         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7487         (pr-ps-buffer-ps-print, pr-ps-region-preview)
7488         (pr-ps-region-using-ghostscript, pr-ps-region-print)
7489         (pr-ps-region-ps-print, pr-ps-mode-preview)
7490         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7491         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7492         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
7493         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7494         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7495         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7496         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7497         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7498         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7499         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7500         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7501         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
7502         Eliminate pr-save-interactive usage.
7503         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
7504         Eliminate pr-interactive-p usage.
7505         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
7506         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
7507         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
7508         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
7509         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
7510         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7511         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
7512         New funs.
7513         (pr-ps-file): Use make-temp-file to generate a temporary file.
7515 2004-11-17  Jay Belanger  <belanger@truman.edu>
7517         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
7518         a local variable.
7519         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
7520         (math-top-only): New variable.
7521         (math-simplify, math-simplify-step): Replace variable top-only by
7522         declared variable math-top-only.
7523         (math-simplify-expr): Declare it.
7524         Replace argument expr in all calls of math-defsimplify by
7525         math-simplify-expr.
7526         (math-simplify-plus, math-simplify-times, math-simplify-divide)
7527         (math-simplify-divisor, math-simplify-one-divisor)
7528         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
7529         (math-simplify-pow): Replace variable expr by declared variable
7530         math-simplify-expr.
7531         (math-simplify-divisor): Remove local variables temp and op.
7532         (math-simplify-one-divisor): Make temp and op local variables.
7533         (math-simplify-divisor-nover, math-simplify-divisor-dover):
7534         New variables.
7535         (math-simplify-divisor, math-simplify-one-divisor):
7536         Replace variables nover and dover by declared variables.
7537         (math-expr-subst-new, math-expr-subst-old): New variables.
7538         (math-expr-subst, math-expr-subst-rec): Replace variables new
7539         and old by declared variables.
7540         (math-is-poly-degree, math-is-poly-loose): New variables.
7541         (math-is-polynomial, math-is-poly-rec): Replace variables degree
7542         and loose by declared variables.
7543         (math-poly-base-const-ok, math-poly-base-pred): New variables.
7544         (math-polynomial-base, math-polynomial-base-rec):
7545         Replace variables const-ok and mpb-pred by declared variables.
7547         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
7549         * calc/calc-ext.el (math-defsimplify): Change the argument in
7550         the created function to math-simplify-expr.
7552         * calc/calc-units.el (math-simplify-expr): Declare it.
7553         Replace argument expr in all calls of math-defsimplify by
7554         math-simplify-expr.
7555         (math-simplify-units-prod): Replace variable expr by declared
7556         variable math-simplify-expr.
7558 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
7561         Replace mapcar->dolist, format->string.
7563 2004-11-17  Miles Bader  <miles@gnu.org>
7565         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
7566         * progmodes/idlwave.el: Remove RCS keywords.
7568 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
7570         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
7571         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
7572         Update to IDLWAVE version 5.5.  Too many changes to list them here.
7573         * progmodes/idlw-help.el: New file.
7575 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7577         * international/iso-cvt.el (iso-tex2iso-trans-tab):
7578         Discard spaces after \i according to TeX rules.
7580         * international/mule.el (set-buffer-file-coding-system):
7581         New arg NOMODIFY.
7582         (after-insert-file-set-coding): Pass that new arg.
7583         Prevent set-buffer-multibyte from trying to lock the file.
7585         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
7587         * saveplace.el (save-place): Doc fix.
7589         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
7590         temporarily widen before finding the following word to copy.
7592         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
7593         (cl-map-keymap): Definition deleted.
7595         * subr.el (map-keymap-internal): New function.
7597 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7599         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
7600         when pressing rather than when releasing mouse-2.  Simplify.
7602 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7604         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
7605         (compilation-mode): Set it here instead.
7607         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
7609         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
7610         (loop, cl-parse-loop-clause, defsetf): Use backquote.
7612 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7614         * progmodes/compile.el (compilation-internal-error-properties):
7615         Fix up a transposition-typo.  Check end-col before using it.
7617 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
7619         * international/iso-cvt.el (iso-tex2iso-trans-tab):
7620         Discard whitespace after macro \i when converting it.
7622 2004-11-16  Juri Linkov  <juri@jurta.org>
7624         * emacs-lisp/find-func.el (find-function-regexp):
7625         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
7626         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
7627         Remove invalid `\W' from [^cgv\W].  Doc fix.
7628         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
7630 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7632         * play/life.el: Maintainer is now FSF.
7633         (life-patterns, life-neighbor-deltas, life-window-start)
7634         (life-current-generation, life-generation-string): Use defvar
7635         instead of defconst.
7637 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7639         * progmodes/compile.el (compilation-move-to-column): New fun.
7640         (compilation-internal-error-properties)
7641         (compilation-next-error-function): Use it to make sure we don't go past
7642         the end of line.
7644 2004-11-15  John Paul Wallington  <jpw@gnu.org>
7646         * autoinsert.el (auto-insert-alist): Insert the user's name in
7647         copyright notice, rather than Free Software Foundation, for the
7648         Emacs Lisp header case too.
7650 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7652         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
7653         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7654         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
7655         return the list of string in a string.
7656         (pr-call-process): Message if calling process returns an error, that
7657         is, the exit status is different of zero.
7659 2004-11-15  Jay Belanger  <belanger@truman.edu>
7661         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
7662         variable var-thing.
7663         (math-integ-depth, math-integ-level, math-integral-limit)
7664         (math-enable-subst, math-any-substs, math-integ-msg)
7665         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
7666         (math-int-threshold, math-int-factors, math-double-roots)
7667         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
7668         (var-GenCount):  Declare these variables.
7669         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
7670         (math-integral-cache, math-integral-cache-state):
7671         Move declarations to earlier in the file.
7672         (math-deriv-var, math-deriv-total, math-deriv-symb)
7673         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
7674         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
7675         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
7676         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
7677         (math-solve-res):  New variables
7678         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
7679         (math-integral, math-replace-integral-parts)
7680         (math-integrate-by-parts, calc-dump-integral-cache)
7681         (math-try-integral, math-do-integral, math-do-integral)
7682         (math-do-integral-methods, math-try-solve-for)
7683         (math-try-solve-prod, math-solve-poly-funny-powers)
7684         (math-solve-crunch-poly, math-decompose-poly)
7685         (math-solve-find-root-term, math-find-root-in-prod)
7686         (math-integ-try-linear-substitutions)
7687         (math-integ-try-substitutions, math-expr-rational-in)
7688         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
7689         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
7690         (math-solve-for, math-solve-system, math-solve-system-rec)
7691         (math-solve-get-sign, math-solve-get-int)
7692         (math-solve-system-subst): Replace undeclared variables with newly
7693         declared variables.
7695 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * winner.el (winner-active-region, winner-edges, winner-window-list):
7698         Define at toplevel.
7699         (winner-mode-map): Move init inside declaration.
7701 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7703         * files.el (convert-standard-filename): Doc fix.
7705 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
7707         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
7708         passwd, group, shadow, default/* and pam.d/*.
7710 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7712         * printing.el (pr-menu-spec): Adjust menu specification.
7714 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7716         * printing.el: Doc fix.  Insert :version tag into all defcustom.
7717         Handle interactive-p as is recommended in Emacs Lisp Reference.
7718         Set the file permission bits for newly created files.
7719         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7720         The printing menu specification (in `pr-menu-spec') was merged.
7721         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7722         (pr-version): New version number (6.8.3).
7723         (pr-file-modes): New option.
7724         (pr-interactive-p): New var.
7725         (pr-save-interactive, pr-save-file-modes): New macros.
7726         (pr-setup): Code fix.
7727         (pr-menu-spec): Menu specification merged.
7728         (pr-call-process, pr-text2ps): Set file permission bits.
7729         (pr-despool-print): Set file permission bits.  Handle interactive-p as
7730         is recommended.
7731         (pr-interface, pr-ps-directory-preview)
7732         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7733         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7734         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7735         (pr-ps-buffer-ps-print, pr-ps-region-preview)
7736         (pr-ps-region-using-ghostscript, pr-ps-region-print)
7737         (pr-ps-region-ps-print, pr-ps-mode-preview)
7738         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7739         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7740         (pr-despool-using-ghostscript, pr-despool-ps-print)
7741         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7742         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7743         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7744         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7745         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7746         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7747         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7748         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7749         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
7750         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
7751         Handle interactive-p as is recommended.
7753 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
7756         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
7758         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
7759         so it doesn't forget to highlight the beginning of the region either.
7761 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
7763         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
7764         (c-font-lock-init): Eliminate obsolete make-local-hook.
7765         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7766         (awk-mode): Use run-mode-hooks.
7768         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
7770 2004-11-13  Kim F. Storm  <storm@cua.dk>
7772         * mouse.el (mouse-drag-copy-region): Add :version.
7773         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
7774         while dragging mode line, so mode line can be dragged downwards.
7775         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
7776         while pressing mouse button so window doesn't scroll until we
7777         release the mouse if clicking on partially visible line.
7779 2004-11-12  Jay Belanger  <belanger@truman.edu>
7781         * calc/calc-graph.el (calc-dumb-map):  Declare it.
7782         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
7783         than unbound.
7784         (calc-graph-name):  Made `end' a local variable.
7785         (calc-graph-lookup):  Made `varname' a local variable.
7786         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
7787         Declare them.
7788         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
7789         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
7790         the unused variable y3vec.
7791         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
7792         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
7793         calc-graph-prev-kill-hook.
7794         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
7795         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
7796         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
7797         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
7798         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
7799         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
7800         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
7801         (calc-graph-y3value, calc-graph-y3name)
7802         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
7803         (calc-graph-stepcount, calc-graph-is-splot)
7804         (calc-graph-surprise-splot, calc-graph-blank)
7805         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
7806         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
7807         (calc-graph-recompute-2d, calc-graph-compute-3d)
7808         (calc-graph-format-data): Replace undeclared variables with the
7809         above newly declared variables.
7811 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
7813         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
7814         `rsf-beep' and `rsf-sleep-after-message'.
7816         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
7817         list if `message-sender' is non-nil.
7819 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7821         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
7822         consing by using mapc instead of mapcar.
7824 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
7826         * tooltip.el (require): Explain why CL is needed.
7828 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7830         * printing.el: Insert :version into defgroup (printing).  All reference
7831         to Files option in menubar were changed to File.
7832         (pr-version): New version number (6.8.2).
7833         (pr-get-symbol): Call easy-menu-intern.
7834         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
7835         compilation gripes.
7837 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
7840         new byte-compile-function-environment binding to t.
7842         * font-lock.el (font-lock-fontify-syntactically-region):
7843         Don't forget to highlight the last char when we hit `end'.
7845         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
7846         (mwheel-scroll): Adjust accordingly.
7848         * cvs-status.el: Reduce spurious warnings.
7849         (cvs-status-checkout): Remove.
7850         (cvs-status-mode-map): Use cvs-mode-checkout instead.
7852         * pcvs.el (cvs-mode-checkout): New command.
7854         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
7856         * tooltip.el: Require CL.
7858         * emacs-lisp/bytecomp.el: Use push.
7859         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
7860         (defalias): Remove the `byte-compile' property and add
7861         a `byte-hunk-handler'.
7863 2004-11-11  Juri Linkov  <juri@jurta.org>
7865         * info.el (Info-search): Save match data for isearch.
7866         Skip Tag Table node.
7868         * descr-text.el (describe-char): Replace syntax-after with code
7869         from its previous version.
7871         * files.el (magic-mode-alist): Use optimization for SGML mode too.
7872         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
7874         * international/mule.el (sgml-html-meta-auto-coding-function):
7875         Remove > after <html to allow HTML attributes.
7877 2004-11-11  Jay Belanger  <belanger@truman.edu>
7879         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
7880         a variable.
7881         (calcFunc-dfac):  Replace unbound max by n.
7882         (math-stirling-local-cache):  New variable.
7883         (math-stirling-number, math-stirling-1, math-stirling-2):
7884         Replace the variable `cache' by the declared variable
7885         math-stirling-local-cache.
7886         (var-RandSeed):  Declare it as a variable.
7887         (math-init-random-base, math-random-digit):  Don't check to see if
7888         var-RandSeed is bound.
7889         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
7890         Declare them instead of just setting them.
7891         (math-init-random-base):  Made i a local variable.
7892         (math-random-digit):  Made math-random-last a local variable.
7893         (math-prime-test-cache):  Move declaration to before it is used.
7894         (math-prime-test-cache-k, math-prime-test-cache-q)
7895         (math-prime-test-cache-nm1, math-prime-factors-finished):
7896         Declare them as variables.
7898 2004-11-11  Jay Belanger  <belanger@truman.edu>
7900         * calc/calc-ext.el (math-defcache):  Use defvar for the new
7901         variables it creates.
7903 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
7905         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
7906         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
7907         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
7908         (desktop-save): Add :version.
7910 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7912         * printing.el (pr-get-symbol): Don't downcase.
7914 2004-11-10  Jay Belanger  <belanger@truman.edu>
7916         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
7917         string to kill-ring.
7919         * calc/calc-aent.el (calc-alg-exp, math-toks)
7920         (math-exp-pos,math-exp-old-pos, math-exp-token)
7921         (math-exp-keep-spaces, math-exp-str):  New variables.
7922         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
7923         (calcAlg-enter):  Use declared variable calc-alg-exp.
7924         (math-build-parse-table, math-find-user-token):  Use declared
7925         variable math-toks.
7926         (math-read-exprs, math-read-token, calc-check-user-syntax)
7927         (calc-match-user-syntax, match-factor-after, math-read-factor):
7928         Use declared variables math-exp-pos math-exp-old-pos.
7929         (math-read-exprs, math-read-token, math-read-expr-level)
7930         (calc-check-user-syntax, calc-match-user-syntax)
7931         (match-factor-after, math-read-factor):  Use declared variable
7932         math-exp-token.
7933         (math-read-exprs, math-read-expr-list, math-read-token)
7934         (math-read-factor):  Use declared variable math-exp-keep-spaces.
7935         (math-read-exprs, math-read-token):  Use declared variable
7936         math-exp-str.
7937         (calc-match-user-syntax):  Make m a local variable.
7939         * calc/calc-ext.el (math-read-expr):  Use declared variables
7940         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
7941         math-exp-keep-spaces.
7943         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
7944         variables math-exp-pos, math-exp-str.
7946         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
7947         math-exp-old-pos.
7948         (math-parse-fortran-vector, math-parse-fortran-vector-end)
7949         (math-parse-eqn-prime):  Use declared variable math-exp-token.
7951         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
7952         Use declared variable math-exp-pos.
7953         (math-check-for-commas):  Use declared variable math-exp-str.
7954         (math-read-brackets):  Use declared variables math-exp-old-pos,
7955         math-exp-keep-spaces.
7956         (math-read-brackets, math-read-vector, math-read-matrix):
7957         Use declared variable math-exp-token.
7959 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7961         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
7962         where the keymap is a symbol.
7963         (easy-menu-add-item): Use keymap-prompt.  Simplify.
7965         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
7967         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
7968         (sgml-parse-tag-backward): Use it to skip spurious < or >.
7970 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
7972         * ebuff-menu.el: Doc fixes throughout.
7973         (electric-buffer-menu-mode-hook): New defvar.
7975 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
7977         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
7978         compilation. The resulting compiler warnings appear to be harmless.
7980 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
7982         * textmodes/conf-mode.el: New file.
7984         * files.el (auto-mode-alist, magic-mode-alist): Use it.
7986 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7988         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
7990 2004-11-09  Jay Belanger  <belanger@truman.edu>
7992         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
7994         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
7995         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
7996         (calc-z-prefix-help, calc-user-function-list):  Use declared
7997         variables calc-z-prefix-buf, calc-z-prefix-msgs.
7998         (math-map-tree, math-map-tree-rec):  Use declared variables
7999         math-mt-many, math-mt-func.
8000         (math-read-expression, math-read-string):  Use declared variable
8001         math-expr-data.
8003         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
8004         variable math-normalize-a.
8006         * calc/calc.el (math-normalize-a):  New variable.
8007         (math-normalize):  Use declared variable math-normalize-a.
8009         * calc/calc-poly.el (math-expand-form):  Use declared variable
8010         math-mt-many.
8012         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8013         Use declared variable math-mt-many.
8014         (math-rewrite):  Use declared variable math-mt-func.
8016         * calc/calc-vec.el (math-read-brackets, math-read-vector)
8017         (math-read-matrix):  Use declared variable math-expr-data.
8019         * calc/calc-lang.el (math-parse-fortran-vector)
8020         (math-parse-fortran-vector-end, math-parse-tex-sum)
8021         (math-parse-eqn-matrix, math-parse-eqn-prime)
8022         (math-read-math-subscr):  Use declared variable math-expr-data.
8024         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
8025         (math-read-expr-level, math-read-token, calc-check-user-syntax)
8026         (calc-match-user-syntax, math-read-if, math-factor-after)
8027         (math-read-factor):  Use declared variable math-expr-data.
8029 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8031         * calendar/diary-lib.el (diary-from-outlook)
8032         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
8033         interactive-p; but rather new optional argument NOCONFIRM.
8035 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
8038         (easy-menu-name-match): Revert correspondingly.
8040 2004-11-09  Richard M. Stallman  <rms@gnu.org>
8042         * emacs-lisp/bytecomp.el (byte-compile-defalias):
8043         Turn off warnings for the new function even if definition not constant.
8044         If the definition isn't a quoted symbol, record (FUNCTION . t).
8045         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
8046         (byte-compile-callargs-warn): Handle (FUNCTION . t).
8047         (display-call-tree, byte-compile-arglist-warn):
8048         Handle t returned by byte-compile-fdefinition.
8050 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8052         * Makefile.in (maintainer-clean): Depend on distclean.
8054         * help-fns.el (help-C-file-name): File name must be in build-files
8055         to be returned.
8057 2004-11-09  Jay Belanger  <belanger@truman.edu>
8059         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
8060         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
8062         * calc/calc.el (calc, calc-trail-display, calc-mode):
8063         Remove obsolete sections.
8065         * calc/calc.el (calc-x-paste-text):  Remove.
8067         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
8068         mouse-2.
8070 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
8072         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
8073         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
8074         current frame (in case of recursive calls).
8075         (gdb-show-changed-values): Add :version keyword.
8077 2004-11-09  Kenichi Handa  <handa@m17n.org>
8079         * international/mule-cmds.el: Change coding: tag back to
8080         iso-2022-7bit.
8082 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8084         * international/mule-cmds.el: Change coding-system to utf-8.
8085         (select-safe-coding-system-interactively):
8086         New function extracted from select-safe-coding-system.
8087         (select-safe-coding-system): Use it.
8089 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8091         * subr.el (syntax-after): Doc fix.
8093         * paren.el (show-paren-function): Change calls to syntax-after
8094         for new way of returning the value.
8096         * menu-bar.el (menu-bar-file-menu): Make this the real name
8097         and menu-bar-files-menu the alias.  Use the former.
8098         (global-map): Use `file', not `files', as the symbol.
8100         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
8102         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
8103         Don't use beginning-of-buffer.
8104         (filesets-cmd-show-result): Use with-no-warnings.
8106 2004-11-08  Juri Linkov  <juri@jurta.org>
8108         * progmodes/compile.el (compile): Don't overwrite last command in
8109         minibuffer history with default command if they are not equal.
8111 2004-11-08  Jay Belanger  <belanger@truman.edu>
8113         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
8114         non-linear substitutions.
8116 2004-11-08  Jay Belanger  <belanger@truman.edu>
8118         * calc/calcalg2.el (math-linear-subst-tried): New variable.
8119         (math-do-integral):  Set `math-linear-subst-tried' to nil.
8120         (math-do-integral-methods):  Use `math-linear-subst-tried' to
8121         determine what type of substitution to try.
8122         (math-integ-try-linear-substituion):
8123         Set `math-linear-subst-tried' to t.
8125 2004-11-08  Kim F. Storm  <storm@cua.dk>
8127         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
8129 2004-11-07  Juri Linkov  <juri@jurta.org>
8131         * info-look.el (info-lookup): Allow reusing in the current buffer
8132         not only *info* buffer, but all (even renamed) Info buffers
8133         by checking for major-mode instead of *info* buffer name.
8134         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
8135         (octave-mode, maxima-mode) <doc-spec>:
8136         Allow long dashes generated by Texinfo 4.7 before definitions.
8137         (texinfo-mode) <doc-spec>: Add space to suffix to find command
8138         definitions with argument separated by space.
8140 2004-11-06  Richard M. Stallman  <rms@gnu.org>
8142         * simple.el (next-error group, face): Move before first use.
8143         (next-error-highlight, next-error-highlight-no-select): Likewise.
8145         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
8146         (line-move): New args NOERROR and TO-END.
8147         Return t if if succeed in moving specified number of lines.
8148         (move-end-of-line): New function.
8150         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
8151         (end-of-buffer-other-window): Likewise.
8153         * simple.el (line-move-ignore-invisible): Default to t.
8155         * subr.el (syntax-after): Return the syntax letter, not the raw code.
8157         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
8159         * international/iso-cvt.el (iso-cvt-define-menu):
8160         Rename menu-bar-files-menu to menu-bar-file-menu.
8162         * net/browse-url.el (browse-url-gnome-moz-program)
8163         (browse-url-gnome-moz-arguments): Move up before first use.
8165         * net/tramp.el (tramp group): Add :version.
8167         * progmodes/ada-xref.el (ada-gdb-application):
8168         Use goto-char instead of beginning-of-buffer.
8170         * progmodes/cperl-mode.el (cperl-info-on-command):
8171         Use goto-char instead of beginning-of-buffer.
8173         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
8174         Move up before first use.
8175         (idlwave-shell-temp-pro-file): Likewise.
8176         (idlwave-shell-temp-rinfo-save-file): Likewise.
8177         (idlwave-shell-temp-file): Minor doc fix.
8179         * textmodes/flyspell.el (flyspell-external-point-words):
8180         Use goto-char instead of beginning-of-buffer.
8182 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
8184         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
8185         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
8186         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
8188 2004-11-06  David Ponce  <david@dponce.com>
8190         * recentf.el (recentf-menu-path): Use menu item name.
8192 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8194         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
8195         display doesn't support images.
8197 2004-11-06  Andreas Schwab  <schwab@suse.de>
8199         * tempo.el (tempo-match-finder): Doc fix.
8201         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
8203 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8205         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
8206         (easy-menu-lookup-name): New fun to replace it.
8207         (easy-menu-get-map): Use it to obey menu item names (rather than just
8208         keys) when looking up `path'.
8209         (easy-menu-always-true-p): Rename from easy-menu-always-true.
8210         (easy-menu-convert-item-1): Adjust to new name.
8212 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
8214         * outline.el (hide-body): Don't hide lines at the top of the file
8215         that precede the first header line.
8217 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
8219         * align.el (align-areas): Delete whitespace before reindenting, so
8220         that tabs are never placed after spaces.
8222 2004-11-06  Alan Shutko  <ats@acm.org>
8224         * macros.el (insert-kbd-macro): Do completions based on macros,
8225         rather than all commands.
8227 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
8229         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
8230         to solve a bug whereby tags with 'b' don't match.
8232 2004-11-05  Juri Linkov  <juri@jurta.org>
8234         * info.el (Info-search): Don't search in node header lines
8235         and file headers.
8237         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
8238         symbol-constituent characters after dot, not only digits.
8240 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
8242         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
8244 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8246         * dired.el (dired-read-dir-and-switches): Call read-directory-name
8247         if a dialog will be used, read-file-name otherwise.
8249 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8251         * textmodes/table.el (table group): Add :version.
8253         * textmodes/ispell.el (ispell-word):
8254         Don't alter args; set them only thru `interactive' spec.
8256         * textmodes/flyspell.el (flyspell-word):
8257         Don't alter FOLLOWING; set it only thru `interactive' spec.
8259         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
8261         * net/browse-url.el (browse-url-maybe-new-window):
8262         Use called-interactively-p.
8264         * mail/supercite.el (sc-cite-region):
8265         Don't use interactive-p.  Add arg INTERACTIVE.
8266         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
8268         * international/mule-cmds.el (set-input-method, toggle-input-method):
8269         Don't use interactive-p.  Add arg INTERACTIVE.
8271         * eshell/esh-mode.el (eshell-show-maximum-output):
8272         Don't use interactive-p.
8273         (eshell-truncate-buffer): Just message, no error, if buffer is short.
8275         * mouse.el (mouse-show-mark): Get positions to delete from mark
8276         and point, not from mouse-drag-overlay.
8278         * imenu.el (imenu-eager-completion-buffer): Add :version.
8280         * filesets.el (filesets group): Add :version.
8282 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
8284         * files.el (xml-based-modes): Delete var.
8285         (magic-mode-alist): New more general var.
8286         (set-auto-mode): Use it.
8288         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
8289         when clicking from another window.
8291 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
8293         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
8294         (vc-cvs-annotate-time): Incorporate value of deleted var.
8295         Remove special-case handling of beginning-of-buffer cruft.
8296         Cache ending position (point) and return value in text property
8297         `vc-cvs-annotate-time', and consult it on subsequent invocations.
8299         * vc-cvs.el (vc-cvs-annotate-command):
8300         Delete extraneous lines from beginning of buffer.
8301         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
8303         * progmodes/grep.el (grep-default-command): Take empty string
8304         for tag if all other methods yield nil.  Shell-quote the tag.
8306         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
8307         spec in `interactive' form, and mention it in the docstring.
8308         Also, make sure point is at bol after calling `annotate-time'.
8310 2004-11-02  Richard M. Stallman  <rms@gnu.org>
8312         * cus-edit.el (customize-group-other-window):
8313         Select the window that displays the custom buffer.
8314         (custom-buffer-create-other-window): Likewise.
8316         * comint.el (comint-insert-input): Fix previous change.
8318         * emacs-lisp/elp.el (elp-instrument-function):
8319         Use called-interactively-p.
8321         * emacs-lisp/easymenu.el (easy-menu-intern):
8322         Don't downcase; rather, case-flip the first letter of each word.
8324         * emacs-lisp/easy-mmode.el (define-minor-mode):
8325         Use called-interactively-p.
8327         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8328         Add interactive-only.
8329         (byte-compile-warnings): Add interactive-only as option.
8330         (byte-compile-interactive-only-functions): New variable.
8331         (byte-compile-form): Warn about calls to functions
8332         in byte-compile-interactive-only-functions.
8334         * emacs-lisp/autoload.el (update-file-autoloads):
8335         Don't use interactive-p; take new arg SAVE-AFTER.
8337         * emacs-lisp/advice.el (ad-make-advised-definition):
8338         Use called-interactively-p.
8340 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8342         * files.el (find-file-existing): New function.
8344         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
8345         find-file-existing.  Add "New File..." that calls find-file.
8347         * diropen.pbm, diropen.xpm: New files.
8349         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
8350         icon diropen.  New tool bar item find-file-existing uses icon open.
8352         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
8353         instead of read-file-name.
8355 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
8357         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
8358         (icalendar--split-value): Change name of work buffer.
8359         (icalendar--get-weekday-abbrev): Return nil on error.
8360         (icalendar--date-to-isodate): New function.
8361         (icalendar-convert-diary-to-ical)
8362         (icalendar-extract-ical-from-buffer): Use only two args for
8363         make-obsolete (XEmacs compatibility).
8364         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
8365         (icalendar-export-region): Doc fix.
8366         If error, return non-nil and write errors to a buffer.
8367         Use correct weekday for weekly recurring events.
8368         Check whether date has been parsed for ordinary events.
8369         Make weekly events start in the year 2000.
8370         DTEND is non-inclusive, shift end date by one day if
8371         necessary (not for entries that have date and time).
8372         Rename local let variables: oops -> found-error, datestring ->
8373         startdatestring.
8375 2004-11-02  Kim F. Storm  <storm@cua.dk>
8377         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
8378         keep-mode-if-same variable.  Add it as optional arg instead.
8379         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
8381         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
8382         substitute-command-keys will select lower-case bindings like those
8383         used in the static help texts.
8385         * descr-text.el (describe-text-properties): Don't err if called in
8386         the *Help* buffer; output to *Help-2* buffer instead.
8388         * kmacro.el (group kmacro): Add :version.
8389         (kmacro-keyboard-quit): New function to cleanup on C-g.
8390         (kmacro-start-macro): Set defining-kbd-macro to append when
8391         appending to last macro.
8393         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
8395 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
8397         * progmodes/gdb-ui.el (gdb-enable-debug-log)
8398         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
8399         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
8400         Add :version keyword.
8402 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
8404         * progmodes/flymake.el (flymake-err-line-patterns):
8405         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
8406         `compilation-error-regexp-alist-alist' to internal Flymake format.
8408         * progmodes/flymake.el: Eliminate byte-compiler warnings.
8410 2004-11-01  Jay Belanger  <belanger@truman.edu>
8412         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
8413         with `interactive "s"'.
8415 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8417         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8418         Revert change from 2004-10-16.  '*' checks the current buffer, but the
8419         mouse click may be in another buffer.
8421 2004-11-01  John Paul Wallington  <jpw@gnu.org>
8423         * files.el (large-file-warning-threshold): Add :version keyword.
8424         (kill-some-buffers): Doc fix.
8426         * thumbs.el (group thumbs): Add :version keyword.
8428         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
8430 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8432         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
8434         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
8436         * allout.el (allout group): Add :version.
8437         (allout-init): Don't use interactive-p.
8438         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
8439         (allout-forward-current-level, allout-backward-current-level):
8440         Don't use interactive-p.
8442         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
8443         (bibtex-find-text): Likewise.
8445         * progmodes/vhdl-mode.el (vhdl-fill-region)
8446         (vhdl-beginning-of-statement): Don't use interactive-p.
8448         * progmodes/idlwave.el (idlwave-update-routine-info):
8449         Don't use interactive-p.
8451         * progmodes/idlw-shell.el (idlwave-shell-send-char):
8452         Don't use interactive-p.
8454         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
8455         Don't use interactive-p.
8457         * progmodes/ada-xref.el (ada-make-body-gnatstub):
8458         Don't use interactive-p.
8460         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
8461         (fortune-in-buffer): Doc fix.
8463         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
8465         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
8466         don't select the temporary buffer.
8467         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
8468         (eudc-get-phone): Likewise.
8470 2004-11-01  Kim F. Storm  <storm@cua.dk>
8472         * man.el (Man-xref-normal-file): Fix help-echo.
8474 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * reveal.el (reveal-last-tick): New var.
8477         (reveal-post-command): Use it to avoid closing overlays when we're
8478         appending text to them.
8480 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8482         * textmodes/bibtex.el: Require button.
8483         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
8484         (bibtex-reference-keys): Distinguish between header keys and
8485         crossref keys.
8486         (bibtex-beginning-of-field): New function.
8487         (bibtex-url-map): Remove.
8488         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
8489         (bibtex-font-lock-url-regexp): Assume that field names begin at
8490         the beginning of a line.
8491         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
8492         Remove field delimiters.  Use bibtex-beginning-of-field.
8493         Bugfix, point can be inside a field with a url.
8494         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
8495         New functions.
8496         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
8497         (bibtex-key-in-head): Simplify.
8498         (bibtex-current-line): Use bolp.
8499         (bibtex-parse-keys): Remove unused arg `add'.
8500         Use bibtex-type-in-head and bibtex-key-in-head.
8501         (bibtex-parse-entry, bibtex-autofill-entry):
8502         Use bibtex-type-in-head and bibtex-key-in-head.
8503         (bibtex-autokey-get-field): Do not alter case of replacement text.
8504         (bibtex-autokey-get-names): Do all processing of name list.
8505         (bibtex-autokey-get-year): New function.
8506         (bibtex-autokey-get-title): Do all processing of title words.
8507         (bibtex-generate-autokey): Simplify.
8508         (bibtex-string-files-init): Use default-directory.
8509         Allow for absolute file names in bibtex-string-files.
8510         (bibtex-files, bibtex-file-path): New variables.
8511         (bibtex-files-expand): New function.
8512         (bibtex-find-entry-globally): New command.
8513         (bibtex-summary-function): New variable.
8514         (bibtex-summary): Default value of bibtex-summary-function.
8515         (bibtex-find-crossref): New optional args pnt and split.
8516         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
8517         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
8518         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
8519         Fix handling of required and alternative fields.
8520         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
8521         Use cons and display-buffer.
8522         (bibtex-validate-globally): New command.
8523         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
8524         bibtex-parse-keys and bibtex-parse-strings for updating
8525         bibtex-reference-keys and bibtex-strings.
8526         (bibtex-realign): Remove blank lines past the last entry.
8527         (bibtex-reformat): Use bibtex-entry-format as default.
8528         (bibtex-choose-completion-string): Remove.
8529         (bibtex-complete): Do not use bibtex-choose-completion-string.
8530         (bibtex-url): Simplify.
8532 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8534         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
8535         (x-dnd-types-alist, x-dnd-open-file-other-window)
8536         (x-dnd-known-types): Add :version.
8538 2004-10-31  John Paul Wallington  <jpw@gnu.org>
8540         * ibuffer.el (group ibuffer): Add :version keyword.
8542 2004-10-31  Kim F. Storm  <storm@cua.dk>
8544         * ido.el (group ido): Add :version keyword.
8545         (ido-mode): Remove :version keyword.
8547         * emulation/cua-base.el (group cua): Add :version keyword.
8548         (cua-mode): Remove :version keyword.
8550 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8552         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
8554         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
8555         compiler warning.
8556         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
8557         function.
8558         (help-at-pt-display-when-idle): Remove autoload.
8560 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
8564 2004-10-30  Juri Linkov  <juri@jurta.org>
8566         * help.el (function-called-at-point):
8567         * help-fns.el (variable-at-point): Read -> intern.
8569 2004-10-30  Simon Josefsson  <jas@extundo.com>
8571         * progmodes/autoconf.el (autoconf-font-lock-keywords):
8572         Recognize AS_* too.
8574 2004-10-29  Simon Josefsson  <jas@extundo.com>
8576         * subr.el (read-passwd): Move back from password.el.
8578         * password.el: Remove, not ready yet.
8580 2004-10-29  Andreas Schwab  <schwab@suse.de>
8582         * speedbar.el (speedbar-frame-parameters): Improve customize type.
8584 2004-10-29  Sam Steingold  <sds@gnu.org>
8586         * mouse.el (mouse-show-mark): Replace the last occurrence of
8587         x-lost-selection-hooks with x-lost-selection-functions.
8589 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8591         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
8592         x-lost-selection-functions is bound.
8594         * mouse-sel.el (mouse-sel-mode):
8595         * emacs-lisp/lselect.el: Adjust to new names for
8596         x-(lost|sent)-selection-functions.
8598         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
8599         New obsolete aliases of x-lost-selection-functions and
8600         x-sent-selection-functions.
8602 2004-10-28  Kim F. Storm  <storm@cua.dk>
8604         * imenu.el (imenu-scanning-message): Remove.
8605         (imenu-progress-message): Make it a no-op.
8607 2004-10-28  John Paul Wallington  <jpw@gnu.org>
8609         * files.el (set-auto-mode): Call `throw' correctly.
8611 2004-10-28  Juri Linkov  <juri@jurta.org>
8613         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
8614         to search `Info-...' commands in `info' manual.
8615         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8616         Add 'info-file "emacs" property.
8617         (Info-find-emacs-command-nodes): Fix index line number regexp.
8618         Set real line number (instead of fake 0) in first element of the
8619         returned list.
8620         (Info-goto-emacs-command-node): Use line number of first element
8621         to set point in the first found Info node.
8623         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
8624         code to `grep-mode-font-lock-keywords'.
8625         (grep-mode-font-lock-keywords): Delete grep markers instead
8626         of making them invisible.
8628 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8630         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
8631         and x-server-version in bug report.
8633 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
8635         * files.el (set-auto-mode-0): New function.
8636         (set-auto-mode): Use it to handle aliased modes and to
8637         be consistent between C-x C-f and C-x C-w.
8639 2004-10-28  Kenichi Handa  <handa@m17n.org>
8641         * international/utf-8.el (utf-translate-cjk-charsets):
8642         Add katakana-jisx0201.
8644         * international/subst-jis.el: Add data for JISX0201.
8646 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8648         * obsolete/hilit19.el (hilit-mode): New function.
8649         Move all the toplevel side-effecting stuff into it, so that loading
8650         hilit19 doesn't mess everything up any more.
8652 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8654         * add-log.el (add-change-log-entry): Set up mailing address
8655         and full name later, and don't alter add-log-mailing-address
8656         or add-log-full-name.
8658         * elide-head.el (elide-head): Change error to message.
8659         (elide-head-show): Likewise.
8661         * apropos.el (apropos-macrop): Doc fix.
8663         * mouse.el (mouse-show-mark): Do most processing the same
8664         regardless of transient-mark-mode.
8666         * shadowfile.el (shadow-copy-files): Use interactive-p
8667         only to control whether to print a message.
8669         * tar-mode.el (tar-mode): Use write-contents-functions,
8670         not write-contents-hooks.
8672         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
8673         directory-sep-char.
8675 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8677         * strokes.el (strokes-unload-hook): Fix previous change.
8679         * type-break.el (type-break-run-at-time): Always use run-at-time;
8680         forget the alternatives.
8681         (type-break-cancel-function-timers): Always use cancel-function-timers;
8682         forget the alternatives.
8684         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
8686 2004-10-27  Kenichi Handa  <handa@m17n.org>
8688         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
8690         * international/subst-gb2312.el: Likewise.
8692         * international/subst-big5.el: Likewise.
8694         * international/subst-ksc.el: Likewise.
8696         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
8697         New variable.
8698         (utf-translate-cjk-set-unicode-range): New function.
8699         (utf-translate-cjk-unicode-range): Make it customizable.
8700         (utf-8-post-read-conversion):
8701         Use utf-translate-cjk-unicode-range-string.
8702         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
8703         Unicode ranges.
8705 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
8707         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
8708         trivial variants to shorten the list.
8709         (xml-based-modes): New var.
8710         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
8711         declaration higher priority than auto-mode-alist.
8713         * find-file.el (cc-other-file-alist): Bring it in line with
8714         cc-mode's auto-mode-alist entries and use \' instead of $.
8716         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
8717         and add "Id" and "Name" submenus to it.
8719         * imenu.el (imenu--generic-function): Skip matches in comments.
8721 2004-10-26  Jay Belanger  <belanger@truman.edu>
8723         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
8724         (full-calc-keypad, calc-trail-display):  Use an extra argument
8725         instead of `interactive-p'.
8727         * calc/calc-misc.el (calc-other-window): Use an extra argument
8728         instead of `interactive-p'.
8730         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
8731         `interactive-p'.
8733 2004-10-26  Kim F. Storm  <storm@cua.dk>
8735         * help.el (describe-key): Describe both down-event and up-event
8736         for a mouse click.
8738 2004-10-26  Richard M. Stallman  <rms@gnu.org>
8740         * woman.el (woman): Don't call interactive-p.
8742         * pcomplete.el (pcomplete): Instead of interactive-p,
8743         use an arg set non-nil by the interactive spec.
8745         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
8746         use an arg set non-nil by the interactive spec.
8748         * man.el (Man-cleanup-manpage): Instead of interactive-p,
8749         use an arg set non-nil by the interactive spec.
8751 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8753         * progmodes/flymake.el (flymake-split-string):
8754         Use `flymake-split-string-remove-empty-edges' in any case.
8756 2004-10-26  Masatake YAMATO  <jet@gyve.org>
8758         * progmodes/flymake.el (flymake-err-line-patterns):
8759         Use `compilation-error-regexp-alist-alist' instead of
8760         `compilation-error-regexp-alist'.
8762 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
8765         verbatim face on the \ of \end{verbatim}.
8767 2004-10-25  Jay Belanger  <belanger@truman.edu>
8769         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
8770         erasing minibuffer.
8772 2004-10-25  Simon Josefsson  <jas@extundo.com>
8774         * subr.el (read-passwd): Move to net/password.el.
8776         * net/password.el (read-passwd): Add.  Autoload it.
8778 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
8780         * mouse-sel.el (mouse-sel-mode): Specify custom group.
8782         * simple.el (process-file): Fix logic.
8784 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
8786         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
8787         (increase-right-margin): Remove erroneous call to `interactive-p'.
8789 2004-10-24  Kim F. Storm  <storm@cua.dk>
8791         * help.el (describe-mode): Fix 2004-10-13 change.
8792         Copy pure "Auto Fill" string so it can be propertized later
8793         without causing a read-only error.
8795 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
8797         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
8798         style indexes.
8800 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8802         * simple.el (process-file): Accept nil for INFILE.  Reported by
8803         Luc Teirlinck.
8805 2004-10-24  Masatake YAMATO  <jet@gyve.org>
8807         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
8808         Handle periods and underscores in a function name.
8809         Remove the address fontification.
8811 2004-10-24  Masatake YAMATO  <jet@gyve.org>
8813         * progmodes/asm-mode.el (asm-font-lock-keywords):
8814         Use font-lock-variable-name-face for registers.
8816 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
8818         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
8819         kill-all-local-variables.
8820         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8821         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
8822         Use kill-all-local-variables and provide mode-hooks.
8823         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
8824         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
8825         Suggested by Masatake YAMATO <jet@gyve.org>.
8827 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
8829         * simple.el (process-file): New function, similar to call-process
8830         but supports file handlers.
8831         * vc.el (vc-do-command): Use it, instead of call-process.
8832         * net/tramp-vc.el (vc-do-command): Do not advise it if
8833         process-file is fboundp.
8834         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
8835         process-file.
8836         (tramp-handle-process-file): New function.
8837         (tramp-file-name-for-operation): Support process-file.
8839 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
8841         * calendar/icalendar.el (icalendar--weekday-array): New constant.
8842         (icalendar-weekdayabbrev-table)
8843         (icalendar-monthnumber-table): Delete.
8844         (icalendar--get-month-number): Use calendar-month-name-array.
8845         (icalendar--get-weekday-number): New function.
8846         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
8847         (icalendar-export-region): Handle multi-line entries.
8848         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
8850 2004-10-23  John Paul Wallington  <jpw@gnu.org>
8852         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
8853         `wildcards' set to t in interactive spec.
8855         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
8856         interactive spec rather than use `interactive-p'.
8857         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
8858         rather than use function `interactive-p'.
8860 2004-10-22  Kenichi Handa  <handa@m17n.org>
8862         * international/mule.el (translate-region): Implement it in Lisp
8863         as a front end of translate-region-internal.
8865 2004-10-21  Jay Belanger  <belanger@truman.edu>
8867         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
8868         Declare these variables with defvar.
8870         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
8871         is bound, only check to see if it is bound.
8873 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8875         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8876         Don't output messages.
8878         * calc/calc-help.el (calc-describe-bindings): Fix last change.
8880 2004-10-21  John Paul Wallington  <jpw@gnu.org>
8882         * calc/calc-graph.el (calc-graph-init):
8883         Use `set-process-query-on-exit-flag'.
8885 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
8887         * progmodes/compile.el (compilation-start): Rely on `cd' to get
8888         dir right and also allow argumentless cd.
8890 2004-10-19  Richard M. Stallman  <rms@gnu.org>
8892         * textmodes/flyspell.el (flyspell-mode): Doc fix.
8894         * eshell/em-unix.el (eshell-grep):
8895         Don't bind compilation-process-setup-function.
8897         * comint.el (comint-insert-input): Use @ in `interactive'.
8898         (comint-input-filter-functions): Doc fix.
8899         (comint-kill-whole-line, comint-get-source): Doc fix.
8901         * progmodes/compile.el (compilation-setup):
8902         Don't set buffer-read-only if MINOR is non-nil.
8904 2004-10-19  Jay Belanger  <belanger@truman.edu>
8906         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
8907         (calc-emacs-type-gnu19): Remove.
8908         (calc-digit-map, calc-read-key-sequence, calc-read-key):
8909         Remove check for old emacs versions.
8911         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
8912         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
8913         for current Emacs.
8915         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
8916         the end of the minibuffer.
8917         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
8918         copy `esc-map'.
8920         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
8922         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
8923         call that would be given when the current emacs was used.
8925 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
8927         * calendar/icalendar.el: Set coding to utf-8.
8928         (icalendar-version): Increase to 0.07.
8929         (icalendar-monthnumber-table): Change March pattern.
8930         (icalendar-get-all-event-properties)
8931         (icalendar-set-event-property): Delete.
8932         (icalendar-all-events): No longer interactive.
8933         (icalendar-convert-diary-to-ical)
8934         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
8935         their replacements.
8936         (icalendar-export-file, icalendar-export-region): New functions;
8937         essentially old `icalendar-convert-diary-to-ical' but appending to
8938         target rather than overwriting.
8939         (icalendar-import-file): Append to target file rather than
8940         overwriting.  Fourth arg deleted.
8941         (icalendar-import-buffer): New name for old
8942         `icalendar-extract-ical-from-buffer'.
8943         (icalendar--convert-string-for-import): New name for
8944         old `icalendar-convert-for-import'.
8945         (include-icalendar-files): Delete.
8946         Prefix for all internal functions changed from `icalendar-'
8947         to `icalendar--'.
8949 2004-10-19  Richard M. Stallman  <rms@gnu.org>
8951         * paths.el (news-path): Fix previous change.
8953 2004-10-18  Jay Belanger  <belanger@truman.edu>
8955         * calc/calc-help.el (calc-describe-bindings):
8956         Set `buffer-read-only' to nil while working in the keybindings buffer;
8957         remove some extra information from the keybindings buffer.
8959 2004-10-18  David Ponce  <david@dponce.com>
8961         * mouse.el (mouse-drag-move-window-top): New function.
8962         (mouse-drag-mode-line-1): Use it.
8964 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
8966         * info.el (Info-fontify-node): For multiline refs,
8967         arrange to unfontify newline and surrounding whitespace.
8969 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8971         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
8972         directory is missing.
8974 2004-10-17  John Paul Wallington  <jpw@gnu.org>
8976         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
8977         New customizable variable; whether to display buffers that match
8978         `ibuffer-maybe-show-predicates' by default.
8979         (ibuffer-maybe-show-predicates): Mention it in docstring.
8980         (ibuffer-display-maybe-show-predicates): New variable.
8981         (ibuffer-update): Prefix arg now toggles whether buffers that
8982         match `ibuffer-maybe-show-predicates' should be displayed.
8983         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
8984         locally to heed `ibuffer-default-display-maybe-show-predicates'.
8985         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
8987 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
8989         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
8990         work correctly.
8992 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
8994         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
8995         (Buffer-menu-beginning): New helper function.
8996         (Buffer-menu-execute): Use it.
8997         (Buffer-menu-select): Use it.
8998         (Buffer-menu-sort): Use it and also keep markers.
9000 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9002         * paths.el (news-directory): Rename from news-path.  Old name alias.
9003         (rmail-spool-directory): Use defvar.
9004         (sendmail-program): Use defcustom.
9005         (remote-shell-program): Use defcustom.
9006         (term-file-prefix): Use defvar.
9007         (abbrev-file-name): Use defvar.
9009         * term.el: Add maintainer.
9011         * subr.el (with-local-quit): Return nil if there's a quit.
9012         (read-passwd): Use with-local-quit.  Doc fix.
9014         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
9015         (strokes-unload-hook): Set as a variable with add-hook.
9017         * startup.el (fancy-splash-tail, normal-splash-screen):
9018         Update copyright year.
9020         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
9022         * server.el (server-unload-hook): Set as a variable with add-hook.
9024         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
9026         * frame.el (special-display-popup-frame):
9027         Make the buffer current as its frame is created.
9029         * delsel.el (delsel-unload-hook): Set as a variable.
9031         * comint.el (comint-output-filter-functions):
9032         Add comint-watch-for-password-prompt.
9033         (comint-read-noecho): Function deleted.
9034         (send-invisible): Use read-passwd.
9036         * fringe.el (fringe-mode-initialize): New function.
9037         (fringe-mode): Use fringe-mode-initialize as :initialize.
9039 2004-10-17  Kim F. Storm  <storm@cua.dk>
9041         * language/indian.el (indian-script-language-alist): Swap value and doc.
9042         (indian-font-char-index-table): Doc fix.
9044 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9046         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
9048 2004-10-16  Juri Linkov  <juri@jurta.org>
9050         * progmodes/compile.el (compilation-start): Move let-binding of
9051         `process-environment' into `with-current-buffer' body.
9052         Reported by Matt Hodges <MPHodges@member.fsf.org>.
9054 2004-10-16  Richard M. Stallman  <rms@gnu.org>
9056         * pcvs-util.el (cvs-bury-buffer):
9057         Don't call get-buffer-window for effect.
9059         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
9061         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
9063         * msb.el (msb-unload-hook): Set the variable.
9065         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9066         Use * to err if buffer is readonly.
9068         * subr.el (looking-back): Return only t or nil.
9070         * whitespace.el (whitespace-unload-hook): Set the variable.
9072         * view.el (view-mode-enable): Set view-page-size and
9073         view-half-page-size to nil.
9074         (view-set-half-page-size-default): view-half-page-size = nil
9075         means the default.
9076         (View-scroll-page-forward): Use view-page-size-default.
9077         (View-scroll-page-backward): Likewise.
9078         (view-page-size, view-half-page-size): Doc fixes.
9080         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
9082         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
9084         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
9085         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
9086         (byte-compile-log-1): Bind inhibit-read-only.
9087         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
9088         (byte-compile-log-warning): Likewise.
9089         (byte-compile-file-form-require): Detect "cl" from the arg value.
9091         * progmodes/compile.el (compilation-start): Assume compilation-mode
9092         will make the buffer read-only.
9093         (compilation-mode): Take arg name-of-mode.
9094         (compilation-setup): Make buffer read-only.
9095         (compilation-handle-exit): Bind inhibit-read-only.
9097         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
9098         (ispell-message): Likewise.
9099         (ispell-show-choices): Don't call get-buffer-window uselessly.
9100         (ispell-init-process): Use set-process-query-on-exit-flag.
9102 2004-10-16  Kim F. Storm  <storm@cua.dk>
9104         * fringe.el (fringe-bitmaps): Only initialize when defined.
9106         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
9107         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
9109         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
9111 2004-10-15  Simon Josefsson  <jas@extundo.com>
9113         * net/password.el: Add.
9115 2004-10-14  Masatake YAMATO  <jet@gyve.org>
9117         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
9118         (gdb-script-end-of-defun): New function.
9119         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
9120         `gdb-script-end-of-defun' as *-of-defun-function.
9122 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
9124         * button.el (button-activate): Allow a marker to display as an action.
9126         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
9128         * help.el (describe-mode): Use it to make minor mode list into
9129         hyperlinks.
9131 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * vc.el (vc-annotate-display-select): Fix typo.
9135         * subr.el (substitute-key-definition-key): New function.
9136         (substitute-key-definition): Use it with map-keymap.
9137         (event-modifiers): Use push.
9138         (mouse-movement-p, with-temp-buffer): Simplify.
9140 2004-10-12  Jay Belanger  <belanger@truman.edu>
9142         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
9143         New variables.
9144         (calc-help-index-entries): New function.
9145         (calc-describe-function): Use `calc-help-function-list' instead of
9146         obarray for completion.
9147         (calc-describe-variable): Use `calc-help-variable-list' instead
9148         of obarray for completion.
9150 2004-10-12  Richard M. Stallman  <rms@gnu.org>
9152         * info-look.el (info-lookup-file): Add info-file property.
9153         (info-lookup-symbol): Likewise.
9155         * info.el (info-xref): Add underlining.
9156         (info): Add info-file property.
9157         (Info-find-emacs-command-nodes): Specify case-sensitive search.
9159 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
9161         Sync with Tramp 2.0.45.
9163         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
9164         defined.  This is not the case for XEmacs without package "edebug".
9165         (tramp-set-auto-save-file-modes): Set permissions of autosaved
9166         remote files to the permissions of the original file.  This is not
9167         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
9168         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
9169         (tramp-perl-decode): Fix an error in Perl implementation.
9170         $pending must be cleared every loop.  Reported by Benjamin Place
9171         <benjaminplace@sprintmail.com>
9173         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
9174         Don't activate advice during definition.  This is done later on,
9175         depending on test result of `substitute-in-file-name'.
9176         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9178 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9180         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
9182         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
9184 2004-10-12  David Ponce  <david@dponce.com>
9186         * recentf.el (recentf-edit-list): Update the menu when the recentf
9187         list has been modified.
9189 2004-10-12  Simon Josefsson  <jas@extundo.com>
9191         * net/tls.el (tls-certtool-program): New variable.
9192         (tls-certificate-information): New function, based on
9193         ssl-certificate-information.
9195 2004-10-12  Kenichi Handa  <handa@m17n.org>
9197         * international/mule.el (coding-system-equal): Move from mule-util.el.
9199         * international/mule-util.el (coding-system-equal): Move to mule.el.
9201 2004-10-12  Kim F. Storm  <storm@cua.dk>
9203         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
9204         reset kmacro-initial-counter-value if set.
9205         (kmacro-set-counter): Only set kmacro-counter if defining or executing
9206         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
9207         (kmacro-display): Show macro counter if non-zero.
9209         * subr.el (substitute-key-definition): Mention command remapping
9210         in doc string.
9212 2004-10-11  Jay Belanger  <belanger@truman.edu>
9214         * calc/calc-misc.el (calc-info-goto-node): New function.
9215         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
9216         node in one step.
9217         (calc-describe-copying, calc-describe-distribution)
9218         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
9219         Go to appropriate info node in one step.
9221 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9223         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
9225         * font-lock.el (font-lock-apply-highlight): Fix last change.
9227 2004-10-11  Simon Josefsson  <jas@extundo.com>
9229         * mail/smtpmail.el (smtpmail-open-stream): Look for
9230         starttls-gnutls-program instead of starttls-program iff
9231         starttls-use-gnutls is non-nil.
9232         (smtpmail-open-stream): Don't overwrite user settings of
9233         starttls-extra-arguments and starttls-extra-args.
9235 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9237         * comint.el (comint-mouse-insert-input): Remove.
9238         (comint-insert-input): Make it work for mouse bindings.
9239         (comint-mode-map): Move defs into the declaration.
9240         (comint-output-filter): Typo.
9242         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
9244 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
9246         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
9247         (ange-ftp-call-chmod): Reference remote-shell-program instead of
9248         ange-ftp-remote-shell.
9250 2004-10-10  Andreas Schwab  <schwab@suse.de>
9252         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
9253         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
9254         Reported by <sri@asu.edu>.
9256 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
9258         * vc.el (vc-annotate-mode): Remove variable.
9259         (vc-annotate-display-select): Only call vc-annotate-mode
9260         if we're not in that mode already.
9262 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9264         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
9265         (imenu-choose-buffer-index): Check here for rescan instead.
9267         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
9268         where the face expression evals to nil.
9270         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
9271         (tex-font-lock-keywords-2): Use it.
9272         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
9274         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
9276 2004-10-09  Kim F. Storm  <storm@cua.dk>
9278         * subr.el (progress-reporter-update): Define before first usage.
9279         (make-progress-reporter): Doc fix.
9281 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9283         * textmodes/paragraphs.el (sentence-end-double-space)
9284         (sentence-end-without-period, sentence-end-without-space)
9285         (sentence-end): Doc fixes.
9287 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
9289         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9290         Change paragraph-start regexp so we don't fill code starting with #'(.
9292 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
9294         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
9295         New defcustom.
9296         (extract-address-components): Use it.
9298 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
9300         * subr.el (make-progress-reporter, progress-reporter-update)
9301         (progress-reporter-force-update, progress-reporter-do-update)
9302         (progress-reporter-done): New functions.
9304         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
9306         * progmodes/etags.el (etags-tags-completion-table): Use progress
9307         reporter.
9308         (etags-tags-apropos): Likewise.
9310 2004-10-08  Alan Mackenzie  <acm@muc.de>
9312         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
9313         of current line.
9315 2004-10-08  Masatake YAMATO  <jet@gyve.org>
9317         * server.el (server-process-filter): Wrap `process-send-region'
9318         by `condition-case' to guard the case when the pipe to PROC is closed.
9320 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
9322         * xml.el (xml-substitute-special): Limit handling of external entities.
9324 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
9326         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
9328 2004-10-06  John Paul Wallington  <jpw@gnu.org>
9330         * xml.el (xml-parse-dtd): Fix `error' call.
9332 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
9334         * xml.el (xml-substitute-special): Return a single string instead
9335         of a list of strings if an entity substitution is made.
9337 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
9339         * calendar/icalendar.el: New file.
9341 2004-10-05  Juri Linkov  <juri@jurta.org>
9343         * isearch.el (isearch-done): Set mark after running hook.
9344         Reported by Drew Adams <drew.adams@oracle.com>.
9346         * info.el (Info-history, Info-toc): Fix Info headers.
9347         (Info-toc): Narrow buffer before Info-fontify-node.
9348         (Info-build-toc): Don't check for special Info file names.
9349         Set main-file to nil if Info-find-file returns a symbol.
9351 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
9353         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
9354         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
9355         * calendar/cal-menu.el (calendar-mode-map): Ditto.
9357 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
9359         * calendar/cal-iso.el (calendar-iso-read-args): New function,
9360         for old interactive spec from calendar-goto-iso-date.
9361         (calendar-goto-iso-date): Use it.
9362         (calendar-goto-iso-week): New function.  Suggested by Emilio
9363         C. Lopes <eclig@gmx.net>.
9365 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
9367         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
9368         `set-right-margin' bindings that follow the minor mode conventions.
9370 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
9373         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
9374         (latex-block-args-alist): Add minipage and picture.
9375         (latex-block-body-alist): Use reftex-label if enabled.
9376         (latex-insert-block): Don't insert a \n if not necessary.
9377         (tex-compile-commands): Make sure dvips doesn't send to printer.
9378         (tex-compile-default): Handle the case where no executable is found.
9379         (latex-noindent-environments): New var.
9380         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
9381         If tex-indent-allhanging is non-nil, make sure we only align for macros
9382         at beginning of line.
9384 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
9386         * newcomment.el (comment-beginning): Doc fix and don't choke on
9387         unset `comment-end-skip' when at beginning of comment.
9389 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
9391         * term.el (term-adjust-current-row-cache): Don't allow the current
9392         row to become negative.
9393         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
9394         the end of the line. Fix scroll down. Add comments.
9395         (term-handle-ansi-escape): Don't exceed terminal width when moving
9396         right.
9397         (term-scroll-region): Move the cursor after setting the scroll region.
9399 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
9401         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
9402         to `width' for consistency with docstring.  Doc fix.
9404 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
9406         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
9407         This is necessary for derived modes.
9409 2004-09-30  Kim F. Storm  <storm@cua.dk>
9411         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
9412         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
9414         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
9415         kmacro-extract-lambda functions.
9416         (edit-kbd-macro): Handle kmacro lambda forms.
9417         Include counter and counter format in edit buffer.
9418         (edmacro-finish-edit): Get counter and format from edit buffer and
9419         update kmacro bindings when found.
9421 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
9423         * textmodes/paragraphs.el (forward-paragraph):
9424         Avoid args-out-of-range error when point winds up at the beginning of
9425         the buffer and hard newlines are enabled.
9427         * newcomment.el (comment-multi-line): Doc fix.
9429 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
9432         (diff-fixup-modifs): Catch unified-diff file-headers.
9434 2004-09-29  Kim F. Storm  <storm@cua.dk>
9436         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
9437         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
9438         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
9440         * fringe.el (fringe-bitmap-p): New macro.
9441         (fringe-bitmaps): Add standard fringe bitmaps on load.
9443 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9445         * dired.el (dired-view-command-alist): Use more efficient regexps.
9446         Remove dubious arguments.
9447         (dired-align-file): New function.
9448         (dired-insert-directory): Use it.
9449         (dired-move-to-end-of-filename): Make the " -> " search more specific.
9450         (dired-buffers-for-dir): Remove unused var `pattern'.
9452 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
9454         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
9455         from diary display excursion.  Store diary buffer's point for
9456         `simple-diary-display'.
9457         (simple-diary-display): Set window point and start when
9458         displaying buffer, to preserve point.
9460 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
9462         * textmodes/enriched.el (enriched-translations): Replace defconst
9463         with defvar.
9465 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9467         * printing.el: Doc fix.
9468         (pr-version): New version number (6.8.1).
9469         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
9470         make-temp-name.
9471         (pr-delete-file): Check if file exists before deleting it.
9472         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
9474 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9476         * term.el (term-display-table): New variable.
9477         (term-mode): Use it.
9478         (term-exec-1): Set the coding system to binary.
9479         (term-emulate-terminal): Decode the string before inserting it.
9481 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
9483         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
9484         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
9485         (map): Bind S-prior, S-next and S-insert.
9486         (term-mode): Set `indent-tabs-mode' to nil.
9487         (term-paste): New function to be bound to S-insert.
9488         (term-send-del, term-send-backspace): Change the strings sent.
9489         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
9490         (term-handle-colors-array): Fix handling of underline and reverse.
9491         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
9492         (term-erase-in-line): Fix comparison.
9493         (term-emulate-terminal): Fix line wrap handling.
9494         (term-start-output-log): Rename from `term-set-output-log'.
9495         (term-stop-output-log): Rename from `term-stop-photo'.
9496         (term-switch-to-alternate-sub-buffer): Comment out, unused.
9498 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9500         * dired.el (dired-move-to-filename): Don't output a message if
9501         raise-error is non-nil.  Fix return position and value.
9503         * files.el (insert-directory): Obey --dired even with symlinks.
9505 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
9507         * ls-lisp.el (ls-lisp-format): Mark file names with property
9508         dired-filename.
9510 2004-09-25  Kim F. Storm  <storm@cua.dk>
9512         * ido.el (ido-max-directory-size): New defcustom.
9513         (ido-decorations): Add "too big" element.
9514         (ido-directory-too-big): New dynamic var.
9515         (ido-may-cache-directory): Don't cache big directories.
9516         (ido-directory-too-big-p): New defun.
9517         (ido-set-current-directory): Update ido-directory-too-big.
9518         (ido-read-internal): Make empty ido-cur-item if too-big.
9519         (ido-buffer-internal): Use ido-read-internal directly instead of
9520         ido-read-buffer.
9521         (ido-file-internal): Init ido-directory-too-big.
9522         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
9523         and redo completion with full list.
9524         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
9525         it, and show completions.
9526         (ido-all-completions): Let bind ido-directory-too-big to nil.
9527         (ido-exhibit): Handle ido-directory-too-big.
9528         (ido-read-buffer): Handle fallback to read-buffer.
9529         Init ido-directory-too-big.
9530         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
9531         Init ido-directory-too-big.
9533 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
9535         * subr.el (delay-mode-hooks): Doc fix.
9537 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
9539         * textmodes/enriched.el
9540         (enriched-default-text-properties-local-flag): New variable.
9541         (enriched-mode): Make sure that enabling and disabling the mode is
9542         a no-op.  Doc fix.
9544 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
9546         * calendar/holidays.el (holiday-advent): Report on a specified day
9547         offset from advent, not just advent.
9548         (holiday-easter-etc): Report on one specified day offset from
9549         easter, not all easter holidays. Various Easter holidays moved to
9550         `christian-holidays' variable in calendar.el.
9551         * calendar/calendar.el (christian-holidays): Adapt for new
9552         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
9554 2004-09-23  Kim F. Storm  <storm@cua.dk>
9556         * image.el (insert-sliced-image): Add doc string.
9558         * ido.el (ido-choice-list): New dynamic var for `list' context.
9559         (ido-context-switch-command): New dynamic var.
9560         (ido-define-mode-map): Generalize switch between file/buffer contexts.
9561         (ido-read-internal): Handle new `list' context.
9562         Handle insert-buffer and insert-file ido-exit values.
9563         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
9564         ido-context-switch-command. Handle insert-file ido-exit value.
9565         (ido-read-buffer): Set ido-context-switch-command to 'ignore
9566         unless it is already bound by caller.
9567         (ido-file-internal): New arg switch-cmd.  Use it to setup
9568         ido-context-switch-command.  Handle insert-buffer ido-exit value.
9569         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
9570         used for context switching.
9571         (ido-all-completions): Handle new `list' context.
9572         (ido-make-choice-list): Return choices for `list' context.
9573         (ido-find-file-in-dir, ido-display-file, ido-write-file)
9574         (ido-display-buffer, ido-kill-buffer): Disable context switching.
9575         (ido-insert-buffer, ido-insert-file): Setup context switching.
9576         (ido-exhibit): Handle `list' context.
9577         (ido-read-file-name): Disable context switching.  Handle fallback.
9578         (ido-read-directory-name): Disable context switching.
9579         (ido-completing-read): New defun like completing-read.  Setup and
9580         use new `list' context.
9582 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
9584         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
9586 2004-09-21  Jay Belanger  <belanger@truman.edu>
9588         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9589         `calc-graph-set-styles' so the gnuplot buffer will appear in a
9590         separate window.
9592 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
9594         * subr.el (after-change-major-mode-hook): Doc fix.
9596 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9598         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
9599         of ghostscript for monochrome PostScript file in Windows.
9601 2004-09-21  Kenichi Handa  <handa@m17n.org>
9603         * descr-text.el (describe-char): Checking of quail activation fixed.
9605 2004-09-21  Jay Belanger  <belanger@truman.edu>
9607         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9609 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
9611         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
9612         after the mode hooks instead of before.  Doc fix.
9614 2004-09-20  Jason Rumney  <jasonr@gnu.org>
9616         * startup.el (command-line) [windows-nt]: Try .emacs first, then
9617         _emacs, but revert to .emacs if neither exists in home directory.
9619 2004-09-20  John Paul Wallington  <jpw@gnu.org>
9621         * bindings.el (completion-ignored-extensions): Add .dfsl.
9623 2004-09-20  Richard M. Stallman  <rms@gnu.org>
9625         * bindings.el (scroll-left): Make it disabled.
9627         * files.el (enable-local-eval): Doc fix.
9629         * indent.el (move-to-left-margin): Special case for minibuffer.
9631         * term.el (term-emulate-terminal): Turn off undo for output.
9632         Use with-current-buffer and save-selected-window.
9634         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
9636         * progmodes/make-mode.el (makefile-fill-paragraph):
9637         Don't insist on spaces when looking for comments.  # is enough.
9639         * files.el (hack-local-variables): Copy the variables list
9640         to another buffer, strip prefixes and suffixes there, then read.
9641         (enable-local-eval): Doc fix.
9642         (ignored-local-variables): Initialize to nil.
9643         (risky-local-variable-p): Don't check ignored-local-variables here.
9644         (hack-one-local-variable): Ignore var if in ignored-local-variables.
9646 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9648         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
9649         of = to "." (punctuation).
9651 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9653         * subr.el (event-basic-type): Fix mask (extend to 22bits).
9655 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
9657         * textmodes/enriched.el (enriched-rerun-flag): New variable.
9658         (enriched-before-change-major-mode): New function.
9659         Add it to `change-major-mode-hook'.
9660         (enriched-after-change-major-mode): New function.
9661         Add it to `after-change-major-mode-hook'.
9662         (enriched-mode): Make it work correctly if called from
9663         `after-change-major-mode-hook'.
9664         No longer set `indent-line-function'.
9666         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
9668         * subr.el (after-change-major-mode-hook): New variable.
9669         (run-mode-hooks): Implement it.
9671 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9673         * battery.el (battery-linux-proc-apm): Use string-to-number.
9674         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
9675         Use dolist (and less indentation).  Use erase-buffer.
9676         Pre-initialize `design-capacity', `warn', and `low'.
9677         (battery-format): Use replace-regexp-in-string.
9679 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9681         * battery.el: Delete superfluous empty lines.
9682         (battery-linux-proc-acpi): Attempt to gather information from all
9683         battery subdirectories regardless of their file name.
9684         (battery-linux-proc-apm): Replace all occurrences of
9685         battery-hex-to-int-2 with string-to-int (base 16).
9686         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
9687         (battery-hex-map): Delete variable.
9689 2004-09-18  John Paul Wallington  <jpw@gnu.org>
9691         * calc/calc-units.el (calc-quick-units): Fix overzealous
9692         s/or/unless/.
9694 2004-09-17  Jay Belanger  <belanger@truman.edu>
9696         * calc/calc.el (calc-mode-var-list): Fix the value of
9697         `calc-matrix-brackets'.
9699 2004-09-17  Romain Francoise  <romain@orebokech.com>
9701         * ibuf-ext.el (define-ibuffer-filter filename):
9702         Expand dired-directory since buffer-file-name is absolute.
9704 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9706         * ediff-init.el (ediff-current-diff-face-A)
9707         (ediff-current-diff-face-B, ediff-current-diff-face-C)
9708         (ediff-current-diff-face-Ancestor)
9709         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9710         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9711         (ediff-even-diff-face-A, ediff-even-diff-face-B)
9712         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9713         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9714         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9715         Use min-colors.
9717         * term.el (term-down): Perform vertical motion if DOWN is negative.
9718         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
9719         (term-termcap-format): Synchronyze with the eterm terminfo entry
9720         in etc/e/eterm.ti.
9721         (term-handle-colors-array): If the current foreground or
9722         background are zero (i.e. unspecified), use the foreground and
9723         background of the default face for reverse video.
9724         (term-ansi-at-eval-string, term-ansi-default-fg)
9725         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
9726         (term-mem): Delete ununsed function.
9727         (term-protocol-version): Increment.
9728         (term-current-face): Set to default.
9730 2004-09-15  Jay Belanger  <belanger@truman.edu>
9732         * calc/calc.el (calc-mode-var-list): Define this variable.
9733         (calc-always-load-extensions, calc-line-numbering)
9734         (calc-line-breaking, calc-display-just, calc-display-origin)
9735         (calc-number-radix, calc-leading-zeros, calc-group-digits)
9736         (calc-group-char, calc-point-char, calc-frac-format)
9737         (calc-prefer-frac, calc-hms-format, calc-date-format)
9738         (calc-float-format, calc-full-float-format, calc-complex-format)
9739         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9740         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9741         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9742         (calc-matrix-brackets, calc-language, calc-language-option)
9743         (calc-left-label, calc-right-label, calc-word-size)
9744         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9745         (calc-display-raw, calc-internal-prec, calc-angle-mode)
9746         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9747         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9748         (calc-window-height, calc-display-trail, calc-show-selections)
9749         (calc-use-selections, calc-assoc-selections)
9750         (calc-display-working-message, calc-auto-why, calc-timing)
9751         (calc-mode-save-mode, calc-standard-date-formats)
9752         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
9753         (calc-user-parse-tables, calc-gnuplot-default-device)
9754         (calc-gnuplot-default-output, calc-gnuplot-print-device)
9755         (calc-gnuplot-print-output, calc-gnuplot-geometry)
9756         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9757         (calc-invocation-macro, calc-show-banner): Give these values as
9758         part of `calc-mode-var-list's initialization after the variables
9759         are declared with defvar.
9760         (calc-bug-address):  Change email address to send bug reports to.
9761         Change the maintainer address at the top.
9762         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
9763         than "\\.emacs" to determine if it is the user-init-file.
9765         * calc/calc-embed.el (calc-embedded-set-modes): Use
9766         `calc-mode-var-list' correctly.
9768 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
9770         * vc.el (annotate-time): Document point handling.
9771         (vc-annotate-display-autoscale): Doc fix.
9773 2004-09-15  Miles Bader  <miles@gnu.org>
9775         * generic.el (generic-make-keywords-list): Use symbol rather than
9776         word anchors in regexp.
9778 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9780         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
9781         no file name consider `dired-directory'.
9783 2004-09-14  Kim F. Storm  <storm@cua.dk>
9785         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
9787 2004-09-14  Simon Josefsson  <jas@extundo.com>
9789         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
9791         * textmodes/dns-mode.el: Add.
9793 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9795         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
9796         (disabled-command-function): Make the ?\  char more obvious.
9798         * vc-arch.el (vc-arch-root, vc-arch-registered):
9799         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
9801 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
9803         * windmove.el (windmove-frame-edges): Report coordinates of
9804         outside edges of frame, not inside edges.
9805         (windmove-coordinates-of-position): Convert into wrapper to new
9806         function `windmove-coordinates-of-window-position';
9807         `compute-motion' always applies to selected window.
9808         (windmove-coordinates-of-position): Update documentation to refer
9809         to Emacs 21 Lisp Reference Manual.
9810         (windmove-find-other-window): Fix off-by-one errors for max x,y.
9812 2004-09-13  Kim F. Storm  <storm@cua.dk>
9814         * isearch.el (isearch-resume-in-command-history): Rename from
9815         isearch-resume-enabled and change default to nil.
9817 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * vc-hooks.el (vc-ignore-dir-regexp): New var.
9820         (vc-registered): Use it.
9821         (vc-find-root): New fun.
9823         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9824         Don't tell to use \\{...} when it's already done.
9826         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
9827         Provide a sample complex default.
9828         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
9829         (bibtex-entry): Use mapc.
9831 2004-09-12  Kim F. Storm  <storm@cua.dk>
9833         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
9835         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
9836         inhibit-field-text-motion to t so rectangles work in comint buffers.
9838         * simple.el (choose-completion-string): Set buffer before running
9839         choose-completion-string-functions hook so it can be buffer-local.
9841 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
9843         * progmodes/compile.el (compilation-start): Parse command to see
9844         if it starts with a cd, and if so perform it for the *compilation*
9845         buffer.  Change the header to reflect this.
9847 2004-09-11  Kim F. Storm  <storm@cua.dk>
9849         * ido.el (ido-enable-dot-prefix): Doc fix.
9850         (ido-enable-dot-prefix): New defcustom.
9851         (ido-set-matches1): Use it.
9853 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9855         * textmodes/bibtex.el (bibtex-mark-active)
9856         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
9858 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9860         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
9861         used in a case insensitive environment.
9862         (bibtex-mode-map): Rearrange order of menus.
9863         (bibtex-quoted-string-re): Obsolete.
9864         (bibtex-complete-key-cleanup): Variable replaced by new function.
9865         (bibtex-font-lock-keywords): Use backquotes.
9866         (bibtex-font-lock-url-regexp): New internal variable.
9867         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
9868         "OPT" and "ALT".
9869         (bibtex-insert-current-kill, bibtex-make-field)
9870         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
9871         (bibtex-parse-field-text): Simplify.
9872         (bibtex-string=): New helper function.
9873         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
9874         (bibtex-map-entries): Use bibtex-string=.
9875         (bibtex-search-entry): Use not.
9876         (bibtex-enclosing-field): Fix docstring.
9877         (bibtex-assoc-regexp): Obsolete.
9878         (bibtex-format-entry): Use assoc-string and bibtex-string=.
9879         (bibtex-autokey-get-names): Handle empty name field.
9880         (bibtex-parse-strings): Use assoc-string and unless.
9881         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
9882         Use assoc-string.
9883         (bibtex-pop): Simplify.
9884         (bibtex-mode): Set font-lock-extra-managed-props.
9885         (bibtex-entry-update): Use assoc-string.
9886         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
9887         (bibtex-autofill-entry): Use bibtex-string=.
9888         (bibtex-print-help-message): Simplify.
9889         (bibtex-find-entry): New optional arg START.
9890         (bibtex-validate): Use bibtex-string= and assoc-string.
9891         Do not call obsolete function compilation-parse-errors.
9892         (bibtex-remove-delimiters): Only remove delimiters if present.
9893         (bibtex-copy-entry-as-kill): Add docstring.
9894         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
9895         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
9896         (bibtex-complete): Use bibtex-predefined-month-strings,
9897         bibtex-string=, and new function bibtex-complete-key-cleanup.
9898         (bibtex-generate-url-list): New variable.
9899         (bibtex-url): New command bound to C-c C-l and mouse-2.
9900         (bibtex-url-map): New local keymap for bibtex-url-mouse.
9901         (bibtex-font-lock-url): New function.
9903 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9905         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
9907 2004-09-09  Kim F. Storm  <storm@cua.dk>
9909         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
9910         counter and format with binding.
9911         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
9912         the declared macro uses own macro counter and format.  Give symbol
9913         kmacro property.
9914         (kmacro-keymap): Bind kmacro-name-last-macro to n.
9915         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
9916         (kmacro-end-and-call-macro): Doc fix.
9918 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
9920         * desktop.el (desktop-clear-preserve-buffers):
9921         Remove make-obsolete-variable.
9923 2004-09-08  Richard M. Stallman  <rms@gnu.org>
9925         * buff-menu.el (list-buffers-noselect): Call format-mode-line
9926         with the buffer as argument.
9928 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9930         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
9932 2004-09-08  Juri Linkov  <juri@jurta.org>
9934         * replace.el (perform-replace): Use `query-replace-descr'.
9936         * cus-start.el (history-delete-duplicates): Specify customization.
9938         * diff-mode.el (diff-mode-map):
9939         * progmodes/compile.el (compilation-mode-map):
9940         * progmodes/grep.el (grep-mode-map):
9941         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
9942         to `next-error-follow-minor-mode'.
9944 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9946         * isearch.el (isearch-lazy-highlight-update): Take into account
9947         the case of zero-length match at the search bound.
9949 2004-09-08  Kim F. Storm  <storm@cua.dk>
9951         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
9952         change.  Use zero width overlays when necessary.
9954 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9956         * subr.el (split-string): Docfix.
9958 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9960         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
9961         (display-call-tree): Ensure newline after caller/calls blocks.
9963 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9965         * startup.el (command-line-1): Make option
9966         --directory/-L modify `load-path' straight away.
9968 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9970         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
9972 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9974         * emacs-lisp/autoload.el (make-autoload):
9975         Handle `define-compilation-mode'.
9977         * emacs-lisp/lisp-mode.el (define-compilation-mode):
9978         Specify `doc-string-elt' property.
9980 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9982         * bs.el (bs-mode): Doc fix.
9984 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9986         * info.el (Info-insert-dir): Fix temp buffer leak bug.
9988 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
9990         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
9992 2004-09-08  Kenichi Handa  <handa@m17n.org>
9994         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
9995         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
9996         ps-mule-next-point -> 1+).
9998         * composite.el (encode-composition-rule): Add autoload cooky.
10000 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
10002         * format.el (buffer-auto-save-file-format): Make it permanent local.
10004 2004-09-07  Kim F. Storm  <storm@cua.dk>
10006         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
10007         (authors-fixed-entries): Fix typo.
10008         (authors-canonical-author-name): Compact multiple spaces.
10009         Ignore trivial names (e.g. only first name).
10011         * term.el (term-window-width): Only use full window width on
10012         window system if overflow-newline-into-fringe is enabled.
10013         (term-mode): Don't disable overflow-newline-into-fringe.
10015 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10017         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
10018         motion as seen on my Mac OS X xterms.
10020         * newcomment.el (uncomment-region-default, comment-region-default):
10021         New functions extracted from uncomment-region and comment-region.
10022         (comment-region, comment-region-function, uncomment-region)
10023         (uncomment-region-function): Use them.
10025         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
10027         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
10028         It's not crucial but can make sense at times.
10030         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
10031         the first commit.
10033         * vc.el (vc-buffer-context, vc-restore-buffer-context):
10034         Disable obsolete code.
10036 2004-09-07  Juri Linkov  <juri@jurta.org>
10038         * progmodes/grep.el (grep-highlight-matches): Change default from
10039         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
10040         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
10041         if grep option `--color' is available, or to `nil' otherwise.
10042         (grep-process-setup): Call `grep-compute-defaults' if
10043         `grep-highlight-matches' is not computed.  Set env-vars only
10044         if `grep-highlight-matches' is `t'.
10045         (grep-use-null-device): Remove redundant type `boolean' (`choice'
10046         is already defined).
10048         * progmodes/compile.el (compilation-start): Use copy of
10049         `process-environment' created by `copy-sequence' to not
10050         modify env-vars in the global `process-environment'.
10052 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
10054         * simple.el (next-error-follow-minor-mode): Fix last change.
10056 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
10058         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
10059         permanent local.
10061 2004-09-04  Richard M. Stallman  <rms@gnu.org>
10063         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
10064         highlighting if the search string is empty.
10066 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
10068         * facemenu.el (facemenu-active-faces): Change condition of inner
10069         `while' loop to also check the first two elements of `face-atts'
10070         and `mask-atts'.
10072 2004-09-04  John Paul Wallington  <jpw@gnu.org>
10074         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10075         (thumbs-view-image-mode): Make buffer read-only.
10077 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
10079         * textmodes/ispell.el (ispell-really-aspell): New defvar.
10080         (ispell-check-version): Set it.
10081         (ispell-send-replacement): New function.
10082         (ispell-process-line): Call ispell-send-replacement.
10084 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10086         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
10087         Support choosing seconds with "s".
10089 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
10091         * terminal.el (te-escape): Show `?' in prompt for help key.
10093 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
10095         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
10097 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10099         * simple.el (next-error-follow-minor-mode)
10100         (next-error-follow-mode-post-command-hook): New functions.
10101         (next-error-follow-last-line): New defvar.
10103         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
10104         * progmodes/compile.el (compilation-mode-map): Likewise.
10105         * progmodes/grep.el (grep-mode-map): Likewise.
10106         * replace.el (occur-mode-map): Likewise.
10108         * newcomment.el (uncomment-region): Bind comment-use-global-state
10109         to nil.
10111 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
10113         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
10114         locally around the call to `revert-buffer'.
10116 2004-09-03  Juri Linkov  <juri@jurta.org>
10118         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
10119         `isearch-adjusted' to `t'.
10120         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
10121         (isearch-message-prefix): Add "pending" for isearch-adjusted.
10122         (isearch-other-meta-char): Restore isearch-point unconditionally.
10123         (isearch-query-replace): Add new arg `regexp-flag' and use it.
10124         Set point to start of match if region is not active in transient
10125         mark mode (to include the current match to region boundaries).
10126         Push the search string to `query-replace-from-history-variable'.
10127         Add prompt "Query replace regexp" for isearch-regexp.
10128         Add region beginning/end as last arguments of `perform-replace.'
10129         (isearch-query-replace-regexp): Replace code by the call to
10130         `isearch-query-replace' with arg `t'.
10132 2004-09-03  Richard M. Stallman  <rms@gnu.org>
10134         * startup.el (normal-top-level): Undo previous TERM change.
10136 2004-09-03  Kim F. Storm  <storm@cua.dk>
10138         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
10139         highlight overlays; allow using RET when cursor is over a button.
10140         (cua--highlight-rectangle): Use it.
10141         (cua--rectangle-set-corners): Don't move backwards at eol.
10142         (cua--forward-line): Don't move into void after eob.
10144         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10145         point is set (and displayed) inside rectangle.
10146         (cua--rectangle-operation): Fix for highlight of empty lines.
10147         (cua--highlight-rectangle): Fix highlight for tabs.
10148         Position cursor at left/right edge of rectangle using new `cursor'
10149         property on overlay strings.
10150         (cua--indent-rectangle): Don't tabify.
10151         (cua-rotate-rectangle): Ignore that point has moved.
10153 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10155         * term/mac-win.el: Add ASCII equivalents for some function keys.
10156         (mode-line-frame-identification): Sync with x-win.el.
10158 2004-09-02  Juri Linkov  <juri@jurta.org>
10160         * progmodes/compile.el (compilation-buffer-name): Compare major
10161         mode with second element of compilation-arguments instead of third
10162         to reflect latest changes in compilation-arguments structure.
10163         (recompile): Use global variable `compilation-directory' to get
10164         recent compilation directory only when `recompile' is invoked NOT
10165         in the compilation buffer.  Otherwise, use `default-directory' of
10166         the compilation buffer.
10167         (compilation-error-properties): Allow to funcall col and end-col.
10168         (compilation-mode-font-lock-keywords): Check col and end-col by
10169         `integerp'.
10170         (compilation-goto-locus): If end-mk is non-nil in transient mark
10171         mode don't activate the mark (and don't display message in
10172         push-mark), but highlight overlay between mk and end-mk.
10174         * progmodes/grep.el (grep-highlight-matches): New defcustom.
10175         (grep-regexp-alist): Add rule to highlight grep matches.
10176         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
10178         * info.el (Info-fontify-node): Don't compute other-tag
10179         if Info-hide-note-references=hide.
10181         * help.el (function-called-at-point):
10182         * help-fns.el (variable-at-point):
10183         Try `find-tag-default' when other methods failed.
10185         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10186         Do not push mark if inhibit-mark-movement is non-nil.
10188         * textmodes/ispell.el (ispell-html-skip-alists):
10189         Fix backslashes in docstring.
10191 2004-09-01  Juri Linkov  <juri@jurta.org>
10193         * isearch.el (isearch-wrap-function)
10194         (isearch-push-state-function): New defvars.
10195         (isearch-pop-fun-state): New defsubst.
10196         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
10197         (isearch-push-state): Set the result of calling
10198         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
10199         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
10200         restore the mode-specific starting point of terminated search.
10201         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
10202         (isearch-repeat): Call `isearch-wrap-function' if defined.
10203         (isearch-message-prefix): Don't add prefix "over" to the message
10204         for wrapped search if `isearch-wrap-function' is defined.
10205         (isearch-search): Call function saved in `isearch-pop-fun-state' to
10206         restore the mode-specific starting point of failed search.
10208         * info.el (Info-search-whitespace-regexp): Fix backslashes.
10209         (Info-search): Add new optional arguments for the sake of isearch.
10210         Replace whitespace in Info-search-whitespace-regexp literally.
10211         Add backward search.  Don't call `Info-select-node' if regexp is
10212         found in the same Info node.  Don't add node to Info-history for
10213         wrapped isearch.
10214         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
10215         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
10216         (Info-mode): Set local variables `isearch-search-fun-function',
10217         `isearch-wrap-function', `isearch-push-state-function',
10218         `search-whitespace-regexp'.
10220         * isearch.el: Remove ancient Change Log section.
10221         (isearch-string, isearch-message-string, isearch-point)
10222         (isearch-success, isearch-forward-flag, isearch-other-end)
10223         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10224         (isearch-barrier, isearch-within-brackets)
10225         (isearch-case-fold-search): Add suffix `-state' to state-related
10226         defsubsts to avoid name clashes with other function names.
10228         * simple.el (next-error): New defgroup and defface.
10229         (next-error-highlight, next-error-highlight-no-select):
10230         New defcustoms.
10231         (next-error-no-select): Let-bind next-error-highlight to the value
10232         of next-error-highlight-no-select before calling `next-error'.
10234         * progmodes/compile.el (compilation-goto-locus):
10235         Use `next-error' face instead of `region'.  Set 4-th argument of
10236         `move-overlay' to `current-buffer' to move overlay to different
10237         source buffers.  Use new variable `next-error-highlight'.
10239         * simple.el (next-error-find-buffer): Move the rule
10240         "if current buffer is a next-error capable buffer" after the
10241         rule "if next-error-last-buffer is set to a live buffer".
10242         Simplify to test all rules in one `or'.
10243         (next-error): Doc fix.
10244         (next-error, previous-error, first-error)
10245         (next-error-no-select, previous-error-no-select):
10246         Make arguments optional.
10248 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
10250         * macros.el (apply-macro-to-region-lines): Make it operate on all
10251         lines that begin in the region, rather than on all complete lines
10252         in the region.
10254 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10256         * x-dnd.el (x-dnd-protocol-alist): Document update.
10257         (x-dnd-known-types): Defcustom it.
10258         (x-dnd-handle-motif): Print message-atom in error message.
10260 2004-08-30  John Paul Wallington  <jpw@gnu.org>
10262         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10263         strings rather than programatically constructing message.
10265 2004-08-30  Richard M. Stallman  <rms@gnu.org>
10267         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
10268         Don't return a string that would read as the wrong character code.
10270 2004-08-29  Kim F. Storm  <storm@cua.dk>
10272         * emulation/cua-base.el (cua-auto-expand-rectangles):
10273         Remove automatic rectangle padding feature; replace by non-destructive
10274         virtual rectangle edges feature.
10275         (cua-virtual-rectangle-edges): New defcustom.
10276         (cua-auto-tabify-rectangles): New defcustom.
10277         (cua-paste): If paste into a marked rectangle, insert rectangle at
10278         current column, even if virtual; also paste exactly as many lines
10279         as has been marked (ignore additional lines or add empty lines),
10280         but paste whole source if only one line is marked.
10281         (cua--update-indications): No longer use overwrite-cursor to
10282         indicate rectangle padding
10284         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
10285         (cua--rectangle-virtual-edges): New defun.
10286         (cua--rectangle-get-corners): Remove optional PAD arg.
10287         (cua--rectangle-set-corners): Never do padding.
10288         (cua--forward-line): Remove optional PAD arg.  Simplify.
10289         (cua-resize-rectangle-right, cua-resize-rectangle-left)
10290         (cua-resize-rectangle-down, cua-resize-rectangle-up):
10291         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
10292         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
10293         (cua--rectangle-move): Never do padding.  Simplify.
10294         (cua--tabify-start): New defun.
10295         (cua--rectangle-operation): Add tabify arg.  All callers changed.
10296         (cua--pad-rectangle): Remove.
10297         (cua--delete-rectangle): Handle delete with virtual edges.
10298         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
10299         (cua--insert-rectangle): Handle insert at virtual column.
10300         Perform auto-tabify if necessary.
10301         (cua--activate-rectangle): Remove optional FORCE arg.
10302         Never do padding.  Simplify.
10303         (cua--highlight-rectangle): Enhance for virtual edges.
10304         (cua-toggle-rectangle-padding): Remove command.
10305         (cua-toggle-rectangle-virtual-edges): New command.
10306         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
10307         (cua--rectangle-post-command): Don't force rectangle padding.
10308         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
10310 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
10312         * indent.el (edit-tab-stops-buffer): Doc fix.
10314 2004-08-28  Richard M. Stallman  <rms@gnu.org>
10316         * progmodes/grep.el (grep-default-command): Use find-tag-default.
10317         (grep-tag-default): Function deleted.
10319         * subr.el (find-tag-default): Move from etags.el.
10321         * progmodes/etags.el (find-tag-default): Move to subr.el.
10323         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
10324         into the basic character if it has an uppercase form.
10326 2004-08-27  Kenichi Handa  <handa@m17n.org>
10328         * international/utf-8.el (utf-8-post-read-conversion): If the
10329         buffer is unibyte, temporarily make it multibyte.
10331 2004-08-27  Masatake YAMATO  <jet@gyve.org>
10333         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
10335 2004-08-25  John Paul Wallington  <jpw@gnu.org>
10337         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
10338         0, 1, and many mismatches in message.
10339         (tex-start-shell): Use `set-process-query-on-exit-flag'.
10341         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
10342         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
10344 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10346         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
10347         vc-diff-switches differently.
10349 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
10351         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
10352         before and a real defvar after
10353         `speedbar-supported-extension-expressions'.  This is to silence
10354         the compiler without breaking bootstrapping.
10356 2004-08-22  Richard M. Stallman  <rms@gnu.org>
10358         * textmodes/flyspell.el (flyspell-word):
10359         Use set-process-query-on-exit-flag.
10360         (flyspell-highlight-duplicate-region): Take POSS as arg.
10361         (flyspell-word): Pass POSS as arg.
10363         * progmodes/ada-xref.el: Many doc and style fixes.
10364         (ada-find-any-references): Use compilation-start.
10365         (ada-get-ali-file-name): Improve error msg.
10366         (ada-get-ada-file-name): Likewise.
10368         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
10369         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
10371         * mail/mail-extr.el (mail-extr-all-top-level-domains):
10372         Add forward defvar.
10374         * whitespace.el (global-whitespace-mode): New alias
10375         for whitespace-global-mode.
10377         * speedbar.el (speedbar-file-regexp): Move definition up.
10378         (speedbar-mode, speedbar-set-mode-line-format):
10379         Use with-no-warnings.
10380         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
10382         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
10383         controls whether to display the error buffer.
10385         * ps-mule.el: Delete compatibility code for old Emacses.
10386         (ps-mule-find-wrappoint): Don't use chars-in-region.
10388         * frame.el (display-mouse-p, display-selections-p):
10389         Use with-no-warnings.
10391         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
10393 2004-08-22  David Kastrup  <dak@gnu.org>
10395         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
10396         information.
10398         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
10400 2004-08-22  Andreas Schwab  <schwab@suse.de>
10402         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
10404 2004-08-22  Masatake YAMATO  <jet@gyve.org>
10406         * cvs-status.el (cvs-status-checkout): New function.
10407         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10409 2004-08-21  David Kastrup  <dak@gnu.org>
10411         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
10412         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
10413         has been converted to use hashtables, the relation `nil=none' is
10414         no longer valid, as `nil' is not a hashtable.  This patch tries to
10415         reduce the number of resulting errors.
10417 2004-08-21  John Paul Wallington  <jpw@gnu.org>
10419         * subr.el (process-kill-without-query): Made obsolete in
10420         version 21.4, not 21.5.
10422         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
10423         (vc-previous-comment, vc-next-comment)
10424         (vc-comment-search-reverse, vc-comment-search-forward)
10425         (vc-comment-to-change-log): Likewise.
10427         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
10429 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
10431         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10432         Correct indentation of DEFMETHODS with non-standard method
10433         combinations (e.g., PROGN, MIN, MAX).
10435 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         * startup.el (normal-top-level-add-subdirs-to-load-path):
10438         Avoid unnecessarily checking system-type.
10439         (normal-top-level): Set TERM to "dumb".  Simplify.
10441         * avoid.el (mouse-avoidance-ignore-p): New fun.
10442         Also ignore switch-frame, select-window, double, and triple clicks.
10443         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
10444         (mouse-avoidance-fancy-hook): Use it.
10446 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
10448         * avoid.el (mouse-avoidance-nudge-mouse)
10449         (mouse-avoidance-banish-destination): Stay within the current window
10450         to avoid problems with mouse-autoselect-window.
10452 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10454         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
10455         the newer format of some messages in cvs-1.12.1.
10457 2004-08-19  Masatake YAMATO  <jet@gyve.org>
10459         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
10460         (elp-results-jump-to-definition-by-mouse)
10461         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
10462         (elp-output-result): Use elp-output-insert-symname.
10464 2004-08-18  Kenichi Handa  <handa@m17n.org>
10466         * language/cyrillic.el: Register koi8-r in
10467         ctext-non-standard-encodings-alist.
10468         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
10470 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
10472         * emacs-lisp/copyright.el (copyright-update-year): Delete code
10473         that replaces 20xy with xy.
10475 2004-08-17  John Paul Wallington  <jpw@gnu.org>
10477         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
10478         (reb-force-update): Doc fix.
10480 2004-08-16  Richard M. Stallman  <rms@gnu.org>
10482         * progmodes/which-func.el (which-func-update-1): Doc fix.
10484         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
10485         (sh-mode-abbrev-table): New variable.
10487         * progmodes/compile.el (compilation-mode): Doc fix.
10489         * emacs-lisp/lisp-mode.el (eval-last-sexp):
10490         Don't cons a new symbol each time.
10491         (eval-last-sexp-fake-value): New variable.
10493         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
10494         (copyright-update-year): Detect continuation of list of years.
10496         * term.el (term-default-fg-color, term-default-bg-color)
10497         (ansi-term-color-vector): Use `unspecified', not nil, as default.
10499         * imenu.el: Several doc fixes: don't say variables are buffer-local.
10501 2004-08-16  Davis Herring  <herring@lanl.gov>
10503         * isearch.el (isearch-string, isearch-message-string, isearch-point)
10504         (isearch-success, isearch-forward-flag, isearch-other-end)
10505         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10506         (isearch-barrier, isearch-within-brackets)
10507         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
10509 2004-08-16  Kenichi Handa  <handa@m17n.org>
10511         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
10513 2004-08-15  Kenichi Handa  <handa@m17n.org>
10515         * term/x-win.el (x-selection-value): If utf8 was successful but
10516         ctext was not, use utf8 string.
10518 2004-08-14  Davis Herring  <herring@lanl.gov>
10520         * isearch.el: Remove accidental changes of March 4.  Fix backing
10521         up when a regexp isearch is made more general.  Use symbolic
10522         accessor functions for isearch stack frames to make usage clearer.
10523         (search-whitespace-regexp): Made groups in documentation shy (as
10524         is the group in the default value).
10525         (isearch-fallback): New function, addresses problems with regexps
10526         liberalized by `\|', adds support for liberalization by `\}' (the
10527         general repetition construct), and incorporates behavior for
10528         `*'/`?'.
10529         (isearch-}-char): New command, calls `isearch-fallback' with
10530         arguments appropriate to a typed `}'.
10531         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
10532         appropriately.
10533         (isearch-mode-map): Bind `}' to `isearch-}-char'.
10534         (isearch-string, isearch-message,string, isearch-point)
10535         (isearch-success, isearch-forward-flag, isearch-other-end)
10536         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10537         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
10538         New inline functions to read fields of a stack frame.
10540 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
10542         * battery.el (battery-linux-proc-acpi): Look into battery
10543         directories matching the literal string "CMB", too (required for
10544         Linux kernel version 2.6.7).
10546 2004-08-14  John Paul Wallington  <jpw@gnu.org>
10548         * cus-start.el (read-file-name-completion-ignore-case): Add.
10549         (blink-cursor-alist): Change version to "21.4".
10551         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
10553 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
10555         * speedbar.el (speedbar-scan-subdirs): New option.
10556         (speedbar-file-lists): Don't ignore file-name case on Unix and use
10557         dolist.
10558         (speedbar-insert-files-at-point): Take an extra argument and use
10559         it to optionally find out if a subdir is empty.  Also unreadable
10560         files don't get expand buttons.
10561         (speedbar-directory): New image (unused pixmap already existed).
10562         (speedbar-expand-image-button-alist): Use it.
10564 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
10566         CC Mode update to 5.30.9:
10568         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
10569         Move from cc-vars to cc-defs for dependency reasons.  Fix the
10570         POSIX char class test to check that it works in
10571         `skip-chars-(forward|backward)' too.
10573         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10574         first argument starts with a special brace list.
10576         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
10577         when `c-opt-type-concat-key' is used (i.e. in Pike).
10579         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
10580         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
10581         >)".
10583         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
10584         whitespace safe.
10586         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
10587         position for `arglist-intro', `arglist-cont-nonempty' and
10588         `arglist-close' when there are two arglist open parens on the same
10589         line and there's nothing in front of the first.
10591         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
10592         locking of qualified names in Java, which previously could fontify
10593         common indexing expressions in many cases.  The standard Java
10594         naming conventions are used to tell them apart.
10596         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
10597         Fix inconsistency wrt opening parens on the first line inside a paren
10598         block.
10600         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
10601         compile time for the sake of `c-major-mode-is'.
10603         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
10604         `c-major-mode-is' in the event that this is used inside a
10605         `c-lang-defconst'.
10607         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
10608         `c-lang-defconst' so that it works better with fallback languages.
10610         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
10611         it to fail to record the base mode.
10613         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10614         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
10615         is used.  Reorder the syntax checks to get more efficient
10616         skipping in some situations.
10618         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
10619         continuation which might precede the newly inserted '{'.
10621         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10622         Fix cases where it could loop indefinitely.
10624         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
10625         size specs correctly.  Only fontify identifiers in front of '('
10626         with as functions - don't accept any paren char.  Tighten up
10627         initializer skipping to stop before function and class blocks.
10629         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10630         the point could be left directly after an open paren when finding
10631         the beginning of the first decl in the block.
10633         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
10634         table when filtering out legitimate open parens to be recorded.
10635         This could cause cache inconsistencies when e.g.
10636         `c++-template-syntax-table' was temporarily in use.
10638         * progmodes/cc-engine.el (c-on-identifier)
10639         (c-simple-skip-symbol-backward): Small fix for handling "-"
10640         correctly in `skip-chars-backward'.  Affected the operator lfun
10641         syntax in Pike.
10643         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
10644         Fix bug that could cause an error from `after-change-functions' when
10645         the changed region is at bob.
10647 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
10649         CC Mode update to 5.30.9:
10651         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
10652         to say that <TAB> doesn't insert WS into a CPP line.
10653         (c-indent-command, c-tab-always-indent): Amend doc strings.
10655         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
10656         checks for user errors, thus eliminating cryptic and unhelpful
10657         Emacs error messages.  (1) Check the arg to `c-set-style' is a
10658         string.  (2) Check that settings to `c-offsets-alist' are not
10659         spuriously quoted.
10661         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
10662         which precedes the newly inserted `{'.
10664 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
10666         Sync with Tramp 2.0.44.
10668         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
10669         function "tramp_file_attributes".  Otherwise, file names
10670         containing spaces are misinterpreted.  Reported by Magnus Henoch
10671         <mange@freemail.hu>.
10672         (tramp-handle-file-truename): FILENAME must be expanded first.
10673         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
10674         obscure results.  Reported by D. Goel <deego@gnufans.org>.
10675         (tramp-handle-verify-visited-file-modtime): If file does not
10676         exist, say it is not modified if and only if that agrees with the
10677         buffer's record.  Check whether a file is visiting the buffer, or
10678         the buffer has no recorded last modification time.  Return t in
10679         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
10680         <teirllm@auburn.edu>.
10681         (tramp-handle-write-region): Pass modtime explicitely to
10682         `set-visited-file-modtime', because filename can be different
10683         from (buffer-file-name) if `file-precious-flag' is set.
10684         `set-visited-file-modtime' must be called always when `visit' is t
10685         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
10686         (tramp-handle-set-visited-file-modtime): If `time-list' is not
10687         nil, don't apply the whole body.  If the file doesn't exists, set
10688         modtime to '(-1 65535).  Suggested by Luc Teirlinck
10689         <teirllm@auburn.edu>.
10691 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10693         * help.el (describe-bindings): Doc fix.
10695         * subr.el (kbd): Doc fix.
10697 2004-08-08  John Paul Wallington  <jpw@gnu.org>
10699         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
10700         instead of `string-to-int'.
10701         (define-ibuffer-column mode): Fix indentation.
10703 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
10705         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
10707 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10709         * subr.el (global-unset-key, local-unset-key): Doc fixes.
10711         * novice.el (disabled-command-function): New variable renamed from
10712         `disabled-command-hook'.
10713         (disabled-command-hook): Keep the _variable_ as alias for
10714         `disabled-command-function' and make obsolete.
10715         (disabled-command-function): Function renamed from
10716         `disabled-command-hook'.  Adapt code to name change of the variable.
10718 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
10720         * simple.el (completion-root-regexp): New defvar.
10721         (completion-setup-function): Use it instead of a literal string.
10723 2004-08-07  John Paul Wallington  <jpw@gnu.org>
10725         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
10726         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
10727         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
10728         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
10730 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
10732         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
10733         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
10735 2004-08-04  Kenichi Handa  <handa@m17n.org>
10737         * international/encoded-kb.el (encoded-kbd-setup-keymap):
10738         Fix previous change.
10740 2004-08-03  Kenichi Handa  <handa@m17n.org>
10742         * international/encoded-kb.el: The following changes are to
10743         utilize key-translation-map instead of minor mode map.
10744         (encoded-kbd-iso2022-non-ascii-map): Delete it.
10745         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
10746         (encoded-kbd-last-key): New function.
10747         (encoded-kbd-iso2022-single-shift): New function.
10748         (encoded-kbd-iso2022-designation)
10749         (encoded-kbd-self-insert-iso2022-7bit)
10750         (encoded-kbd-self-insert-iso2022-8bit)
10751         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
10752         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
10753         key-translation-map.
10754         (encoded-kbd-setup-keymap): Setup key-translation-map.
10755         (saved-key-translation-map): New variable.
10756         (encoded-kbd-mode): Save/restore key-translation-map.
10757         Adjust for the change of encoded-kbd-setup-keymap.
10759 2004-08-02  Kim F. Storm  <storm@cua.dk>
10761         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
10762         and call compute-motion with nil for topos and width to get proper
10763         usable width and height for both window and non-window systems.
10765         * windmove.el (windmove-coordinates-of-position): Let compute-motion
10766         calculate usable window width and height.
10768         * window.el (window-buffer-height): Call compute-motion with nil width.
10770 2004-08-01  David Kastrup  <dak@gnu.org>
10772         * replace.el (query-replace-read-from):
10773         Use `query-replace-compile-replacement'.
10774         (query-replace-compile-replacement): New function.
10775         (query-replace-read-to): Use `query-replace-compile-replacement'
10776         for repeating the last command.
10778 2004-08-01  John Paul Wallington  <jpw@gnu.org>
10780         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
10781         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
10782         (pr-switches): Remove period from end of error messages.
10784         * help-mode.el (help-go-back): Likewise.
10786         * abbrev.el (only-global-abbrevs): Doc fix.
10787         (edit-abbrevs-map): Define within defvar.
10788         (quietly-read-abbrev-file): Doc fix.
10790 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
10792         * novice.el (enable-command, disable-command): Doc fixes.
10794         * subr.el (event-modifiers, event-basic-type): Doc fixes.
10796 2004-07-30  Richard M. Stallman  <rms@gnu.org>
10798         * subr.el (with-local-quit): Doc fix.
10800 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
10802         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
10804 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
10806         * custom.el (defcustom): Doc fix.
10808 2004-07-28  Masatake YAMATO  <jet@gyve.org>
10810         * progmodes/etags.el (etags-tags-apropos): Show building progress.
10812 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10814         * imenu.el (imenu-prev-index-position-function)
10815         (imenu-extract-index-name-function, imenu-name-lookup-function)
10816         (imenu--index-alist): Docstring redundancy fix.
10818 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
10820         * wdired.el (wdired-finish-edit): Require dired-aux before locally
10821         binding dired-backup-overwrite.
10823 2004-07-25  John Paul Wallington  <jpw@gnu.org>
10825         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
10827 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
10829         * term/tty-colors.el (tty-color-approximate): Doc fix.
10831         * select.el (x-get-selection, x-set-selection): Doc fixes.
10833         * frame.el (make-frame): Doc fix.
10835 2004-07-24  Richard M. Stallman  <rms@gnu.org>
10837         * mail/rmail.el (rmail-mime-charset-pattern):
10838         Don't include semicolon in the charset value.
10840         * replace.el (occur-next-error): Call set-window-point.
10841         (occur-engine): Handle negative NLINES.
10843 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
10845         * frame.el (modify-all-frames-parameters): Minor doc fix.
10846         (set-frame-configuration): Doc fix.
10848 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10850         * simple.el (completion-setup-function): Compute the common parts
10851         and the first difference place correctly when
10852         partial-completion-mode is on.
10854 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10856         * ps-print.el: Doc fix.
10857         (ps-print-version): New version 6.6.5.
10858         (ps-printing-region): Doc fix.
10859         (ps-generate-string-list): Comment fix.
10860         (ps-message-log-max): Code fix.
10862 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10864         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
10865         generated PostScript.
10867 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
10869         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
10870         with Gnus v5_10 branch.)
10872 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10874         * calendar/time-date.el (time-to-number-of-days): New function.
10875         Imported from from Gnus.
10877 2004-07-22  Kim F. Storm  <storm@cua.dk>
10879         * progmodes/make-mode.el: Fix comments.
10881 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10883         * printing.el: Doc fix.
10885 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
10887         * frame.el (modify-all-frames-parameters): Minor doc fix.
10889 2004-07-20  Richard M. Stallman  <rms@gnu.org>
10891         * textmodes/fill.el (fill-nobreak-p): If this break point is
10892         at the end of the line, don't consider the newline which follows
10893         as a reason to return t.
10895 2004-07-19  John Paul Wallington  <jpw@gnu.org>
10897         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
10899 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
10901         * dired-aux.el (dired-do-kill-lines): Expand docstring.
10902         Delete irrelevant code.
10904 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
10906         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10907         New docstring.  From Luc Teirlinck.
10909 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
10911         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
10912         section.
10913         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
10914         non-file buffers.  We know it is nil.
10916 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
10918         Sync with Tramp 2.0.43.
10920         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10921         Remove outdated comment.
10922         (tramp-locked, tramp-locker): New variables for implementing a
10923         global lock.
10924         (tramp-sh-file-name-handler): Use them to implement the global lock.
10926 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
10928         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
10929         calls to respective `xxx` calls.
10930         (tramp-process-alive-regexp): Precise doc string.
10931         (tramp-multi-action-process-alive): New defun.
10932         (tramp-multi-actions): Use it.
10933         (tramp-handle-find-backup-file-name): `copy-tree' is available
10934         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
10935         in order to avoid this function.
10936         (tramp-handle-write-region): Set current buffer.  If connection
10937         wasn't open, `file-modes' has changed it accidently.  Reported by
10938         David Kastrup <dak@gnu.org>.
10939         (tramp-enter-password, tramp-read-passwd): New arguments USER and
10940         HOST.
10941         (tramp-action-password, tramp-multi-action-password): Apply it.
10942         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
10943         name must still contain the port number.  Otherwise, we have two
10944         Tramp buffers, with all the confusion.  Reported by Myron Selby
10945         <myron@xytech.com> and Rolf Dubitzky
10946         <Dubitzky@physi.uni-heidelberg.de>.
10948         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
10949         HOST to `tramp-enter-passwd'.
10951         * net/tramp-vc.el (all): Code cleanup.  Change all
10952         `tramp-handle-xxx' calls to respective `xxx` calls.
10954 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
10956         * emacs-lisp/testcover.el: New category "potentially-1valued" for
10957         functions that are not erroneous if either 1-valued or
10958         multi-valued.  Detect functions in this class.
10959         (testcover-1value-functions, testcover-compose-functions)
10960         (testcover-progn-functions) Add some additional functions to lists.
10961         (testcover-mark): Bugfix when marking up the definition for an
10962         empty function.
10964 2004-07-17  Richard M. Stallman  <rms@gnu.org>
10966         * replace.el (occur-read-primary-args): Pass default to
10967         read-from-minibuffer.
10969         * mail/footnote.el (footnote-section-tag): Use defcustom.
10971         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
10972         Compile font-lock-keywords, not KEYWORDS.
10973         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
10974         Add warn, check-type.  Handle cerror like error.
10976 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
10978         * progmodes/which-func.el (which-func-keymap): New var.
10979         (which-func-face): New face.
10980         (which-func-format): Use them.
10982 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
10984         * buff-menu.el (list-buffers-noselect): Append the buffer's
10985         process status to its mode name.
10987 2004-07-16  Kim F. Storm  <storm@cua.dk>
10989         * simple.el (inhibit-mark-movement): New defvar.
10990         (beginning-of-buffer, end-of-buffer): Do not push mark if
10991         inhibit-mark-movement is non-nil or C-u prefix is given.
10993         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
10994         Init to beginning-of-buffer and end-of-buffer.
10995         (cua--undo-push-mark): New defvar.
10996         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
10997         already active and command is in cua--preserve-mark-commands.
10998         Also fix check for shift modifier on non-window systems.
10999         (cua--post-command-handler): Clear inhibit-mark-movement if set.
11001 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
11003         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
11004         of two integers, instead of a cons.
11006         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11007         `visited-file-modtime' now returns a list of two integers, instead
11008         of a cons.
11010         * dired.el (dired-directory-changed-p): Ditto.
11012         * progmodes/grep.el (grep): Doc fix.
11014 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
11016         * autorevert.el (auto-revert-tail-mode)
11017         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
11018         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
11019         in both at the same time.
11020         (auto-revert-tail-mode): New command.
11021         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
11022         (auto-revert-handler): Revert only either tail or whole file.
11024         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
11025         add auto-revert-tail-mode.
11027 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11029         * printing.el: Doc fix.  Change name of some funs.
11030         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
11031         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
11032         (pr-standard-file-name): New fun.  Replace pr-standard-path.
11033         (pr-call-process): Code fix.
11035 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
11037         * subr.el (with-selected-window): Doc fix.
11039 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
11041         * subr.el (get-buffer-window-list): Doc fix.
11043 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
11045         * files.el (switch-to-buffer-other-window): Doc fix.
11047         * window.el (save-selected-window, one-window-p)
11048         (split-window-keep-point, split-window-vertically)
11049         (split-window-horizontally): Doc fixes.
11051 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11053         * printing.el: Doc fix.  Now it uses call-process instead of
11054         shell-command for low command execution.
11055         (pr-version): New version number (6.8).
11056         (pr-shell-file-name): Option removed.
11057         (pr-shell-command): Fun removed.
11058         (pr-call-process): New fun.  Replace pr-shell-command.
11059         (pr-standard-path, pr-remove-nil-from-list): New funs.
11060         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
11061         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
11062         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
11063         (pr-ps-utility-process, pr-txt-print): Code fix.
11065 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11067         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
11068         boolean.
11070 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
11072         * wid-edit.el (widget-field-buffer): Doc fix.
11074 2004-07-09  John Paul Wallington  <jpw@gnu.org>
11076         * emacs-lisp/re-builder.el (reb-update-overlays):
11077         Distinguish between one and several matches in message.
11079 2004-07-09  Richard M. Stallman  <rms@gnu.org>
11081         * mouse.el (mouse-set-region-1): If transient-mark-mode
11082         is `identity', change it to `only'.
11084         * simple.el (current-word): Doc fix.
11086 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
11088         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
11089         so that it is more understanding of whitespace.
11091         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
11092         (("ns" . "element") (attr-list) children) instead of
11093         ((:ns . "element") (attr-list) children) in order to reduce the
11094         number of symbols used.
11095         (xml-skip-dtd): Change to use xml-parse-dtd but set
11096         xml-validating-parsing to nil.
11097         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11098         (xml-substitute-entity): Remove in favor of new entity substitution.
11099         (xml-substitute-special): Rewrite in to substitute complex
11100         entities from DOCTYPE declarations.
11101         (xml-parse-fragment): Parse fragments from entity deleclarations.
11102         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
11103         (xml-parse-dtd, xml-substitute-special): Make validity checks
11104         conditioned on xml-validating-parser.  Add "Not Well Formed" to
11105         error messages about well-formedness.
11107 2004-07-08  Steven Tamm  <steventamm@mac.com>
11109         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
11110         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
11111         Do not treat double clicks and triple clicks specially in the
11112         scroll bar (preventing strange repositioning problems)
11114 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11116         * replace.el (query-replace-regexp-eval): Fix last change.
11118 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11120         * replace.el (query-replace-descr): New fun.
11121         (query-replace-read-from, query-replace-read-args): Default to the
11122         previous from&to.
11123         (query-replace-read-to): Quote the `from' string when displaying it.
11124         (query-replace-regexp-eval): Immediately check read-only status.
11125         Use query-replace-read-from to get the \n checking.
11126         Quote the `from' string when displaying it.
11127         (map-query-replace-regexp, occur-read-primary-args):
11128         Quote the `from' string when displaying it.
11130         * isearch.el (isearch-query-replace): Pass the regexp-ness and
11131         delimited-ness of the search to query-replace.
11133         * replace.el (query-replace-read-from, query-replace-read-to):
11134         New funs extracted from query-replace-read-args.
11135         (query-replace-read-args): Use them.
11137         * replace.el (query-replace-interactive, query-replace-read-args):
11138         Remove the `initial' special value.
11139         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
11140         (occur-engine): Remove unused var `matchend'.
11142         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
11143         Use the search string without prompting.
11145 2004-07-05  Kenichi Handa  <handa@m17n.org>
11147         * international/mule.el (decode-coding-inserted-region):
11148         Set last-coding-system-used only when coding is nil.
11150 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
11152         * progmodes/grep.el (grep-compute-defaults, grep-command)
11153         (grep-program, find-program, grep-find-use-xargs, grep-history)
11154         (grep-find-history, grep-tag-default, grep-find-command)
11155         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
11156         Add autoload cookies, for unbundled packages that load `compile'
11157         and expect all grep-related symbols to become defined.
11159 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
11161         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
11162         (iimage-mode-image-search-path): New user option to search the
11163         image file.
11164         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
11165         have locate-file.
11166         (iimage-mode-buffer): Use it.
11168 2004-07-03  Nick Roberts  <nickrob@gnu.org>
11170         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
11171         carefully.
11172         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
11174 2004-07-03  Juri Linkov  <juri@jurta.org>
11176         * replace.el (query-replace-read-args): Swallow space after 'foo,
11177         not after (quote foo).  Match space only immediately after symbol,
11178         not anywhere in the whole string.
11180 2004-07-02  Richard M. Stallman  <rms@gnu.org>
11182         * replace.el (query-replace-read-args): Swallow space after
11183         symbols, not after closeparens.  But avoid error if string ends there.
11185         * progmodes/python.el (python-beginning-of-statement):
11186         Exit the loop if backward-up-list gets error.
11188         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
11190 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
11192         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
11193         only if vc-consult-headers is non-nil.
11195 2004-07-02  Juri Linkov  <juri@jurta.org>
11197         * pcvs.el (cvs-mode-diff-repository): New command.
11199         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
11201 2004-07-01  Juri Linkov  <juri@jurta.org>
11203         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
11204         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
11205         C-M-% to isearch-query-replace-regexp.
11206         (minibuffer-local-isearch-map): Add arrow key bindings.
11207         Bind C-f to isearch-yank-char-in-minibuffer.
11208         (isearch-forward): Doc fix.
11209         (isearch-edit-string): Doc fix.
11210         (isearch-query-replace, isearch-query-replace-regexp): New funs.
11211         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
11212         (isearch-yank-char): Add optional arg.
11213         (isearch-yank-char-in-minibuffer): New fun.
11215         * replace.el (query-replace-interactive): Change type from boolean
11216         to choice.  Add value `initial'.
11217         (query-replace-read-args): Handle value `initial' of
11218         query-replace-interactive.
11220 2004-06-29  Kim F. Storm  <storm@cua.dk>
11222         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
11223         (breakpoint-disabled-bitmap-face): Add :group 'gud.
11225         * progmodes/ada-xref.el (ada-tight-gvd-integration):
11226         Add :group 'ada.
11228         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
11230 2004-06-29  Juri Linkov  <juri@jurta.org>
11232         * replace.el (query-replace-read-args): Swallow a space after
11233         everything except )]" which in most cases means after a symbol.
11235         * emacs-lisp/pp.el (pp-buffer): Add autoload.
11237 2004-06-28  Richard M. Stallman  <rms@gnu.org>
11239         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
11240         More changes to go with previous change in font-lock.el.
11242 2004-06-26  David Kastrup  <dak@gnu.org>
11244         * replace.el (perform-replace): Highlight the match even in
11245         non-query mode if there is potential replace string editing.
11247 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
11249         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
11250         agree with new return value of `file-remote-p'.
11251         This syncs with Tramp 2.0.42.
11253         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
11254         according to new documentation of `file-remote-p'.
11256         * files.el (file-remote-p): Fix doc to say that return value is
11257         identification of remote system, if not nil.
11258         (file-relative-name): Use new return value of `file-remote-p'.
11260 2004-06-26  Nick Roberts  <nickrob@gnu.org>
11262         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
11263         (gdb-goto-breakpoint): Fix breakage.
11265 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
11267         * man.el (Man-getpage-in-background): Add windows-nt to the list
11268         of systems where shell-file-name should be used instead of
11269         literal "sh".
11271 2004-06-25  Sam Steingold  <sds@gnu.org>
11273         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
11274         function names `(setf symbol)'.
11276 2004-06-24  Richard M. Stallman  <rms@gnu.org>
11278         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
11280         * font-lock.el (font-lock-keywords): Change format of compiled values.
11281         Document it.
11282         (font-lock-add-keywords): If font-lock-keywords is compiled,
11283         extract the uncompiled version, modify, then recompile.
11284         (font-lock-remove-keywords): Likewise.
11285         (font-lock-fontify-keywords-region): Handle changed format.
11286         (font-lock-compile-keywords): Handle changed format.
11287         (font-lock-set-defaults): Compile the keywords explicitly here.
11289 2004-06-24  David Kastrup  <dak@gnu.org>
11291         * replace.el (query-replace-read-args): Implement `\,' and `\#'
11292         replacements here.
11293         (query-replace-regexp): Doc string explaining this and the new
11294         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
11295         is better placed in `query-replace-read-args'.
11296         (replace-regexp): Explain `\,', `\#' and `\?'.
11297         (replace-match-data): New function for thorough reuse/destruction
11298         of old match-data.
11299         (replace-match-maybe-edit): Function for implementing `\?' editing.
11300         (perform-replace): Fix maintaining of the match stack including
11301         already matched regions, implement `\?', fix various problems
11302         with regions while editing and other stuff.
11303         (replace-highlight): Simplify.
11305 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
11307         * progmodes/grep.el (grep-error-screen-columns): New variable.
11308         (grep-regexp-alist): Give it the full functionality of gnu style
11309         compilation messages with line and column ranges.  Ask me for the
11310         perl script I'm working on, that uses these.
11312 2004-06-23  Nick Roberts  <nickrob@gnu.org>
11314         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11315         Remove.
11316         (comint-insert-input, comint-mouse-insert-input): New functions
11317         based on comint-insert-clicked-input for two bindings but just
11318         one functionality.
11320 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11322         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
11324 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
11326         * files.el (write-contents-functions): Doc fix.
11328 2004-06-21  Juanma Barranquero  <lektu@terra.es>
11330         * image.el (image-library-alist): Rewrite docstring in active voice.
11332 2004-06-20  Richard M. Stallman  <rms@gnu.org>
11334         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
11336         * isearch.el (isearch-repeat): Avoid testing old match data.
11337         (isearch-message): Display trailing space in special font
11338         when search is failing.
11339         (isearch-search-fun-function): Doc fix.
11341         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
11343 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
11345         * frame.el (show-trailing-whitespace): Doc fix.
11347         * cus-edit.el (custom-variable-documentation): New function.
11348         (custom-variable): Use it.
11350 2004-06-19  Nick Roberts  <nickrob@gnu.org>
11352         * man.el (Man-getpage-in-background): Revert previous change but
11353         make cygwin a special case.
11355 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
11357         * autorevert.el (global-auto-revert-non-file-buffers):
11358         Update docstring.
11360 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
11362         * progmodes/compile.el (compilation-error-properties): Store one
11363         more than end-col, if present, so that transient-mark-mode will
11364         highlight last char too.
11365         * progmodes/grep.el (grep-regexp-alist): Match columns and column
11366         ranges, if present.
11368 2004-06-18  Jason Rumney  <jasonr@gnu.org>
11370         * makefile.w32-in: Double percent signs in for loops.
11372 2004-06-17  David Kastrup  <dak@gnu.org>
11374         * replace.el (query-replace-read-args): Only warn about use of \n
11375         and \t when we are doing a regexp replacement and the actual
11376         escaped character is n or t.
11377         (query-replace-regexp): Add \, and \# interpretation to
11378         interactive call and document it.
11379         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
11380         as shortkey for replace-count.
11381         (replace-quote): New function for doubling backslashes.
11383 2004-06-17  Juanma Barranquero  <lektu@terra.es>
11385         * files.el (parse-colon-path, cd): Mention in docstring that the
11386         path separator is colon in GNU-like systems.
11388         * newcomment.el (comment-region-internal): Fix docstring.
11390         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
11391         (ewoc-invalidate, ewoc-collect): Doc fixes.
11392         (ewoc--create-node, ewoc--delete-node-internal):
11393         Fix typos in docstring.
11395 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
11397         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11398         manual to docstring.
11400 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11402         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
11404 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
11406         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11407         Add hyperlink to emacs-xtra manual to docstring.
11409         * autorevert.el (global-auto-revert-non-file-buffers):
11410         Add hyperlink to emacs-xtra manual to docstring, as well as an
11411         info-link.
11413 2004-06-14  Juanma Barranquero  <lektu@terra.es>
11415         * image.el (image-library-alist): New variable to map image types
11416         to external libraries.  Initialized to nil, unless system-specific
11417         configs change it.
11418         (image-type-available-p): Determine whether an image type is
11419         available by calling `init-image-library'.
11421         * term/w32-win.el (image-library-alist): Initialize to a known set
11422         of probable library names.
11424 2004-06-14  Kenichi Handa  <handa@m17n.org>
11426         * international/code-pages.el (windows-1256, cp1125): Fix tables
11427         for several characters.
11429         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
11431 2004-06-13  Richard M. Stallman  <rms@gnu.org>
11433         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
11435         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
11436         not "`pc-selection-mode'".
11438         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
11440         * simple.el (previous-matching-history-element): Specify a default.
11442         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
11444         * cus-face.el (custom-declare-face): Simplify code.
11446         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
11448 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11450         * files.el (before-save-hook): Add `time-stamp' to the options.
11452         * time-stamp.el (time-stamp): Recommend adding it to
11453         `before-save-hook', rather than `write-file-functions'.
11454         Make a similar change in `Commentary' section.
11456 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11458         * diff-mode.el (diff-current-defun): If at start of hunk, use
11459         position of first change.
11461 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
11463         * dired-x.el (dired-mark-omitted): Bind to "*O".
11465 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
11467         * bookmark.el (bookmark-bmenu-relocate): New function, as
11468         suggested by David J. Biesack <David.Biesack@sas.com>.
11469         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
11470         (bookmark-bmenu-mode): Describe binding in doc string.
11471         (bookmark-set-filename): Save the bookmark list if it's time.
11473 2004-06-13  Kenichi Handa  <handa@m17n.org>
11475         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
11476         (ccl-untranslated-to-ucs): Fix typo.
11478 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
11480         * progmodes/python.el (python-open-block-statement-p):
11481         Fix indentation after a block opening that contains a comment.
11483 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
11485         * bindings.el (completion-ignored-extensions): Add file extensions
11486         of Python byte-compiled files.
11488 2004-06-12  Juri Linkov  <juri@jurta.org>
11490         * info.el (Info-goto-node): Add autoload.
11491         (Info-toc): Add substring-no-properties on Info file name.
11492         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
11493         (Info-mode-map): Bind L to Info-history, T to Info-toc.
11495 2004-06-12  Kenichi Handa  <handa@m17n.org>
11497         * international/mule-cmds.el (set-language-environment):
11498         Load subst tables if necessary.
11500         * international/mule.el (decode-char): Load subst tables if necessary.
11501         (encode-char): Likewise.
11503         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
11504         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
11505         (utf-16le-decode-loop): Set r5 to -1 before loop.
11506         (utf-16be-decode-loop): Likewise.
11507         (ccl-decode-mule-utf-16le): Add EOF processing block.
11508         (ccl-decode-mule-utf-16be): Likewise.
11509         (ccl-decode-mule-utf-16le-with-signature): Likewise.
11510         (ccl-decode-mule-utf-16be-with-signature): Likewise.
11511         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
11512         (ccl-mule-utf-16-encode-untrans): New CCL.
11513         (utf-16-decode-to-ucs): Handle pre-read character.
11514         (utf-16le-encode-loop): Handle surrogate pair.
11515         (utf-16be-encode-loop): Likewise.
11516         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
11517         of utf-16le-encode-loop.
11518         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
11519         of utf-16be-encode-loop.
11520         (mule-utf-16-post-read-conversion):
11521         Call utf-8-post-read-conversion at first.
11522         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
11523         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
11524         Add post-read-conversion and pre-write-conversion.
11526         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
11527         (utf-translate-cjk-unicode-range): New variable.
11528         (utf-translate-cjk-load-tables): New function.
11529         (utf-lookup-subst-table-for-decode): New function.
11530         (utf-lookup-subst-table-for-encode): New function.
11531         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
11532         tables here.  Update safe-charsets of utf-* coding systems.
11533         (ccl-mule-utf-untrans): New CCL.
11534         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
11535         at end of each branch.
11536         (ccl-mule-utf-8-encode-untrans): New CCL.
11537         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
11538         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
11539         length of encoding.  Don't return r0.
11540         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
11541         (utf-8-post-read-conversion): Narrow to region properly.
11542         If utf-translate-cjk-mode is on, load tables if necessary.
11543         Call utf-8-compose with hash-table arg if necessary.
11544         Call XXX-compose-region instead of XXX-post-read-convesion.
11545         (utf-8-pre-write-conversion): New function.
11546         (mule-utf-8): Include CJK charsets in safe-charsets if
11547         utf-translate-cjk-mode is on.  Add pre-write-conversion.
11549         * international/characters.el: Temporarily set
11550         utf-translate-cjk-mode to nil.
11552         * language/devan-util.el (devanagari-compose-region):
11553         Add autoload cookie.
11555         * international/ccl.el (ccl-dump-call): Fix printing the
11556         subroutine name.
11558 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11560         * dired.el (dired-revert): If buffer is marked unmodified before
11561         reverting, keep it marked unmodified.
11562         Adapt to new conventions for commenting out code.
11563         (dired-make-relative): Adapt to new conventions for commenting out code.
11565 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
11567         * eshell/esh-module.el (eshell-load-defgroups):
11568         Bind `vc-handled-backends' to nil when opening files.
11570 2004-06-11  Juanma Barranquero  <lektu@terra.es>
11572         * files.el (parse-colon-path, cd): Doc fixes (refer to
11573         `path-separator', not colon).
11575 2004-06-10  Juanma Barranquero  <lektu@terra.es>
11577         * newcomment.el (comment-search-forward)
11578         (comment-search-backward): Fix typos in docstring.
11579         (comment-region): Doc fix.
11581 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
11583         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
11584         switch is no longer stored in `dired-switches-alist'.
11586         * dired-aux.el (dired-insert-subdir): Do not store R switch in
11587         `dired-switches-alist'.
11589 2004-06-10  Kim F. Storm  <storm@cua.dk>
11591         * pcvs.el (cvs-mode-diff-yesterday): New command.
11593         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
11595 2004-06-10  Juri Linkov  <juri@jurta.org>
11597         * emacs-lisp/edebug.el (edebug-eval-defun):
11598         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
11599         Fix docstring.
11601         * simple.el (eval-expression-print-format): Don't print additional
11602         information on the first call to `eval-print-last-sexp'.
11603         (next-error-find-buffer): Fix punctuation.
11604         (killing) <defgroup>: Fix punctuation.
11605         (yank-excluded-properties): Change group from editing to killing.
11607         * replace.el (perform-replace): Use `limit' to terminate the
11608         while-loop explicitly.
11610 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11612         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
11613         Use lc-*.xpm as prefix instead of *-locol.xpm.
11615         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
11616         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
11617         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
11618         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
11619         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
11620         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
11621         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
11622         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
11623         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
11624         * toolbar/lc-up_arrow.xpm:
11625         Rename from *-locol.xpm.
11627 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
11629         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
11630         include forms like &<str>; as valid url patterns.
11632 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
11634         * dired.el (dired-diff, dired-backup-diff)
11635         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
11636         (dired-do-chown, dired-do-touch, dired-do-print)
11637         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
11638         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
11639         (dired-create-directory, dired-do-copy, dired-do-symlink)
11640         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
11641         (dired-do-copy-regexp, dired-do-hardlink-regexp)
11642         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
11643         (dired-maybe-insert-subdir, dired-next-subdir)
11644         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
11645         (dired-kill-subdir, dired-tree-up, dired-tree-down)
11646         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
11647         (dired-run-shell-command, dired-query): Remove redundant,
11648         or incorrect, autoloads.
11650         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
11651         does not end in a slash.  Add optional argument KILL-ROOT.
11652         Update docstring.
11653         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
11654         (dired-query): Add autoloads.
11656 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
11658         * progmodes/compile.el (compilation-set-window-height):
11659         Rearrange the save-* functions because a buffer can have several current
11660         point in different windows.
11661         (compilation-error-regexp-alist-alist): Recognize {standard input}
11662         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
11664 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11666         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
11667         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
11668         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
11669         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
11670         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
11671         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
11672         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
11673         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
11674         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
11675         * toolbar/up_arrow-locol.xpm:
11676         New versions of icons that uses fewer colors.
11678         * toolbar/tool-bar.el (tool-bar-local-item)
11679         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
11680         if display-color-cells is 256 or less.
11682 2004-06-08  Kim F. Storm  <storm@cua.dk>
11684         * wid-edit.el (widget-specify-button): Use hand pointer rather
11685         than mouse-face as visible mouse-over effect.
11687 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
11689         * saveplace.el (save-place-alist-to-file): Bind `print-length'
11690         and `print-level' to nil when writing out `save-place-alist'.
11691         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
11693 2004-06-07  Juanma Barranquero  <lektu@terra.es>
11695         * completion.el (completion-kill-region): Doc fix.
11697         * format.el (format-insert-annotations)
11698         (format-annotate-location): Doc fixes.
11699         (format-subtract-regions): Make arguments match their use in docstring.
11701         * simple.el (kill-region): Doc fix.
11703         * subr.el (insert-buffer-substring-no-properties)
11704         (insert-buffer-substring-as-yank): Doc fixes.
11706 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
11708         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11709         Update docstring.
11710         (dired-reset-subdir-switches): New function.
11712         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
11713         Limit scope of `buffer-read-only' binding.
11715 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
11717         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
11718         eshell-explicit-command-char.
11720 2004-06-06  Juanma Barranquero  <lektu@terra.es>
11722         * help-fns.el (help-argument-name): Inherit from italic face only
11723         if the frame supports it.
11725 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11727         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
11728         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
11729         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
11730         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
11731         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
11732         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
11733         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
11734         New conversions from xpm files.
11736         * toolbar/README: New file.
11738 2004-06-06  Richard M. Stallman  <rms@gnu.org>
11740         * isearch.el (isearch-mode-map): Undo previous change.
11742 2004-06-05  Juri Linkov  <juri@jurta.org>
11744         * bindings.el (debug-ignored-errors): Add regexps for history
11745         related messages.  Remove $ from "No further undo information".
11746         Move Ediff's messages to ediff.el.
11748         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
11750         * cus-edit.el (custom-display): Add `min-colors'.
11752         * custom.el (defface): Add `supports' to docstring.
11754         * help-fns.el (help-argument-name): Add :group 'help.
11756 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
11758         * find-dired.el (find-ls-subdir-switches): New user option.
11759         (find-dired): No longer call `abbreviate-file-name' on DIR.
11760         Set `dired-subdir-switches' buffer-locally.
11762         * locate.el: Merge the two `Commentary' sections.
11763         (locate-ls-subdir-switches): New user option.
11764         (locate): Update for other changes.
11765         (locate-mode-map): Restore Dired binding for mouse-2.
11766         Bind `locate-mouse-view-file' to M-mouse-2.
11767         Bind `l' to `locate-do-redisplay'.
11768         (locate-main-listing-line-p, locate-do-redisplay): New functions.
11769         (locate-mouse-view-file, locate-tags, locate-find-directory):
11770         Print message if used outside main listing.
11771         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
11772         Various changes to support inserted subdirectories.
11773         (locate-insert-header): Change header of *Locate* buffer.
11775         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11776         Change interactive default switches.
11777         (dired-rename-subdir-2): Update `dired-switches-alist'.
11778         (dired-insert-subdir, dired-kill-subdir):
11779         Handle `dired-switches-alist'.  Do not mark buffer modified.
11780         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
11781         (dired-insert-subdir-doinsert): Omit messages.
11782         Handle `dired-subdir-switches'.
11783         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
11785         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
11786         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
11787         subdirs if -R switch is used for a subdir.
11788         (dired-mode): Set `dired-switches-alist'.
11789         (dired-build-subdir-alist): Only print number of directories in
11790         echo area when invoked interactively.
11792 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
11794         * dired-x.el (dired-omit-mode): Rename from
11795         dired-omit-files-p.  Use define-minor-mode to define it.
11796         (dired-omit-files-p): Add as alias for dired-omit-mode.
11797         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
11798         dired-mark-omitted.
11799         (dired-mark-omitted): Add.  Bind to M-O.
11801 2004-06-05  Kenichi Handa  <handa@m17n.org>
11803         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
11805 2004-06-05  Juanma Barranquero  <lektu@terra.es>
11807         * help-fns.el (help-argument-name): Reintroduce face.
11808         (help-default-arg-highlight): Use it, now that
11809         `face-differs-from-default-p' can be trusted.
11811 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11813         * textmodes/table.el: Sentence commands added to Point Motion
11814         group; kill and backward-kill commands added to Extraction group.
11816 2004-06-04  Mario Lang  <mlang@delysid.org>
11818         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
11819         systems appear to use mW, make the code handle this.  Fix a
11820         division-by-zero bug while at it, and handle kernels with
11821         a slightly different layout in /proc/acpi.
11823 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
11825         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
11826         because the latter is a CL-ism.  This fixes the bug reported by
11827         Shawn Boyette <mdxi@collapsar.net> in
11828         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
11830 2004-06-04  Miles Bader  <miles@gnu.org>
11832         * faces.el (display-supports-face-attributes-p): Function moved to
11833         C code.  Previously only the tty-related portion of this function
11834         was done in C; however the previous attempt to do a halfway-proper
11835         job for non-tty displays in lisp didn't work properly because of
11836         funny conditions during Emacs startup.
11837         (face-differs-from-default-p): Simplify, now that
11838         display-supports-face-attributes-p works properly on all display
11839         types.  Remove :stipple from comparison; it doesn't really work
11840         in emacs anyway.
11842 2004-06-04  Miles Bader  <miles@gnu.org>
11844         * faces.el (face-differs-from-default-p): Use a different
11845         implementation, so we can really check whether FACE displays
11846         differently or not.
11848 2004-06-04  Miles Bader  <miles@gnu.org>
11850         * faces.el (display-supports-face-attributes-p): Implement a
11851         `different from default' check for non-tty displays.
11853 2004-06-03  David Kastrup  <dak@gnu.org>
11855         * woman.el (woman-mapcan): More concise code.
11856         (woman-topic-all-completions, woman-topic-all-completions-1)
11857         (woman-topic-all-completions-merge): Replace by a simpler and
11858         much faster implementation based on O(n log n) sort/merge instead
11859         of the old O(n^2) behavior.
11861 2004-06-03  Miles Bader  <miles@gnu.org>
11863         * subr.el (read-number): Use canonical format for default in prompt.
11865         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
11866         Add regexp for " [...]" style defaults.
11868 2004-06-02  Romain Francoise  <romain@orebokech.com>
11870         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
11871         groups: if the user asks for a hidden buffer, open the
11872         corresponding filter group to expose it.
11874         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
11875         `ibuffer-jump-to-buffer'.
11876         (ibuffer-jump-offer-only-visible-buffers): New user option.
11878 2004-06-02  Juanma Barranquero  <lektu@terra.es>
11880         * faces.el (frame-update-faces): Add empty docstring so the one
11881         for `ignore' doesn't show through.
11883         * subr.el (process-kill-without-query): Remove spurious "\n" on
11884         obsolescence string.
11885         (focus-frame, unfocus-frame): Add obsolescence declaration and
11886         empty docstring.
11888         * international/mule.el (register-char-codings): Make alias for
11889         `ignore'.  Move docstring to obsolescence info and remove redundancy.
11891 2004-06-02  Kim F. Storm  <storm@cua.dk>
11893         * frame.el (blink-cursor-start): Turn cursor off initially so blink
11894         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
11896 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11898         * comint.el (comint-replace-by-expanded-history-before-point):
11899         Obey `start' as the docstring says.
11900         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
11901         (comint-update-fence): Prevent font-lock from running unnecessarily.
11902         (comint-dynamic-list-completions): Use with-current-buffer.
11904 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11906         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
11907         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
11908         (bibtex-entry-update): Handle alternatives and optional fields.
11909         (bibtex-parse-entry): Bugfix, handle empty key.
11911 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * vc-arch.el (vc-arch-state): Don't assume the file exists.
11915 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
11917         * desktop.el (desktop-save): Don't save minor modes without a
11918         known mode initialization function.
11920 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
11922         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
11924         * autorevert.el: Update `Commentary' section.
11926 2004-05-30  Juanma Barranquero  <lektu@terra.es>
11928         * dos-fns.el (convert-standard-filename):
11929         * files.el (convert-standard-filename):
11930         * w32-fns.el (convert-standard-filename):
11931         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
11933 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
11935         Sync with Tramp.
11937         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
11938         (tramp-let-maybe): Move to an earlier spot in the file.
11939         Patch by Andreas Schwab.
11941 2004-05-30  Andreas Schwab  <schwab@suse.de>
11943         * dired.el (dired-get-filename): Don't use dired-re-dot.
11945 2004-05-30  Richard M. Stallman  <rms@gnu.org>
11947         * files.el (find-file): Doc fix.
11949         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
11951 2004-05-30  Nick Roberts  <nickrob@gnu.org>
11953         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
11954         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
11955         modeline of the locals buffer.
11956         (gdb-goto-breakpoint): Handle gdbmi.
11957         (gdb-get-frame-number): Change for gdbmi.
11959 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
11961         * files.el (file-remote-p): Apply file name handler for operation
11962         `file-remote-p'.  It isn' a property any longer.
11963         (file-relative-name): `fh' and `fd' get the required value via
11964         `find-file-name-handler' already.
11966         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
11967         (top): Remove setting of `file-remote-p' property for
11968         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
11970 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
11972         Version 2.0.41 of Tramp released.
11974         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
11975         Throw away if process has died.
11976         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
11977         (tramp-out-of-band-prompt-regexp): Rename to
11978         `tramp-process-alive-regexp', because its usage is widen.
11979         (tramp-actions-copy-out-of-band): Apply it.
11980         (tramp-actions-before-shell, tramp-multi-actions):
11981         Add `tramp-action-process-alive' action.
11982         (tramp-action-process-alive): New defun.
11983         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11984         Add entry for `file-remote-p'.
11985         (tramp-handle-file-remote-p): New defun.
11986         (top): Remove setting of `file-remote-p'.  Don't set
11987         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
11989         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11990         `file-remote-p'.
11992         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
11993         counted for (last) line.  [They should or they shouldn't?  --Stef]
11994         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
11996 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
11998         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
11999         not really necessary but seems to keep the shell history smaller
12000         in some cases.  It is no substitute for setting HISTFILE and
12001         HISTSIZE from tramp-open-connection-setup-interactive-shell,
12002         though.  Suggested by Luc Teirlinck.
12003         (tramp-open-connection-setup-interactive-shell): Export variables
12004         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
12005         (tramp-set-process-query-on-exit-flag): New compat function.
12006         (tramp-open-connection-multi, tramp-open-connection-su)
12007         (tramp-open-connection-rsh, tramp-open-connection-telnet)
12008         (tramp-do-copy-or-rename-file-out-of-band): Use it.
12009         (tramp-let-maybe): New macro, let-binds a variable only if it
12010         isn't obsolete.
12011         (tramp-check-ls-commands, tramp-handle-expand-file-name)
12012         (tramp-handle-file-truename): Use it.
12013         (tramp-completion-file-name-regexp-unified): Avoid matching
12014         filenames starting with "/:" -- those are reserved for
12015         file-name-non-special.
12017         * tramp-smb.el (tramp-smb-open-connection):
12018         Use tramp-set-process-query-on-exit-flag compat function.
12020 2004-05-29  Richard M. Stallman  <rms@gnu.org>
12022         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
12024         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
12025         (eval-last-sexp-print-value): Print char equivalent regardless
12026         of standard-output value.
12028         * thumbs.el (thumbs-subst-char-in-string): Delete.
12029         (thumbs-thumbname): Use subst-char-in-string.
12030         (thumbs-resize-image): Use condition-case, not ignore-errors.
12031         (thumbs-kill-buffer): Likewise.
12033         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
12034         (thumbs-mode): Make buffer read-only.
12035         (thumbs-make-thumb): Unconditionally accept an existing file.
12036         (thumbs-insert-thumb): Add thumb-image-file property to the image.
12037         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
12038         (thumbs-show-thumbs-list): Error if images not supported.
12039         (thumbs-save-current-image): Improve prompt string.
12040         (thumbs-mode-map): Define u, R, x.
12041         (thumbs-unmark): New command.
12042         (thumbs-emboss-image): Minor cleanup.
12043         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
12044         (thumbs-rename-images): New command.
12045         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
12047         * thumbs.el (thumbs-current-image): New function.
12048         (thumbs-file-list, thumbs-file-alist): New functions.
12049         (thumbs-find-image): Delete arg L.
12050         Don't set up thumbs-fileL as buffer-local global var.
12051         (thumbs-find-image-at-point): Use thumbs-current-image.
12052         (thumbs-set-image-at-point-to-root-window): Likewise.
12053         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
12054         Record and warn about errors.  Update thumbs-markedL for deletions.
12055         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
12056         (thumbs-redraw-buffer): Use thumbs-file-list.
12057         (thumbs-mark): Use thumbs-current-image.
12058         (thumbs-show-name): Use thumbs-current-image.
12060         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
12061         and imenu--last-menubar-index-alist.
12063         * subr.el (with-selected-window): Undo previous change.
12065 2004-05-29  John Paul Wallington  <jpw@gnu.org>
12067         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
12068         (thumbs-mouse-find-image): New command.
12069         (thumbs-mode-map): Bind it to mouse-2.
12070         (thumbs-mode): Make mode-class special.
12071         (thumbs-view-image-mode): Likewise.
12073 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
12075         * flymake.el: New file.
12077 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
12079         * files.el (find-file-noselect-1): Do not bind
12080         `inhibit-read-only' to t during execution of
12081         `find-file-not-found-functions'.
12083 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
12086         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
12088 2004-05-28  Juri Linkov  <juri@jurta.org>
12090         * simple.el (eval-expression-print-format): New fun.
12092         * simple.el (eval-expression):
12093         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12094         * emacs-lisp/edebug.el (edebug-compute-previous-result)
12095         (edebug-eval-expression): Print additionally the value returned by
12096         `eval-expression-print-format'.
12098         * emacs-lisp/lisp.el (insert-pair-alist): New var.
12099         (insert-pair): Make arguments optional.  Find character pair
12100         from `insert-pair-alist' according to the last input event.
12101         (insert-parentheses): Make arguments optional.
12102         (raise-sexp, delete-pair): New funs.
12104         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
12105         (emacs-lisp-mode-map, lisp-interaction-mode-map):
12106         Bind C-M-q to `indent-pp-sexp'.
12108         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
12109         `pp-to-string' modified to be able to format text with newlines.
12110         (pp-to-string): Move the buffer-formatting part of the code to
12111         `pp-buffer'.  Call `pp-buffer'.
12113         * info.el (Info-desktop-buffer-misc-data): Don't save information
12114         about virtual files.
12115         (Info-restore-desktop-buffer): Restore Info buffers in prepared
12116         buffers with names obtained from the desktop file instead of the
12117         default *info* buffer.
12119 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * subr.el (with-selected-window): Only save/restore the selected window.
12123         * progmodes/compile.el (compilation-error-regexp-alist):
12124         Use expand-file-name and data-directory.
12126         * progmodes/grep.el (grep-tree): Rework previous fix.
12128         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
12129         after the user marked text with the mouse.
12131         * startup.el (command-line): Keep the first regexp of
12132         auto-save-file-name-transforms intact.
12134 2004-05-28  Juanma Barranquero  <lektu@terra.es>
12136         * cus-edit.el (customize-face, customize-face-other-window)
12137         (custom-face-edit-delete): Make arguments match their use in
12138         docstring.
12139         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
12140         docstring.
12142         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
12143         not `cvs-butlast'.
12145         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
12146         `nbutlast' are in subr.el).
12148         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
12149         (set-w32-system-coding-system): Doc fixes.
12151         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
12152         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
12153         Make arguments match their use in docstring.
12154         (artist-draw-region-trim-line-endings)
12155         (artist-mouse-choose-operation): Fix typo in docstring.
12156         (artist-key-set-point-common): Doc fix.
12158 2004-05-28  Simon Josefsson  <jas@extundo.com>
12160         * mail/smtpmail.el (smtpmail-open-stream):
12161         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
12163 2004-05-26  Simon Josefsson  <jas@extundo.com>
12165         * starttls.el: Merge with my GNUTLS based starttls.el.
12166         (starttls-gnutls-program, starttls-use-gnutls)
12167         (starttls-extra-arguments, starttls-process-connection-type)
12168         (starttls-connect, starttls-failure, starttls-success): New variables.
12169         (starttls-program, starttls-extra-args): Doc fix.
12170         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
12171         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
12172         and pass on to corresponding *-gnutls function if it is set.
12174 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
12176         * autorevert.el (auto-revert-handler): Disable auto-reverting of
12177         remote files.
12179 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
12181         * files.el (file-name-non-special): There are more operations
12182         which need handling: `find-backup-file-name',
12183         `insert-file-contents', `verify-visited-file-modtime',
12184         `write-region'.  Rename t value of method to `add'.  Add new
12185         methods `quote' and `unquote-then-quote' to file-arg-indices.
12187 2004-05-25  Juri Linkov  <juri@jurta.org>
12189         * info.el (Info-toc): Call Info-mode on intermediate buffer.
12190         (Info-index-nodes): Enclose code in condition-case to catch errors.
12191         (Info-index-node): Don't search all index nodes if request is only
12192         for the current node and file is not in the cache of index nodes.
12193         (Info-mode-map): Bind Info-copy-current-node-name to `w'
12194         for consistency with dired-copy-filename-as-kill.
12195         Bind `S' to Info-search-case-sensitively.
12196         (Info-copy-current-node-name): New arg.  With zero prefix arg put
12197         the name inside a function call to `info'.  Display copied text in
12198         the echo area.
12200 2004-05-25  Sam Steingold  <sds@gnu.org>
12202         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
12203         strip the package prefix from the symbol name, if any.
12204         Make it the `find-tag-default-function' for `lisp-mode'.
12206 2004-05-25  John Paul Wallington  <jpw@gnu.org>
12208         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
12209         instead of obsolete `process-kill-without-query'.
12211         * textmodes/texinfmt.el (texinfo-indexvar-alist):
12212         Declare as variable, not constant.
12214 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12216         * files.el (find-file-noselect-1): Fix bug introduced by
12217         Revision 1.694.  As a side effect, `inhibit-read-only'
12218         is again, by default, t during execution of
12219         `find-file-not-found-functions'.
12220         (insert-directory): Check that lines were really inserted by
12221         the --dired switch, before erasing them.
12223 2004-05-24  Nick Roberts  <nickrob@gnu.org>
12225         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
12226         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
12227         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
12228         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
12229         gud-minor-mode (gdbmi).
12231 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
12233         * net/browse-url.el (browse-url-interactive-arg): Enable user to
12234         explicitly select the text to be taken as URL.
12236 2004-05-23  Juri Linkov  <juri@jurta.org>
12238         * info.el (Info-index-nodes): New var and fun.
12239         (Info-goto-index, Info-index, info-apropos)
12240         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
12241         (Info-index): Fix docstring.  Store and restore Info-history-list.
12242         (Info-complete-nodes): New var.
12243         (Info-complete-menu-item): Use it.
12244         (Info-index-node): New fun.
12245         (Info-final-node, Info-forward-node, Info-backward-node)
12246         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12247         Use Info-index-node.
12248         (Info-extract-menu-item, Info-extract-menu-counting): Set second
12249         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
12250         (Info-find-node-2): If a node with period in its name not found,
12251         try to find a node without the name part after period.
12252         (Info-select-node): Call Info-fontify-node only if
12253         Info-fontify-maximum-menu-size is not nil.
12254         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
12255         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
12256         Preserve Info-history-list.
12257         (Info-toc): Set Info-current-file.
12258         (Info-build-toc): Move point to the beginning of the buffer.
12259         Add main-file variable.
12260         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
12261         Use backslashed representation of the control character ^_.
12263         * textmodes/texinfmt.el (texinfo-print-index): Print index line
12264         numbers in the new Texinfo 4.7 format.
12266         * add-log.el (change-log-font-lock-keywords): Remove `:' from
12267         regexps for function and variable names.
12269         * descr-text.el (describe-property-list): Add [show] button for
12270         `syntax-table' property with action to pp to a separate buffer.
12271         (describe-char): Replace search-forward by re-search-forward with
12272         whitespace regexp after "character:" to not fail in too narrow windows.
12274         * simple.el (next-error-find-buffer): Add a rule to return
12275         next-error capable buffer if one window on the selected frame
12276         displays such buffer.
12278 2004-05-23  Nick Roberts  <nickrob@gnu.org>
12280         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
12281         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
12282         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
12283         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
12284         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
12285         Handle new value for gud-minor-mode (gdbmi).
12286         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
12287         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
12288         Change from local to global gdb variable set.
12289         (gdb-ann3): Initialise above gdb variable set.
12290         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
12291         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
12292         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
12293         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
12294         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
12295         (gdb-info-locals-handler, gdb-invalidate-assembler)
12296         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
12297         set as global variables.
12298         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
12299         Handle gdbmi.
12300         (gdb-info-breakpoints-custom): Fix regexp.
12301         (def-gdb-var): Delete.
12303         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
12304         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
12305         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
12306         a new mode.  The file (gdb-mi.el) for this mode will be included
12307         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
12308         primary interface.
12310 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
12312         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
12313         interpreted as a directory.
12315 2004-05-22  Richard M. Stallman  <rms@gnu.org>
12317         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
12318         as a close quote.
12320         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
12322         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
12323         Use assoc-string, not assoc-ignore-case.
12325         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12327         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
12328         If moving back then fwd gets a defun that ends before point,
12329         try again moving fwd then back.
12331         * files.el (file-name-non-special): Allow t in file-arg-indices
12332         to mean requote the return value.  Use `identity' as an element
12333         rather than as the whole value.
12335         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
12337 2004-05-22  Juanma Barranquero  <lektu@terra.es>
12339         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
12340         `help-make-usage'.
12341         (help-highlight-arguments): Skip function name before searching
12342         for arguments.
12344 2004-05-21  Juanma Barranquero  <lektu@terra.es>
12346         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
12347         Don't mention in the docstring these arguments meant for
12348         internal (recursive) use only.
12349         (allout-char-spec): Comment out (it's not implemented).
12350         (allout-old-expose-topic, allout-exposure): Fix docstring and add
12351         obsolescence declaration.
12352         (allout-flatten-exposed-to-buffer)
12353         (allout-indented-exposed-to-buffer): Fix typos in docstring.
12354         (my-mark-marker): Doc fix.
12355         (produce-allout-mode-map, allout-sibling-index)
12356         (allout-isearch-expose, allout-distinctive-bullet)
12357         (allout-open-topic, allout-reindent-body)
12358         (allout-rebullet-heading, allout-process-exposed)
12359         (allout-insert-listified, allout-latex-verb-quote)
12360         (allout-insert-latex-header, allout-insert-latex-trailer):
12361         Make arguments match their use in docstring.
12362         (allout-primary-bullet, allout-old-style-prefixes)
12363         (allout-inhibit-protection, allout-init, allout-mode)
12364         (allout-before-change-protect, allout-flag-region):
12365         Use "Emacs" instead of "emacs" in docstrings.
12367 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12369         * international/characters.el: Modify syntax of more characters.
12371 2004-05-21  Masatake YAMATO  <jet@gyve.org>
12373         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
12374         (etags-tags-completion-table): Show parsing progress.
12376 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
12378         * locate.el (locate-prompt-for-command): Shorten first line of
12379         docstring.
12380         (locate-mode): Expand docstring and include keymap summary.
12382         * files.el (find-file-noselect-1): Limit the scope of the
12383         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
12384         is, by default, nil during the execution of
12385         `find-file-not-found-functions' and `find-file-hook'.
12387 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
12389         * facemenu.el (facemenu-color-name-equal): New function.
12390         (list-colors-display): Use it to compare colors instead of
12391         facemenu-color-equal.
12393 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
12395         * compare-w.el (compare-windows-face): Use min-colors instead of
12396         checking for tty or pc types.
12398 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12400         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
12401         (completion-setup-function): Use with-current-buffer.
12402         Properly save excursion.  Simplify.
12403         Don't assume there is necessarily a `mouse-face' property somewhere.
12405         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
12407         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
12409         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
12410         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
12411         Use with-current-buffer.
12412         (byte-goto-log-buffer): Delete.
12413         (byte-compile-log-file): Call compilation-forget-errors.
12415 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12417         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
12418         output messages into the search result.
12420 2004-05-19  Masatake YAMATO  <jet@gyve.org>
12422         * wid-edit.el (widget-radio-button-notify): Revert my last
12423         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12425 2004-05-19  Kenichi Handa  <handa@m17n.org>
12427         * international/characters.el: Fix syntax (open/close) of CJK chars.
12429 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12431         * help-mode.el (help-go-back): Don't depend on position of back button.
12433 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12435         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
12436         files files don't contain an accidental additional /.
12438         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
12439         in source buffer.
12441 2004-05-18  Masatake YAMATO  <jet@gyve.org>
12443         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
12444         to widget-apply.  :action method assumes 2 arguments, not 3.
12446 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
12448         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12449         New constants.
12450         (hs-special-modes-alist): Add an f90-mode entry.
12452 2004-05-17  Sam Steingold  <sds@gnu.org>
12454         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12455         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
12457 2004-05-16  Kim F. Storm  <storm@cua.dk>
12459         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
12461 2004-05-15  John Wiegley  <johnw@newartisans.com>
12463         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
12464         (eshell-output-object-to-target): Improve output speed 20% by not
12465         calling `eshell-stringify' if something is already known to be a string.
12467 2004-05-15  Alex Ott  <ott@jet.msk.su>
12469         * textmodes/ispell.el (ispell-local-dictionary-alist):
12470         Add windows-1251 to the choice of coding systems.
12471         (ispell-dictionary-alist-6): Add support for "russianw.aff",
12472         encoded in cp1251.
12474 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
12476         * progmodes/compile.el (compilation-warning-face)
12477         (compilation-info-face): Use min-colors.
12479 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12481         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
12482         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
12483         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
12484         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
12485         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
12486         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
12487         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
12488         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
12489         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
12490         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
12491         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
12492         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
12493         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
12494         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
12496 2004-05-15  Kim F. Storm  <storm@cua.dk>
12498         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
12499         Use it to set triggered-p element of timer.
12500         (timer-event-handler): Set triggered-p element non-nil while running
12501         the timer function.
12503 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12505         * descr-text.el (describe-char-unicode-data)
12506         (describe-char-unicodedata-file): Re-enable the unicode code now that
12507         the licensing issues have been cleared in the unicode-4 license.
12508         (describe-text-properties-1): Remove unused `overlay' var.
12509         (describe-char): Remove unused var `buffer'.
12511 2004-05-14  David Ponce  <david@dponce.com>
12513         * tree-widget.el: New file.
12515 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
12517         * language/european.el ("Brazilian Portuguese"): Add support for
12518         Brazilian Portuguese.
12520 2004-05-13  John Wiegley  <johnw@newartisans.com>
12522         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
12523         `recentf-mode' if this variable has been customized to t.
12525         * eshell/esh-test.el (eshell-test): Call the function
12526         `emacs-version' rather than trying to build a custom version string.
12528 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12530         * net/telnet.el (telnet-mode): Use define-derived-mode.
12531         Don't modify the global value of comint-prompt-regexp.
12533 2004-05-13  John Paul Wallington  <jpw@gnu.org>
12535         * version.el (emacs-version): Check for `gtk' feature before
12536         `x-toolkit' feature.
12538 2004-05-13  Juanma Barranquero  <lektu@terra.es>
12540         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
12541         arguments in the docstring, they're used only in recursive calls.
12543         * help-fns.el (help-arg-highlighting-function)
12544         (help-argument-name): Delete.
12545         (help-default-arg-highlight): New function.
12546         (help-do-arg-highlighting): Use it.
12548 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
12550         * calendar/appt.el (appt-disp-window):
12551         Use `calendar-set-mode-line' for a centered mode-line.
12553 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12555         * calendar/appt.el (appt-disp-window): Do not split window
12556         excessively when `split-height-threshold' is low.
12558 2004-05-12  Nick Roberts  <nickrob@gnu.org>
12560         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
12561         kill-buffer-hook here and make it local.
12562         (gud-kill-buffer-hook): Use kill-process for a sure kill.
12564 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
12566         * progmodes/compile.el (compilation-set-window-height):
12567         Use save-excursion to protect against misplaced marker.
12569 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12571         * custom.el (defface): Document that type can have value gtk.
12573         * faces.el (face-spec-set-match-display): Handle type gtk in display.
12575 2004-05-12  Kenichi Handa  <handa@m17n.org>
12577         * descr-text.el: Require quail at comile time.
12578         (describe-char): If an input method is on and it supports the
12579         character, show how to input it.
12581         * international/quail.el (quail-install-decode-map): Accept a
12582         char-table whose subtype is `quail-decode-map'.
12583         (quail-store-decode-map-key, quail-gen-decode-map1)
12584         (quail-gen-decode-map, quail-find-key1, quail-find-key)
12585         (quail-show-key): New functions.
12587 2004-05-12  Juanma Barranquero  <lektu@terra.es>
12589         * generic.el (define-generic-mode): Remove redundant arglist info.
12591         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
12592         Make arguments match their use in docstring.
12593         (help-arg-highlighting-function): New variable.
12594         (help-argument-name): Mention it in the docstring.
12595         (help-do-arg-highlight): Use it.  Expand regexp to accept also
12596         ARG-xxx and xxx-ARG references.
12598 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
12600         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
12601         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
12602         and "mailto:addr1?to=addr2" equal.
12604 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12606         * man.el (Man-getpage-in-background): Use shell-file-name
12607         and shell-command-switch variables instead of hard-coded values.
12609 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
12611         * iimage.el: New file.
12613 2004-05-11  Juanma Barranquero  <lektu@terra.es>
12615         * custom.el (custom-initialize-default, defcustom):
12616         Fix typo in docstring.
12618         * files.el (set-visited-file-name, file-expand-wildcards):
12619         Fix docstring.
12621 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12623         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
12625         * subr.el (eventp): Be more discriminating with integers.
12627 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
12629         * progmodes/compile.el (compile): Add universal prefix arg.
12630         (compilation-error-regexp-alist-alist): Add edg patterns.
12632 2004-05-10  Sam Steingold  <sds@gnu.org>
12634         * textmodes/ispell.el (ispell-message):
12635         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
12637 2004-05-10  Dave Love  <fx@gnu.org>
12639         * progmodes/python.el (help-buffer): Autoload when compiling.
12640         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
12641         (run-python): Prepend to any existing PYTHONPATH.
12643 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
12645         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
12646         for pending breakpoints.
12648 2004-05-10  Richard M. Stallman  <rms@gnu.org>
12650         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
12651         directly without calling any functions in Rmail.
12652         (unrmail-unprune): Function deleted.
12654 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12656         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
12657         C-c C-z binding.
12659 2004-05-10  Kenichi Handa  <handa@m17n.org>
12661         * descr-text.el (describe-char): Fix previous change.  Don't make
12662         a unibyte character to multibyte in the *Help* buffer.
12664 2004-05-10  Miles Bader  <miles@gnu.org>
12666         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
12667         buffer an error if the debugger process is actually running.
12669 2004-05-10  Juanma Barranquero  <lektu@terra.es>
12671         * help-fns.el (help-argument-name): Default to italic.
12672         (help-highlight-arguments): Return always (usage . doc), even when
12673         usage is nil.
12675         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
12676         (define-ibuffer-filter): Add usage info.
12677         (define-ibuffer-op): Add usage info (but CL-style defaults for
12678         keyword args are not shown).
12680         * subr.el (remove-overlays, read-passwd): Fix docstring.
12681         (start-process-shell-command): Fix docstring.  Put usage info in a
12682         format usable by `describe-function'.
12683         (open-network-stream, open-network-stream-nowait)
12684         (open-network-stream-server): Fix docstring.
12686 2004-05-09  Jason Rumney  <jasonr@gnu.org>
12688         * international/code-pages (cp932, cp936, cp949, c950): Remove.
12689         Only define cp125* if windows-125* is already defined.
12691         * language/korean.el (cp949): Add alias.
12693         * language/chinese.el (cp936, cp950): Add aliases.
12695         * language/japanese.el (cp932): Add alias.
12697         * term/w32-win.el: Require code-pages.
12699         * international/mule-cmds.el (set-locale-environment):
12700         On MS-Windows use ansi code-page for default coding-systems.
12701         Set up paper sizes for Windows 3 letter languages.
12703         * international/code-pages.el (cp932, cp936, cp949, cp950):
12704         Add aliases.  Also add cp125* if not already defined.
12706 2004-05-09  Juanma Barranquero  <lektu@terra.es>
12708         * help-fns.el (help-highlight-arguments): Don't try to highlight
12709         missing or autoloaded arglists.  Accept structured arguments, like
12710         the first ones of `do' and `flet'.
12712         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
12713         (cvs-get-marked): Remove redundant arglist info.
12715         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
12716         Don't use CL-style default args.
12718 2004-05-08  Andreas Schwab  <schwab@suse.de>
12720         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
12722         * international/subst-ksc.el: Fix references to utf-translate-cjk
12723         into utf-translate-cjk-mode.
12724         * international/subst-big5.el: Likewise.
12725         * international/subst-gb2312.el: Likewise.
12726         * international/subst-jis.el: Likewise.
12727         * international/utf-16.el: Likewise.
12728         * international/utf-8.el: Likewise.
12730 2004-05-08  John Wiegley  <johnw@newartisans.com>
12732         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
12733         "virtual buffers" (off by default), which makes it possible to
12734         switch to the "virtual" buffers of recently visited files.  When a
12735         buffer name search fails, and this option is on, iswitchb will
12736         look at the list of recently visited files, and permit matching
12737         against those names.  When the user hits RET on a match, it will
12738         revisit that file.
12739         (iswitchb-read-buffer): Add two optional arguments, which makes
12740         isearchb.el possible.
12741         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
12742         (iswitchb-next-match): Add support for virtual buffers.
12744         * isearchb.el: This module extends iswitchb to provide "as you
12745         type" buffer selection.
12747         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
12748         Ignore the read-only property when flyspell highlighting is on.
12749         Not ignoring it leads to a series of confusing errors.
12750         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
12751         but also make sure to call flyspell-incorrect-hook.
12752         (flyspell-maybe-correct-transposition): Perform transposition test
12753         by bit twiddling a string, rather than using a temp buffer.
12754         (flyspell-maybe-correct-doubling): Use a string rather than a temp
12755         buffer.  This is also the original version of the code, which
12756         could not be checked in before due to a previous lack of
12757         assignment papers.  This version has seen heavy usage on my system
12758         for several years now.
12760         * calendar/cal-bahai.el: New file, which adds support for the
12761         Baha'i calendar to Emacs.  This calendar is based on a solar year
12762         of 19 months of 19 days, with 4 intercalary days.  Each year
12763         begins on March 21, with the calendar starting in 1844.
12765         * calendar/cal-menu.el, calendar/calendar.el,
12766         calendar/diary-lib.el, calendar/holidays.el: Added support for
12767         using cal-bahai.el.
12769         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
12770         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
12771         function can be used outside of eshell buffers.
12772         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
12774 2004-05-08  Juanma Barranquero  <lektu@terra.es>
12776         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
12777         word constituent so FOO-ARG is not recognized as an arg.
12778         (help-highlight-arguments): Don't skip lists in mandatory arguments.
12780         * simple.el (next-error): Fix typo in docstring.
12781         (open-line): Make argument names match their use in docstring.
12782         (split-line): Fix docstring.
12784         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
12785         usable by `describe-function'.
12786         (gensym, gentemp, typep, ignore-errors): Make argument names match
12787         their use in docstring.
12789         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
12790         argument to `help-setup-xref'.
12792 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
12794         Version 2.0.40 of Tramp released.
12796         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
12797         Use symbol-function to invoke functions only known on some Emacs
12798         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
12799         Scaldeferri <kevin@scaldeferri.com>.
12800         (tramp-do-copy-or-rename-file-via-buffer): Rename from
12801         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
12802         consistent with the other tramp-do-* functions.
12803         (tramp-do-copy-or-rename-file): Calls adjusted.
12804         (tramp-process-initial-commands): Avoid liveness check on shell --
12805         we know that it must be alive since we're opening a connection at
12806         this moment.
12807         (tramp-last-cmd): New internal variable.
12808         (tramp-process-echoes): New tunable.
12809         (tramp-send-command): Set tramp-last-cmd.
12810         (tramp-wait-for-output): Delete echo, if applicable.
12811         (tramp-read-passwd): Construct the key for the password cache in a
12812         way that works for multi methods, too.
12813         (tramp-bug): Add backup-directory-alist and
12814         bkup-backup-directory-info to bug reports, with Tramp counterparts.
12816 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
12818         * net/tramp*.el: Suppress byte-compiler warnings where possible.
12820         * net/tramp.el (tramp-out-of-band-prompt-regexp)
12821         (tramp-actions-copy-out-of-band): New defcustoms.
12822         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
12823         used instead of a synchronous one.  Allows password entering.
12824         (tramp-action-out-of-band): New defun.
12825         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
12826         Remove restriction with password from doc string.
12827         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
12828         `tramp-out-of-band-prompt-regexp',
12829         `tramp-actions-copy-out-of-band', `password-cache' and
12830         `password-cache-expiry'.
12831         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
12832         password caching.
12833         (tramp-touch): FILE can be a local file, too.
12834         (TODO): Remove items done.
12835         (tramp-handle-insert-directory): Properly quote file name also if
12836         not full-directory-p.  Handle wildcard case.  Reported by Andreas
12837         Schwab <schwab@suse.de>.
12838         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
12839         new file.
12840         (tramp-handle-file-local-copy, tramp-handle-write-region):
12841         The permissions of the temporary file are set if filename exists.
12842         Reported by Ted Stern <stern@cray.com>.
12843         (tramp-backup-directory-alist)
12844         (tramp-bkup-backup-directory-info): New defcustoms.
12845         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
12846         (tramp-handle-find-backup-file-name): New function.
12847         Implements Tramp's find-backup-file-name.
12849         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
12850         for `find-backup-file-name'.
12852         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
12853         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
12855 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
12857         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
12859 2004-05-07  Juanma Barranquero  <lektu@terra.es>
12861         * subr.el (lambda): Add arglist description to docstring.
12862         (declare): Fix typo in docstring.
12863         (open-network-stream): Fix docstring.
12864         (process-kill-without-query): Fix docstring and add obsolescence info.
12865         (last, butlast, nbutlast): Make arguments match their use in docstring.
12866         (insert-buffer-substring-no-properties): Likewise.
12867         (insert-buffer-substring-as-yank): Likewise.
12868         (split-string): Fix docstring.
12870         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12871         Make argument names match their use in docstring.
12873         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
12875 2004-05-06  Nick Roberts  <nickrob@gnu.org>
12877         * progmodes/gdb-ui.el: Improve/extend documentation strings.
12878         Fit first sentence on one line for apropos-command.
12880 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12882         Changes largely merged in from Dave Love's code.
12883         * progmodes/python.el: Doc fixes.
12884         (python-mode-map): Add python-complete-symbol.
12885         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
12886         (python-comment-indent, python-complete-symbol)
12887         (python-symbol-completions, python-partial-symbol)
12888         (python-try-complete): New.
12889         (python-indent-line): Remove optional arg.  Use python-block-end-p.
12890         (python-check): Bind compilation-error-regexp-alist.
12891         (inferior-python-mode): Use rx.  Move keybindings to top level.
12892         Set comint-input-filter.
12893         (python-preoutput-filter): Use rx.
12894         (python-input-filter): Re-introduce.
12895         (python-proc): Start new process if necessary.
12896         Check python-buffer non-nil.
12897         (view-return-to-alist): Defvar.
12898         (python-send-receive): New.
12899         (python-eldoc-function): Use it.
12900         (python-mode-running): Don't defvar.
12901         (python-mode): Set comment-indent-function.
12902         Maybe update hippie-expand-try-functions-list.
12903         (python-indentation-levels): Initialize differently.
12904         (python-block-end-p): New.
12905         (python-indent-line): Use it.
12906         (python-compilation-regexp-alist): Augment.
12907         (run-python): Import `emacs' module to Python rather than loading
12908         code directly.  Set python-buffer differently.
12909         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
12910         Use python-proc.
12911         (python-send-command): Go to end of comint buffer.
12912         (python-load-file): Use python-proc, emacs.eimport.
12913         (python-describe-symbol): Simplify interactive form.
12914         Use emacs.help.  Do use temp-buffer-show-hook.
12915         Call print-help-return-message.
12916         (hippie-exp): Require when compiling.
12917         (python-preoutput-continuation): Use rx.
12919         * diff-mode.el (diff-make-unified): Fix regexp.
12921 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
12923         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
12924         filter groups from the buffer when rebuilding the Ibuffer buffer
12925         and `ibuffer-show-empty-filter-groups' is nil.
12927 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12929         * ps-print.el (ps-print-quote): Call ps-value-string.
12930         (ps-setup): Call ps-comment-string.
12931         (ps-value-string, ps-comment-string): New funs.
12933 2004-05-06  Juanma Barranquero  <lektu@terra.es>
12935         * ehelp.el (electric-help-command-loop): Check whether the last
12936         character is visible, not (point-max).
12938         * help-fns.el (help-argument-name): Default to bold; don't inherit
12939         from font-lock-variable-name-face.
12940         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
12942 2004-05-05  Kenichi Handa  <handa@m17n.org>
12944         * descr-text.el (describe-char): Copy the character with text
12945         properties and overlays into the first line, and call
12946         describe-text-properties on it.
12948 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
12950         * iswitchb.el (iswitchb-global-map): Fix typo.
12951         Remove unwanted ###autoloads from source file.
12953 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
12955         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
12956         in run-hooks.  Use substitute-command-keys in message.
12957         (wdired-abort-changes): Add message.
12959 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
12961         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
12962         (sql-emacs20-p): Remove.
12963         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
12964         (sql-builtin-face, sql-doc-face): Remove.
12965         (sql-mode-ansi-font-lock-keywords)
12966         (sql-mode-oracle-font-lock-keywords)
12967         (sql-mode-postgres-font-lock-keywords)
12968         (sql-mode-linter-font-lock-keywords)
12969         (sql-mode-ms-font-lock-keywords)
12970         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
12971         (sql-product-font-lock): Fix font-lock reset when font rules change.
12972         (sql-highlight-product): Remove incorrect font-lock reset logic.
12974 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
12976         * ses.el (ses-set-parameter): Fix typo.
12978 2004-05-04  Kim F. Storm  <storm@cua.dk>
12980         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
12981         Must expand directory for completion to work; and don't mess with
12982         process-environment.
12983         (ido-read-file-name): If command has ido property, don't use ido
12984         if value is ignore, or read as directory if value is dir.
12985         Set ido ignore property for dired-do-rename command.
12987 2004-05-04  Juanma Barranquero  <lektu@terra.es>
12989         * ehelp.el (electric-help-command-loop, electric-help-undefined)
12990         (electric-help-help): Check against unmapped commands.
12992         * help-fns.el (help-argument-name): New face, inheriting from
12993         font-lock-variable-name-face, to highlight function arguments in
12994         `describe-function' and `describe-key'.
12995         (help-do-arg-highlight): Auxiliary function to highlight a given
12996         list of arguments in a string.
12997         (help-highlight-arguments): Highlight the function arguments and
12998         all uses of them in the docstring.
12999         (describe-function-1): Use it.  Do docstring output via `insert',
13000         not 'princ', so text attributes are preserved.
13002         * winner.el (winner-mode-map): Move `winner-undo' and
13003         `winner-redo' to C-c <left> and C-c <right>, respectively (the
13004         previous bindings conflict with `prev-buffer', `next-buffer').
13006 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13008         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
13009         (bibtex-entry-update): New command bound to C-c C-u.
13010         (bibtex-text-in-string): Fix regexp.
13011         (bibtex-assoc-of-regexp): Remove.
13012         (bibtex-progress-message): Fix docstring.
13013         (bibtex-inside-field): Use if.
13014         (bibtex-assoc-regexp): New function.
13015         (bibtex-format-entry): Make code more robust so that it formats
13016         also old entries.
13017         (bibtex-autokey-demangle-title): Merge with obsolete function
13018         bibtex-assoc-of-regexp.
13019         (bibtex-field-list): New function.
13020         (bibtex-entry): Use bibtex-field-list.
13021         (bibtex-parse-entry): Fix docstring.
13022         (bibtex-print-help-message): Use bibtex-field-list.
13023         (bibtex-make-field): Use bibtex-field-list.
13024         (bibtex-entry-index): Bugfix.  Return crossref key if required.
13025         (bibtex-lessp): Fix docstring.
13027 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
13029         * select.el (xselect-convert-to-string): Move comment to intended line.
13031 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13033         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
13034         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
13036 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13038         * term/x-win.el (x-clipboard-yank): Don't exit on error from
13039         x-get-selection.
13041 2004-05-03  Jason Rumney  <jasonr@gnu.org>
13043         * makefile.nt: Remove.
13045 2004-05-03  Kim F. Storm  <storm@cua.dk>
13047         * emulation/cua-base.el (cua--update-indications): Fix last change.
13048         (cua-mode): Deactivate mark when cua-mode is enabled.
13050 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
13052         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
13054 2004-05-03  Nick Roberts  <nickrob@gnu.org>
13056         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
13057         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
13058         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
13059         window over visible frames.
13060         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
13062 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13064         * progmodes/compile.el (compilation-gcpro): New var.
13065         (compilation-fake-loc): Use it.
13066         (compilation-forget-errors): Reset it.
13068 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
13070         * diff-mode.el (diff-header-face, diff-file-header-face):
13071         Use min-colors.
13073 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13075         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
13076         (bibtex-clean-entry): Disentangle code.
13077         (bibtex-realign): New function.
13078         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
13079         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
13080         Remove undocumented optional arg called-by-convert-alien.
13081         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
13082         for sorting instead of bibtex-sort-buffer.
13084 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
13086         * progmodes/compile.el (compilation-start): In the
13087         no-async-subprocesses branch, call sit-for to give redisplay a
13088         chance to show the updated process status in the mode line, and
13089         fontify the buffer explicitly after the process exits.
13091 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13093         * progmodes/python.el (python-compilation-line-number): Remove.
13094         (python-compilation-regexp-alist): Don't use it any more.
13095         (python-orig-start, python-input-filter): Remove.
13096         (inferior-python-mode): Don't set up comint-input-filter-functions.
13097         (python-send-region): Use compilation-fake-loc.
13099         * progmodes/compile.el (compilation-messages-start): New var.
13100         (compilation-mode): Don't setup next-error-function here.
13101         (compilation-setup): Set it up here instead (for minor modes as well).
13102         Make compilation-messages-start buffer local.
13103         (compilation-next-error-function): Use it.
13104         (compilation-forget-errors): Set compilation-messages-start.
13106 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13108         * ielm.el (ielm-prompt-read-only): Update docstring.
13110         * comint.el (comint-prompt-read-only): Update docstring.
13111         (comint-update-fence, comint-kill-whole-line)
13112         (comint-kill-region): New functions.
13114         * simple.el (kill-whole-line): Use "p" instead of "P" in
13115         interactive form.
13117 2004-05-01  Juanma Barranquero  <lektu@terra.es>
13119         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
13120         format arglist so default values in CL-style argument lists are
13121         correctly shown.
13123 2004-05-01  Jason Rumney  <jasonr@gnu.org>
13125         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
13127 2004-05-01  Kenichi Handa  <handa@m17n.org>
13129         * international/titdic-cnv.el (miscdic-convert): Don't generate a
13130         quail file if it is up to date.
13132 2004-04-30  Juri Linkov  <juri@jurta.org>
13134         * cus-edit.el (custom-mode-map):
13135         Add key binding `C-x C-s' to `Custom-save'.
13137         * outline.el (outline-blank-line): New var.
13138         (outline-next-preface, outline-show-heading)
13139         (outline-end-of-subtree): Use it.
13141         * dired-aux.el (dired-touch-initial): New fun.
13142         (dired-do-chxxx): Call it for op-symbol `touch'.
13143         (dired-diff): Use `dired-dwim-target-directory'
13144         if current dired buffer has no buffer mark.
13146         * bindings.el (propertized-buffer-identification):
13147         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
13148         Add C-M-arrow keys for consistency.
13150         * files.el (confirm-kill-emacs):
13151         Change group from top-level `emacs' to `convenience'.
13153         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13154         Push mark on the first call of successive command calls.
13155         (insert-pair): New fun created from `insert-parentheses' with
13156         `open' and `close' arguments added.  Enclose active regions
13157         in paired characters.  Compare adjacent characters syntax with
13158         inserted characters syntax before inserting a space.
13159         (insert-parentheses): Call `insert-pair' with ?\( ?\).
13161         * delsel.el: Don't put `delete-selection' property
13162         on `insert-parentheses' symbol to take advantage of
13163         region handling in `insert-pair' function.
13164         Suggested by Stephan Stahl <stahl@eos.franken.de>.
13166 2004-04-30  Kim F. Storm  <storm@cua.dk>
13168         * emulation/cua-base.el: Add support for changing cursor types;
13169         based on patch from Michael Mauger.
13170         (cua-normal-cursor-color, cua-read-only-cursor-color)
13171         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
13172         Customization cursor type and/or cursor color.
13173         (cua--update-indications): Handle cursor type changes.
13174         (cua-mode): Update cursor indications if enabled.
13176         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
13178         * mouse.el (mouse-drag-copy-region): New defcustom.
13179         (mouse-set-region, mouse-drag-region-1): Use it.
13181         * simple.el (kill-ring-save): If region face background color is
13182         unspecified (if no highlighting), show extent of fully visible
13183         region even if transient-mark-mode is enabled.
13185         * emulation/cua-base.el (cua--standard-movement-commands):
13186         Add cua-scroll-up and cua-scroll-down.
13187         (cua-scroll-up, cua-scroll-down): New commands.
13188         (cua--init-keymaps): Remap scroll-up and scroll-down.
13190         * emulation/cua-rect.el (cua--convert-rectangle-as):
13191         New defmacro.
13192         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
13193         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
13194         New commands (suggested by Jordan Breeding).
13196 2004-04-30  Juanma Barranquero  <lektu@terra.es>
13198         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
13200 2004-04-30  Mario Lang  <mlang@delysid.org>
13202         * diff.el (diff-switches): Fix typo in docstring.
13204 2004-04-30  Alex Schroeder  <alex@gnu.org>
13206         * xml.el (xml-debug-print-internal): Don't add newline and
13207         indentation to text nodes and write empty elements as empty tags
13208         instead of opening and closing tags.
13209         (xml-debug-print): Take optional indent-string argument.
13210         (xml-print): Alias for xml-debug-print.
13212 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13214         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
13215         than duplicate call to `line-beginning-position'.
13217         * progmodes/f90.el (f90-get-present-comment-type):
13218         Return whitespace, as well as comment chars, for consistent filling
13219         of comment blocks.  Use `match-string-no-properties'.
13220         (f90-break-line): Trim trailing whitespace when filling comments.
13222 2004-04-30  Dave Love  <fx@gnu.org>
13224         * calendar/diary-lib.el (diary-outlook-formats): New variable.
13225         (diary-from-outlook-internal, diary-from-outlook)
13226         (diary-from-outlook-gnus, diary-from-outlook-rmail):
13227         New functions to import diary entries from Outlook-format
13228         appointments in mail messages.
13230 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * progmodes/python.el (python-send-command): New fun.
13233         (python-send-region, python-load-file): Use it.
13235         * progmodes/compile.el (compilation-last-buffer): Add var alias.
13237         * help-fns.el (help-C-file-name): Use new subr-name.
13238         Prepend `src/' to the file name.
13239         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
13240         (describe-function-1, describe-variable): Only find a C source file
13241         name if DOC is already loaded.
13243         * help-mode.el (help-function-def, help-variable-def):
13244         Use the new find-function-search-for-symbol functionality.
13245         Allow FILE to be `C-source'.
13247         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
13248         (find-function-C-source): New fun.
13249         (find-function-search-for-symbol): Use it.
13251 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
13253         * progmodes/sql.el (sql-product-alist): Rename variable
13254         `sql-product-support'.  Add Postgres login parameters.
13255         (sql-set-product, sql-product-feature): Update with renamed variable.
13256         (sql-connect-postgres): Add username prompt.
13257         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
13258         Make patterns less product specific.
13259         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
13260         (sql-mode-abbrev-table): Modify initialization.
13261         (sql-builtin-face): Add variable.
13262         (sql-keywords-re): Add macro.
13263         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
13264         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
13265         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
13266         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
13267         (sql-mode-linter-font-lock-keywords)
13268         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
13269         (sql-mode-sybase-font-lock-keywords)
13270         (sql-mode-informix-font-lock-keywords)
13271         (sql-mode-interbase-font-lock-keywords)
13272         (sql-mode-ingres-font-lock-keywords)
13273         (sql-mode-solid-font-lock-keywords)
13274         (sql-mode-sqlite-font-lock-keywords)
13275         (sql-mode-db2-font-lock-keywords): Default to nil.
13276         (sql-product-font-lock): Always highlight ANSI keywords.
13277         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
13278         (sql-send-string): Add function.
13280 2004-04-29  Dave Love  <fx@gnu.org>
13282         * progmodes/cfengine.el (cfengine-beginning-of-defun)
13283         (cfengine-end-of-defun): Ensure progress through buffer.
13285         * info-look.el (cfengine-mode): Accept a terminal ().
13287 2004-04-29  Juri Linkov  <juri@jurta.org>
13289         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
13290         instead of isearch-yank-word-or-char.  Add new key bindings for
13291         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
13292         (isearch-del-char): New fun.
13293         (isearch-forward, isearch-edit-string): Update docstring.
13294         (isearch-yank-char): Doc fix.
13295         (isearch-other-meta-char): Restore point after scrolling.
13297         * progmodes/compile.el (compilation-context-lines): Add nil option
13298         to disable compilation output window scrolling.
13299         (compilation-set-window): Use it.
13301         * outline.el (outline-next-preface, outline-show-heading):
13302         Don't leave unhidden blank line before heading.
13303         (outline-end-of-subtree): Include last newline into subtree.
13304         (hide-entry): Leave point at beginning of heading instead of end.
13305         (outline-up-heading): Push mark for the first call of successive
13306         command calls.
13308 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13310         * comint.el (comint-prompt-read-only): New variable.
13311         (comint-output-filter): Implement it.
13313         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
13314         (ielm-prompt-internal): New variable.
13315         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
13316         (ielm-send-input): Delete unused variable `buf'.
13317         (ielm-eval-input): Use `ielm-prompt-internal'.
13318         (inferior-emacs-lisp-mode): Use new variables
13319         `comint-prompt-read-only' and `ielm-prompt-internal'.
13320         Get rid of obsolete variable `directory-sep-char'.
13321         (ielm): Use `zerop'.
13323 2004-04-29  John Paul Wallington  <jpw@gnu.org>
13325         * thumbs.el (toplevel): Require cl at compile time.
13326         Remove conditional definitions of `ignore-errors' and `caddar'
13327         because they occur at run time.
13329 2004-04-28  Nick Roberts  <nickrob@gnu.org>
13331         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
13332         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
13333         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13334         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
13336         * progmodes/gud.el (gud-common-init): Throw an error if program is
13337         already running under gdb.
13339 2004-04-28  John Paul Wallington  <jpw@gnu.org>
13341         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
13342         (thumbs-show-image-num): Move assignment of
13343         `thumbs-current-image-filename' within scope of `i'.
13344         (thumbs-emboss-image): Don't use `evenp'.
13346 2004-04-28  Richard M. Stallman  <rms@gnu.org>
13348         * progmodes/compile.el (compilation-context-lines): Default now 0.
13350 2004-04-28  Juanma Barranquero  <lektu@terra.es>
13352         Use `time-less-p' from calendar/time-date.el instead of defining
13353         custom versions of it.
13355         * pcomplete.el (pcomplete-time-less-p): Remove.
13357         * thumbs.el (time-less-p): Remove.
13359         * calendar/timeclock.el (timeclock-time-less-p): Remove.
13360         (timeclock-generate-report): Use `time-less-p'.
13362         * emacs-lisp/autoload.el (autoload-before-p): Remove.
13363         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
13365 2004-04-28  Masatake YAMATO  <jet@gyve.org>
13367         * subr.el (remove-overlays): Make arguments optional.
13369         * wid-edit.el (widget-specify-button): Put evaporate to the
13370         overlay for sample.
13371         (widget-specify-sample): Put evaporate to the overlay for sample.
13372         (widget-specify-doc): Put evaporate to the overlay for documentation.
13374 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
13376         * info.el (info-apropos): Make it an index node.  Align node names
13377         like makeinfo.
13379 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
13381         * net/browse-url.el (browse-url-netscape-sentinel)
13382         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
13383         (browse-url-epiphany-sentinel, browse-url-mosaic):
13384         Use browse-url-*-program instead of a literal program name.
13386 2004-04-27  Kevin Ryde  <user42@zip.com.au>
13388         * eshell/em-alias.el:
13389         * eshell/em-dirs.el:
13390         * eshell/em-hist.el:
13391         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
13392         features when M-x customize-group loads modules before the main
13393         eshell.el.
13395 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
13397         * subr.el (momentary-string-display): Support EXIT-CHAR that is
13398         either a character representation of an event or an event
13399         description list.
13401         * type-break.el: Capitalise Emacs and Lisp.
13402         (type-break-good-break-interval, type-break-demo-boring-stats)
13403         (type-break-terse-messages, type-break-file-name): New defcustoms.
13404         (type-break-post-command-hook)
13405         (type-break-warning-countdown-string): Quote variable names in doc.
13406         (type-break-interval-start, type-break-auto-save-file-name): New vars.
13407         (type-break-mode): Document type-break-good-break-interval and the
13408         "session" file.  Schedule break according to the session file.
13409         Kill session file buffer on exit.  Organise for save-some-buffers
13410         to always save the session file.
13411         (type-break-mode-line-message-mode, type-break-query-mode):
13412         Uppercase arguments.
13413         (type-break-file-time, type-break-file-keystroke-count, timep)
13414         (type-break-choose-file, type-break-get-previous-time)
13415         (type-break-get-previous-count): New defuns.
13416         (type-break): Avoid break querying after a completed break in the
13417         case where the query was initiated during user invocation of the
13418         break.  Optional terse messages.
13419         Use type-break-good-break-interval if type-break-good-rest-interval is
13420         nil.  File the break time.
13421         (type-break-schedule): New optional args for overriding the use of
13422         the current time.
13423         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
13424         after a break.
13425         (type-break-check): File the keystroke count.
13426         (type-break-do-query): Prevent a second query when the break is
13427         interrupted.  Optional terse message.
13428         (type-break-keystroke-reset): Record the start of a typing interval.
13429         (type-break-demo-boring): Optional terse messages.  Display word
13430         per minute and keystroke counts according to
13431         type-break-demo-boring-stats.
13433 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
13435         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
13436         directories, make sure they exist under archive-tmpdir.
13438 2004-04-27  Juri Linkov  <juri@jurta.org>
13440         * help.el (view-emacs-news): With argument, display info for the
13441         selected version by finding it among different NEWS files, and
13442         narrowing the buffer to the selected version.
13444         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
13445         same-window-buffer-names.
13446         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
13447         non-numeric prefix argument, append the number to the buffer name
13448         for numeric prefix argument.
13449         (info-other-window): Bind same-window-regexps to nil.
13450         (Info-reference-name): Rename to Info-point-loc.
13451         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
13452         and Info-find-index-name for stringy Info-point-loc.
13453         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
13454         without middle `.', but with final `.' and optional line number
13455         for it.  Set Info-point-loc for index nodes.
13456         (Info-index): Remove middle `.' from index entry regexp.
13457         Modify line number regexp.
13458         (Info-index-next): Decrement line number.
13459         (info-apropos): Remove middle `.' from index entry regexp.
13460         Add optional line number regexp at the end.  Add matched value
13461         for line number to the result list and insert it to the buffer.
13462         Replace match-string by match-string-no-properties.
13463         Reorder result list.
13464         (Info-fontify-node): Hide index line numbers.
13465         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
13466         empty matches.
13467         (Info-follow-reference): Use `str' instead of
13468         Info-following-node-name-re.
13469         (Info-toc): Use full file names.  Set Info-current-node to "Top".
13470         (Info-fontify-node): Compare file names without directory name.
13471         (Info-try-follow-nearest-node): Don't set Info-reference-name.
13472         Set second arg of Info-extract-menu-node-name for index nodes.
13473         (info-xref-visited): Use magenta3 instead of magenta4.
13474         (Info-mode): Add info-apropos to docstring.
13476         * log-view.el (log-view-diff): Replace interactive code "r"
13477         by a list to allow to call it even if region is not active.
13479         * paren.el (show-paren-highlight-openparen): New var.
13480         (show-paren-function): Turn on openparen highlighting when
13481         matching forward if show-paren-highlight-openparen is non-nil.
13483         * simple.el (kill-ring-save): Use blink-matching-delay instead of
13484         the constant value 1.
13485         (completions-common-part): Expand docstring.
13487         * textmodes/picture.el (picture-mode-map): Add arrow keys.
13489 2004-04-27  Kim F. Storm  <storm@cua.dk>
13491         * image.el (insert-sliced-image): Use line-height instead of
13492         line-spacing property on newline.
13494 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
13496         * desktop.el (desktop-buffer-misc-data-function): Rename to
13497         desktop-save-buffer and change docstring.
13498         (desktop-buffer-modes-to-save): Delete.
13499         (desktop-save-buffer-p): Use desktop-save-buffer instead of
13500         desktop-buffer-modes-to-save.
13501         (desktop-save): Rename desktop-buffer-misc-data-function to
13502         desktop-save-buffer and allow non-function value.
13503         (desktop-missing-file-warning): Correct docstring.
13505         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
13506         to desktop-save-buffer.
13508         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
13509         desktop-save-buffer.
13511         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
13513         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
13515 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
13517         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
13519 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
13521         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
13522         (ielm): Only go to the end of the buffer when starting a new process.
13524 2004-04-25  Juanma Barranquero  <lektu@terra.es>
13526         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
13527         mode line.  Bind `inhibit-read-only' to t before modifying
13528         properties of text in the buffer.
13529         (ielm): Force point to the end of buffer, even when running ielm
13530         from inside itself.
13532 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13534         * info.el (info-apropos): Reset Info-complete-cache.
13536 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
13538         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13539         Also recognize severe Irix et al. messages.
13540         (compilation-normalize-filename, compile-abbreviate-directory):
13541         Delete functions.
13542         (compilation-get-file-structure): New function inherits
13543         functionality of the two preceding ones.
13544         (compilation-internal-error-properties, compilation-fake-loc):
13545         Use it so that different paths to the same file share the same
13546         markers.  Also optimize finding adjacent marker slightly.
13548 2004-04-25  Kim F. Storm  <storm@cua.dk>
13550         * image.el (insert-sliced-image): Add line-spacing t property
13551         to newlines separating image lines.
13553 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
13555         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
13557         * ielm.el (ielm-prompt-read-only): New user option.
13558         (ielm-prompt): Expand docstring to describe new behavior.
13559         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
13560         mention it in the docstring.
13562 2004-04-24  Andreas Schwab  <schwab@suse.de>
13564         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
13566         * diff.el (diff): Set default-directory in diff buffer.
13568 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
13570         * mail/sendmail.el (mail-bury): Don't delete the frame where the
13571         mail was being composed if the terminal cannot display more than
13572         one frame; instead, switch to previous frame.
13574         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
13575         (rmail-start-mail): Support rmail-mail-new-frame even on
13576         terminals that can display only one frame at a time.
13578 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
13581         (checkdoc-output-font-lock-keywords): Remove error regexp.
13582         (checkdoc-output-mode-map): Remove.
13583         (checkdoc-output-mode): Derive from compilation-mode.
13584         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
13586         * dired.el (dired-mode-map): Add a menu entry for wdired.
13588         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
13589         (rx-bracket, rx-check-any, rx-any): Clean up name space.
13591         * wdired.el: (wdired-mode-map): Move init into declaration.
13592         Fix `return' binding.
13593         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
13594         Use force-mode-line-update.
13595         (wdired-get-filename): Use `unless'.
13596         (wdired-preprocess-files): Don't assume names have no \n and use / for
13597         dir separator.
13598         (wdired-normalize-filename): Use replace-regexp-in-string.
13599         (wdired-load-hooks): Remove.
13600         (wdired-mode-hooks): Rename to wdired-mode-hook.
13602         * info-look.el: Add support for cfengine-mode.
13603         (info-lookup-setup-mode): Use dolist.
13605 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
13607         * wdired.el: New file.
13609 2004-04-23  Juanma Barranquero  <lektu@terra.es>
13611         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
13613         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
13614         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
13615         (pcomplete--help, pcomplete--here): Doc fixes.
13617 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
13619         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
13620         handles wrong-number-of-arguments in backend call.
13622         * vc.el (vc-print-log): Likewise.
13624 2004-04-20  Dave Love  <fx@gnu.org>
13626         * emacs-lisp/rx.el: Doc fixes.
13627         (rx-constituents): Add/extend many forms.
13628         (rx-check): Check form is a list.
13629         (bracket): Defvar.
13630         (rx-check-any, rx-any, rx-check-not): Modify.
13631         (rx-not): Simplify.
13632         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
13633         (rx-kleene): Use rx-trans-forms.
13634         (rx-quote-for-set): Delete.
13635         (rx): Allow multiple args.
13637 2004-04-23  Kenichi Handa  <handa@m17n.org>
13639         * international/mule-util.el (char-displayable-p): Simplify by
13640         using internal-char-font.
13642 2004-04-23  Juanma Barranquero  <lektu@terra.es>
13644         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
13646 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * diff-mode.el (diff-next-error): New fun.
13649         (diff-mode): Use it.
13651         * simple.el (next-error): Change arg name.
13652         Add support for the documented C-u C-x ` usage.
13654         * frame.el (special-display-popup-frame, next-multiframe-window)
13655         (previous-multiframe-window): Only consider frames on same display.
13657 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
13659         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
13660         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
13662 2004-04-22  Kim F. Storm  <storm@cua.dk>
13664         * net/telnet.el (telnet): Add optional port arg.
13666 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13668         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13669         Minor sanity check on the `hyperlink' slot.
13671         * Makefile.in (recompile): Compile new files.
13673         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
13674         Add byte-recompile-directory's optional `arg'.
13676         * cvs-status.el (cvs-tree-use-charset): New var.
13677         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
13678         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
13679         (cvs-status-cvstrees): Use it.
13681         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
13682         Make it a normal major mode.
13683         (checkdoc-buffer-label): Make sure the file name is meaningful.
13684         (checkdoc-output-to-error-buffer): Remove.
13685         (checkdoc-error, checkdoc-start-section): Rewrite.
13687         * info.el (info-node, info-menu-5, info-xref, info-header-node)
13688         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13689         (Info-title-4-face): Use new syntax.
13690         (info-xref-visited): Inherit from info-xref.
13692         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
13694 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13696         * simple.el (next-error-last-buffer, next-error-function):
13697         New variables for the next-error framework.
13698         (next-error-buffer-p): New function.
13699         (next-error-find-buffer): Generalize compilation-find-buffer.
13700         (next-error, previous-error, first-error, next-error-no-select)
13701         (previous-error-no-select): Move from compile.el.
13703         * replace.el (occur-next-error, occur-1): Hook into the next-error
13704         framework.
13706         * progmodes/compile.el (compilation-start):
13707         Set next-error-last-buffer so next-error knows where to jump.
13708         (compilation-setup): Set the buffer-local variable
13709         next-error-function to 'compilation-next-error-function.
13710         (compilation-buffer-p, compilation-buffer-internal-p): Use an
13711         alternate way to find if a buffer is a compilation buffer, for
13712         next-error convenience.
13713         (next-error-no-select, previous-error-no-select, next-error)
13714         (previous-error, first-error): Move to simple.el.
13715         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
13716         (compilation-last-buffer): Remove.
13717         (compilation-start, compilation-next-error, compilation-setup)
13718         (compilation-next-error-function, compilation-find-buffer):
13719         Remove compilation-last-buffer use.
13721 2004-04-21  Juanma Barranquero  <lektu@terra.es>
13723         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
13724         (font-lock-warning-face): Fix spacing.
13726         * makefile.w32-in (WINS): Add url/ directory.
13728 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
13730         * desktop.el (desktop-buffer-mode-handlers): New variable.
13731         Alist of major mode specific functions to restore a desktop buffer.
13732         (desktop-buffer-handlers): Make variable obsolete.
13733         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
13734         Catch errors signaled in handlers.  Update buffer count.
13735         Evaluate desktop-buffer-point.
13736         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
13737         move to dired.el.
13738         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
13739         move to info.el.
13740         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
13741         move to mail/rmail.el.
13742         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
13743         to mh-e/mh-e.el.
13744         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
13745         On fail, print message (to message buffer) even if
13746         desktop-missing-file-warning is nil.
13747         (desktop-buffer-misc-data-function): New buffer local variable.
13748         Function returning major mode specific data.
13749         (desktop-buffer-misc-functions): Make variable obsolete.
13750         (desktop-save): Use desktop-buffer-misc-data-function.
13751         (desktop-buffer-dired-misc-data): Rename to
13752         dired-desktop-buffer-misc-data and move to dired.el.
13753         (desktop-buffer-info-misc-data): Rename to
13754         Info-desktop-buffer-misc-data and move to info.el.
13755         (desktop-read): Add message about number of buffers restored/failed.
13757         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
13758         Add parameters.  Pause to display error only when
13759         desktop-missing-file-warning is non-nil.
13760         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
13761         (dired-mode): Bind desktop-buffer-misc-data-function.
13763         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
13764         Add Parameters.
13765         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
13766         (Info-mode): Bind desktop-buffer-misc-data-function.
13768         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
13769         Add Parameters.
13771         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
13772         Add Parameters.
13774 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
13776         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
13777         the case of letters in case-insensitive expansions when the
13778         abbrev is preceded by characters with letter syntax.
13780 2004-04-21  Richard M. Stallman  <rms@gnu.org>
13782         * progmodes/cperl-mode.el (cperl-putback-char):
13783         Delete Emacs 18 definition.
13785         * international/mule.el (ctext-post-read-conversion):
13786         Use assoc-string, not assoc-ignore-case.
13788         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
13790         * emacs-lisp/easymenu.el (easy-menu-add):
13791         Do call x-popup-menu, but only if it's defined.
13793         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
13795         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
13796         Handle multiple args: compile like progn.
13798         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
13799         take all args as &rest arg.
13801         * autoinsert.el (auto-insert-alist): Insert the user's name in
13802         copyright notice, rather than Free Software Foundation.
13804 2004-04-21  Kenichi Handa  <handa@m17n.org>
13806         * descr-text.el (describe-char): Make it work on *Help* buffer.
13808 2004-04-21  Kim F. Storm  <storm@cua.dk>
13810         * image.el (insert-image): Add optional SLICE arg.
13811         (insert-sliced-image): New defun.
13813 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
13815         * subr.el (read-number): Check whether `default' is nil.
13817 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13819         * progmodes/compile.el (compilation-error-properties):
13820         Split into two.
13821         (compilation-internal-error-properties): New one.
13822         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
13824 2004-04-20  Richard M. Stallman  <rms@gnu.org>
13826         * window.el (split-window-save-restore-data):
13827         Don't update the data if OLD-INFO is nil.
13829         * view.el (view-return-to-alist): Mark it permanent local.
13831         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
13833         * recentf.el (recentf-save-list): Catch and warn about errors.
13835         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
13836         so "Buffers" won't be pure.
13838         * help-mode.el (help-mode-finish): Set help-return-alist first
13839         thing, setting only the entry for the selected window.
13841         * help-fns.el (describe-function-1): If many non-control non-meta
13842         keys run the command, don't list all of them.
13844 2004-04-20  Juanma Barranquero  <lektu@terra.es>
13846         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
13847         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
13849         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
13851 2004-04-20  Kenichi Handa  <handa@m17n.org>
13853         * international/quail.el (quail-lookup-key): New optional arg
13854         NOT-RESET-INDICES.
13855         (quail-get-translations): Call quail-lookup-key with
13856         NOT-RESET-INDICES t.
13857         (quail-completion): Likewise.
13858         (quail-lookup-map-and-concat): Likewise.
13860 2004-04-20  Kenichi Handa  <handa@m17n.org>
13862         * international/quail.el (quail-update-translation): Don't insert
13863         such an unsupported multibyte char in a unibyte buffer.
13865 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
13867         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
13868         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
13869         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
13870         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
13871         (gdb-frame-assembler-buffer): Improve behaviour with
13872         multiple frames.
13873         (gdb-display-buffer): Extend search to all visible frames.
13875 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
13877         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
13878         characters left after base64 decoding.
13879         (rmail-decode-region): Use -dos variety of `coding', to remove any
13880         ^M characters left after qp or base64 decoding.
13882 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13884         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
13885         messages.
13887 2004-04-19  Stephen Eglen  <stephen@gnu.org>
13889         * add-log.el (add-change-log-entry): Update doc string to mention
13890         add-log-full-name and add-log-mailing-address.
13892 2004-04-18  Juri Linkov  <juri@jurta.org>
13894         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
13895         (Info-find-node-2): Simplify error message.
13896         (Info-insert-dir): Use Info-following-node-name.
13897         (Info-goto-node): Remove *info-history* and *info-toc*.
13898         (Info-history): Create a node of the virtual history file.
13899         (Info-toc): Create a node of the virtual toc file.
13900         (Info-insert-toc): New arg `curr-file' for reference file names.
13901         (info-apropos): Remove redundant var binding for temp-file.
13902         (Info-index, Info-index-next, Info-mode): Doc fix.
13903         (Info-goto-emacs-command-node): Don't jump to *info* from
13904         non-*info* Info buffers.
13905         (Info-fontify-node): Don't show the file name of external
13906         references if `Info-hide-note-references' is `hide'.  Don't hide
13907         newlines at the end of paragraphs.
13909         * international/mule-diag.el (list-input-methods):
13910         Fix args to help-xref-button.
13912         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
13913         to put into effect local variables from TUTORIAL files.
13915         * textmodes/paragraphs.el (sentence-end) <function>: New fun
13916         with default value taken from the variable `sentence-end'.
13917         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
13918         Add nil const to :type.
13919         (sentence-end-without-period, sentence-end-double-space)
13920         (sentence-end-without-space): Doc fix.
13922         * textmodes/paragraphs.el (forward-sentence):
13923         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
13924         (fill-delete-newlines):
13925         * progmodes/cc-cmds.el (c-beginning-of-statement):
13926         Use function `sentence-end' instead of variable `sentence-end'.
13928 2004-04-18  Andreas Schwab  <schwab@suse.de>
13930         * progmodes/compile.el (compilation-start): Set window start to
13931         point-min if compilation-scroll-output is nil.
13933 2004-04-18  John Wiegley  <johnw@newartisans.com>
13935         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
13937 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
13939         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
13940         (gdb-info-breakpoints-custom): Revert previous change.
13941         (gdb-view-assembler): Update assembler if necessary.
13942         (gdb-frame-handler): Parse correctly for gdb-current-frame.
13943         (gdb-display-source-buffer): Update properly when both source and
13944         assembler are visible.
13946 2004-04-17  John Wiegley  <johnw@newartisans.com>
13948         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
13949         which limits the number of names shown in the minibuffer.  Off by
13950         default.
13951         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
13952         up iswitchb for users with a multitude of open buffers by showing
13953         only the first and last N/2 buffers in the completion list (which
13954         is enough to aid C-s/C-r, and to know that more characters are
13955         needed to refine the completion list).
13957 2004-04-17  Richard M. Stallman  <rms@gnu.org>
13959         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
13960         (file-truename): Expand all ~ constructs directly.
13961         (insert-directory): Delete any error msg output by the
13962         `insert-directory-program'.
13964         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
13965         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
13966         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
13967         (allout-init): Use find-file-hook, not find-file-hooks.
13968         (allout-mode): Eliminate Emacs 18 support.
13969         Use write-contents-functions, not local-write-file-hooks.
13971 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
13973         * progmodes/compile.el (compilation-error-properties): Fix for
13974         adding messages when there are already markers for their file.
13975         (compilation-fake-loc): New function.
13977 2004-04-16  Dave Love  <fx@gnu.org>
13979         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
13980         (python-load-file): Fix python-orig-start setting.
13982         * progmodes/compile.el: Doc fixes.
13983         (compilation-error-regexp-alist-alist)
13984         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
13985         (compilation-assq): Wrap in eval-when-compile.
13986         (compilation-mode-font-lock-keywords): Don't use list*.
13987         (compilation-start): Avoid warning.
13988         (compilation-compat-error-properties)
13989         (compilation-directory-properties): Add keymap property.
13990         (compilation-parsing-end): Make it a marker for better compatibility.
13992         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
13994 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
13996         * xml.el: Doc fixes.
13997         (xml-get-children): Only looks at sub-tags and ignore strings.
13999         * xml.el (xml-parse-tag): Avoid overwriting node-name.
14001 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14003         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
14005 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
14007         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
14009         * vc.el (vc-print-log): Likewise.
14011 2004-04-16  Masatake YAMATO  <jet@gyve.org>
14013         * simple.el (completion-setup-function): Set an initial value
14014         to `element-common-end' before entering loop.  Set a value
14015         to `element-common-end' at the end of loop.
14016         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
14017         (completions-common-part): Rename from completion-de-emphasis.
14018         (completions-first-difference): Rename from completion-emphasis.
14019         Suggested by RMS.
14021 2004-04-16  Juanma Barranquero  <lektu@terra.es>
14023         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
14024         (bookmark-edit-annotation-mode): Add mode name.
14026 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14028         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
14029         for nested conflict markers.
14030         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
14032 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
14034         * progmodes/gdb-ui.el (gdb-goto-info): New function.
14036         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
14038 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14040         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
14041         Give a backtrace if requested.
14043         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
14045         * progmodes/python.el (python-mouse-2-command, python-RET-command):
14046         Remove unused functions.
14047         (python-orig-start-line, python-orig-file): Remove.
14048         (python-orig-start): New var.
14049         (python-input-filter, python-compilation-line-number)
14050         (python-send-region, python-load-file): Use it.
14052         * info.el (info): Always jump to *info*.
14054         * subr.el (posn-set-point): New function.
14056         * mouse.el (mouse-set-point): Use it.
14058         * progmodes/compile.el (compile-goto-error): Use it.
14059         (compilation-button-map): New keymap.
14060         (compilation-error-properties): Use it.
14061         (compilation-shell-minor-mode-map): Don't bind mouse-2.
14063         * smerge-mode.el (smerge-popup-context-menu): Use it.
14065         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
14066         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
14067         mouse and non-mouse case.
14069         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
14070         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
14072         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
14073         Make it work for non-mouse events.
14075         * pcvs-info.el (cvs-status-map): Update binding name.
14077 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
14079         * xml.el (xml-maybe-do-ns): New function to handle namespace
14080         parsing of both attribute and element names.
14081         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
14082         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
14083         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
14084         (xml-parse-attlist): Make it do its own namespace parsing.
14086 2004-04-14  Dave Love  <fx@gnu.org>
14088         * progmodes/python.el (run-python): Fix use of \n.
14089         (python-load-file): Remove `try' from Python fragment.
14090         (python-describe-symbol): Fix message.
14092         * comint.el: Doc fixes.
14093         (comint-last-input-start, comint-last-input-end)
14094         (comint-last-output-start): Give them values.
14095         (comint-arguments): Avoid warning.
14096         (comint-skip-prompt): Use line-end-position.
14097         (comint-backward-matching-input): Rename arg to agree with doc.
14098         (comint-extract-string): Use syntax-ppss.
14099         (comint-dynamic-simple-complete): Delete useless list construction.
14100         (comint-redirect-subvert-readonly): New.
14101         (comint-redirect-preoutput-filter): Use it.
14103         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14104         Correctly handle negative arguments when calling hook functions.
14106 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
14108         * info.el (info-apropos): Don't clobber Info-history-list.
14110 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
14112         * progmodes/compile.el (compilation-setup):
14113         Localize overlay-arrow-position.
14114         (compilation-sentinel): Restructure code equivalently.
14115         (compilation-next-error): Find message on same line after point if
14116         not found before point.
14117         (compile-mouse-goto-error): Restore function so that compilation
14118         buffer need not be current and use compile-goto-error.
14119         (compile-goto-error): Restore function.
14120         (next-error): Set overlay-arrow-position.
14121         (compilation-forget-errors): Don't localize already local
14122         compilation-locs and remove FIXME about refontifying.
14124 2004-04-14  Kim F. Storm  <storm@cua.dk>
14126         * startup.el (emacs-quick-startup): New defvar (set by -Q).
14127         (command-line): New option -Q.  Like -q --no-site-file, but
14128         in addition it also disables menu-bar, tool-bar, scroll-bars,
14129         tool-tips, and the blinking cursor.
14130         (command-line-1): Skip startup screen if -Q.
14131         (fancy-splash-head): Use ":align-to center" prop to center splash image.
14133         * emulation/cua-base.el (cua-read-only-cursor-color)
14134         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
14136 2004-04-13  Dave Love  <fx@gnu.org>
14138         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
14139         (syntax): Don't require.
14140         (python) <defgroup>: Add :version.
14141         (python-quote-syntax): Re-written.
14142         (inferior-python-mode): Move stuff here from run-python and add
14143         some more.
14144         (python-preoutput-continuation, python-preoutput-result)
14145         (python-dotty-syntax-table): New.
14146         (python-describe-symbol): Use them.
14147         (run-python): Move stuff to inferior-python-mode.  Modify code
14148         loaded into Python.
14149         (python-send-region): Use python-proc, python-send-string.
14150         (python-send-string): Send newlines too.  Callers changed.
14151         (python-load-file): Re-written.
14152         (python-eldoc-function): New.
14153         (info-look): Don't require.
14154         (python-after-info-look): New.  A modified version of former
14155         top-level code for use with eval-after-load.
14156         (python-maybe-jython, python-guess-indent): Use widened buffer.
14157         (python-fill-paragraph): Re-written.
14158         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
14159         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
14161 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14163         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
14164         Set compilation-error-regexp-alist earlier.
14166         * progmodes/compile.el (compilation-minor-mode-map)
14167         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
14168         (compile-goto-error): Re-merge the mouse and non-mouse commands.
14170 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14172         * progmodes/compile.el (compile-goto-error): Select the buffer/window
14173         corresponding to the event.
14175 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
14177         * loadup.el: Add cygwin to system-type list, for unexec() support.
14179 2004-04-12  John Paul Wallington  <jpw@gnu.org>
14181         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
14182         (ibuffer-restore-window-config-on-quit): New variable to replace
14183         `ibuffer-delete-window-on-quit'.  Update all references.
14184         (ibuffer-prev-window-config): New variable.
14185         (ibuffer-quit): Restore previous window configuration instead of
14186         deleting window.
14187         (ibuffer): Save window configuration before showing Ibuffer buffer.
14189         * help.el (describe-mode): Doc fix.
14191 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14193         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
14194         not to treat nil as a function.
14196         * vc-arch.el (vc-arch-root): Be a bit more careful.
14197         (vc-arch-register): Save the buffer if we modified it.
14198         (vc-arch-delete-rej-if-obsolete): Save excursion.
14199         (vc-arch-find-file-hook): Use the simpler after-save-hook.
14200         (vc-arch-responsible-p, vc-arch-init-version): New functions.
14202         * net/ldap.el (ldap-search): Use list*.
14204 2004-04-12  Juri Linkov  <juri@jurta.org>
14206         * info.el (Info-follow-reference): Allow multiline reference name.
14208 2004-04-11  Dave Love  <fx@gnu.org>
14210         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
14212         * progmodes/python.el: New file.
14214 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
14216         * vc-hooks.el (vc-arg-list): Function removed.
14217         (vc-default-workfile-unchanged-p): Use condition-case to check for
14218         backward compatibility.
14220         * vc.el (vc-print-log): Use condition-case to check for backward
14221         compatibility.
14223 2004-04-11  Juri Linkov  <juri@jurta.org>
14225         * dired.el (dired-faces): New defgroup.
14226         (dired-header, dired-mark, dired-marked, dired-flagged)
14227         (dired-warning, dired-directory, dired-symlink, dired-ignored):
14228         New faces.
14229         (dired-header-face, dired-mark-face, dired-marked-face)
14230         (dired-flagged-face, dired-warning-face, dired-directory-face)
14231         (dired-symlink-face, dired-ignored-face): New face variables.
14232         (dired-font-lock-keywords): Use them instead of font-lock faces.
14233         Split the rule for dired marks into 3 separate rules: for marks,
14234         marked file names and flagged file names.
14236         * help-mode.el (help-make-xrefs): Add a final newline to the
14237         *Help* buffer.
14239 2004-04-11  John Paul Wallington  <jpw@gnu.org>
14241         * replace.el (occur-engine): Distinguish between one and several
14242         matches in the matches per buffer heading.
14244 2004-04-11  Kim F. Storm  <storm@cua.dk>
14246         * ido.el (ido-confirm-unique-completion): New defcustom.
14247         (ido-complete): Use it.
14248         (ido-write-file): Set it to t unconditionally.
14250 2004-04-10  Miles Bader  <miles@gnu.org>
14252         RCS keyword removal (only non-comment changes are enumerated here):
14254         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
14255         (byte-compile-insert-header): Don't use `byte-compile-version'.
14256         * forms.el (forms-version): Variable removed.
14257         (forms-mode): Don't use `forms-version'.
14258         * recentf.el (recentf-version): Variable removed.
14259         * progmodes/delphi.el (delphi-version): Variable removed.
14260         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
14262 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14264         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
14266 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
14268         * info.el (info-apropos): Improve menu item regexp.
14270 2004-04-09  Simon Josefsson  <jas@extundo.com>
14272         * mail/smtpmail.el: Add comment, based on report by
14273         kdc@rcn.com (Kevin D. Clark).
14275 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14277         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14278         Redo one more thing that I didn't notice Daniel had undone.
14280 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
14282         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
14283         (gdb-goto-breakpoint, gdb-display-buffer)
14284         (gdb-display-source-buffer, gdb-view-source-function)
14285         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
14286         (gdb-source-info, gdb-frame-handler): Don't specify a window
14287         for display.
14288         (gdb-info-breakpoints-custom): Remove superfluous update of
14289         assembler buffer.
14290         (gdb-many-windows): Make settable outside gdb.
14292 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
14294         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
14295         Derive from fundamental-mode rather than text-mode.
14297 2004-04-08  Juri Linkov  <juri@jurta.org>
14299         * info.el (Info-history): Doc fix.
14300         (Info-history-list): New var.
14301         (info-xref): Change magenta4 to blue, remove bold for dark and
14302         light backgrounds, change bold to underline for non-color classes.
14303         (info-xref-visited): New face.
14304         (Info-fontify-visited-nodes): New custom.
14305         (Info-hide-note-references): Add new value `hide'.  Doc fix.
14306         (Info-reference-name): New var.
14307         (Info-selection-hook): New custom.
14308         (Info-edit-mode-hook): New var.
14309         (Info-find-file): New fun.
14310         (Info-find-node): Move part of code to Info-find-file.
14311         (Info-find-node-2): Add anchors to Info-history-list.  Move point
14312         to the place with the reference name if name is defined.
14313         (Info-select-node): Add current node to Info-history-list.
14314         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
14315         (Info-search-whitespace-regexp): New custom.
14316         (Info-search-case-fold): New var.
14317         (Info-search): Add "case-sensitively" to the prompt.
14318         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
14319         (Info-search-case-sensitively, Info-search-next): New fun.
14320         (Info-up): Move point to the menu item of the current node.
14321         (Info-history): New fun.  Add *info-history* to
14322         same-window-buffer-names.
14323         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
14324         (Info-insert-toc): New fun.
14325         (Info-build-toc): New fun.
14326         (Info-follow-reference): Add new arg `fork'.  Doc fix.
14327         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
14328         with the same name prefer the reference closest to point.
14329         (Info-next-reference): Replace * by + in the *Note regexp.
14330         Add regexp for http:// and ftp://.  Skip the *Note prefix.
14331         (Info-prev-reference): Replace * by + in the *Note regexp.
14332         Add regexp for http:// and ftp://.  Skip the *Note prefix.
14333         (Info-follow-nearest-node): Add new arg `fork'.
14334         (Info-try-follow-nearest-node): Add new arg `fork'.
14335         Call browse-url for http:// and ftp:// references.
14336         Set Info-reference-name for index entries.
14337         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
14338         Info-search-next, Info-history, Info-toc, clone-buffer.
14339         (Info-menu-update): Replace * by + in the *Note regexp.
14340         (Info-mode): Add documentation for Info-history, Info-toc,
14341         Info-search-case-sensitively, Info-search-next, clone-buffer.
14342         (Info-fontify-menu-headers): Remove fun.  Move code to
14343         Info-fontify-node.
14344         (Info-fontify-node): Add docstring.  Add local vars
14345         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
14346         then fontify header line, titles, menu headers, http and ftp
14347         references, refill paragraphs.  If not-fontified-p is t or
14348         fontify-visited-p is t then fontify cross references, menu items.
14349         Fontify menu headers.  Fontify http and ftp references.
14350         Change regexp for cross references to require whitespace after *Note,
14351         add matching groups for file and node names.  Remove hack for quote.
14352         Use display property for Info-hide-note-references=t.  Use fifth
14353         or fourth match for help-echo.  Display visited nodes in a
14354         different face.  Unhide file names of external references.
14355         Unhide newlines.  Display visited menu items in a different face.
14357 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14359         * progmodes/compile.el: Require CL.
14360         (compilation-mode-font-lock-keywords): Re-install the "line as
14361         function" patch.
14363         * help-fns.el (help-C-source-directory): New var.
14364         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
14365         (describe-function-1, describe-variable): Use them.
14367         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
14368         to C source files specially.
14370 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14372         * info.el (Info-hide-cookies-node): New function.
14373         (Info-select-node): Use it.
14374         (Info-display-images-node): Remove message with image file name.
14376 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
14378         * progmodes/compile.el (compilation-warning-face)
14379         (compilation-info-face, compilation-skip-threshold)
14380         (compilation-skip-visited, compilation-context-lines):
14381         Declare :version when added to Emacs.
14382         (compilation-error-regexp-alist-alist): Extend caml and irix.
14383         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
14384         (compilation-mode-font-lock-keywords): Temporarily undo line as
14385         function patch, which wasn't ready.
14387 2004-04-07  Kenichi Handa  <handa@m17n.org>
14389         * international/latin1-disp.el (latin1-display-setup): Check each
14390         character is displayable or not instead of calling
14391         latin1-display-check-font.
14393 2004-04-06  Kenichi Handa  <handa@m17n.org>
14395         * language/ethio-util.el (ethio-sera-being-called-by-w3):
14396         New variable.
14397         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
14398         instead of sera-being-called-by-w3.
14399         (ethio-fidel-to-sera-buffer): Likewise.
14400         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
14401         instead of sera-being-called-by-w3.
14402         (ethio-write-file): Likewise.
14404 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14406         * printing.el: Doc fix.
14408 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
14410         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
14411         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
14412         (gdb-setup-windows): Only use separate IO buffer if required.
14414 2004-04-06  Kim F. Storm  <storm@cua.dk>
14416         * term.el (term-is-xemacs): Remove.
14417         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
14418         (term-window-width): New function.
14419         (term-mode, term-check-size): Use it.
14420         (term-mode): Disable overflow-newline-into-fringe in term buffer.
14422 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14424         * cus-edit.el (custom-add-parent-links): Change unbound variable
14425         `symbol' to `name'.
14427 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
14428         * info.el (info-apropos): New function.
14429         (Info-mode-menu): Add it.
14430         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
14432         * help-mode.el (help-make-xrefs): Recognize aliased variable with
14433         inherited docstring.
14435         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
14437 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14439         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
14441         * progmodes/compile.el (font-lock): Don't require any more.
14442         (compilation-error-properties, compilation-start, compilation-sentinel)
14443         (compilation-filter, next-error): Use with-current-buffer.
14444         (compilation-skip-to-next-location, compilation-skip-threshold)
14445         (compilation-skip-visited): Move to silence the byte-compiler.
14446         (compilation-setup): Simplify.
14447         (compilation-next-error): Use line-(beginning|end)-position.
14448         Make sure `pt' is non-nil before using compilation-loop.
14449         (compile-goto-error): Add optional event arg.  Use it.
14450         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
14451         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
14452         Update the binding for mouse-2.
14453         (first-error): Set compilation-current-error to nil rather than bob.
14454         (compilation-parsing-end, compilation-parse-errors-function)
14455         (compilation-error-list, compilation-old-error-list):
14456         "New" compatibility variables.
14457         (compile-buffer-substring, compilation-compat-error-properties)
14458         (compilation-compat-parse-errors, compilation-forget-errors):
14459         New compatibility functions.
14460         (compilation-mode-font-lock-keywords): Use them.
14462 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
14464         * autorevert.el (auto-revert-handler): If point (or a window
14465         point) is at the end of the buffer, keep it there after
14466         reverting.  This allows to tail a file.
14467         Mention this in the `Commentary'.
14469         * format.el (format-write-file): Add optional argument CONFIRM
14470         and make it behave like the analogous argument to `write-file'.
14472 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14474         * progmodes/ebnf2ps.el: Doc fix.
14475         (ebnf-version): New version number (4.2).
14476         (ebnf-syntax): Customization and docstring fix.
14477         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
14478         Put autoloaded funs before first use.
14479         (ebnf-style-database): Add dtd entry.
14480         (ebnf-syntax-alist): Add dtd initialization.
14481         (ebnf-token-sequence): New fun.
14482         (ebnf-comment-table): Add new comment action character.
14483         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
14485         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
14486         Type Definition for XML).
14488         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
14489         * progmodes/ebnf-bnf.el (ebnf-sequence):
14490         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
14491         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
14492         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
14493         Code simplification: call ebnf-token-sequence.
14495 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
14497         * calendar/timeclock.el (timeclock-relative)
14498         (timeclock-get-project-function, timeclock-get-workday-function)
14499         (timeclock-query-out, timeclock-when-to-leave)
14500         (timeclock-when-to-leave-string, timeclock-log-data)
14501         (timeclock-generate-report, timeclock-in): Doc fixes.
14503 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14505         * url/: New dir.  Import the URL package from its repository.
14507 2004-04-03  Andreas Schwab  <schwab@suse.de>
14509         * diff-mode.el (diff-mode): Fix missing quote.
14511 2004-04-03  Juri Linkov  <juri@jurta.org>
14513         * descr-text.el (describe-property-list): Add `font-lock-face'.
14515         * dired.el (dired-font-lock-keywords): Fix permission regexps.
14517 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14519         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
14520         Use utf-16le on little endian machines and utf-16be otherwise.
14522 2004-04-02  David Kastrup  <dak@gnu.org>
14524         * net/browse-url.el (browse-url-generic): Use call-process
14525         instead of start-process to allow browsers that fork and detach.
14527 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
14529         * compile.el (compilation-current-error): New var.
14530         (compilation-setup, compile-mouse-goto-error)
14531         (compile-goto-error, next-error): Use it.
14532         (compilation-skip-to-next-location): Default to t, which gives
14533         contiguous skipping like old compile (where this was redundant).
14534         (compilation-next-error): Prevent previous-* commands from moving
14535         back to message at or just before point.
14537 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
14539         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
14540         (gdb-source-info): Don't display source at startup, if required.
14541         (gdb-show-main): New option.
14542         (gdba): Update documentation.
14543         (gdb-source): Cover case of auto-display output.
14545 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
14547         * autorevert.el: Delete obsolete autoload's and defvar's.
14548         (auto-revert-check-vc-info): New user option.
14549         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14550         (auto-revert-handler-vc): Delete.
14551         (auto-revert-handler): Treat return value `fast' of
14552         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
14554         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
14555         return `fast'.
14557         * files.el (buffer-stale-function): Doc change.
14559 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14561         * printing.el: New tip on Tips section.
14562         (pr-version): New version number (6.7.4).
14563         (pr-shell-file-name): Initialization fix.
14565 2004-03-31  Juri Linkov  <juri@jurta.org>
14567         * dired.el: Add autoload for `dired-do-touch'.
14568         (dired-touch-program): New var.
14569         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
14570         (dired-no-confirm): Add `touch' to docstring.
14572         * dired-aux.el (dired-do-touch): New fun.
14573         (dired-do-chxxx): Add argument -t for touch operation.
14575         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
14576         `dired-move-to-filename-regexp'.
14578 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
14580         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
14582 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14584         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
14585         and only if the buffer was modified.
14587 2004-03-30  Kenichi Handa  <handa@m17n.org>
14589         * international/characters.el: Delete pairs for U+2308..U+230B.
14591 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
14593         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
14594         to detect the beginning of a level 2 or 3 annotation.
14596 2004-03-29  Kenichi Handa  <handa@m17n.org>
14598         * international/ucs-tables.el (ucs-insert): Fix the error message.
14600 2004-03-29  Kenichi Handa  <handa@m17n.org>
14602         * international/mule-util.el (char-displayable-p): Fix generation
14603         of XLFD file name.
14605         * Makefile.in (setwins, setwins_almost): Change directory to $wd
14606         before finding directories by `find'.
14608 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14610         * subr.el (interactive-form): Delete.  Now implemented in C.
14612         * pcvs.el (cvs-parse-process): Workaround for Darwin.
14614         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
14615         (vc-diff-label): New fun.
14616         (vc-diff-internal): Use it.
14618         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
14620 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14622         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
14624         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
14625         specify XML (EBNFX).
14627         * progmodes/ebnf2ps.el: Doc fix.
14628         (ebnf-version): New version number (4.1).
14629         (ebnf-syntax): Adjust customization.
14630         (ebnf-style-database): Add ebnfx entry.
14631         (ebnf-syntax-alist): Add ebnfx initialization.
14632         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
14634         * printing.el: Doc fix.
14635         (pr-version): New version number (6.7.3).
14636         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
14637         returns nil for mouse position.  Reported by Drew Adams
14638         <drew.adams@oracle.com>.
14639         (pr-update-menus): Modify interactive declaration.  Reported by Drew
14640         Adams <drew.adams@oracle.com>.
14642 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
14644         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
14645         (gud-gdba-marker-filter): Log the process input and output, if
14646         required.  From Stefan Monnier.
14647         (gdb-debug-log, gdb-enable-debug-log): New variables.
14648         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
14650 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
14653         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
14655 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
14657         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
14658         Call vc-find-file-hook here instead of in auto-revert-buffers.
14659         (auto-revert-buffers): Delete call to vc-find-file-hook.
14660         (auto-revert-verbose, global-auto-revert-non-file-buffers)
14661         (global-auto-revert-mode, auto-revert-set-timer)
14662         (auto-revert-handler, auto-revert-buffers): Doc fixes.
14664 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
14666         * woman.el (woman-change-fonts): Rename local variable
14667         woman-font-alist to font-alist to avoid a compiler warning.
14669 2004-03-27  Dave Love  <fx@gnu.org>
14671         * emacs-lisp/rx.el (rx): Doc fix.
14672         Fix copyright years.
14674         * strokes.el (strokes-global-set-stroke-string): New function.
14675         (strokes-list-strokes): Cope with strings, not just commands.
14676         Set foreground colour of image.
14677         (strokes-global-set-stroke): Doc fix.
14679 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
14681         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
14682         Auto Revert mode.
14683         (Buffer-menu-files-only): New variable.
14684         (Buffer-menu-toggle-files-only): New function.
14685         (Buffer-menu-mode-map): Bind it to `T'.
14686         (Buffer-menu-mode): Mention `T' in docstring.
14687         Set buffer-stale-function.
14688         (list-buffers-noselect): Mark buffer non-modified and set
14689         Buffer-menu-files-only.
14691         * dired.el (buffer-stale-function): Remove no longer needed defvar.
14693         * autorevert.el (auto-revert-handler): Print revert message
14694         before, rather than after, reverting.
14695         (buffer-stale-function): Move to files.el.
14697         * files.el (buffer-stale-function): Move here from autorevert.el.
14699 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14701         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
14703         * calc/calc.el (calc-mode-map): Use mapc.
14705         * apropos.el (apropos-mode): Don't autoload.
14706         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
14707         (apropos): Use it.
14708         (apropos-print): Add optional `text' argument.
14709         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
14710         Don't assume point-min == 1.
14712         * bs.el (bs-buffer-list): Use buffer-local-value.
14713         (bs--set-toggle-to-show): Use with-current-buffer.
14715         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
14716         New funs.
14717         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
14719         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
14721         * dabbrev.el (dabbrev-expand): Fix regexp construction.
14722         (dabbrev--find-expansion): Use pop.
14723         (dabbrev--search): Use match-string-no-properties.
14725         * dired.el (dired-mode): Use run-mode-hooks.
14726         (dired-move-to-end-of-filename): Use match-string.
14728         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
14729         is bound before using it.
14730         (ediff-verbose-p): Make it into a var since it's not constant.
14732         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
14734         * faces.el (read-face-font): Don't cons up unnecessarily.
14735         (header-line, tool-bar): Share common parts.
14737         * files.el (file-relative-name): Use compare-strings.
14739         * finder.el (finder-mode): Follow coding convention.
14741         * subr.el (read-number): New function.
14743         * ses.el (ses-read-number): Move to subr.el.
14744         (ses-set-header-row): Use read-number.
14746 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
14748         * vc-hooks.el (vc-arg-list): New function, which handles both
14749         compiled and uncompiled code.
14750         (vc-default-workfile-unchanged-p): Use it.
14752         * vc.el (vc-print-log): Undo prev change, use new function
14753         vc-arg-list from vc-hooks.el.
14755 2004-03-26  Masatake YAMATO  <jet@gyve.org>
14757         * simple.el (completion-setup-function): Emphasize the
14758         first uncommon characters in the completions; and de-emphasize
14759         the common prefix substrings.
14760         (completion-emphasis): New face.
14761         (completion-de-emphasis): New face.
14763 2004-03-25  Juanma Barranquero  <lektu@terra.es>
14765         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
14766         Comment out (it's unused and unfinished code).
14768 2004-03-25  Sam Steingold  <sds@gnu.org>
14770         * vc.el (vc-print-log): Fix a bug in the last patch:
14771         backend-function may be a byte-compiled object, not a lambda.
14773 2004-03-25  Juri Linkov  <juri@jurta.org>
14775         * descr-text.el (describe-property-list): Add a button
14776         for `face' property that calls `describe-face'.
14777         Suggested by luis fernandes <elf@ee.ryerson.ca>
14779         * international/mule.el (keyboard-coding-system):
14780         * kmacro.el (kmacro-call-macro): Fix docstring.
14782         * dired.el: Fix comments.
14784         * textmodes/fill.el (fill): Fix Info link.
14786         * font-lock.el (fast-lock, lazy-lock):
14787         * jit-lock.el (jit-lock): Remove links to removed Support Modes
14788         Info node.
14790         * eshell/eshell.el (eshell): Fix broken info-link.
14792         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
14793         * eshell/em-banner.el (eshell-banner):
14794         * eshell/em-smart.el (eshell-smart):
14795         * eshell/esh-cmd.el (eshell-cmd):
14796         Comment out broken info-links to incomplete Info manual.
14798         * info-xref.el: Fix commentary.
14800 2004-03-25  Kevin Ryde  <user42@zip.com.au>
14802         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
14803         Remove spurious node duplicate suppression, doesn't work, not wanted.
14804         (info-xref-output): Take format style args, add "sit-for 0" to let
14805         user see the results as they progress.
14806         (info-xref-check-all-custom): New function.
14808 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
14810         * gdb-ui.el: Moved to progmodes.
14812 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14814         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
14816 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14818         * calendar/appt.el (appt-check): Remove superfluous progn.
14819         When finished with diary buffer: if it was not being displayed
14820         before, kill it; otherwise restore its original state.
14821         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
14823         * calendar/calendar.el (calendar-set-mode-line): Use total
14824         available mode-line width, rather than frame-width.
14826         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
14827         after mode change so effect not lost.
14829 2004-03-23  Dave Love  <fx@gnu.org>
14831         * dired.el (dired) <defgroup>: Add link to manual.
14832         (dired-font-lock-keywords): Add highlighting on unusual permissions.
14833         (dired-revert): Use dolist.
14834         (dired-mode-map): Add U binding.
14835         (dired-mode): Add font-lock-beginning-of-syntax-function.
14836         (dired-garbage-files-regexp): Make it a defcustom.
14838 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14840         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
14841         is equivalent to nil.
14842         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
14843         (vc-arch-mode-line-string): Accept `added' state.
14844         (vc-arch-state): Use inode-sigs if available.
14845         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
14846         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
14847         (vc-arch-tagline-re): New var.
14848         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
14849         New functions.
14850         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
14851         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
14853         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
14854         (vc-file-not-found-hook): Use it.
14856         * diff-mode.el (diff-default-read-only): Change default.
14857         (diff-mode-hook): Make it a defcustom.  Add some options.
14858         (diff-mode-map): Bind diff-refine-hook.
14859         (diff-yank-handler): New var.
14860         (diff-yank-function): New fun.
14861         (diff-font-lock-keywords): Use them.
14862         (diff-end-of-file): Handle case where file-header looks like diff text.
14863         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
14864         (diff-file-kill): Delete a subsequent empty line, if applicable.
14865         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
14866         (diff-find-file-name): Use it.
14867         (diff-tell-file-name): New command.
14868         (diff-mode): Be careful with view-mode.
14869         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
14870         New functions, for use in diff-mode-hook.
14871         (diff-find-source-location): Catch "regex too large" errors.
14872         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
14873         (diff-refine-hunk): New command.
14875         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
14876         (smerge-context-menu-map): Remove unused var.
14877         (smerge-keep-all): Preserve markers.
14878         (smerge-keep-n): New fun.
14879         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14880         (smerge-keep-current, smerge-ediff): Use it.
14881         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
14882         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
14883         (smerge-resolve): Resolve trivial 3-part conflicts.
14885 2004-03-23  Juri Linkov  <juri@jurta.org>
14887         * man.el (Man-width): New var.
14888         (Man-getpage-in-background): Use it.
14889         (Man-support-local-filenames): New var and fun.
14890         (Man-build-man-command): Don't add a second %s.
14891         (Man-fontify-manpage): Clean up message.
14892         (Man-mode): Set outline-regexp, outline-level,
14893         imenu-generic-expression.
14895         * woman.el (woman-fill-frame): Doc fix.
14896         (woman-decode-region): Use window-width instead of frame-width.
14898         * abbrevlist.el (list-one-abbrev-table):
14899         * descr-text.el (describe-char):
14900         * international/mule-diag.el (describe-current-coding-system):
14901         * international/quail.el (quail-insert-decode-map):
14902         Use window-width instead of frame-width.
14904         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
14905         (jka-compr-mode-alist-additions): Add tbz.
14906         (jka-compr-write-region, jka-compr-insert-file-contents):
14907         Add message for undefined compress-program.
14908         (jka-compr-write-region): Remove redundant var bindings.
14910         * dired-x.el (dired-guess-shell-alist-default): Add choices for
14911         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
14912         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
14913         (dired-man): Use dired-guess-shell-command.
14914         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
14915         Change default nil to t.
14917         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
14918         (dired-compare-directories): Add default value for empty input.
14920         * help-at-pt.el: Move suggestions for key bindings to Commentary.
14922         * time.el (display-time-string-forms): Fix help-echo date format.
14924 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
14926         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
14927         (buffer-stale-function): New variable.
14928         (auto-revert-list-diff, auto-revert-dired-file-list)
14929         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
14930         (auto-revert-handler): Take over some functionality of deleted
14931         functions.
14932         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
14934         * dired.el (dired-directory-changed-p): New fun, extracted from
14935         dired-internal-noselect.
14936         (dired-buffer-stale-p): New fun.
14937         (dired-internal-noselect): Use dired-directory-changed-p.
14938         Eliminate revert messages.
14939         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
14941 2004-03-23  Kenichi Handa  <handa@m17n.org>
14943         * international/characters.el: Setup syntaxes for more parentheses
14944         Unicode characters.
14946         * international/mule-cmds.el (select-safe-coding-system):
14947         Merge coding-system and auto-cs before comparing them.
14949 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
14953         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14954         normal-auto-fill-function and comment-indent-function.
14955         The default values now work just as well.
14956         Don't set font-lock-beginning-of-syntax-function since we already set
14957         syntax-begin-function.
14958         (lisp-outline-level): Put ;;;###autoload at same level as (.
14959         (prin1-char): Quote special chars.
14961         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
14962         than with-no-warnings.
14964         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
14965         if the source location can't be found.
14966         (edebug-compute-previous-result): Use prin1-char.
14968         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
14969         (debug-ignored-errors): Add an entry.
14971         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
14972         (byte-compile-file): Output warning when deleting a file.
14974         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
14975         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
14977         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
14978         (byte-compile-inline-expand): Use backquote.
14979         (byte-optimize-pure-func): Rename from byte-optimize-concat.
14980         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
14982         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
14984         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
14986 2004-03-22  Juri Linkov  <juri@jurta.org>
14988         * finder.el (finder-known-keywords): Fix data, tex, unix.
14990         * play/landmark.el: Fix keywords.
14992         * language/ethio-util.el (ethio-find-file): Doc fix.
14994         * emacs-lisp/warnings.el: Doc fix.
14996         * textmodes/ispell.el (ispell-help): Doc fix.
14998 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
15000         * format.el (format-insert-file): Always return a list of two
15001         elements, like insert-file-contents does.
15003 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
15005         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
15006         and vc-BACKEND-diff.
15007         (vc-print-log): If the print-log implementation supports it, use
15008         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
15009         (vc-version-diff, vc-diff-internal): Doc fixes.
15011         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
15012         implementation supports it, let diff output go to *vc*,
15013         not *vc-diff*, since this is an internal call.
15015         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
15017         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
15019         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
15021 2004-03-21  Dave Love  <fx@gnu.org>
15023         * progmodes/cfengine.el (cfengine-mode):
15024         Set parse-sexp-ignore-comments.
15026         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
15028 2004-03-21  Juanma Barranquero  <lektu@terra.es>
15030         * allout.el (allout-mode): Fix docstring.
15032 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
15034         * files.el (insert-directory): Fix bug if SWITCHES is a list.
15036         * autorevert.el (auto-revert-interval): Make new value take
15037         effect immediately when set through Custom.
15038         (auto-revert-set-timer): Add interactive declaration.
15040 2004-03-19  David Ponce  <david@dponce.com>
15042         * ruler-mode.el (ruler-mode-header-line-format-old):
15043         Don't `make-variable-buffer-local'.
15044         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
15045         (ruler-mode-header-line-format): Simply funcall the above.
15046         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
15047         to save/restore a previous header line format.
15048         (ruler-mode-space): Don't depend on a numeric WIDTH value.
15049         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
15050         fringes and margins width.
15051         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
15053 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15055         * log-edit.el (log-edit-font-lock-keywords): Typo.
15057         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
15058         (tex-send-tex-command): Rather than here.
15059         (tex-compilation-parse-errors): Simplify.
15061         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
15063         * time.el (display-time-string-forms): Add help-echo with date on time.
15065         * composite.el (compose-region): Use restore-buffer-modified-p.
15067         * disp-table.el (standard-display-8bit): Simplify.
15069         * server.el (server-process-filter): Delete temp frame.
15071         * add-log.el (add-change-log-entry): Simplify.
15073 2004-03-19  Kim F. Storm  <storm@cua.dk>
15075         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
15076         (hexl-follow-line): Don't require 'fringe.
15078         * progmodes/compile.el (compilation-start): Always set
15079         compilation-last-buffer and return it.
15081 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
15083         * simple.el (clone-buffer): Doc fix.
15085 2004-03-18  Juanma Barranquero  <lektu@terra.es>
15087         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
15089 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15091         * log-edit.el (log-edit-font-lock-keywords): New var.
15092         (log-edit-mode): Use it.
15094 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
15096         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
15097         properly for watching in speedbar.
15099 2004-03-17  Masatake YAMATO  <jet@gyve.org>
15101         * smerge-mode.el (smerge-popup-context-menu):
15102         Put `unwind-protect' around `overlay-put' and `popup-menu'.
15104 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15106         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
15107         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
15108         Take sealed revisions into account.
15109         (vc-arch-checkin): Extract a summary line from the message.
15111 2004-03-16  Masatake YAMATO  <jet@gyve.org>
15113         * register.el (register): Provide `register' feature.
15115 2004-03-15  Masatake YAMATO  <jet@gyve.org>
15117         Added context menu support in smerge mode.
15118         Most of the part is written by Stefan Monnier.
15120         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
15121         New keymap and menu.
15122         (smerge-text-properties): New function.
15123         (smerge-remove-props): New function.
15124         (smerge-popup-context-menu): New function.
15125         (smerge-resolve): Call `smerge-remove-props'.
15126         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
15127         (smerge-keep-current): Ditto.
15128         (smerge-kill-current): New function.
15129         (smerge-match-conflict): Put text properties.
15130         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
15132 2004-03-15  David Ponce  <david@dponce.com>
15134         * ruler-mode.el: (ruler-mode-left-fringe-cols)
15135         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
15136         (ruler-mode-right-scroll-bar-cols): Remove.
15137         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
15138         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
15139         Use fringe-columns and scroll-bar-columns.
15141 2004-03-15  Masatake YAMATO  <jet@gyve.org>
15143         * hl-line.el (hl-line-range-function): New variable.
15144         (hl-line-move): New function.
15145         (global-hl-line-highlight): Use `hl-line-move'.
15146         (hl-line-highlight): Ditto.
15148         * scroll-bar.el (scroll-bar-columns):
15149         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
15151         * ruler-mode.el (top-level): Require scroll-bar and fringe.
15152         (ruler-mode-left-fringe-cols)
15153         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
15154         (ruler-mode-right-scroll-bar-cols)
15155         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
15156         (ruler-mode-ruler-function): New variable.
15157         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
15158         if the value for `ruler-mode-ruler-function'is given.
15160         * hexl.el (hexl-mode-hook): Make the hook customizable.
15161         (hexl-address-area, hexl-ascii-area): New customize variables.
15162         (hexlify-buffer): Put font-lock-faces on the address area and
15163         the ascii area.
15164         (hexl-activate-ruler): New function.
15165         (hexl-follow-line): New function.
15166         (hexl-highlight-line-range): New function.
15167         (hexl-mode-ruler): New function.
15169 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
15172         (vc-default-find-file-hook): New fun.
15173         (vc-find-file-hook): Call new find-file-hook operation.
15175         * vc-arch.el: New file.
15177 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
15179         * info-look.el (info-lookup): Reuse an existing Info window.
15181 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15183         * woman.el (woman-preserve-ascii): Default value changed to t and
15184         doc string revised.
15186 2004-03-12  Richard M. Stallman  <rms@gnu.org>
15188         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15189         Fix minor bug.
15191         * replace.el (occur-engine): Change message for count of matches.
15193         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
15194         For strings, do compare text properties.
15196 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
15198         * progmodes/compile.el (compile-auto-highlight)
15199         (compilation-error-list, compilation-old-error-list)
15200         (compilation-parse-errors-function, compilation-parsing-end)
15201         (compilation-error-message, compilation-directory-stack)
15202         (compilation-enter-directory-regexp-alist)
15203         (compilation-leave-directory-regexp-alist)
15204         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
15205         (compilation-current-file, compilation-regexps): Remove vars.
15207         (compile-error-at-point, compilation-error-filedata)
15208         (compilation-error-filedata-file-name, compile-reinitialize-errors)
15209         (compilation-next-error-locus, compilation-forget-errors)
15210         (count-regexp-groupings, compilation-parse-errors)
15211         (compile-collect-regexps, compile-buffer-substring): Remove funs.
15213         (compile-internal): Make obsolete.
15215         (compilation-first-column, compilation-error)
15216         (compilation-directory-matcher, compilation-page-delimiter)
15217         (compilation-mode-font-lock-keywords, compilation-debug)
15218         (compilation-error-face, compilation-warning-face)
15219         (compilation-info-face, compilation-line-face)
15220         (compilation-column-face, compilation-enter-directory-face)
15221         (compilation-leave-directory-face, compilation-skip-threshold)
15222         (compilation-skip-visited, compilation-context-lines): New vars.
15224         (compilation-warning-face, compilation-info-face)
15225         (compilation-message-face): New faces.
15227         (compilation-error-regexp-alist-alist): New constant.
15229         (compilation-face, compilation-directory-properties)
15230         (compilation-assq, compilation-error-properties, compilation-start)
15231         (define-compilation-mode, compilation-loop)
15232         (compilation-set-window): New functions.
15234         (compile): Additional argument for interactive compiles like TeX.
15236         * progmodes/grep.el (kill-grep): Move here from compile.el
15237         (grep-error, grep-hit-face, grep-error-face)
15238         (grep-mode-font-lock-keywords): New variables.
15239         (grep-regexp-alist): Simplify regexp and add `binary' case.
15240         (grep-mode): New mode.
15241         (grep-process-setup): Simplify.
15243 2004-03-11  Jason Rumney  <jasonr@gnu.org>
15245         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
15246         letters on DOS/Windows.
15248 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15250         * server.el (server-name): New var.
15251         (server-socket-dir): New var to replace server-socket-name.
15252         (server-start): Use them.
15254 2004-03-11  Simon Josefsson  <jas@extundo.com>
15256         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
15257         died to avoid infloop.  Reported by Jonathan Glauner
15258         <jglauner@sbum.org>.
15260 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15262         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
15263         (smerge-mode-menu): Use it to deactivate menu entries.
15264         (smerge-keep-current): New fun.
15265         (smerge-keep-current): Use it.
15267 2004-03-10  John Paul Wallington  <jpw@gnu.org>
15269         * foldout.el (foldout-fold-list, foldout-modeline-string):
15270         Declare them as variables, not constants.
15272 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15274         * ps-print.el: Modification to print *Messages* buffer.
15275         (ps-print-version): New version 6.6.4.
15276         (ps-message-log-max): New fun.
15277         (ps-spool-without-faces, ps-spool-with-faces)
15278         (ps-count-lines-preprint): Code fix.
15280         * printing.el: New tips in Tips section.
15282 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15284         * delim-col.el: Doc fix.
15286         * printing.el: Doc fix.  New doc section (Tips).
15288 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15290         * type-break.el (type-break-emacs-variant): Remove.
15291         (type-break-run-at-time, type-break-cancel-function-timers):
15292         Use fboundp rather than version name and number.
15294 2004-03-09  Masatake YAMATO  <jet@gyve.org>
15296         * hexl.el (hexl-mode): Use `make-local-variable' instead of
15297         `make-variable-buffer-local'.
15299 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
15301         * find-dired.el (find-dired): Call `shell-command' instead of
15302         `start-process-shell-command'.  By this, Tramp takes over
15303         handling of remote directories.
15305 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15307         * newcomment.el (comment-use-global-state): New var.
15308         (comment-search-forward): Use it.
15310         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
15312         * cus-edit.el (fill) <defgroup>: Move to fill.el.
15314         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
15315         (enable-kinsoku): Make it a defcustom.
15316         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
15317         paragraph to same-comment-start-marker.
15319 2004-03-07  Dave Love  <fx@gnu.org>
15321         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
15322         (browse-url-mail): Use it.
15324         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
15325         (rfc2368-unhexify-string): Use replace-regexp-in-string.
15327 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15329         * woman.el (woman-man.conf-path): Doc fix.
15330         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
15332 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
15334         * sort.el (sort-columns): Remove ms-dos from the list of systems
15335         where the external `sort' command is not used.
15337 2004-03-07  Kim F. Storm  <storm@cua.dk>
15339         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
15340         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
15341         from overlay-arrow-variable-list.
15342         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
15344 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
15346         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
15347         overlay arrow string properly for the assembler buffer.
15349 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15351         * mail/sendmail.el (mail-mode): Fix last change.
15353 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
15355         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
15356         for the assembler buffer.
15357         (gdb-assembler-custom): Position the overlay arrow.
15358         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
15360 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15362         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
15364         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
15365         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
15367         * mail/sendmail.el (mail-mode): Set comment-start-skip.
15369         * newcomment.el (uncomment-region): Allow non-terminated comment.
15370         (comment-normalize-vars): Check the user-specified comstart marker.
15372 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15374         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
15375         Otherwise, do use it if the region only contains font-lock text
15376         properties.
15378 2004-03-04  Masatake YAMATO  <jet@gyve.org>
15380         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
15381         as the callback function for eldoc.
15382         (hexl-print-current-point-info): New function.
15383         (hexl-current-address): Print the address in both decimal
15384         and hexadecimal format.
15386 2004-03-04  Richard M. Stallman  <rms@gnu.org>
15388         * mail/rmail.el (rmail-convert-to-babyl-format):
15389         Specify t for UNIBYTE when calling mail-unquote-printable-region.
15391         * mail/mail-utils.el (mail-unquote-printable-region):
15392         New arg UNIBYTE.
15394         * startup.el (command-switch-alist): Doc fix.
15396         * simple.el (undo): Temporarily set this-command to `undo-start',
15397         then set it to `undo' once undo-start returns without error.
15399         * simple.el (minibuffer-history-sexp-flag): Doc fix.
15401         * simple.el (kill-line): Don't disregard trailing whitespace
15402         in eol condition, if show-trailing-whitespace is set.
15404         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
15405         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
15406         When disabling, restore old values only if mouse-sel-has-been-enabled.
15408         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
15409         (isearch-{-char): New function.
15410         (isearch-mode-map): Bind { to isearch-{-char.
15412         * font-lock.el (lisp-font-lock-keywords-2):
15413         Turn off the CL with-... and do-... general patterns.
15414         Instead, recognize several specific with... and do... constructs.
15416         * files.el (switch-to-buffer-other-window):
15417         Bind same-window-buffer-names and same-window-regexps to nil.
15418         (switch-to-buffer-other-frame): Likewise.
15420 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15422         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
15423         recognizing leading comment on code line.
15425 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
15428         hidden files/directories.
15430 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15432         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
15433         only comment-start (in case the mode hasn't set it).
15435         * Makefile.in (AUTOGENEL): New var.
15436         (bootstrap-prepare): Rename from bootstrap-clean.
15437         Don't remove elc files.
15438         (maintainer-clean): New target.
15440         * xml.el (xml-get-attribute-or-nil): Simplify.
15442 2004-03-02  Juri Linkov  <juri@jurta.org>
15444         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
15445         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
15446         URL to prevent their substitution with the environment variable
15447         values by browsers.
15449 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15451         * ps-print.el: Doc fix.
15452         (ps-print-version): New version number (6.6.3).
15453         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
15454         Docstring fix.
15455         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
15456         before printing.
15457         (ps-time-stamp-yyyy-mm-dd): New fun.
15458         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
15460 2004-03-02  Kim F. Storm  <storm@cua.dk>
15462         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
15464 2004-03-01  Juanma Barranquero  <lektu@terra.es>
15466         * allout.el (allout-rebullet-heading): Fix typo in docstring.
15468         * desktop.el (desktop-file-version)
15469         (desktop-after-read-hook): Fix typos.
15470         (desktop-clear-preserve-buffers): Remove redundant info in
15471         docstring already shown by the obsolescence message.
15472         (desktop-truncate, desktop-internal-v2s)
15473         (desktop-value-to-string): Change argument name to match docstring.
15475         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
15477         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
15478         docstring.
15480 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15482         * printing.el: Replace "As Is..." in PostScript file print/preview by
15483         "No Preprocessing...".  Suggested by Colin Marquardt
15484         <_marquardt_@zmd.de>.
15485         (pr-insert-section-4): Adjust buffer interface.
15487 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
15489         Version 2.0.39 of Tramp released.
15491         * net/tramp.el (tramp-handle-file-local-copy)
15492         (tramp-handle-write-region, tramp-open-connection-rsh):
15493         Variable name typo.  Small change.  From Patrick Tullmann
15494         <tullmann@flux.utah.edu>.
15495         (tramp-process-connection-type): New variable.
15496         (tramp-maybe-open-connection): Use it.
15497         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
15498         (tramp-touch): Set last-modified time of a remote file.
15499         (tramp-handle-write-region): Say which function is used when encoding.
15501 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
15503         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
15504         case of non-existing filename, too.  Reported by Christoph Bauer
15505         <c_bauer@informatik.uni-kl.de>.
15506         (tramp-smb-get-file-entries): The directory in question should
15507         have permissions "drwxrwxrwx".  Just virtual, because we don't
15508         know the real permissions.  Don't we know?
15509         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
15510         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
15511         (tramp-smb-wait-for-output): Optimize algorithm getting pending
15512         output.  If it was received chunkwise, there have been problems.
15513         Remove the "prompt not found" error message; it is obvious.
15514         Simplify algorithm.
15515         (tramp-smb-process-running): Remove.  Since we acknowledge the
15516         virtual prompt for shares, there's no need for distinction of
15517         reading shares (process ends afterwards) and interactive mode of
15518         smblient.
15519         (tramp-smb-open-connection): Setting process sentinel removed.
15520         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
15521         "NT_STATUS_NETWORK_ACCESS_DENIED".
15522         (tramp-smb-maybe-open-connection): Set `process-connection-type'
15523         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
15524         (top-level): Setting default value in `tramp-default-method-alist'
15525         corrected.  Order of USER and HOST have been wrong.
15526         Nobody complained for months ...
15527         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
15528         (tramp-smb-open-connection): Clear password cache if login has failed.
15530         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
15531         `tramp-unified-filenames'.
15532         (tramp-completion-mode): Make test for XEmacs explicitely.
15533         `event-to-character' can exists in Emacs packages too.
15534         Reported by Matt Swift <swift@alum.mit.edu>.
15535         (tramp-buffer-name): Buffer name must contain the user if exists.
15536         Reported by Adrian Phillips <a.phillips@met.no>.
15537         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
15538         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
15539         (tramp-do-copy-or-rename-file-out-of-band): Rename from
15540         `tramp-do-copy-or-rename-file-one-local', because it handles also
15541         the case both files use the same out-of-band method.
15542         Implementation added.
15543         (tramp-handle-file-local-copy, tramp-handle-write-region):
15544         Out-of-band handling removed.  `copy-file' called instead, which
15545         calls `tramp-do-copy-or-rename-file-out-of-band'.
15546         (tramp-action-password): Check for out-of-band method removed.
15547         This function is used for 'login-program.
15548         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
15549         appropriate.
15550         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
15551         and `tramp-parse-sknownhosts'.
15552         (tramp-completion-function-alist): It's a defvar now, because we
15553         want to apply the optimized `tramp-set-completion-function'
15554         instead of a static list.
15555         (tramp-set-completion-function): Implementation tuned.
15556         Avoid double entries, and entries where the function or the
15557         file/directory doesn't exist.
15558         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
15559         for SSH2.
15560         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
15561         (tramp-handle-dired-compress-file): New function.
15562         (tramp-async-proc): New variable.
15563         (tramp-handle-shell-command): Adding asynchronous processes.
15564         They are far from being perfect, but it works at least for
15565         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
15566         (top-level): Require password.el if visible.  Should be mandatory
15567         once No Gnus has found its way into (X)Emacs.
15568         (tramp-read-passwd): Invoke `password-read' if available,
15569         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
15570         fallback any longer.
15571         (tramp-clear-passwd): New function.
15572         (tramp-process-actions, tramp-process-multi-actions):
15573         Clear password cache if login has failed.
15575         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
15576         its own module.
15577         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
15578         `ange-ftp-ftp-name-res'.  There could be incorrect values from
15579         previous calls in case the "ftp" method is used in the Tramp file
15580         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15582 2004-02-28  Richard M. Stallman  <rms@gnu.org>
15584         * term.el (term-mouse-paste): Call mouse-set-point.
15586         * thumbs.el: New file.
15588 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15590         * progmodes/ebnf-abn.el: Doc fix.
15592         * progmodes/ebnf-bnf.el: Doc fix.
15593         (ebnf-repeat): Code fix.
15595         * progmodes/ebnf2ps.el: Doc fix.
15596         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
15598 2004-02-28  Juri Linkov  <juri@jurta.org>
15600         * ffap.el (dired-at-point): Additional writability test for
15601         relative directory names.
15602         (dired-at-point-prompter): Treat directories as a directory, get
15603         the directory component from files.
15604         (ffap-string-at-point): Return string from region if region is active.
15605         (ffap-file-at-point): Remove redundant code.
15607 2004-02-28  Kim F. Storm  <storm@cua.dk>
15609         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
15610         Initialize margin area images to nil.
15611         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
15612         (breakpoint-enabled-bitmap-face)
15613         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
15614         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
15615         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
15616         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
15617         (gdb-reset): Use gdb-remove-breakpoint-icons.
15618         (gdb-put-string): Add dprop arg to specify alternative display
15619         property (for setting fringe bitmap).
15620         (gdb-remove-strings): Doc fix.
15621         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
15622         icon in fringe (if available), or else as icon or text in display
15623         margin.  Creates necessary icons in breakpoint-bitmap,
15624         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
15625         Also make left window margin if required.
15626         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
15627         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
15628         no longer needed.
15629         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
15630         gdb-put-breakpoint-icon.
15631         (gdb-assembler-mode): Don't set left-margin-width here.
15633 2004-02-27  Kevin Ryde  <user42@zip.com.au>
15635         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
15636         comma, so that it DTRT in macros.
15638 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
15640         * progmodes/sh-script.el (sh-shell-arg)
15641         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
15642         (sh-leading-keywords, sh-other-keywords): Fix custom type.
15644 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
15646         * faces.el (face-spec-set-match-display): Add a new attribute,
15647         `min-colors'.
15648         (region, highlight, secondary-selection): Use `min-colors'.
15650         * custom.el (defface): Add documentation for `min-colors'.
15652         * font-lock.el (font-lock-comment-face, font-lock-string-face)
15653         (font-lock-keyword-face, font-lock-function-name-face)
15654         (font-lock-variable-name-face, font-lock-constant-face):
15655         Use `min-colors'.
15657         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
15659 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15661         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
15662         define assq-delete-all if it's not defined.
15663         (ebnf-generate-region): Code fix.
15665         * printing.el: Doc fix.
15666         (pr-version): New version number (6.7.2).
15667         (pr-command): Return empty string if command is an empty string.
15669 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15671         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
15673         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
15674         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
15675         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
15676         "tt" ["test"] ).  Reported by Markus Dreyer
15677         <mdreyer@ix.urz.uni-heidelberg.de>.
15678         (ebnf-version): New version number (4.0).
15679         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
15680         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
15681         (ebnf-delete-style): New commands.
15682         (ebnf-directory, ebnf-file): New funs.
15683         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
15684         (ebnf-production-name-p, ebnf-stop-on-error): New options.
15685         (ebnf-syntax-alist): New var.
15686         (ebnf-element-width): New fun replacing ebnf-list-width.
15687         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
15688         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
15689         (ebnf-prologue): Adjust vars.
15690         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
15691         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
15692         (ebnf-check-style-values, ebnf-generate-production)
15693         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
15694         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
15695         (ebnf-token-repeat): Code fix.
15697         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
15698         %right, %left and %prec.  Suggested by Matthew K. Junker
15699         <junker@alum.mit.edu>.
15700         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
15702         * progmodes/ebnf-iso.el: Doc fix.
15703         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
15704         (ebnf-iso-lex): Code fix.
15706         * progmodes/ebnf-bnf.el: Doc fix.
15707         (ebnf-bnf-lex): Code fix.
15709         * progmodes/ebnf-otz.el: Doc fix.
15711 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
15713         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
15714         (abbrev-prefix-mark): Doc fix.
15716 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
15718         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
15719         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
15720         (gdb-var-delete): Make interactive (really).
15721         (gdb-edit-value): Make non-interactive.
15723         * progmodes/gud.el (gud-speedbar-menu-items):
15724         Add gdb-var-delete and, indirectly, gdb-edit-value.
15725         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
15726         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
15727         (gud-gdb-marker-filter): Add comment for annotations.
15729 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
15731         * calendar/calendar.el (generate-calendar)
15732         (calendar-read-date): Prevent display of BC calendars once more -
15733         reverts 2003-10-01 change.
15734         (generate-calendar-month): Doc fix.
15736 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
15738         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
15739         return value of increment-calendar-month.
15741 2004-02-21  Stephen Compall  <s11@member.fsf.org>
15743         * saveplace.el (save-place-forget-unreadable-files)
15744         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
15745         (save-place-forget-unreadable-files): New function.
15746         (save-place-alist-to-file): Use it to filter out files that are
15747         no longer readable.
15749         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
15750         current Texinfo environment, using the same method as in
15751         `texinfo-insert-@end', and insert a space rather than a newline if
15752         point in a @table environment.
15754 2004-02-21  Juri Linkov  <juri@jurta.org>
15756         * ffap.el (ffap-file-at-point): Try parent directories.
15758 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
15760         * vcursor.el (vcursor-modifiers): New defcustom.
15761         (vcursor-cs-binding): Use vcursor-modifiers instead of a
15762         hard-coded list.
15764 2004-02-21  Masatake YAMATO  <jet@gyve.org>
15766         * play/animate.el (animate-birthday-present): Accept names other
15767         than `Sarah', too.
15769 2004-02-21  Juri Linkov  <juri@jurta.org>
15771         * startup.el: Remove table of command line arguments from the
15772         Commentary section.
15774 2004-02-20  John Wiegley  <johnw@newartisans.com>
15776         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
15777         again" modifier from 'e' to 'E', since 'e' is also used by the
15778         "file extension" modifier.
15780 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
15782         * help-fns.el (describe-categories): Doc fix.
15784 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15786         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
15787         temporary file for buffer already visiting one.  This change makes
15788         output likely to be directly usable by patch program.
15789         Suggested by Adrian Aichner  <adrian@xemacs.org>
15791 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
15793         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
15794         case of variables defined in compound statements.
15795         (gdb-setup-windows, gdb-source-info, gdb-source-info):
15796         Simplify constructions using switch-to-buffer.
15798 2004-02-19  Simon Josefsson  <jas@extundo.com>
15800         * play/morse.el: Fix typo.
15801         (morse-code): Add @.
15803 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15805         * calendar/appt.el (appt-display-format): Change default to
15806         'ignore, for backwards compatibility.
15807         (appt-display-message): If appt-display-format is 'ignore,
15808         respect old vars appt-msg-window and appt-visible.
15809         (appt-activate): Don't depend on return value of cancel-timer.
15811         * calendar/calendar.el (calendar-holidays): Doc fix.
15813         * calendar/cal-coptic.el (coptic-prompt-for-date):
15814         Use assoc-string instead of assoc-ignore-case.
15815         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
15816         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
15817         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
15818         * calendar/cal-islam.el (calendar-goto-islamic-date)
15819         (mark-islamic-diary-entries): Ditto.
15820         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
15821         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
15822         (calendar-read-mayan-tzolkin-date): Ditto.
15823         * calendar/calendar.el (calendar-read-date): Ditto.
15824         * calendar/diary-lib.el (mark-diary-entries): Ditto.
15826 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
15828         * progmodes/executable.el (executable-command-find-posix-p):
15829         Fix choice of the directory.
15831 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
15833         * simple.el (interprogram-cut-function)
15834         (interprogram-paste-function, kill-new, kill-append):
15835         Doc fixes.
15836         (kill-region): Make it return nil.  Doc fix.
15837         (yank-pop): Make its argument optional.
15838         (yank): Make ARG `-' equivalent to `-1'.
15840 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
15842         * mail/rmail.el (rmail-get-new-mail): Don't reference
15843         rmail-use-spam-filter if rmail-spam-filter is not loaded.
15845 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
15847         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
15848         if one of global-auto-revert-non-file-buffers or autorevert-mode
15849         is non-nil.
15851 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
15853         * subr.el (delete-dups): A better implementation from Karl Heuer
15854         <kwzh@gnu.org>.
15856 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15858         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
15859         correct place.
15860         * progmodes/icon.el (icon-indent-command): Ditto.
15861         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
15863 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
15865         * progmodes/grep.el (grep-compute-defaults): Undo change from
15866         2004-01-29: don't use executable-command-find-posix-p.
15868 2004-02-16  Richard Sharman  <rsharman@pobox.com>
15870         * hilit-chg.el: Use require instead of eval-and-compile.
15871         (highlight-compare-buffers): New function.
15873 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
15875         * man.el (Man-fontify-manpage): Render section headings in
15876         `Man-overstrike-face' even when overstrike was not used by man
15877         formatter for section headings.
15879 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
15881         * rmail-spam-filter.el: (vm-use-spam-filter)
15882         (rsf-min-region-length-added-to-spam-list): New variables.
15883         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
15884         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
15885         spam testing.  Don't delete spam message if automatic deletion
15886         after output via variable rmail-delete-after-output is turned on.
15887         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
15888         rsf-bbdb-dont-create-entries-for-spam.
15889         (check-field): New function, extracted from code in
15890         rmail-spam-filter to ease addition of header fields like content-type.
15891         (message-content-type): New variable to check the content-type:
15892         field added, also in defcustom of rsf-definitions-alist.
15893         (rmail-spam-filter): Replace repeated test code for header fields
15894         by calls to check-field; change the call to
15895         rmail-output-to-rmail-file such that rmail-current-message stays
15896         the same to avoid wrong deletion of unseen flags.
15897         (rsf-add-contents-type): New function to convert old format
15898         of rmail-spam-definitions-alist into new one.
15899         Change prefixes of all variables and functions from
15900         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
15902 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
15904         * loadhist.el (unload-hook-features-list): New defvar.
15906 2004-02-16  Dave Love  <fx@gnu.org>
15908         * loadhist.el (unload-feature): Doc fix.  Rename flist to
15909         unload-hook-features-list.
15911 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
15913         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
15914         cookie.  Don't check if we are looking-at open-formula.
15916 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15918         * subr.el (match-string-no-properties): Use substring-no-properties.
15920 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
15922         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
15923         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
15924         Use lower-case "rx" in all error message.
15926 2004-02-16  Dave Love  <fx@gnu.org>
15928         * emacs-lisp/rx.el (rx-or): Put group around result.
15929         (rx-constituents): Add backref.
15930         (rx-syntax): Add string-delimiter, comment-delimiter.
15931         (rx-categories): Add combining-diacritic.
15932         (rx-check-not, rx-greedy, rx): Doc fix.
15933         (rx-backref, rx-check-backref): New.
15935 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
15937         * newcomment.el (uncomment-region): Allow eob as comment end.
15939 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
15941         * filecache.el: All message and error commands now use prefix
15942         "Filecache:" to make it easy to read *Messages* buffer.
15944 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
15946         * autorevert.el: Add support to detect changed dired and VC buffers.
15947         (auto-revert-active-p, auto-revert-list-diff)
15948         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
15949         (auto-revert-handler, auto-revert-active-p): New functions.
15950         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
15951         and `auto-revert-active-p'.
15952         (eval-when-compile): Defvar dired-directory and vc-mode.
15953         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15954         (auto-revert-handler-vc): New functions.
15956 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15958         * progmodes/compile.el (compilation-directory): New defvar.
15959         (compile): Save current directory in compilation-directory.
15960         (recompile): Bind default-directory to compilation-directory if
15961         that is non-nil.
15963 2004-02-16  Dave Love  <fx@gnu.org>
15965         * newcomment.el (comment-insert-comment-function)
15966         (comment-region-function, uncomment-region-function): New.
15967         (comment-indent): Use comment-insert-comment-function.
15968         (uncomment-region): Use uncomment-region-function.
15969         (comment-region): Use comment-region-function.
15971         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
15973 2004-02-16  Richard Stallman  <rms@gnu.org>
15975         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
15976         loaddefs* and ldefs-boot*.
15978 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
15980         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
15981         and email address at the beginning and end of the address.
15983         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
15984         anchored at the beginning of the email address.
15986 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
15988         * international/ccl.el (ccl-compile-write): Pass `left' to
15989         ccl-embed-code to generate correct code of write-expr-register.
15991 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
15993         * progmodes/grep.el (grep-compute-defaults): Fix typos.
15995 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15997         * x-dnd.el: Mention support for Motif in commentary.
15998         (x-dnd-handle-drag-n-drop-event): Ditto.
16000 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
16002         * ses.el: Use "ses--" prefixes for buffer-local variables.
16003         Use (point-min) instead of 1, even when we know the buffer
16004         is unnarrowed.
16005         (ses-build-load-map): Delete.  Distribute its content to defconst's for
16006         the three maps.
16007         (ses-menu, ses-header-line-menu): New menus.
16008         (ses-mode-map): Use them.
16009         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
16011 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
16013         * Makefile.in: Fix the CC Mode recompile kludge so it works
16014         when building in a different directory.
16016 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
16018         * simple.el (kill-new): Put yank-handler property on the entire string.
16020 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16022         * diff.el: Don't use compile any more, use diff-mode instead.
16023         (diff-regexp-alist, diff-old-file, diff-new-file)
16024         (diff-parse-differences, diff-process-setup): Remove.
16025         (diff-sentinel): New fun.
16026         (diff): Use it.  Run the process ourselves.
16027         Use diff-mode for the rest of the processing.
16029         * diff.el (diff): Simplify code handling `switch'.
16031 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * pcvs-defs.el (cvs-menu): Add `tag'.
16035 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
16037         * simple.el (kill-append): Doc fix.
16039         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16040         Adapt outline-regexp to the new conventions for commenting out code.
16042 2004-02-11  John Paul Wallington  <jpw@gnu.org>
16044         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
16046 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16048         * diff.el (diff-switches): New fun.
16049         (diff, diff-backup): Use it.
16050         (diff): Clean up the args construction.  Use backquote.
16051         Use listp instead of consp to avoid putting a nil arg.
16052         (diff): Add a revert-buffer function.
16054 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16056         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
16057         handled by x-dnd-handle-file-name.
16058         (x-dnd-known-types): Add COMPOUND_TEXT.
16059         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
16060         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
16061         x-dnd-empty-state.
16062         (x-dnd-forget-drop): Ditto.
16063         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
16064         (x-dnd-handle-one-url): Return private when inserting text.
16065         (x-dnd-insert-ctext): New function.
16066         (x-dnd-handle-file-name): New function for FILE_NAME.
16067         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
16068         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
16069         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
16071 2004-02-10  Kenichi Handa  <handa@m17n.org>
16073         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
16074         instead of while loop.
16076 2004-02-10  Miles Bader  <miles@gnu.org>
16078         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
16080 2004-02-09  Kenichi Handa  <handa@m17n.org>
16082         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
16083         have end-of-line.
16085 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
16087         * Makefile.in: Added extra dependencies in the recompile target
16088         needed to cope with the compile time macro expansions in CC Mode.
16090 2004-02-09  Kim F. Storm  <storm@cua.dk>
16092         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
16093         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
16094         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
16095         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
16096         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
16097         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
16098         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
16099         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
16100         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
16101         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
16102         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
16104 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16106         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
16107         Don't allow shrink if there's a window on our right.
16109         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
16110         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
16111         Bring together declaration and initialization.
16112         (prolog-mode-variables): Don't set the syntax table.
16113         Don't set paragraph-start and comment-indent-function.
16114         Add /*..*/ to the comment regexps.
16115         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
16116         (prolog-mode-map): Don't bind TAB.
16117         (prolog-mode): Set the syntax table.
16118         (prolog-comment-indent): Remove.
16119         (inferior-prolog-mode-map): Initialize in the declaration.
16120         (inferior-prolog-mode-syntax-table)
16121         (inferior-prolog-mode-abbrev-table): New vars.
16122         (inferior-prolog-mode): Derive from comint-mode.
16123         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
16124         minibuffer windows.
16126         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
16127         in file names, as long as it is unabmiguous.
16129 2004-02-08  Andreas Schwab  <schwab@suse.de>
16131         * textmodes/reftex-toc.el
16132         (reftex-toc-load-all-files-for-promotion): Remove useless use of
16133         format.  Doc fix.
16135         * textmodes/refer.el (refer-find-entry-internal): Remove extra
16136         format string arguments.
16138         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
16139         string argument.
16141         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
16143         * play/zone.el (zone-call): Fix format string.
16145         * net/webjump.el (webjump-builtin): Add missing format string argument.
16147         * midnight.el (midnight-delay-set): Remove extra format string argument.
16149         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
16151         * hexl.el (hexl-insert-char): Add missing format string argument.
16153         * format.el (format-decode): Fix format string.
16155         * emulation/vi.el (vi-mode): Remove extra format string argument.
16156         (vi-repeat-last-search): Likewise.
16157         (vi-reverse-last-search): Likewise.
16158         (vi-goto-mark): Likewise.
16159         (vi-reverse-last-find-char): Likewise.
16160         (vi-repeat-last-find-char): Likewise.
16161         (vi-locate-def): Likewise.
16163         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
16165         * ediff-util.el (ediff-toggle-read-only): Remove extra format
16166         string argument.
16167         (ediff-toggle-regexp-match): Likewise.
16169         * dired-aux.el (dired-do-query-replace-regexp): Add missing
16170         format string argument.
16172         * calc/calc-map.el (calc-get-operator): Remove extra format
16173         string argument.
16175         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
16177         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
16178         string argument.
16180         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
16182         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
16184         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
16186         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
16187         (cl-struct-setf-expander): Likewise.
16189         * vc.el (with-vc-file): Fix unsafe uses of error.
16190         (vc-cancel-version): Likewise.
16192 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
16194         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
16195         thousands separator; fixes <class>:<line-number> regexp for
16196         non-english locales.
16198 2004-02-08  Andreas Schwab  <schwab@suse.de>
16200         * view.el (view-mode-enable): Revert previous change.
16202 2004-02-07  Kim F. Storm  <storm@cua.dk>
16204         * simple.el (line-number-at-pos): Rename from line-at-pos.
16205         Uses changed (what-line and vc-annotate-warp-version).
16207 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16209         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
16210         (diff-mode): Remove aborted attempt at support for compile.el.
16211         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
16213 2004-02-06  Andreas Schwab  <schwab@suse.de>
16215         * view.el (view-mode-enable): Add view-mode-map to
16216         minor-mode-overriding-map-alist.
16218 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16220         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
16222 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16224         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
16225         with point inside rather than after the paragraph.
16227 2004-02-04  Sam Steingold  <sds@gnu.org>
16229         * mail/smtpmail.el (smtpmail-try-auth-methods):
16230         Do not try authentication when no mechanism is available.
16231         Pass port-name as defaultport to `netrc-machine'.
16233 2004-02-04  Stephen Eglen  <stephen@gnu.org>
16235         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
16236         to show how minibuffer height can be constrained.
16238 2004-02-04  John Paul Wallington  <jpw@gnu.org>
16240         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
16242 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16244         * x-dnd.el: New file for drag and drop.
16246         * term/x-win.el: require x-dnd, set after-make-frame-functions
16247         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
16248         drag-n-drop event.
16250         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
16251         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
16252         (dired-dnd-handle-file): New functions for drag and drop support.
16253         (dired-mode): Initialize drag and drop if x-dnd present.
16255 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16257         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
16258         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
16259         (cperl-mode): Set fill-paragraph-function.
16260         (cperl-fill-paragraph): Make it non-interactive.
16262 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
16264         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
16266 2004-02-02  David Kastrup  <dak@gnu.org>
16268         * replace.el (perform-replace): Allow 'literal argument in
16269         regexp-flag to indicate literal replacement.
16270         (query-replace-regexp-eval): Use it.
16272 2004-02-01  Andreas Schwab  <schwab@suse.de>
16274         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
16276 2004-02-01  Stephen Eglen  <stephen@gnu.org>
16278         * info-look.el: Add support for maxima-mode.  Update commentary
16279         because info-lookup-symbol is now bound to C-h S.
16281 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
16283         * simple.el (edit-and-eval-command): Bind print-level and
16284         minibuffer-history-sexp-flag around call to read-from-minibuffer.
16285         Correct initial position in command-history.
16287 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
16289         * files.el (read-directory-name): Adapt the docstring to recent
16290         change in Fread_file_name.
16292 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
16294         * ses.el (ses-print-cell): If print format too wide for column
16295         width, truncate decimal places if that helps to avoid "#####" fill.
16296         * ses.el (ses-initial-column-width): Revert previous change.
16298 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16300         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
16301         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
16302         Add edebug info.
16303         (jit-lock-mode): Setup/cancel the new timer.
16304         (jit-lock-context-fontify): New fun.  Extracted from
16305         context fontification code of jit-lock-stealth-fontify.
16306         (jit-lock-stealth-fontify): Don't do context fontification any more.
16308         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
16309         (jit-lock-fontify-now): Handle the `quit' case.
16310         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
16312 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
16314         * progmodes/executable.el (executable-command-find-posix-p):
16315         New.  Check if find handles arguments Posix-style.
16317         * progmodes/grep.el (grep-compute-defaults):
16318         Use executable-command-find-posix-p.
16319         (grep-find): Check `grep-find-command'.
16321         * filecache.el (file-cache-find-posix-p): Delete.
16322         (file-cache-add-directory-using-find):
16323         Use `executable-command-find-posix-p'.
16325 2004-01-29  Dave Love  <fx@gnu.org>
16327         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16328         Iterate the hook function if arg is given.
16329         (mark-defun, narrow-to-defun): Change order of finding the limits.
16331         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
16332         (byte-compile-format-warn): New.
16333         (byte-compile-callargs-warn): Use it.
16334         (Format, message, error): Add byte-compile-format-like property.
16335         (byte-compile-maybe-guarded): New.
16336         (byte-compile-if, byte-compile-cond): Use it.
16337         (byte-compile-lambda): Compile interactive forms,
16338         just to make warnings about them.
16340 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
16342         * ses.el (ses-initial-column-width): Increase to 14, so it will
16343         work well with the default printer of "%.7g" for extreme values
16344         like "-1.234567e+07".
16346 2004-01-29  Kenichi Handa  <handa@m17n.org>
16348         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
16350 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
16352         * dos-w32.el: Added support for the `default-printer-name' function.
16354 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16356         * server.el (server-socket-name): Don't use the hostname in the
16357         socket name since /tmp is local to the host anyway.
16359         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
16360         robust check of widening and fix var-naming.
16362 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
16364         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
16365         or rmail-spam- to rsf- in all function and variable names.
16366         (rsf-min-region-to-spam-list): New variable.
16367         (rsf-bbdb-auto-delete-spam-entries): Rename from
16368         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
16369         scanned together with the recipients field for spam testing; Don't
16370         delete spam message if rmail-delete-after-output is non-nil;
16371         (rsf-check-field): New function, extracted from code in
16372         rmail-spam-filter to ease addition of header fields like
16373         content-type:;
16374         (message-content-type): New variable.  The content-type: field was
16375         added also in defcustom of rsf-definitions-alist;
16376         (rmail-spam-filter): Replace repeated test code for header fields
16377         by calls to check-field; change the call to
16378         rmail-output-to-rmail-file such that rmail-current-message stays
16379         the same to avoid wrong deletion of unseen flags.
16380         (rmail-use-spam-filter): Add autoload cookie.
16382 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
16384         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
16385         (file-cache-add-directory-using-find): Add Cygwin support.
16386         (file-cache-find-command-posix-flag): New user variable.
16388         * filecache.el (file-cache-add-directory): Check for
16389         directories an remove them from dir-files.
16391 2004-01-27  Richard M. Stallman  <rms@gnu.org>
16393         * man.el (Man-fontify-manpage): Clean up message.
16395 2004-01-27  Kenichi Handa  <handa@m17n.org>
16397         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
16398         (sentence-end): Define using sentence-end-without-space.
16400         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
16401         a sentence ends with one of a character in sentence-end-without-space.
16403 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16405         * font-lock.el (font-lock): Add jit-lock as explicit group member.
16406         (jit-lock): Group declaration moved to jit-lock.el.
16407         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
16408         when necessary.
16410         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
16411         (jit-lock-context-unfontify-pos): Rename from
16412         jit-lock-first-unfontify-pos.
16413         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
16415 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
16417         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
16418         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
16419         (fortran-fill): When filling a string, adjust re-search-backward
16420         argument for special case of string just on fill-column.
16421         When filling non-string, allow one extra char if
16422         fortran-break-before-delimiters is non-nil.
16423         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
16424         Use fortran-break-delimiters-re and fortran-no-break-re to
16425         correctly handle cases such as "**".
16427         * progmodes/f90.el (f90-break-delimiters): Doc fix.
16428         (f90-no-break-re): Add some extra tokens.  Doc fix.
16430 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
16432         * mail/rmail-spam-filter.el:
16433         Use two semicolons as Commentary line prefix.
16434         Add ";;; Code:" stylized comment.
16435         Delete end-of-line whitespace.
16436         Wrap (require 'cl) with `eval-when-compile'.
16438 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
16440         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
16441         at the top level of vc.el.
16443 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
16445         * vc.el (vc-current-line): Function removed.  This is now done by
16446         the new function line-at-pos in simple.el.
16447         (vc-annotate-warp-version): Use line-at-pos instead of
16448         vc-current-line.
16450 2004-01-22  Kim F. Storm  <storm@cua.dk>
16452         * simple.el (line-at-pos): New defun.
16453         (what-line): Use it.  Optimize by only counting lines in narrowed
16454         region once.
16456 2004-01-22  Kenichi Handa  <handa@m17n.org>
16458         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
16459         point (register r1) only for charset mule-unicode-0100-24ff.
16461 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16463         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
16464         trailing white space and ensure a final newline.
16466         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
16467         Add autoload cookie.
16469 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
16471         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
16472         activate view-mode explicitly.
16474 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16476         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
16477         use clipboard first.
16479 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
16482         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
16483         (vc-mcvs-cvs): Remove.
16484         (vc-mcvs-command): Remove use of assert.
16486         * outline.el (outline-insert-heading): Tighten up match.
16487         (outline-demote, outline-move-subtree-down): Don't assume anything
16488         about outline-regexp.
16490         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
16491         (texinfo-show-structure): Explicitly add ^, and simplify.
16493 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
16495         * calendar/appt.el (appt-check): Restore usage of
16496         appt-issue-message deleted in previous change.
16497         (top-level): Activate package when loaded (needed for backwards
16498         compatibility).
16500 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16502         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
16503         following previous change to smtpmail-send-data.
16505 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
16507         * vc.el (vc-default-previous-version): Doc enhancement.
16508         (vc-default-next-version): New function.
16509         (vc-print-log): New arg FOCUS-REV.
16510         (vc-annotate-mode): Derive from view-mode.
16511         (vc-annotate): New args REVISION, DISPLAY-MODE.
16512         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
16513         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
16514         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
16515         (vc-annotate-show-diff-revision-at-line, vc-current-line)
16516         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
16518         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
16520 2004-01-19  Karl Berry  <karl@gnu.org>
16522         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
16523         or "TexInfo".
16525 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16527         * subr.el (delete-dups): New function.
16529 2004-01-19  Karl Berry  <karl@gnu.org>
16531         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
16532         with ^, since that's what texinfo-show-structure
16533         documentation says (plus it works much better in texinfo.txi).
16535 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
16537         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
16539 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
16541         * progmodes/which-func.el (which-function-mode): Don't cancel
16542         which-func-update-timer if not set.
16544 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
16546         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
16547         Remove spurious left square bracket in XX:XXam regexp.
16549 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16551         * progmodes/cc-defs.el: Do not require cl at run time.
16553 2004-01-16  Richard M. Stallman  <rms@gnu.org>
16555         * emacs-lisp/cl.el (cl-cannot-unload): New function.
16556         (cl-unload-hook): Defvar this to run cl-cannot-unload.
16558         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
16559         Call rmail-spam-filter.  Delete and expunge spam.
16560         Print number of spam messages deleted.
16561         Save and restore the deletion status of old messages when reading
16562         new mail with spam filter, so that expunging spam does not expunge
16563         msgs deleted by the user.
16564         (rmail-only-expunge): Add an optional argument dont-show to
16565         prevent showing message after expunge.
16567 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
16569         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
16570         * subr.el (declare): New macro.
16572 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
16574         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
16576 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16578         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16579         Test window-system rather than system-type (for X11/Mac).
16581 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
16583         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
16585 2004-01-12  Richard M. Stallman  <rms@gnu.org>
16587         * mail/rmail.el (rmail-convert-to-babyl-format):
16588         Use mail-unquote-printable-region.
16589         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
16590         (rmail-hex-char-to-integer): Functions deleted.
16592         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
16593         (mail-unquote-printable-region): New arg NOERROR.
16594         For invalid encoding, either signal an error to just return nil.
16596 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16598         * calendar/appt.el: Update copyright and commentary.
16599         (appt-issue-message): Make obsolete.
16600         (appt-visible, appt-msg-window): Make obsolete, in favour of
16601         appt-display-format.
16602         (appt-display-mode-line, appt-display-duration)
16603         (appt-display-diary, appt-time-msg-list, appt-mode-string)
16604         (appt-prev-comp-time, appt-display-count, appt-timer)
16605         (appt-convert-time): Doc change.
16606         (appt-disp-window-function, appt-delete-window-function):
16607         Use defcustom rather than defvar.
16608         (appt-display-format): New variable.
16609         (appt-display-message): New function with display code from appt-check.
16610         (appt-check): Add optional FORCE argument.  Doc change.
16611         Add appt-make-list to diary-hook if displaying diary.
16612         Remove checking of view-diary-entries-initially.
16613         Message display section removed to new function appt-display-message.
16614         (appt-display-window): Doc change.  Remove unused internal var
16615         this-buffer.  Do not beep, since appt-display-message does that.
16616         (appt-make-list): Doc change.  Use caar.
16617         (appt-sort-list): Simplify by using builtin sort function.
16618         (appt-update-list): New function for updating appts when diary is
16619         saved.
16620         (appt-activate): New autoloaded function to toggle package
16621         functionality.
16623         * calendar/cal-x.el: (calendar-one-frame-setup)
16624         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
16626         * calendar/calendar.el: Update copyright.
16627         (view-diary-entries-initially, european-calendar-style): Doc change.
16628         (calendar-setup): Make defcustom rather than defvar.
16629         (mark-visible-calendar-date): Initialize temp-face and faceinfo
16630         in let binding so local to function.
16632         * calendar/diary-lib.el: Update copyright.
16633         (diary, diary-entry-time): Doc change.
16634         (list-diary-entries): Doc change.  Trivial logic change.
16635         (fancy-diary-display): Restore make-face command mistakenly
16636         deleted 2003-05-08.
16637         (show-all-diary-entries): Allow to pop-up frame if needed.
16639 2004-01-09  John Paul Wallington  <jpw@gnu.org>
16641         * bindings.el (mode-line-change-eol): Add EVENT parameter.
16642         Temporarily select EVENT's window for changing eol type.
16644 2004-01-09  Deepak Goel  <deego@gnufans.org>
16646         * calendar/diary-lib.el (diary-entry-time):
16647         Also accept time in the form XX[.XX][am/pm/AM/PM].
16648         (fancy-diary-font-lock-keywords): Likewise.
16649         (diary-font-lock-keywords): Likewise.
16650         * calendar/appt.el (appt-add): Likewise.
16651         (appt-make-list): Likewise.
16652         (appt-convert-time): Likewise.
16654 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
16656         * gdb-ui.el (gdb-ann3): Revert previous change.
16657         (gdb-source-info): Allow for case of where compilation directory
16658         is not recorded.
16660 2004-01-08  John Paul Wallington  <jpw@gnu.org>
16662         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
16664 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
16666         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
16668         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
16669         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
16670         problems.
16671         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
16673 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
16675         * files.el (write-file-functions, write-contents-functions):
16676         Clarify docstrings.
16678 2004-01-07  Kenichi Handa  <handa@m17n.org>
16680         * international/mule.el (set-auto-coding): Fix for the case that
16681         end-of-line is only CR.
16683 2004-01-07  Kim F. Storm  <storm@cua.dk>
16685         * subr.el (event-start, event-end): Doc fix.
16686         (posn-string, posn-image): New defuns.
16687         (posn-object): Return either image or string object.
16688         (posn-object-x-y): Return 8th element of position.
16689         (posn-object-width-height): New defun.
16691 2004-01-06  Andreas Schwab  <schwab@suse.de>
16693         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
16694         output.
16696 2004-01-05  Karl Berry  <karl@gnu.org>
16698         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
16699         / and *, too.
16701 2003-12-31  Simon Josefsson  <jas@extundo.com>
16703         * files.el (before-save-hook): Add.
16704         (basic-save-buffer): Use before-save-hook.
16706         * emacs-lisp/copyright.el: Fix comment to recommend
16707         before-save-hook instead of write-file-functions.
16709 2004-01-05  Richard M. Stallman  <rms@gnu.org>
16711         * finder.el (finder-commentary): Call delete-other-windows.
16713         * net/ange-ftp.el (ange-ftp-file-attributes):
16714         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
16716 2004-01-04  Karl Berry  <karl@gnu.org>
16718         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
16719         comment characters % and # in the copyright year notice,
16720         as well as ;.
16722 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
16724         * wid-edit.el (default): Define dummy :value-delete.
16725         Reported by Jesper Harder <harder@ifa.au.dk>.
16727 2004-01-03  Richard M. Stallman  <rms@gnu.org>
16729         * progmodes/compile.el (compile-internal): Use point, not point-min,
16730         for set-window-point.
16732         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
16734         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
16736         * progmodes/grep.el (grep-mode-map):
16737         Don't remap next-line, previous-line.
16739 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
16741         * speedbar.el (speedbar-edit-line): Change regexp to position
16742         the cursor on the first character of this line's button.
16744 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16746         * subr.el (functionp): Doc fix.
16748 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16750         * progmodes/idlwave.el (idlwave-make-tags):
16751         * textmodes/flyspell.el (flyspell-large-region):.
16752         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
16753         * emulation/viper-util.el (viper-glob-unix-files):
16754         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
16755         * man.el (Man-init-defvars):
16756         * jka-compr.el (jka-compr-call-process):
16757         * files.el (get-free-disk-space,insert-directory):
16758         * ediff-ptch.el (ediff-test-patch-utility):
16759         * ediff-diff.el (ediff-test-utility):
16760         * dired-aux.el (dired-check-process):
16761         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
16762         test the return value of call-process, because it can be a string.
16764 2003-12-31  John Paul Wallington  <jpw@gnu.org>
16766         * bindings.el (completion-ignored-extensions): Add .pfsl.
16768 2003-12-31  Kim F. Storm  <storm@cua.dk>
16770         * ido.el (ido-nonreadable-directory-p): New defun to check for
16771         nonreadable directory without activating tramp (to avoid problems
16772         with checking incomplete tramp paths).
16773         (ido-set-current-directory, ido-file-internal)
16774         (ido-file-name-all-completions1): Use it.
16776 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
16778         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
16779         documentation if the anchor (or node) name is preceded by `info
16780         anchor' or `Info anchor' in addition to earlier `info node' and
16781         `Info node'.
16782         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
16784 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
16786         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
16787         error in arguments to base64-decode-region.  Remove ^M characters
16788         after decoding base64.
16790 2003-12-30  Simon Josefsson  <jas@extundo.com>
16792         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
16793         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
16794         have only been distributed with Emacs for some years.
16795         (texinfo-mode-hook): Customize.
16797 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
16799         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
16800         cleaner (suggested by Richard Stallman).
16802         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
16803         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
16804         file-name clashes on 8+3 DOS filesystems.
16806         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
16807         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
16808         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
16809         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
16810         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
16811         file-name clashes on 8+3 filesystems.
16813         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
16814         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
16815         file-name clashes on 8+3 DOS filesystems.
16817 2003-12-29  Richard M. Stallman  <rms@gnu.org>
16819         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
16820         Upcase the character.
16822         * textmodes/flyspell.el (mail-mode-flyspell-verify):
16823         Search for header separator alone on a line, literally,
16824         and search for it backward, not forward.
16825         (flyspell-abbrev-table): Always use global-abbrev-table
16826         if there is no local one.
16828         * progmodes/sh-script.el (sh-get-indent-info):
16829         Don't move point back if at bob.
16831         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
16833         * play/handwrite.el (handwrite): Make the handwrite credit message
16834         a comment rather than an output command.
16836         * obsolete/sc.el: Display message that this file is obsolete.
16838         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
16840         * mail/rfc822.el (rfc822-address-start): Declare variable.
16841         Renamed from address-start.  All uses changed.
16843         * term.el (term-exec): Set up sentinel.
16844         (term-sentinel): New function.
16845         (term-handle-exit): New function.
16847         * subr.el (assoc-ignore-case, assoc-ignore-representation):
16848         Use assoc-string, and mark them obsolete.
16849         (delay-mode-hooks): Mark as permanent local.
16851         * simple.el (sendmail-user-agent-compose): Use assoc-string.
16853         * register.el (copy-rectangle-to-register): Doc fix.
16855         * info.el (Info-insert-dir): Use assoc-string.
16857         * info-look.el (info-lookup): Use assoc-string.
16859         * frame.el (pop-up-frame-function): Use quote, not `function'.
16860         (frame-notice-user-settings): Calculate ADJUSTED-TOP
16861         copying with lists as coordinate values.
16863         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
16865         * find-dired.el (kill-find): New command.
16866         (find-dired): Make buffer read-only.
16867         Set up a keymap with C-c C-k running kill-find.
16868         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
16870         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
16872         * filecache.el (file-cache-ignore-case): New variable.
16873         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
16875         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
16876         (comint-dynamic-complete-as-filename): Rename local vars.
16877         (comint-dynamic-list-filename-completions): Likewise.
16879         * comint.el (comint-dynamic-list-completions-config): New var.
16880         (comint-dynamic-list-completions): Handle both SPC and TAB right.
16882         * comint.el (comint-file-name-chars): Add [].
16883         (comint-word): Use skip-chars-backward, not search.
16885         * shell.el (shell-file-name-chars): Add [].
16887         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
16889         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
16891         * generic.el (define-generic-mode): Doc fix.
16893 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
16895         * files.el (kill-some-buffers): Doc fix.
16897 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
16899         * comint.el (comint-watch-for-password-prompt): Pass `string' as
16900         arg to send-invisible
16901         (send-invisible): Doc fix.  The argument is now a prompt, not the
16902         string to send.
16903         (comint-read-noecho): Doc fix.
16905 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
16907         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
16908         "@", as required by some ISP hosting service.  Fix defcustom
16909         argument syntax errors that prevented use of customization.
16911 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
16913         * xml.el (xml-get-attribute-or-nil): Doc fix.
16915 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
16917         * net/zone-mode.el (zone-mode): Use write-file-functions, not
16918         write-file-hooks.
16920 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16922         * autorevert.el (auto-revert-interval): Doc fix.
16924 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
16926         * xml.el (xml-get-attribute-or-nil): New function, like
16927         xml-get-attribute, but returns nil if the attribute was not found.
16928         (xml-get-attribute): Convert to defsubst, uses
16929         xml-get-attribute-or-nil.
16931 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
16933         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
16935 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
16937         * custom.el (custom-declare-theme): Use `value' when putting
16938         properties on `theme'.
16940 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
16942         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
16943         for each yank-handler segment.
16944         (insert-for-yank-1): New function, with the body of the previous
16945         insert-for-yank.
16947         * textmodes/table.el (table-yank-handler): New defcustom.
16948         (table--put-cell-indicator-property): Put yank-handler property
16949         that indicates the yank handler for the table cell.
16951 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16953         * generic-x.el (etc-modules-conf-generic-mode): A more complete
16954         set of keywords.
16956 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
16958         * international/mule-cmds.el (reset-language-environment)
16959         (set-language-environment): Don't invoke fontset-related functions
16960         if fontset-list is not fboundp.
16962 2003-12-29  Kenichi Handa  <handa@m17n.org>
16964         * international/mule-cmds.el (reset-language-environment):
16965         Call set-overriding-fontspec-internal with nil.
16966         (set-language-environment): Call set-overriding-fontspec-internal
16967         if the language environment specify `overriding-fontspec'.
16968         (language-info-alist): Doc added.
16970         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
16971         characters of mule-unicode-0100-24ff.
16972         (ccl-encode-windows-1251-font): New CCL program.
16973         ("Bulgarian"): Specify overriding-fontspec.
16974         ("Belarusian"): Likewise.
16976 2003-12-28  Sam Steingold  <sds@gnu.org>
16978         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
16979         parameter ID-FORMAT to conform with the 2003-11-30 patch.
16981 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
16983         * progmodes/gud.el (gud-gdb-command-name): Set default to
16984         "gdb --annotate=3".
16985         (gud-gdb-marker-filter): Look out for annotations.
16986         (gdb-first-pre-prompt): New variable.
16987         Remove trailing white space.
16989         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
16990         if necessary.
16991         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
16992         annotations are detected.
16993         (gud-gdba-marker-filter): Use global variable gud-marker-acc
16994         instead of a local one to allow transition from
16995         gud-gdb-marker-filter.
16996         Remove trailing white space.
16998 2003-12-27  Kim F. Storm  <storm@cua.dk>
17000         * ido.el: Handle non-readable directories.
17001         (ido-decorations): Add 9th element for non-readable directory.
17002         (ido-directory-nonreadable): New dynamic var.
17003         (ido-set-current-directory): Set it.
17004         (ido-read-buffer, ido-file-internal):
17005         (ido-read-file-name, ido-read-directory-name): Let-bind it.
17006         (ido-file-name-all-completions1): Return empty list for
17007         non-readable directory.
17008         (ido-exhibit): Print [Not readable] if directory is not readable.
17009         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
17010         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
17011         Use it.
17013 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
17015         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
17016         calls to directory-files-and-attributes and file-attributes.
17017         (ls-lisp-format): Remove system dependent handling of user and
17018         group id's.
17020 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
17022         * ffap.el (ffap-read-file-or-url): Revert previous change.
17024 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
17026         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
17027         new list of included files called `files-with-node-lines', that
17028         only have node lines.  This way @include commands can include any
17029         file, such as version and update files without node lines, not
17030         just files that are chapters.
17032 2003-12-25  Andreas Schwab  <schwab@suse.de>
17034         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
17035         file not found.
17037 2003-12-08  Miles Bader  <miles@gnu.org>
17039         * dired.el (dired-between-files): Always use dired-move-to-filename,
17040         which is more robust in non-english locales.
17042 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17044         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
17046 2003-12-24  Andreas Schwab  <schwab@suse.de>
17048         * shell.el (shell-file-name-quote-list): Add backslash.
17050         * comint.el (comint-quote-filename): Correctly handle backslash
17051         in comint-file-name-quote-list.
17053 2003-12-24  Kenichi Handa  <handa@m17n.org>
17055         * international/mule-cmds.el (set-default-coding-systems):
17056         Call ucs-set-table-for-input for all buffers that don't have local
17057         value of buffer-file-coding-system.
17059         * international/ucs-tables.el (ucs-set-table-for-input):
17060         If translation-table-for-encode is a symbol, get its
17061         translation-table property.
17063 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
17065         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
17066         to `completing-read' on a recently fixed bug.
17068         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17069         instead of SPACE, to get the list of possible fringe modes.
17070         SPACE only works if both `partial-completion-mode' and
17071         `completion-auto-help' are nil.
17073         * complete.el (PC-is-complete-p): Delete.
17074         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
17075         calls to `test-completion'.
17077 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
17079         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
17080         to edit values when there are no children.
17082         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
17083         a mode called "Assembler" already exists.
17084         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
17085         (gud-watch): Use format option.  Remove font properties from string.
17086         (gdb-var-create-handler, gdb-var-list-children-handler):
17087         Don't bother about properties as there are none.
17088         (gdb-var-create-handler, gdb-var-list-children-handler)
17089         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
17090         with two arguments.
17091         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
17092         Let speedbar show value changes with a different font.
17093         (gdb-edit-value): New defun.
17094         (gdb-clear-partial-output, gdb-clear-inferior-io)
17095         (def-gdb-auto-update-handler): Use erase-buffer.
17096         (gdb-frame-handler): Display watch expressions in
17097         FUNCTION::VARIABLE format if required.
17099 2003-12-23  John Paul Wallington  <jpw@gnu.org>
17101         * info.el (Info-unescape-quotes, Info-split-parameter-string)
17102         (Info-goto-emacs-command-node): Doc fixes.
17104 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
17106         * cus-edit.el (custom-add-parent-links): Define "many".
17108 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
17110         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
17111         (widget-child-validate, widget-type-value-create)
17112         (widget-type-default-get, widget-type-match): New functions.
17113         (lazy): New widget.
17114         (menu-choice, checklist, radio-button-choice, editable-list)
17115         (group, documentation-string): Remove redundant (per 2003-10-25
17116         change) calls to `widget-children-value-delete'.
17117         (widget-choice-value-get, widget-choice-value-inline): Remove.
17118         (menu-choice): Update widget.
17120 2003-12-03  Kenichi Handa  <handa@m17n.org>
17122         * language/cyrillic.el: Register "microsoft-cp1251" in
17123         ctext-non-standard-encodings-alist.
17124         ("Bulgarian"): Add ctext-non-standard-encodings.
17125         ("Belarusian"): Likewise.
17127         * international/mule-conf.el (compound-text-with-extensions):
17128         Change the type to 2 (iso-2022 base).
17130         * international/mule.el (ctext-non-standard-encodings-alist):
17131         Change the format.
17132         (ctext-non-standard-encodings): New variable.
17133         (ctext-post-read-conversion): Fully re-written.
17134         (ctext-non-standard-designations-alist): Delete it.
17135         (ctext-non-standard-encodings-table): New function.
17136         (ctext-pre-write-conversion): Fully re-written.
17138 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
17140         * cus-edit.el (custom-add-parent-links): Add documentation links
17141         for parent, if the item has none of its own.
17143 2003-11-30  Richard M. Stallman  <rms@gnu.org>
17145         * dired-aux.el (dired-do-query-replace-regexp):
17146         Report files visited read-only.
17148 2003-11-30  Juri Linkov  <juri@jurta.org>
17150         * dired-aux.el (dired-compare-directories): New command.
17151         (dired-file-set-difference, dired-files-attributes): New functions.
17153 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17154         Version 2.0.38 of Tramp released.
17156         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
17157         Charles Curley <charlescurley@charlescurley.com>.
17158         (tramp-multi-connection-function-alist): Add ssht entry which adds
17159         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
17160         Aichner.
17161         (tramp-get-method-parameter): New function to retrieve a method
17162         parameter.  This allows for omission of method parameters.
17163         Callers adjusted.
17165 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
17167         * net/tramp.el: Add new optional parameter ID-FORMAT to
17168         `file-attributes'.  Calls of `file-attributes' won't use this
17169         parameter for backward compatibility reasons.
17170         (tramp-perl-file-attributes): Add a new parameter to Perl script
17171         in order to handle uid/gid as strings, if desired.
17172         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
17173         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
17174         order to make the function more general.
17175         (tramp-handle-file-attributes): Replace proprietary optional
17176         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
17177         (tramp-handle-file-attributes-with-perl): Handle parameter
17178         NONNUMERIC if set.  This wasn't done in the past.
17179         (tramp-post-connection): Apply second parameter "$2" if
17180         `tramp-remote-perl' is called.
17182         * net/tramp-smb.el (tramp-smb-handle-delete-file):
17183         Correct cut'n'waste error (`filename' instead of `directory').
17184         (tramp-smb-handle-directory-files-and-attributes)
17185         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
17186         introduced parameter ID-FORMAT.
17187         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
17188         error (`directory' instead of `ldir').
17190         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
17191         `file-attributes' has a second parameter.  If yes, apply it with
17192         value "'integer".  Otherwise, don't use that parameter (default is
17193         integer format).
17195 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
17197         * help.el (help-map): Bind `display-local-help' to `C-h .'.
17198         (help-for-help): Add `C-h .' to the listed Help options.
17199         Remove trailing whitespace.
17201         * help-at-pt.el: New file.
17203 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
17205         * subr.el (noreturn, 1value): New macros for test coverage.
17206         See `testcover.el'.
17208         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
17210         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
17211         for macro `1value'.
17212         (testcover-1value): New function.  Checks that a 1value form
17213         actually returns only one value.  Requested by RMS.
17215 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
17217         * gdb-ui.el (gud-watch, gdb-var-create-handler)
17218         (gdb-var-list-children, gdb-var-list-children-handler)
17219         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
17220         gdb commands that use mi to keep them out of the command history.
17222 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17224         * cus-start.el (all): Add use-file-dialog.
17226 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17228         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
17230 2003-11-27  Kim F. Storm  <storm@cua.dk>
17232         * subr.el (posn-object-x-y): New defun.
17234 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17236         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
17237         Don't use `space' for \\\n.
17238         Be more selective as to which # are comment-starters.
17240 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
17242         * subr.el (number-sequence): Improve handling of floating point
17243         arguments (suggested by Kim Storm).  Allow negative arguments.
17245 2003-11-26  Kenichi Handa  <handa@m17n.org>
17247         * international/mule-cmds.el (standard-display-european-internal):
17248         Cancel the standard-display-table setting for ` and '.
17250 2003-11-26  Kim F. Storm  <storm@cua.dk>
17252         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
17253         New defcustoms to add ffap-like functionality to ido.
17254         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
17255         (ido-no-final-slash): New defun.
17256         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
17257         (ido-read-file-name): ): Toggle VC checking via
17258         vc-handled-backends instead of vc-master-templates.
17259         (ido-file-internal): Handle ido-use-url-at-point and
17260         ido-use-filename-at-point via code borrowed from ffap-guesser.
17261         Handle new ido-exit code ffap.
17262         (ido-sort-list): Ignore final slash when sorting file names.
17264 2003-11-25  Kim F. Storm  <storm@cua.dk>
17266         * emulation/cua-base.el (cua--standard-movement-commands):
17267         Add forward-sentence and backward-sentence.
17269 2003-11-25  Stephen Eglen  <stephen@gnu.org>
17271         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
17272         iswitchb-exit is set to 'usefirst when user selects buffer at head
17273         of list using RET.  (Selecting buffers at the head of the list was
17274         broken if the substring was also a complete buffername.)
17276 2003-11-23  Kim F. Storm  <storm@cua.dk>
17278         * progmodes/compile.el (grep-command, grep-use-null-device)
17279         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
17280         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
17281         (grep-regexp-alist, grep-program, find-program)
17282         (grep-find-use-xargs, grep-history, grep-find-history)
17283         (grep-process-setup, grep-compute-defaults)
17284         (grep-default-command, grep, grep-tag-default, grep-find)
17285         (grep-expand-command-macros, grep-tree-last-regexp)
17286         (grep-tree-last-files, grep-tree): Move grep variables, functions
17287         and commands to new file grep.el.
17288         (compilation-mode-map): Remove grep commands from Compile sub-menu.
17289         (compilation-process-setup-function): Doc fix.
17290         (compilation-highlight-regexp, compilation-highlight-overlay): New
17291         defvars used for highlighting current compile error in source buffer.
17292         (compile-internal): New optional args HIGHLIGHT-REGEXP and
17293         LOCAL-MAP which overrides compilation-highlight-regexp and
17294         compilation-mode-map for this compilation.
17295         Delay calling compilation-set-window-height until after running
17296         compilation-process-setup-function so it can buffer-local override
17297         compilation-window-height.
17298         Check buffer-local value of compilation-scroll-output.
17299         (compilation-set-window-height): Use buffer-local value of
17300         compilation-window-height.
17301         (compilation-revert-buffer): Don't pass (undefined)
17302         preserve-modes arg to revert-buffer.
17303         (next-error-no-select, previous-error-no-select): New commands.
17304         (compilation-goto-locus): Temporarily highlight current match in
17305         source buffer using compilation-highlight-regexp.
17307         * progmodes/grep.el: New file with grep code from compile.el.
17308         (grep): New defcustom group.
17309         (grep-window-height): New defcustom, like compilation-window-height.
17310         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
17311         (grep-scroll-output): New defcustom, like compilation-scroll-output.
17312         (grep-command, grep-use-null-device, grep-find-command)
17313         (grep-tree-files-aliases, grep-tree-ignore-case)
17314         (grep-tree-ignore-CVS-directories): Move to grep custom group.
17315         (grep-setup-hook): New hook variable.
17316         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
17317         (grep-last-buffer): New defvar, override compilation-last-buffer.
17318         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
17319         Call compile-internal with args highlight-regexp and grep-mode-map.
17321 2003-11-23  Kim F. Storm  <storm@cua.dk>
17323         * subr.el (event-start, event-end): Doc fix.
17324         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
17325         (posn-area, posn-actual-col-row, posn-object): New defuns.
17326         (posn-col-row): Simplify doc.  Rewrite to use cond.
17327         (posn-point): Also return buffer position for events outside text
17328         area (that info is now present in the event position).
17330         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
17331         mouse-set-point so that hscroll still works now that clicks on
17332         fringes generate specific mouse events.
17333         (mouse-set-point): Note that it now works in fringes and margins
17334         too due to new semantics of posn-point in fringes and margins.
17336         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
17337         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
17339 2003-11-20  Kim F. Storm  <storm@cua.dk>
17341         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
17342         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
17343         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
17344         to 100 for icons to avoid increasing line height when shown.
17346 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17348         * newcomment.el (comment-normalize-vars): Initialize properly if
17349         comment-start was nil.
17351 2003-11-19  Andreas Schwab  <schwab@suse.de>
17353         * simple.el (set-variable): Fix indentation.
17355 2003-11-17  Kenichi Handa  <handa@m17n.org>
17357         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
17358         Fix docstring.
17360 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17362         * international/latin1-disp.el (latin1-display): Fix docstring.
17364 2003-11-16  John Wiegley  <johnw@newartisans.com>
17366         * eshell/em-ls.el (eshell-ls-file): There are times with
17367         size-width is nil and uncomputed (when directories are created in
17368         dired, for example); in this case, 4 is reasonable default value,
17369         although it may caused skewed new entries (which could be avoided
17370         by returning the original value of 8 in all cases, but 99% of the
17371         time this is a waste of whitespace).
17373 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17375         * cc-engine.el (c-guess-continued-construct)
17376         (c-guess-basic-syntax): Check a little more carefully if it's a
17377         function declaration when an unknown construct followed by a block
17378         is found inside a statement context.  This avoids macros followed
17379         by blocks to be taken as function declarations.
17381         (c-guess-continued-construct): Change the analysis of a statement
17382         continuation with a brace open to `substatement-block', for
17383         consistency with recognized statements.
17385         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
17386         start is in a position so that `c-beginning-of-statement-1' jumped
17387         to the beginning of the same statement.
17389         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
17390         Don't accept binary operators in the arglist if we're in a function
17391         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
17392         template recognition in cases like "if (a < b || c > d)".
17394         (c-restricted-<>-arglists): New more appropriate name for
17395         `c-disallow-comma-in-<>-arglists'.
17397         Accessing functions updated for the variable name change.
17399         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
17400         match data could get clobbered if NOT-INSIDE-TOKEN is used.
17402         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
17403         labels.
17405         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
17406         instead of duplicating parts of it.  This fixes bogus label
17407         recognition.
17409         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
17410         of checking the context in which to apply the minimum indentation,
17411         so that it isn't enforced in e.g. namespace blocks.
17413         * cc-vars.el (c-inside-block-syms): New constant used by
17414         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
17415         to somewhat reduce the risk of becoming stale.
17417         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
17418         cc-cmds to cc-engine to allow use from cc-align.
17420         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
17421         qualified identifiers containing "::".
17423         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
17424         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
17426         * cc-vars.el (c-emacs-features): Use a space in front of the name
17427         of the temporary buffer.  That also avoids dumping problems in
17428         XEmacs due to undo info being left around after the buffer is killed.
17430         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
17431         arglist to see if it's a K&R style declaration.
17433         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
17434         before returning `knr-argdecl-intro'.
17436 2003-11-16  John Wiegley  <johnw@newartisans.com>
17438         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
17439         field in a long-listing always 8 characters, use `size-width',
17440         which has already been computed.
17442 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
17444         * subr.el (minor-mode-list): Add `hs-minor-mode'.
17446 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
17448         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
17449         Support operation while narrowed, with `diff-restrict-view'.
17451 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
17453         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17454         Take additional optional arg NARROWFUN.  For the generated functions:
17455         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
17456         include frags that arrange to check for and save narrowing state before
17457         the move and then conditionally call NARROWFUN after the move.
17459 2003-11-14  John Wiegley  <johnw@newartisans.com>
17461         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
17462         that was optional, but obviously missing based on surrounding code.
17464         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
17465         string arguments to numbers unless the whole argument was seen as
17466         a number.
17468 2003-11-14  Kenichi Handa  <handa@m17n.org>
17470         * international/mule.el (ctext-non-standard-encodings-alist):
17471         Fix coding systems.
17473 2003-11-10  Kenichi Handa  <handa@m17n.org>
17475         * language/kannada.el ("Kannada"): Add sample-text.
17477         * language/knd-util.el (kannada-compose-region)
17478         (kannada-compose-string, kannada-post-read-conversion):
17479         Add autoload cookie.
17481         * international/quail.el (quail-completion): Change the message
17482         "corresponding translations" to "corresponding characters".
17484 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17486         * descr-text.el (describe-char): Fix typo.
17488 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
17490         These changes are to support Kannada language/script.
17492         * Makefile.in (DONTCOMPILE): Add kannada.el.
17494         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
17496         * loadup.el: Preload kannada.el.
17498         * language/ind-util.el (ucs-kannada-to-is13194-alist)
17499         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
17500         New variables.
17502         * language/kannada.el: New file.
17504         * language/knd-util.el: New file.
17506 2003-11-07  Andreas Schwab  <schwab@suse.de>
17508         * progmodes/autoconf.el (autoconf-font-lock-keywords):
17509         Also highlight AH_*.
17511         * xml.el (xml-parse-dtd): Fix misplaced paren.
17513 2003-11-07  Kenichi Handa  <handa@m17n.org>
17515         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
17517 2003-11-05  Juri Linkov  <juri@jurta.org>
17519         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
17520         (desktop-buffer-file): Use saved buffer-file-coding-system
17521         for file reading.  Set auto-insert to nil to prevent automatic
17522         insertion into restored empty files.
17524 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
17526         * files.el (risky-local-variable-p): Make second argument optional.
17528 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17530         * subr.el (add-hook): Fix last change.
17532 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
17534         * mail/rmail.el (rmail-convert-to-babyl-format):
17535         If base64-decode-region signals an error, catch it and silently
17536         ignore it.
17538 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
17540         * xml.el (xml-parse-region): Allow comments to appear after the
17541         topmost element has closed.
17542         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
17543         (xml-ns-expand-attr): New functions to do namespace handling.
17544         (xml-intern-attrlist): Back-compatible handling of attribute names.
17545         (xml-parse-tag): Move namespace handling to separate functions.
17546         Now produces elements in the form ((:ns . "element") (attr-list)
17547         children) instead of ('ns:element (attr-list) children).
17548         (xml-parse-attlist): Fix attribute parsing.
17549         (xml-parse-dtd): Change parsing so that it produces strings
17550         instead of interned symbols.
17552 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
17554         * dired.el (dired-ls-sorting-switches): Doc fix.
17556 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
17558         * emacs-lisp/rx.el (rx-or): Fix the case of
17559         "(rx (and ?a (or ?b ?c) ?d))".
17561 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
17563         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
17564         (texinfo-format-region): Use it.
17565         (texinfo-format-buffer-1): Ditto.
17567 2003-11-01  Alan Mackenzie  <acm@muc.de>
17569         Changes to allow scrolling whilst in isearch mode:
17570         * isearch.el (isearch-unread-key-sequence): New function,
17571         extracted from isearch-other-meta-char.
17572         (top level): (put 'foo 'isearch-scroll) on all Emacs's
17573         "scrollable" standard functions.
17574         (isearch-allow-scroll): New customizable variable.
17575         (isearch-string-out-of-window, isearch-back-into-window)
17576         (isearch-reread-key-sequence-naturally)
17577         (isearch-lookup-scroll-key): New functions.
17578         (isearch-other-meta-char): Doc string and functionality enhanced.
17579         Now accepts a prefix argument.
17580         (isearch-lazy-highlight-window-end): New variable.
17581         (isearch-lazy-highlight-new-loop): Pay attention to the window's
17582         end (thru isearch-lazy-highlight-window-end), not only its start.
17584         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
17585         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
17586         (universal-argument, universal-argument-more, negative-argument)
17587         (digit-argument, universal-argument-other-key): Minor changes.
17589 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
17591         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
17592         recursively if the last message is deleted, thus avoiding an
17593         infinite loop.
17595 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17597         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
17598         (tex-main-file): Don't add .tex if the extension is already present.
17599         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
17601 2003-10-29  Lute Kamstra  <lute@gnu.org>
17603         * progmodes/octave-inf.el (inferior-octave-prompt):
17604         Recognize version number in prompt.
17606 2003-10-28  Dave Love  <fx@gnu.org>
17608         * international/characters.el: Fix some Unicode ranges.
17610 2003-10-28  Kenichi Handa  <handa@m17n.org>
17612         * disp-table.el (standard-display-8bit)
17613         (standard-display-default, standard-display-ascii)
17614         (standard-display-g1, standard-display-graphic)
17615         (standard-display-underline): Assure that standard-display-table
17616         is a display table.
17618 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17620         * simple.el (reindent-then-newline-and-indent): Delete space *after*
17621         reindenting the first line.
17623 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
17625         * wid-edit.el (widget-default-delete): Always delete child widgets.
17627 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17629         * newcomment.el (comment-indent): Don't call indent-according-to-mode
17630         if the line has code.
17631         Don't try to line up with something that's too far left.
17633         * progmodes/octave-mod.el (octave-comment-start): Simplify.
17634         (octave-mode-syntax-table): Add % as a comment starter.
17635         (octave-point): Remove.
17636         (octave-in-comment-p, octave-in-string-p)
17637         (octave-not-in-string-or-comment-p, calculate-octave-indent)
17638         (octave-blink-matching-block-open, octave-auto-fill):
17639         Use line-(beginning|end)-position instead.
17641 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17643         * emacs-lisp/authors.el (authors-aliases): Add correct realname
17644         for Francesco Potort\e,Al\e(B.
17646 2003-10-23  Dave Love  <fx@gnu.org>
17648         * international/mule-cmds.el (locale-charset-to-coding-system):
17649         Don't rely on nil being a coding system.
17651         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
17652         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
17653         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
17655 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
17657         * gdb-ui.el (gdb-current-language): New variable.
17658         (gdb-update-flag): Remove variable.
17659         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
17660         (gdb-take-last-elt): Remove function.
17661         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
17662         (gdb-post-prompt): Check for variable object changes here.
17664         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
17665         object changes in gdb-ui.el.
17667 2003-10-21  Richard M. Stallman  <rms@gnu.org>
17669         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
17671         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
17672         Don't check for foo*/ wildcard form here.
17673         (insert-directory): Recognize foo*/ as a wildcard.
17674         Separate wildcard-regexp variable from the arg, wildcard.
17676         * subr.el (add-hook): Correctly detect when make-local-hook was used.
17677         (remove-hook): Correctly handle strange cases about local hooks.
17679 2003-10-21  David Ponce  <david@dponce.com>
17681         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
17682         argument REAL, to return a real number instead of a rounded
17683         integer value.  Define as inline function.
17684         (ruler-mode-right-fringe-cols): Likewise.
17685         (ruler-mode-scroll-bar-cols): New function.
17686         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
17687         (ruler-mode-right-scroll-bar-cols): Likewise.
17688         (ruler-mode-space): New function.
17689         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
17690         scroll bar mode and margins in a more robust way.
17692 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
17694         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
17695         (antlr-c-init-language-vars): New function.
17696         (antlr-mode): Use it with cc-mode before v5.29.
17697         (antlr-c-common-init): Don't set some local vars here.
17698         (antlr-mode): Set them here.
17699         (antlr-c-forward-sws): New function alias.
17700         (antlr-mode): Redefine with cc-mode before v5.30.
17701         (antlr-skip-sexps): Use it.
17702         (antlr-skip-exception-part): Ditto.
17703         (antlr-skip-file-prelude): Ditto.
17704         (antlr-outside-rule-p): Ditto.
17705         (antlr-end-of-body): Ditto.
17706         (antlr-option-kind): Ditto.
17707         (antlr-insert-option-area): Ditto.
17708         (antlr-file-dependencies): Ditto.
17710 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17712         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
17713         Move backward only if point was not inside an entry.
17715 2003-10-21  Richard M. Stallman  <rms@gnu.org>
17717         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
17719 2003-10-21  Juri Linkov  <juri@jurta.org>
17721         * compare-w.el: Automatically skip non-matching text to resync.
17722         (compare-windows-whitespace): Doc fix.
17723         (compare-windows-sync, compare-windows-sync-string-size)
17724         (compare-windows-recenter, compare-ignore-whitespace)
17725         (compare-windows-highlight, compare-windows-face): New variables.
17726         (compare-windows): Use compare-windows-sync.
17727         (compare-windows-highlight, compare-windows-dehighlight)
17728         (compare-windows-sync-regexp)
17729         (compare-windows-sync-default-function): New functions.
17731 2003-10-21  Juri Linkov  <juri@jurta.org>
17733         * diff.el (diff-parse-differences): Don't visit the files now;
17734         instead, just record the error locus.
17736 2003-10-21  Dave Love  <fx@gnu.org>
17738         * progmodes/cfengine.el: New file.
17740 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17742         * complete.el (PC-do-completion): Do not forget to use `pred' as the
17743         default-directory when completing file names.
17745 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
17747         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
17748         followed by the word `face', it gets treated as a face, even if
17749         it is also defined as a variable or a function.
17751 2003-10-20  Dave Love  <fx@gnu.org>
17753         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17754         Avoid incf in macro expansion.
17756 2003-10-20  John Paul Wallington  <jpw@gnu.org>
17758         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
17759         `evenp' so we don't implicitly require cl library at runtime.
17761 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
17763         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
17764         (help-make-xrefs): Only make cross-references for faces if
17765         preceded or followed by the word `face'.  Do not make a
17766         cross-reference for variables without variable documentation,
17767         unless preceded by the word `variable' or `option'.  Update doc
17768         string accordingly.
17770 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
17772         * progmodes/hideshow.el: Rewrite one-armed `if'
17773         constructs using either `when' or `unless'.
17774         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
17776 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
17778         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
17779         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
17780         instead of 12x12.
17782 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
17784         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
17785         message while converting to Babyl.
17787 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
17789         * allout.el (allout-mode): Doc fix.
17791 2003-10-16  Lute Kamstra  <lute@gnu.org>
17793         * subr.el (force-mode-line-update): Fix docstring.
17795 2003-10-14  Dave Love  <fx@gnu.org>
17797         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
17798         (default-input-method): Add :link, improve :type.
17799         (locale-charset-language-names): Fix utf-8 pattern.
17800         (locale-charset-match-p, locale-charset-alist)
17801         (locale-charset-to-coding-system): New.
17802         (set-locale-environment): Deal with codeset part of locale specs.
17804 2003-10-14  Lute Kamstra  <lute@gnu.org>
17806         * fringe.el (fringe-mode): Use active voice in docstring.
17807         (set-fringe-style): Ditto.
17809 2003-10-13  Lute Kamstra  <lute@gnu.org>
17811         * fringe.el (fringe-mode): Fix docstring.
17812         (set-fringe-style): Ditto.
17814 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
17816         * ediff-mult.el (ediff-filegroup-action):
17817         Use ediff-default-filtering-regexp.
17819         * ediff-util.el (ediff-recenter): Don't call
17820         ediff-restore-highlighting twice.
17821         (ediff-select-difference): Set current difference.
17822         (ediff-unselect-and-select-difference): Add comment.
17824         * ediff.el (ediff-directories,ediff-directory-revisions)
17825         (ediff-directories3,ediff-merge-directories)
17826         (ediff-merge-directories-with-ancestor)
17827         (ediff-merge-directory-revisions)
17828         (ediff-merge-directory-revisions-with-ancestor):
17829         Use ediff-default-filtering-regexp.
17831 2003-10-12  Andreas Schwab  <schwab@suse.de>
17833         * international/mule-cmds.el (locale-charset-language-names):
17834         Simplify regex by removing unused grouping.
17836 2003-10-10  Dave Love  <fx@gnu.org>
17838         * bindings.el: Don't bind stop.
17840 2003-10-08  Miles Bader  <miles@gnu.org>
17842         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
17843         face instead of attempting to emulate it.
17845 2003-10-07  Kenichi Handa  <handa@m17n.org>
17847         * international/mule-diag.el (list-coding-systems-1): List coding
17848         systems that are loaded automatically.
17850         * international/code-pages.el (iso-8859-11): Add autoload cookie.
17852         * international/mule.el (autoload-coding-system): New function.
17854 2003-10-07  Andreas Schwab  <schwab@suse.de>
17856         * log-edit.el (log-edit-changelog-entries): Prefer local value of
17857         change-log-default-name in the buffer visiting the file.
17859 2003-10-06  Dave Love  <fx@gnu.org>
17861         * files.el (find-file-hook): Customize.
17862         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
17864         * bindings.el (completion-ignored-extensions): Remove .log.
17865         (global-map): Add again, open, stop keys.
17867 2003-10-05  Richard M. Stallman  <rms@gnu.org>
17869         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
17870         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
17871         Use sh-modify directly.
17872         (sh-select): Use sh-append, not eval.
17874         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
17876         * info.el (Info-following-node-name): New function.
17878         * loadhist.el (unload-feature-special-hooks):
17879         Rename from loadhist-hook-functions.
17880         (loadhist-hook-functions): Now an alias.
17882 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
17884         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
17885         file-name clashes on 8+3 filesystems.
17887         * Makefile.in (DONTCOMPILE, bootstrap-clean):
17888         Rename loaddefs-boot.el to ldefs-boot.el
17890         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
17891         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
17893 2003-10-03  Lute Kamstra  <lute@gnu.org>
17895         * info.el (Info-mode): Revert previous change.
17896         (Info-escape-percent): New function.
17897         (Info-fontify-node): Use it.
17899 2003-10-02  Andreas Schwab  <schwab@suse.de>
17901         * loaddefs-boot.el: Regenerated.
17903 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
17905         * ffap.el: Remove defadvice related code from CVS since `complete'
17906         provides a `PC-completion-as-file-name-predicate' variable that
17907         ffap can override.
17909 2003-10-02  Kenichi Handa  <handa@m17n.org>
17911         * international/utf-8.el (ccl-decode-mule-utf-8):
17912         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
17914         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
17915         * international/subst-big5.el: Likewise.
17916         * international/subst-gb2312.el: Likewise.
17917         * international/subst-ksc.el: Likewise.
17919 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17921         * calendar/calendar.el (increment-calendar-month)
17922         (calendar-leap-year-p, calendar-absolute-from-gregorian)
17923         (generate-calendar, calendar-read-date, calendar-interval)
17924         (calendar-day-of-week): Handle years BC.
17925         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
17927 2003-10-01  Dave Love  <fx@gnu.org>
17929         * language/cyrillic.el (cp1251): Alias for windows-1251.
17931         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
17932         bootstrap.
17934 2003-10-01  Lute Kamstra  <lute@gnu.org>
17936         * files.el: Fix typo.
17937         * imenu.el (imenu--generic-function): Docstring fix.
17939 2003-09-30  Richard M. Stallman  <rms@gnu.org>
17941         * dired.el (dired-mode): Handle dired-directory as a list.
17943 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
17945         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
17947         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
17949         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
17950         Replace gud-display with gud-watch.
17951         (gud-speedbar-buttons): Add stuff for watching expressions
17952         in the speedbar when using M-x gdba.  Use dolist on old part
17953         of this function.
17955         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
17956         (gdb-update-flag): New variables.
17957         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
17958         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
17959         (gud-watch, gdb-var-create-handler) : New functions.
17960         (gdb-var-list-children, gdb-var-list-children-handler)
17961         (gdb-var-create-regexp, gdb-var-update-regexp)
17962         (gdb-var-list-children-regexp): New constants.
17963         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
17964         (gdb-annotation-rules): Reduce annotation set (level 3).
17965         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
17966         (gdb-post-prompt): Don't update GDB buffers every time speedbar
17967         updates.
17968         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
17969         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
17970         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
17971         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
17972         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
17973         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
17974         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
17975         (gud-display, gud-display1)
17976         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
17977         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
17978         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
17979         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
17980         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
17981         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
17982         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
17983         (gdb-display-display-buffer, gdb-toggle-display)
17984         (gdb-delete-display, gdb-expressions-popup-menu)
17985         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
17986         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
17987         to display buffer.
17989 2003-09-30  Richard M. Stallman  <rms@gnu.org>
17991         * progmodes/ada-mode.el (ada-mode): Don't use advice.
17992         Instead, set which-func-functions.
17994         * progmodes/which-func.el (which-func-modes): Add ada-mode.
17995         (which-func-functions): New variable.
17996         (which-function): Use that.
17998         * info.el (Info-mode): Double each `%' in header line.
18000         * emacs-lisp/lisp-mnt.el (lm-with-file):
18001         When FILE is nil, run BODY in current buffer.
18003         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
18005         * help.el (describe-mode): Start with a brief list of minor modes.
18006         Find them thru minor-mode-list so as to find them all.
18007         Show them in alphabetical order.
18009         * mail/sendmail.el (mail-aliases): Doc fix.
18011         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
18013 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18015         * mail/rmailsum.el (rmail-make-summary-line-1):
18016         Change comma after last label to a space.
18017         (rmail-summary-font-lock-keywords): Adapt to that change.
18019 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
18021         * progmodes/scheme.el (scheme-mode-variables): When setting
18022         `font-lock-defaults', also specify that "#" should
18023         be interpreted with `word' syntax.
18024         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
18026 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
18028         * desktop.el: A lot of comments updated.
18029         (desktop-save-mode): Minor mode introduced.
18030         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
18031         (desktop-load-default): Function made obsolete.
18032         (desktop-locals-to-save): Variable made customizable.
18033         (desktop-read): Optional parameter `dirname' added.
18034         (desktop-change-dir, desktop-revert): Parameter `dirname' in
18035         `desktop-read' used.
18036         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
18038 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
18040         * whitespace.el (whitespace-clean-msg): Add user customizable message
18041         for displaying ``clean'' output.
18042         (whitespace-buffer): Use `whitespace-clean-msg'.
18043         (whitespace-global-mode): Fix typo.
18045 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
18047         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
18049 2003-09-29  Lute Kamstra  <lute@gnu.org>
18051         * bindings.el (mode-line-modes): Remove superfluous :propertize
18052         construct in initialization.
18053         (mode-line-position): Change cons cell into proper list in
18054         initialization.
18056 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18058         * international/mule.el (decode-coding-inserted-region): Use car
18059         of the return value of find-operation-coding-system.
18061 2003-09-29  Kenichi Handa  <handa@m17n.org>
18063         * descr-text.el (describe-char): Fix previous change.
18065 2003-09-28  Kenichi Handa  <handa@m17n.org>
18067         * descr-text.el (describe-char-display): New function.
18068         (describe-char): Pay attention to display table on describing how
18069         a character is displayed.
18071         * international/mule-cmds.el (encoded-string-description):
18072         Prepend "0x" to each encoded byte.
18074 2003-09-28  Andreas Schwab  <schwab@suse.de>
18076         * find-file.el (ff-special-constructs): Add autoload cookie.
18078 2003-09-28  Kevin Ryde  <user42@zip.com.au>
18080         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
18081         makeinfo appends to duplicate index entries.
18083 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
18085         * dired-x.el (dired-clean-tex): Doc fix.
18087         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
18088         using a Chinese tutorial.
18090 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18092         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
18093         between "MAIL FROM:" and "RCPT TO:" and the following address.
18095 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18097         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
18099 2003-09-28  David Ponce  <david@dponce.com>
18101         * recentf.el (recentf-initialize-file-name-history): New defcustom.
18102         (recentf-load-list): When `recentf-initialize-file-name-history'
18103         is non-nil, initialize an empty `file-name-history' with the
18104         recent list.
18106 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
18108         * man.el (Man-default-man-entry): Remove the leading `*' from the
18109         word at point.
18111 2003-09-26  Lute Kamstra  <lute@gnu.org>
18113         * bindings.el (mode-line-position): Mention size indication in
18114         docstring.
18116 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
18118         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
18120         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
18121         because it's autoloaded now.
18123 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
18125         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
18126         (sh-font-lock-keywords, sh-feature): Fix previous change of
18127         sh-feature to avoid infloop with sh-font-lock-keywords.
18129 2003-09-25  Kim F. Storm  <storm@cua.dk>
18131         * frame.el (frame-current-scroll-bars): New defun.
18133         * window.el (window-current-scroll-bars): New defun.
18135 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18137         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
18138         cause errors when the state cache contains info on parts that have
18139         been narrowed out.
18141 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18143         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
18144         `c-setup-paragraph-variables' has to be used when this variable is
18145         changed; it doesn't work to reinitialize the mode since that
18146         typically clobbers the variable.
18148         * progmodes/cc-styles.el (c-setup-paragraph-variables):
18149         Make it interactive.
18151 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18153         * progmodes/cc-fonts.el (c-font-lock-declarations):
18154         Fix recognition of constructors and destructors for classes whose
18155         names are matched by `*-font-lock-extra-types'.
18157         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
18158         followed by an identifier in C++ then it's a type.
18160 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18162         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
18163         problem that primarily affected XEmacs.  Don't use faces to find
18164         unterminated strings since Emacs and XEmacs fontify strings
18165         differently - this function should now work better in XEmacs.
18167 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18169         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
18170         `expand-abbrev' workaround which caused braces to misbehave inside
18171         macros.
18173         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
18174         handling.  This bug could cause interactive font locking to bail out.
18176 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18178         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18179         Handle paren-style types in Pike.  Also fixed some cases of
18180         insufficient handling of unbalanced parens.
18182 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
18184         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
18185         common shell prompts that are not common filename or URL characters.
18186         (ffap-file-at-point): Use the new regexp to strip the prompts from
18187         the file names.  This is an issue mostly for user prompts that
18188         don't have a trailing space and find-file-at-point is invoked from
18189         within a shell inside Emacs.
18191 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
18193         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
18194         stamps numerically, rather than textually.
18196 2003-09-24  Kenichi Handa  <handa@m17n.org>
18198         * language/devan-util.el (devanagari-post-read-conversion):
18199         * language/mlm-util.el (malayalam-post-read-conversion):
18200         * language/tml-util.el (tamil-post-read-conversion):
18201         Add autoload cookie.
18203         * international/utf-8.el (utf-8-post-read-conversion):
18204         Call post-read-conversion functions for Devanagari, Malayalam,
18205         and Tamil.
18207 2003-09-23  Dave Love  <fx@gnu.org>
18209         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
18211 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
18213         * progmodes/gud.el (perldb): Add gud-until to list of commands.
18214         Update gud-remove.
18216 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18218         * progmodes/sh-script.el (sh-mode-default-syntax-table):
18219         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
18220         (sh-mode-syntax-table-input): New variable.
18221         (sh-require-final-newline): Don't use eval.
18222         (sh-builtins, sh-leading-keywords, sh-other-keywords)
18223         (sh-variables, sh-font-lock-keywords): Don't use eval.
18224         (sh-set-shell): When setting require-final-newline,
18225         treat value = `require-final-newline' as don't change it.
18226         Set sh-mode-syntax-table locally based on
18227         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
18229         * progmodes/compile.el (compile-internal):
18230         Call compilation-set-window-height before setting window start.
18232 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
18234         * emacs-lisp/bytecomp.el (byte-compile-log-file):
18235         Clear out byte-compile-last-warned-form.
18237 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18239         * woman.el (woman-file-name, woman-follow-word):
18240         If current-word returns nil, use "".
18242         * simple.el (eval-expression): Bind standard-output in to-buffer case.
18244 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18246         * emacs-lisp/lisp-mnt.el (lm-with-file):
18247         Don't visit the file, just use insert-file-contents in temp buffer.
18249 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
18251         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
18252         Add surrounding \\( and \\) around the header, as in
18253         for lm-history-header 'Change Log\\|History'.
18255 2003-09-22  John Paul Wallington  <jpw@gnu.org>
18257         * progmodes/ld-script.el: Add Commentary section,
18258         minor cleanup of file header.
18259         (ld-script-font-lock-keywords): Doc fix.
18260         (toplevel): Provide `ld-script' feature.
18262 2003-09-21  Kim F. Storm  <storm@cua.dk>
18264         * scroll-bar.el (set-scroll-bar-mode): Initialize to
18265         new built-in variable default-frame-scroll-bars.
18266         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
18267         scroll-bar-mode; notably, use it instead of t when we toggle
18268         scroll-bars on.
18269         (toggle-scroll-bar): Use default-frame-scroll-bars.
18271 2003-09-19  Masatake YAMATO  <jet@gyve.org>
18273         * pcvs.el (cvs-do-removal): Change the prompt depending on
18274         `filter' value.
18276 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
18278         * startup.el (command-line-1): Stop startup-echo-area-message
18279         being hidden by "Loading image..." message.
18280         (use-fancy-splash-screens-p, display-splash-screen):
18281         Move display-graphic-p test from latter to former.
18283         * progmodes/sh-script.el (sh-font-lock-keywords):
18284         Highlight escaped EOLs differently from other backslash constructs.
18286 2003-09-19  Richard M. Stallman  <rms@gnu.org>
18288         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
18289         New functions.
18290         (edebug-enter, edebug-outside-excursion): Use them.
18292         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
18293         Fix the condition for whether to print "In WHERE".
18295 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
18297         * finder.el (finder-mode-hook): New variable.
18298         (finder-mode): Run hook finder-mode-hook
18300 2003-09-18  Masatake YAMATO  <jet@gyve.org>
18302         * progmodes/ebrowse.el: Fix broken magic autoload comments.
18304 2003-09-17  Mario Lang  <mlang@delysid.org>
18306         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
18307         "p %e" to actually print the value in the GUD buffer.
18309 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
18311         From David Ponce <david.ponce@wanadoo.fr>:
18312         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
18313         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
18314         from loaddefs-boot.el if necessary.
18316 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
18318         * progmodes/gud.el (gud-find-class): Make jdb work again since
18319         cc-mode changed the syntactic information.
18321 2003-09-15  David Ponce  <david@dponce.com>
18323         * recentf.el: (recentf-exclude): Accept predicates too.
18324         (recentf-file-readable-p): New function.
18325         (recentf-include-p): Handle predicates in recentf-exclude.
18326         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
18327         (recentf-cleanup): Likewise.
18328         (recentf-save-list): Use write-file to handle backup of
18329         recentf-save-file.
18331 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
18333         * loaddefs-boot.el: Renamed from `loaddefs.el'
18334         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
18335         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
18336         necessary.
18338 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
18340         * electric.el (Electric-pop-up-window): For the `one-window' case,
18341         no longer disconcertingly move point in the original buffer.
18343 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18345         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
18347 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18349         * dired.el (dired-mode-map): Fix typo.
18351 2003-09-11  Richard M. Stallman  <rms@gnu.org>
18353         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
18355 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
18357         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
18358         the function is less noisy.  Now only `kill-buffer' can ask questions.
18360 2003-09-10  Mario Lang  <mlang@delysid.org>
18362         * battery.el: Update Commentary and Copyright.
18363         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
18364         appear due to wrong ordering of the expressions in `or'.
18366 2003-09-09  Lute Kamstra  <lute@gnu.org>
18368         * misc.el (upcase-char): Fix docstring.
18369         (zap-up-to-char): New command.
18371 2003-09-08  David Ponce  <david@dponce.com>
18373         Ensure that recentf correctly updates the menu bar.
18374         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
18375         (recentf-menu-bar): New function.
18376         (recentf-clear-data): Use it
18377         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
18378         of easy-menu-change.
18380 2003-09-08  Lute Kamstra  <lute@gnu.org>
18382         * simple.el (size-indication-mode): New.
18383         * bindings.el (mode-line-position): Add buffer size indicator.
18385 2003-09-04  Mario Lang  <mlang@delysid.org>
18387         * battery.el (battery-linux-proc-acpi): New function.
18388         (battery-status-function): Modify default value calculation to also
18389         check for availability of ACPI.
18390         (battery-echo-area-format): Ditto.
18391         (battery-mode-line-format): Ditto.
18393 2003-09-06  Dave Love  <fx@gnu.org>
18395         * ielm.el (ielm-mode-hook): Add :options.
18397         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
18398         (eldoc-print-current-symbol-info): Use it.
18400 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
18402         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
18403         being displayed in GUD buffer.
18404         (gdb-idle-input-queue): Remove var.  Use just one queue.
18405         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
18406         Remove functions.  Use just one queue.
18407         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
18408         (gdb-invalidate-assembler, gdb-get-current-frame):
18409         Modify functions.  Use just one queue.
18411 2003-09-04  Dave Love  <fx@gnu.org>
18413         * cus-start.el: Add blink-cursor-alist.
18415         * ruler-mode.el (ruler-mode-fill-column-char)
18416         (ruler-mode-current-column-char): Use char-displayable-p,
18417         not window-system.
18419         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
18421         * language/european.el (windows-1252): Move from code-pages.
18423         * language/cyrillic.el ("Windows-1251"): Delete.
18424         ("Bulgarian", "Belarusian"): Remove `features'.
18425         (windows-1251): Move from code-pages.
18427         * international/mule-diag.el (non-iso-charset-alist):
18428         Remove `codepage' stuff.
18429         (print-designation, list-coding-systems-1): Output fixes.
18431         * international/code-pages.el (cp-make-translation-table)
18432         (cp-valid-codes): Made defsubsts.
18433         (cp-fix-safe-chars): Delete.
18434         (mule-diag): Don't require.
18435         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
18436         (top-level): Check for defined coding system when defining
18437         cp... aliases.  Change w32-add-charset-info test to avoid warning.
18438         (non-iso-charset-alist): Defvar when compiling.
18439         (cp-make-coding-system): Doc fix.
18441 2003-09-02  Jason Rumney  <jasonr@gnu.org>
18443         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
18444         line-ends from CVS before doing conversion.
18446 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
18448         * calendar/diary-lib.el (diary-header-line-flag)
18449         (diary-header-line-format): New variables.
18450         (list-diary-entries): Use them to set header line in simple diary.
18452         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
18453         other than font-lock-string-face to highlight backslashes.
18455 2003-09-01  Jason Rumney  <jasonr@gnu.org>
18457         * international/titdic-cnv.el (tit-read-key-value): Include \r in
18458         regexp.
18460 2003-09-01  Dave Love  <fx@gnu.org>
18462         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
18464         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
18465         and :help; also line and column numbers labels.
18467         * international/mule-util.el (char-displayable-p): Move from
18468         latin1-disp, rename and autoload.
18470         * international/latin1-disp.el (latin1-char-displayable-p):
18471         Now obsolete alias.  Replace uses with char-displayable-p.
18472         (latin1-display-ucs-per-lynx): Fix last change.
18474         * international/mule-cmds.el (standard-display-european-internal):
18475         Don't use char code for Latin-1 NBSP.
18476         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
18477         U+2018, U+2019 for `'.
18478         (select-safe-coding-system): Message fix.
18480 2003-09-01  Kenichi Handa  <handa@m17n.org>
18482         * international/fontset.el (setup-default-fontset): For Thai
18483         font, specify "*" family.
18485 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18487         * progmodes/compile.el (previous-error): Accept a prefix
18488         argument, similarly to next-error.
18490 2003-08-31  Masatake YAMATO  <jet@gyve.org>
18492         * pcvs.el (cvs-do-removal): Use = instead of eq to check
18493         the number of files.  Bind the number of files to a local
18494         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
18496 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
18498         * vc-hooks.el (vc-make-version-backup): Fix the change made on
18499         2003-07-26: msdos-long-file-names is a function, not a variable.
18501 2003-08-29  Richard M. Stallman  <rms@gnu.org>
18503         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
18504         Do nothing with mail-personal-alias-file if it is nil.
18506         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
18507         Do nothing if mail-personal-alias-file is nil.
18509         * term.el (term-exec-1): Bind coding-system-for-read.
18511         * dired.el (dired-mouse-find-file-other-window):
18512         Use dired-view-command-alist here, as in dired-view-file.
18513         (dired-view-command-alist): Use %s to substitute file name.
18514         Handle .ps_pages, .eps, .jpg, .gif, .png.
18516 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
18518         * info.el (Info-mode-map): Bind S-tab and <backtab> to
18519         `Info-prev-reference', instead of M-tab.
18521 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
18523         * simple.el (blink-matching-open): Work correctly on chars that
18524         are designated as parens through the syntax-table text property.
18526 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
18528         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
18529         line break position in the middle of a non-kinsoku (e.g. latin)
18530         word, making it skip until either a space or a character with
18531         category "|".
18532         (kinsoku-longer): Test for end of buffer.
18534 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
18536         * mail/rmail.el (rmail-convert-to-babyl-format):
18537         Detect quoted-printable- and base64-encoded messages and decode them
18538         automatically.  Set the message's encoding from the charset=
18539         header, if any.  Decode base64-encoded messages in Mail format as well.
18541 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18543         * mail/smtpmail.el: Fix previous change.
18544         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
18545         calling smtpmail-via-smtp.
18546         (smtpmail-via-smtp): Add fall-back values for envelope-from.
18548 2003-08-26  John Paul Wallington  <jpw@gnu.org>
18550         * image.el (image-jpeg-p): Don't search beyond length of data.
18552 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
18554         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
18555         misfeature in `expand-abbrev' which caused electric keywords like
18556         "else" to disappear if an open brace was typed directly afterwards.
18558 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
18560         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
18561         mandatory in `define-widget'.
18563         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
18564         Don't align the operators "!=", "<=" and ">=" as assignment operators.
18566         (c-assignment-operators): New language constant that only contains
18567         the assignment operators.
18569         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
18571 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
18573         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18574         Safeguard against unbalanced sexps.
18576 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
18578         * version.el (emacs-version): Check for gtk.  Include gtk version info.
18580 2003-08-25  John Paul Wallington  <jpw@gnu.org>
18582         * man.el (Man-default-man-entry): Don't whizz past the section
18583         number before looking for it.
18585 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
18587         * progmodes/gud.el (gud-display-line): Don't set window-point if
18588         source buffer is not visible.  (Only happens with M-x gdba.)
18590         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
18591         documentation.
18592         (gdb-source, gdb-source-info): Update to assembler unnecessary
18593         as its done after each GDB command anyway.
18594         (gdb-pre-prompt): Use with-current-buffer.
18595         (gdb-insert-field): Add help-echo text.
18596         (gdb-invalidate-assembler): Re-display of assembler now done in
18597         gdb-info-breakpoints-custom.
18598         (gdb-info-breakpoints-custom): Force re-display of assembler to
18599         happen *after* update of breakpoints buffer.
18600         (gdb-display-source-buffer): Don't choke if gdb-source-window
18601         isn't visible.
18602         (gdb-put-string, gdb-put-arrow): Remove free variables.
18604 2003-08-24  John Paul Wallington  <jpw@gnu.org>
18606         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
18608         * man.el (Man-default-man-entry): Strip text properties when
18609         snarfing parts of entry because `format' preserves properties.
18611 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18613         * files.el (file-newest-backup): Use `expand-file-name'.
18615         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
18616         Allow the diary to pop up a new frame, if needed.
18618         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
18619         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
18620         (smtpmail-send-it): Make treatment of envelope-from consistent with
18621         sendmail.el.
18623         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
18624         (sh-leading-keywords): Add the bash `time' reserved word.
18625         (sh-variables): Add some bash variables.
18626         (sh-add-completer): Fix nil branch of case statement.
18628 2003-08-24  Masatake YAMATO  <jet@gyve.org>
18630         * progmodes/ld-script.el: New file.
18632 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
18634         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
18636 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
18638         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
18639         Better explain obsolescence, and what to use instead.
18641 2003-08-23  Masatake YAMATO  <jet@gyve.org>
18643         * pcvs.el (cvs-do-removal): Show the deleted file name
18644         on the prompt.
18646 2003-08-20  Dave Love  <fx@gnu.org>
18648         * international/mule.el (make-coding-system)
18649         (set-buffer-file-coding-system): Doc fix.
18651         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
18653         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
18655         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
18657         * international/utf-16.el: Add mime-text-unsuitable coding system
18658         properties.
18660         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
18662         * cus-edit.el: Add some :links.
18663         (bib): Remove.
18665         * textmodes/bib-mode.el (bib): Add :group external.
18667 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
18669         * wid-edit.el (widget-echo-help): Make it handle expressions that
18670         evaluate to strings.
18672 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
18674         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
18676         Simplify selection of SQL products to define highlighting and
18677         interactive mode.  Includes detailed instructions on adding
18678         support for new products.
18680         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
18681         product for use in highlighting and interactive mode.
18682         (sql-interactive-product): New variable.  SQL product for
18683         sql-interactive-mode.
18684         (sql-product-support): New variable.  Specifies product-specific
18685         parameters to drive highlighting and interactive mode.
18686         (sql-imenu-generic-expression): Add more object types.
18687         (sql-sqlite-options): Correct comment.
18688         (sql-ms-program): Use "osql" rather than "isql".
18689         (sql-prompt-regexp, sql-prompt-length): Update comment.
18690         (sql-mode-menu): Add "Start SQLi session" entry.
18691         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
18692         (sql-mode-abbrev-table): Add abbreviations.  Support of
18693         SYSTEM-FLAG on define-abbrev.  Support was removed with last
18694         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
18695         (sql-mode-font-lock-object-name): Add font-lock pattern for object
18696         names.
18697         (sql-mode-ansi-font-lock-keywords): Set as default value.
18698         (sql-mode-oracle-font-lock-keywords): Set as default value.
18699         Support Oracle 9i keywords.
18700         (sql-mode-postgres-font-lock-keywords): Set as default value.
18701         (sql-mode-linter-font-lock-keywords): Set as default value.
18702         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
18703         SQLServer 2000.
18704         (sql-mode-sybase-font-lock-keywords)
18705         (sql-mode-interbase-font-lock-keywords)
18706         (sql-mode-sqlite-font-lock-keywords)
18707         (sql-mode-strong-font-lock-keywords)
18708         (sql-mode-mysql-font-lock-keywords)
18709         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
18710         keywords.
18711         (sql-mode-font-lock-defaults): Update comment.
18712         (sql-product-feature): New function.  Returns feature associated
18713         with a product from `sql-product-support' alist.
18714         (sql-product-font-lock): New function.  Set font-lock support
18715         based on `sql-product'.
18716         (sql-add-product-keywords): New function.  Add font-lock rules to
18717         product-specific keyword variables.
18718         (sql-set-product): New function.  Set `sql-product' and apply
18719         appropriate font-lock highlighting.
18720         (sql-highlight-product): New function.  Set font-lock support
18721         based on a product.  Also set mode name to include product name.
18722         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
18723         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
18724         Use `sql-set-product'.
18725         (sql-highlight-ms-keywords)
18726         (sql-highlight-sybase-keywords)
18727         (sql-highlight-interbase-keywords)
18728         (sql-highlight-strong-keywords)
18729         (sql-highlight-mysql-keywords)
18730         (sql-highlight-sqlite-keywords)
18731         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
18732         (sql-get-login): Prompt in the same order as the tokens.
18733         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
18734         (sql-product-interactive): New function.  Common portions of
18735         product-specific interactive mode wrappers.
18736         (sql-interactive-mode): Rewritten to use product features.
18737         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
18738         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
18739         (sql-db2, sql-linter): Use `sql-product-interactive'.
18740         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
18741         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
18742         (sql-connect-ingres, sql-connect-postgres)
18743         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
18744         New functions.  Format command line parameters and invoke comint on
18745         the appropriate interpreter.  Code was in the corresponding
18746         `sql-xyz' function before.
18747         (sql-connect-ms): New function.  Support -E argument to use
18748         operating system credentials for authentication.
18750 2003-08-18  Kenichi Handa  <handa@m17n.org>
18752         * international/mule.el (encode-char): Fix for the ASCII case.
18754 2003-08-15  Kenichi Handa  <handa@m17n.org>
18756         * international/fontset.el (setup-default-fontset): Change "*" to
18757         nil in the specifications of font family.
18759 2003-08-18  Kim F. Storm  <storm@cua.dk>
18761         * kmacro.el (kmacro-keymap): Group related bindings in
18762         initialization for clarity.  Bind C-s to start macro.
18763         Remove C-r binding.
18764         (kmacro-initial-counter-value): New defvar to hold initial counter
18765         value in case we set the value before defining a macro.
18766         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
18767         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
18768         not defining or executing macro.  Doc fix.
18769         (kmacro-add-counter): Clear kmacro-initial-counter-value.
18770         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
18771         temporarily view older elements on the macro ring without cycling
18772         the ring.
18773         (kmacro-display): Doc fix.
18774         (kmacro-exec-ring-item): New helper function.
18775         (kmacro-call-ring-2nd): Use it.
18776         (kmacro-call-ring-2nd-repeat): Doc fix.
18777         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
18778         (kmacro-end-or-call-macro): Execute last viewed macro (using
18779         kmacro-exec-ring-item) from ring if this follows
18780         kmacro-view-macro.  This allows us to find a macro on the ring
18781         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
18782         the ring to bring it to the head of the ring.
18783         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
18784         Allow binding to reserved keys without specifying C-x C-k prefix.
18785         Ask for confirmation if entered key sequence is already bound to
18786         a non-macro command.
18787         (kmacro-view-macro): Repeating command will show older elements
18788         on the macro ring; C-k will execute the last viewed macro.
18789         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
18790         property from 'ring to 'head.
18792 2003-08-17  Alan Shutko  <ats@acm.org>
18794         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
18795         keeping December out of the alist.
18797 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
18799         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
18800         * calendar/calendar.el (calendar-mode-map): Bind it to key.
18801         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
18802         (calendar-flatten): New function.
18803         (calendar-mouse-view-other-diary-entries)
18804         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
18805         in the menu title and to show multi-line diary entries correctly
18806         in the menu.
18808 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
18810         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
18811         defcustom, because the default was recently changed.
18813 2003-08-16  Richard M. Stallman  <rms@gnu.org>
18815         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
18817         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18818         New subroutine, broken out of eval-last-sexp-1.
18819         (eval-last-sexp-1): Use eval-last-sexp-print-value.
18821         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
18823         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
18825         * simple.el (eval-expression): Use eval-last-sexp-print-value.
18827 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
18829         * progmodes/compile.el (compilation-error-regexp-alist):
18830         Add Java ANt error detection as described in document
18831         http://ant.apache.org/faq.html
18833 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
18835         * simple.el (backward-word, forward-to-indentation)
18836         (backward-to-indentation): Argument changed to optional.
18837         (next-line, previous-line): Use `or' instead of `unless'.
18839 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18841         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
18842         instead of a constant.
18844 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
18846         * shell.el (shell): With prefix-arg, suggest a new buffer name.
18848 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
18850         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
18851         (vc-sccs-workfile-version): Search the entire delta table, rather
18852         than just the first entry, because that might be a deleted version.
18854 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
18856         * menu-bar.el (menu-bar-options-menu): Supply a body for the
18857         [save-place] binding in the Options menu.  Have it require
18858         'saveplace' and then toggle the variable manually, to avoid an an
18859         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
18860         for the bug report.
18862 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
18864         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
18865         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
18866         (gdb-info-threads-custom): Add help-echo text.
18867         (gdb-display-back): Don't use purecopy.
18868         (gdb-info-breakpoints-custom, gdb-reset)
18869         (gdb-assembler-custom): Use display-images-p to test if breakpoint
18870         icons can be displayed.
18872 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
18874         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
18876 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
18878         * bookmark.el (bookmark-completing-read):
18879         Return a string, instead of a list of one string.
18880         Use a popup menu if activated from the mouse.
18881         (bookmark-edit-annotation): Remove unused vars.
18882         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
18883         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
18884         to bookmark-completing-read.
18885         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18886         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
18887         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
18888         and erase-buffer.
18889         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
18890         (bookmark-menu-jump, bookmark-menu-insert)
18891         (bookmark-popup-menu-and-apply-function)
18892         (bookmark-menu-popup-paned-bookmark-menu): Remove.
18893         (bookmark-menu-build-paned-menu): Remove by folding it into
18894         bookmark-menu-popup-paned-menu.
18895         (menu-bar-bookmark-map): Move the define-key statements here.
18896         Use the "non-menu" commands since they now pop up a menu if needed.
18897         (bookmark-exit-hook-internal): Simplify.
18899 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
18901         * reftex-toc.el (reftex-toc-rename-label): New function.
18902         (reftex-toc-check-docstruct): New function.
18904         * reftex.el (reftex-region-active-p): New function.
18906         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
18907         regexp to find the \bibliography macro.
18909         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
18910         which does not exist in LaTeX.
18911         (reftex-cite-format-builtin): Added amsrefs support.
18912         (reftex-toc-confirm-promotion): New option
18914         * reftex-toc.el
18915         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
18916         (reftex-toc-demote, reftex-toc-promote)
18917         (reftex-toc-do-promote, reftex-toc-promote-prepare)
18918         (reftex-toc-promote-action, reftex-toc-extract-section-number)
18919         (reftex-toc-newhead-from-alist)
18920         (reftex-toc-load-all-files-for-promotion): New functions.
18921         (reftex-toc-help): Added description of new keys.
18922         (reftex-toc-split-windows-fraction): New option.
18923         (reftex-recenter-toc-when-idle): Search *toc* window on all
18924         visible frames.
18925         (reftex-toc): Additional parameter REUSE
18926         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
18927         with REUSE argument.
18928         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
18929         the call of `reftex-toc'.
18930         (reftex-make-separate-toc-frame): New function .
18931         (reftex-toc-recenter): When called with triple prefix arg, call
18932         `reftex-make-separate-toc-frame' first.
18933         (reftex-toc-toggle-dedicated-frame): New command.
18934         (reftex-toc-quit): Adapted to delete frame when called in
18935         dedicated frame.
18937         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
18938         all enclosing macros.
18941 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18943         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
18944         first use.
18946 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18948         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
18950 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
18952         * calendar/calendar.el (list-diary-entries-hook)
18953         (diary-display-hook, nongregorian-diary-listing-hook)
18954         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
18955         Add some customize options for these hooks.
18956         (calendar-abbrev-construct): Don't try to take a substring longer
18957         than the original string.
18959 2003-08-05  Richard M. Stallman  <rms@gnu.org>
18961         * emacs-lisp/testcover.el (noreturn): Report error if does return.
18962         (testcover-reinstrument-clauses): Doc fix.
18964         * emacs-lisp/warnings.el: Doc fixes, args renamed.
18965         (warning-type-format): Rename from warning-group-format.
18967         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
18968         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
18969         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
18970         to prevent warnings about defvar for an obsolete variable.
18972         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
18973         warning-group-format renamed to warning-type-format.
18975         * subr.el (read-passwd): Use clear-string instead of fillarray.
18977         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
18978         Use vconcat instead of concat.
18979         (edmacro-sanitize-for-string): New function.
18981 2003-08-05  Dave Love  <fx@gnu.org>
18983         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
18984         line-number-display-limit-width.
18986         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
18988 2003-08-05  Kenichi Handa  <handa@m17n.org>
18990         * international/code-pages.el: Don't require mule-diag.
18992         * international/mule-diag.el (non-iso-charset-alist):
18993         Add autoload cookie.
18995         * language/devan-util.el (dev-glyph-order): Add an entry for the
18996         glyph code #xC4.
18998 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19000         * calendar/calendar.el (diary-file, diary-file-name-prefix)
19001         (european-calendar-style, diary-date-forms)
19002         (calendar-day-name-array, calendar-month-name-array): Doc change.
19003         (generate-calendar-month): Adapt for new behaviour of
19004         `calendar-day-name' function.
19005         (calendar-abbrev-length, calendar-day-abbrev-array)
19006         (calendar-month-abbrev-array): New variables.
19007         (calendar-abbrev-construct): New function.
19008         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
19009         rather than fixing abbrevs at some width.  Calling syntax change.
19010         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
19011         (calendar-date-string): Adapt for new behaviours of
19012         `calendar-day-name' and `calendar-month-name' functions.
19014         * calendar/diary-lib.el (list-diary-entries): Adapt for new
19015         behaviour of `calendar-day-name' and `calendar-month-name' functions.
19016         (diary-name-pattern): Use abbrev arrays, rather than fixing
19017         abbrevs at three chars.  Calling syntax change.
19018         (mark-diary-entries): Adapt for new behaviours of
19019         `diary-name-pattern' and `calendar-make-alist' functions.
19020         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
19021         `diary-name-pattern' function.
19022         (font-lock-diary-date-forms): Use abbrev arrays, rather than
19023         fixing abbrevs at three chars.  Calling syntax change.
19024         (cal-hebrew, cal-islam): Require when compiling.
19025         (diary-font-lock-keywords): Adapt for new behaviour of
19026         `font-lock-diary-date-forms' function.
19028         * calendar/cal-hebrew.el: Reposition some code so defined before used.
19029         (calendar-hebrew-month-name-array-common-year)
19030         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
19031         (list-hebrew-diary-entries): Adapt for new behaviours of
19032         `calendar-day-name' and `add-to-diary-list' functions.
19033         (mark-hebrew-diary-entries): Adapt for new behaviours of
19034         `diary-name-pattern' and `calendar-make-alist' functions.
19036         * calendar/cal-islam.el (calendar-islamic-month-name-array):
19037         Add doc string.
19038         (list-islamic-diary-entries): Adapt for new behaviours of
19039         `calendar-day-name' and `add-to-diary-list' functions.
19040         (mark-islamic-diary-entries): Adapt for new behaviours of
19041         `diary-name-pattern' and `calendar-make-alist' functions.
19043         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
19044         `calendar-month-name' function.
19046         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
19048         * calendar/solar.el (solar-seasons-data): Move definition before use.
19050         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
19051         (cal-tex-LaTeX-hourbox): Move definition before use.
19053         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
19054         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
19055         lunar.el, solar.el
19056         (displayed-month, displayed-year): Define for compiler.
19058 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19060         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
19061         MODE.  Renamed from c-init-c-language-vars'.
19062         (c-initialize-cc-mode): Change accordingly.
19063         (c-common-init): Ditto.
19064         (c-mode): Ditto.
19065         (c++-mode): Use `c-init-language-vars-for'.
19066         (objc-mode): Ditto.
19067         (java-mode): Ditto.
19068         (idl-mode): Ditto.
19069         (pike-mode): Ditto.
19070         (awk-mode): Ditto.
19072 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19074         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
19075         or not the point moved.
19077         (c-search-decl-header-end): Don't trip up on operator identifiers
19078         in C++ and operators like == in all languages.
19080         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19081         Detect leading labels correctly.
19083 2003-08-02  Andreas Schwab  <schwab@suse.de>
19085         * textmodes/ispell.el: Don't redo key bindings on loading, put
19086         them only in loaddefs.el.
19087         * bookmark.el: Likewise.
19088         * dabbrev.el: Likewise.
19089         * emerge.el: Likewise.
19091         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
19092         has more than one member.
19094         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
19096 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19098         * lpr.el (printify-region): It was ending conversion before the
19099         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
19101 2003-07-31  John Paul Wallington  <jpw@gnu.org>
19103         * net/browse-url.el (browse-url-epiphany): Doc fix.
19105 2003-07-30  Kenichi Handa  <handa@m17n.org>
19107         * international/fontset.el (setup-default-fontset):
19108         Change registry names of Akurti fonts.
19110 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19112         * comint.el (comint-read-noecho): Use `clear-string' instead of
19113         `fillarray'.
19115 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
19117         * outline.el (outline-mode-hook): Add defvar.
19119 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
19121         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
19122         Restore assembler in source window if that is what has been selected.
19123         (menu): Add gdb-restore-windows to menu.  Make gdba
19124         specific menus only visible from gdba.
19126 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
19128         * progmodes/compile.el (compilation-environment): New user variable.
19129         (compile-internal): Respect it.
19131 2003-07-23  Masatake YAMATO  <jet@gyve.org>
19133         * progmodes/gud.el (gdb-script-font-lock-keywords):
19134         Put `font-lock-function-name-face' on a symbol which includes
19135         `-' like `hook-run'.  Put font-lock-variable-name-face
19136         on a symbol starting with $.
19138 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
19140         * files.el (set-visited-file-name): Use truename for buffer-file-name.
19142 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
19144         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
19146 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
19148         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
19149         Use with-no-warnings.
19150         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
19151         rather than to find-file-not-found-hook, which doesn't exist.
19153 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
19155         * international/quail.el (quail-translate-key): Fix previous change.
19157 2003-07-25  John Paul Wallington  <jpw@gnu.org>
19159         * server.el (server-start): Check `server-process' is non-nil
19160         before killing it to avoid killing current buffer's process.
19162         * simple.el (choose-completion-string): Use `minibufferp';
19163         test `completion-reference-buffer' if `buffer' arg is nil.
19164         (push-mark): Use `when' and `unless'.
19165         (pop-mark): Use `when'.
19167         * mouse-sel.el (mouse-sel-get-selection-function):
19168         Check `x-last-selected-text-primary'.  Don't barf if it or
19169         `x-last-selected-text' aren't bound.
19171 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19173         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
19175 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
19177         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
19179 2003-07-23  John Paul Wallington  <jpw@gnu.org>
19181         * tooltip.el (defface tooltip): Inherit from variable-pitch.
19183 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19185         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
19186         string.  Defvar the derived hook.
19188         * macros.el (insert-kbd-macro): Escape double quote character.
19189         From Thomas W Murphy <twm@andrew.cmu.edu>.
19191 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
19193         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
19194         to match the specific mark rather than reusing comment-start-skip.
19196 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
19198         * progmodes/hideshow.el (hs-special-modes-alist):
19199         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
19201 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
19203         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
19204         value using ?\s.
19206 2003-07-21  John Paul Wallington  <jpw@gnu.org>
19208         * subr.el (with-selected-window): Add closing paren.
19210 2003-07-21  Richard M. Stallman  <rms@gnu.org>
19212         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
19213         (lisp-mode): Likewise.
19215         * subr.el (with-selected-window): Copy code form save-selected-window
19216         so as to call select-window with norecord arg.
19217         (dynamic-completion-table): Doc fix.
19218         (lazy-completion-table): Doc fix.
19220         * international/mule-cmds.el (set-locale-environment):
19221         langinfo renamed to locale-info.
19223         * international/mule.el (auto-coding-functions): Doc fix.
19225 2003-07-21  Kenichi Handa  <handa@m17n.org>
19227         * international/quail.el (quail-translate-key):
19228         Update quail-current-str correctly.
19230 2003-07-21  Andreas Schwab  <schwab@suse.de>
19232         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
19233         ?, to "_".
19235 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
19236         Version 2.0.36 of Tramp released.
19238         * net/tramp.el (tramp-default-password-end-of-line): Rename from
19239         tramp-password-end-of-line.
19240         (tramp-password-end-of-line): New method parameter.
19241         (tramp-get-password-end-of-line): Function to access method
19242         parameter `tramp-password-end-of-line', or variable
19243         `tramp-default-password-end-of-line' (default value).
19244         (tramp-methods): Add entries for new parameter
19245         tramp-password-end-of-line.
19246         (tramp-enter-password): Use new function
19247         `tramp-get-password-end-of-line'.
19248         (tramp-handle-insert-file-contents): Do not
19249         unconditionally inhibit the file operation file-local-copy, only
19250         do that when the inhibit-file-name-operation is currently
19251         insert-file-contents.  This fixes finding remote CVS-controlled
19252         files.  (It would barf on inserting the CVS/Entries file
19253         literally, because the file-local-copy handler wasn't called.)
19254         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
19255         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
19256         (tramp-initial-commands): New variable.
19257         (tramp-process-initial-commands): New function, using the variable.
19258         (tramp-open-connection-setup-interactive-shell): Call the new function.
19259         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
19260         method into the buffer name, never use nil.  Reported by Hanak
19261         David <dhanak@inf.bme.hu>.
19262         (tramp-open-connection-setup-interactive-shell): Erase buffer
19263         before sending "stty -onlcr".
19265         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
19267 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
19269         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
19271 2003-07-19  John Paul Wallington  <jpw@gnu.org>
19273         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
19274         (artist-draw-rect, artist-draw-square): Doc fixes.
19276         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
19278         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
19280 2003-07-19  Kenichi Handa  <handa@m17n.org>
19282         * international/kkc.el (kkc-show-conversion-list-update):
19283         Highlight the correct candidate in the message.
19285 2003-07-18  John Paul Wallington  <jpw@gnu.org>
19287         * simple.el (current-word): Don't include punctuation char when
19288         `really-word' arg is non-nil.
19290 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
19292         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
19293         moved to the directory obsolete.
19295 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
19297         * info.el (Info-menu-entry-name-re): Allow newlines in
19298         menu entry names.
19300         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
19301         syntax-ppss-after-change-function.
19302         (syntax-ppss-after-change-function): New alias.  Update uses.
19303         (syntax-ppss): Catch the case where the buffer is narrowed.
19305 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19307         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
19308         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
19310 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19312         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
19313         since it might be modified.
19315         * progmodes/cc-langs.el (c++-make-template-syntax-table)
19316         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
19317         names to these language constants.
19319 2003-07-15  Kim F. Storm  <storm@cua.dk>
19321         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
19322         All uses changed.
19324 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
19326         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
19327         Namespace support.
19329 2003-07-13  Juanma Barranquero  <lektu@terra.es>
19331         * frame.el (modify-all-frames-parameters): Reinstall (copyright
19332         papers received).
19334 2003-07-13  Karl Eichwalder  <ke@suse.de>
19336         * textmodes/po.el (po-find-charset): White space at the start of the
19337         Content-Type field body is non-mandatory.
19339 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
19341         * textmodes/texinfo.el (texinfo-section-list):
19342         Append appendixsection; a synonym for appendixsec.
19344 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
19346         * man.el (Man-translate-cleanup): New.
19347         (Man-translate-references): Call `Man-translate-cleanup' to clean
19348         leading, trailing and middle spaces.
19350 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
19352         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
19353         Handle `dired-directory' being a list.
19355 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19357         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
19358         it doesn't exist.
19360 2003-07-12  Richard M. Stallman  <rms@gnu.org>
19362         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
19364         * progmodes/cc-defs.el (c-make-keywords-re):
19365         Don't use delete-duplicates.
19366         (c-lang-const): Don't use mapcan.
19368         * apropos.el (apropos-show-scores): Make it customizable.
19369         Document new meaning.
19370         (apropos): Compute scores from symbols.
19371         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
19373 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19375         * ps-bdf.el: Fix copyright line.
19376         (bdf-directory-list): Fix initialization code.
19378 2003-07-11  John Paul Wallington  <jpw@gnu.org>
19380         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
19381         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
19382         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
19384 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
19386         * emacs-lisp/ring.el (ring-elements): Doc fix.
19388 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19390         * calendar/timeclock.el (timeclock-relative)
19391         (timeclock-ask-before-exiting, timeclock-use-display-time):
19392         Doc changes.
19393         (timeclock-modeline-display): Give a message if
19394         `timeclock-use-display-time' is non-nil but `display-time-mode'
19395         is not active.
19397 2003-07-11  Kenichi Handa  <handa@m17n.org>
19399         * international/mule-cmds.el (set-language-environment):
19400         Set current-language-environment to the correct string.
19402 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19404         * ps-print.el: Print line number correctly in a region.  Reported by
19405         Tim Allen <timallen@ls83.fsnet.co.uk>.
19406         (ps-print-version): New version number (6.6.2).
19407         (ps-printing-region): Code fix.
19409 2003-07-10  John Paul Wallington  <jpw@gnu.org>
19411         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
19412         this function can be called from `add-completions-from-tags-table'.
19414 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
19416         * calendar/timeclock.el (timeclock-use-display-time)
19417         (timeclock-day-over-hook, timeclock-workday-remaining)
19418         (timeclock-status-string, timeclock-when-to-leave)
19419         (timeclock-when-to-leave-string, timeclock-log-data)
19420         (timeclock-find-discrep, timeclock-day-base)
19421         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
19422         (timeclock-modeline-display): Set the variable
19423         `timeclock-modeline-display'.
19424         (timeclock-update-modeline): Doc fix.  Respect value of
19425         `timeclock-relative'.
19427 2003-07-09  Richard M. Stallman  <rms@gnu.org>
19429         * textmodes/reftex-parse.el (reftex-all-document-files):
19430         Add autoload cookie.
19432         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
19433         (reftex-scanning-info-available-p): Add autoload cookie.
19435         * international/mule-cmds.el
19436         (set-display-table-and-terminal-coding-system): Delete duplicate
19437         aset on standard-display-table.
19439         * view.el (view-file): If existing buffer's major mode is special,
19440         don't go into view mode.
19442         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
19444 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19446         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
19447         buffer changes; there's third party code that calls this function
19448         directly.
19450 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19452         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
19453         (autodoc-font-lock-keywords): Don't byte compile on font lock
19454         initialization when running from byte compiled files.
19456 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19458         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
19459         statement ends with auto-increment "++".
19461 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19463         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19464         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19465         these are changed, so declare them as variables and not constants.
19467 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
19469         * subr.el (dolist, dotimes): Doc fix.
19471 2003-07-08  Kim F. Storm  <storm@cua.dk>
19473         * international/mule-cmds.el
19474         (set-display-table-and-terminal-coding-system): Don't break
19475         bootstrap if standard-display-table isn't setup yet.
19477 2003-07-07  Richard M. Stallman  <rms@gnu.org>
19479         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
19480         Give it a doc string, and autoload it.
19482         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
19483         Use with-no-warnings.
19485         * info.el (Info-search): If find invisible text, search again.
19487         * isearch.el (search-whitespace-regexp): Add a shy group around it.
19489         * man.el (Man-name-regexp): Match + as part of name.
19491         * simple.el (visible-mode): Rename from vis-mode.
19492         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
19494         * simple.el (current-word): New arg REALLY-WORD specifies
19495         don't include punctuation chars.
19497         * emacs-lisp/debug.el (debug, debugger-env-macro):
19498         Use with-no-warnings while accessing and binding unread-command-char.
19500         * international/mule-cmds.el
19501         (set-display-table-and-terminal-coding-system): Use explicit loop
19502         instead of calling standard-display-default.
19504         * net/ange-ftp.el (ange-ftp-file-symlink-p):
19505         Use condition-case to catch error in ange-ftp-get-files.
19507         * net/browse-url.el (browse-url-browser-function):
19508         Add alternative for Epiphany.
19509         (browse-url-epiphany-program, browse-url-epiphany-arguments)
19510         (browse-url-epiphany-startup-arguments)
19511         (browse-url-epiphany-new-window-is-tab): New variables.
19512         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
19514         * progmodes/compile.el (compile-auto-highlight): Default now t.
19515         (compile): Doc fix.
19516         (compilation-next-error): Fix previous change.
19518         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
19520         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
19522 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
19524         * gdb-ui.el (gdb-source-info): Display current frame when
19525         attaching to an existing process.
19526         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
19527         while laying out windows when attaching to an existing process.
19529 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
19531         * info.el (Info-menu): Use Info-menu-entry-name-re.
19533 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
19535         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
19536         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
19538         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
19539         to match the same text.
19541 2003-07-06  John Paul Wallington  <jpw@gnu.org>
19543         * vc.el (vc-annotate-offset): Move defvar up.
19545 2003-07-06  Kim F. Storm  <storm@cua.dk>
19547         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
19548         This should fix the infinite loop when extracting menu names.
19550 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
19552         * files.el (auto-mode-alist, interpreter-mode-alist):
19553         Remove entries to CC Mode modes to avoid duplicates; they are now added
19554         with autoload directives in cc-mode.el.
19556 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
19558         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19559         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19560         these are changed, so declare them as variables and not constants.
19562         * progmodes/cc-mode.el: Fix some autoload problems: Try to
19563         ensure that the entry for ".c" extension comes before the one for
19564         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
19565         Fix incorrect entries that were added to `interpreter-mode-alist'.
19566         Move the autoload directives for AWK to the top level since they
19567         aren't recognized anywhere else.  Do not use the new AWK mode doc
19568         in the autoload form for the old AWK mode.
19570 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19572         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
19573         (bibtex-sort-ignore-string-entries): Default value t.
19574         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
19575         erroneously in previous version.
19576         (bibtex-string-files): Docstring reflects new parsing scheme.
19577         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
19578         docstring, add # as one of the chars to crush
19579         (bibtex-autokey-prefix-string, bibtex-autokey-names)
19580         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
19581         (bibtex-autokey-name-change-strings)
19582         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
19583         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
19584         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
19585         (bibtex-autokey-title-terminators)
19586         (bibtex-autokey-titlewords-stretch)
19587         (bibtex-autokey-titleword-ignore)
19588         (bibtex-autokey-titleword-case-convert)
19589         (bibtex-autokey-titleword-abbrevs)
19590         (bibtex-autokey-titleword-abbrevs)
19591         (bibtex-autokey-titleword-change-strings)
19592         (bibtex-autokey-titleword-length)
19593         (bibtex-autokey-titleword-separator)
19594         (bibtex-autokey-name-year-separator)
19595         (bibtex-autokey-year-title-separator)
19596         (bibtex-autokey-before-presentation-function)
19597         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
19598         Fix docstring.
19599         (bibtex-strings, bibtex-reference-keys):
19600         Use lazy-completion-table and make-variable-buffer-local.
19601         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
19602         (bibtex-braced-string-syntax-table)
19603         (bibtex-quoted-string-syntax-table): New variables.
19604         (bibtex-parse-nested-braces): Remove.
19605         (bibtex-parse-field-string): Use syntax table and forward-sexp.
19606         (bibtex-parse-association): Simplify.
19607         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
19608         (bibtex-parse-field-text): Simplify.
19609         (bibtex-search-forward-field, bibtex-search-backward-field):
19610         argument BOUND can take value t.
19611         (bibtex-start-of-field, bibtex-start-of-name-in-field)
19612         (bibtex-end-of-name-in-field, bibtex-end-of-field)
19613         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19614         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
19615         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
19616         (bibtex-skip-to-valid-entry): Return buffer position of beginning
19617         and ending of entry.  Update for changes of bibtex-search-entry.
19618         Simplify.
19619         (bibtex-map-entries): FUN is called with three arguments.
19620         (bibtex-search-entry): Return a cons pair with buffer positions of
19621         beginning and end of entry.
19622         (bibtex-enclosing-field): Simplify.
19623         (bibtex-format-entry): Use booktitle to set a missing title.
19624         (bibtex-autokey-get-names): Fiddle with regexps.
19625         (bibtex-generate-autokey): Use identity.
19626         (bibtex-parse-keys): Use simplified parsing algorithm if
19627         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
19628         arguments.  Return alist of keys.
19629         (bibtex-parse-strings): Simplify.  Return alist of strings.
19630         (bibtex-complete-string-cleanup): Fix docstring.
19631         (bibtex-read-key): New function.
19632         (bibtex-mode): Fix docstring.  Do not parse for keys and
19633         strings when the mode is entered.  Set fill-paragraph-function to
19634         bibtex-fill-field.  Setup font-lock-mark-block-function the way
19635         font-lock intended.
19636         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
19637         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
19638         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
19639         (bibtex-Preamble): Avoid hard coded constants.
19640         (bibtex-make-field): Fix docstring.  Simplify.
19641         (bibtex-beginning-of-entry): Always return new position of point.
19642         (bibtex-end-of-entry): Rearrange cond clauses.
19643         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
19644         Update for changes of bibtex-map-entries.
19645         (bibtex-ispell-abstract): Do not move point.
19646         (bibtex-entry-index): Use downcase.  Simplify.
19647         (bibtex-lessp): Handle catch-all.
19648         (bibtex-find-crossref): Turn into a command.
19649         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
19650         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
19651         preamble entries.
19652         (bibtex-fill-field-bounds): New function.
19653         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
19654         (bibtex-fill-entry): Use bibtex-fill-field-bounds
19655         (bibtex-String): Use bibtex-strings.  Always obey
19656         bibtex-sort-ignore-string-entries.
19658 2003-07-05  John Paul Wallington  <jpw@gnu.org>
19660         * cus-theme.el (customize-create-theme):
19661         Call `customize-create-theme' in Reset widget's notify function.
19663         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
19664         (ibuffer-mark-interactive): Use `or' instead of `unless'.
19665         (define-ibuffer-column name): Add summarizer.
19666         (define-ibuffer-column size): Likewise.
19667         (define-ibuffer-column filename): Likewise.
19668         (define-ibuffer-column process): Likewise.  Change BODY's output too.
19669         (define-ibuffer-column filename-and-process): Likewise, likewise.
19670         (ibuffer): Remove local vars `already-in' and `need-update'.
19672         * ibuf-ext.el: Don't require `derived' at compile-time.
19674 2003-07-05  Kim F. Storm  <storm@cua.dk>
19676         * info.el: Disable paragraph refilling.
19677         (Info-refill-paragraphs): New defcustom.
19678         (Info-fontify-node): Use it.
19680 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
19682         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
19683         thingies from constructors created by defstruct.
19685         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
19686         the default value of the variable.
19687         (byte-code-meter): Move declaration to top level.
19689         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
19691         * info.el (Info-following-node-name-re): New fun.
19692         (Info-following-node-name): Remove.
19693         (Info-insert-dir): Use the new fun.
19694         (Info-extract-pointer): Don't save restriction; use new fun.
19695         (Info-menu-entry-name-re): New const.
19696         (Info-menu-entry-name-re): Use it along with new fun.
19697         (Info-node-spec-re): Use new fun.
19698         (Info-complete-menu-item, Info-fontify-node): Use new const.
19699         (Info-goto-node, Info-follow-reference, Info-menu-update):
19700         Use match-string.
19701         (Info-follow-reference): Use assoc-string.
19702         Use a list of strings for the completion table.
19703         (Info-fontify-node): Use match-string, line-end-position.
19704         Limit the search for `node:' to the first line.
19706         * newcomment.el (uncomment-region): Remove padding coming from
19707         comment-start rather than just from comment-padding.
19709         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
19710         (vc-cvs-stay-local-p): Use vc-stay-local-p.
19711         (vc-cvs-rename-file): Remove (use the default).
19712         (vc-cvs-register): Register parent dir if needed.
19713         (vc-cvs-could-register): Return non-nil if parent can be registered.
19714         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
19715         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
19717         * vc-svn.el (vc-svn-use-edit): Make it into a const.
19718         (vc-svn-update): Fix the arguments to `svn'.
19719         (vc-svn-diff-tree): Just use `vc-svn-diff'.
19720         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
19721         Simple implementations, assuming `name' is a URL.
19723         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
19724         set of chars allowed unquoted in a case pattern.
19726         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
19728         * font-lock.el (font-lock-extra-types-widget)
19729         (c-font-lock-extra-types, c++-font-lock-extra-types)
19730         (objc-font-lock-extra-types, java-font-lock-extra-types)
19731         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
19732         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
19733         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19734         (font-lock-match-c++-structor-declaration)
19735         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
19736         (c++-font-lock-keywords-3, c++-font-lock-keywords)
19737         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
19738         (objc-font-lock-keywords-3, objc-font-lock-keywords)
19739         (java-font-lock-keywords-1, java-font-lock-keywords-2)
19740         (java-font-lock-keywords-3, java-font-lock-keywords)
19741         (java-font-lock-syntactic-face-function): Remove obsolete code
19742         and constants.  It's all in cc-fonts.el now.
19744 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
19746         * mail/sendmail.el (mail-specify-envelope-from)
19747         (mail-envelope-from): Doc fix.
19749 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
19751         * generic-x.el: Do away with the dependency on `c-emacs-features'
19752         when populating `rul-generic-mode-syntax-table'; we already know
19753         this isn't XEmacs.
19755 See ChangeLog.10 for earlier changes.
19757 ;; Local Variables:
19758 ;; coding: iso-2022-7bit
19759 ;; End:
19761     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
19762   Copying and distribution of this file, with or without modification,
19763   are permitted provided the copyright notice and this notice are preserved.
19765 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1