(flymake-copy-buffer-to-temp-buffer): Simplify.
[emacs.git] / lisp / ChangeLog
blob21c04a6678b6643e35ccfedc7cbee5b9eef8a0c6
1 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5         (flymake-process-filter): Switch to buffer before calling it instead.
6         (flymake-post-syntax-check, flymake-highlight-err-lines)
7         (flymake-delete-own-overlays, flymake-parse-err-lines)
8         (flymake-start-syntax-check, flymake-start-syntax-check-process)
9         (flymake-count-lines, flymake-parse-residual):
10         Remove constant buffer argument.
11         (flymake-start-syntax-check-for-current-buffer): Remove.
12         Update callers to use flymake-start-syntax-check instead.
13         (flymake-display-err-menu-for-current-line):
14         Remove unused var `mouse-pos'.
15         (flymake-restore-formatting): Comment out unused function.
16         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17         argument, use current-buffer instead.  Update callers.
19 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
22         buffer-local because choose-completion-delete-max-match requires
23         that we set completion-ignore-case (i.e., binding via let is not
24         sufficient).
25         (bibtex-complete): Always set completion-ignore-case and
26         choose-completion-string-functions. The latter is needed because
27         choose-completion-string-functions keeps its value if we quit the
28         *Completions* buffer without requesting a completion.
30 2005-12-30  Andreas Schwab  <schwab@suse.de>
32         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
34 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
36         * jit-lock.el (jit-lock-chunk-size): Doc fix.
38 2005-12-30  Juri Linkov  <juri@jurta.org>
40         * locate.el (locate-fcodes-file, locate-header-face)
41         * progmodes/delphi.el (delphi-other-face)
42         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
44         * paren.el (show-paren-match, show-paren-mismatch): Use existing
45         group `paren-showing-faces'.
47         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
48         (goto-address): Fix docstring.
50         * net/webjump.el (webjump-sample-sites): Update URLs.
52         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
54         * subr.el (cancel-change-group): Add listp around pending-undo-list.
56 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * font-lock.el (font-lock-compile-keywords): Signal an error when
59         font-lock-set-defaults hasn't been called.
61 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
63         * subr.el (noreturn, 1value): Doc fixes.
65 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
67         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
68         that assoc-string returns nil.
70 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
72         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
73         (bibtex-entry-type-str, bibtex-empty-field-re)
74         (bibtex-search-backward-string, bibtex-preamble-prefix)
75         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
76         (bibtex-any-valid-entry-type): New variable.
77         (bibtex-parse-field-name): Simplify.
78         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
79         (bibtex-preamble-prefix): Include left delimiter.
80         (bibtex-search-forward-field, bibtex-search-backward-field):
81         Allow unbounded search past entry boundaries (required by bibtex-pop).
82         (bibtex-text-in-field-bounds): Use push.
83         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
84         (bibtex-parse-preamble, bibtex-valid-entry)
85         (bibtex-beginning-first-field): New functions.
86         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
87         (bibtex-map-entries): Fix docstring.
88         (bibtex-flash-head): New arg prompt. Simplify.
89         (bibtex-enclosing-field): Include code of bibtex-inside-field.
90         (bibtex-insert-kill): Simplify.  Always insert text past the
91         current field or entry.
92         (bibtex-format-entry): Use bibtex-parse-field.
93         (bibtex-pop): Use bibtex-beginning-of-entry and
94         bibtex-end-of-entry to initiate the search.  Insert empty field if
95         we found ourselves.
96         (bibtex-print-help-message): New args field and comma.
97         Handle entry keys.
98         (bibtex-make-field): Use bibtex-beginning-of-entry.
99         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
100         invalid entry.
101         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
102         Handle preambles.  Simplify code for thorough test.
103         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
104         New arg comma.  Handle entry heads.
105         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
106         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
107         New arg comma.
108         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
109         (bibtex-fill-field): Simplify.
110         (bibtex-fill-entry): Use bibtex-beginning-first-field and
111         bibtex-parse-field.
112         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
113         (bibtex-complete): Use bibtex-parse-preamble.
115 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
117         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
118         Display name of expression instead of convenience variable.
119         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
121         * progmodes/gud.el (gud-tooltip-dereference): Rename from
122         toggle-gud-tooltip-dereference.
123         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
124         (gud-tooltip-tips): ...here when dereferencing..
126 2005-12-28  Bill Wohler  <wohler@newt.com>
128         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
130 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
133         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
134         (vc-annotate-display-autoscale): Adjust call.
135         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
136         Fix interactive spec.
137         (vc-annotate-time-span): Remove.
138         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
139         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
140         (vc-annotate-display-select): Use new name.
142         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
143         (vc-annotate-mode-menu): Remove left-over redundant declaration.
144         Correct the construction of span entries.  Simplify.
145         (vc-annotate-display-select): Fix the nil case.
146         (vc-annotate): Remove obsolete (and now broken) code.
147         (vc-annotate-extract-revision-at-line): Remove obsolete code.
148         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
150 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
152         * subr.el (lazy-completion-table): Correct typo in docstring.
154         * startup.el (command-line): Use `custom-reevaluate-setting' for
155         `send-mail-function'.
157         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
159 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
161         * mail/smtpmail.el (smtpmail-try-auth-methods):
162         Send credentials together with "AUTH PLAIN" command.
164 2005-12-27  Richard M. Stallman  <rms@gnu.org>
166         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
167         mouse-2, go back to previously selected window, so it's selected
168         when mouse-2 command runs.
170 2005-12-27  Juri Linkov  <juri@jurta.org>
172         * descr-text.el (describe-text-sexp): Use square brackets for
173         button [Show] to distinguish it from the property value `show'.
174         (describe-property-list): Use `insert-text-button' with
175         `help-face' type instead of putting face in quotes, because button
176         is not created automatically for a list of faces.
177         (describe-text-properties-1): Put button-type value in quotes to
178         distinguish from plain text "button".
179         (describe-char): Display code point values in hex.  Don't use
180         `symbol-name' for `current-input-method' because it is a string.
181         Use `insert-text-button' with `help-face' type instead of putting
182         hardcoded face in quotes, because button is not created automatically.
184 2005-12-27  Richard M. Stallman  <rms@gnu.org>
186         * progmodes/glasses.el (glasses-face): More specific custom type.
188         * files.el (set-visited-file-name): Doc fix.
190         * textmodes/flyspell.el (flyspell-external-point-words):
191         Use local var buffer-scan-pos to advance scan for next misspelling.
192         Advance it only after we find the misspelling.
194 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
196         * textmodes/flyspell.el (flyspell-external-point-words):
197         New criteria for finding the misspelling in the buffer.
199 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
201         * help-mode.el (help-insert-string): Set help-xref-stack-item
202         rather than call help-setup-xref.
204         * descr-text.el (describe-char): Revert previous changes for
205         optional buffer argument.
207 2005-12-27  Juri Linkov  <juri@jurta.org>
209         * help-mode.el (help-insert-string): New function.  Save buffer
210         contents in cases where it is impossible to recompute the old contents.
212         * descr-text.el (describe-char): Set help-xref-stack-item
213         explicitly after buffer has been generated.
215 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
217         * cus-start.el (all): Add x-gtk-show-hidden-files.
219 2005-12-26  Richard M. Stallman  <rms@gnu.org>
221         * replace.el (perform-replace): Calculate match-again
222         before skipping read-only matches.
224         * paren.el (paren-showing-faces): New group.
225         (show-paren-match, show-paren-mismatch): Move to that group.
227         * button.el (button): Put into group `basic-faces'.
229         * progmodes/make-mode.el: Remove faces from group `faces'.
231         * apropos.el (apropos, apropos-value): Doc fix.
232         (apropos-documentation): Doc fix.
234 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * subr.el (lazy-completion-table): Remove argument `args'.
238         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
239         Don't use the `args' argument of lazy-completion-table.
241 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
243         * descr-text.el (describe-char): Add optional argument for buffer.
244         Set buffer appropriately.  Call help-setup-xref.
245         Suggested by Stefan Monnier.
247 2005-12-26  Juri Linkov  <juri@jurta.org>
249         * descr-text.el: Require `help-fns' at runtime.  Don't require
250         `button' for byte compilation.
251         (describe-text-widget): Add `help-echo' for first button.
252         Use `help-info' for second.
253         (describe-property-list): Use `help-argument-name' instead of `italic'.
254         (describe-text-category): Add prompt to interactive spec.
255         Call `help-setup-xref'.
256         (describe-char): Use `help-character-set'.  Add `help-echo' for
257         code point.  Use `help-input-method'.  Remove superfluous insert.
259 2005-12-25  Richard M. Stallman  <rms@gnu.org>
261         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
262         at point, in case of narrowing.
264         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
266         * locate.el (locate-header-face): Allow nil in type.
268         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
270 2005-12-25  Romain Francoise  <romain@orebokech.com>
272         * battery.el (battery-linux-proc-acpi): Also try
273         `/proc/acpi/thermal_zone/THM0/temperature'.
275 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
277         * custom.el (custom-push-theme): Fix docstring.
279         * cus-edit.el (custom-variable-set, custom-variable-save)
280         (custom-variable-save): Custom-quote widget values.
281         (customize-save-variable): Fix custom-push-theme call.
283 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
285         * w32-fns.el (w32-batch-update-autoloads): New function.
287         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
288         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
289         from the command line.
291 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
293         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
294         reset means to remove setting from theme entirely.  Don't keep
295         expanding theme-settings list; delete old entries if necessary.
297         * cus-edit.el (custom-buffer-create-internal): Move "Erase
298         customization" button one line up.
299         (custom-themed): New face.
300         (custom-magic-alist): New value, THEMED, for theme settings.
301         (custom-variable-state-set, custom-face-state-set):
302         Check theme-value instead of saved-value.
303         (custom-variable-reset-standard, custom-face-reset-standard):
304         Remove theme setting entirely.  Recalculate new values.
305         (custom-variable-set, custom-variable-set)
306         (custom-variable-reset-saved, custom-variable-reset-backup)
307         (custom-face-set, custom-face-reset-saved): Update `user' theme.
308         (custom-variable-save): Fix typos.
310 2005-12-23  Juri Linkov  <juri@jurta.org>
312         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
313         Add autoload cookies.
314         (edebug-outside-d-c-i-n-s-w): New variable.
315         (edebug-display, edebug-outside-excursion): Use it to save the
316         original value of default-cursor-in-non-selected-windows.
317         Set default-cursor-in-non-selected-windows to t while Edebug
318         is active.
319         (edebug-mode, edebug-eval-mode): Doc fix.
321         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
322         with `buffer-substring-no-properties' to remove common substring
323         highlighting.
325         * info.el (info-other-window, info): Rename function argument
326         `file' to `file-or-node'.
327         (Info-complete-menu-item): Use local variable `complete-nodes' to
328         keep the global value of `Info-complete-nodes' unchanged for
329         subsequent completions.
330         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
332         * simple.el (get-next-valid-buffer, last-buffer)
333         (next-error-buffer-p, next-error-find-buffer)
334         (minibuffer-history-sexp-flag): Doc fix.
336         * savehist.el (savehist-mode-hook): Add `:group'.
338         * log-view.el: Call autoload for vc-find-version.
339         (log-view-current-file): Adjust subgroup numbers.
340         (log-view-current-tag): Add `length'.
342 2005-12-23  Richard M. Stallman  <rms@gnu.org>
344         * vc.el (vc-annotate-car-last-cons): Defn moved up.
346 2005-12-23  Juri Linkov  <juri@jurta.org>
348         * hi-lock.el (hi-lock-archaic-interface-message-used)
349         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
350         (hi-lock-mode): Display "Hi" in the mode line only when
351         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
352         (hi-lock-write-interactive-patterns):
353         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
354         (hi-lock-set-pattern, hi-lock-set-file-patterns)
355         (hi-lock-font-lock-hook): Set 3rd arg `how' of
356         font-lock-add-keywords to t.
358 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
360         * hi-lock.el (hi-lock-highlight-range): New variable.
361         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
362         only if font-lock-fontified is non-nil.  Remove overlays.
363         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
364         font-lock-fontified is non-nil, otherwise use overlays (instead of
365         text properties).
366         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
367         New variables.
368         (hi-lock-string-serialize) New function.
370 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
372         * menu-bar.el (menu-find-file-existing): New function.
373         (menu-bar-file-menu): Use menu-find-file-existing for Open.
375         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
377 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
379         * vc.el: Remove unnecessary leading * in docstrings.
380         (vc-annotate-mode-map): Move initialization into declaration.
381         (vc-static-header-alist): Nitpick on the regexp.
382         (vc-default-init-version): New fun.
383         (vc-register): Use it.
384         (vc-insert-headers): Use dolist.
385         (vc-annotate-get-backend): Remove unused function.
386         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
387         (vc-annotate-mode): Remove corresponding call.
388         (vc-annotate-car-last-cons): Simplify.
389         (vc-annotate-buffers): Remove var.
390         (vc-annotate-backend): Make it buffer-local.
391         (vc-annotate): Move the interaction to the interactive spec.
392         Add a `buf' argument.
393         (vc-annotate-warp-version): Use this new `buf' argument to avoid
394         killing&creating a vc-annotate buffer, which is very disruptive when
395         the buffers are shown in dedicated frames.
397 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
399         * descr-text.el: Add FSF as maintainer.
400         (describe-text-mode, describe-text-mode-map)
401         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
402         help-mode.
403         (describe-text-widget, describe-text-sexp)
404         (describe-property-list, describe-text-category)
405         (describe-text-properties, describe-text-properties-1)
406         (describe-char): Use help buttons instead of widgets.
407         (describe-char-unicodedata-file): Make URL link in doc string.
409 2005-12-22  Richard M. Stallman  <rms@gnu.org>
411         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
412         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
413         Don't include buttons that write a file when there's no file.
414         (custom-variable-menu, custom-face-menu, custom-group-menu):
415         Don't include commands that write a file when there's no file.
416         (customize-browse): Reword the top-of-buffer help intro.
417         (custom-buffer-create-internal): Fix previous change.
418         (customize-changed-options-previous-release): Prev release is 21.1.
419         (customize-changed-options): Doc fix.
420         (customize-changed): New alias.
421         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
422         Say "standard values".
423         (Custom-reset-standard): Doc fix.
424         (custom-face-reset-standard): Doc fix.
426 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
429         even if font-lock-mode is non-nil since it may be t without having
430         turned on font-lock-mode-internal.
431         (font-lock-choose-keywords): Minor optimization.
432         (font-lock-add-keywords, font-lock-remove-keywords)
433         (font-lock-set-defaults): Don't call make-local-variable on a variable
434         that we know to already be local.
436 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
438         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
439         messages if in the minibuffer.
441 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
443         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
444         (tex-mode-flyspell-verify, flyspell-get-word)
445         (flyspell-external-point-words): Don't use point-min/max uselessly.
447         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
448         by Kevin Rodgers.  Instead, just hide the completions buffer if we
449         don't need to show it.
451 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
453         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
455 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
458         delete-windows-on with an inexistent buffer.
460 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
462         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
463         Delete defcustom variable :tag names.
465 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
467         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
468         (log-view-font-lock-keywords): Ajust subgroup numbers.
469         (log-view-current-tag): Don't hard code the number of subgroups.
471 2005-12-20  Juri Linkov  <juri@jurta.org>
473         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
474         (tooltip-x-offset, tooltip-y-offset): Doc fix.
476         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
477         (menu-bar-non-minibuffer-window-p): Instead of checking
478         display-multi-frame-p, use selected-frame when menu-updating-frame
479         is nil.
481 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
483         * align.el (align-rules-list): Use [ \t] instead of \s-
484         for column separators in text mode.
486 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
488         * help-mode.el (help-customize-variable, help-customize-face):
489         Don't pop help-xref-stack as help-follow no longer pushes
490         anything on to it.
492 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
494         * textmodes/org.el: (org-agenda-custom-commands): New option.
495         (org-agenda): Offer custom commands on splash screen.
496         (org-make-tags-matcher): Parser for Boolean logic added.
497         (org-agenda-set-tags): New command.
498         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
499         (org-set-tags): Efficiency improvements.
500         (org-auto-align-tags): New option.
501         (org-todo, org-demote, org-promote): Realign tags.
502         (org-tags-completion-function): Use also "&" and "|" as separators.
503         (org-org-menu): Agenda commands simplified.
505 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
507         * cus-edit.el (customize-apropos, customize-apropos-options):
508         Docstring changes.
510         * font-lock.el (font-lock): Add tags to the links in the defgroup.
512 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
514         * longlines.el (longlines-mode): Wrap while widened.
515         (longlines-decode-region, longlines-encode-region): Compute max
516         just once.
518 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
520         * cus-edit.el (mac): New group.
522         * cus-start.el (all): Add user options in macterm.c.  Add test for
523         Mac-related built-ins.  Fix test for GTK-related built-ins.
525         * term/mac-win.el (mac-handle-language-change)
526         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
527         (mac-services-open-selection, mac-services-mail-selection)
528         (mac-services-mail-to, mac-services-insert-text)
529         (mac-dispatch-apple-event): Add docstrings.
530         (x-get-selection, mac-select-convert-to-string): Select coding
531         system from `utf-16be' and `utf-16le' using `byteorder'.
533 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
535         * subr.el (lazy-completion-table): Don't be fooled if the var holds
536         a "list" (lambda ...) rather than a real completion list.
538         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
539         lexical-let when encountering ((lambda (...) ...) ...).
541 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
543         * progmodes/sh-script.el (sh-mode):
544         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
545         * textmodes/picture.el (picture-mode): Update docstrings.
547 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
549         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
550         commands enclosed in $(ARGQUOTE)s should not be split between two
551         lines, as that will break with GNU Make >3.80, when sh.exe is used
552         and arg quoting is with '..'.
553         (autoloads): Don't break the quoted --eval expression between
554         several lines.
556 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
558         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
559         Capture error from printing circular structures.
561 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
563         * wid-edit.el (widget-checkbox-action): Clear undo info.
565 2005-12-16  Bill Wohler  <wohler@newt.com>
567         * menu-bar.el (kill-this-buffer): Set a good example by using menu
568         bar, not menubar in comment.
570 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
573         After-change-functions should not clobber the match data.
575 2005-12-16  Juri Linkov  <juri@jurta.org>
577         * simple.el (choose-completion): Use `buffer-substring-no-properties'
578         instead of `buffer-substring'.
579         (completion-common-substring): Doc fix.
580         (completion-setup-function): Use minibuffer-completion-contents
581         instead of minibuffer-contents.  Don't set common-string-length
582         initially.  Remove special handling of partial-completion-mode.
583         Move computation of completion-base-size into one cond.
584         Call completion-base-size-function in mainbuf.  In computation of
585         completion-base-size for file name completion don't move point to
586         the end of the minibuffer.  Move computation of common-string-length
587         into one cond.  Start putting faces only when common-string-length>=0.
588         Add condition to put completions-common-part when
589         common-string-length>0.
591         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
592         place point at the first different character in the minibuffer
593         even if this position is at the beginning of the minibuffer.
595         * info.el (Info-read-node-name-1): In completion-base-size-function's
596         lambda return 1 if common-substring or minibuffer-completion-contents
597         starts with (, and 0 otherwise.
599         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
600         Use `crm-current-element' for second arg of `display-completion-list'.
602 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
604         * files.el (set-auto-mode): Look for an interpreter specified on
605         the first line also if search for mode specification succeeded,
606         but the mode is not known.
608 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
610         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
611         (org-open-at-point): Implement tag searches as links.
612         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
613         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
614         (org-tags-sparse-tree, org-tags-view, org-set-tags)
615         (org-agenda-dispatch): New commands.
616         (org-use-tag-inheritance, org-tags-column): New options.
617         (org-tab-follows-link, org-return-follows-link): New options.
618         (org-tags): New customize group.
619         (org-start-icalendar-file): Get local time zone.
620         (org-tags-completion-function): New function.
621         (org-set-font-lock-defaults): Make sure links will also be
622         highlighted inside headlines.
624 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
626         * term.el (term-emulate-terminal):
627         Let term-handle-ansi-terminal-messages override what Bash says about
628         its current directory.
630 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
632         * bindings.el (last-buffer): Move to simple.el.
633         * simple.el (last-buffer): Move here.
634         (get-next-valid-buffer): New function.
635         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
636         (prev-buffer): Ditto. Rename to `previous-buffer'.
638         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
639         * bindings.el (global-map): Ditto.
641 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
643         * cus-edit.el: Introductory comment change.
644         (custom-magic-alist): Change message string for the `rogue' state.
646 2005-12-15  Richard M. Stallman  <rms@gnu.org>
648         * tooltip.el: Delete defcustom variable :tag names.
650         * complete.el (partial-completion-mode): Doc fix.
652         * textmodes/flyspell.el (flyspell-external-point-words):
653         Use save-excursion to ensure we don't move backward in the
654         search loop, not even one character.
655         (flyspell-delete-all-overlays): Use remove-overlays directly.
657         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
658         (ispell-start-process): Set that variable.
659         Clear ispell-buffer-local-name.
660         (ispell-internal-change-dictionary):
661         Set ispell-current-dictionary after killing process.
662         (ispell-buffer-local-dict):
663         Don't set spell-personal-dictionary after killing process.
664         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
665         (ispell-tex-skip-alists)
666         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
668         * net/newsticker.el (newsticker--retrieval-timer-list)
669         (newsticker--display-timer, newsticker-running-p)
670         (newsticker-ticker-running-p): Definitions moved up.
672 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
674         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
676 2005-12-15  David Ponce  <david@dponce.com>
678         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
679         (recentf-edit-list, recentf-open-files): Signal an error when
680         there is no recent file.
682 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
684         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
685         read-only except for texinfo-format-region evaluation.
687 2005-12-14  Richard M. Stallman  <rms@gnu.org>
689         * vc.el (vc-default-previous-version, vc-default-next-version)
690         (vc-do-command): Doc fixes.
692 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
694         * textmodes/bibtex.el (bibtex-expand-strings)
695         (bibtex-autokey-expand-string, bibtex-name-part)
696         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
697         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
698         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
699         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
700         (bibtex-entry-postfix, bibtex-known-entry-type-re)
701         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
702         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
703         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
704         (bibtex-beginning-of-last-entry): Remove.
705         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
706         message if comma is missing but buffer is read-only.
707         (bibtex-parse-field-text): Handle whitespaces at the end of field
708         text.  Return 3-element list with beginning and end of field text
709         and end of field.
710         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
711         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
712         (bibtex-search-forward-field, bibtex-search-backward-field):
713         Search always delimited by limits of entry.  Use more efficient
714         search algorithms.
715         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
716         bibtex-end-of-name-in-field.
717         (bibtex-text-in-field-bounds): Handle BibTeX strings when
718         extracting the content of a field.
719         (bibtex-text-in-field): Use search limits.
720         (bibtex-parse-string-prefix): Handle empty string keys based on
721         bibtex-string-empty-key.
722         (bibtex-parse-string): Fix docstring.
723         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
724         (bibtex-preamble-prefix, bibtex-strings): New functions.
725         (bibtex-skip-to-valid-entry): Include preceding whitespace in
726         BibTeX entries (consistent with other BibTeX functions).
727         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
728         (bibtex-search-entry): Fix docstring.  Simplify.
729         (bibtex-flash-head, bibtex-complete-string-cleanup)
730         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
731         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
732         (bibtex-parse-entry): New optional arg content.
733         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
734         Use bibtex-text-in-field-bounds.
735         (bibtex-print-help-message): Handle BibTeX strings and preambles.
736         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
737         bibtex-parse-string-postfix.
738         (bibtex-find-text-internal): New function.
739         (bibtex-remove-delimiters): Use it.
740         (bibtex-find-text): Use it.  New optional arg help.
741         (bibtex-complete): Handle BibTeX string and preamble entries.
742         (bibtex-Preamble): Fix order of closing delimiters.
744 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
746         * vc.el (vc-default-revert): New fun.
748         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
750 2005-12-14  Romain Francoise  <romain@orebokech.com>
752         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
753         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
754         (font-lock-remove-keywords): Likewise.
756 2005-12-14  Juri Linkov  <juri@jurta.org>
758         * log-view.el (log-view-diff): Doc fix.
760         * isearch.el (isearch-query-replace): Use (mark) instead of
761         isearch-opoint if mark is active in transient-mark-mode.
763 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
765         * isearch.el (isearch-query-replace): Check for isearch-other-end.
767 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
769         * progmodes/cpp.el (cpp-face): New widget.
770         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
772 2005-12-14  Juri Linkov  <juri@jurta.org>
774         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
775         around `erase-buffer' and `insert'.
777         * descr-text.el (describe-text-properties): Replace buffer name
778         "*Help-2*" with "*Help*<2>".
779         (describe-char): Add functions print-help-return-message,
780         toggle-read-only.  Use help-setup-xref with nil to not store
781         describe-char in help-xref-stack.  Use help-make-xrefs to
782         make [back] button.
784         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
786         * wdired.el (wdired-old-point): New internal variable.
787         (wdired-change-to-wdired-mode): Set it buffer-locally.
788         (wdired-abort-changes): Restore point after aborting changes.
790 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * vc.el (vc-do-command): Add a new value t for okstatus.
794         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
795         frame in case of errors.
797 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
799         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
800         so it comes after "On the Left" in the menu.
802 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
804         * cus-edit.el (customize-apropos, customize-apropos-options)
805         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
807 2005-12-12  Bill Wohler  <wohler@newt.com>
809         * vc-svn.el (vc-svn-registered): Fix problem of visiting
810         non-writable Subversion-controlled files by saving window
811         configuration before calling vc-do-command.  vc-do-command calls
812         pop-to-buffer on error which is unexpected during registration.
814 2005-12-12  Jay Belanger  <belanger@truman.edu>
816         * calc/README: Update the summary of changes.
818 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * descr-text.el (describe-char): Rework last fix to solve the problem
821         is the same way it's solved for everything else in that function
822         (i.e. by extracting the info before setting up the *Help* buffer).
824 2005-12-12  Kim F. Storm  <storm@cua.dk>
826         * subr.el (version-regexp-alist): Allow space as separator before
827         non-numeric part, e.g. "1.0 alpha".
828         (version-to-list): Interpret .X.Y version as 0.X.Y version.
830 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
832         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
833         Implement Logging and the keep-modes setting.
834         (org-get-category): Make sure a string is returned.
835         (org-log-done): New function.
836         (org-log-done, org-closed-string): New options.
838 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
840         * tooltip.el (tooltip-y-offset): Change default to 20.
842 2005-12-12  Richard M. Stallman  <rms@gnu.org>
844         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
846         * frame.el (display-hourglass): Doc fix.
848         * help.el (help-for-help-internal): Simplify entry for `a'.
850         * info.el (Info-on-current-buffer): Doc fix.
851         (info-insert-file-contents): Don't test (featurep 'jka-compr).
853         * startup.el (inhibit-splash-screen): Make this the real name.
854         (inhibit-startup-message): Make this the alias.
855         (command-line): Find only simple.el, and use its directory
856         to fill in other preloaded files' names.
857         (command-line): Deactivate the mark if deactivate-mark is set.
859         * international/mule.el (load-with-code-conversion):
860         Bind deactivate-mark.
862         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
864 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
866         * cus-edit.el (customize-apropos): Avoid listing an option more
867         than once under different aliases.  No longer list user options
868         that are not defined with defcustom (unless a prefix arg is given).
869         Doc fix.
870         (customize-apropos-options): Doc fix.
872 2005-12-11  Juri Linkov  <juri@jurta.org>
874         * frame.el (set-background-color, set-foreground-color)
875         (set-cursor-color, set-mouse-color, set-border-color):
876         Add explicit prompts to read colors by `facemenu-read-color'.
877         (show-trailing-whitespace, blink-cursor-delay)
878         (blink-cursor-interval, display-hourglass, hourglass-delay):
879         Remove tags.
880         (display-hourglass, hourglass-delay): Doc fix.
881         (cursor-in-non-selected-windows): Capitalize words in tag.
883         * faces.el (frame-background-mode): Replace `choice-item' keywords
884         with `const' to not make [default] button.  Change default value tag
885         from `default' to `automatic'.  Doc fix.
886         (trailing-whitespace) <defface>: Change group `whitespace' to
887         `whitespace-faces'.
889 2005-12-11  Richard M. Stallman  <rms@gnu.org>
891         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
893 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
895         * term/mac-win.el: Create keymap for mac-apple-event-map.
897 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
899         * tooltip.el (tooltip-mode): Move to start of file so that it
900         appears at top of customize buffer.
902         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
903         Add the gud groupname.
904         (gud-tooltip-mode): Add the tooltip groupname.
905         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
906         avoid conflict with tooltip-use-echo-area.
908 2005-12-10  Romain Francoise  <romain@orebokech.com>
910         * help.el (help-for-help-internal): Add `r' in doc string.
912 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
914         * align.el (align-regexp, align-highlight-rule):
915         Use region-beginning and region-end instead of point and mark, so that
916         repetition (with `repeat-complex-command') recomputes the region
917         bounds.
919 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
921         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
922         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
923         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
924         (balance-windows): Rewrite using the above new functions.
926 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
928         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
929         react if global-hi-lock-mode seems intended.
930         (global-hi-lock-mode) Renamed from hi-lock-mode.
931         (hi-lock-archaic-interface-message-used)
932         (hi-lock-archaic-interface-deduce): New variables.
933         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
934         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
935         (hi-lock-find-patterns, hi-lock-font-lock-hook):
936         Replace hi-lock-buffer-mode with hi-lock-mode.
938 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
940         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
941         completion list, even after a partial completion has been
942         inserted in the current buffer.  If there are more than 1
943         completion, redisplay the *Completions* buffer; if the
944         completion is unique, delete the *Completions* window.
946 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
948         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
949         strings and long subject lines that were broken into multiple
950         lines at arbitrary places.  Handle subjects that have "Re: " in
951         the middle.
953 2005-12-10  John W. Eaton  <jwe@octave.org>
955         * emacs/octave-mod.el (octave-electric-space): Don't indent
956         comments or strings if octave-auto-indent is nil.
958 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
960         * term/mac-win.el: Require url when compiling.
961         Call mac-process-deferred-apple-events after loading init files.
962         (mac-apple-event-map): New defvar.  Define event handlers in it.
963         (core-event, internet-event): New Apple event class symbols.
964         (open-application, reopen-application, open-documents)
965         (print-documents, open-contents, quit-application)
966         (application-died, show-preferences, autosave-now, get-url):
967         New Apple event ID symbols.
968         (about): New HICommand ID symbol.
969         (mac-event-spec, mac-event-ae): New macros.
970         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
971         (mac-ae-selection-range, mac-ae-text-for-search)
972         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
973         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
974         and Services menu events are now defined in mac-apple-event-map.
975         (mac-drag-n-drop): Remove selection range handling.
977 2005-12-10  Kenichi Handa  <handa@m17n.org>
979         * simple.el (zap-to-char):
980         * isearch.el (isearch-process-search-char): Translate CHAR by
981         translation-table-for-input.
983 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
985         * foldout.el (foldout-exit-fold): Properly hide subtree.
987 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
989         * files.el (save-buffer):
990         * international/ucs-tables.el (ucs-set-table-for-input):
991         * mail/mail-extr.el (mail-extract-address-components):
992         * mail/sendmail.el (mail-mode): Reformat doc string.
994 2005-12-09  Juri Linkov  <juri@jurta.org>
996         * isearch.el (isearch-highlight): Change main overlay priority
997         from 1 to 1001.  Simplify.
998         (isearch-lazy-highlight-update): Change lazy overlay priority
999         from 0 to 1000.
1001         * replace.el (replace-highlight): Change overlay priority from
1002         1 to 1001.
1004         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1005         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1007         * compare-w.el (compare-windows-highlight): Change overlay
1008         priority from 1 to 1000.
1010         * menu-bar.el (menu-bar-edit-menu): Add listp around
1011         pending-undo-list to disable menu item "undo" when pending
1012         undo list is empty.
1014         * locate.el (locate): Disable undo in *Locate* buffer.
1016 2005-12-09  Kim F. Storm  <storm@cua.dk>
1018         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1020 2005-12-09  David Ponce  <david@dponce.com>
1022         * recentf.el: Improvement of the menu code.
1023         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1024         instead of menu hook.
1025         (recentf-show-menu, recentf-hide-menu): New functions.
1026         (recentf-menu-customization-changed, recentf-mode): Use them.
1027         (recentf-menu-action, recentf-max-menu-items)
1028         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1029         (recentf-arrange-by-rule-others)
1030         (recentf-arrange-by-rules-min-items)
1031         (recentf-arrange-by-rule-subfilter) : Don't use
1032         `recentf-menu-customization-changed'.
1033         (recentf-arrange-rules): Likewise.  Accept functions to compute
1034         sub-menu titles.
1035         (recentf-menu-filter): Likewise.  Doc fix.
1036         (recentf-menu-value-shortcut): Doc fix.
1037         (recentf-dump-variable): Quote atom value.
1038         (recentf-make-menu-items): Update to use it as a menu filter.
1039         (recentf-match-rule): New function.
1040         (recentf-arrange-by-rule): Use it.
1041         (recentf-indirect-mode-rule): New function.
1042         (recentf-build-mode-rules): Use it.
1043         (recentf-dir-rule): New function.
1044         (recentf-arrange-by-dir): Use it.
1045         (recentf-filter-changer-current): Rename from
1046         `recentf-filter-changer-state'.  All references updated.
1047         (recentf-filter-changer-alist): Update filter names.
1048         (recentf-filter-changer-select): New function.
1049         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1050         available in `recentf-filter-changer-alist'.
1051         (recentf-data-cache, recentf-clear-data)
1052         (recentf-update-menu): Remove.  All references updated.
1053         (recentf-match-rule-p, recentf-build-dir-rules)
1054         (recentf-filter-changer-goto-next)
1055         (recentf-filter-changer-get-current)
1056         (recentf-filter-changer-get-next): Remove.
1058 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1060         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1061         buffer "Reset" button to "Reset to Current" for consistency with
1062         the State buttons.
1064 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1066         * ibuf-ext.el (define-ibuffer-filter filename):
1067         If `dired-directory' is a list then really use its car.
1069 2005-12-08  Kim F. Storm  <storm@cua.dk>
1071         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1072         indention of text on right side of replaced rectangle.
1074 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1076         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1077         No need to check gud-comint-buffer is bound.
1078         (gdb): Prevent multiple debugging when first session uses gdba.
1080 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1082         CC Mode update to 5.31.
1084         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1085         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1086         might do this function properly in the future).
1088         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1089         macros c-sentence-end and c-default-value-sentence end, to cope
1090         with Emacs 22's new function `sentence-end'.
1092 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1094         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1095         compat issue using `c-put-overlay' and `c-delete-overlay'.
1097         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1098         compat macros to handle overlays/extents.
1100 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1102         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1103         (for GNU Emacs 20.4)
1105         * progmodes/cc-defs.el:
1106         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1108         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1109         highlighting mechanism so it will work in XEmacs too.
1111         * progmodes/cc-defs.el: Insert c-int-to-char.
1113         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1114         call to the new macro c-int-to-char.  This solves XEmacs's
1115         regarding characters as different from integers.
1117 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1119         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1120         helper.
1122         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1123         construct to make the indirect face lookup work in XEmacs.
1125         (c-cpp-matchers): Append the negation char face to the existing
1126         fontification, so that the cpp face doesn't disappear.  Use
1127         `c-make-syntactic-matcher' to avoid negation chars in comments and
1128         strings.
1130         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1131         to map to `font-lock-negation-char-face' in emacsen where it
1132         exists.
1134 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1136         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1138         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1139         "c-subword-move-mode" as "c-subword-mode".
1141         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1142         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1144 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1146         * progmodes/cc-mode.el: Added autoload directive for
1147         `c-subword-move-mode' for use in older emacsen.
1149 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1151         * progmodes/cc-mode.el:
1152         (i) Insert a binding for C-c C-backspace into
1153         c-bind-special-erase-keys which works in TTYs.
1154         (ii) Make sure that when file styles are used, any explicitly
1155         given style variables take priority over those in the style.  Do
1156         this by calling `hack-local-variables' a second time.
1158         * progmodes/cc-vars.el: Add language specific customization
1159         widgets for AWK to c-doc-comment-style, c-require-final-newline
1160         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1161         c-syntactic-element and c-syntactic-context doc-strings by
1162         directly setting their `variable-documentation' propery.  This
1163         allows Emacs 22.1 to read these with C-h v.
1165         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1166         Monnier).
1168 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1170         * progmodes/cc-fonts.el, cc-vars.el
1171         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1172         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1173         Masatake YAMATO.
1175         (c-doc-comment-style): Made GtkDoc default in C mode.
1177         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1178         and C-c C-<delete>.
1180         (c-bind-special-erase-keys): New function for use on
1181         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1183         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1184         <delete> key behavior in XEmacs according to `delete-forward-p'.
1185         C.f. `c-electric-delete'.
1187 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1189         * progmodes/cc-mode.el: Give c-hungry-backspace and
1190         c-hungry-delete-forward permanent key bindings.
1192         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1193         c-syntactic-context for calls to "criteria functions", for
1194         consistency with other calls to user functions.
1196         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1197         `current-prefix-arg', since this might be the prefix arg to a
1198         command which calls c-indent-command as a function.  Change the
1199         interactive spec from "p" to "P".
1201         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1202         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1203         was difficult to understand.
1205 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1207         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1208         first char of an identifier.
1210         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1211         +" syntax in C++.
1213 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1215         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1216         auto-fill doesn't split a c-comment's last word from a hanging
1217         "*/" when a space is typed between them after fill-column.
1219         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1221         * progmodes/cc-styles.el (c-set-style,
1222         c-setup-paragraph-variables): Abort the command if we're not in a
1223         CC Mode buffer.
1225         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1226         with blank comment-prefix, and a blank line as the comment's
1227         second line.
1229 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1231         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1232         Incorporated the patterns added in the Emacs development branch
1233         for the new Emacs 22 face `font-lock-negation-char-face'.
1235         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1236         of "red" since it stands out better in xterms and DOS terminals.
1238         * progmodes/cc-engine.el (c-literal-faces): Added
1239         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1241 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1243         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1244         forcibly enable c-electric-flag.
1246         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1247         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1248         just after the comment-prefix of a C-style comment will close that
1249         comment.
1251 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1253         * progmodes/cc-fonts.el (c-basic-matchers-before,
1254         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1255         in Pike.
1257         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1258         digraphs.
1260         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1261         (c-cpp-message-directives, c-cpp-include-directives,
1262         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1263         c-cpp-expr-directives): Introduced new language constants to
1264         control cpp syntax in a cleaner way.
1266         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1268         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1270         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1271         c-multiline-string-start-char): New language constants and
1272         variables to specify how newlines in string literals work.
1274         (c-font-lock-invalid-string): Use them.
1276         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1277         unbalanced close brace is entered.  Optimization by avoiding going
1278         back over arbitrarily large blocks.  Removed hints that this
1279         function only would be relevant/useful in AWK.
1281         (c-electric-brace): Indent syntactically after the cleanups since
1282         lineup functions might do it differently then.
1284         * progmodes/cc-engine.el, cc-langs.el
1285         (c-opt-op-identifier-prefix): New language constant and variable.
1287         (c-just-after-func-arglist-p, c-after-special-operator-id,
1288         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1290         * progmodes/cc-align.el, cc-engine.el
1291         (c-after-special-operator-id): New helper to handle C++ operator
1292         identifiers.
1294         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1295         c-guess-basic-syntax): Handle C++ operator identifiers in
1296         declarations.
1298         * progmodes/cc-langs.el (c-assignment-operators): Added the
1299         trigraph version of ^= too.
1301         * progmodes/cc-langs.el (c-assignment-operators): Added the
1302         trigraph version of |= in C++.
1304         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1305         `c-decl-hangon-kwds' after the identifier name.
1307         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1308         whether an arglist is "nonempty", ignore a comment after the open
1309         paren if it isn't followed by a non-comment token on the same
1310         line.
1312         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1313         heuristics below the point to cope with classes inside special
1314         brace lists in Pike.
1316 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1318         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1320 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1322         * progmodes/cc-guess.el (cc-guess-install): New function to
1323         install an already guessed style in another buffer.
1325         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1326         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1327         anyway if the change always is undone.
1329 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1331         Implement togglable electricity:
1333         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1334         saying when it should be used.
1336         * progmodes/cc-engine.el: Add the new buffer-local variable,
1337         c-electric-flag.
1339         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1340         c-toggle-auto-newline.
1342         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1343         c-toggle-auto-newline.  Remove the binding for
1344         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1345         c-toggle-electric-state.
1347         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1349         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1350         c-\(forward\|backward\)-subword.
1351         (c-update-modeline): Add the new modeline flag `l' for
1352         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1353         `l'.
1354         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1355         the old name an alias of the new name.
1356         (c-toggle-electric-state): New function.
1357         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1358         Adapt these functions to do electric things only when
1359         c-electric-flag is non-nil.
1360         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1361         new functions from c-electric-brace.
1362         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1363         mode, so that the tentative extra newline doesn't change the
1364         syntax of the following brace.
1365         (c-electric-brace): restructure by extracting the above functions.
1366         Tidy up the coding somewhat.
1367         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1368         restructure a bit.
1370 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1372         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1373         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1374         idea.
1376         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1377         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1378         since it's now used to track another submode.
1380         (c-update-modeline): Converted to function and extended to check
1381         `c-subword-move-mode'.
1383         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1384         Converted to compat aliases for `c-forward-subword' and
1385         `c-backward-subword'.
1387         * progmodes/cc-subword.el: New functions and minor mode to handle
1388         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1390         (c-forward-subword, c-backward-subword, c-mark-subword,
1391         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1392         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1393         Functions corresponding to the standard word handling functions.
1395         (c-subword-move-mode): Minor mode that replaces all the standard
1396         word handling functions with their subword equivalences.
1398 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1400         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1401         entry for one-liner-defun.
1403         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1404         name in its def-edebug-spec.
1406         * progmodes/cc-cmds.el (c-electric-brace): Make the
1407         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1408         compacts space before a comment, if this will make things fit on
1409         one line.
1411         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1413         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1415         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1416         clean-up one-liner-defun.
1418         * progmodes/cc-styles.el: Add the new "awk" style.
1420         * progmodes/cc-vars.el: Add description of one-liner-defun to
1421         c-cleanup-list's doc-string.  New user options,
1422         c-max-one-liner-length.  In c-default-style, set the default style
1423         for AWK to "awk".
1425 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1427         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1428         macros inside labels.
1430         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1431         `c-at-statement-start-p' and `c-at-expression-start-p'.
1433         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1434         error if the mark isn't set.
1436         * progmodes/cc-engine.el (c-guess-continued-construct,
1437         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1438         accurately detect functions inside functions.
1440         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1441         like `c-at-statement-start-p' that additionally recognizes commas
1442         and expression parentheses as delimiters.
1444         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1445         to avoid heuristics that doesn't work for unclosed blocks.
1447         (c-at-statement-start-p): New function.
1449         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1450         Objective-C directives, e.g. directives spanning lines should work
1451         reasonably well now.
1453         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1455         (c-forward-objc-directive): New function to move over any ObjC
1456         directive.
1458         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1459         c-basic-matchers-before): Use it.
1461         (c-font-lock-objc-iip-decl): Removed.
1463         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1464         in the template arglist recognition.
1466         * progmodes/cc-styles.el (c-style-alist): Fixed several
1467         inconsistencies in the Whitesmith style.
1469         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1470         lineup function to get lines after Whitesmith style blocks
1471         correctly indented.
1473         (c-lineup-whitesmith-in-block): Backed out the compensation for
1474         opening parens since it's done using `add' lists in the style
1475         definition instead.  Don't use the anchor position since it varies
1476         too much between the syntactic symbols. :P
1478         * progmodes/cc-vars.el (c-valid-offset): Updated.
1480         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1481         lists where the offsets are combined according to several
1482         different methods: `first', `min', `max', and `add'.  Report
1483         offset evaluation errors with `c-benign-error' so that some kind
1484         of reindentation still is done.
1486         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1487         `arglist-intro' the same way as `arglist-cont-nonempty' and
1488         `arglist-close'.
1490         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1491         situations for `arglist-cont-nonempty' and `arglist-close'.
1493         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1494         constant.
1496         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1497         cc-bytecomp-boundp' in a number of places.
1499         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1500         macro related issue.
1502 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1504         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1505         list is now
1506         [asdf], a char class [:alpha:].  Include code for char classes.
1507         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1508         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1510         Remove (nearly all of) the cruft associated with AWK Mode's former
1511         concept of "virtual semicolons":
1513         Adapt c-beginning-of-statement, c-end-of-statement (together with
1514         subfunctions) to use the new notion of "virtual semicolon" in
1515         place of the old awkward special handling for AWK.  There remains
1516         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1517         * progmodes/cc-cmds.el:
1518         (c-ascertain-adjacent-literal): In the backwards direction, now
1519         recognises AWK regexp delimiters as string delimiters.
1520         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1521         check more rigorously for "end of macro".
1522         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1523         virtual semicolons;
1524         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1525         out the code for forward movement into ...
1526         (c-end-of-statement): Now contains the code for forward movement,
1527         adapted for virtual semicolons.
1529         * progmodes/cc-engine.el:
1530         (c-ws*-string-limit-regexp): new regexp.
1531         (c-forward-single-comment, c-backward-single-comment): Comment out
1532         the (now redundant) "special" AWK stuff.
1534         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1535         c-string-par-start, c-string-par-separate to be more like Text
1536         Mode than Fundamental Mode.
1538 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1540         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1541         to the fontified region so that fontification doesn't occur
1542         outside it
1543         (could happen e.g. when fontifying a line with an unfinished
1544         declaration).
1546 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1548         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1549         moved to near the start of the file.  ^L now separate sections of
1550         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1551         c-awk-blank-or-comment-line-re,
1552         c-awk-one-line-possibly-open-string-re,
1553         c-awk-regexp-one-line-possibly-open-char-class-re,
1554         c-awk-one-line-possibly-open-regexp-re,
1555         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1556         c-awk-vsemi-status-unknown-p.
1558         Amend the concept of "virtual semicolons" (in the indentation
1559         engine) for languages like AWK, such that they are now
1560         conceptually attached to end of the last token of a statement, not
1561         the end of the line.  (In AWK Mode, however, the pertinent text
1562         property is still physically set on the EOL.)  Remove the specific
1563         tests for awk-mode, thus facilitating the introduction of other
1564         language modes where EOLs can end statements.  (Note: The
1565         funtionality in cc-cmds.el, specifically
1566         c-beginning/end-of-statement has yet to be amended.)
1568         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1569         c-vsemi-status-unknown-p.
1571         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1572         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1573         c-vsemi-status-unknown-p-fn (in a new page).
1575         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1576         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1577         numerous awkward forms like
1578         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1579         with
1580         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1581         variable before-ws-ip, the place just after char-before-ip
1582         appears.
1584         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1585         a comment.
1587 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1589         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1590         `c-tentative-buffer-changes'.
1592         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1593         converted to macro to choose between Emacs and XEmacs at compile
1594         time.
1596         (c-set-region-active): New set counterpart to
1597         `c-region-is-active-p'.
1599         (c-tentative-buffer-changes): New macro to handle temporary buffer
1600         changes in a convenient way.
1602         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1603         for `c-tentative-buffer-changes'.
1605         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1606         the checks for paren sexps between the point and the keyword, to
1607         avoid some false alarms.
1609         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1610         Fixed a situation where an error could be thrown for unbalanced
1611         parens.  Changed to make use of c-keyword-member' to avoid some
1612         repeated regexp matches.
1614         (c-opt-lambda-key, c-opt-inexpr-block-key,
1615         c-opt-inexpr-class-key): These language variable are no longer
1616         necessary.
1618         (c-block-stmt-kwds): New language constant used by
1619         c-looking-at-inexpr-block'.
1621         (c-guess-basic-syntax): Removed an optional check that looked at
1622         the existence of the now removed language variables.
1624         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1625         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1626         object instantiation expressions as declarations in some contexts.
1627         This bug only affected languages where the declarator can't be
1628         enclosed in parentheses.
1630         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1631         insert newlines before and after substatement braces.
1633         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1634         function declaration headers and the handling of C++ style member
1635         init lists.
1637         (c-just-after-func-arglist-p): Rewritten to use
1638         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1640         (c-beginning-of-member-init-list): Removed since it isn't used
1641         anymore.
1643         (c-guess-basic-syntax): Case 5B adapted for the new
1644         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1645         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1646         covers all cases now).
1648         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
1650 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1652         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1653         c-string-par-start/separate c-sentence-end-with-esc-eol,
1654         initialised in c-setup-paragraph-variables, used in string
1655         scanning subroutines of c-beginning-of-statement.
1657         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1658         which precedes the newly inserted `{'.
1660 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1662         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1663         function for declaration level blocks.  It should now cope with
1664         templates better and also be a lot more comprehensible.
1666         (c-looking-at-decl-block): The new function.
1668         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1669         for compatibility.
1671         (c-add-class-syntax, c-guess-continued-construct,
1672         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1674         (c-decl-block-key): Changed to tell apart ambiguous and
1675         unambiguous keywords.  Pike specials are now handled directly in
1676         the code instead.
1678         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1679         language constants and variables to make the backward skip in
1680         `c-looking-at-decl-block' as tight as possible.
1682         (c-nonsymbol-token-char-list): New language constant.
1684         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1685         find balanced template arglists backwards.
1687         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1688         making char classes for `c-syntactic-skip-backward'.
1690         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1691         16D - can't be a class-close at that point.
1693         * progmodes/cc-engine.el (c-guess-basic-syntax,
1694         c-add-class-syntax): Don't narrow out the enclosing declaration
1695         level.  This makes everything a lot easier, and it was actually
1696         only four small places that needed it to work.  Some places that
1697         previously did `widen' are removed now, which has the effect that
1698         `c-guess-basic-syntax' never will look at things outside the
1699         current narrowment now.  The anchor position for `topmost-intro'
1700         is affected by this, but it was so bogus it was basically useless
1701         before, and now it's equally bogus but in a slightly different
1702         way.
1704         (c-narrow-out-enclosing-class): Gone.
1706         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1707         the narrowed region.
1709         (c-least-enclosing-brace): Removed silly optional argument.
1711         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1712         the point could be left directly after an open paren when finding
1713         the beginning of the first decl in the block.
1715         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1716         Specify which submatch to use.
1718         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
1720         (c-decl-start-re): No no longer any need for special treatment of
1721         ObjC due to the above.
1723         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1724         presumably follows C in that regard.
1726         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1727         New language constants to specify operator tokens inside
1728         identifiers in a more high level way.
1730         (c-opt-identifier-prefix-key): New internal language constant.
1732         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1733         c-identifier-start, c-identifier-key): Now completely calculated
1734         from other constants.
1736         (c-identifier-last-sym-match): Decommissioned since it's no longer
1737         used.
1739         (c-operators): Use `c-identifier-ops'.  Documented
1740         `postfix-if-paren'.
1742         * progmodes/cc-engine.el (c-forward-name): Removed the
1743         optimization when c-identifier-key is equal to c-symbol-key since
1744         it doesn't work in byte compiled files.  Don't record empty
1745         regions as identifiers.
1747         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1748         simplify access to `c-operators' and its likes.
1750         (c-operator-list, c-all-op-syntax-tokens,
1751         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1752         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1753         c-primary-expr-regexp, c-cast-parens): Use it.
1755         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1756         an explicit language in functions.
1758         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1759         variant of adornment.
1761         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1762         variable.
1764         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1765         the Pike value.
1767         * progmodes/cc-engine.el (c-on-identifier,
1768         c-simple-skip-symbol-backward): Small fix for handling "-"
1769         correctly in `skip-chars-backward'.  Affected the operator lfun
1770         syntax in Pike.
1772         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1773         diagnostic message about precompiled language vars not being used.
1775         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1776         "__attribute__" is followed by a parenthesis.
1778         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1779         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1780         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1782         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1783         cleanups to properly detect the declared identifiers in various
1784         declarations.
1786         (c-decl-start-kwds): New language constant to recognize
1787         declarations that can start anywhere.  Used for class declarations
1788         in Pike.
1790         (c-specifier-key, c-not-decl-init-keywords,
1791         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1792         c-find-decl-spots): Implement `c-decl-start-kwds'.
1794         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1795         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1796         handling of the compiler specific extension keywords into a new
1797         language constant `c-decl-hangon-kwds' that defines keyword
1798         clauses to be ignored in declarations.
1800         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1801         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1802         Necessary to stop at the declared identifier in e.g. IDL valuetype
1803         declarations.
1805         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1806         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1807         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1808         c-forward-decl-or-cast-1): Recognize the declared identifier in
1809         class and enum declarations as such and not as part of the type.
1811         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1812         interpretation of PRECEDING-TOKEN-END when there's no preceding
1813         token.
1815         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1816         declarations when there's some syntax error later on.
1818         (c-complex-decl-matchers): Did away with a reference to
1819         `c-specifier-key'.
1821         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1822         value - this variable is always dynamically bound.
1824         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1825         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1826         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1827         functions that might do hidden buffer changes: All such internal
1828         functions are now marked instead of those that don't.
1830         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1831         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1832         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1833         c-literal-type): Allow these functions to make hidden buffer changes,
1834         so that they are free to use text property caching later on.
1836         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1837         c-electric-brace, c-electric-slash, c-electric-star,
1838         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1839         c-electric-paren, c-electric-continued-statement, c-indent-command,
1840         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1841         c-context-line-break): Added `c-save-buffer-state' calls to comply
1842         with the changed semantics of the functions above.
1844         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1845         when macros occur in obscure places.  Optimized the sexp movement
1846         a bit.
1848 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1850         Enhancements for c-beginning-of-statement to work in AWK Mode:
1852         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1853         (completed statement) with `}' (statement completed by closing
1854         brace or semicolon) and `$' (statement completed by EOL).
1856         (c-awk-virtual-semicolon-ends-prev-line-p,
1857         c-awk-virtual-semicolon-ends-line-p,
1858         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1859         c-awk-at-statement-end-p): new functions
1861         * progmodes/cc-cmds.el: Simplify the structure of functions
1862         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1863         two functions and c-beginning-of-statement to handle AWK Mode.
1865         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1866         c-backward-single-comment for AWK mode.  Attempt to clarify their
1867         doc-strings.
1869         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1871 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1873         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1874         label handling.  Labels are now recognized in a uniform and more
1875         robust way, regardless of context.  Text properties are put on all
1876         labels to recognize the following declarations better.  Multiword
1877         labels are handled both in indentation and fontification for the
1878         benefit of language extensions like Qt.  For consistency, keywords
1879         in labels are now fontified with the label face instead.  That
1880         also applies to "case" and "default".
1882         (c-beginning-of-statement-1): Fixed some bugs in the label
1883         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1884         with `c-label-kwds'.
1886         (c-find-decl-spots): Support that the callback adds more
1887         `c-decl-end' spots to find.
1889         (c-forward-decl-or-cast-1): Don't treat a list of plain
1890         identifiers followed by a colon as a declaration.
1892         (c-forward-label): New function to recognize labels.
1894         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1895         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1896         earlier since they aren't so context sensitive now.  Handle labels
1897         on the top level gracefully.  Moved access label recognition to
1898         the generic label case (CASE 15) - removed CASE 5E.
1900         (c-font-lock-declarations): Added recognition of labels in the
1901         same round since we need to handle labels in parallell with other
1902         declarations to recognize both accurately.  It should also improve
1903         speed.
1905         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1906         `c-font-lock-labels' so that it only is used on decoration level 2
1907         since `c-font-lock-declarations' handles it otherwise.
1909         (c-complex-decl-matchers): Removed the simplistic recognition of
1910         access labels.
1912         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1913         with labels earlier.
1915         (c-decl-start-re): New language variable to make
1916         `c-font-lock-declarations' stop for the special protection labels
1917         in Objective-C that start with `@'.
1919         (c-label-key): Removed since it's no longer used.
1921         (c-recognize-colon-labels, c-label-prefix-re): New language
1922         constants to support recognition of generic colon-terminated
1923         labels.
1925         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1926         are colon terminated labels.
1928         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1929         first argument starts with a special brace list.
1931         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1932         c-font-lock-declarations): Broke out the declaration and cast
1933         recognition from `c-font-lock-declarations' to a new function, so
1934         that it can be used in the indentation engine.
1936         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1937         up to the start of the literal.  Fixed bug with the point on the
1938         wrong side of the search limit that could happen when the start
1939         position is inside a literal.
1941         * progmodes/cc-engine.el (c-parse-state,
1942         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1943         so that it's kept a little bit back to increase the hit rate.
1945         (c-parse-state): Changed the macro handling and fixed some
1946         glitches.  Macro context is checked more often than necessary now,
1947         but otoh less garbage conses are generated.
1949         * progmodes/cc-engine.el (c-parse-state,
1950         c-invalidate-state-cache): Cache the last position where
1951         `c-state-cache' applies.  This can speed up refontification quite
1952         a bit in blocks where there are many non-brace parens before the
1953         point.
1955         (c-state-cache-end): New variable for this.
1957         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1958         cache variable.
1960         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1961         get close initial continue positions when the start position is
1962         inside a literal or macro.  Do not call the callback for spots
1963         before the start position (which can happen e.g. for `c-decl-end'
1964         spots inside comments).  Optimize better in special cases when the
1965         region is a single line inside a literal or macro (typically when
1966         the current line is refontified).
1968         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1969         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1970         entries from the paren state.
1972         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1973         special case for "else if" clauses.
1975         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1976         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1978         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1979         language variable to recognize the gcc extension with statement
1980         blocks inside expressions.
1982         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1983         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1984         no longer used and hence removed.
1986         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1987         to `c-add-stmt-syntax'.
1989         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1990         `c-beginning-of-statement-1' instead of duplicating parts of it.
1991         This fixes bogus label recognition.
1993         * progmodes/cc-engine.el (c-add-type, c-check-type,
1994         c-forward-name, c-forward-type): Improved storage of template
1995         types in `c-found-types' so that they can be recognized better.
1997         (c-syntactic-content): Added option to skip past nested parens.
1999         * progmodes/cc-engine.el (c-forward-name): Set
2000         `c-last-identifier-range' all the time.  It's less work that way.
2001         Handle that there might not be an identifier to store in
2002         `c-last-identifier-range'.
2004         (c-forward-type): Handle that `c-last-identifier-range' might be
2005         nil from `c-forward-name'.
2007         * progmodes/cc-defs.el: (c-safe-scan-lists,
2008         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2010         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2011         to work even if the form fails.
2013         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2014         down in a large file in one go.
2016         (c-get-fallback-start-pos): New helper function for
2017         `c-parse-state'.
2019         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2020         function which is like `c-lineup-math' but returns nil instead of
2021         `c-basic-offset' when it doesn't match.
2023         (c-lineup-math): Changed to use `c-lineup-assignments'.
2025 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2027         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2028         c-beginning-of-statement.  New subfunctions
2029         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2031 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2033         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2034         hardcoded char classes whereever possible.  Changed a couple of
2035         places to use skip by syntax instead of skip by char class.
2037         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2038         Fixed a bug in the regexp that caused extreme backtracking.
2040         * progmodes/cc-langs.el (c-block-comment-starter,
2041         c-block-comment-ender): New language constants to specify in a
2042         single place how block comments look.
2044         (c-comment-start-regexp, c-block-comment-start-regexp,
2045         comment-start, comment-end, comment-start-skip,
2046         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2047         c-syntactic-ws, c-nonempty-syntactic-ws,
2048         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2049         `c-line-comment-starter', `c-block-comment-starter' and
2050         `c-block-comment-ender'.
2052         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2053         language constants to break up things a bit.
2055         (c-simple-ws): New language constant for simple whitespace.
2057         * progmodes/cc-defs.el (c-concat-separated): New convenience
2058         function.
2060         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2061         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2062         newlines.  Allow and ignore nil elements in the list.
2064 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2066         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2067         superfluous) check, (eq here (point-max)) in
2068         c-beginning-of-statement.
2070         * progmodes/cc-cmds.el: Tidy up the comments in
2071         c-beginning-of-statement and subfunctions.
2073         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2074         more flexible c-put-char-property and c-clear-char-properties.
2075         Add the author's email address.
2077         * progmodes/cc-langs.el: New variable,
2078         c-block-comment-start-regexp.
2080         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2081         closing "*/" of a block comment.
2083         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2084         subfunctions) so that it works at BOB and EOB.
2086         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2087         c-beginning-of-statement, including new variable
2088         c-block-comment-start-regexp.
2090 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2092         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2093         symbols from `*-font-lock-extra-types' so that there's no need to
2094         use `regexp-opt' on those lists.
2096         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2097         `c-type-modifier-kwds' is empty.
2099         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2100         there are several strings on the same line.
2102         * progmodes/cc-engine.el (c-literal-limits): Removed the
2103         compatibility function for older emacsen.  `c-literal-limits-fast'
2104         has now taken the place of this function.
2106         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2107         with older emacsen: We now require `pps-extended-state'.
2109 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2111         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2112         which obviates the need to hack sentence-end.  This now handles
2113         escaped newlines in strings correctly.  Correct minor bugs in
2114         c-move-over-sentence and in c-beginning-of-statement.
2116         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2117         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2118         that movement over macros and code are rigorously separated from
2119         eachother.  Correct a few incidental bugs.
2121         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2122         Improve its doc-string.  Improve the handling of certain specific
2123         cases.
2125 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2127         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2128         (c-guess-basic-syntax): Changed the way class-level labels are
2129         recognized; they can now contain essentially any symbols.
2131         (c-opt-extra-label-key): New language variable to cope with the
2132         special protection label syntax in Objective-C.
2134         (c-opt-access-key): Removed; this is now handled better by
2135         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2137         (c-complex-decl-matchers): Update to handle that
2138         `c-opt-access-key' no longer exists.
2140         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2141         improved label recognition in `c-beginning-of-statement-1'.
2143         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2144         Recognize bitfields better.
2146         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2147         Removed some cruft and fixed a bug that could cause it to go to a
2148         position further down.
2150         * progmodes/cc-langs.el, cc-engine.el
2151         (c-beginning-of-statement-1): Improved detection of labels in
2152         declaration contexts.
2154         (c-beginning-of-decl-1): Use it.
2156         (c-nonlabel-token-key): New language constant and variable needed
2157         by `c-beginning-of-statement-1'.
2159         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2160         manifested itself due to the correction in `c-forward-sexp'.
2162         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2163         these behave as documented when used at the buffer limits.
2165         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2166         (c-type-decl-end-used): Made this a language variable.
2168         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2169         correctly when `combine-after-change-calls' is used together with
2170         temporary narrowings.
2172         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2173         labels correctly when the start point is immediately after the
2174         colon.
2176         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2177         since it isn't used anymore.
2179         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2180         bracket arglists such as template parens in C++.
2182         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2183         in the last check-in.  Some optimization.
2185         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2186         where it could stop at the same level in a preceding sexp when
2187         PAREN-LEVEL is set.
2189         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2190         text property lookup only when it's needed.
2192         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2193         Changed the policy for paren marked angle brackets to be more
2194         persistent; once marked they remain marked even when they're found
2195         to be unbalanced in the searched region.  This should keep the
2196         paren syntax around even when individual lines are refontified in
2197         multiline template arglists.
2199         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2200         to control markup so that incorrect angle bracket arglists aren't
2201         marked in contexts where the correct value for
2202         `c-disallow-comma-in-<>-arglists' isn't known.
2204         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2205         argument has become `c-parse-and-markup-<>-arglists'.
2207         (c-remove-<>-arglist-properties): Removed - no longer used.
2209         (c-after-change-check-<>-operators): New function used on
2210         `after-change-functions' to avoid that "<" and ">" characters that
2211         are part of longer operators have paren syntax.
2213         (c-<>-multichar-token-regexp): New language variable used by
2214         `c-after-change-check-<>-operators'.
2216         (c-after-change): Call `c-after-change-check-<>-operators'.
2218         (c-font-lock-<>-arglists): Use the context properties set by
2219         `c-font-lock-declarations' to set
2220         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2221         markup.
2223         (c-font-lock-declarations): Removed code that undoes the invalid
2224         markup done by `c-font-lock-<>-arglists'.
2226         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2227         after `c-font-lock-declarations'.
2229         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2230         paren-level feature.
2232         (c-guess-basic-syntax): Improved the anchor position for
2233         `template-args-cont' in nested template arglists.  There's still
2234         much to be desired in this area, though.
2236 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2238         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2239         Make the "Text Filling and Line Breaking" commands work for AWK
2240         buffers.
2242 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2244         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2245         Removed;
2246         (c-major-mode-is 'awk-mode) can be used instead now.
2248         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2249         it doesn't work no longer are supported.
2251         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2252         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2253         requires support for the syntax-table' text property, which rules
2254         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2255         cruft associated with those versions.
2257         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2258         for the `syntax-table' text property, which rules out Emacs 19 and
2259         XEmacs < 21.4.  Removed various compatibility cruft associated
2260         with those versions.
2262         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2263         support for the `syntax-table' text property.
2265         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2266         variable and use an extra quoted face name instead.  All the
2267         emacsen flavors handle that correctly.
2269         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2270         c-font-lock-declarators, c-font-lock-declarations,
2271         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2272         property to mark the items in in declarator lists to handle
2273         refontification inside multiline declarations better.
2275         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2276         construct like "a * b = c;" as a declaration.
2278 2005-12-08  Kim F. Storm  <storm@cua.dk>
2280         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2281         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2282         select either meta, hyper, or super modifier for rectangle commands.
2283         (cua--rectangle-modifier-key): New defvar.
2284         (cua--M/H-key): Use it.  Remove special case for `space'.
2285         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2286         on X, to meta otherwise.  Always bind C-return to toggle
2287         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2289         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2290         cua--rectangle-modifier-key.  Handle super modifier too.
2291         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2292         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2294         * ido.el: Move Acknowledgements and History after Commentary.
2295         Minor changes to Commentary.
2297         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2298         keymap if cua--prefix-override-timer is `shift'.
2299         (cua--shift-control-prefix): New function; emulate "type prefix
2300         key twice" functionality to handle shifted prefix key override.
2301         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2302         commands.
2303         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2305 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2307         * textmodes/org.el (org-insert-heading): Try to do items before
2308         headings.
2309         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2310         (org-insert-item): New function.
2311         (org-renumber-ordered-list): Don't skip to higher level lists.
2313 2005-12-08  Juri Linkov  <juri@jurta.org>
2315         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2317         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2319         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2321         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2322         the constructed function name fun-1.
2324         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2325         because such links don't lead to parent documentation.
2327 2005-12-08  Kenichi Handa  <handa@m17n.org>
2329         * descr-text.el (describe-char): Use *Help-2* buffer if the
2330         current buffer is *Help*.  Call describe-text-properties while
2331         setting the original buffer.
2333 2005-12-07  Bill Wohler  <wohler@newt.com>
2335         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2336         and causes problems with non-MH users (such as Gnus users).
2338 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2340         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2341         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2342         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2343         command "info sources".  Move calls to GDB command "list".
2344         (gdb-find-file-hook): Just use gdb-source-file-list.
2345         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2346         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2347         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2348         (gdb-data-list-register-values-handler): Use correct trigger name.
2350 2005-12-07  Kim F. Storm  <storm@cua.dk>
2352         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2353         (ido-common-completion-map, ido-file-completion-map)
2354         (ido-file-dir-completion-map, ido-buffer-completion-map):
2355         Renamed from ido-mode-....-map.
2356         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2357         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2358         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2359         to ido-completion-map.
2361 2005-12-07  Kenichi Handa  <handa@m17n.org>
2363         * international/mule-cmds.el
2364         (set-display-table-and-terminal-coding-system): If the coding
2365         system specified in `unibyte-display' property is different from
2366         the arg coding-system, don't setup standard-display-table.
2368 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2371         that comments end at \n, regardless of selective-display.
2373 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2375         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2376         (gdb-version): New variables.
2377         (gdb-source-file-list, gdb-register-names)
2378         (gdb-changed-registers): New variables for use with GDB 6.4+.
2379         (gdb-ann3): Replace with...
2380         (gdb-init-1, gdb-init-2): ...two new functions.
2381         (gdba, gdb-prompt): Call gdb-init-1.
2382         (gdb-get-version): New function.  Call gdb-init-2 from here.
2383         (gud-watch): Make it work with mouse events too.
2384         (gdb-post-prompt): Don't add to queue until GDB version is known.
2385         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2386         (gdb-locals-mode): Use gdb-version.
2387         (gdb-memory-format-map, gdb-memory-unit-map)
2388         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2389         (gdb-locals-font-lock-keywords-1)
2390         (gdb-locals-font-lock-keywords-2): New variables.
2391         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2392         (gdb-set-gud-minor-mode-existing-buffers-1)
2393         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2394         (gdb-var-update-1, gdb-var-update-handler-1)
2395         (gdb-data-list-register-values-handler)
2396         (gdb-data-list-register-values-custom)
2397         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2398         (gdb-stack-list-locals-handler, gdb-get-register-names):
2399         New functions for use with GDB 6.4+.
2400         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2401         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2402         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2403         (gdb-stack-list-locals-regexp)
2404         (gdb-data-list-register-names-regexp): New regexps for use with
2405         GDB 6.4+.
2407 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2411 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2413         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2414         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2415         <seallan@verizon.net>.
2417 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2419         * frame.el (set-frame-parameter): Add doc string.
2421 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2423         * textmodes/org.el (org-occur-highlights): New variable.
2424         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2425         (org-highlight-sparse-tree-matches): New option.
2426         (org-do-occur): New function.
2427         (org-get-heading): Make it work also at beginning of line.
2428         (org-category-table): New variable.
2429         (org-get-category-table, org-get-category)
2430         (org-camel-to-words, org-link-search): New functions.
2431         (org-select-this-todo-keyword): New variable.
2432         (org-todo-list): New command.
2433         (org-shiftright, org-shiftleft): New commands.
2434         (org-agenda-todo): Add prefix argument.
2435         (org-show-hierarchy-above): New option.
2436         (org-show-todo-tree): Numerical prefix creates tree for specific
2437         TODO keyword.
2438         (org-outline-level): New function, to assign a level to plain
2439         lists items.
2440         (org-cycle-include-plain-lists): New option.
2441         (org-mode): Use `org-outline-level' as value of `outline-level'.
2442         (org-cycle): Temporarily switch `outline-regexp' if
2443         `org-cycle-include-plain-lists' is non-nil.
2444         (org-start-icalendar-file): Fix format bug.
2445         (org-agenda-get-day-entries): Create category table.
2446         (org-agenda-get-todos, org-agenda-get-timestamps)
2447         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2448         (org-agenda-get-blocks): Use `org-get-category'.
2449         (org-context-in-file-links): Rename from
2450         `org-line-numbers-in-file-links' .
2452 2005-12-06  Romain Francoise  <romain@orebokech.com>
2454         * window.el (balance-windows): Delete extraneous third arg in call
2455         to `enlarge-window'.
2457 2005-12-06  Kenichi Handa  <handa@m17n.org>
2459         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2461 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2463         * progmodes/gdb-ui.el (gdb-var-create-handler)
2464         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2465         (gdb-var-list-children-handler, gdb-var-update-handler):
2466         Current buffer is already gdb-partial-output-buffer, don't
2467         make it current again.
2469 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2471         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2472         (list-buffers-noselect): Use it.
2474 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2476         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2477         (mail-yank-ignored-headers): Use regexp-opt.
2478         (mail-mode-map): Move initialization into declaration.
2479         (mail-sent-via): Remove unused shadowed var `to-line'.
2480         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2481         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2482         (mail-do-fcc): Use dolist and push.
2483         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2484         (mail-yank-ignored-headers): Don't autoload.
2486 2005-12-05  Kenichi Handa  <handa@m17n.org>
2488         * international/mule-cmds.el (set-language-info-internal): New fun.
2489         (set-language-info): Call set-language-info-internal to update
2490         language-info-alist.  If LANG-ENV is the current one, call
2491         set-language-environment to make INFO effective now.
2492         (set-language-info-alist): Likewise.
2493         (locale-language-names): With locale "en", use English
2494         lang. env. but set the default codings to iso-8859-1.
2496 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2498         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2499         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2500         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2501         for plain strings.
2502         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2503         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2504         Create registers buffer if necessary.  Echo new state in minibuffer.
2505         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2507 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2509         * info.el (Info-fontify-node): Match external links using
2510         non-directory part of filename.
2512 2005-12-04  Juri Linkov  <juri@jurta.org>
2514         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2515         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2516         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2517         because there is no customization option for it.
2519         * font-lock.el (lisp-font-lock-keywords-1):
2520         Add define-global-minor-mode.
2522         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2524         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2525         properties on the constructed variable names.
2527         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2528         Put `definition-name' properties on the constructed function names
2529         next-sym and prev-sym.
2531         * emacs-lisp/find-func.el (find-function-regexp):
2532         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2533         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2534         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2535         and easy-menu-define.
2537         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2538         easy-mmode-define-global-mode and define-global-minor-mode.
2539         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2541         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2542         instead of easy-mmode-define-global-mode.
2544         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2545         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2547         * cus-edit.el (customize-group, customize-group-other-window):
2548         Filter out autoloaded options from the group completion list by
2549         using heuristics that autoloaded groups don't have `custom-autoload'
2550         property on their symbols (they have only `custom-loads').
2552         * simple.el (completion-setup-function): Put completions-common-part
2553         face on complete completion string too (i.e. completion string
2554         without completions-first-difference face).
2556         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2558 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2560         * view.el (view-mode): Doc fix.
2562         * disp-table.el (standard-display-european): Add to the warning
2563         message a reference to the doc string.
2565         * play/yow.el (apropos-zippy): Call print-help-return-message,
2566         similar to other Help and Apropos commands.
2568         * help.el (print-help-return-message): If pop-up-frames is
2569         non-nil, set up help-return-method to delete the help window and,
2570         possibly, its frame as well, and don't display message about
2571         scrolling the help window.  Doc fix.
2572         (help-return-method): Doc fix.
2574 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2576         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2577         whereby names of length one or names starting with a
2578         symbol-constituent character would not be returned.
2580 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2582         * subr.el (atomic-change-group): Add edebug and indentation spec.
2584 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2586         * completion.el (save-completions-file-name): Fix typo in last change.
2588 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2590         * info.el: Move back/forward history to the beginning of the tool bar.
2592 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2594         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2595         Add fset of allout-real-isearch-abort during compile to fix
2596         byte-compilation warnings.
2597         (allout-mode-p): Move definition of this macro above all uses, or
2598         byte compilation in barren emacs (eg, during emacs build) will
2599         lack the definition.
2600         (allout-mode): Move this variable above any uses, or byte
2601         compilation will fail.
2602         (allout-resolve-xref): Remove use of personal file-reference function.
2603         (allout-toggle-current-subtree-encryption): Do the current (ie,
2604         visible containing) topic, rather than nearest around point.  Doc fix.
2605         (allout-toggle-subtree-encryption): New function, workhorse that
2606         works on nearest topic containing point.
2607         (allout-encrypt-string): Signal requirement for newer version of pgg.
2608         (allout-resumptions): Doc fix.
2610 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2612         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2614 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2616         * textmodes/flyspell.el (flyspell-external-point-words):
2617         Consider a misspelling as found in the string search if: (a) misspelling
2618         and found string lengths match, or (b) misspelling is found as
2619         element in a boundary-chars separated longer string, or (c)
2620         ispell-program-name is really ispell and misspelling is found as
2621         part of a TeX string.  After successful match move beginning of
2622         search region to end of match.  Warn about not found misspellings
2623         once the process is done.
2624         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2626 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2628         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2629         tool bar (removed inadvertently).
2631 2005-12-02  Juri Linkov  <juri@jurta.org>
2633         * log-view.el (log-view-diff): Clarify doc string.
2635 2005-12-01  Bill Wohler  <wohler@newt.com>
2637         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2638         triggers lm-verify errors.
2640 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2642         * simple.el (transient-mark-mode, line-number-mode)
2643         (column-number-mode, size-indication-mode): Remove `:require nil'.
2645 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2647         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2648         in the margin also.
2649         (gdb-breakpoints-mode-map): Use D instead of d for
2650         gdb-delete-breakpoint.
2651         (gdb-get-frame-number): Require a number to match on.
2652         (gdb-threads-mode-map): Add follow-link binding.
2654 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2656         * isearch.el (isearch-mode-map): Avoid exiting search on
2657         language-change event.
2659 2005-11-30  Romain Francoise  <romain@orebokech.com>
2661         * speedbar.el (speedbar-default-position): New defcustom.
2662         (speedbar-frame-reposition-smartly): Use it.
2664         * dframe.el (dframe-reposition-frame-emacs): Fix position
2665         computation for `left' location.
2666         Update copyright year.
2668 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2670         * help.el (help-map): Move initialization into declaration.
2672         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2674         * help-fns.el (help-argument-name): Don't autoload.
2675         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2676         to be re-loaded when customizing the `help' group.
2678 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2680         * help-fns.el (describe-function-1): Fill arglist output.
2682 2005-11-30  Kim F. Storm  <storm@cua.dk>
2684         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2685         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2686         after revert-buffer (or anything else which kills all local variables).
2688         * apropos.el (apropos-parse-pattern): Doc fix.
2689         Set apropos-regexp directly, rather than expecting callers to do so.
2690         (apropos-command, apropos, apropos-value, apropos-documentation):
2691         Simplify calls to apropos-parse-pattern.
2693 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2695         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2696         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2697         (hi-lock-write-interactive-patterns): Use comment-region.
2699         * longlines.el (longlines-mode): Add mail-setup-hook.
2701         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2703         * simple.el (sendmail-user-agent-compose, next-line):
2704         Conditionally use hard-newline.
2706 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2708         * international/latexenc.el (latex-inputenc-coding-alist):
2709         Reword doc string.
2711 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2713         * help.el (describe-key-briefly, describe-key): Recognize default
2714         bindings.
2716 2005-11-29  Romain Francoise  <romain@orebokech.com>
2718         * view.el (view-inhibit-help-message): New defcustom.
2719         (view-mode-enter): Use it.
2721 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2723         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2724         Preserve user position.
2726 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2728         * font-lock.el: Throw error if facemenu is not loaded to prevent
2729         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2731         * loadup.el: Add comment explaining why facemenu must be loaded
2732         before font-lock.
2734 2005-11-28  Jay Belanger  <belanger@truman.edu>
2736         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2737         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2739         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2741         * calc/calc-embed.el (calc-do-embedded): Update help message.
2743         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2745 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2749         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2750         called-interactively-p.
2751         (elp-profilable-p): Rename from elp-not-profilable-p.
2752         Invert result and take into account macros and autoloaded functions.
2753         (elp-instrument-function): Update call.
2754         (elp-instrument-package): Update call.  Add completion.
2755         (elp-pack-number): Use match-string.
2756         (elp-results-jump-to-definition-by-mouse): Merge into
2757         elp-results-jump-to-definition and then remove.
2758         (elp-output-insert-symname): Make help echo text single-line.
2760         * replace.el (query-replace-map): Move initialization into declaration.
2761         (occur-engine): Use with-current-buffer.
2762         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2763         (occur-mode-mouse-goto): Replace with an alias.
2765 2005-11-28  Juri Linkov  <juri@jurta.org>
2767         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2769         * term/w32-win.el: Bind [S-tab] to [backtab].
2771         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2772         `Info-find-file' to t.
2774         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2775         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2776         and same-window-regexps.
2777         (occur-next-error): Don't move point for arg 0.
2779 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2781         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2783 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2785         * log-edit.el (log-edit-changelog-use-first): New var.
2786         (log-edit-changelog-ours-p): Use it.
2787         (log-edit-insert-changelog): Set it with new arg `use-first'.
2788         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2789         (log-edit-hook): Add them to the list of suggested options.
2791         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2792         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2793         redundant work.
2794         (flyspell-mode-on): Use add-hook for after-change-functions.
2795         (flyspell-mode-off): Use remove-hook for after-change-functions.
2796         (flyspell-changes): Make it buffer-local.
2797         (flyspell-after-change-function): Make it non-interactive.  Use push.
2798         (flyspell-post-command-hook): Check input-pending-p while processing
2799         the potentially long list of buffer changes.
2801 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2803         * buff-menu.el (list-buffers-noselect): Display the selected
2804         frame's buffer list, not the global one.
2806 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2808         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2809         that (list last-input-event) works as in interactive spec.
2811 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2813         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2814         `facemenu-keymap' needs to be defined when font-lock is loaded.
2815         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2817 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * completion.el: Remove useless leading * in defcustom docstrings.
2820         (save-completions-file-name): Use ~/.emacs.d if available.
2821         (completion-standard-syntax-table): Rename from
2822         cmpl-standard-syntax-table and fold initialization into declaration,
2823         thus removing cmpl-make-standard-completion-syntax-table.
2824         (completion-lisp-syntax-table, completion-c-syntax-table)
2825         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2826         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2827         (symbol-under-point, symbol-before-point)
2828         (symbol-under-or-before-point, symbol-before-point-for-complete)
2829         (add-completions-from-c-buffer): Use with-syntax-table.
2830         (make-completion): Don't return a list of completion entries.
2831         Update callers.
2832         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2833         (completion-initialize): Rename from initialize-completions.
2834         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2835         (kill-emacs-save-completions): Collect stats here.
2836         (save-completions-to-file, load-completions-from-file):
2837         Use with-current-buffer.
2838         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2839         into a function.  Move all calls to toplevel.
2840         (completion-lisp-mode-hook): New fun.
2841         (completion-c-mode-hook, completion-setup-fortran-mode):
2842         Set the syntax-table here.  Use local-set-key.
2843         (completion-saved-bindings): New var.
2844         (dynamic-completion-mode): Make it into a proper minor mode.
2845         (load-completions-from-file): Remove unused var `num-uses'.
2847         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2848         constructor if it is explicitly overridden.
2850         * complete.el (PC-completion-as-file-name-predicate):
2851         Use minibuffer-completing-file-name.
2852         (partial-completion-mode): Use find-file-not-found-functions.
2853         (PC-lisp-complete-symbol): Use with-syntax-table.
2854         (PC-look-for-include-file): Remove dead setq.
2855         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2856         (PC-complete): Use with-current-buffer.
2858         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2859         escape single quotes.
2861 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2863         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2864         of `if' whose condition always returned nil.  Doc fix.
2866         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2867         window's buffer the current buffer around the call to
2868         `list-buffers-noselect'.  This is necessary to mark that buffer
2869         with a `.' in the Buffer Menu when called from Lisp, for instance
2870         by Auto Revert Mode.
2872 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2874         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2875         attaching to it.
2876         (gdb-pre-prompt): Make sure gdb-error is reset.
2878         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2879         with a child process, detect it.
2880         (gud-speedbar-buttons): Match regexp more carefully.
2882 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2884         * mouse.el (mouse-drag-move-window-bottom):
2885         Use adjust-window-trailing-edge.
2887 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2889         * simple.el (blink-matching-open): Ignore
2890         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2891         (blink-matching-paren-on-screen): Update docstring.
2893         * paren.el (show-paren-mode): No longer change
2894         `blink-matching-paren-on-screen'.
2896 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2898         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2899         (gdb-threads-select, gdb-edit-register-value):
2900         Use `posn-set-point' instead of `mouse-set-point' because the
2901         latter is not fbound when configured without X.
2903 2005-11-27  Kim F. Storm  <storm@cua.dk>
2905         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2906         existing face when partially highlighting a TAB in a rectangle.
2908 2005-11-26  Kim F. Storm  <storm@cua.dk>
2910         * ido.el (ido-mode-map): Doc fix.
2911         (ido-mode-common-map, ido-mode-file-map)
2912         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2913         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2914         parent for ido-mode-map instead of building from scratch.
2915         (ido-init-mode-maps): New defun to initialize new maps.
2916         (ido-mode): Call it.
2917         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2918         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2920 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2922         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2923         `mouse-set-point' because the latter is not fbound when configured
2924         without X.
2926 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2928         * files.el (file-relative-name): Doc fix.
2930 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2932         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2933         non-empty string for secondary prompt PS2.
2935 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2937         * progmodes/compile.el (compilation-setup): Fix last change.
2939 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2941         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2942         (gdb-mouse-toggle-breakpoint-margin)
2943         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2944         Add gdb-server-prefix to keep out of command history.
2945         (gdb-edit-register-value): New function.
2946         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2947         (gdb-info-registers-custom): Use above map.
2949 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2951         * custom.el (enable-theme): Signal error if argument is not a
2952         theme.  Don't recalculate a face if it's not loaded yet.
2954         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2955         the `user' theme is in effect.
2957         * info.el (Info-on-current-buffer): Record actual filename in
2958         Info-current-file, instead of t, or a fake filename if a non-file
2959         buffer.  Make autoload.
2960         (Info-find-node, Info-revert-find-node): No need to check for
2961         Info-current-file nil.
2962         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2963         Info-current-file is now never `t'.
2964         (Info-fontify-node): Many simplifications due to Info-current-file
2965         always being valid.  Use Info-find-file to find node filename.
2967 2005-11-25  David Kastrup  <dak@gnu.org>
2969         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2970         new character, then delete" in order to preserve markers.
2972 2005-11-25  David Ponce  <david@dponce.com>
2974         * recentf.el (recentf-arrange-by-rule): Handle a special
2975         `auto-mode-alist'-like "strip suffix" rule.
2976         (recentf-build-mode-rules): Handle second level auto-mode entries.
2978 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2980         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2981         window modes.
2983         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2984         jde-javadoc-checker-report-mode.
2986         * ediff-wind (ediff-make-wide-display): Slight simplification.
2988         * ediff.el (ediff-date): Change the date of last update.
2990 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2992         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2993         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2994         (hi-lock-mode): New global minor mode.
2995         (turn-on-hi-lock-if-enabled): New function.
2996         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2997         Change arguments to regexp and face instead of a font-lock pattern.
2998         Directly set face property, instead of refontifying.
2999         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3000         (hi-lock-find-patterns): Use line-number-at-pos.
3002         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3003         arguments for hi-lock-set-pattern.
3004         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3005         font-lock-fontify-buffer.
3006         (hi-lock-find-file-hook, hi-lock-current-line)
3007         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3009         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3010         turned off.
3012         * progmodes/compile.el (compilation-setup): Don't fiddle with
3013         font-lock-defaults.
3015 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3017         * progmodes/gdb-ui.el (gdb-var-create-handler)
3018         (gdb-var-list-children-handler): Find values for all variable
3019         objects.  gud-speedbar-buttons decides whether to display them.
3021 2005-11-24  Romain Francoise  <romain@orebokech.com>
3023         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3024         buffer name with a space.
3026 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3028         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3029         `org-export-local-list-max-depth'.  Change default value to 3.
3030         (org-auto-renumber-ordered-lists)
3031         (org-plain-list-ordered-item-terminator): New options.
3032         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3033         (org-get-indentation, org-get-string-indentation)
3034         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3035         functions.
3036         (org-move-item-down, org-move-item-up): New commands.
3037         (org-export-as-html): New classes for CSS support.  Bug fix in
3038         regular expression detecting fixed-width regions.  Respect
3039         `org-local-list-ordered-item-terminator'.
3040         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3041         also a list item.
3042         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3043         New item moving functions.
3045 2005-11-24  Juri Linkov  <juri@jurta.org>
3047         * isearch.el (isearch-repeat): With empty search ring set
3048         `isearch-error' to the error string instead of signaling error
3049         with the function `error'.
3051 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3053         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3055 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3057         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3058         and variable.
3059         (gdb-var-create-handler, gdb-var-list-children-handler):
3060         Don't match on "char **...".
3061         (gdb-var-update-handler): Find values for all variable objects.
3062         (gdb-info-frames-custom): Identify frames by leading "#".
3064         * progmodes/gud.el (gud-speedbar-menu-items): Add
3065         gdb-speedbar-auto-raise as radio button.
3066         (gud-speedbar-buttons): Raise speedbar if requested.
3067         Don't match on "char **...".
3068         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3069         Make it editable.
3071 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3073         * info.el (Info-fontify-node): Handle the case where
3074         Info-current-file is t.
3076 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * simple.el (blink-matching-open): Fix off-by-one in last change.
3080 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3082         * term/mac-win.el: Don't change default directory.
3084 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3086         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3087         buffers correctly.  (It used to throw an error in such buffers.)
3088         Make it ask for confirmation in group buffers and other Custom
3089         buffers containing more than one customization item.
3091 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3093         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3094         property on mail and url overlays.
3095         (goto-address-at-point): Use `posn-set-point' instead of
3096         `mouse-set-point' because the latter is not fbound when configured
3097         without X.
3099 2005-11-22  Lars Hansen  <larsh@soem.dk>
3101         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3102         (ls-lisp-classify, ls-lisp-format): Delete call to
3103         ls-lisp-parse-symlink.
3104         (ls-lisp-handle-switches): Handle symlinks to directories as
3105         directories when ls-lisp-dirs-first in non-nil.
3107 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3109         * startup.el (command-line): Make sure that loaddefs.el is handled
3110         correctly in load-history.
3112 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3114         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3115         (gdb-struct-string, gdb-array-string): New constants.
3116         (gdb-info-locals-handler): Use them.
3117         (gdb-reset): Reset gdb-var-list to nil.
3119 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3122         in patterns.
3124 2005-11-21  Juri Linkov  <juri@jurta.org>
3126         * custom.el (defcustom): Update link types in docstring.
3128 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3130         * custom.el (defgroup): Add doc-string-elt info.
3132         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3134 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * newcomment.el (comment-enter-backward): Fix last fix.
3138         * simple.el (blink-matching-open):
3139         * paren.el (show-paren-function): Allow new paren-class info.
3141 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3143         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3144         handled automagically.
3146 2005-11-20  Andreas Schwab  <schwab@suse.de>
3148         * descr-text.el (describe-char): When copying overlays put them
3149         over the full char description instead of just the first character
3150         of it.
3152 2005-11-20  Juri Linkov  <juri@jurta.org>
3154         * simple.el (what-cursor-position):
3155         * descr-text.el (describe-char): Use Lisp-readable syntax
3156         for octal and hex.  Reorder decimal, octal and hex values.
3157         Remove excess whitespace in the output.  Use `=' in `column='
3158         like in `point=' and `Hscroll='.
3160         * international/mule-cmds.el (encoded-string-description):
3161         Use Lisp-readable syntax for hex.
3163 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * newcomment.el (comment-enter-backward): Handle the case where the
3166         comment is closed by EOB.
3168 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3170         * longlines.el (longlines-before-revert-hook)
3171         (longlines-after-revert-hook): New functions.
3172         (longlines-mode): Turn off longlines temporarily when reverting.
3173         Add a message-setup-hook.
3174         (longlines-decode-buffer): New function.
3175         (longlines-wrap-line): Preserve marker positions.
3177 2005-11-19  Andreas Schwab  <schwab@suse.de>
3179         * emacs-lisp/shadow.el: Handle compressed files.
3181 2005-11-19  Romain Francoise  <romain@orebokech.com>
3183         * net/browse-url.el (browse-url-default-browser): Signal an error
3184         if no usable browser can be found, rather than try to load w3.
3186 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3188         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3189         replacing existing properties.
3190         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3191         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3192         tty specs.
3193         (rcirc-server-prefix, rcirc-server): New faces.
3194         (rcirc-url-regexp): Generate with rx macro.
3195         (rcirc-last-server-message-time): New variable.
3196         (rcirc-filter): Record time of last message.
3197         (rcirc-keepalive): Kill processes that did not send a message
3198         since the last ping.
3199         (rcirc-mode): Give rcirc-topic a local binding here.
3201 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3203         * subr.el (read-passwd): Fontify the prompt as we do with other
3204         prompts.
3206 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3208         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3209         binding buffer-read-only to nil.
3211 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3213         * complete.el (partial-completion-mode):
3214         Mention completion-auto-help in the doc string.
3216         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3217         more Lisp-ish way.
3219 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3221         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3222         digits, not 8, to avoid misalignment for files larger than 100MB.
3224 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3226         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3227         Mention "keyboard shortcuts" in the help text.
3229 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3231         * startup.el (fancy-splash-default-action): Discard only
3232         mouse-down and succeeding mouse-up events in the splash screen
3233         window so that drag-n-drop event can be processed.
3235 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3237         * longlines.el (longlines-mode): Add hacks for mail-mode and
3238         message-mode.
3240 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3242         * textmodes/org.el (org-table-sort-lines): New command.
3243         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3244         (org-add-file): Command removed, use `org-agenda-file-to-front'
3245         instead.
3246         (org-export-icalendar): Use `org-icalendar-combined-name'.
3247         (org-cycle-agenda-files, org-agenda-file-to-end)
3248         (org-agenda-file-to-front): New commands.
3249         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3250         options.
3251         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3252         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3253         New functions.
3254         (org-fill-paragraph): Call `org-table-align' in tables.
3255         (org-mode): Call `org-set-autofill-regexps'.
3256         (org-export-as-html): Support for local handformatted lists.
3257         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3258         (org-export-local-list-max-depth): New option.
3259         (org-html-expand): Use `org-html-protect'.
3261 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3263         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3264         to "p".
3265         (gdb): Move definition of gud-pp to...
3267         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3268         speedbar.
3269         (gdb-find-watch-expression): New function.
3271 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3273         * faces.el (face-attribute, set-face-attribute): Mention existence
3274         of `:ignore-defface' setting in docstring.
3276 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * simple.el (completion-setup-function): Fix last change.
3280 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3282         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3283         Use `posn-set-point' instead of `mouse-set-point' because the
3284         latter is not fbound when configured without X.
3286         * comint.el (comint-insert-input): Likewise.
3288 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3290         * simple.el (hard-newline): New variable.
3291         (sendmail-user-agent-compose, next-line): Use it.
3293         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3294         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3295         (mail-mail-reply-to, mail-mail-followup-to)
3296         (mail-position-on-field, mail-signature, mail-yank-original)
3297         (mail-attach-file): Likewise.
3299         * mail/mailheader.el (mail-header-format)
3300         (mail-header-format-function): Likewise.
3302         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3304 2005-11-17  Juri Linkov  <juri@jurta.org>
3306         * font-lock.el (font-lock-faces): Rename this defgroup from
3307         `font-lock-highlighting-faces'.
3308         (font-lock-comment-face, font-lock-comment-delimiter-face)
3309         (font-lock-string-face, font-lock-doc-face)
3310         (font-lock-keyword-face, font-lock-builtin-face)
3311         (font-lock-function-name-face, font-lock-variable-name-face)
3312         (font-lock-type-face, font-lock-constant-face)
3313         (font-lock-warning-face, font-lock-negation-char-face)
3314         (font-lock-preprocessor-face)
3315         (font-lock-regexp-grouping-backslash)
3316         (font-lock-regexp-grouping-construct): Rename :group from
3317         `font-lock-highlighting-faces' to `font-lock-faces'.
3319         * cus-edit.el (lisp, c, tex):
3320         * progmodes/ada-mode.el (ada):
3321         * progmodes/asm-mode.el (asm):
3322         * progmodes/cperl-mode.el (cperl-faces):
3323         * progmodes/cpp.el (cpp):
3324         * progmodes/dcl-mode.el (dcl):
3325         * progmodes/f90.el (f90):
3326         * progmodes/fortran.el (fortran):
3327         * progmodes/icon.el (icon):
3328         * progmodes/idlwave.el (idlwave-misc):
3329         * progmodes/m4-mode.el (m4):
3330         * progmodes/make-mode.el (makefile):
3331         * progmodes/meta-mode.el (meta-font):
3332         * progmodes/modula2.el (modula2):
3333         * progmodes/octave-mod.el (octave):
3334         * progmodes/pascal.el (pascal):
3335         * progmodes/perl-mode.el (perl):
3336         * progmodes/prolog.el (prolog):
3337         * progmodes/ps-mode.el (PostScript-edit):
3338         * progmodes/scheme.el (scheme):
3339         * progmodes/sh-script.el (sh-script):
3340         * progmodes/simula.el (simula):
3341         * progmodes/tcl.el (tcl):
3342         * textmodes/nroff-mode.el (nroff):
3343         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3344         * textmodes/sgml-mode.el (sgml):
3345         * textmodes/texinfo.el (texinfo):
3346         Add :link (custom-group-link font-lock-faces) to defgroup.
3348         * hi-lock.el (hi-lock): Rename this defgroup from
3349         `hi-lock-interactive-text-highlighting'.  Change parent group from
3350         `faces' to `font-lock'.  Add link to the manual.
3351         (hi-lock-mode, hi-lock-file-patterns-range)
3352         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3353         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3354         (hi-lock-faces): Add :group `faces'.
3356         * cus-edit.el (custom-variable-prompt): Clarify the code.
3358         * faces.el (face-read-string): Set the default value arg of
3359         completing-read.
3361 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3363         * rfn-eshadow.el (file-name-shadow-properties)
3364         (file-name-shadow-tty-properties, file-name-shadow-mode):
3365         Remove autoloads, because the file is now preloaded.
3367 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3369         * printing.el (easy-menu-intern): Don't define.
3370         (pr-get-symbol): Use easy-menu-intern only if defined.
3372         * simple.el (blink-matching-open): Simplify a bit.
3373         (completion-setup-function): Fix the case of partial-completion-mode
3374         when the minibuffer's contents start with "-".
3375         Obey completion-base-size-function even when
3376         minibuffer-completing-file-name is non-nil.
3378 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3380         * net/eudcb-ph.el (eudc-ph-open-session):
3381         Use set-process-query-on-exit-flag.
3383         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3385         * international/ucs-tables.el (ucs-set-table-for-input):
3386         Use make-local-variable, not make-variable-buffer-local.
3388         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3389         Improve warning message text.
3391         * savehist.el (savehist-save-hook): Add :group.
3393         * menu-bar.el (menu-bar-help-menu):
3394         Rename Find Extra Packages to External Packages.
3396         * cus-edit.el (Custom-reset-standard): Verify that
3397         :custom-standard-value prop exists before calling it.
3399         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3401 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3403         * wid-edit.el (color): Enclose %t in %{...%}.
3405         * cus-edit.el (face): Enclose %t in %{...%}.
3407 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3409         * savehist.el (savehist-mode-hook): Re-add the var.
3410         (savehist-mode): Use it.
3412 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * textmodes/flyspell.el: Fix commenting convention.
3415         Remove unnecessary leading * in custom docstrings.
3416         (flyspell-emacs): Remove unused var.
3417         (flyspell-delete-region-overlays): Use remove-overlays.
3418         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3419         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3420         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3421         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3422         (make-flyspell-overlay): Don't locally reuse a global name.
3423         (flyspell-highlight-incorrect-region)
3424         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3425         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3426         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3427         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3428         Wrap calls to accept-process-output inside with-local-quit since it's
3429         often called from a post-command-hook.
3430         (flyspell-correct-word, flyspell-auto-correct-word):
3431         Use ispell-send-string.
3432         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3434         * calendar/diary-lib.el (diary-list-entries): Also hide the
3435         terminating newline.
3437 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3439         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3440         window-system, to allow fonts on tty.
3442 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3444         * progmodes/gud.el (gud-speedbar-item-info): New function.
3445         (gud-install-speedbar-variables): Use it to display data type
3446         of watch expression as a tooltip in speedbar.
3448 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3450         * font-core.el (global-font-lock-mode): Add :version keyword,
3451         because default was changed.
3453         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3455         * startup.el (command-line): Use `custom-reevaluate-setting' for
3456         `file-name-shadow-mode'.
3458         * loadup.el: Preload rfn-eshadow.
3460         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3461         Add :version keyword.
3462         (file-name-shadow-properties, file-name-shadow-tty-properties)
3463         (file-name-shadow): Add :version keyword.
3465         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3466         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3467         in the custom-group property of the symbol frames and the fringe
3468         group got no link to its parent group frames.
3469         Doc fix.
3471 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3473         * progmodes/gud.el (gud-stop-subjob): New function.
3474         (gud-menu-map, gud-tool-bar-map): Use it.
3476 2005-11-16  Kim F. Storm  <storm@cua.dk>
3478         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3479         than kill it.
3480         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3481         to a more useful/logical place.
3483 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3485         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3486         go buttons complementary.
3488 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3490         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3491         (rfn-eshadow-sifn-equal): New function.
3492         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3494 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3496         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3497         string.
3499         * viper.el (viper-emacs-state-mode-list): Ensure that
3500         rcirc-mode buffers come up in Emacs state.
3502         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3503         operation.
3505 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3507         * term.el (term-termcap-format): Fix typos.
3508         (term-down): Fix the negative argument case.
3510 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3512         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3513         2005-08-15.
3514         (gdb-ann3): New command gud-go.
3515         (menu): Accomodate gdb-mi.el.
3516         (gdb-assembler-custom): Make buffer of selected window current
3517         so that set-window-point works.
3519         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3520         buttons and include new ones.
3522 2005-11-16  Kim F. Storm  <storm@cua.dk>
3524         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3525         (gud-menu-map): Use it.
3527 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3529         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3530         that works correctly for Custom and that does not override a user
3531         who disables it.
3533         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3534         (help-xref-interned, help-follow): Make hyperlinks for variables
3535         that are unbound, but have a non-nil variable-documentation property.
3537         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3538         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3539         Use the `variable-documentation' property to give the mode hook a
3540         docstring and expand that docstring.
3542 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3544         * savehist.el (savehist-mode): Don't bother with
3545         `custom-set-minor-mode'.
3546         (savehist-coding-system): Check XEmacs version.
3547         (history-length): Declare also at run time.
3548         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3549         Don't set the customize state.
3550         (savehist-minibuffer-hook): Special case for when
3551         minibuffer-history-variable is equal to t.
3553 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3555         * files.el (write-file): Refresh VC status.
3557         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3558         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3559         than fundamental-mode to see if the mode was set.
3561 2005-11-14  Romain Francoise  <romain@orebokech.com>
3563         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3564         dummy function in `eval-when-compile' to avoid compiler warning.
3565         Require `man' at compile time.
3567 2005-11-14  Jay Belanger  <belanger@truman.edu>
3569         * calc-alg.el (calcFunc-write-out-power): Rename it to
3570         calcFunc-powerexpand.
3571         (math-write-out-power): Rename it to math-powerexpand; have it
3572         handle negative exponents.
3573         (calc-writeoutpower): Rename it to calc-powerexpand.
3575         * calc-ext.el: Change calcFunc-writeoutpower and
3576         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3577         autoloads.
3578         Add calcFunc-ldiv to autoloads.
3580         * calc-arith.el (calcFunc-ldiv): New function.
3582         * calc.el (calc-left-divide): New function.
3584 2005-11-14  Juri Linkov  <juri@jurta.org>
3586         * cus-edit.el (custom-variable-prompt): Set the default value arg
3587         of completing-read.
3589         * cus-dep.el (custom-make-dependencies): Reverse the list of
3590         found dependencies.
3592 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3594         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3595         Highlighting" entry, it is on by default now.
3596         (menu-bar-options-save): Do not save global-font-lock-mode.
3598 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3600         * textmodes/flyspell.el (flyspell-large-region):
3601         Call flyspell-accept-buffer-local-defs.
3603 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3605         * textmodes/flyspell.el (flyspell-notify-misspell):
3606         Fix misspelling of "Misspelling".
3607         (flyspell-process-localwords): New function.
3608         (flyspell-large-region): Call flyspell-process-localwords and
3609         flyspell-delete-region-overlays.
3610         (flyspell-delete-region-overlays): New function.
3611         (flyspell-delete-all-overlays): Call that.
3613 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3615         * help.el (help-for-help-internal): Improve doc of C-h a.
3616         (describe-key): Improve prompt; doc fix.
3618 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * vc-svn.el (vc-svn-registered): Catch all errors.
3622         * cus-dep.el (custom-make-dependencies): Typo.
3624 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3626         * net/tramp-util.el (top): Fix compilation warning.
3628 2005-11-13  Kim F. Storm  <storm@cua.dk>
3630         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3632 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3634         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3635         (gud-speedbar-buttons): Match on "const char *" too.
3637         * progmodes/gdb-ui.el (gdb-var-create-handler)
3638         (gdb-var-list-children-handler): Match on "const char *" too.
3639         (gdb-var-evaluate-expression-handler): Match on empty string.
3640         (gdb-var-update-handler): Only call
3641         gdb-var-evaluate-expression-handler when required.
3643 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3645         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3646         selected window.  This still doesn't work for speedbar.
3647         (gud-speedbar-buttons): Handle string expressions properly.
3649         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3650         (gdb-var-create-handler): Handle string expressions properly.
3651         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3652         Handle string expressions properly.  Move "type" field into regexp.
3654 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3656         * bookmark.el (bookmark-maybe-message): New function to reduce
3657         code duplication: invokes `message' iff baud-rate is high enough.
3658         (bookmark-write-file): Use above instead of an inline conditional.
3659         (bookmark-load): Same.
3661 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3663         * bookmark.el (bookmark-write-file): Don't visit the destination
3664         file, just write the data to it using write-region.  This is
3665         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3666         change to avoid visiting the file in the first place.
3668 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3670         * hi-lock.el (hi-lock-mode): Set the default value of
3671         font-lock-defaults.
3673 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3675         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3676         arg to `file-attributes'.
3677         (find-lisp-format): The UID and GID can now be strings.
3679 2005-11-12  Kim F. Storm  <storm@cua.dk>
3681         * help.el (help-map): Bind C-h d to apropos-documentation.
3683         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3684         when point is at end-of-buffer.
3686         * apropos.el (apropos-match-face): Doc fix.
3687         (apropos-sort-by-scores): Add new choice `verbose'.
3688         (apropos-documentation-sort-by-scores): New defcustom.
3689         (apropos-pattern): Now contains the pattern entered by the user.
3690         (apropos-pattern-quoted): New defvar.
3691         (apropos-regexp): New defvar, containing the regexp corresponding
3692         to apropos-pattern.
3693         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3694         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3695         interactive calls; returns list of words for a word list, and
3696         string for a regexp.
3697         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3698         parses a list of words or regexp as returned by apropos-read-pattern.
3699         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3700         (apropos-score-doc): Return a very high score if the string
3701         entered by the user matches literally.
3702         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3703         (apropos-command): Doc fix.  Use apropos-read-pattern and
3704         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3705         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3706         apropos-parse-pattern.
3707         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3708         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3709         apropos-documentation-sort-by-scores.  Call apropos-print with
3710         nosubst=t.
3711         (apropos-documentation-internal): Pass doc string through
3712         substitute-key-definition before adding text properties.
3713         Highlight substring matching literal user input if possible.
3714         (apropos-documentation-check-doc-file): Remove locals beg and end.
3715         Fix calculation of score (as added twice).  Pass doc string through
3716         substitute-key-definition before adding text properties.
3717         (apropos-documentation-check-elc-file): Pass doc string through
3718         substitute-key-definition before adding text properties.
3719         Highlight substring matching literal user input if possible.
3720         (apropos-print): Add new arg NOSUBST; if set, command and variable
3721         doc strings have already been passed through substitute-key-definition.
3722         Add code to handle apropos-accumulator items without score element
3723         for backwards compatibility (e.g. with woman package).
3724         Only show scores if apropos-sort-by-scores is `verbose'.
3726 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3729         Add jka-compr-load-suffixes to load-suffixes.
3731         * jka-compr.el: Require jka-cmpr-hook.
3732         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3733         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3734         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3735         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3736         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3737         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3738         (jka-compr-uninstall): Remove entries from
3739         jka-compr-added-to-file-coding-system-alist after they are used.
3740         (jka-compr-error): Remove unused var `curbuf'.
3741         (jka-compr-file-local-copy): Remove unused var `notfound'.
3743 2005-11-10  Romain Francoise  <romain@orebokech.com>
3745         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3747 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3749         * progmodes/gud.el (gud-menu-map): Move parentheses.
3750         (gdb): New command gud-pv.
3752 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3754         * tar-mode.el: Remove spurious or unnecessary leading stars
3755         in docstrings.
3756         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3757         (tar-parse-octal-integer-safe): Use mapc.
3758         (tar-header-block-summarize): Remove unused var `ck'.
3759         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3760         cleared before.  Obey default-enable-multibyte-characters.
3761         Use mapconcat.  Simplify setting of tar-header-offset.
3762         (tar-mode-map): Move initialization inside delcaration.
3763         (tar-flag-deleted): Use `abs'.
3764         (tar-expunge-internal): Remove unused var `line'.
3765         (tar-expunge-internal): Don't hardcode point-min==1.
3766         (tar-expunge): Widen while doing set-buffer-multibyte.
3767         (tar-rename-entry): Use file-name-coding-system.
3768         (tar-alter-one-field): Don't hardcode point-min==1.
3769         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3770         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3772 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3774         * add-log.el (add-log-current-defun): Handle class::method
3775         notation of c++. Fix incorrect comment.
3777 2005-11-10  Alan Mackenzie  <acm@muc.de>
3779         * help-fns.el (describe-variable): Make C-h v work when a variable
3780         has variable documentation yet is unbound.
3782 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3784         * man.el (Man-highlight-references): Set an empty
3785         string to `Man-arguments' if it is nil.
3786         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3788 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3790         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3791         commenting conventions.
3793         * cus-dep.el (custom-make-dependencies): Simplify.
3794         Better follow the commenting conventions.
3796 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3798         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3799         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3800         All uses changed.
3801         (apropos-rewrite-regexp): Doc fix.
3802         (apropos-variable, apropos-command, apropos, apropos-value):
3803         Change prompt; carry through the argument renaming.
3805 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3807         * find-lisp.el: Require dired.
3808         (find-lisp-find-dired-internal): Do not call
3809         `abbreviate-file-name' on DIR.
3811 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3813         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3815 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3817         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3818         when using the speedbar.
3819         (gdb): New command gud-pp.
3820         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3822 2005-11-09  Juri Linkov  <juri@jurta.org>
3824         * replace.el (occur-excluded-properties): New defcustom.
3825         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3827 2005-11-08  Jay Belanger  <belanger@truman.edu>
3829         * calc/calc-units.el (math-convert-units): Replace any composite
3830         unit by its definition.
3832 2005-11-08  Lars Hansen  <larsh@soem.dk>
3834         * emacs-lisp/autoload.el (update-directory-autoloads):
3835         Add obsolete function alias.
3837 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3839         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3840         comment-indent-function.
3841         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3843         * reveal.el (reveal-post-command): Rework the handling of
3844         reveal-open-spots, so as to be more reliable.  There were several
3845         tricky corner cases where an open spot might be lost, or where
3846         a closed spot might end up on the list of open spots.
3847         Only reveal text that's ellipsised.
3849 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3851         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3853 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3855         * ibuffer.el (ibuffer): Search iconified frames too when
3856         getting Ibuffer buffer's window.
3858 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3860         * progmodes/compile.el (compilation-internal-error-properties):
3861         save-excursion around the computation of MARKER.
3863 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3865         * textmodes/flyspell.el (flyspell-external-point-words):
3866         flyspell-get-word returns a list, not just a string.
3868 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3870         * ibuffer.el (ibuffer): Search all visible frames when getting
3871         Ibuffer buffer's window.
3873 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3875         * man.el (Man-reference-regexp): Accept spaces between
3876         `Man-name-regexp' and `Man-section-regexp'.
3877         (Man-apropos-regexp): New variable.
3878         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3879         if available.
3880         (Man-highlight-references, Man-highlight-references0):
3881         Handle the case when `Man-arguments' includes "-k".
3882         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3883         `TARGET'. `TARGET' can be a number, function or nil.
3885 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3887         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3888         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3889         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3890         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3891         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3892         (gdb-send-item): Use buffer-local-value and simplify.
3894 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3896         * startup.el (command-line): Use `custom-reevaluate-setting' for
3897         `global-font-lock-mode'.
3899         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3900         by default, except in batch mode or when the -D option is given.
3902         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3903         specified keyword args on to `define-minor-mode'.  Update docstring.
3905 2005-11-05  Romain Francoise  <romain@orebokech.com>
3907         * replace.el (occur-engine): Add marker at end of line, too.
3909 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3911         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3912         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3913         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3914         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
3915         argument to all these routines, so the passphrase can be managed
3916         externally and passed in to the system.
3917         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3918         pgg-add-passphrase-to-cache function.
3920         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3921         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3922         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3923         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
3924         argument to all these routines, so the passphrase can be managed
3925         externally and passed in to the system.
3926         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3927         function.
3929 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3931         * font-lock.el: Don't deal with font-lock-face-attributes here,
3932         move the code ...
3934         * startup.el (command-line): ... here. Use face-spec-set instead
3935         of custom-declare-face.
3937         * faces.el (face-spec-set): Reset the face if spec is not nil.
3939 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * newcomment.el (comment-region-internal): Box more tightly in the
3942         common case where there's no TAB in the boxed text.
3944 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3946         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3947         up-node.
3949 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3951         * newsticker.el: Commentary updated. Code formatting changed.
3952         (newsticker-version): Change to "1.9".
3953         (newsticker, newsticker-feed): Doc fix.
3954         (newsticker-url-list): Doc fix.  Add option "Weekly".
3955         (newsticker-retrieval-interval): Add option "Weekly".
3956         (newsticker-headline-processing): Doc fix.
3957         (newsticker-auto-mark-filter): Remove.
3958         (newsticker-auto-mark-filter-list): New.
3959         (newsticker-layout, newsticker-sort-method): Doc fix.
3960         (newsticker-hide-old-items-in-newsticker-buffer)
3961         (newsticker-heading-format, newsticker-item-format)
3962         (newsticker-desc-format): Doc fix.
3963         (newsticker-show-all-rss-elements): Remove.
3964         (newsticker-show-all-news-elements): New.
3965         (newsticker-faces, newsticker-ticker): Doc fix.
3966         (remove-from-invisibility-spec): Code formatting.
3967         (newsticker--process-ids): New.
3968         (newsticker-mode): Doc fix.
3969         (newsticker-mode): Change mode-line-format.
3970         (newsticker-start): Remove debug output.
3971         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3972         (newsticker-w3m-show-inline-images): Code formatting.
3973         (newsticker-next-item): Call `force-mode-line-update'.
3974         (newsticker-previous-item): Call `force-mode-line-update'.
3975         (newsticker-next-feed): Call `force-mode-line-update'.
3976         (newsticker-previous-feed): Call `force-mode-line-update'.
3977         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3978         (newsticker-show-old-items): Do not show descs.
3979         (newsticker-hide-entry): Hide too much.
3980         (newsticker-hide-entry, newsticker-show-entry)
3981         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3982         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3983         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3984         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3985         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3986         (newsticker-get-news): Call `force-mode-line-update'.
3987         Collect process ids.
3988         (newsticker--sentinel): Change coding system handling.
3989         Move image retrieval to new functions newsticker--get-logo-url-*.
3990         Move feed parsing to new functions newsticker--parse-*.
3991         Update list of process ids.
3992         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3993         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3994         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3995         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3996         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3997         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3998         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3999         (newsticker--decode-coding-string): Remove.
4000         (newsticker--decode-numeric-entities): Check input.  Format code.
4001         (newsticker--remove-whitespace): Check input.
4002         (newsticker--do-forget-preformatted): Doc fix.
4003         (newsticker--decode-rfc822-date): Allow for missing time.
4004         (newsticker--update-process-ids): New.
4005         (newsticker--image-sentinel): Change comment.
4006         (newsticker--image-read): Change error message.
4007         (newsticker--imenu-goto): Doc fix.  Show headline title.
4008         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4009         (newsticker--buffer-do-insert-text): Clean whitespace in
4010         html-rendered headline title.  Code formatting.
4011         Call `newsticker--buffer-print-extra-elements'.
4012         (newsticker--buffer-print-extra-element): Remove.
4013         (newsticker--buffer-print-extra-elements): New.
4014         (newsticker--buffer-do-print-extra-element): New.
4015         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4016         large sizes.
4017         (newsticker--run-auto-mark-filter)
4018         (newsticker--do-run-auto-mark-filter):
4019         Use `newsticker-auto-mark-filter-list'.
4021 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4023         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4024         (rcirc-print): Force redisplay before running hooks.  Do long
4025         buffer truncation after making new text read-only.  Deal with nil
4026         text when decoding strings.  If TARGET is nil, use either the
4027         currently selected buffer, if it is an rcirc buffer and of the
4028         same process or the process buffer.
4029         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4030         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4031         (rcirc-short-buffer-name): Add variable.
4032         (rcirc-kill-buffer-hook): Recompute short buffer names.
4033         Remove nick from private channel.
4034         (rcirc-send-input): Send command text to current-buffer.
4035         Don't clear overlay arrow here.
4036         (rcirc-short-buffer-name): Return a short buffer name.
4037         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4038         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4039         buffer-name abbreviations.
4040         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4041         Do not touch nick-table when killing a parted channel.
4042         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4043         Clear arrow from current buffer if it is now hidden.
4044         (rcirc-current-buffer): Add variable.
4045         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4046         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4047         Remove -face from names.
4048         (rcirc-update-activity-string): Print "DND" when globally ignoring
4049         activity.
4050         (rcirc-ignore-buffer-activity-flag): Rename from
4051         rcirc-ignore-channel-activity.
4052         (rcirc-ignore-all-activity-flag): Doc fix.
4053         (rcirc-channels): Remove variable.
4054         (rcirc-kill-buffer-hook):
4055         (rcirc-get-buffer-create): Add nick to private channel.
4056         (rcirc-multiline-edit-submit): Remove tabs.
4057         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4058         folded.
4059         (rcirc-remove-nick-channel): Bug fix.
4060         (rcirc-toggle-ignore-buffer-activity): Rename from
4061         rcirc-toggle-ignore-channel-activity.
4062         (rcirc-record-activity): Add buffers to the front of the list.
4063         (rcirc-update-activity): Remove killed buffers from list.
4064         (rcirc-process-server-response-1): Remove last argument if it is
4065         null before calling handler.
4066         (rcirc): Add "rcirc" defcustom prefix.
4067         (rcirc-prompt): Simplify default prompt.
4068         Use custom-initialize-default.
4069         (rcirc-private-chats): Remove variable.
4070         (rcirc-prompt): Change initialization.
4071         (rcirc-version): Remove function.
4072         (rcirc-id-string): Add constant.
4073         (rcirc-last-buffer): Remove variable.
4074         (rcirc-buffer-alist): Add variable.
4075         (rcirc-connect): Update variable setup.
4076         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4077         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4078         default.
4079         (rcirc-handler-generic): Trigger activity.
4080         (rcirc-send-message): Create the buffor of the target.
4081         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4082         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4083         (rcirc-multiline-edit-cancel): Remove function.
4084         (rcirc-set-last-buffer): Remove function.
4085         (rcirc-get-any-buffer): Add function.
4086         (rcirc-join-channels): Don't print /join text.
4087         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4088         messages.
4089         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4090         (rcirc-handler-NOTICE): Recognize CTCP responses.
4091         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4092         constructing TOPIC string for buffers we are not JOINed.
4093         (rcirc-handler-CTCP-response): Add handler.
4094         (rcirc-multiline-edit-submit): Restore the window-configuration
4095         before adjusting point.
4096         (rcirc): Add customization group.
4097         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4098         (rcirc-user-full-name, rcirc-startup-channels-alist)
4099         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4100         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4101         (rcirc-input-ring-size, rcirc-read-only-flag)
4102         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4103         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4104         Change defvar to defcustom.
4105         (rcirc-update-prompt): Add optional ALL arg, which will update
4106         prompts in all rcirc buffers.  Regexp quote replacement text.
4107         (rcirc-fill-column): Accept frame-width as a value.
4108         (rcirc-set-changed): Add function.
4109         (rcirc-next-active-buffer): Write more meaningful messages.
4110         (rcirc-faces): Add customization group.
4111         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4112         (rcirc-nick-in-message-face, rcirc-prompt-face)
4113         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4114         (with-rcirc-process-buffer): Move before first usage.
4115         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4116         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4117         (rcirc-debug): Rename from `rcirc-log'.
4118         (rcirc-format-response-string): Do not print `-' chars for a
4119         NOTICE with no sender.  Simplify output of server responses.
4121 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4123         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4124         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4125         mouse and RET clickable.
4127 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4129         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4131 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4133         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4134         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4135         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4136         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4137         argument to all these routines, so the passphrase can be managed
4138         externally and passed in to the system.
4139         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4140         pgg-add-passphrase-to-cache function.
4142         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4143         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4144         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4145         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4146         argument to all these routines, so the passphrase can be managed
4147         externally and passed in to the system.
4148         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4149         function.
4151 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4153         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4154         from goto-address-url-regexp.
4156 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4158         * textmodes/org.el (org-read-date, org-goto-calendar)
4159         (org-recenter-calendar, org-agenda-goto-calendar):
4160         Temporarily clear `calendar-move-hook'.
4162 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4164         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4165         merging.
4167         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4168         have merge clashes.
4170 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4172         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4173         Undo previous change.
4175         * startup.el (command-line): Use `custom-reevaluate-setting' for
4176         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4177         tty-register-default-colors on Mac.
4179 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4181         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4182         (gdb-buffer-type): Make it automatically buffer local...
4183         (gdb-get-create-buffer): ...and set it accordingly.
4184         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4185         actually work.
4187 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4189         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4190         not red.
4192 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4194         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4195         case GUD buffer is not visible.
4196         (gdb-goto-breakpoint): Try to force display in source buffer.
4197         (gdb-frame-gdb-buffer): Copy other similar functions.
4198         (gdb-restore-windows): Don't display source if not asked for.
4199         (gdb-assembler-buffer-name): Don't capitalise.
4201 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4203         * wid-edit.el (key-sequence): New widget type.
4205         * simple.el (set-mark-command-repeat-pop): New variable.
4206         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4207         if set-mark-command-repeat-pop is true.
4209         * info.el (Info-fontify-node): Don't display extra "see" if there
4210         already is one here.
4212         * mouse.el: Fix special handling of DEL after dragging a region:
4213         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4214         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4216         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4218         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4219         not to assume it pertains to an affix.
4221         * textmodes/flyspell.el (flyspell-post-command-hook):
4222         Bind deactivate-mark to prevent deactivation.
4224 2005-11-03  Lars Hansen  <larsh@soem.dk>
4226         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4227         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4228         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4230 2005-11-03  Romain Francoise  <romain@orebokech.com>
4232         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4233         Update copyright years.
4235 2005-11-03  Sam Steingold  <sds@gnu.org>
4237         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4238         Use system-type instead of window-system because window-system is not
4239         correctly defined during loadup.
4241 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4243         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4244         (xml-parse-tag): Join strings separated by a comment properly.
4246 2005-11-02  Andreas Schwab  <schwab@suse.de>
4248         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4250 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4253         (byte-optimize-pure-func): Quote the eval'd value.
4255         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4256         Rename from perl-font-lock-syntactic-face-function.
4257         Change the calling convention so it can be used as a font-lock MATCHER.
4258         Do the parse-partial-sexp loop outselves.
4259         (perl-font-lock-syntactic-keywords): Use it.
4260         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4262 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4264         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4265         disassembly buffer too.
4266         (gdb-exited): Remove overlay arrows when execution has finished.
4267         (gdb-info-frames-custom, gdb-info-threads-custom)
4268         (gdb-info-registers-custom): Don't add inappropriate text
4269         properties if inferior is not active.
4271 2005-11-02  Glenn Morris  <rgm@gnu.org>
4273         * progmodes/fortran.el (fortran-blink-match):
4274         Use `blink-matching-delay'.
4276 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4278         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4280 2005-11-02  Lars Hansen  <larsh@soem.dk>
4282         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4283         "Permission denied".
4285 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4287         * textmodes/flyspell.el (flyspell-external-point-words):
4288         Pass nil to flyspell-get-word.
4290 2005-11-02  Kim F. Storm  <storm@cua.dk>
4292         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4293         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4295 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4298         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4299         (calendar-mouse-print-dates): Add optional `event' argument.
4300         Update interactive-spec.
4301         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4302         Use `calendar-event-to-date' instead of `event'.
4304 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4306         * progmodes/ld-script.el (ld-script-builtins):
4307         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4308         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4309         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4311 2005-11-01  Romain Francoise  <romain@orebokech.com>
4313         * vc-sccs.el: Update copyright year.
4314         * ezimage.el: Likewise.
4316 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4318         * info.el (Info-fontify-node): Use `string-width' for fontifying
4319         underlined titles.
4321 2005-11-01  Juri Linkov  <juri@jurta.org>
4323         * info.el (Info-fontify-node): Downcase node header keywords Node,
4324         Prev, Next, Up before comparison.
4325         (Info-history): Insert absolute directory name, and put invisible
4326         property on it.
4328 2005-11-01  Juri Linkov  <juri@jurta.org>
4330         * info.el (Info-file-supports-index-cookies): New variable.
4331         (Info-find-node-2): Check makeinfo version for index cookie support.
4332         (Info-index-nodes): Search for nodes with index cookies only when
4333         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4334         with "Index" in the node name.
4335         (Info-index-node): Search index cookie in the current node only when
4336         Info-file-supports-index-cookies is t.  Otherwise, check the word
4337         "Index" in the node name.
4338         (Info-find-emacs-command-nodes): Remove code that searches nodes
4339         with "Index" node name in the top menu.
4341 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * progmodes/scheme.el (scheme-mode-variables): Use the default
4344         comment-indent-function.
4346         * faces.el (face-attribute): Handle the case where a face inherits from
4347         a non-existent face.
4349         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4350         for octal and hexa output, and merge the char into the paren.
4351         (kill-new): Use push.
4352         (copy-to-buffer): Use with-current-buffer.
4353         (completion-setup-function): Move code in loop to remove redundancy.
4354         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4355         those inherited from minibuffer-local-completion-map.
4357         * savehist.el (savehist-mode) <defcustom>:
4358         Use custom-set-minor-mode if available.
4359         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4360         and emit a message if applicable.
4362 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4364         * savehist.el: Sync up to version 19.
4365         (savehist-mode): New minor mode.
4366         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4367         (savehist-length): Remove (use history-length instead).
4368         (savehist-file-modes): Rename from savehist-modes.
4369         (savehist-save-hook, savehist-loaded): New vars.
4370         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4371         old format to new format.
4372         (savehist-install): Allow savehist-autosave-interval to be nil.
4373         (savehist-save): Run the new hook.  Be more careful to only trim the
4374         history variables.
4375         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4376         (savehist-printable): Print into a buffer rather than char-by-char.
4378 2005-11-01  John Wiegley  <johnw@newartisans.com>
4380         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4381         toggle-ignore keybinding (C-a).  The author said it had been
4382         disabled much earlier due to a possible incompatibility, but after
4383         many months of usage I have encountered no problems (and it is a
4384         rather useful option, especially for switching to " *temp*").
4386         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4387         support for OS/X's AddressBook, by calling out to the open source
4388         program "contacts" (installable through Fink).
4390         * net/eudc.el (eudc-expand-inline): If the
4391         `eudc-multiple-match-handling-method' is set to `all', delete the
4392         query string before inserting the query result.
4394         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4395         flag, to prevent Eshell from using the system ls when
4396         `eshell-ls-insert-directory' is in used.
4397         (eshell-ls-insert-directory): Disable font-lock in directory
4398         buffer so that Eshell's own fontification is seen.  This broke
4399         recently due to changes in font-lock, so this goes back to version
4400         21 behavior.
4402 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4404         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4405         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4406         (gdb-many-windows): Doc fix.
4408 2005-10-31  Romain Francoise  <romain@orebokech.com>
4410         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4412 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4414         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4415         that global-font-lock-mode can be enabled by default.
4417         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4418         (font-lock-add-keywords, font-lock-remove-keywords)
4419         (font-lock-fontify-buffer): Remove autoload cookies.
4421         * jit-lock.el (jit-lock-register): Likewise.
4423         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4425 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4427         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4428         intact if there is no gud-comint-buffer.
4430 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4432         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4433         old prompt comint-prompt-read-only is t and GDB commands are
4434         issued from tool bar etc.
4436 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4438         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4440 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4442         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4443         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4445 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4447         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4448         starting at beginning of line.  Fontification is messed up when
4449         `open-paren-in-column-0-is-defun-start' set to t.
4450         Reported by John Paul Wallington <jpw@pobox.com>.
4452 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4454         * comint.el (comint-send-input): Call `comint-update-fence' when
4455         `comint-process-echoes' and `comint-prompt-read-only' are both
4456         non-nil, to avoid leftover read-only newline.
4458 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4460         * textmodes/flyspell.el (flyspell-external-point-words):
4461         Detect when WORD can't be checked properly because
4462         flyspell-get-word finds just part of it, and move on.
4464         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4465         boundarychar for Polish.
4466         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4467         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4469 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4471         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4472         (gdb-registers-font-lock-keywords): Delete.
4473         (gdb-registers-mode): Don't fontify.
4474         (gdb-info-registers-custom): Use text properties instead as, in
4475         future, changed register values will use font-lock-warning-face.
4476         (gdb-local-font-lock-keywords): Rename to...
4477         (gdb-locals-font-lock-keywords): ...for consistency.
4479 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4481         * vc.el (vc-switch-backend): Better error message if the buffer is
4482         not visiting a file under version control.
4484         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4486 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4488         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4489         ~/.emacs.d/.emacs.
4491 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4493         * replace.el (occur-mode-mouse-goto): Always go to other window.
4494         (occur-mode-goto-occurrence): Always switch in same window.
4496         * simple.el (undo): Display message at end, not at start.
4498         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4499         New arg REUSE-CELL.
4500         (cancel-timer-internal): New function.
4501         (timer-event-handler): Use cancel-timer-internal,
4502         and pass the cell it returns to timer-activate...
4504         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4505         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4506         (jit-lock-after-change): Test memory-full.
4508 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4510         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4511         part of the decoded armor to find the key-identifier.
4512         (pgg-gpg-lookup-key-owner): New function to return the
4513         human-readable identifier of a key owner.
4514         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4515         key itself.
4516         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4517         the key value) if we have a key and can match it against a secret
4518         key.  Also, added a note pointing out fact that the prompt only
4519         indicates the first matching key.
4521         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4522         pgg-decrypt-region.
4523         (pgg-pending-timers): A new hash for tracking the passphrase cache
4524         timers, so that new ones supercede old ones.
4525         (pgg-add-passphrase-to-cache): Rename from
4526         `pgg-add-passphrase-cache' to reduce confusion (all callers
4527         changed).  Modified to cancel old timers when new ones are added.
4528         (pgg-remove-passphrase-from-cache): Rename from
4529         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4530         changed).  Modified to cancel old timers when their keys are
4531         removed from the cache.
4532         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4533         XEmacs, an indirection to delete-itimer.
4534         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4535         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4536         users can only check cache without risk of prompting.  Correct bug in
4537         notruncate behavior.
4538         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4539         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4540         Add informative docstrings.
4541         (pgg-decrypt): Convey provided passphrase in subordinate call to
4542         pgg-decrypt-region.
4544         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4545         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4546         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4547         'passphrase' argument, so the passphrase can be managed externally
4548         and then passed in to the system.
4550         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4551         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4552         so the passphrase cache can be used reliably with identifiers
4553         besides a pgp packet's key id.
4555         * pgg-gpg.el (pgg-pgp-encrypt-region)
4556         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4557         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4558         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4559         argument to all these routines, so the passphrase can be managed
4560         externally and passed in to the system.
4562         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4563         'notruncate' argument, so the passphrase cache can be used
4564         reliably with identifiers besides a pgp packet's key id.
4566 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4568         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4569         symmetric encryption.
4570         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4571         encrypted session key.
4572         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4573         message ask for the passphrase in a proper way.
4575         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4576         New user commands for symmetric encryption.
4578 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4580         * textmodes/conf-mode.el (conf-assignment-sign)
4581         (conf-assignment-regexp): Fix docstrings.
4582         (conf-mode-initialize): New function.
4583         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4584         recognize recursive calls.
4585         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4586         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4587         (conf-xdefaults-mode): Use define-derived-mode and
4588         conf-mode-initialize.
4590 2005-10-29  Romain Francoise  <romain@orebokech.com>
4592         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4594 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4596         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4597         part of the decoded armor to find the key-identifier.
4598         (pgg-gpg-lookup-key-owner): New function to return the
4599         human-readable identifier of a key owner.
4600         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4601         key itself.
4602         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4603         the key value) if we have a key and can match it against a secret
4604         key.  Also, added a note pointing out fact that the prompt only
4605         indicates the first matching key.
4607         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4608         pgg-decrypt-region.
4609         (pgg-pending-timers): A new hash for tracking the passphrase cache
4610         timers, so that new ones supercede old ones.
4611         (pgg-add-passphrase-to-cache): Rename from
4612         `pgg-add-passphrase-cache' to reduce confusion (all callers
4613         changed).  Modified to cancel old timers when new ones are added.
4614         (pgg-remove-passphrase-from-cache): Rename from
4615         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4616         changed).  Modified to cancel old timers when their keys are
4617         removed from the cache.
4618         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4619         XEmacs, an indirection to delete-itimer.
4620         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4621         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4622         users can only check cache without risk of prompting.  Correct bug in
4623         notruncate behavior.
4624         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4625         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4626         Add informative docstrings.
4627         (pgg-decrypt): Convey provided passphrase in subordinate call to
4628         pgg-decrypt-region.
4630 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4632         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4633         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4634         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4635         'passphrase' argument, so the passphrase can be managed externally
4636         and then passed in to the system.
4638         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4639         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4640         so the passphrase cache can be used reliably with identifiers
4641         besides a pgp packet's key id.
4643         * pgg-gpg.el (pgg-pgp-encrypt-region)
4644         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4645         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4646         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4647         argument to all these routines, so the passphrase can be managed
4648         externally and passed in to the system.
4650         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4651         'notruncate' argument, so the passphrase cache can be used
4652         reliably with identifiers besides a pgp packet's key id.
4654 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4656         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4657         symmetric encryption.
4658         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4659         encrypted session key.
4660         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4661         message ask for the passphrase in a proper way.
4663         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4664         New user commands for symmetric encryption.
4666 2005-10-28  Bill Wohler  <wohler@newt.com>
4668         * help-mode.el (help-url): New button type. Calls browse-url.
4669         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4670         Similar to Info nodes: URL `url'.
4671         (help-make-xrefs): Create help-url buttons for
4672         help-xref-url-regexp matches.
4674 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4676         * tool-bar.el (tool-bar-add-item-from-menu)
4677         (tool-bar-local-item-from-menu): Fix doc strings.
4679 2005-10-28  Romain Francoise  <romain@orebokech.com>
4681         * ldefs-boot.el: Update.
4683         * subr.el (locate-library): Move from help-fns.el.
4684         * help-fns.el (locate-library): Move to subr.el.
4686 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4688         * net/tramp.el (tramp-completion-mode): defvar moved up.
4690         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4692         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4694         * files.el (find-file-noselect): Use %d to format large file size.
4696         * bindings.el (mode-line-format): Add %e.
4698         * loadup.el ("facemenu"): Load unconditionally.
4699         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4700         ("x-dnd"): Load, when appropriate.
4702         * startup.el (command-line): Call before-init-hook earlier.
4703         Warn about some bad characters in -u user name.
4705         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4706         (flyspell-external-point-words): Error if misspelled word is not found.
4707         Set flyspell-large-region-beg at end of word.
4709 2005-10-28  Andreas Schwab  <schwab@suse.de>
4711         * view.el (View-revert-buffer-scroll-page-forward):
4712         Use view-page-size-default.
4714 2005-10-28  Juri Linkov  <juri@jurta.org>
4716         * international/quail.el (quail-get-current-str): Translate last
4717         raw character for deterministic input methods.
4719 2005-10-27  Jay Belanger  <belanger@truman.edu>
4721         * calc/calc-ext.el: Add functions to autoloads.
4722         (math-identity-matrix-p, math-ident-row-p): New functions.
4724         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4725         multiplication by an identity matrix; don't turn multiplication by
4726         an inverse matrix into division.
4727         (math-div-symbol-fancy):  Replace division by matrices with
4728         multiplication by inverse.
4730         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4732         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4733         (calc-writeoutpower): New functions.
4735 2005-10-27  Romain Francoise  <romain@orebokech.com>
4737         * replace.el (occur-engine): Include colon in mouse-face highlight.
4739         * dired-x.el: Change Maintainer field.
4741 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4743         * longlines.el (longlines-mode): Bind after-change-functions to
4744         nil during initial decoding and final encoding.
4746 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4748         * term.el (term-emulate-terminal, term-handle-colors-array)
4749         (term-handle-ansi-escape): Specify the terminfo capabilities
4750         implemented.
4752 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4754         * info.el (Info-fontify-node): Fix detection of sentence-break
4755         before *Note.
4757 2005-10-26  Romain Francoise  <romain@orebokech.com>
4759         * smerge-mode.el: Add `tools' to file keywords.
4761 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4763         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4764         when the fringe is not available.
4766         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4767         (def-gdb-auto-update-trigger): Simplify construction.
4768         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4769         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4770         defined explicitly.
4771         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4772         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4773         defined explicitly.
4774         (gdb-info-locals-custom): Remove as it's a no-op.
4776 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4778         * longlines.el (longlines-mode): Remove narrowing before
4779         performing the initial decoding or final encoding.
4781 2005-10-25  Romain Francoise  <romain@orebokech.com>
4783         * emacs-lisp/find-func.el (find-library-name): Also strip
4784         extension if library name ends in .el, to take advantage of
4785         `find-library-suffixes'.
4787 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4789         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4791 2005-10-25  Juri Linkov  <juri@jurta.org>
4793         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4794         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4796 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4799         (blackbox-redefine-key): Add argument `map'.
4801         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4802         regions when moving the jit-lock-context-unfontify-pos boundary.
4804 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4806         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4808 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4810         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4812 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4814         * play/blackbox.el (blackbox-redefine-key): New function.
4815         (blackbox-mode-map): Use it to remap existing bindings for cursor
4816         motion instead of binding literal keys.
4818 2005-10-25  Glenn Morris  <rgm@gnu.org>
4820         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4821         diary does not end in a newline.  Do not assume a blank line at
4822         the start of the diary file.
4824 2005-10-25  Kenichi Handa  <handa@m17n.org>
4826         * international/quail.el (quail-translate-key): If the input
4827         method is deterministic and failed to handle the last key, restart
4828         the key handling loop from an appropriate key.
4830 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4832         * vc.el (vc-dired-mode): Extend comment for binding of
4833         `directory-listing-before-filename-regexp'.
4835 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * textmodes/texinfo.el (texinfo-mode):
4838         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4839         not to unnecessarily expose emacs-mule's internal char codes.
4841 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4843         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4844         Display hand pointer and help-echo on disabled icon too.
4845         (gdb-mouse-until): New function.
4846         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4848 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4850         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4851         with 2005-10-23 change to doctor.el.
4853         * finder.el (finder-mode-map): Add follow-link binding.
4855 2005-10-25  Kim F. Storm  <storm@cua.dk>
4857         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4858         to gdb-mouse-toggle-breakpoint-fringe.
4859         (gdb-mouse-toggle-breakpoint-margin): Rename from
4860         gdb-mouse-toggle-breakpoint. Fix doc.
4861         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4862         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4863         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4864         string properties also for fringe breakpoint bitmaps.
4866 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4868         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4870 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4872         * simple.el (completion-common-substring):
4873         Use `completion-common-substring' prior to `completion-base-size'.
4875 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4877         * savehist.el: Require CL while compiling.
4878         (savehist-history-variables): Remove.
4879         (savehist-save-minibuffer-history, savehist-additional-variables)
4880         (savehist-minibuffer-history-variables): New vars.
4881         (savehist-save): Use them.
4882         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4883         (savehist-install): New fun, extracted from savehist-load.
4884         (savehist-load): Use them.
4886 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4888         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4889         a dummy doc-string-elt property.
4890         (defalias, defvaralias, define-category): Add a docstring property.
4892         * image.el (defimage):
4893         * widget.el (define-widget):
4894         * custom.el (defface, defcustom): Add `doc-string' declaration.
4896         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4897         (defadvice): Add `doc-string' declaration.
4899         * emacs-lisp/byte-run.el (macro-declaration-function):
4900         Handle `doc-string' declarations.
4901         (define-obsolete-function-alias, define-obsolete-variable-alias):
4902         Add `doc-string' declaration.
4904 2005-10-24  Kenichi Handa  <handa@m17n.org>
4906         * international/utf-7.el (utf-7): Add autoload cookie.
4908         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4910 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4912         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4913         list of directories passed to batch-update-autoloads.  Add "." to
4914         the list of the echoed directories.
4916         * pgg-def.el:
4917         * pgg-gpg.el:
4918         * pgg-parse.el:
4919         * pgg-pgp.el:
4920         * pgg-pgp5.el:
4921         * pgg.el: Moved here from the gnus subdirectory.
4923 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4925         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4926         in case comint-prompt-read-only is set to t.
4928         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4929         in case comint-prompt-read-only is set to t.
4931 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4933         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4934         Now a string.
4935         (icalendar-import-format): Handle CLASS, STATUS, URL.
4936         Rename `subject' to `summary'.
4937         (icalendar-import-format-summary): Rename from
4938         `icalendar-import-format-subject'.
4939         (icalendar-import-format-url, icalendar-import-format-status)
4940         (icalendar-import-format-class): New variables.
4941         (icalendar--rris): Take variable argument list.
4942         (icalendar--datestring-to-isodate): Remove unnecessary
4943         calendar-style check when converting dates with explicit month names.
4944         (icalendar-export-region): Change return type of conversion
4945         subroutines.  Bury current buffer unless error occurred.
4946         (icalendar--convert-to-ical)
4947         (icalendar--parse-summary-and-rest): New functions.
4948         (icalendar--convert-ordinary-to-ical)
4949         (icalendar--convert-weekly-to-ical)
4950         (icalendar--convert-yearly-to-ical)
4951         (icalendar--convert-block-to-ical)
4952         (icalendar--convert-cyclic-to-ical)
4953         (icalendar--convert-anniversary-to-ical): Change return type.
4954         Strip trailing blanks from subject.
4955         (icalendar--convert-sexp-to-ical): Change return type.
4956         Strip trailing blanks from subject.  Handle simple sexp
4957         entries as generated by icalendar.el.
4958         (icalendar--convert-float-to-ical)
4959         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4960         (icalendar-import-file): Doc fix.
4961         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4962         Correct call to icalendar--rris.
4963         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4964         `summary'.
4965         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4967 2005-10-24  Romain Francoise  <romain@orebokech.com>
4969         * server.el (server-sentinel): Set query-on-exit flag to nil on
4970         new client processes (it isn't inherited from the server process).
4972         * replace.el (occur-engine): Rearrange text properties.
4974 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4977         case-fold-search is nil.
4978         (debug-help-follow): Use help-xref-interned directly.
4980 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4982         * thumbs.el (thumbs-image-type): Add .pbm.
4984 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4986         * faces.el (inhibit-face-set-after-frame-default): New variable.
4987         (set-face-attribute): Bind it.
4988         (face-set-after-frame-default): Test it.
4990         * help-fns.el (describe-simplify-lib-file-name): New function.
4991         (describe-function-1, describe-variable): Use it.
4993         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4995         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4996         Eliminate nil as possible value.
4997         (tooltip-hide-delay): Reduce internal-border-width.
4999         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5000         (menu-bar-file-menu) <new-file>: Likewise.
5002         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5004         * international/mule.el (load-with-code-conversion):
5005         Pass full file name to `eval-buffer' unless preloading.
5007         * textmodes/flyspell.el (flyspell-large-region):
5008         Call ispell-check-version.
5010         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5011         Fix the make-variable-buffer-local call that was supposed
5012         to be for this variable.
5013         (ispell-aspell-supports-utf8): Doc fix.
5014         (ispell-find-aspell-dictionaries): Preserve elements of
5015         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5016         (ispell-aspell-find-dictionary): Return nil on error.
5018         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5019         (doctor-symptoms): Likewise.
5021         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5023 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5025         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5026         (custom-raised-buttons): Add :set spec.
5027         (custom-button-unraised, custom-button-pressed-unraised):
5028         New faces, so that custom-raised-buttons actually does something.
5029         (custom-mode): Use custom-button and custom-button-pressed.
5031         * wid-edit.el (widget-specify-button): Don't ignore
5032         widget-mouse-face on graphic terminals.
5033         (widget-move-and-invoke): Cleanup.
5035 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5037         * whitespace.el (whitespace-cleanup): Doc fix.
5039 2005-10-23  Romain Francoise  <romain@orebokech.com>
5041         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5042         `eval-after-load' to avoid evaluating their result.
5044 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5046         * files.el (directory-listing-before-filename-regexp):
5047         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5049         * dired.el (dired-move-to-filename-regexp): Remove.
5050         All occurences replaced by `directory-listing-before-filename-regexp'.
5052         * dired-x.el, locate.el, vc.el:
5053         Replace `dired-move-to-filename-regexp' by
5054         `directory-listing-before-filename-regexp'.  In vc.el it is
5055         overwritten locally; maybe this can be handled in files.el too.
5057         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5058         replaced by `directory-listing-before-filename-regexp'.
5060 2005-10-23  Andreas Schwab  <schwab@suse.de>
5062         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5063         and eval-next-after-load.
5065 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5067         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5068         exist, create it.
5070 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5072         * allout.el: Remove autoloads for mailcrypt and crypt++.
5073         Require pgg, pgg-gpg during compilation.
5074         (allout-version): Increment version number to 2.1, and use a literal
5075         rather than RCS Id.
5076         (allout-default-encryption-scheme): Remove.
5077         (allout-passphrase-verifier-handling)
5078         (allout-passphrase-verifier-string)
5079         (allout-file-passphrase-verifier-string)
5080         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5081         (allout-passphrase-hint-handling): Rename and simplify.
5082         (allout-init): Use `find-file-hook' if available, otherwise
5083         `find-file-hooks'.
5084         (allout-mode): Use `write-file-functions' if available, otherwise
5085         `local-write-file-hooks' and, instead of making auto-save-hook
5086         buffer local, make the write-file-hook activity contingent to
5087         allout-mode.
5088         (allout-mode): Use key-binding substitution in the docstring.
5089         (allout-kill-line): Spell-out kill ring data structure mutation
5090         instead of using byte-compiler-complaint-provoking `pop'.
5091         (allout-insert-listified): Use `insert' rather than `insert-string'
5092         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5093         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5094         (allout-encrypt-string): Totally revamped vis new underlying
5095         encryption facilities.
5096         (allout-mc-activate-passwd): Remove.
5097         (allout-obtain-passphrase): New, more or less replaces
5098         allout-mc-activate-passwd.
5099         (allout-encrypted-key-info): More or less replaces
5100         allout-encrypted-text-type.
5101         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5102         (my-mark-marker): Use `(featurep 'xemacs)'.
5104 2005-10-23  Lars Hansen <larsh@soem.dk>
5106         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5107         (byte-compile-file-form-defmumble, byte-compile-defun)
5108         (byte-compile-defmacro): Use it.
5109         (byte-compile-form): Don't call byte-compile-set-symbol-position
5110         when a byte-compile handler is called.
5112 2005-10-22  Romain Francoise  <romain@orebokech.com>
5114         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5116         * subr.el (eval-after-load): Convert library name to an absolute
5117         file name using locate-library, since load-history no longer has
5118         library names in it.
5120 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5122         * files.el (make-temp-file): Move from subr.el.
5123         * subr.el (make-temp-file): Move to files.el.
5125         * window.el (get-buffer-window-list): Move from subr.el.
5126         * subr.el (get-buffer-window-list): Move to window.el.
5128         * image.el (image-load-path): Use eval-at-startup to initialize.
5130         * subr.el (eval-at-startup): New macro.
5132         * subr.el: Much rearrangement of functions and division
5133         into pages.  No code changes.
5135 2005-10-22  Kenichi Handa  <handa@m17n.org>
5137         * tar-mode.el (tar-extract): Be sure to call
5138         find-operation-coding-system if set-auto-coding doesn't find a
5139         coding system.
5141 2005-10-22  Kim F. Storm  <storm@cua.dk>
5143         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5144         Change users.
5145         (image-type-file-name-regexps): New defconst.
5146         (image-type-from-data): Simplify loop.
5147         (image-type-from-buffer): New defun.
5148         (image-type-from-file-header): Use it instead of image-type-from-data.
5149         Use image-search-load-path instead of only looking in data-directory.
5150         (image-type-from-file-name): New defun.
5151         (image-search-load-path): Change `pathname' to `filename'.
5152         Make PATH arg optional, default to image-load-path.
5154 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5156         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5158         * textmodes/paragraphs.el (sentence-end-base): New variable.
5159         (sentence-end): Use sentence-end-base.
5161 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5164         property independently from the font-lock-multiline variable.
5166 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5168         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5170         * startup.el (command-line): Convert library names
5171         in `load-history' to absolute file names.
5173         * subr.el (symbol-file): Doc fix.
5175         * loadhist.el (file-loadhist-lookup): Call locate-library
5176         instead of find-library-name.  Don't try converting
5177         abs file names to library names, since load-history no longer
5178         has library names in it.
5179         (file-dependents, file-provides, file-requires): Doc fixes.
5181 2005-10-21  Juri Linkov  <juri@jurta.org>
5183         * progmodes/etags.el (tags-table-mode): New function.
5184         (tags-verify-table): Replace initialize-new-tags-table with
5185         tags-table-mode.
5187         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5188         default value.
5189         (desktop-modes-not-to-save): Add tags-table-mode to the
5190         default value.
5192         * info.el (Info-index-next): Add total number of index
5193         alternatives to the message.
5195         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5196         backward only space (instead of space and period) before looking
5197         at sentence end.
5199         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5200         Add the old variable value as 4th default-value arg of read-string.
5202 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5204         * cus-face.el (custom-declare-face): Make face from X resources
5205         also on Mac.
5207         * disp-table.el (standard-display-g1, standard-display-graphic):
5208         Refuse to use string glyphs also on Mac.
5209         (standard-display-european): Don't set terminal coding system also
5210         on Mac.
5212         * frame.el (display-screens): Use x-display-screens also on Mac.
5214 2005-10-21  Romain Francoise  <romain@orebokech.com>
5216         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5218 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5220         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5221         and $? into sexps.
5223         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5224         warning face on open-paren-in-column-0.
5226         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5227         boundary case.  Fix typo.
5228         Suggested by Martin Rudalics <rudalics@gmx.at>.
5230 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5232         * textmodes/org.el (org-combined-agenda-icalendar-file)
5233         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5234         (org-export-icalendar-this-file)
5235         (org-export-icalendar-all-agenda-files)
5236         (org-export-icalendar-combine-agenda-files): New commands.
5237         (org-export-icalendar, org-print-icalendar-entries)
5238         (org-start-icalendar-file, org-finish-icalendar-file)
5239         (org-ical-ts-to-string): New functions.
5240         (org-read-date, org-goto-calendar)
5241         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5242         call to `calendar'.
5243         (orgtbl-setup): Remove the :keys arguments from the menu description.
5244         (org-after-save-iCalendar-file-hook): New variable.
5246 2005-10-21  Kenichi Handa  <handa@m17n.org>
5248         * language/vietnamese.el (tcvn-5712): Make it an alias of
5249         vietnamese-tcvn coding-system.
5251 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5253         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5254         group id is given.
5256 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5259         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5260         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5261         whose line is either continued or ends with a comment.
5263 2005-10-20  Romain Francoise  <romain@orebokech.com>
5265         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5267         * replace.el (occur-engine): Add follow-link property.
5269         * font-core.el (font-lock-mode): Doc fix.
5271 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5273         * net/rcirc.el: New file.
5275 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5277         * term.el (term-term-name): Initialize to "eterm-color".
5279 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5281         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5282         for encryption functionality.
5283         Move allout customization subgroup from `editing' to `outlines' group.
5284         Fix commentary keywords to legitimate ones.
5285         Update author info (using my current email address, obscurified).
5286         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5287         (allout-encrypted-topic-p, allout-encrypted-text-type)
5288         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5289         (allout-situate-encryption-key-verifier)
5290         (allout-get-encryption-key-verifier, allout-verify-key)
5291         (allout-next-topic-pending-encryption)
5292         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5293         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5294         (outline-key-verifier-handling, outline-key-hint-handling)
5295         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5296         (allout-file-key-verifier-string, allout-encryption-scheme)
5297         (allout-key-verifier-string, allout-key-hint-string)
5298         (allout-after-save-decrypt): New variables.
5299         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5300         (allout-after-saves-handler): New hook functions.
5301         (allout-post-command-business): Do allout-after-save-decrypt.
5302         (allout-enable-file-variable-adjustment): Custom var to enable
5303         mechanism for adding and adjusting settings of Emacs file variables.
5304         (allout-adjust-file-variable, allout-file-vars-section-data):
5305         New functions, implement the mechanism.
5306         (outlineify-sticky): Use the file vars mechanism.
5307         (allout-inhibit-protection, allout-during-write-cue)
5308         (allout-override-protect, allout-before-change-protect): Remove.
5309         (allout-flag-region, allout-open-topic): Adjust read-only text.
5310         (allout-open-line-not-read-only): Add to facilitate read-only
5311         text based protection.
5312         (allout-kill-line): Revise to adjust read-only text, clue the
5313         user about the inhibition.
5314         (allout-unprotected): Use unwind-protect.
5315         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5316         topic deeper than the offspring depth of the previous topic -
5317         avoiding confusing "containment discontinuities".
5318         (allout-reindent-bodies): Fix retention of body relative hanging
5319         indent during promotion of collapsed bodies.
5320         (allout-open-topic): Make it easy to open new topic with same
5321         bullet as current topic - topic creation functions provided with
5322         any universal argument provokes now prompt for bullet, defaulting
5323         to the bullet of the previous topic.
5324         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5325         Plain bullet alternates `.' period and `,' comma only.  All other
5326         bullets are relegated to special status (but customizable).
5327         (allout-end-of-entry): Rename from allout-end-of-current-entry
5328         since it actually operates w.r.t. most immediately containing
5329         entry, visible or not.
5330         (allout-hide-current-entry, allout-show-current-entry): Use the
5331         revised version.
5332         (allout-old-expose-topic): Solidify deprecation.
5333         (allout-end-of-subtree): Add so we can span concealed as well
5334         as visible topics.
5335         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5336         (allout-end-of-current-heading): Tweak to just respect the first line.
5337         (allout-get-body-text): Add.
5338         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5339         when invoked interactively.
5340         (allout-up-current-level): Use `interactive-p'.
5341         (allout-mode, allout-init): Miscellaneous docstring and
5342         operational refinements, as well as hookups of new encryption stuff.
5343         (allout-beginning-of-current-entry): Now works as advertised.
5344         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5345         (allout-isearch-rectification): Refine condition for isearching.
5346         (allout-isearch-abort, allout-enwrap-isearch)
5347         (allout-flag-region, my-region-active-p): Relocate some macros.
5348         (allout-title): Fallback title is (buffer-name), not
5349         non-existing (current-buffer-name).
5350         (subst-char-in-string): Define if absent (for some XEmacs versions).
5352 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5354         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5355         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5356         (mail-citation-prefix-regexp, mail-signature-file)
5357         (mail-default-headers, mail-bury-selects-summary)
5358         (mail-send-nonascii): Add autoload cookies.
5360 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5362         * frame.el (blink-cursor-mode): Add `mac' to the list of
5363         window-system's that support blinking cursor.
5365 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5367         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5369 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5371         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5372         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5373         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5375 2005-10-20  Kim F. Storm  <storm@cua.dk>
5377         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5378         (ido-set-current-directory): Don't add / after final @.
5379         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5380         Explicitly handle ange-ftp completion oddities.
5381         (ido-make-file-list): Don't rotate list at tramp root to avoid
5382         triggering tramp file handler for expand-file-name via get-file-buffer.
5384 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5386         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5388 2005-10-19  Jay Belanger  <belanger@truman.edu>
5390         * calc/calc-units.el (math-standard-units): Add units, adjust
5391         symbols and update values.
5392         (math-unit-prefixes):  Add more prefixes.
5394 2005-10-19  Romain Francoise  <romain@orebokech.com>
5396         * bookmark.el (bookmark-menu-heading): New face.
5397         (bookmark-bmenu-list): Use it.
5398         Don't fiddle with `baud-rate' at top-level.
5400 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5402         * image.el (create-image, find-image): Mention max-image-size in
5403         docstring.
5405 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * savehist.el (savehist-load): Revert to checking XEmacs.
5409         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5410         Various docstring and line-width fixups.
5411         (conf-mode): Use cond.
5412         Set font-lock-defaults.  Don't set comment-use-syntax.
5414 2005-10-18  David Ponce  <david@dponce.com>
5416         * tree-widget.el (tree-widget-button-click): New function.
5417         (tree-widget-button-keymap): Use it.
5419 2005-10-18  Romain Francoise  <romain@orebokech.com>
5421         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5422         (bookmark-bmenu-hide-filenames): Add follow-link property.
5423         Improve help-echo text.
5425         * ffap.el (find-file-at-point): Doc fix.
5427 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5429         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5431 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5433         Install to the CVS repository what I forgot to install in my
5434         2005-10-16 changes.
5436         * progmodes/python.el (python-complete-symbol): Pass the common
5437         prefix substring of completion to `display-completion-list'.
5439         * textmodes/org.el (org-complete): Ditto.
5441 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5443         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5445         * woman.el (WoMan-xref-man-page): New button type derived
5446         from `Man-abstract-xref-man-page'.
5447         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5449         * man.el (Man-abstract-xref-man-page): New button type.
5450         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5451         (Man-highlight-references): Add new optional argument `xref-man-type'.
5453 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5455         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5457 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5459         * cus-edit.el (Custom-move-and-invoke): Delete.
5460         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5462         * wid-edit.el (widget-move-and-invoke): New function, from
5463         Custom-move-and-invoke.
5465 2005-10-17  Bill Wohler  <wohler@newt.com>
5467         Move all remaining images from lisp/toolbar to etc/images, move
5468         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5469         the low resolution images in their own directory (low-color).
5471         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5472         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5473         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5474         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5475         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5476         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5477         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5479         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5480         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5481         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5482         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5483         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5484         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5485         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5486         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5487         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5488         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5489         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5490         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5491         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5492         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5493         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5495         To conform with convention, replace the underscore (_) in the
5496         following image names with dash (-) or (/) as appropriate.
5498         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5499         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5500         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5501         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5502         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5503         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5504         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5505         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5506         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5507         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5508         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5509         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5510         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5511         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5512         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5514         * info.el (info-tool-bar-map): Replace underscores in image names
5515         with dashes.
5517         * makefile.w32-in (WINS): Remove toolbar.
5519         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5521         * tool-bar.el: Move to lisp from toolbar.  Now that
5522         toolbar is empty, it should be deleted when folks run "cvs up -P".
5524 2005-10-18  Jay Belanger  <belanger@truman.edu>
5526         * calc/calc-store.el (calc-store-into): Get the proper variable name
5527         to display in message.
5529 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5531         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5532         expressions display in speedbar for all buffers when debugging.
5533         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5535         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5536         (speedbar-insert-button, speedbar-make-button):
5537         Use add-text-properties.
5538         (speedbar-update-localized-contents)
5539         (speedbar-update-directory-contents)
5540         (speedbar-update-special-contents): Use dolist.
5541         (speedbar-buffer-easymenu-definition): Add a menu separator.
5543 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5545         * makefile.w32-in: Use $(lisp) consistently.
5546         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5547         for shell specific generation of mh-autoloads.
5549 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5551         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5553 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * jit-lock.el (jit-lock-fontify-now):
5556         Move jit-lock-context-unfontify-pos to avoid wasted work.
5558 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5560         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5561         `tramp-completion-mode' for checking if we are in completion mode.
5562         (tramp-completion-handle-file-name-all-completions): Reorder code
5563         in order to complete for file names only in case there are no
5564         method/user/host completions.  This is necessary for cooperation
5565         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5567 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5569         * longlines.el (longlines-search-forward)
5570         (longlines-search-backward): Match any number of spaces.
5572 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5574         * diff-mode.el (diff-mode): Doc fix.
5576 2005-10-16  David Reitter <david.reitter@gmail.com>
5578         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5579         as default on darwin and windows systems.
5581 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5583         * arc-mode.el (archive-zip-extract): Doc fix.
5585 2005-10-16  Romain Francoise  <romain@orebokech.com>
5587         * mouse.el (mouse-1-click-follows-link): Doc fix.
5589 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * savehist.el: Don't require CL at runtime.
5592         (savehist-xemacs): Remove.
5593         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5594         (savehist-no-conversion): Use (featurep 'xemacs).
5595         (savehist-load): Check existence of start-itimer rather than XEmacs.
5596         Use an idle timer.
5597         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5598         `delete-if-not'.
5600 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5602         * savehist.el: Newer version.
5603         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5604         (savehist-last-checksum, savehist-no-conversion): New vars.
5605         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5606         New functions.
5607         (savehist-load, savehist-save): Use them.
5608         (savehist-delimit): Remove.
5610 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * progmodes/compile.el (compilation-goto-locus): Display the
5613         compilation buffer first and the source buffer second, in case they're
5614         in overlapping frames.  Don't raise the compilation frame if it was the
5615         selected window upon entry.  Pass the `other-window' arg to
5616         pop-to-buffer.
5618         * info.el (Info-fontify-node): Use dolist.
5619         Change add-text-properties to put-text-property.
5621 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5623         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5624         bound of search.
5626 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5628         * dabbrev.el (dabbrev-completion): Pass the common
5629         prefix substring of completion to `display-completion-list'.
5631         * filecache.el (file-cache-minibuffer-complete)
5632         (file-cache-complete): Ditto.
5634         * tempo.el (tempo-display-completions): Ditto.
5636         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5638         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5640         * eshell/em-hist.el (eshell-list-history): Ditto.
5642         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5644         * mail/mailalias.el (mail-complete): Ditto.
5646         * progmodes/etags.el (complete-tag): Ditto.
5648         * progmodes/make-mode.el (makefile-complete): Ditto.
5650         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5652         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5654         * progmodes/pascal.el (pascal-complete-word)
5655         (pascal-show-completions): Ditto.
5657         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5659         * simple.el (completion-common-substring): New variable.
5660         (completion-setup-function): Use `completion-common-substring'
5661         to put faces.
5663 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5665         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5666         (x-get-selection, mac-select-convert-to-string): Convert from/to
5667         UTF-16 clipboard data as in native byte order, no BOM.
5669 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5671         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5672         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5673         (gud-sentinel): Use speedbar-frame to check for speedbar.
5675 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5677         * savehist.el: New file.
5679 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5681         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5682         Fix bug in \bf fontification.
5684 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         * pcvs.el (cvs-edit-log-files): New var.
5687         (cvs-mode-edit-log): New arg `file'.
5688         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5689         Instead force the use of the original file and nothing else.
5690         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5691         the cvs-minor-wrap-function is set.
5692         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5694 2005-10-14  Bill Wohler  <wohler@newt.com>
5696         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5697         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5698         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5699         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5700         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5701         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5702         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5703         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5704         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5705         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5706         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5707         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5708         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5709         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5710         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5712         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5713         appropriately (for example, gud-break to gud/break).
5715 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5717         * longlines.el (longlinges-search-function)
5718         (longlines-search-forward, longlines-search-backward): New functions.
5719         (longlines-mode): Set isearch-search-fun-function to
5720         longlinges-search-function.
5722         * mouse.el (mouse-drag-region-1): Handle the case where a
5723         double-click event is bound to an arbitrary function.
5725 2005-10-14  David Ponce  <david@dponce.com>
5727         * recentf.el (recentf-track-opened-file)
5728         (recentf-track-closed-file, recentf-update-menu)
5729         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5730         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5731         mouse-1-click-follows-link.
5733 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5735         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5736         Gnome file-manager.png.  Suggested by
5737         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5739         * toolbar/README: Add diropen.xpm.
5741 2005-10-13  Bill Wohler  <wohler@newt.com>
5743         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5744         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5746 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5749         Don't waste the byte-compiler's time on constant data.
5751 2005-10-13  Kenichi Handa  <handa@m17n.org>
5753         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5754         byte with `escape-glyph' face.
5756         * international/fontset.el (ccl-encode-unicode-font):
5757         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5758         Handle the case that ucs-mule-to-mule-unicode translates a character to
5759         ASCII (usually for IPA characters).
5761 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5764         Don't hide the underline of titles if font-lock-mode is disabled.
5766 2005-10-12  Bill Wohler  <wohler@newt.com>
5768         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5769         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5770         files in MH-E-SRC have been updated.
5771         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5773 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5776         (mixal-mode-syntax-table): Add \n as end-comment.
5777         (mixal-operation-codes-alist): Immediately initialize to full value.
5778         (mixal-add-operation-code): Remove.
5779         (mixal-describe-operation-code): Make the arg non-optional.
5780         Use the interactive spec instead.
5781         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5782         (mixal-font-lock-keywords): Don't highlight comments here any more.
5783         (mixal-font-lock-syntactic-keywords): New var.
5784         (mixal-mode): Use it.  Fix comment-start-skip.
5786 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5788         * startup.el (command-line-x-option-alist): -nb => -nbi
5790 2005-10-12  Kim F. Storm  <storm@cua.dk>
5792         * startup.el (fancy-splash-default-action): Discard mouse click in
5793         the splash screen window, as it has no sensible meaning in the
5794         next window to be selected.  Fixes error reported by Jan D.
5796 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5798         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5800 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5802         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5803         Try to fix up minor layout issues like indentation, line break, etc...
5804         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5805         because it doesn't work.
5806         (mixal-operation-codes): Add some more codes.
5807         (mixal-font-lock-keywords): Process comments here.
5808         (mixal-mode): mixasm no longer needs -g option.
5810 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5812         * progmodes/sh-script.el (sh-tmp-file):
5813         Use mktemp -t.  Finish support for es and rc shells.
5815 2005-10-11  Jay Belanger  <belanger@truman.edu>
5817         * calc/calcalg2.el (calc-integral): With an argument, compute the
5818         definite integral.
5820 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5822         * mouse.el (mouse-drag-region-1): Don't try to catch a
5823         double-click when doing follow-link (it's overridden anyway).
5825 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5827         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5828         (autoload-print-form-outbuf): Add docstring.
5830 2005-10-11  Juri Linkov  <juri@jurta.org>
5832         * info.el (Info-mode-menu): Delete menu item "Edit".
5833         (Info-mode): Delete description of Info-edit from docstring,
5834         and rearrange descriptions of Info commands in the order
5835         they are documented in the Info manual.
5837 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * calendar/appt.el (appt-check): Use diary-selective-display var.
5841 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5843         * net/newsticker.el (newsticker-start, newsticker-show-news):
5844         Add autoload cookies.
5846 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5848         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5850 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5852         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5854 2005-10-10  Jay Belanger  <belanger@truman.edu>
5856         * calc/calc-arith.el (math-check-known-scalarp)
5857         (math-check-known-matrixp): Check the values of arguments that are
5858         variables.
5859         (math-check-known-square-matrixp): New function.
5860         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5861         (math-super-types): Add sqmatrix type.
5863         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5864         mode name `square' to `sqmatrix'.
5866         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5867         mode name `square' to `sqmatrix'.
5869 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5871         * progmodes/etags.el (select-tags-table-mode): Don't use
5872         selective-display.
5873         (tags-select-tags-table): Pass `button' to the action function.
5874         (select-tags-table): Place the side-info on button properties rather
5875         than in hidden text.  Abbreviate file names.
5876         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5877         (select-tags-table-select): Add `button' argument.
5878         Get side-info from the button property rather than from hidden text.
5880 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5882         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5883         (gud-speedbar-buttons): Preserve point if possible.
5884         (gud-sentinel): Restore previous speedbar display type.
5886         * progmodes/gdb-ui.el (gdba): Improve diagram.
5887         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5888         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5889         Call get-buffer-window once.
5891 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5893         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5894         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5895         (pascal-indent-command): Remove unused var `ind'.
5896         (pascal-indent-case): Remove unused var `oldpos'.
5897         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5898         since it's now used as a proper minor mode map.
5899         (pascal-outline): Rename to pascal-outline-mode.
5900         (pascal-outline-mode): Use define-minor-mode.
5901         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5902         selective-display.
5904 2005-10-10  Andreas Schwab  <schwab@suse.de>
5906         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5907         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5909         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5910         outside source directory.
5912 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5914         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5915         C-x' as a prefix.
5916         (orgtbl-mode-map): Full keymap instead of sparse, because all
5917         `self-insert-command' keys are redefined in this map.
5918         (org-export-as-html): Specify charset for HTML file, by taking it
5919         from the coding system.
5921 2005-10-10  Kenichi Handa  <handa@m17n.org>
5923         * textmodes/flyspell.el (flyspell-check-word-p):
5924         If unread-command-events is non-empty, don't call sit-for.
5926 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5928         * font-lock.el (font-lock-syntactic-keywords)
5929         (font-lock-keywords): Doc fixes.
5931         * textmodes/flyspell.el (flyspell-external-point-words):
5932         Simplify logic, and don't try to check for consecutive appearances
5933         of one incorrect word.
5935 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5937         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5938         separator.
5940         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5941         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5942         (gud-expansion-speedbar-buttons): New function.
5943         (gud-speedbar-buttons): Check for gud-comint-buffer.
5945 2005-10-09  Bill Wohler  <wohler@newt.com>
5947         * Makefile.in (updates): Add mh-loaddefs dependency.
5949 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5951         * speedbar.el (speedbar-file-key-map): Fix typo.
5953 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5955         * cus-start.el (line-spacing): Add custom spec.
5957 2005-10-09  Romain Francoise  <romain@orebokech.com>
5959         * textmodes/ispell.el (ispell-check-version): Fix last change.
5961 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5963         * term/x-win.el: Remove -i, --icon-type from comment.
5965         * startup.el (command-line-x-option-alist): Remove options -i,
5966         -itype, --icon-type, added -nb, --no-bitmap-icon
5968 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5970         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5971         instead of :active.
5973 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5975         * textmodes/ispell.el (ispell-check-version):
5976         Ignore hyphen, and all that follows, in aspell's version text.
5978 2005-10-08  Jay Belanger  <belanger@truman.edu>
5980         * calc/calc-arith.el (math-known-square-matrixp): New function.
5981         (math-pow-fancy): Check for matrices before distributing exponent
5982         across products.
5984         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5985         fullscreen keypad.  Suggested by Luc Teirlinck.
5986         (calc-keypad-show-input): Add space for formatting.
5988         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5989         Add square matrix option.
5991         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5992         of checking calc-matrix-mode when deciding how to expand.
5994         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5996 2005-10-08  Lars Hansen  <larsh@soem.dk>
5998         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5999         Add error handling.
6000         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6002 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6004         Sync with Tramp 2.0.51.
6006         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6007         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6008         Insert special handling for `last-coding-system-used', again
6009         it still seems to be necessary (unlike stated before).
6010         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6011         (tramp-password-prompt-regexp): There might be other words before
6012         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6013         (tramp-chunksize): Improve docstring.
6014         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6015         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6016         Christian Joergensen <bugs@razor.dk>.
6018 2005-10-07  Glenn Morris  <rgm@gnu.org>
6020         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6021         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6022         precision'.
6024 2005-10-07  Romain Francoise  <romain@orebokech.com>
6026         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6027         (ibuffer-do-shell-command-pipe-replace)
6028         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6029         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6030         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6031         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6032         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6033         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6034         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6035         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6036         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6037         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6038         Autoload file sans suffix.
6040         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6042 2005-10-07  David Ponce  <david@dponce.com>
6044         * recentf.el (recentf-menu-open-all-flag): New option.
6045         (recentf-digit-shortcut-command-name): New function.
6046         (recentf--shortcuts-keymap): New variable.
6047         (recentf-menu-shortcuts): New variable.
6048         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6049         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6050         (recentf-menu-value-shortcut): New function.
6051         (recentf-make-menu-item): Use it.  No more in-lined.
6052         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6053         (recentf-open-most-recent-file): Rename from
6054         `recentf-open-file-with-key'.  Don't depend on key binding.
6055         (recentf-mode-map): New variable.
6056         (recentf-mode): Use it.
6058 2005-10-06  Bill Wohler  <wohler@newt.com>
6060         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6062         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6063         (MH-E-SRC): New.  Used by mh-autoloads.
6064         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6065         files in MH-E-SRC have been updated.
6066         (compile, recompile, bootstrap): Depend on mh-autoloads.
6068 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6070         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6071         gud-break and gud-remove icons when the fringe is not available.
6073         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6074         Typo.
6076 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6078         * play/zone.el (zone): Wrap body with save-window-excursion.
6080 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6082         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6083         Use the new `list-only' arg to diary-list-entries.
6085         * calendar/diary-lib.el: Use overlays rather than selective-display.
6086         (diary-selective-display): New var.
6087         (diary-header-line-format): Use it.
6088         (diary-list-entries): Add argument `list-only'.
6089         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6090         Replace \^M by invisible overlays.
6091         (diary-unhide-everything): Replace \^M by invisible overlays.
6092         (print-diary-entries): Look for overlays rather than \^M.
6093         Add a space to the temp buffer name.
6094         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6095         Put the buffer in diary-mode.
6096         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6097         (diary-anniversary): Make the year arg optional.
6098         (diary-time-regexp): New const.
6099         (diary-font-lock-keywords): Use it to accept a few more time formats.
6101         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6103 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6105         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6106         Fix bug introduced 2005-07-03: Use (car (last ...))
6107         to faithfully reproduce replaced artist-last.
6108         (artist-set-arrow-points-for-poly): Likewise.
6109         Suggested by Johan Bockg\e,Ae\e(Brd.
6111 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6113         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6114         * wid-edit.el (widget):
6115         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6116         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6118 2005-10-06  Kenichi Handa  <handa@m17n.org>
6120         * international/mule-cmds.el (set-language-environment):
6121         Fix setting up of case-table for unibyte mode.
6123         * simple.el (what-cursor-position): If the character is displayed
6124         by some `display' text property, show that.  Don't use
6125         single-key-description for eight-bit characters in multibyte mode.
6127 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6129         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6130         (gdb-ann3): Set it.
6131         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6132         (gdb-info-frames-custom): Use inverse-video for first five
6133         characters of selected frame only.
6134         (gdb-get-frame-number): Select frame even when point is on frame
6135         number.
6137 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6139         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6140         Put `font-lock-function-name-face'.
6141         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6142         and `font-lock-variable-name-face'
6143         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6144         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6145         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6146         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6147         (gdb-local-font-lock-keywords): New font lock keywords definition.
6148         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6149         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6150         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6152 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6154         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6155         (ediff-merge-region-is-non-clash-to-skip): Previously called
6156         ediff-merge-region-is-non-clash.
6158         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6159         Use insert-buffer-substring.
6161         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6162         selecting files to patch.  Also bug fixes.
6164         * ediff-util.el (ediff-setup): Bug fix.
6165         (ediff-next-difference): Never skip clashes that differ in white
6166         space only.
6168         * ediff-wind.el (ediff-setup-control-frame)
6169         (ediff-destroy-control-frame): Check the menubar feature.
6171         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6172         (viper-refresh-mode-line): Use make-local-variable to localize
6173         some vars instead of make-variable-buffer-local.  Suggested by
6174         Stefan Monnier.
6176         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6177         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6178         Use make-local-variable instead of make-variable-buffer-local.
6179         Suggested by Stefan Monnier.
6181         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6182         (viper-comint-mode-hook): Use make-local-variable on
6183         require-final-newline.
6184         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6186 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6188         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6189         also the second char of a comment-start sequence.
6190         (scheme-sexp-comment-syntax-table): New var.
6191         (lambda, define): Set their scheme-doc-string-elt property.
6192         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6193         Use lisp-font-lock-syntactic-face-function now that it properly
6194         handles |...| symbols.
6195         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6196         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6198         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6199         bit from # to |.
6200         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6202         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6203         (lisp-doc-string-elt-property): New var.
6204         (lisp-font-lock-syntactic-face-function): Use it.
6205         Rewrite to recognize docstrings even for forms not at toplevel.
6207         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6208         annotation on the | part of #| rather than on the # part.
6209         (scheme-font-lock-syntactic-face-function): New function, to
6210         distinguish strings from |...| symbols.
6211         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6212         syntax-table so that #|...|# is properly highlighted.
6214         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6215         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6217 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6219         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6220         and C-e.
6222         * emacs-lisp/eldoc.el: Move comments into docstrings.
6223         (eldoc-message-commands): Initialize in its declaration.
6224         Add move-beginning-of-line and move-end-of-line.
6225         (eldoc-add-command, eldoc-add-command-completions)
6226         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6228         * outline.el (outline-mark-subtree): Activate the mark.
6230         * calendar/appt.el (appt-time-regexp): New var.
6231         (appt-add, appt-make-list): Use it.
6232         (appt-convert-time): Clean up.
6234         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6235         Don't set any syntax-table property here.
6236         (tex-font-lock-verb): New function.  Do it here.
6237         (tex-font-lock-syntactic-keywords): Use it.
6239 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6241         * wid-edit.el (widget-file-complete): Get the widget start point
6242         the right way.  Default directory to `/' if file has none.
6244         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6246         * textmodes/flyspell.el (flyspell-mode-on):
6247         Call ispell-maybe-find-aspell-dictionaries.
6249         * textmodes/ispell.el (ispell-word, ispell-region):
6250         Call ispell-maybe-find-aspell-dictionaries.
6251         (ispell-accept-buffer-local-defs):
6252         Don't call ispell-maybe-find-aspell-dictionaries
6254 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6256         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6258 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6260         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6261         instead of `fboundp' in order to allow for anonymous functions.
6263 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6265         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6266         case the user clicks on the link while another window is selected.
6267         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6269         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6270         functionality.
6271         (dframe-help-echo): Save point in case mouse tracking is off.
6273 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6275         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6277 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6280         not change the global value of those vars.
6282         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6283         make-local-variable which we do not need any more.
6285 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6287         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6288         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6289         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6290         (speedbar-path-line): Define obsolete aliases.
6291         (speedbar-line-directory): Doc fix.
6293         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6294         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6295         instead of speedbar-line-path.
6297 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6299         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6300         to nil if dropping on a window.  Handle dropping on a minibuffer window
6301         like dropping on a non-window part of Emacs.
6303 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * net/ange-ftp.el: Use with-current-buffer.
6306         (ange-ftp-insert-directory): Do not follow symlinks any more.
6308         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6309         Remove interactive spec.
6311 2005-10-03  Kim F. Storm  <storm@cua.dk>
6313         * ido.el (ido-mode): Use custom-initialize-set.
6315 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6317         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6318         Use insert-buffer-substring.
6320         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6321         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6323 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6325         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6326         in last change.
6327         (ange-ftp-insert-directory): Fix up the search for the case where
6328         `file' is absolute.
6330 2005-10-02  Romain Francoise  <romain@orebokech.com>
6332         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6334 2005-10-02  Andreas Schwab  <schwab@suse.de>
6336         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6337         directory component in the session info.
6339 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6341         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6343         * simple.el (next-error-internal): New function.
6345         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6346         (compilation-start): Pass new arg to compilation-buffer-name.
6347         (compile-goto-error): Use next-error-internal.
6349 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6351         * speedbar.el: Remove RCS tag.
6352         (speedbar-check-read-only): Handle non-existent files.
6354         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6356         * info.el (Info-speedbar-hierarchy-buttons)
6357         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6359 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6361         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6362         Do not match newline.
6363         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6364         (bibtex-summary): Remove unnecessary save-excursion.
6365         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6367 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6369         * term/mac-win.el: Add charset info for "iso10646-1".
6370         Modify default fontset to use ATSUI-compatible fonts for some charsets
6371         if available.
6373 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6375         * speedbar.el: Re-apply arch tag.
6376         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6377         M. Ludlam.
6378         Reapply two changes from Emacs CVS' version of speedbar lost
6379         during the merge:
6380         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6381         (speedbar-frame-parameters): Improve customize type.
6383 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6386         (ange-ftp-file-directory-p): Fix the symlink case.
6387         (ange-ftp-insert-directory): When listing a single file, get a list of
6388         the parent buffer and extract the relevant line.  Inspired from a patch
6389         by Katsumi Yamaoka <yamaoka@jpl.org>.
6390         (ange-ftp-file-name-sans-versions): Simplify.
6392 2005-09-30  Bill Wohler  <wohler@newt.com>
6394         Move MH-E image files from toolbar and mail directories into
6395         etc/images.
6397         * mail/reply2.*: Move to etc/images/mail/reply*.
6399         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6400         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6401         etc/images.
6403         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6404         * toolbar/reply*: Move to etc/images/mail.
6406         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6408 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6410         * speedbar.el: New version 1.0pre3.
6412         Frame management code (including timer, and mouse click specifics)
6413         moved to dframe.el:
6414         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6415         (speedbar-timer): Removed.  Use dframe-timer.
6416         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6417         (speedbar-activity-change-focus-flag): Removed.  Use
6418         dframe-activity-change-focus-flag.
6419         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6420         dframe-update-speed.
6422         (speedbar-current-frame): New macro.  Use this instead of the
6423         variable speedbar-frame.
6425         (speedbar-use-images, speedbar-expand-image-button-alist)
6426         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6428         (speedbar-find-image-on-load-path): Removed.  Replaced by
6429         defezimage in ezimage.el.
6430         (speedbar-expand-image-button-alist): Removed.  Replaced by
6431         ezimage-expand-image-button-alist in ezimage.el.
6433         (speedbar-ignored-directory-regexp)
6434         (speedbar-add-ignored-directory-regexp)
6435         (speedbar-ignored-directory-expressions)
6436         (speedbar-line-directory, speedbar-buffers-line-directory)
6437         (speedbar-directory-line, speedbar-buffers-line-directory):
6438         Renamed, replacing `path' with `directory'.
6440         (speedbar-create-directory, speedbar-expand-line-descendants)
6441         (speedbar-toggle-line-expansion)
6442         (speedbar-contract-line-descendants): New commands.
6444         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6445         (speedbar-use-tool-tips-flag): New options.
6447         (speedbar-check-read-only, speedbar-require-version)
6448         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6449         (speedbar-handle-delete-frame, speedbar-try-completion)
6450         (speedbar-update-localized-contents): New functions.
6452         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6453         (speedbar-object-read-only-indicator): New variables.
6455         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6456         New hooks.
6458         (speedbar-separator-face): New face.
6460         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6461         (speedbar-ignored-modes): Add fundamental-mode.
6462         (speedbar-directory-unshown-regexp): Add . directories.
6464         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6465         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6466         `]' for full expand/close.
6467         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6469         (speedbar-check-vc): Support hidden files.
6470         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6471         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6472         state is nil, it is not checked out.
6474         (speedbar-line-text, speedbar-line-token): Support expand buttons
6475         with no text.
6476         (speedbar-refresh): Universal argument acts as power-click.
6477         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6478         that buffer to get variable values.
6480         And many other bugfixes.
6482         * dframe.el, ezimage.el, sb-image.el: New files.
6484         * sb-*.xpm: Remove files.  New image files installed into
6485         etc/images/ezimage.
6487 2005-09-30  Kenichi Handa  <handa@m17n.org>
6489         * ps-mule.el (ps-mule-show-warning): If a character is in
6490         ps-print-translation-table, don't treat it as non-printable.
6492 2005-09-30  David Ponce  <david@dponce.com>
6494         * tree-widget.el (tree-widget-themes-load-path): New variable.
6495         (tree-widget-themes-directory): Doc fix.
6496         (tree-widget-image-formats) [Emacs]: Doc fix.
6497         (tree-widget--locate-sub-directory): New function.
6498         (tree-widget-themes-directory): Use it.
6500         * recentf.el (recentf-filename-handlers): Rename from
6501         `recentf-filename-handler'.  Allow a list of functions.
6502         (recentf-menu-items-for-commands): Fix :help strings.
6503         (recentf-apply-filename-handlers): New function.
6504         (recentf-expand-file-name): Use it.
6505         (recentf-cleanup): Remove duplicates too.
6507 2005-09-29  Juri Linkov  <juri@jurta.org>
6509         * faces.el: Rearrange face definitions to be in the same order as
6510         their face descriptions in "(emacs)Standard Faces".
6512         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6514         * tooltip.el (tooltip): Add group `basic-faces'.
6516         * buff-menu.el (Buffer-menu-buffer): Remove group
6517         `font-lock-highlighting-faces'.
6519         * progmodes/compile.el (compilation-error, compilation-warning)
6520         (compilation-info, compilation-line-number, compilation-column-number):
6521         Change group from `font-lock-highlighting-faces' to `compilation'.
6523         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6524         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6525         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6526         (vhdl-font-lock-reserved-words-face)
6527         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6528         `font-lock-highlighting-faces'.
6530         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6532 2005-09-28  Kim F. Storm  <storm@cua.dk>
6534         * emulation/cua-base.el: Set CUA move property on additional commands:
6535         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6536         forward-sexp, backward-sexp, forward-list, backward-list.
6538 2005-09-28  Romain Francoise  <romain@orebokech.com>
6540         * comint.el (comint-show-output): Really set point at the
6541         beginning of the output when not using `comint-use-prompt-regexp'.
6543 2005-09-27  Jay Belanger  <belanger@truman.edu>
6545         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6546         in TeX mode.
6548 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6550         * textmodes/org.el (org-table-sum): Fix format string.
6552         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6553         Quote face names.
6555 2005-09-26  Romain Francoise  <romain@orebokech.com>
6557         * isearch.el (isearch-forward-regexp): Close doc string.
6559 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6561         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6563         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6565         * progmodes/compile.el (compilation-error-properties):
6566         When getting the file from the previous error message,
6567         correctly decode the new data format.
6569         * progmodes/cc-cmds.el (c-electric-paren):
6570         Call old-blink-paren only for close-paren.
6572 2005-09-24  Andreas Schwab  <schwab@suse.de>
6574         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6575         condition.
6577 2005-09-25  Romain Francoise  <romain@orebokech.com>
6579         * dired-aux.el (dired-copy-file-recursive):
6580         * dired.el (dired-delete-file):
6581         * ediff-mult.el (ediff-dir-diff-copy-file):
6582         * ediff-util.el (ediff-test-save-region):
6583         * forms.el (forms-mode):
6584         * ido.el (ido-file-internal, ido-delete-file-at-head):
6585         * log-edit.el (log-edit-done):
6586         * ses.el (ses-yank-resize):
6587         * play/gomoku.el (gomoku-human-plays, gomoku)
6588         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6589         (gomoku-offer-a-draw):
6590         * play/landmark.el (lm-human-resigns, lm):
6591         * net/eudcb-ldap.el (eudc-ldap-check-base):
6592         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6593         * progmodes/ebrowse.el (ebrowse-find-pattern):
6594         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6595         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6596         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6598         * vc.el (vc-delete-file):
6599         * play/gomoku.el (gomoku-terminate-game, gomoku)
6600         (gomoku-prompt-for-move, gomoku-human-takes-back):
6601         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6602         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6604 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6606         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6607         color rxvt terminals by using the code xterm.el used to use before
6608         2005-04-09 in order to match the colors used by rxvt.
6610 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6612         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6613         colors rxvt-unicode terminals by using the same code as xterm.el.
6615 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6618         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6619         new symbol used for the tex-verbatim face.
6621 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6623         * woman.el (woman-file-name):
6624         * wid-edit.el (widget-file-prompt-value)
6625         (widget-coding-system-prompt-value):
6626         * w32-fns.el (set-w32-system-coding-system):
6627         * vc.el (vc-version-diff, vc-annotate):
6628         * textmodes/reftex-auc.el (reftex-arg-cite)
6629         (reftex-arg-index-tag):
6630         * textmodes/refer.el (refer-get-bib-files):
6631         * textmodes/artist.el (artist-figlet-choose-font):
6632         * terminal.el (terminal-emulator):
6633         * replace.el (occur-read-primary-args):
6634         * rect.el (string-rectangle, string-insert-rectangle):
6635         * ps-print.el (ps-print-preprint):
6636         * progmodes/pascal.el (pascal-goto-defun):
6637         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6638         * progmodes/compile.el (compilation-find-file):
6639         * printing.el (pr-interactive-n-up):
6640         * play/animate.el (animate-birthday-present):
6641         * net/rcompile.el (remote-compile):
6642         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6643         * mail/rmailsum.el (rmail-summary-search-backward)
6644         (rmail-summary-search):
6645         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6646         (rmail-output-read-file-name):
6647         * mail/rmail.el (rmail-search, rmail-search-backwards):
6648         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6649         * locate.el (locate):
6650         * international/quail.el (quail-show-keyboard-layout):
6651         * international/mule.el (set-buffer-file-coding-system)
6652         (revert-buffer-with-coding-system, set-file-name-coding-system)
6653         (set-terminal-coding-system, set-keyboard-coding-system)
6654         (set-next-selection-coding-system):
6655         * international/mule-diag.el (describe-coding-system)
6656         (describe-font, describe-fontset):
6657         * international/mule-cmds.el (universal-coding-system-argument)
6658         (search-unencodable-char, describe-input-method)
6659         (set-language-environment, describe-language-environment):
6660         * international/codepage.el (codepage-setup):
6661         * international/code-pages.el (codepage-setup):
6662         * info.el (Info-search, Info-follow-reference)
6663         (Info-search-backward):
6664         * emacs-lisp/advice.el (ad-read-advised-function)
6665         (ad-read-advice-class, ad-clear-cache, ad-activate)
6666         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6667         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6668         (ad-read-regexp):
6669         * ediff-util.el (ediff-toggle-regexp-match):
6670         * ediff-ptch.el (ediff-prompt-for-patch-file):
6671         * dired-aux.el (dired-diff):
6672         * diff.el (diff):
6673         * cus-edit.el (custom-variable-prompt):
6674         * calendar/timeclock.el (timeclock-ask-for-project):
6675         * calc/calcalg3.el (calc-get-fit-variables):
6676         * calc/calc-store.el (calc-edit-variable)
6677         (calc-permanent-variable):
6678         * vc-mcvs.el (vc-mcvs-register):
6679         * shadowfile.el (shadow-define-literal-group):
6680         * woman.el (woman-file-name):
6681         * vc.el (vc-version-diff, vc-merge):
6682         * textmodes/reftex-index.el (reftex-index-complete-tag):
6683         * format.el (format-decode-buffer, format-decode-region):
6684         * emulation/viper-cmd.el (viper-read-string-with-history):
6685         * emacs-lisp/debug.el (cancel-debug-on-entry):
6686         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6687         * ediff.el (ediff-merge-revisions)
6688         (ediff-merge-revisions-with-ancestor, ediff-revision):
6689         * completion.el (interactive-completion-string-reader):
6690         * calc/calc-prog.el (calc-user-define-formula):
6691         Follow convention for reading with the minibuffer.
6693 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6695         * progmodes/python.el (python-describe-symbol): Add globals() and
6696         locals() to the arguments of emacs.ehelp.
6698 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6700         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6701         New function, code extracted from ispell-valid-dictionary-list.
6702         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6703         Call it.
6705 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6707         * subr.el (version-regexp-alist): Extend valid syntax for version
6708         strings: allow any of the characters -,_,+ to separate the
6709         alpha/beta/rc part from the version part.  Doc fix.
6710         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6712 2005-09-23  David Reitter  <david.reitter@gmail.com>
6714         * mail/mailclient.el: New file.
6716 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6718         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6719         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6720         Doc fixes.
6722         * progmodes/cc-mode.el (c-font-lock-init):
6723         Specify font-lock-lines-before.
6725 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6727         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6728         whole conflict.
6730 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6732         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6733         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6734         of `remap' feature when available.  Additional key bindings for
6735         better tty support.
6736         (org-mode-restart, org-force-self-insert): New commands.
6737         (org-time-stamp-inactive): New command.
6738         (org-remap): New function.
6739         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6740         (org-enable-fixed-width-editor): Move to `org-structure'
6741         customization group.
6742         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6743         blank field after field motion commands.
6745 2005-09-23  Kenichi Handa  <handa@m17n.org>
6747         * international/mule-cmds.el (set-language-environment):
6748         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6749         have to call utf-translate-cjk-load-tables.
6751 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * mouse.el (mouse-move-drag-overlay): Fix last change.
6755 2005-09-22  David Ponce  <david@dponce.com>
6757         * tree-widget.el (tree-widget-value-create): Fix previous change.
6759 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6761         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6763 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * mouse.el (mouse-move-drag-overlay): New function.
6766         (mouse-drag-region-1): Use it.
6767         Try to simplify a bit the state handling.  Handle clicks on links
6768         inside intangible areas.
6769         (mouse-save-then-kill): Minor simplification.
6770         (mouse-secondary-overlay): Make it always non-nil instead of
6771         recreating it each time.
6772         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6773         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6774         Simplify accordingly.
6776 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6778         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6780 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6782         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6783         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6784         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6785         to patch.
6787         * ediff-util.el: Use insert-buffer-substring.
6789         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6791         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6792         field boundaries in the minibuffer.
6793         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6794         (viper-minibuffer-post-command-hook): New hook.
6795         (viper-line): Don't move cursor at bolp.
6797         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6799         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6800         avoid compiler warnings.
6802         * emulation/viper-macs.el (ex-map): Better messages.
6804         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6806         * emulation/viper.el: Replace make-variable-buffer-local with
6807         viper-make-variable-buffer-local everywhere, to avoid warnings.
6809 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6812         Delete unused var `old-selected-window'.
6813         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6814         (mouse-drag-secondary): Delete unused var `start-frame'.
6816 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6818         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6820 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6822         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6823         Re-indent within 80 columns.  Use inhibit-read-only.
6825 2005-09-19  Romain Francoise  <romain@orebokech.com>
6827         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6829 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6832         unconditionally, since the after-change-function already did it.
6834 2005-09-19  Miles Bader  <miles@gnu.org>
6836         * net/newsticker.el: Get rid of CVS keyword.
6838 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6840         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6841         The prompt is formatted later.
6843 2005-09-19  David Ponce  <david@dponce.com>
6845         * tree-widget.el (tree-widget-value-create): Save the converted
6846         tree :node widget.
6848 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6850         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6851         variable `message'.
6853 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6855         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6856         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6857         <slawomir.nowaczyk.847@student.lu.se>.
6859 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6861         * image.el (image-load-path): Use symbol `data-directory' instead
6862         of its value, for backward compatibility with packages that bind
6863         it during `find-image'.  Suggested by Katsumi Yamaoka.
6864         (image-search-load-path): Handle symbols whose values are strings.
6866 2005-09-18  Romain Francoise  <romain@orebokech.com>
6868         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6869         with-current-buffer form in save-excursion.
6871 2005-09-18  D Goel  <deego@gnufans.org>
6873         * apropos.el (apropos-command): Fix `message' call: first arg
6874         should be a format spec.  In this and all other cases that appear
6875         below and elsewhere in the source code, I made a change only when
6876         two conditions were satisfied: [1] I can think of a possibility
6877         that the arguments would cause an error, for example, the code in
6878         question relies on external variables such as filenames.  [2] I
6879         was sure that the arg to `message' could not have been nil in the code.
6881         * textmodes/tildify.el (tildify-region): Ditto.
6883         * textmodes/reftex-index.el (reftex-index-change-entry)
6884         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6885         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6886         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6887         (org-priority, org-table-sum):
6888         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6889         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6890         (flyspell-word, flyspell-display-next-corrections):
6891         * textmodes/bibtex.el (bibtex-print-help-message):
6892         * textmodes/artist.el (artist-key-set-point-poly):
6893         * term/mac-win.el (mac-services-insert-text):
6894         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6895         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6896         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6897         (vhdl-compose-configuration):
6898         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6899         (sh-set-indent, sh-learn-line-indent):
6900         * progmodes/ps-mode.el (ps-mode-target-column):
6901         * progmodes/idlwave.el (idlwave-make-tags)
6902         (idlwave-scan-library-catalogs):
6903         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6904         * progmodes/gud.el (gud-jdb-analyze-source):
6905         * progmodes/flymake.el (flymake-log):
6906         * progmodes/ebnf2ps.el (ebnf-generate-region):
6907         * progmodes/cmacexp.el (c-macro-expansion):
6908         * progmodes/ada-xref.el (ada-treat-cmd-string):
6909         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6910         (ada-justified-indent-current, ada-batch-reformat):
6911         * play/zone.el (zone):
6912         * play/landmark.el (lm-move):
6913         * play/decipher.el (decipher-show-alphabet):
6914         * net/newsticker.el (newsticker--display-jump)
6915         (newsticker--display-scroll):
6916         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6917         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6918         * mail/feedmail.el (feedmail-dump-message-to-queue):
6919         * eshell/esh-proc.el (eshell-remove-process-entry):
6920         * emulation/ws-mode.el (ws-last-error):
6921         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6922         (viper-record-kbd-macro):
6923         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6924         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6925         * emacs-lisp/find-func.el (find-function-noselect):
6926         * calendar/timeclock.el (timeclock-status-string)
6927         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6928         (timeclock-when-to-leave-string):
6929         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6930         * calc/calc-units.el (calc-enter-units-table):
6931         * calc/calc-mode.el (calc-mode-record-mode):
6932         * woman.el (woman-mini-help):
6933         * wdired.el (wdired-change-to-wdired-mode):
6934         * vc.el (vc-retrieve-snapshot):
6935         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6936         * startup.el (display-startup-echo-area-message):
6937         * simple.el (set-goal-column):
6938         * ses.el (ses-command-hook, ses-recalculate-cell):
6939         * server.el (server-process-filter):
6940         * printing.el (pr-interface-txt-print, pr-interface-printify)
6941         (pr-interface-ps):
6942         * pcvs.el (cvs-help):
6943         * log-edit.el (log-edit, log-edit-mode-help):
6944         * iswitchb.el (iswitchb-possible-new-buffer):
6945         * isearch.el (isearch-edit-string):
6946         * image-mode.el (image-mode, image-minor-mode):
6947         * ibuf-macs.el (define-ibuffer-filter):
6948         * hi-lock.el (hi-lock-find-patterns):
6949         * files.el (toggle-read-only):
6950         * ediff-util.el (ediff-copy-diff)
6951         (ediff-write-merge-buffer-and-maybe-kill):
6952         * echistory.el (Electric-history-undefined):
6953         * dnd.el (dnd-insert-text):
6954         * dired-aux.el (dired-query):
6955         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6956         * bookmark.el (bookmark-bmenu-locate):
6957         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6958         Fix `message' calls to ensure first arg is a format string.
6959         The change was made only when these two conditions were satisfied:
6960         [1] when there is a possibility that the arguments would cause an error
6961         for example, if the code in question relies on external variables
6962         such as filenames, and
6963         [2] if the arg to `message' could not have been nil in the code.
6965         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6966         Not having a %s would be weird, though not technically wrong.
6968 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6970         * term/mac-win.el (mac-add-charset-info): Doc fix.
6972 2005-09-17  Romain Francoise  <romain@orebokech.com>
6974         * shell.el (shell-resync-dirs): Handle echoing processes more
6975         reliably.  Don't insert resync command if `comint-process-echoes'
6976         is non-nil.
6978 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6980         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6981         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6982         aspell versions >= 0.60.
6983         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6984         only if ispell-aspell-supports-utf8 is non-nil.
6986 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6988         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6989         buffer-local value to lisp-indent-function.
6991 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6993         * progmodes/glasses.el (glasses-make-readable): If
6994         glasses-separator differs from underscore, put appropriate
6995         overlays over underscore characters.
6996         (glasses-convert-to-unreadable): If glasses-separator differs from
6997         underscore, try to convert glasses-separator characters to
6998         underscores.
7000 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7003         Use with-syntax-table and dolist.
7005 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7007         * textmodes/reftex-auc.el:
7008         * textmodes/reftex-cite.el:
7009         * textmodes/reftex-dcr.el:
7010         * textmodes/reftex-global.el:
7011         * textmodes/reftex-parse.el:
7012         * textmodes/reftex-ref.el:
7013         * textmodes/reftex-sel.el:
7014         * textmodes/reftex-toc.el:
7015         * textmodes/reftex-vars.el:
7016         * textmodes/reftex.el: Small changes to remove compiler warnings.
7018         * textmodes/reftex-index.el: Likewise.
7019         (reftex-query-index-phrase): More efficient use of markers.
7021 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7023         * image.el (image-load-path): New variable.
7024         (image-search-load-path): New function.
7025         (find-image): Search for images in `image-load-path'.
7027 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7029         * follow.el: Change Maintainer field.
7031 2005-09-15  David Ponce  <david@dponce.com>
7033         * recentf.el (recentf-save-file-modes): New option.
7034         (recentf-save-list): Use it.
7036 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7038         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7039         (mode-line-mule-info, mode-line-modified): Move bindings from
7040         mouse-3 to mouse-1.
7042 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7044         * simple.el (sendmail-user-agent-compose): Revert last change.
7046 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7048         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7049         Use with-current-buffer.
7050         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7051         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7052         (ange-ftp-insert-directory): Remove unused var `short'.
7053         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7055         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7056         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7058         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7059         (check-calendar-holidays, diary-list-entries): Autoload.
7060         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7061         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7063         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7064         which mistakenly removed a call to display-buffer.
7066 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7068         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7070 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7072         * progmodes/hideshow.el
7073         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7074         (hs-allow-nesting): New user var.
7075         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7076         (hs-hide-block-at-point): When nesting allowed,
7077         if there is already an overlay in place, delete it.
7078         (hs-safety-is-job-n): Delete func; remove call sites.
7079         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7080         (hs-overlay-at): New func.
7081         (hs-already-hidden-p, hs-show-block): Use it.
7082         (hs-hide-all): Don't pre-clean if nesting allowed.
7083         (hs-show-all): Temporarily disallow
7084         nesting around call to `hs-discard-overlays'.
7086 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7088         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7089         Delete unused local var.
7091 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7093         * help-fns.el (describe-categories): "?\ " -> "?\s".
7094         (help-do-arg-highlight): Recognize also ARG-n, as in
7095         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7097         * international/codepage.el (dos-unsupported-char-glyph):
7098         * net/newsticker.el (tool-bar-map, w3-mode-map)
7099         (w3m-minor-mode-map):
7100         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7101         (ent-alist):
7102         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7104 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7106         * custom.el (custom-push-theme): Handle the case where a symbol is
7107         bound but face properties have not yet been assigned.
7109         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7110         Fix behavior if noerase is `t' and there is no mail buffer.
7112         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7113         if `continue' is nil, rather than signal an error.
7115 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7117         * font-lock.el (font-lock-keywords): Add autoload.
7119         * help-fns.el (describe-variable): Rearrange to put source link
7120         in a predictable place.
7122         * net/newsticker.el: New file.
7124 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7127         (calendar-basic-setup): Use the new nil arg.
7128         (number-of-diary-entries): Move to diary-lib.el.
7130         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7131         (diary-list-entries): Use with-syntax-table and dolist.
7132         Rename from list-diary-entries.
7133         Use number-of-diary-entries if `number' is nil.
7134         (diary, diary-view-entries): Use this new name and new nil arg value.
7135         (number-of-diary-entries): Move from calendar.el.
7136         (diary-unhide-everything): New function.
7137         (include-other-diary-files, fancy-diary-display)
7138         (diary-show-all-entries, make-diary-entry): Use it.
7139         (diary-mail-entries): Use buffer-string.
7140         (mark-diary-entries): Fix long standing paren typo.
7141         (diary-sexp-entry): Use count-lines.
7142         (make-diary-entry): Avoid `previous-line'.
7143         (diary-mode-map): New var.
7144         (diary-mode): Redraw cal after saving.  Setup header-line.
7145         (fancy-diary-display-mode): Use local-set-key.
7147         * startup.el (command-line): Try calling various terminal-init-foo-bar
7148         functions by stripping hyphenated suffixes from $TERM.
7150         * files.el (normal-mode): Check boundness of font-lock-keywords.
7152 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7154         * progmodes/compile.el: Don't decide a file's directory
7155         until the user actually tries to go there.
7156         (compilation-next-error-function):
7157         Pass compilation-find-file the directory from the file-struct.
7158         (compilation-internal-error-properties): Separate local FILE-STRUCT
7159         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7160         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7161         Expand it, and if nil, use default-directory.
7162         (compilation-get-file-structure): Don't mix specified directory
7163         with default directory.  Put specified directory into
7164         file-struct.  Don't make the file name absolute.
7166         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7167         (compile-command): Add autoload.
7168         (compilation-disable-input): Add autoload.
7170 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7172         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7173         strings of the variables it can override.
7174         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7175         %Q and %q, for fully-qualified domain name and unqualified host name.
7177 2005-09-11  Kim F. Storm  <storm@cua.dk>
7179         * emacs-lisp/authors.el (authors-aliases): Update list.
7180         (authors-fixed-entries): Update mldrag.el entry.
7182 2005-09-10  Alan Mackenzie  <acm@muc.de>
7184         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7185         from the region narrowed to.
7187 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7189         * textmodes/ispell.el (ispell-check-version): Signal an error if
7190         aspell version is less than 0.60.
7192 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7194         * progmodes/octave-inf.el (inferior-octave-startup):
7195         Resync current dir at the end.
7197 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7199         * woman.el (woman-topic-at-point-default):
7200         Rename to woman-use-topic-at-point-default.
7201         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7202         (woman-file-name): Reflect renames above.  Automatically use the
7203         word at point as topic if woman-use-topic-at-point is non-nil.
7204         Otherwise offer it as default but don't insert it in the
7205         minibuffer.  Also use `test-completion' instead of `assoc' as
7206         suggested by Stefan Monnier.
7208 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7210         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7211         the attempt to do it over Tramp.  This is not yet supported.
7213 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7215         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7216         (menu-bar-non-minibuffer-window-p): New functions.
7217         ("Split Window", "Save As..."): Use them.
7218         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7219         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7220         Use menu-bar-menu-frame-live-and-visible-p.
7221         ("Save Buffer", "Insert File", "Open Directory...")
7222         ("Open File...", "Visit New File..."):
7223         Use menu-bar-non-minibuffer-window-p.
7224         (kill-this-buffer-enabled-p, dired <menu-enable>):
7225         Use menu-bar-non-minibuffer-window-p.
7227 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7229         * cus-start.el (all): Don't complain about fringe-related
7230         built-ins if fringes are not supported.  Ditto about
7231         selection-related built-ins.  Fix the test for GTK-related built-ins.
7233         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7234         ("Postscript Print Buffer", "Print Region", "Save As...")
7235         ("Save", "Insert File...", "Open Directory...")
7236         ("Open File...", "Visit New File..."")
7237         ("Truncate Long Lines in this Buffer"): Don't look at
7238         menu-updating-frame if this display does not support multiple frames.
7240 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7242         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7244 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7246         * woman.el: Format- and whitespace-related changes.
7248 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7250         * woman.el: Fix my email address.
7252 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7254         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7255         (sh-mode): Locally set skeleton-pair-default-alist.
7257         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7259         * progmodes/flymake.el: Require `compile' unconditionally.
7261         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7263         * woman.el (woman-file-name): Provide a default, not initial input.
7265         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7267         * font-lock.el (font-lock-support-mode): Doc fix.
7269         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7271 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7273         * simple.el (blink-matching-open): Get rid of text props from
7274         the string shown in echo area.  Don't permanently set point.
7275         Some rearrangements.
7277 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7279         * recentf.el (recentf-filename-handler): Add custom choice
7280         `abbreviate-file-name'.
7282         * msb.el (msb--very-many-menus): Fix typo.
7284         * disp-table.el (standard-display-european): Don't set
7285         enable-multibyte-characters to nil.
7287 2005-09-08  David Ponce  <david@dponce.com>
7289         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7290         (recentf-expand-file-name): Doc fix.
7291         (recentf-dialog-mode-map): Define digit shortcuts.
7292         (recentf--files-with-key): New variable.
7293         (recentf-show-digit-shortcut-filter): New function.
7294         (recentf-open-files-items): New function.
7295         (recentf-open-files): Use it.
7296         (recentf-open-file-with-key): New command.
7298 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7300         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7301         Suggested by Kim F. Storm.
7302         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7303         (Buffer-menu-make-sort-button): Use global keymap.
7305 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7307         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7308         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7309         necessary any longer with the remapped command.
7310         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7311         formatting time only.
7313         * net/tramp.el (tramp-action-password)
7314         (tramp-multi-action-password): Compile the password prompt from
7315         `method', `user' and `host'.  Sometimes it isn't obvious which
7316         password to enter, for example with remote files offered by
7317         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7318         <robert@chezmarshall.freeserve.co.uk>.
7320 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7323         Fix regexp for when "s///" is at the beginning of line.
7325 2005-09-07  Jay Belanger  <belanger@truman.edu>
7327         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7328         when in matrix mode.
7330 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7333         non-anonymous functions.
7335 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7337         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7338         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7340         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7341         can't be moved; don't signal an error.
7343 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7345         * cus-theme.el (custom-theme-write-faces): Save the current face
7346         spec, not the defface spec.
7348         * custom.el (custom-known-themes): Clarify meaning of "standard".
7349         (custom-push-theme): Save old values in the standard theme.
7350         (disable-theme): Correct typo.
7351         (custom-face-theme-value) Deleted unused function.
7352         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7354 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * progmodes/compile.el (compilation-goto-locus): Take into account
7357         iconified frames when determining whether the buffer is
7358         already visible.
7359         Don't reset window height if the window already existed.
7361 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7363         * custom.el (load-theme): Rename from require-theme.
7364         Add interactive spec.
7365         (enable-theme): Rename from custom-enable-theme.
7366         Add interactive spec.
7367         (disable-theme): Rename from custom-disable-theme.
7368         Add interactive spec.
7369         (custom-make-theme-feature): Doc fix.
7370         (custom-theme-directory): Doc fix.
7371         (provide-theme): Call enable-theme.
7373 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7375         * obsolete/lazy-lock.el (lazy-lock-mode):
7376         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7377         font-lock-mode if it's off.  Print a warning instead.
7379         * progmodes/compile.el (compilation-start): Ignore errors if the
7380         process died before we get to send-eof.
7382         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7383         Undo last change.  Enclosing the result in quotes broke things on Unix
7384         since tex-send-command passes it through shell-quote-argument.
7385         (tex-send-command): Pass `file' through convert-standard-filename
7386         when possible.
7387         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7388         info in a transcript.
7390 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7392         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7393         fix compilation warning. Reorder the key definitions to group
7394         together keys emitted by the current version of xterm.
7396         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7397         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7398         Reorder predicates to correct min-color usage.
7400 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7402         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7403         Kill local variables when longlines-mode is turned off.
7405 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7407         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7409         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7411         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7413         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7414         (font-lock-lines-before): Change default to being inactive.
7415         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7416         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7418 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7420         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7421         Deactivate temporarily advice if active (not needed for Emacs 22,
7422         but for backwards compatibility).
7423         (tramp-exists-file-name-handler): Rewrite.  First implementation
7424         was too simple.
7425         (tramp-advice-make-auto-save-file-name):
7426         Call `tramp-handle-make-auto-save-file-name' (again, just for
7427         backwards compatibility).
7429 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7431         * progmodes/vhdl-mode.el
7432         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7433         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7434         (vhdl-set-default-project): New function (easier setting of default).
7435         (vhdl-port-copy): Handle extended identifiers for generics.
7436         (vhdl-compiler-alist): Better description for error message regexp.
7437         (vhdl-make): Query for target, use previous as default.
7438         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7439         (vhdl-font-lock-keywords-2): Fix fontification for record
7440         el. assign.
7441         (vhdl-speedbar-make-subpack-line): Add package body link.
7442         (vhdl-generate-makefile-1): Not include itself as dependency.
7443         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7444         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7445         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7446         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7447         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7448         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7449         (vhdl-import-project): Add string argument for `error'.
7450         (vhdl-compose-configuration)
7451         (vhdl-compose-configuration-architecture): Add configuration
7452         declaration generation.
7453         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7454         (vhdl-trailer-re): Add "record" keyword (better indentation).
7455         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7456         "[^ \t-\"]+".
7457         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7458         (vhdl-testbench-entity-file-name)
7459         (vhdl-testbench-architecture-file-name): Allow separate
7460         customization of testbench file names.
7461         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7462         (vhdl-get-visible-signals): Allow newline within alias declaration.
7463         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7464         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7465         (member-ignore-case): Alias for missing function in XEmacs.
7466         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7467         (vhdl-update-sensitivity-list): Ignore case on read signals.
7468         (vhdl-replace-string): Adjust case only for file names.
7469         (vhdl-update-sensitivity-list): Fix search for read signals.
7470         (vhdl-update-sensitivity-list): Exclude formal parameters.
7471         (vhdl-get-visible-signals): Include aliases of signals.
7472         (vhdl-get-visible-signals): Fix signal name searching.
7473         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7474         (vhdl-fixup-whitespace-region): Fix for character
7475         literals (e.g. ':').
7477 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7479         * ansi-color.el (comint-last-output-start):
7480         * bs.el (font-lock-verbose):
7481         * diff-mode.el (add-log-buffer-file-name-function):
7482         * dired-x.el (vm-folder-directory):
7483         * faces.el (help-xref-stack-item):
7484         * files.el (font-lock-keywords):
7485         * find-lisp.el (dired-buffers, dired-subdir-alist):
7486         * ido.el (cua-inhibit-cua-keys):
7487         * log-view.el (cvs-minor-wrap-function):
7488         * outline.el (font-lock-warning-face):
7489         * simple.el (compilation-current-error):
7490         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7491         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7492         * tooltip.el (comint-prompt-regexp):
7493         * w32-fns.el (explicit-shell-file-name):
7494         * term/mac-win.el (mac-charset-info-alist)
7495         (mac-services-selection, mac-system-script-code):
7496         * term/tty-colors.el (msdos-color-values):
7497         * term/w32-win.el (xlfd-regexp-registry-subnum):
7498         * term/x-win.el (x-keysym-table, x-selection-timeout)
7499         (x-session-id, x-session-previous-id):
7500         * textmodes/ispell.el (mail-yank-prefix):
7501         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7502         * textmodes/org.el (calc-embedded-close-formula)
7503         (calc-embedded-open-formula)
7504         (font-lock-unfontify-region-function):
7505         * textmodes/reftex-global.el (isearch-next-buffer-function)
7506         (TeX-master):
7507         * textmodes/reftex.el (font-lock-keywords):
7508         * textmodes/tex-mode.el (font-lock-comment-face)
7509         (font-lock-doc-face):
7510         * textmodes/texinfo.el (outline-heading-alist):
7511         Add defvars.
7513         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7514         (artist-spray-chars, artist-mode-init, artist-replace-string)
7515         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7516         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7517         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7519         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7520         (conf-align-assignments): "?\ " -> "?\s".
7522         * textmodes/reftex-index.el (TeX-master): Add defvar.
7523         (reftex-index-phrases-marker): Move up defvar.
7525         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7526         (reftex-toc-include-labels-indicator)
7527         (reftex-toc-include-index-indicator)
7528         (reftex-toc-max-level-indicator): Move up declarations.
7530         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7531         of args to `tramp-run-real-handler', even if it's empty in this case.
7533 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7535         * dired.el (dired-move-to-filename-regexp): Add date format for
7536         Mac OS X 10.3 in East Asian locales.
7538 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7540         * files.el (make-auto-save-file-name): Add file name handler call
7541         if applicable.
7543         * net/tramp.el (tramp-file-name-handler-alist)
7544         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7545         (tramp-handle-make-auto-save-file-name): Rename from
7546         `tramp-make-auto-save-file-name'.
7547         (tramp-exists-file-name-handler): New defun.
7548         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7549         `make-auto-save-file-name' is not a magic file name operation.
7551 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7553         * files.el (risky-local-variable-p):
7554         Match `-predicates' and `-commands.
7556         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7557         (custom-save-all): Visit the file if necessary;
7558         kill the buffer if we created it.
7559         (custom-save-delete): Don't visit file or kill buffer here.
7561 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7563         * textmodes/org.el (org-special-keyword): New face.
7564         (org-table-copy-down, org-table-eval-formula)
7565         (org-table-recalculate, org-init-section-numbers):
7566         Use `string-to-number' instead of `string-to-int'.
7567         (org-get-location): Use `insert-buffer-substring' instead of
7568         `insert-buffer'.
7569         (org-modify-diary-entry-string): New function.
7570         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7571         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7572         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7573         active region.
7574         (org-export-as-html): Handle QUOTE keyword.
7575         (org-quote-string): New option.
7576         (org-bookmark-jump-unhide): New function, used for
7577         `bookmark-after-jump-hook'.
7578         (org-diary-default-entry): Apply only when not called through
7579         `org-agenda'.
7581 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7583         * net/eudc.el (mode-popup-menu):
7584         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7585         * progmodes/ada-mode.el (compile-auto-highlight)
7586         (skeleton-further-elements):
7587         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7588         * progmodes/cmacexp.el (msdos-shells):
7589         * progmodes/compile.el (font-lock-extra-managed-props)
7590         (font-lock-keywords, font-lock-maximum-size)
7591         (font-lock-support-mode):
7592         * progmodes/grep.el (font-lock-lines-before):
7593         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7594         * progmodes/mixal-mode.el (compile-command):
7595         * progmodes/perl-mode.el (font-lock-comment-face)
7596         (font-lock-doc-face, font-lock-string-face):
7597         * progmodes/prolog.el (comint-prompt-regexp):
7598         * progmodes/sh-script.el (font-lock-comment-face)
7599         (font-lock-set-defaults, font-lock-string-face):
7600         * progmodes/sql.el (font-lock-keyword-face)
7601         (font-lock-set-defaults, font-lock-string-face):
7602         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7603         (itimer-version, lazy-lock-defer-contextually)
7604         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7605         Add defvars.
7607         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7608         (cperl-electric-keyword, cperl-electric-pod)
7609         (cperl-electric-backspace, cperl-forward-re)
7610         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7611         (vc-rcs-header, vc-sccs-header): Add defvars.
7613         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7614         (font-lock-syntactic-keywords, gud-find-expr-function):
7615         Add defvars.
7617         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7618         (gdb-frame-parameters): Declare before use.
7620         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7621         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7622         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7623         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7625         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7626         (idlwave-help-with-source): Use `insert-buffer-substring', not
7627         `insert-buffer'.
7629 2005-08-29  Juri Linkov  <juri@jurta.org>
7631         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7632         Put outline-back-to-heading function call inside save-excursion.
7634 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7636         * man.el (Man-init-defvars, Man-translate-references)
7637         (Man-support-local-filenames, Man-highlight-references):
7638         * progmodes/sql.el (sql-interactive-mode):
7639         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7641         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7642         (compilation-mode-font-lock-keywords): Add defvars.
7643         (checkdoc-interactive-loop): "?\ " -> "?\s".
7645         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7646         (font-lock-doc-face, font-lock-string-face)
7647         (font-lock-keywords-case-fold-search): Add defvars.
7648         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7650         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7651         Don't pass X and Y (they are ignored anyway).
7652         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7653         (mouse-delete-window): Make arguments optional.
7655         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7656         (caesar-translate-table, minor-modes, news-buffer-save)
7657         (news-group-name, news-minor-modes): Add defvars.
7659         * emacs-lisp/lselect.el (mouse-highlight-priority)
7660         (x-lost-selection-functions, zmacs-regions):
7661         * emacs-lisp/pp.el (font-lock-verbose):
7662         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7663         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7664         (ses-mode-map):
7665         * emacs-lisp/tcover-unsafep.el (safe-functions):
7666         * international/mule-cmds.el (mac-system-coding-system)
7667         (mac-system-locale):
7668         * language/ethio-util.el (rmail-current-message)
7669         (rmail-message-vector):
7670         * language/thai-util.el (thai-auto-composition-mode):
7671         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7672         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7673         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7674         (vm-primary-inbox, vm-spool-files):
7675         * mail/rmail.el (deleted-head, font-lock-fontified)
7676         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7677         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7678         (total-messages):
7679         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7680         (rmail-summary-mode-map):
7681         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7682         (rmail-last-label, rmail-last-multi-labels)
7683         (rmail-summary-vector, rmail-total-messages):
7684         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7685         * mail/rmailsum.el (msgnum):
7686         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7687         (rmail-current-message):
7688         * obsolete/fast-lock.el (font-lock-face-list):
7689         * obsolete/rnewspost.el (mail-reply-buffer):
7690         * obsolete/scribe.el (compile-command):
7691         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7693 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7695         * ibuf-ext.el (ibuffer-auto-update-changed):
7696         Use `frame-or-buffer-changed-p' to check whether we need to update.
7697         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7698         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7699         as a `frame-or-buffer-changed-p' state vector instead.
7701 2005-08-27  Romain Francoise  <romain@orebokech.com>
7703         * textmodes/makeinfo.el (makeinfo-compile):
7704         Use `compilation-start'.  Set `next-error-function' according to
7705         `disable-errors'.
7706         (makeinfo-next-error): New function.
7707         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7708         (makeinfo-buffer): Likewise.
7710         * progmodes/compile.el (compilation-start): Add autoload cookie.
7712         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7713         * textmodes/sgml-mode.el: Likewise.
7714         * progmodes/python.el: Likewise.
7716 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7718         * simple.el (blink-matching-paren-distance): Document the meaning
7719         of nil value, and allow to customize to nil.
7721         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7722         command.com, not command.exe.
7724 2005-08-26  John Wiegley  <johnw@newartisans.com>
7726         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7727         code around a bit so that an extraneous nil argument is not added
7728         to a command when no args are given.
7730         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7731         double-quoted argument resolves to nil, return it as an empty
7732         string rather than as nil.  This made it impossible to pass "" to
7733         a shell script as a null string argument.
7735 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * outline.el (outline-invent-heading): New fun.
7738         (outline-promote, outline-demote): Use it.
7739         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7740         (outline-end-of-subtree): Remove unused var `opoint'.
7742 2005-08-26  David Reitter  <david.reitter@gmail.com>
7744         * menu-bar.el (truncate-lines, write-file, print-buffer)
7745         (ps-print-buffer-faces, ps-print-buffer, split-window):
7746         Disable menu items when the frame they refer to is invisible, or when
7747         they refer to a buffer and the minibuffer is selected.
7749 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7751         * progmodes/flymake.el (flymake-highlight-err-lines):
7752         Use save-excursion around flymake-highlight-line to preserve point.
7754 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7756         * progmodes/octave-mod.el: Change Author and Maintainer address.
7757         (octave-maintainer-address): Change Kurt's email address.
7758         * progmodes/octave-inf.el: Change Author and Maintainer address.
7759         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7761 2005-08-26  Kim F. Storm  <storm@cua.dk>
7763         * subr.el (version-list-<, version-list-<=, version-list-=):
7764         Rename from integer-list-*.
7765         (version-list-not-zero): Likewise.  Fix while loop.
7766         (version=): Use version-list-= instead of string-equal.
7768 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7770         * outline.el (outline-promote): Try shortening the heading.
7771         As last resort, read the heading to use.
7772         (outline-demote): As last resort, read the heading to use.
7774 2005-08-26  Romain Francoise  <romain@orebokech.com>
7776         * progmodes/compile.el (compilation-start): Doc fix.
7778         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7779         (antlr-font-lock-additional-keywords): Fix reference to
7780         `antlr-font-lock-literal-regexp' erroneously changed during the
7781         mass face rename.
7782         (antlr-run-tool): Use `compilation-start'.
7784         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7785         instead of the obsolete `compile-internal'.
7787 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7789         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7790         (number, original-date):
7791         * calendar/cal-china.el (date):
7792         * calendar/cal-coptic.el (date):
7793         * calendar/cal-french.el (date):
7794         * calendar/cal-hebrew.el (date, entry, number, original-date):
7795         * calendar/cal-islam.el (date, number, original-date):
7796         * calendar/cal-iso.el (date):
7797         * calendar/cal-julian.el (date):
7798         * calendar/cal-mayan.el (date):
7799         * calendar/cal-menu.el (date, event):
7800         * calendar/cal-persia.el (date):
7801         * calendar/lunar.el (date):
7802         * calendar/solar.el (date): Add defvars.
7804         * emerge.el:
7805         * ibuffer.el:
7806         * info-xref.el:
7807         * obsolete/bg-mouse.el:
7808         * obsolete/sun-curs.el:
7809         * obsolete/swedish.el: Move the `defvar's to the top level.
7811         * smerge-mode.el (smerge-refined-change): Add :group.
7813 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7815         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7816         (smerge-keep-n): Remove props.
7817         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7818         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7819         now that it's done in smerge-keep-n.
7820         (smerge-refined-change): New face.
7821         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7822         (smerge-refine): New funs.
7823         (smerge-basic-map): Bind smerge-refine.
7825 2005-08-25  Juri Linkov  <juri@jurta.org>
7827         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7828         compilation-process-setup-function and compilation-disable-input
7829         in grep-mode instead of let-bindings in grep.
7831         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7832         Delete "Automatic File De/compression" (auto-compression-mode).
7834 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7836         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7837         Silence warning about non-existent variable.
7839 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7841         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7842         Rename "Describe Key" to "Describe Key or Mouse Operation".
7844         * mail/mailalias.el (build-mail-aliases): Delete comments
7845         from the contents before processing them.
7847         * isearch.el (isearch-edit-string): Erase the Search prompt
7848         if user enters an empty string and there is no default.
7850         * comint.el (comint-file-name-prefix): Add autoload.
7852 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7854         * subr.el (play-sound): Rearrange to avoid warning.
7856 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7858         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7859         New hook.
7860         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7862 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7866         * custom.el (custom-theme-set-variables): Sort minor modes last.
7868 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7870         * subr.el (version-separator, version-regexp-alist): New vars used by
7871         version comparison funs.
7872         (integer-list-<, integer-list-=, integer-list-<=)
7873         (integer-list-not-zero): New funs for integer list comparison.
7874         (version-to-list, version=, version<, version<=): New funs for version
7875         comparison.
7877 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7879         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7880         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7881         time to silence the byte-compiler.
7883         * ibuffer.el (ibuffer-compile-make-eliding-form)
7884         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7885         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7886         so it's silly to get warnings for it).
7887         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7888         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7889         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7890         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7891         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7892         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7893         Defvar at compile time.
7894         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7895         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7896         Declare them before use.
7898         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7899         (info-xref-good, info-xref-bad): Defvar at compile time.
7901         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7902         Use `let*' instead of `let'.
7904         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7905         (*mouse-y*, menu, char): Defvar at compile time.
7906         (sc::menu): Declare it before use.
7907         (sc::pack-one-line): Use `let', not `let*'.
7909         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7910         (mail-send-hook): Defvar at compile time.
7912         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7913         Defvar at compile time.
7915         * term/sun-mouse.el (current-global-mousemap)
7916         (current-local-mousemap): Declare them before use.
7918 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7920         * bookmark.el (bookmark-after-jump-hook): New hook.
7921         (bookmark-jump): Run `bookmark-after-jump-hook'.
7923 2005-08-23  Juri Linkov  <juri@jurta.org>
7925         * faces.el (minibuffer-prompt): Doc fix.
7927 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7929         * progmodes/xscheme.el: Trivial changes to silence warnings.
7930         (xscheme-previous-mode, xscheme-previous-process-state):
7931         Add defvars.
7932         (xscheme-last-input-end, xscheme-process-command-line)
7933         (xscheme-process-name, xscheme-buffer-name)
7934         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7935         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7936         (xscheme-control-g-synchronization-p)
7937         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7938         (default-xscheme-runlight, xscheme-runlight)
7939         (xscheme-runlight-string, xscheme-process-filter-state)
7940         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7941         Move to beginning of file.
7942         (scheme-interaction-mode-commands-alist)
7943         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7944         Declare them before use.  Note: the initialization code for the variables
7945         has not been moved because it uses functions that reference the variables.
7946         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7947         (xscheme-prompt-for-expression-map): Declare them before use.
7948         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7950 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7952         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7954 2005-08-22  Juri Linkov  <juri@jurta.org>
7956         * faces.el (set-face-underline): Delete this duplicate function
7957         and make an obsolete alias to set-face-underline-p.
7958         (set-face-underline-p): Use docstring of set-face-underline.
7959         (describe-face): Create hyperlink to parent face.
7961         * info.el (Info-insert-dir): Use save-excursion around
7962         insert-buffer-substring.
7963         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7964         (Info-escape-percent): Delete function.
7965         (Info-fontify-node): Replace Info-escape-percent by
7966         replace-regexp-in-string with REP arg set to lambda that
7967         duplicates `%' and preserves text properties.
7969         * progmodes/compile.el (compilation-disable-input): Doc fix.
7970         (define-compilation-mode): Doc fix and refill.
7971         (kill-compilation): Use `mode-name' in the error message.
7972         (compilation-find-file): Use `compilation-error' in the
7973         read-file-name's prompt.
7975 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7978         (smerge-auto-leave): Make undo re-enable the mode.
7979         (debug-ignored-errors): Add the user-error of impossible resolution.
7980         (smerge-resolve): Move things around a bit, in preparation for later.
7981         (smerge-diff): Don't fail if the buffer has no associated file.
7982         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7983         (smerge-conflict-overlay): New function.
7984         (smerge-match-conflict): Don't add text properties here.
7985         (smerge-find-conflict): Instead, add an overlay here.
7986         Also check for the case where we're inside a conflict already, so as to
7987         obviate the need for font-lock-multiline, which is unbearably slow with
7988         large conflicts and ciomplex font-lock patterns.
7989         (smerge-remove-props): Remove overlay rather than text-properties.
7990         (smerge-mode): Don't set font-lock-multiline.
7991         Remove overlays when turned off.
7993 2005-08-21  Kim F. Storm  <storm@cua.dk>
7995         * ido.el (ido-ignore-item-p): Use save-match-data.
7996         Bind case-fold-search to ido-case-fold locally.
7998 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8000         * files.el (normal-mode): If font lock is on, turn it off and on.
8002         * subr.el (replace-regexp-in-string): Doc fix.
8004         * startup.el (command-line-1): Don't suppress startup screen
8005         due to existing processes.
8007         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8009         * progmodes/compile.el (compilation-disable-input): Default to nil.
8011 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8013         * progmodes/compile.el (compilation-disable-input): New defcustom.
8014         (compilation-start): If compilation-disable-input is non-nil, send
8015         EOF to the compilation process.
8017 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8019         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8020         Run the argument of tex-shell-cd-command through
8021         convert-standard-filename, to get the correct style of slashes on
8022         Windows, and enclose the result in quotes, in case the file name
8023         includes whitespace or other special characters.
8025 2005-08-19  Andreas Schwab  <schwab@suse.de>
8027         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8028         process.
8030 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8032         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8034 2005-08-18  Kim F. Storm  <storm@cua.dk>
8036         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8038 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8040         * scroll-lock.el: New file.
8042 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8044         * dired.el (dired-move-to-end-of-filename):
8045         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8047 2005-08-18  Kim F. Storm  <storm@cua.dk>
8049         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8050         rather than toggle mode when custom value is nil.
8051         (ido-everywhere): Fix defun doc string.
8053 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8055         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8056         as tag instead of "Inviolable".
8058 2005-08-17  Kim F. Storm  <storm@cua.dk>
8060         * windmove.el (windmove-coordinates-of-position): Remove.
8061         (windmove-coordinates-of-window-position): Remove.
8062         (windmove-reference-loc): Use posn-at-point instead.
8064         * subr.el (insert-for-yank-1): Doc fix.
8066         * ido.el (ido-enter-matching-directory): Rename from
8067         ido-enter-single-matching-directory.  Change `slash' choice to
8068         `only'.  Add `first' choice.
8069         (ido-exhibit): Adapt to above changes.
8071 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8073         * Makefile.in: Expand comment about building loaddefs.el.
8075 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8077         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8078         Comment use of defadvice.
8080         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8082 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8084         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8085         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8086         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8087         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8088         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8089         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8090         for backward compatibility for faces that did not appear in the
8091         previous Emacs release.
8093         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8095 2005-08-15  Kim F. Storm  <storm@cua.dk>
8097         * emulation/cua-base.el (cua-delete-region): Return t if
8098         deleted region was non-empty.
8099         (cua-replace-region): Inhibit overwrite-mode for
8100         self-insert-command if replaced region was non-empty.
8101         (cua--explicit-region-start, cua--status-string): Make them
8102         buffer-local at top-level...
8103         (cua-mode): ...rather than when mode is enabled.
8105 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8107         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8108         Set t for Emacs 21, 22, and so on.
8110 2005-08-15  David Ponce  <david@dponce.com>
8112         * tree-widget.el: Update Commentary header.
8113         (tree-widget-theme): Doc fix.
8114         (tree-widget-space-width): New option.
8115         (tree-widget-image-properties): Look up in the default theme too.
8116         (tree-widget--cursors): Only for images with arrow pointer shape.
8117         (tree-widget-lookup-image): Pointer shape is hand by default.
8118         (tree-widget-icon): Rename generic icon widget from
8119         `tree-widget-control'.
8120         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8121         derive from `tree-widget-icon'.
8122         (tree-widget-handle): Improve default look and feel of the text
8123         representation.
8124         (tree-widget): Rename :*-control properties to :*-icon properties.
8125         Add :action and :help-echo properties.
8126         (tree-widget-after-toggle-functions): Move.
8127         (tree-widget-close-node, tree-widget-open-node): Remove.
8128         (tree-widget-before-create-icon-functions): New hook.
8129         (tree-widget-value-create): Update to allow customization of icons
8130         and nodes at run-time via that new hook.
8131         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8132         (tree-widget-icon-action, tree-widget-icon-help-echo)
8133         (tree-widget-action, tree-widget-help-echo): New functions.
8135 2005-08-15  Kim F. Storm  <storm@cua.dk>
8137         * ido.el (ido-buffer-internal): Use with-no-warnings.
8138         (ido-make-merged-file-list): Use while-no-input.
8140 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8142         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8143         (flyspell-large-region): Fix doc and custom type.
8145 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8147         * files.el (interpreter-mode-alist): Doc fix.
8149         * mail/rmail.el (rmail-nonignored-headers): New variable.
8150         (rmail-clear-headers): Use it.
8151         (rmail-reply): Better handling of mail-followup-to header.
8153         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8154         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8155         don't try to refer to executable-font-lock-keywords.
8156         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8157         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8158         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8159         (sh-mode): Set comment-start-skip, local-abbrev-table,
8160         imenu-case-fold-search.
8161         (sh-set-shell): Don't set them here.
8162         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8163         Don't cache the results in the original alist; don't ever modify
8164         that alist.
8166         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8168         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8169         empty.
8171 2005-08-15  Andreas Schwab  <schwab@suse.de>
8173         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8175         * dired.el, info.el, mail/rmail.el: Revert last change.
8177 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8179         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8180         modification in `eval-after-load' form.
8181         * info.el: Likewise.
8182         * mail/rmail.el: Likewise.
8184 2005-08-14  Juri Linkov  <juri@jurta.org>
8186         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8187         Remove highlighting of "Compilation started".  Highlight only
8188         the word "finished" in "Compilation finished".  Add highlighting
8189         of "interrupt", "killed", "terminated" and the exit code.
8190         (compilation-start): Add newline after header.  Use exactly the
8191         same time stamp format as the finishing message.
8192         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8194         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8195         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8196         Add highlighting of "interrupt", "killed", "terminated".
8198         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8199         enabled and the current command is self-insert-command, call it
8200         explicitly with overwrite-mode bound to nil, to not allow it
8201         to delete the character after the selected region.
8203 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8205         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8206         move-end-of-line, end-of-line, and beginning-of-line to the list
8207         of commands after which the echo area is updated.
8209 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8211         * cus-edit.el (custom-save-all, custom-save-delete):
8212         Bind recentf-exclude to exclude custom-file.
8214 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8216         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8217         to go to the bottom of the mail message.  Added to
8218         `rmail-summary-mode-map' with key "/".
8219         (rmail-summary-show-message): New (internal) function for use by
8220         both `rmail-summary-beginning/end-of-message'.
8221         (rmail-summary-beginning-of-message): Change to use
8222         rmail-summary-show-message.
8224         * mail/rmail.el (rmail-end-of-message): New command to go to the
8225         end of the current message.  Added to `rmail-mode-map' with key "/".
8226         (rmail-beginning-of-message): Fix to work as documented.
8227         (rmail-mode): Change documentation.
8229         * progmodes/compile.el (compilation-start): Add the line
8230         "Compilation started" with compilation start time.
8231         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8233 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8235         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8236         of menu items.
8238 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8240         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8242         * battery.el (battery-status-function): Don't use ignore-errors.
8244 2005-08-11  Lute Kamstra  <lute@gnu.org>
8246         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8247         define-obsolete-variable-alias.
8249 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8252         (ange-ftp-send-cmd): Revert last change, and expand
8253         the comment explaining the problem.
8255 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8257         * ldefs-boot.el: Update.
8259         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8260         item to "Time, Load and Mail".  Change help echo text.
8262         * time.el (display-time-use-mail-icon, display-time-format)
8263         (display-time-string-forms): Shorten first line of docstrings.
8265 2005-08-10  Lars Hansen  <larsh@soem.dk>
8267         * desktop.el (desktop-buffer-mode-handlers):
8268         Make non-customizable. Add autoload cookie.  Change initial value to
8269         nil; add elements in respective modules instead.  Fix doc string.
8270         (desktop-load-file): New function.
8271         (desktop-minor-mode-handlers): New autoloaded variable.
8272         (desktop-create-buffer): Call minor mode handlers.
8273         Use desktop-load-file to load major and minor mode modules prior to
8274         checking for a handler.
8275         (desktop-save): Don't add nil to desktop-minor-modes for minor
8276         modes with nil function in desktop-minor-mode-table.  Don't delete
8277         desktop file before rewriting it.
8278         (desktop-locals-to-save): Add autoload cookie.  Don't make
8279         automatically buffer-local.  Add variables column-number-mode,
8280         size-indication-mode, indent-tabs-mode,
8281         indicate-buffer-boundaries, indicate-empty-lines and
8282         show-trailing-whitespace.
8283         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8284         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8285         (desktop-clear-preserve-buffers-regexp): Delete.
8286         (desktop-clear-preserve-buffers): Update initial value and docstring.
8287         (desktop-save-buffer): Fix doc string.
8289         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8290         (hilit-chg-desktop-restore): New function.
8291         (highlight-changes-mode): Add highlight-changes-mode to
8292         desktop-locals-to-save.
8294         * dired.el: Add handler to desktop-buffer-mode-handlers.
8295         (dired-restore-desktop-buffer): Remove autoload cookie.
8296         (dired-mode): Add autoload cookie.
8298         * info.el: Add handler to desktop-buffer-mode-handlers.
8299         (Info-restore-desktop-buffer): Remove autoload cookie.
8300         (Info-mode): Add autoload cookie.
8302         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8303         (mh-restore-desktop-buffer): Remove autoload cookie.
8304         (mh-folder-mode): Add autoload cookie.
8306         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8307         (rmail-restore-desktop-buffer): Remove autoload cookie.
8309 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8311         * hexl.el (hexl-address-region):
8312         (hexl-ascii-region, hexl-font-lock-keywords):
8313         (hexl-highlight-line-range): Use the term "region"
8314         instead of "area" for consistency with the other symbols
8315         defined in hexl.el.
8317 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8319         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8320         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8321         out by Juri Linkov).  Add `display-battery-mode'.
8323 2005-08-09  Juri Linkov  <juri@jurta.org>
8325         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8326         Remove `-text' from face variable names.
8327         (compilation-error-file-name, compilation-warning-file-name)
8328         (compilation-info-file-name): Delete faces.
8329         (compilation-line-number, compilation-column-number):
8330         Remove face underlining.
8331         (compilation-message-face): Set to `underline' value by default.
8332         (compilation-error-face, compilation-warning-face)
8333         (compilation-info-face): Remove `-file-name' from face names.
8334         (compilation-error-text-face, compilation-warning-text-face)
8335         (compilation-info-text-face): Delete face variables.
8336         (compilation-text-face): Delete function.
8338         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8339         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8340         (grep-error-face): Set to `compilation-error' instead of
8341         `compilation-error-face' (which is redefined to `grep-hit-face' in
8342         grep buffers).
8343         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8344         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8346         * dired-aux.el (dired-do-query-replace-regexp):
8347         Use `query-replace-read-args'.
8349         * replace.el (query-replace-read-from, query-replace-read-to)
8350         (query-replace-read-args): Rename arg `string' to `prompt'.
8352         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8354 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8356         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8357         uploading files.
8358         (ange-ftp-canonize-filename): Handle file names beginning with ~
8359         correctly.
8361 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8363         * textmodes/fill.el (canonically-space-region)
8364         (fill-context-prefix, fill-french-nobreak-p)
8365         (fill-delete-newlines, fill-comment-paragraph)
8366         (justify-current-line): "?\ " -> "?\s".
8368 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8370         * textmodes/fill.el (fill-nonuniform-paragraphs):
8371         Improve argument/docstring consistency.
8373 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8375         * textmodes/ispell.el (ispell-word): More fboundp checks.
8377         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8378         (find-file-noselect-1): Call it here, only if RAWFILE.
8379         (normal-mode): Always set some major mode.
8380         (save-some-buffers-action-alist): Change some explanation strings.
8381         (file-name-non-special): In the `quote' method, use unwind-protect.
8383 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8385         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8386         (ispell-have-aspell-dictionaries): New variable.
8387         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8388         (ispell-get-aspell-config-value): New function.
8389         (ispell-aspell-find-dictionary): New function.
8390         (ispell-aspell-add-aliases): New function.
8391         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8392         appropriate.  Don't look for ispell dictionaries if we use aspell.
8393         (ispell-menu-map): Don't build a submenu of dictionaries.
8395 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8397         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8398         (sql-read-passwd): Use read-passwd.
8400         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8401         (idlwave-toolbar-is-possible): Add defvars.
8403         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8404         Avoid warnings.
8406         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8407         (idlwave-system-class-info, idlwave-executive-commands-alist):
8408         Use defvar.
8410         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8412         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8413         Avoid warnings.
8415         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8416         and content-type: headers.
8418         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8420         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8421         and rename some of them to be more self-explanatory.
8423         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8425         * startup.el (command-line-1): Implement -scriptload.
8427         * replace.el (occur-engine): Initial *Occur* output not undoable.
8429         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8430         and improve help strings.
8432         * isearch.el (isearch-repeat): When changing direction,
8433         mark search successful.
8435         * ediff-init.el: Use (featurep 'xemacs).
8437         * comint.el (send-invisible): Identify buffer, if not selected.
8439         * align.el: Delete autoload for c-guess-basic-syntax.
8441 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8443         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8444         Improve argument/docstring consistency.  Doc fixes.
8445         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8446         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8447         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8448         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8449         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8450         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8451         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8452         Defvar at compile time.
8454 2005-08-09  Juri Linkov  <juri@jurta.org>
8456         * info.el: Replace `info' with upper-case `Info' where appropriate.
8457         (info-title-1, info-title-2, info-title-3, info-title-4)
8458         (info-menu-header): Move up face definitions.
8459         (info-menu-star): Rename from `info-menu-5'.
8460         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8461         (Info-fontify-visited-nodes): Fix docstring.
8462         (Info-hide-note-references): Fix docstring.
8463         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8464         menu items in the same way as on cross-references.
8465         (info-apropos): Fix sorting order and formatting to be like in the
8466         stand-alone Info browser.  Display error messages for 1 sec.
8467         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8468         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8469         from the menu bar.
8470         (Info-insert-dir): Restore point after calling
8471         `insert-buffer-substring'.
8473 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8475         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8476         (recompute-lucid-menubar): Add defvars.
8478         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8480         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8482         * net/net-utils.el (run-dig): Rename from `dig'.
8484         * play/gametree.el (gametree-mode): Use make-local-variable,
8485         not make-variable-buffer-local.
8487         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8489         * ansi-color.el (ansi-color-make-extent)
8490         (ansi-color-set-extent-face): Use fboundp, not functionp.
8492         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8493         not make-variable-buffer-local.
8495         * bookmark.el (Info-current-file): Add defvar.
8496         (bookmark-jump-noselect): Use with-no-warnings.
8498         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8500         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8502         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8504         * find-file.el (ada-procedure-start-regexp)
8505         (ada-package-start-regexp): Add defvars.
8507         * info.el (Info-insert-dir): Use insert-buffer-substring.
8509         * xml.el (xml-att-def-re): Add defvar.
8511         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8512         calling convention.
8514         * subr.el (while-no-input): Return t if there is input.
8516 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8518         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8520 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8522         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8523         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8525 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8527         * cmuscheme.el (scheme-start-file): Replace reference to
8528         `user-emacs-directory' by "~/.emacs.d/".
8530 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8532         * info.el (Info-dir-remove-duplicates): Avoid case folding
8533         in loop; instead, keep downcased strings for comparison.
8534         Suggested by Helmut Eller.
8536 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8538         Sync with Tramp 2.0.50.
8540         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8541         XEmacs case; not necessary anymore.
8542         (tramp-user-regexp): Allow "@" as part of user name.
8543         (tramp-handle-set-visited-file-modtime)
8544         (tramp-handle-insert-file-contents)
8545         (tramp-handle-write-region): No special handling for
8546         `last-coding-system-used, because this is done in
8547         `tramp-accept-process-output' now.
8548         (tramp-accept-process-output): New defun.
8549         (tramp-process-one-action, tramp-process-one-multi-action)
8550         (tramp-wait-for-regexp, tramp-wait-for-output)
8551         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8552         Howells <dhowells@redhat.com>.
8553         (clear-visited-file-modtime): Defadvice removed.  The check for
8554         unset buffer's modtime does not need to be based on
8555         `tramp-buffer-file-attributes'.  Suggested by RMS.
8556         (tramp-message): Insert "\n" if not being at beginning of line.
8557         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8558         sequence with same logic.
8559         (tramp-completion-handle-expand-file-name): Discard call of
8560         `tramp-drop-volume-letter'.  It is not necessary, and there have
8561         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8562         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8563         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8564         should always be visible.
8565         (tramp-handle-insert-directory, tramp-setup-complete)
8566         (tramp-set-process-query-on-exit-flag)
8567         (tramp-append-tramp-buffers): Pacify byte-compiler.
8568         (tramp-bug): Delete non-existing variables from list.
8569         Apply `tramp-load-report-modules' as pre-hook.
8570         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8571         `shell-prompt-pattern' because of non-7bit characters.
8572         Reported by Sebastian Luque <sluque@mun.ca>.
8573         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8574         (tramp-match-string-list): Remove function.
8575         (tramp-wait-for-regexp): Remove call of that function.
8576         Suggested by Kim F. Storm <storm@cua.dk>.
8577         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8578         instead of octal character code ?\600.  The latter resulted in a
8579         syntax error with XEmacs.
8581         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8582         XEmacs case; not necessary anymore.
8583         (tramp-smb-handle-write-region): No special handling for
8584         `last-coding-system-used, because this is done in
8585         `tramp-accept-process-output' now.
8586         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8588 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8590         * wid-edit.el (widget-choice-value-create):
8591         Unconditionally respect user choice.  Set :explicit-choice back to nil
8592         when no longer needed.
8593         (widget-choice-action): Unconditionally respect user choice.
8594         Eliminate :explicit-choice-value.
8596         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8598         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8599         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8600         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8601         running new function `toggle-indicate-empty-lines'.
8602         Rename "Customize" item to "Customize fringe".
8603         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8604         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8605         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8606         Delete "Empty lines only" item.
8607         (menu-bar-showhide-fringe-ind-customize): New function.
8608         (menu-bar-showhide-fringe-ind-mixed)
8609         (menu-bar-showhide-fringe-ind-box)
8610         (menu-bar-showhide-fringe-ind-right)
8611         (menu-bar-showhide-fringe-ind-left)
8612         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8613         instead of `fringe-indicators'.
8615 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8617         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8618         Change the date of last update.
8620 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8622         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8623         (viper-exec-yank, viper-put-back): Don't display modification msg
8624         if in the minibuffer.
8626         * viper-init.el (viper-replace-overlay-cursor-color)
8627         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8628         Make variables frame local.
8630         * viper-util.el (viper-append-filter-alist): Use append instead of
8631         nconc.
8633         * viper.el (viper-vi-state-mode-list)
8634         (viper-emacs-state-mode-list): Move help-mode and
8635         completion-list-mode from the first list to the second.
8636         (viper-mode): Docstring.
8637         (viper-go-away, viper-non-hook-settings): Don't localize
8638         minor-mode-alist in newer Emacsen.  Add advice to
8639         set-cursor-color.  Don't bind "\C-c\\".
8641 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8643         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8644         (scheme-macro-expand-command): New user options.
8645         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8646         (scheme-form-at-point, scheme-start-file)
8647         (scheme-interactively-start-process): New functions.
8648         (scheme-get-process): New function, extracted from `scheme-proc'.
8649         (run-scheme): Call `scheme-start-file' to get start file, and pass
8650         it to `make-comint'.
8651         (switch-to-scheme, scheme-proc):
8652         Call `scheme-interactively-start-process' if no Scheme buffer/process
8653         is available.
8655 2005-08-06  Juri Linkov  <juri@jurta.org>
8657         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8658         Use `compilation-text-face', `compilation-info-text-face' and
8659         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8660         (compilation-error): New face.
8661         (compilation-error-file-name): Inherit from
8662         `compilation-error' instead of `font-lock-warning-face'.
8663         (compilation-warning-file-name): Inherit from
8664         `compilation-warning' instead of `font-lock-warning-face'.
8665         (compilation-info, compilation-error-file-name)
8666         (compilation-warning-file-name, compilation-info-file-name)
8667         (compilation-line-number, compilation-column-number): Doc fix.
8668         (compilation-error-text-face, compilation-warning-text-face)
8669         (compilation-info-text-face): New face variables.
8670         (compilation-line-face, compilation-column-face)
8671         (compilation-enter-directory-face)
8672         (compilation-leave-directory-face): Doc fix.
8673         (compilation-text-face): New function.
8675         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8676         instead of 1 to display binary file names as info file links.
8677         (grep-error-face): Use `compilation-error-face' instead of
8678         `font-lock-keyword-face'.
8679         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8680         and `compilation-warning-text-face' instead of
8681         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8682         instead of `grep-error-face'.
8684 2005-08-05  Kenichi Handa  <handa@m17n.org>
8686         * international/code-pages.el: Add autoload cookies for all coding
8687         systems.
8689 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8691         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8693 2005-08-04  Juri Linkov  <juri@jurta.org>
8695         * progmodes/compile.el (compilation-mode-map):
8696         * progmodes/grep.el (grep-mode-map):
8697         Bind TAB to `compilation-next-error' and [backtab] to
8698         `compilation-previous-error'.
8700         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8701         matching line numbers, column numbers and their ranges with regexp
8702         matching only line numbers.
8703         (grep-context-face): New face variable.
8704         (grep-mode-font-lock-keywords): Use it.
8706         * faces.el (read-face-name): Delete duplicate faces.
8708 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8710         * thumbs.el (thumbs-find-image): Don't make variables
8711         automatically buffer local.
8712         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8713         (thumbs-image-num): Make automatically buffer local.
8714         (thumbs-show-thumbs-list): Use `make-local-variable', not
8715         `make-variable-buffer-local'.
8716         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8718         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8719         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8720         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8721         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8722         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8723         (feelings-about, foullst, found, hello, history, howareyoulst)
8724         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8725         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8726         (neglst, obj, object, owner, please, problems, qlist)
8727         (random-adjective, relation, remlst, repetitive-shortness)
8728         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8729         (shortlst, something, sportslst, stallmanlst, states, subj)
8730         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8731         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8732         Defvar at compile time.
8734         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8735         not `make-variable-buffer-local'.
8737 2005-08-02  Kim F. Storm  <storm@cua.dk>
8739         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8740         rectangle overlay in selected window.
8742 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8744         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8745         instead of display group.  Make `indicate-buffer-boundaries'
8746         customizable through Custom.
8748 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8750         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8751         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8752         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8753         (gdb-put-string): Fix typos in docstrings.
8755 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8757         Update copyright notices of files in progmodes directory for
8758         release of Emacs 22.1.
8760         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8762         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8763         Don't barf if the GUD buffer has been killed.
8765 2005-08-01  Kim F. Storm  <storm@cua.dk>
8767         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8769 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8771         * simple.el (next-error-follow-minor-mode):
8772         make-variable-buffer-local -> make-local-variable.
8774         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8776         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8777         (byte-compile-form-make-variable-buffer-local): New functions to warn
8778         about misuses of make-variable-buffer-local where make-local-variable
8779         was meant.
8781 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8783         * bs.el (bs-attributes-list): Doc fix.
8784         (bs): Update url-link.
8786         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8787         (desktop-load-default): Simplify.
8789         * ibuffer.el (ibuffer-columnize-and-insert-list)
8790         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8791         (ibuffer-unmark-all, ibuffer-toggle-marks)
8792         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8793         (ibuffer-compile-make-format-form, ibuffer-format-column)
8794         (ibuffer-current-buffers-with-marks)
8795         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8796         (ibuffer): Doc fix.
8797         (ibuffer-mode): Fix typo in docstring.
8798         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8799         with `define-obsolete-variable-alias'.
8800         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8802 2005-07-29  Kenichi Handa  <handa@m17n.org>
8804         * international/mule-cmds.el (select-message-coding-system):
8805         Be sure to use LF for end-of-line.  If no coding system is decided,
8806         return iso-8859-1-unix.
8808 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8811         (ange-ftp-pending-error-line): New vars.
8812         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8813         to handle the non-fatal no-route-to-host messages.
8814         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8816 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8818         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8819         (isearch-quote-char, isearch-printing-char)
8820         (isearch-text-char-description): "?\ " -> "?\s".
8821         (isearch-lazy-highlight-cleanup)
8822         (isearch-lazy-highlight-initial-delay)
8823         (isearch-lazy-highlight-interval)
8824         (isearch-lazy-highlight-max-at-a-time)
8825         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8826         Declare with define-obsolete-*-alias macros.
8827         (isearch-forward): Fix typo in docstring.
8828         (search-invisible, search-ring-yank-pointer)
8829         (regexp-search-ring-yank-pointer): Doc fixes.
8831         * recentf.el (recentf-menu-append-commands-p): Declare with
8832         `define-obsolete-variable-alias'.
8833         (recentf-max-saved-items, recentf-menu-filter)
8834         (recentf-arrange-by-rule-subfilter): Doc fixes.
8835         (recentf-menu-append-commands-flag)
8836         (recentf-initialize-file-name-history, recentf-expand-file-name)
8837         (recentf-clear-data): Fix typos in docstrings.
8839 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8841         * progmodes/gdb-ui.el: Smarten comments.
8842         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8844 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8846         * term/apollo.el (terminal-init-apollo): New function containing
8847         all former top level forms in the file.
8848         * term/bobcat.el (terminal-init-bobcat):
8849         * term/cygwin.el (terminal-init-cygwin):
8850         * term/iris-ansi.el (terminal-init-iris-ansi):
8851         * term/linux.el (terminal-init-linux):
8852         * term/news.el (terminal-init-news):
8853         * term/rxvt.el (terminal-init-rxvt):
8854         * term/sun.el (terminal-init-sun):
8855         * term/tvi970.el (terminal-init-tvi970):
8856         * term/vt100.el (terminal-init-vt100):
8857         * term/vt102.el (terminal-init-vt102):
8858         * term/vt125.el (terminal-init-vt125):
8859         * term/vt200.el (terminal-init-vt200):
8860         * term/vt201.el (terminal-init-vt201):
8861         * term/vt220.el (terminal-init-vt220):
8862         * term/vt240.el (terminal-init-vt240):
8863         * term/vt300.el (terminal-init-vt300):
8864         * term/vt320.el (terminal-init-vt320):
8865         * term/vt400.el (terminal-init-vt400):
8866         * term/vt420.el (terminal-init-vt420):
8867         * term/wyse50.el (terminal-init-wyse50):
8868         * term/xterm.el (terminal-init-xterm): Likewise.
8870         * term/README: Describe the terminal-init-* functionality.
8872         * startup.el (command-line): After loading the terminal initialization
8873         file call the corresponding terminal initialization function.
8875 2005-07-27  Kenichi Handa  <handa@m17n.org>
8877         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8878         negative.
8880         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8881         (ps-mule-composition-prologue): Fix for the case that
8882         RelativeCompose is false.
8884 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8888         * descr-text.el (describe-char): Handle the case where the list of
8889         chars is displayed in a separate frame.
8890         Be a bit more discriminating when looking for the char.
8892 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8894         * bookmark.el (bookmark-automatically-show-annotations)
8895         (bookmark-read-annotation-text-func): Doc fixes.
8896         (bookmark-save): Improve argument/docstring consistency.
8897         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8898         (bookmark-alist-from-buffer)
8899         (bookmark-upgrade-file-format-from-0)
8900         (bookmark-grok-file-format-version)
8901         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8902         (bookmark-read-annotation-mode)
8903         (bookmark-insert-current-bookmark, bookmark-jump)
8904         (bookmark-exit-hook): Fix typos in docstrings.
8905         (bookmark-exit-hooks): Define as obsolete alias.
8906         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8907         not `bookmark-exit-hooks'.  Fix docstring.
8908         (bookmark-bmenu-select): "?\ " -> "?\s".
8910 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8912         * startup.el (command-line): Fix typo.
8914 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8916         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8917         not emacs-quick-startup.
8919 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8921         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8922         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8923         instead of `reb-with-current-window'.
8924         (reb-prev-match): Likewise.  Also, don't move left if the search
8925         was unsuccessful.
8926         (reb-initialize-buffer): New function.
8927         (re-builder, reb-change-syntax): Use it.
8929         * man.el (Man-goto-page): Make second argument NOERROR optional.
8931 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8933         * man.el (Man-bgproc-sentinel): Check here for failure to find
8934         any man page in the output, and report the error here.
8935         (Man-arguments): Make it permanent local.
8936         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8937         (Man-mode): Pass t for NOERROR.
8939         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8940         (grep-mode-font-lock-keywords):
8941         Don't use compilation-...-face for messages that are not file names.
8943         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8944         Don't use compilation-...-face for messages that are not file names.
8946 2005-07-22  Juri Linkov  <juri@jurta.org>
8948         * startup.el (normal-splash-screen): Update menu name.
8950         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8952 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8954         * term/xterm.el: Load term/rxvt if the terminal is actually an
8955         rxvt terminal.
8956         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8958         * term/rxvt.el (function-key-map): Use substitute-key-definition
8959         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8961         * term/cygwin.el: New file.
8963 2005-07-22  Kim F. Storm  <storm@cua.dk>
8965         * image-file.el (insert-image-file, image-file-yank-handler):
8966         Fix last change to maintain a (unique) yank-handler on yanked images.
8968 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8970         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8971         of the file size (as in "177B" for 177 bytes).  This happens with
8972         "ls -lh" on FreeBSD.
8974 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8976         * hilit-chg.el (highlight-changes-global-initial-state)
8977         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8978         (hilit-chg-fixup, highlight-changes-mode):
8979         Fix typos in docstrings.
8980         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8981         Doc fixes.
8983 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8985         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8986         mode function using `eval-after-load'.
8988 2005-07-21  Kim F. Storm  <storm@cua.dk>
8990         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8991         included when reporting an emacs crash, and tell about the DEBUG file.
8993         * image-file.el (insert-image-file): Add yank-handler.
8994         (image-file-yank-handler): Yank handler to make unique copies of
8995         images when they are yanked into a buffer next to each other.
8997 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8999         * comint.el (comint-use-prompt-regexp, comint-send-input)
9000         (comint-source-default, comint-extract-string)
9001         (comint-get-source, comint-word, comint-completion)
9002         (comint-source, comint-prompt-read-only, comint-update-fence):
9003         Fix typos in docstrings.
9004         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9005         Declare with define-obsolete-*-alias macros.
9006         (comint-previous-matching-input-from-input)
9007         (comint-next-matching-input-from-input)
9008         (comint-previous-matching-input, comint-next-matching-input)
9009         (comint-forward-matching-input):
9010         Improve argument/docstring consistency.
9012         * desktop.el (desktop-clear-preserve-buffers-regexp):
9013         Also preserve the *server* buffer.
9015         * simple.el (clone-indirect-buffer): Doc fix.
9016         (fixup-whitespace, just-one-space)
9017         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9018         (next-error, next-error-highlight)
9019         (next-error-highlight-no-select, next-error-last-buffer)
9020         (next-error-buffer-p, next-error-find-buffer, next-error)
9021         (previous-error, next-error-no-select, previous-error-no-select)
9022         (open-line, split-line, minibuffer-prompt-width, kill-new)
9023         (binary-overwrite-mode): Fix typos in docstrings.
9024         (set-fill-column): Fix typo in message.
9026         * skeleton.el (skeleton-proxy-new): Doc fix.
9028         * strokes.el (strokes-load-hook): Doc fix.
9029         (strokes-grid-resolution, strokes-get-grid-position)
9030         (strokes-renormalize-to-grid, strokes-read-stroke)
9031         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9032         (strokes-global-map): Fix typos in docstrings.
9033         (strokes-help): Doc fix.  Fix help message and pass it through
9034         `substitute-command-keys'.
9036         * tempo.el (tempo-insert-prompt, tempo-interactive)
9037         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9038         (tempo-insert-string-functions, tempo-local-tags)
9039         (tempo-define-template, tempo-insert-template)
9040         (tempo-insert-prompt-compat, tempo-is-user-element)
9041         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9042         Fix typos in docstrings.
9044         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9045         (vcursor-key-bindings, vcursor-use-vcursor-map)
9046         (vcursor-find-window, vcursor-scroll-down)
9047         (vcursor-disable, vcursor-beginning-of-buffer)
9048         (vcursor-end-of-buffer): Fix typos in docstrings.
9049         (vcursor-relative-move, vcursor-get-char-count):
9050         Improve argument/docstring consistency.
9052         * version.el: "?\ " -> "?\s".
9054         * wid-edit.el (widget-default-create, widget-after-change)
9055         (widget-default-format-handler, widget-checklist-add-item)
9056         (widget-radio-add-item, widget-choose, widget-specify-secret)
9057         (widget-field-value-create, widget-field-value-get)
9058         (widget-editable-list-format-handler)
9059         (widget-editable-list-entry-create, widget-group-value-create)
9060         (widget-documentation-link-add)
9061         (widget-documentation-string-value-create): "?\ " -> "?\s".
9062         (widget-convert-text): Doc fix.
9063         (widget-narrow-to-field, widget-field-find)
9064         (widget-url-link-action, widget-emacs-library-link-action)
9065         (widget-color-notify): Fix typos in docstrings.
9067         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9068         (x-select-text, set-w32-system-coding-system)
9069         (w32-add-charset-info): Fix typos in docstrings.
9071         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9072         (cua-enable-cua-keys, cua-use-hyper-key)
9073         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9074         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9076         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9078         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9079         `defalias' instead of faking it.
9081         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9082         (eshell-ls-missing, eshell-ls-dired-initial-args)
9083         (eshell-ls-use-in-dired): Fix typos in docstrings.
9085 2005-07-20  Kim F. Storm  <storm@cua.dk>
9087         * emulation/cua-base.el (cua-mode): Improve doc string.
9089 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9091         * abbrev.el (expand-region-abbrevs): Doc fix.
9092         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9093         Improve argument/docstring consistency.
9095         * arc-mode.el (archive-get-descr, archive-alternate-display):
9096         Doc fixes.
9097         (archive-l-e): Improve argument/docstring consistency.
9098         (archive-tmpdir, archive-unixdate, archive-unixtime)
9099         (archive-chmod-entry): Fix typos in docstrings.
9100         (archive-unflag, archive-unflag-backwards)
9101         (archive-unmark-all-files): "?\ " -> "?\s".
9103         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9104         (Buffer-menu-not-modified, Buffer-menu-execute)
9105         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9106         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9108         * composite.el (compose-string, encode-composition-rule)
9109         (compose-last-chars): Fix typos in docstrings.
9111         * desktop.el (desktop-enable, desktop-basefilename):
9112         Declare with `define-obsolete-variable-alias'.
9113         (desktop-internal-v2s): Don't quote keywords.
9114         (desktop-clear): "?\ " -> "?\s".
9116         * dired.el (dired-align-file, dired-flag-backup-files)
9117         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9118         (dired-listing-switches, dired-ls-F-marks-symlinks)
9119         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9120         (dired-directory, dired-faces, dired, dired-revert)
9121         (dired-mode, dired-summary, dired-view-file)
9122         (dired-copy-filename-as-kill, dired-delete-file)
9123         (dired-no-confirm, dired-unmark-all-marks)
9124         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9125         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9126         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9127         Fix typos in message strings.
9129         * dired-x.el (virtual-dired): Declare with `defalias'.
9130         (dired-mark-unmarked-files, dired-local-variables-file)
9131         (dired-omit-here-always): Doc fix.
9132         (dired-omit-mode, dired-find-subdir)
9133         (dired-enable-local-variables, dired-clean-up-buffers-too)
9134         (dired-extra-startup, dired-mark-extension, dired-jump)
9135         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9136         (dired-smart-shell-command, dired-guess-shell-alist-user)
9137         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9138         (dired-x-bind-find-file, dired-x-submit-report):
9139         Fix typos in docstrings.
9140         (dired-mark-unmarked-files): "?\ " -> "?\s".
9142         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9144         * faces.el (describe-face): "?\ " -> "?\s".
9145         (read-all-face-attributes, read-face-font, modify-face)
9146         (face-attr-construct, italic): Fix typos in docstrings.
9147         (frame-update-face-colors): Declare with
9148         `define-obsolete-function-alias'.
9150         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9151         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9152         (magic-mode-alist, buffer-file-numbers-unique)
9153         (write-file-functions, get-free-disk-space):
9154         Fix typos in docstrings.
9155         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9156         (write-contents-hooks, write-file-hooks):
9157         Declare with `define-obsolete-variable-alias'.
9159         * forms-d2.el (arch-rj): Fix typo in docstrings.
9160         (arch-tocol): Likewise.  "?\ " -> "?\s".
9162         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9163         Fix typo in docstring.
9164         (set-screen-width, set-screen-height): Delete redundant info in
9165         doctrings.
9166         (new-frame, screen-height, screen-width): Declare with
9167         `define-obsolete-function-alias'.
9168         (delete-frame-hook, blink-cursor): Declare with
9169         `define-obsolete-variable-alias'.
9171         * paths.el (prune-directory-list): Fix typos in docstring.
9173         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9174         (cvs-prefix-get): Fix typos in docstrings.
9176         * ps-print.el (ps-extend-face-list, ps-extend-face)
9177         (ps-print-background-image): Fix typos in docstrings.
9178         (ps-default-fg, ps-default-bg): Doc fixes.
9180         * s-region.el (s-region-bind): Doc fix.
9181         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9183         * textmodes/org.el (org-table-formula-substitute-names)
9184         (org-table-get-vertical-vector): Doc fixes.
9185         (org-table-recalculate): Remove unused argument to `message'.
9187 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9189         * textmodes/org.el (org-table-column-names)
9190         (org-table-column-name-regexp)
9191         (org-table-named-field-locations): New variables.
9192         (org-archive-subtree): Protect `this-command' when calling
9193         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9194         the kill buffer.
9195         (org-complete): Remove fixed-formula completion.
9196         (org-edit-formulas-map): New variable.
9197         (org-table-edit-formulas): New command.
9198         (org-finish-edit-formulas, org-abort-edit-formulas)
9199         (org-show-variable, org-table-get-vertical-vector): New functions.
9200         (org-table-maybe-eval-formula): Handle `:=' fields.
9201         (org-table-get-stored-formulas, org-table-store-formulas)
9202         (org-table-get-formula, org-table-modify-formulas)
9203         (org-table-replace-in-formulas): Handle named field formulas.
9204         (org-table-get-specials): Store locations of named fields.
9206 2005-07-19  Juri Linkov  <juri@jurta.org>
9208         * progmodes/grep.el (grep-regexp-alist)
9209         (grep-mode-font-lock-keywords, grep-process-setup):
9210         Use default GNU grep match color "01;31m" instead of "01;41m".
9211         (grep-regexp-alist, grep-mode-font-lock-keywords):
9212         Use `\\[[0-9]*m' instead of `\\[00m'.
9213         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9214         sgr_start where its handling is more important.  Use the real
9215         length of sgr_start instead of constant 8.
9216         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9217         specially.  Delete all remaining escape sequences.
9218         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9219         (grep-regexp-alist): Make hyperlink only for binary file name
9220         instead of the whole line.
9221         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9222         (grep-mode): Add autoload.
9224         * emacs-lisp/find-func.el (find-function-regexp):
9225         Add `define-compilation-mode'.
9227 2005-07-19  Juri Linkov  <juri@jurta.org>
9229         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9230         (compare-windows-sync-string-size, compare-windows-recenter)
9231         (compare-windows-highlight, compare-windows): Add version 22.1.
9232         (compare-windows) <defface>: Inherit from lazy-highlight instead
9233         of duplicating its default value.
9235         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9236         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9238         * descr-text.el (describe-char): Create link buttons for `charset'
9239         and `code point'.  Add the current input method name with a link
9240         button to `to input' field.  Print face names of display table
9241         characters in `The display table entry is displayed by' section
9242         instead of printing face-id in the `display' field.
9243         Guess hardcoded faces and create a link button for them.
9244         Skip empty fields when calculating max-width.
9245         Treat `widget-create' specially while inserting strings from the
9246         collected field list.
9247         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9249         * diff-mode.el (diff-file-header): Change foreground color from
9250         yellow to green on light backgrounds.
9251         (diff-context): Inherit from `shadow' only for color/grayscale
9252         with more than 88 colors.
9253         (diff-indicator-removed, diff-indicator-added)
9254         (diff-indicator-changed): New faces.
9255         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9256         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9257         font-lock-comment-delimiter-face and font-lock-comment-face.
9258         Add `#' to ^[^...] in the rule for `diff-context-face'.
9260         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9261         a button-like box.  Inherit from `highlight' on low colors.
9262         (shadow): Use shades of gray only for color/grayscale with
9263         more than 88 colors.  Use green for light backgrounds with
9264         8 colors, and yellow for dark backgrounds with 8 colors.
9266         * font-lock.el (font-lock-regexp-grouping-backslash):
9267         Don't inherit from escape-glyph (use bold for all cases).
9269         * info.el (info-xref-visited): Use light foreground color `violet'
9270         for dark backgrounds instead of dark color `magenta3'.
9271         (info-title-1): Use `yellow' color for dark backgrounds.
9273         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9274         too-light magenta2.
9276         * replace.el (match): Use slightly more light RoyalBlue3 instead
9277         of dark RoyalBlue4.
9279         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9281 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9283         * novice.el (disabled-command-hook): Declare it with
9284         `define-obsolete-variable-alias'.
9286         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9287         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9288         (desktop-load-default): Add release to obsolescence info.
9289         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9290         (desktop-append-buffer-args, desktop-read):
9291         Fix typos in docstrings.
9292         (desktop-kill): Fix typo in message.
9293         (desktop-save): Doc fix.
9295 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9297         * viper-cmd.el (viper-escape-to-state): Bug fix.
9298         (viper-envelop-ESC-key): Change the definition of fast
9299         keysequence so it'll work with keyboard macros.
9301         * ediff.el (ediff-patch-buffer): Change the docstring.
9303 2005-07-19  Kenichi Handa  <handa@m17n.org>
9305         * international/mule-cmds.el (select-safe-coding-system): Try to
9306         use an auto-coding (if any) before anything else.  If the found
9307         auto-coding is invalid, show a warning message.
9309         * international/mule.el (find-auto-coding): New function created
9310         by modifying the body of set-auto-coding.
9311         (set-auto-coding): Use find-auto-coding to find a coding.
9313 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9315         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9316         not isearch-mode-end-hook-error.
9317         (allout-before-change-protect): Fix error message.
9319 2005-07-18  Juri Linkov  <juri@jurta.org>
9321         * allout.el (allout-mode):
9322         * calculator.el (calculator-copy):
9323         * custom.el (custom-known-themes):
9324         * dired.el (dired-desktop-buffer-misc-data)
9325         (dired-restore-desktop-buffer):
9326         * dired-x.el (dired-omit-marker-char):
9327         * files.el (basic-save-buffer):
9328         * font-core.el (font-lock-mode):
9329         * calendar/calendar.el (calendar-goto-hebrew-date)
9330         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9331         (calendar-goto-persian-date):
9332         * language/ethio-util.el (ethio-sera-to-fidel-region):
9333         * textmodes/picture.el (picture-mode):
9334         Delete duplicate duplicate words.
9336 2005-07-18  Juri Linkov  <juri@jurta.org>
9338         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9339         chars * ? } |.
9340         (isearch-fallback): Don't call `isearch-process-search-char'.
9341         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9342         (isearch-process-search-char): Call `isearch-fallback' for regexp
9343         chars * ? } |.
9344         (isearch-return-char): Make obsolete with `make-obsolete' instead
9345         of simply documenting it as obsolete in the docstring.
9346         (isearch-fallback): Refill docstring.
9348         * international/isearch-x.el
9349         (isearch-process-search-multibyte-characters): Remove unneeded
9350         `concat'.  Add intermediate values to `junk-hist' instead of
9351         `minibuffer-history'.  Test the length of `str'.
9353 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9355         * allout.el (allout-resolve-xref): Fix typos in error strings.
9356         (allout-before-change-protect): Remove unneeded `concat'.
9358         * array.el (array-mode, array-reconfigure-rows)
9359         (untabify-backward): Fix typos in docstrings.
9360         (array-reconfigure-rows): Use `insert-buffer-substring', not
9361         `insert-buffer'.
9363         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9364         * progmodes/ada-mode.el (ada-make-body):
9365         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9367         * dired.el (dired-log):
9368         * tar-mode.el (tar-subfile-save-buffer):
9369         * play/zone.el (zone-pgm-stress-destress):
9370         Use `insert-buffer-substring', not `insert-buffer'.
9372 2005-07-17  Simon Josefsson  <jas@extundo.com>
9374         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9376 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9378         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9379         Add plain auth method.
9380         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9382 2005-07-17  Kim F. Storm  <storm@cua.dk>
9384         * ido.el (dired-other-window): Add ido property.
9386 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9388         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9389         Fix typo in docstring.
9390         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9391         `insert-file-literally'.
9393         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9394         info and delete redundant message.  Doc fix.
9395         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9396         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9398 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9400         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9401         (byte-compile-and): Use byte-compile-and-recursion.
9402         (byte-compile-or-recursion): New function.
9403         (byte-compile-or): Use that.
9404         (byte-compile-if): Guard the else-clause too.
9405         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9407         * isearch.el (isearch-mode-end-hook-quit): New variable.
9408         (isearch-done): Bind it.
9409         (isearch-mode-end-hook): Doc fix.
9411         * allout.el (allout-isearch-did-quit): Variable deleted.
9412         (allout-real-isearch-abort): Function name no longer used.
9413         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9414         (allout-isearch-rectification): isearch-mode always exists.
9415         Don't set allout-isearch-did-quit.
9416         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9417         allout-isearch-did-quit.
9418         (allout-enwrap-isearch): Just add the hook.
9419         (allout-isearch-abort): Function deleted.
9420         (allout-pre-command-business): Avoid warning.
9422         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9423         Correctly avoid warnings.
9424         (pascal-outline): Likewise.
9426         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9428         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9430         * play/tetris.el (tetris-mode): Avoid warning.
9432         * play/snake.el (snake-mode): Avoid warning.
9434         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9435         (gamegrid-set-display-table): Avoid warning.
9436         (gamegrid-set-timer): Likewise.
9437         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9438         (gamegrid-add-score-with-update-game-score-1): Take FILE
9439         as argument.
9440         (gamegrid-add-score-with-update-game-score): Pass that argument.
9441         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9443         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9445         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9446         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9448         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9449         and insert-file.
9451         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9452         (sc-ask): Avoid warnings.
9454         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9455         (eshell-hist-initialize): Use that var the natural way.
9457         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9459         * emacs-lisp/re-builder.el (reb-cook-regexp):
9460         Avoid warning calling lre-compile-string.
9461         (reb-color-display-p): Avoid warning.
9463         * calculator.el (calculator-last-input): Guard uses
9464         of event-key and key-press-event-p.
9465         (event-key, key-press-event-p): Delete definitions.
9467         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9468         (find-gc-source-directory, find-gc-subrs-callers)
9469         (find-gc-noreturn-list, find-gc-source-files)
9470         (find-gc-subrs-called): Vars renamed and defvar'd.
9472         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9473         (checkdoc-overlay-put, checkdoc-delete-overlay)
9474         (checkdoc-overlay-start, checkdoc-overlay-end)
9475         (checkdoc-mode-line-update, checkdoc-char=):
9476         Define such that compiler knows they are defined.
9477         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9478         (checkdoc-read-event): Delete.  Use read-event directly.
9480         * whitespace.el (whitespace-make-overlay)
9481         (whitespace-overlay-put, whitespace-delete-overlay)
9482         (whitespace-overlay-start, whitespace-overlay-end):
9483         Define such that compiler knows they are defined.
9484         (whitespace): Move conditional inside.
9486         * tempo.el (tempo-insert-template): Suppress warning.
9488         * ediff-diff.el (longlines-mode): Add defvar.
9490 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9492         * server.el: Bind "C-x #" in a way that works even if C-x is
9493         redefined to a command key, not a prefix key.
9495 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9497         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9498         cl-make-type-test till execution time.
9500 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9502         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9503         arg ARG and use it.
9505 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9507         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9509 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9511         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9512         a defcustom with two :set or :type keywords.
9514 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9516         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9517         Don't give ^M comment-end syntax.
9519 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9521         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9522         Don't consider gdbmi (gdb-mi.el has its own update functions).
9523         (gdb-var-delete): Make it work for gdbmi as well.
9524         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9526         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9527         (gud-speedbar-menu-items): Correct logic for enabling items.
9529 2005-07-15  Kim F. Storm  <storm@cua.dk>
9531         * ido.el: Fix commentary.
9532         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9533         Use with-no-warnings around ffap-guesser.
9534         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9535         Let bind minibuffer-completing-file-name to t.
9537 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9539         * startup.el (site-run-file, keyboard-type): Doc fixes.
9540         (command-line): Check for "--basic-display" argument; also for
9541         "--quick", not "--bare-bones" (which was renamed).
9542         (fancy-splash-text): Add missing item "Getting New Versions".
9543         (normal-splash-screen): Fix typos and improve consistency with
9544         `fancy-splash-text'.  Update copyright year.
9546         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9547         valid binding for `help-char'.
9549         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9551 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9553         * term.el (term-mode): Disable cua-mode for term buffers.
9555 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9557         * add-log.el (add-log-mailing-address, change-log-merge):
9558         Doc fixes.
9559         (change-log-get-method-definition): Fix typo in docstring.
9561 2005-07-14  Kim F. Storm  <storm@cua.dk>
9563         * emulation/cua-base.el:
9564         (cua--pre-command-handler-1, cua--pre-command-handler)
9565         (cua--post-command-handler-1, cua--post-command-handler):
9566         Split in two.  Check (buffer local) value of cua-mode.
9567         (cua-selection-mode): New command.
9569 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9571         * custom.el (custom-initialize-safe-set)
9572         (custom-initialize-safe-default): Doc fixes.
9574         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9575         and simplify :init-value again.
9577         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9578         and simplify :init-value again.  Delete autoload.
9580         * startup.el (command-line): Use `custom-reevaluate-setting' again
9581         for tooltip-mode.
9583         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9584         a defcustom with two :initialize keywords.
9586 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9588         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9589         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9590         (allout-post-command-business, allout-flag-region)
9591         (isearch-reenable-font-lock, allout-yank)
9592         (allout-insert-latex-header, allout-insert-latex-trailer)
9593         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9594         (allout-latex-verb-quote): Fix typos in docstrings.
9595         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9596         (allout-unprotected, allout-prefix-data):
9597         Improve argument/docstring consistency.
9598         (allout-chart-subtree): Fix argument spec.
9599         (allout-open-topic): Rename `use_sib_bullet' argument to
9600         `use-sib-bullet'.  Doc fix.
9602         * whitespace.el (whitespace-check-buffer-leading)
9603         (whitespace-check-buffer-trailing)
9604         (whitespace-check-buffer-indent)
9605         (whitespace-check-buffer-spacetab)
9606         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9607         (whitespace-check-leading-whitespace)
9608         (whitespace-check-trailing-whitespace)
9609         (whitespace-check-spacetab-whitespace)
9610         (whitespace-check-indent-whitespace)
9611         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9612         (whitespace-modes): Fix typos in docstrings.
9613         (defgroup, defcustom): Doc fixes.
9615         * winner.el (winner-mode, winner-boring-buffers)
9616         (winner-pending-undo-ring): Doc fixes.
9617         (winner-ring): Remove unneeded `progn'.
9618         (winner-equal): `defsubst' it.
9619         (winner-redo): Fix message.
9621 2005-07-13  Kim F. Storm  <storm@cua.dk>
9623         * simple.el (line-move-1): Always use vertical-motion to
9624         do the last (or only) line move to ensure some movement.
9625         Undo 2005-06-23 change--don't check for overlays.
9627 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9629         * term/mac-win.el (ccl-encode-mac-roman-font)
9630         (ccl-encode-mac-centraleurroman-font)
9631         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9632         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9633         Change charset-id boundary of dimension to ?\xef.
9634         (mac-char-fontspec-list): New constant.
9635         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9636         argument.  Nil uses itself as family in font-spec.  Previous
9637         behavior for nil is now provided by non-nil non-string argument.
9638         All callers changed.  Add font-specs for Mac fonts to
9639         "fontset-default" unless iso8859-1 fonts are installed.
9641 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9643         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9644         a continuation line if the \ is preceded by SPC or TAB.
9645         (sh-get-indent-info): Simplify.
9646         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9647         Use with-current-buffer.
9649         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9650         when the matched text is empty.
9652 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9654         * startup.el (command-line): Revert to previous handling of
9655         tooltip-mode.  Explain in comment why the complexity is needed.
9657         * tooltip.el (tooltip-mode): Revert to previous implementation of
9658         its defcustom.
9660         * frame.el (blink-cursor-mode): Revert to previous implementation
9661         of its defcustom.  Update comment.
9663 2005-07-12  Lars Hansen  <larsh@soem.dk>
9665         * desktop.el: Update e-mail address.
9667 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9669         * term/mac-win.el (mac-services-mail-selection)
9670         (mac-services-mail-to): New functions.
9671         (mac-application-menu-map): Bind them.
9673 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9675         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9677 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9679         * custom.el (custom-reevaluate-setting): Doc fix.
9681 2005-07-11  Jay Belanger  <belanger@truman.edu>
9683         * calc/calc.el (calc-embedded-announce-formula-alist)
9684         (calc-embedded-open-close-plain-alist)
9685         (calc-embedded-open-close-mode-alist): Add checks for additional
9686         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9688 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9690         * custom.el (custom-enable-theme): Don't add theme to
9691         `custom-enabled-themes' with `push' because there is no
9692         setf-method for `delq'.
9694 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9696         * custom.el (custom-declare-variable): Doc fix.
9698         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9699         from the alists.
9701         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9702         Do nothing if edebug-active.
9704         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9705         (edebug-display): Do it here instead.
9707 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9709         * cus-face.el (custom-theme-set-faces): Make it work.
9710         (custom-reset-faces): Doc fix.
9711         (custom-theme-reset-internal-face, custom-theme-face-value):
9712         Functions deleted.
9714         * custom.el (custom-push-theme): Maintain list of the settings
9715         of a given theme in its theme-settings property.
9716         Maintain position of old settings in the theme-value
9717         or theme-face property.
9718         (custom-enabled-themes): New variable.
9719         (custom-theme-enabled-p): New function.
9720         (provide-theme): Update custom-enabled-themes.
9721         Disable and reenable the `user' theme.
9722         (require-theme): Doc fix.
9723         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9724         (custom-theme-value, custom-theme-variable-value): Likewise.
9725         (custom-theme-reset-internal): Likewise.
9726         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9727         (custom-enable-theme, custom-disable-theme): New functions.
9728         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9729         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9730         (custom-theme-reset-variables): Simplify.
9731         (deftheme, custom-declare-theme, custom-make-theme-feature):
9732         Definitions moved.
9734 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9736         * longlines.el (longlines-show-region)
9737         (longlines-unshow-hard-newlines): Recognize hard newlines by
9738         non-nil hard property, instead of t.
9740 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9742         * viper-cmd.el (viper--key-maps): New variable.
9743         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9744         emulation-mode-map-alists.
9745         (viper-envelop-ESC-key): Use viper-subseq.
9746         (viper-search-forward/backward/next): Disable debug-on-error.
9748         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9749         (viper-ESC-key): New defcustoms.
9751         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9753         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9754         (viper-subseq): Copy of subseq from cl.el.
9756         * viper.el (viper-go-away, viper-set-hooks): Use
9757         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9759         * viper-mous.el (viper-current-frame-saved): Use defvar.
9761         * viper-init.el: Get rid of -face in face names.
9763         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9764         Make it work with longlines mode
9766         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9768         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9770         * ediff-init.el: Get rid of -face in face names.
9772 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9774         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9775         and with-timeout-unsuspend.
9777         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9778         and with-timeout-unsuspend.
9780         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9781         (with-timeout): Bind that variable to record timers.
9782         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9784         * emacs-lisp/debug.el (debug-help-follow): New function.
9785         (debugger-mode-map): Use that instead of help-follow.
9786         (debugger-setup-buffer): Use eval-buffer-list
9787         to handle eval-buffer frames.
9789 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9791         * timezone.el (timezone-parse-date): Change first regexp
9792         so it will not mistakenly match dates with no time zone.
9794 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9796         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9798 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9800         * custom.el (custom-initialize-safe-set)
9801         (custom-initialize-safe-default): New functions.
9803         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9804         and simplify :init-value.
9806         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9807         and simplify :init-value.  Delete obsolete comment.
9809         * startup.el (command-line): Use `custom-reevaluate-setting' to
9810         handle `tooltip-mode'.  Delete obsolete comment.
9812         * files.el (set-visited-file-name): Avoid calling
9813         `file-name-nondirectory' with a nil argument.
9815 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9817         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9818         was called with nil for the buffer, handle the read position right.
9819         Handle read position for eval-region, too.
9821 2005-07-09  Juri Linkov  <juri@jurta.org>
9823         * fringe.el (fringe-mode): Add period in docstring.
9824         (fringe-query-style): Build prompt depending on `all-frames' arg.
9826         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9827         to not create links to unrelated functions in the Help buffer.
9829         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9830         Doc fix.
9832         * simple.el (next-error-hook): New variable.
9833         (next-error): Use it.  Doc fix.
9835         * textmodes/ispell.el (ispell-command-loop): Add current
9836         dictionary name and program name to mode-line-format.
9837         (ispell-region, ispell-process-line): Add current dictionary name
9838         and program name to messages.
9840 2005-07-08  Jay Belanger  <belanger@truman.edu>
9842         * calc/calc.el (calc-embedded-announce-formula-alist)
9843         (calc-embedded-open-close-formula-alist)
9844         (calc-embedded-open-close-word-alist)
9845         (calc-embedded-open-close-plain-alist)
9846         (calc-embedded-open-close-new-formula-alist)
9847         (calc-embedded-open-close-mode-alist)
9848         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9849         (calc-embedded-mode-hook): New variables.
9851         * calc/calc-embed.el (calc-embedded-firsttime)
9852         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9853         New variables.
9854         (calc-do-embedded): Use calc-embedded-firsttime,
9855         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9856         determine whether or not to run hooks.
9857         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9858         calc-embedded-firsttime-formula appropriately.
9859         Set calc-embedded delimiter variables according to mode.
9861 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9863         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9864         Check for "emacs", etc., as entire symbol, not just as word.
9865         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9867         * files.el (set-visited-file-name): Report the error
9868         for "empty filename" earlier.
9869         (kill-some-buffers): Ignore buffers already dead.
9871         * fringe.el (fringe-mode): Doc fix.
9873         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9874         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9875         Use unwind-protect to ensure byte-compile-unresolved-functions
9876         is updated.
9878         * whitespace.el (whitespace-buffer-leading-cleanup):
9879         Simplify w/ skip-chars-forward.
9880         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9882         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9883         Unconditionally try to leave point at the same old place.
9885 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9887         * comint.el (comint-postoutput-scroll-to-bottom)
9888         (comint-show-maximum-output): Take scroll-margin into consideration.
9890 2005-07-08  Kim F. Storm  <storm@cua.dk>
9892         * ido.el (ido-use-filename-at-point): New choice `guess'.
9893         (ido-file-internal): Try ffap-guesser if selected.
9895         * ido.el (ido-before-fallback-functions): New hook.
9896         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9897         (ido-read-file-name): Run it.
9899 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9902         strings rather than a list of symbols to the completion function.
9904 2005-07-07  Jay Belanger  <belanger@truman.edu>
9906         * calc/calc-units.el (math-apply-units): Change the places in
9907         which units are simplified.
9909 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9911         * cus-edit.el (customize-option, customize-option-other-window):
9912         Make them handle aliases.
9914         * custom.el (custom-variable-p): Make it recursively follow
9915         aliases.  Mention that in the docstring.
9917 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9919         * cus-start.el (exec-path): Use `directory' instead of `file'.
9920         Fix tag for nil.
9922 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9924         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9925         when called non-interactively.  Doc fix.
9927 2005-07-07  Lute Kamstra  <lute@gnu.org>
9929         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9930         new address as well.
9932 2005-07-07  Kenichi Handa  <handa@m17n.org>
9934         * international/mule.el (make-coding-system):
9935         Describe `ascii-incompatible' property in the docstring.
9936         (set-file-name-coding-system): Signal an error if coding-system is
9937         ascii-incompatible.
9938         (set-keyboard-coding-system): Likewise.
9940         * international/mule-cmds.el (set-default-coding-systems):
9941         Don't set default-file-name-coding-system and
9942         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9944         * international/utf-16.el: Declare that all UTF-16-based coding
9945         systems are ASCII-incompatible.
9947 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9949         * progmodes/gud.el: Require font-lock for displaying errors.
9950         Used by gdb-ui.el.
9952 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9954         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9955         values for the pattern lists which are `read'able but not
9956         `append'able (like symbols).
9958 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9960         * progmodes/flymake.el (flymake-float-time): Instead of
9961         with-no-warnings, test for xemacs.
9962         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9963         to avoid warning.
9965 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9967         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9969 2005-07-05  Lute Kamstra  <lute@gnu.org>
9971         * battery.el: Add support for Darwin (with much debugging help
9972         from Samuel Lauber <sam124@operamail.com>).
9973         (battery-status-function, battery-echo-area-format)
9974         (battery-mode-line-format): Add support for pmset on Darwin.
9975         (battery-load-low, battery-load-critical): New user options.
9976         (battery-pmset): New function.
9978 2005-07-05  Lute Kamstra  <lute@gnu.org>
9980         Update FSF's address in GPL notices.
9982         * textmodes/page-ext.el: Update FSF's address.
9984 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9986         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9987         filling from using prefix when filling a single-line docstring.
9989         * progmodes/flymake.el: Remove useless eval-when-compile.
9991         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9993 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9995         * textmodes/org.el (org-file-apps-defaults-gnu):
9996         Rename from org-file-apps-defaults-linux.
9997         (org-default-apps): Don't test system-type for `linux'.
9998         (org-file-apps): Doc fix.
10000 2005-07-04  David Ponce  <david@dponce.com>
10002         * tree-widget.el: Improve header Commentary section.
10003         (tree-widget) [defgroup]
10004         (tree-widget-image-enable, tree-widget-themes-directory)
10005         (tree-widget-theme, tree-widget-image-properties-emacs)
10006         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10007         (tree-widget-image-formats, tree-widget-control)
10008         (tree-widget-empty-control, tree-widget-leaf-control
10009         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10010         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10011         (tree-widget-keep, tree-widget-after-toggle-functions)
10012         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10013         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10014         :help-echo message.
10015         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10016         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10017         (tree-widget--cursors): New constant.
10018         (tree-widget-lookup-image): New function split from
10019         `tree-widget-find-image'.  Clearer implementation.
10020         (tree-widget-find-image): Use it.
10021         (tree-widget-button-keymap): Use `set-keymap-parent'.
10022         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10023         Define the sub-widgets here.
10024         (tree-widget-node): Check that :node is not a tree-widget.
10025         (tree-widget-get-super, tree-widget-open-control)
10026         (tree-widget-close-control, tree-widget-empty-control)
10027         (tree-widget-leaf-control, tree-widget-guide)
10028         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10029         (tree-widget-no-handle, tree-widget-value-delete)
10030         (tree-widget-map): Remove.
10031         (tree-widget-children-value-save): Doc fix.  Simplified.
10032         (tree-widget-value-create): Update according to previous changes.
10034 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10036         * textmodes/org.el: Leading space replaced by TABS.
10037         (org-recalc-marks, org-table-rotate-recalc-marks)
10038         (org-table-get-specials): Treat "^" and "_" marks.
10039         (org-table-justify-field-maybe): Optional argument NEW.
10040         (org-table-eval-formula): Parsing of the format simplified.
10041         New modes C,I.  Honor the %= parameter in the current table.
10042         Avoid unnecessary re-align by using the NEW argument to
10043         `org-table-justify-field-maybe'.
10044         (org-calc-default-modes): Default for date-format mimicks org-mode.
10045         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10047 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10049         * cus-face.el (custom-theme-set-faces): Make it handle face
10050         aliases whose alias declarations are pre- or autoloaded.
10052 2005-07-04  Juri Linkov  <juri@jurta.org>
10054         * faces.el (read-face-name): Put the code for getting a face name
10055         from the buffer before adding the faces from the `face' property.
10056         Use `completing-read-multiple' instead of `completing-read'.
10057         Require `crm'.  Add default value and post-process the returned
10058         list of faces.
10060         * emacs-lisp/crm.el (crm-find-current-element)
10061         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10063         * emacs-lisp/lisp-mode.el (eval-defun-1):
10064         * emacs-lisp/edebug.el (edebug-eval-defun):
10065         Remove unnecessary quotes.
10067 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10069         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10070         (prolog-indent-level): Fix typo in docstring.
10072         * info.el (Info-history, Info-history-forward)
10073         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10075         * add-log.el (add-change-log-entry):
10076         * comint.el (comint-dynamic-list-input-ring)
10077         (comint-dynamic-list-completions):
10078         * dabbrev.el (dabbrev-expand):
10079         * delim-col.el (delimit-columns-rectangle-line):
10080         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10081         (diff-unified->context):
10082         * ediff-init.el (ediff-abbrev-jobname):
10083         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10084         (ediff-replace-session-activity-marker-in-meta-buffer):
10085         * info.el (Info-summary):
10086         * lpr.el (printify-region):
10087         * printing.el (pr-create-interface):
10088         * ps-print.el (ps-print-quote):
10089         * ses.el (ses-column-widths, ses-print-cell)
10090         (ses-adjust-print-width, ses-center):
10091         * shell.el (shell-file-name-quote-list):
10092         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10093         (strokes-fill-current-buffer-with-whitespace)
10094         (strokes-xpm-for-stroke, strokes-list-strokes)
10095         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10096         * term.el (term-dynamic-list-input-ring)
10097         (term-dynamic-list-completions):
10098         * calc/calc.el (math-format-stack-value):
10099         * emacs-lisp/edebug.el (edebug-display-freq-count):
10100         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10101         (delphi-new-comment-line):
10102         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10103         * progmodes/executable.el (executable-set-magic):
10104         * progmodes/python.el (inferior-python-mode):
10105         * progmodes/scheme.el (scheme-mode-syntax-table):
10106         * progmodes/sh-script.el (sh-maybe-here-document):
10107         * progmodes/sql.el (sql-copy-column):
10108         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10109         * textmodes/bibtex.el (bibtex-mode):
10110         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10111         (sgml-auto-attributes):
10112         * textmodes/table.el (table-insert, table-shorten-cell)
10113         (table--generate-source-scan-lines, table-delete-row)
10114         (*table--cell-delete-char, table--spacify-frame)
10115         (table--horizontally-shift-above-and-below)
10116         (table--cell-insert-char, table--cell-blank-str)
10117         (table--fill-region-strictly):
10118         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10119         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10121         * add-log.el (change-log):
10122         * apropos.el (apropos):
10123         * comint.el (comint-completion, comint-source):
10124         * dabbrev.el (dabbrev):
10125         * delim-col.el (columns):
10126         * diff-mode.el (diff-mode):
10127         * ediff.el (ediff):
10128         * ediff-diff.el (ediff-diff):
10129         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10130         * ediff-mult.el (ediff-mult):
10131         * ediff-ptch.el (ediff-ptch):
10132         * ediff-wind.el (ediff-window):
10133         * facemenu.el (facemenu):
10134         * indent.el (indent):
10135         * info.el (info):
10136         * jka-cmpr-hook.el (compression, jka-compr):
10137         * lpr.el (lpr):
10138         * outline.el (outlines):
10139         * pcmpl-cvs.el (pcmpl-cvs):
10140         * pcmpl-rpm.el (pcmpl-rpm):
10141         * printing.el (printing):
10142         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10143         (ps-print-vertical, ps-print-headers, ps-print-font)
10144         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10145         (ps-print-background, ps-print-printer, ps-print-page)
10146         (ps-print-miscellany):
10147         * ses.el (ses):
10148         * shell.el (shell, shell-directories, shell-faces):
10149         * startup.el (initialization):
10150         * strokes.el (strokes):
10151         * term.el (term):
10152         * uniquify.el (uniquify):
10153         * w32-vars.el (w32):
10154         * calc/calc.el (calc):
10155         * emacs-lisp/bytecomp.el (bytecomp):
10156         * emacs-lisp/cl-indent.el (lisp-indent):
10157         * emacs-lisp/edebug.el (edebug):
10158         * emacs-lisp/elp.el (elp):
10159         * emacs-lisp/testcover.el (testcover):
10160         * emacs-lisp/trace.el (trace):
10161         * emulation/viper-ex.el (viper-ex):
10162         * emulation/viper-mous.el (viper-mouse):
10163         * mail/mailalias.el (mailalias):
10164         * mail/supercite.el (supercite, supercite-frames)
10165         (supercite-attr, supercite-cite, supercite-hooks):
10166         * net/rcompile.el (remote-compile):
10167         * net/rlogin.el (rlogin):
10168         * obsolete/ooutline.el (outlines):
10169         * progmodes/delphi.el (delphi):
10170         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10171         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10172         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10173         (ebnf-optimization):
10174         * progmodes/etags.el (etags):
10175         * progmodes/executable.el (executable):
10176         * progmodes/idlwave.el (idlwave):
10177         * progmodes/pascal.el (pascal):
10178         * progmodes/prolog.el (prolog):
10179         * progmodes/python.el (python):
10180         * progmodes/scheme.el (scheme):
10181         * progmodes/sh-script.el (sh, sh-script):
10182         * progmodes/sql.el (SQL):
10183         * progmodes/tcl.el (tcl):
10184         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10185         * textmodes/enriched.el (enriched):
10186         * textmodes/makeinfo.el (makeinfo):
10187         * textmodes/sgml-mode.el (sgml):
10188         * textmodes/table.el (table-hooks):
10189         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10190         * textmodes/texinfo.el (texinfo):
10191         * textmodes/two-column.el (two-column):
10192         Finish `defgroup' description with period.
10194         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10195         * eshell/esh-var.el (eshell-var):
10196         * progmodes/vhdl-mode.el (vhdl-testbench):
10197         * textmodes/org.el (org): Fix typos in docstrings.
10199         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10200         consistency.
10202         * progmodes/flymake.el (flymake-find-file): Remove.
10203         (flymake-float-time): Use `with-no-warnings'.
10204         (flymake-check-start-time, flymake-check-was-interrupted)
10205         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10206         (flymake-new-err-info): `defvar' at compile time.
10208 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10210         * replace.el (occur-hook): Doc fix.
10211         (occur-1): Don't call `occur-hook' if there are no matches.
10213 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10215         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10216         global-map, save the same map.
10217         (global-map): Don't alter it at top level.
10218         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10219         Then alter it here instead.
10220         (tpu-edt-off): Set global-map to the saved one.
10222         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10223         All references simplified.
10224         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10225         (zmacs-regions): Add defvar.
10226         (repeat-complex-command-map): Everything about that deleted.
10228         * textmodes/artist.el (artist-key-is-drawing)
10229         (artist-key-endpoint1, artist-key-poly-point-list)
10230         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10231         (artist-key-compl-table, artist-rb-save-data)
10232         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10233         Don't put them in eval-when-compile.
10234         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10236         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10237         Use with-no-warnings.
10239         * net/browse-url.el (dos-windows-version): Add defvar.
10241         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10243         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10244         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10245         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10246         Add defvar.
10247         (rmail-summary-beginning-of-message): Use with-no-warnings.
10248         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10250         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10251         Use with-no-warnings.
10253         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10254         (c-mark-function): Add point-moving-unit property.
10255         (vi-goto-line): Use with-no-warnings.
10257         * emulation/edt.el (edt-last-copied-word): Add defvar.
10258         (zmacs-region-stays): Likewise.
10259         (edt-mark-section-wisely): Use c-mark-function for C.
10260         Use makr-defun for Fortran.
10261         (time-string): defvar deleted.
10262         (edt-display-the-time): Don't set time-string.
10264         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10266         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10267         Don't warn when name is not constant
10268         or for defining the group `emacs'.
10270         * tooltip.el (gud-tooltip-mode): Add defvar.
10272         * startup.el (default-frame-background-mode): Add defvar.
10274         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10276         * info.el (tool-bar-map): Add defvar.
10278         * dired.el (dnd-protocol-alist): Add defvar.
10280         * dired-aux.el (dired-query): Display question with answer, when
10281         the user answers.
10283         * custom.el (custom-add-option): Doc fix.
10285         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10287 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10289         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10290         bogus name from the last change.
10292 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10294         * custom.el (custom-declare-variable): Fix typos in comment.
10295         (custom-known-themes): Doc fix.
10296         (custom-theme-directory): New defcustom.
10297         (require-theme): Make it check `custom-theme-directory'.
10299         * cus-theme.el (custom-new-theme-mode): New function.
10300         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10301         (custom-theme-description): Add compiler defvars.
10302         (customize-create-theme): Add doc to the "*New Custom Theme*"
10303         buffer.  Use `custom-new-theme-mode'.
10304         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10305         and save it to the `custom-theme-directory'.  Make this the
10306         default directory of the buffer.
10308 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10310         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10311         Fix unbalanced parentheses.
10313 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10315         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10316         into flymake-mode and delegate to flymake-mode.
10318         * find-file.el (ff-which-function-are-we-in): Clean up.
10320 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10322         * replace.el (occur-rename-buffer): Fix docstring.
10324         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10325         (edt-last-copied-word, edt-learn-macro-count)
10326         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10327         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10328         (time-string, zmacs-region-stays):
10329         * emulation/edt-mapper.el (edt-save-function-key-map)
10330         (EDT-key-name): `defvar' to silence the byte-compiler.
10332 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10334         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10335         font-lock-regexp-backslash.  Doc fix.
10336         (font-lock-regexp-backslash-grouping-construct): Rename from
10337         font-lock-regexp-backslash-construct.  Doc fix.
10338         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10339         grouping constructs.
10341 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10343         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10344         updating all the prerequisites.
10346 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10348         * textmodes/org.el (org-agenda-start-on-weekday)
10349         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10350         (org-agenda-use-time-grid, org-archive-location)
10351         (org-allow-space-in-links, org-usenet-links-prefer-google)
10352         (org-enable-table-editor, org-export-default-language)
10353         (org-export-html-show-new-buffer, org-fill-paragraph)
10354         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10355         (org-goto-quit, org-occur, org-eval-in-calendar)
10356         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10357         (org-agenda-diary-entry, org-remember-help)
10358         (org-table-convert-region, org-at-table-p)
10359         (org-table-move-row-down, org-table-move-row-up)
10360         (org-table-copy-region, org-table-toggle-vline-visibility)
10361         (org-table-get-stored-formulas, org-table-get-specials)
10362         (org-recalc-commands, org-table-eval-formula)
10363         (org-table-formula-substitute-names, orgtbl-make-binding)
10364         (org-format-org-table-html, org-format-table-table-html)
10365         (org-format-table-table-html-using-table-generate-source)
10366         (org-customize): Fix typos in docstrings.
10367         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10368         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10369         (org-back-to-heading): Doc fixes.
10370         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10371         (org-agenda-change-all-lines, org-get-header):
10372         Improve argument/docstring consistency.
10373         (orgtbl-error): Fix error message.
10375         * progmodes/flymake.el (flymake-find-possible-master-files)
10376         (flymake-master-file-compare, flymake-get-line-err-count)
10377         (flymake-highlight-line, flymake-gui-warnings-enabled):
10378         Fix typos in docstrings.
10379         (flymake-parse-line, flymake-get-project-include-dirs-function)
10380         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10381         Doc fixes.
10382         (flymake-get-project-include-dirs-function)
10383         (flymake-make-err-menu-data):
10384         Improve argument/docstring consistency.
10386 2005-07-01  Lute Kamstra  <lute@gnu.org>
10388         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10389         Catch errors with ignore-errors.  Use temporary buffer.
10390         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10392         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10393         background color faces.
10394         (facemenu-set-foreground, facemenu-set-background):
10395         Use facemenu-set-face-from-menu.
10396         (facemenu-set-face-from-menu): Treat face names that start with
10397         "fg:" or "bg:" as special.
10398         (facemenu-add-new-color): Don't create faces.  Simplify.
10400 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10402         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10403         (crm-find-current-element): Likewise.
10405 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10407         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10409 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10411         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10412         (archive-mouse-extract): Make it an obsolete alias.
10413         (archive-mode-map): Don't use archive-mouse-extract any more.
10414         (archive-mode, archive-extract): write-contents-hooks ->
10415         write-contents-functions.
10416         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10417         first arg.
10418         (archive-rename-entry): Update the call.
10419         (archive-zip-summarize): Remove unused var `method'.
10420         (archive-lzh-summarize): Remove unused var `creator'.
10422         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10423         dedicated frame upon exit.
10425         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10426         (archive-zip-extract, archive-zip-expunge)
10427         (archive-zip-update, archive-zip-update-case): Use executable-find.
10428         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10429         Use restore-buffer-modified-p.
10430         (archive-extract, archive-add-new-member, archive-write-file-member):
10431         Use with-current-buffer.
10432         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10434 2005-06-30  Andreas Schwab  <schwab@suse.de>
10436         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10438 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10440         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10442 2005-06-30  Juri Linkov  <juri@jurta.org>
10444         * faces.el (vertical-border): Inherit from mode-line-inactive
10445         only on tty.
10447 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10449         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10450         example, -NLINES in the `occur' docstring).
10452         * replace.el (occur-1): When no matches are found, do not set the
10453         `buffer-read-only' and modified flags for the occur buffer,
10454         because it is deleted.
10456         * emulation/cua-base.el (cua-check-pending-input)
10457         (cua-repeat-replace-region, cua-mode, cua-debug)
10458         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10459         Fix typos in docstrings.
10461         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10462         (cua-cut-region-to-global-mark)
10463         (cua--cut-rectangle-to-global-mark):
10464         Remove period from end of messages.
10466         * emulation/cua-rect.el (cua-do-rectangle-padding):
10467         Remove period from end of messages.
10468         (cua--rectangle-seq-format): Fix typo in docstring.
10469         (cua-sequence-rectangle, cua-fill-char-rectangle):
10470         Improve argument/docstring consistency.
10472 2005-06-29  Juri Linkov  <juri@jurta.org>
10474         * faces.el (default-frame-background-mode): New internal variable.
10475         (frame-set-background-mode): Use it.
10477         * startup.el (normal-top-level): Set default-frame-background-mode
10478         instead of frame-background-mode.  Before setting it, test for its
10479         nil value.  Remove tests for frame-background-mode and frame
10480         parameter `reverse'.  Add test for "unspecified-fg".
10482         * term/xterm.el (xterm-rxvt-set-background-mode):
10483         * term/rxvt.el (rxvt-set-background-mode):
10484         Set default-frame-background-mode instead of frame-background-mode.
10486 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10488         * simple.el (set-variable): Warn about obsolete user variables.
10490         * imenu.el (imenu--completion-buffer):
10491         * mouse.el (mouse-buffer-menu-alist):
10492         * msb.el (msb-invisible-buffer-p):
10493         * calendar/diary-lib.el (diary-header-line-format):
10494         * emacs-lisp/pp.el (pp-buffer):
10495         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10496         * textmodes/picture.el (picture-replace-match):
10497         Change space constants followed by a sexp to "?\s ".
10499         * play/decipher.el (decipher-loop-with-breaks):
10500         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10501         constants "protected" from end of line by a comment to "?\s".
10503 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10505         * font-lock.el (save-buffer-state): Use `declare'.
10507         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10508         reset the syntax-table to cperl-mode-syntax-table.
10509         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10510         "foo_print_bar" is not matched as a reserved keyword.
10512 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10514         * textmodes/org.el (orgtbl-setup): New function, for delayed
10515         setup for the orgtbl commands.
10516         (org-calc-default-modes): New option.
10517         (orgtbl-make-binding): Use `defun' to get better help display.
10518         (org-diary): Call `org-compile-prefix-format'.
10519         (org-table-formula-substitute-names): New function.
10520         (org-agenda-day-view, org-agenda-week-view): New commands.
10521         (org-agenda-toggle-week-view): Command removed.
10522         (org-tbl-menu): Split off from org-org-menu.
10523         (org-mode): Move removal of outline-mode menus to here.
10524         (org-table-formula-debug): New option.
10525         (org-table-insert-row): Keep first field if just "#" or "*".
10526         (org-mode): Paragraph regexps fixed.
10527         (org-table-recalculate-regexp): New constant.
10528         (org-table-justify-field-maybe): Avoid replace if not necessary.
10529         (org-copy-special, org-cut-special): Use `call-interactively'.
10530         (org-table-copy-region): Take region from `interactive' call.
10531         (org-trim): Return string even if no match.
10532         (org-formula): New face.
10533         (org-set-font-lock-defaults): No longer highlight "FIXME".
10534         But highlight formula-related fields in table.
10535         (org-table-p): Use regexp, not fontification.
10536         (org-table-align): Handle white space at end of line.
10537         (org-table-formula-evaluate-inline): New option.
10538         (org-mode): Auto-wrapping in comment lines turned off.
10539         (org-table-copy-down): Evaluate only in copied field, not in
10540         destination.
10541         (org-table-current-formula): Variable removed.
10542         (org-table-store-formulas, org-table-get-stored-formulas)
10543         (org-table-modify-formulas, org-table-replace-in-formulas)
10544         (org-table-maybe-eval-formula): New functions.
10545         (org-table-get-formula): Modify to use stored formulas.
10546         (org-table-insert-column, org-table-delete-column)
10547         (org-table-move-column): Call `org-table-modify-formulas'.
10548         (org-complete): Add completion for keyword formulas.
10549         (orgtbl-mode): Pull orgtbl-mode-map to start of
10550         minor-mode-map-alist.
10552 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * progmodes/python.el (python-check): Require `compile' before
10555         modifying its variables.
10557         * newcomment.el (comment-indent-default): Don't get fooled by an early
10558         end of buffer.
10560 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10562         * ps-print.el (ps-print-version): Fix version number.
10564 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10566         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10568 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10570         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10571         (flyspell-local-mouse-map): Declaration deleted.
10572         (flyspell-mouse-map): Bind only mouse-2.
10573         (flyspell-mode-map): Don't test flyspell-use-local-map.
10574         (flyspell-overlay-keymap-property-name): Var deleted.
10575         (flyspell-mode-on): Don't make local bindings for
10576         flyspell-mouse-map and flyspell-mode-map.
10577         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10579         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10581         * progmodes/compile.el (compilation-next-error-function):
10582         Don't switch buffers; operate on the current buffer.
10584         * progmodes/compile.el (compilation-error-file-name)
10585         (compilation-warning-file-name, compilation-info-file-name)
10586         (compilation-line-number, compilation-column-number): New faces.
10587         (compilation-error-face, compilation-warning-face)
10588         (compilation-info-face, compilation-line-face)
10589         (compilation-column-face): Use them.
10591         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10593         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10595         * bindings.el (global-map): Bind insertchar and its variants.
10597 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10599         * textmodes/artist.el (artist-text-overwrite)
10600         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10602 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10604         * ps-print.el: It was not working the page selection for printing.
10605         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10606         (ps-print-version): New version 6.6.7.
10607         (ps-end-sheet): New fun.
10608         (ps-header-sheet, ps-end-job): Call it.
10610 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10612         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10614 2005-06-27  Lute Kamstra  <lute@gnu.org>
10616         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10617         background color faces.
10618         (facemenu-get-face): Delete function.
10619         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10620         (facemenu-add-new-color): Make second argument mandatory.
10621         Create the appropriate face and return it.  Simplify.
10622         (facemenu-set-foreground, facemenu-set-background): Don't check if
10623         color is defined.  Use return value of facemenu-add-new-color.
10625 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10627         * progmodes/gud.el (gud-filter): Add missing argument to
10628         with-selected-window.
10630 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10633         a :require to the defcustom.
10635         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10636         defcustoms corresponding to minor modes.
10638 2005-06-26  David Ponce  <david@dponce.com>
10640         * recentf.el: Require tree-widget instead of wid-edit.
10641         (recentf-filename-handler): Fix widget :type.
10642         (recentf-cancel-dialog, recentf-open-more-files)
10643         (recentf-open-files-action): Doc fix.
10644         (recentf-dialog-goto-first): New function.
10645         (recentf-dialog-mode-map): Set parent keymap first.
10646         (recentf-dialog-mode): Define with define-derived-mode.
10647         Don't display continuation lines in dialogs.
10648         (recentf-edit-list): Rename from recentf-edit-selected-items.
10649         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10650         Simplify.
10651         (recentf-edit-list-validate): New function.
10652         (recentf-edit-list): Update accordingly.
10653         (recentf-open-files-item-shift): Remove.
10654         (recentf-open-files-item): Convert menu elements into tree and
10655         link widgets.  Don't create the widgets.
10656         (recentf-open-files): Update accordingly.
10657         (recentf-save-list): Untabify.
10659 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10661         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10662         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10663         partially contained in the active region.  Do not take active
10664         region into account when called from Lisp, unless INTERACTIVE arg
10665         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10666         avoid trouble with fields.  Make marker point nowhere when no
10667         longer used.  Always return nil.  Doc fix.
10668         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10669         into account when called from Lisp, unless INTERACTIVE arg is
10670         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10671         avoid trouble with fields.  Make marker point nowhere when no
10672         longer used.  Always return nil.  Doc fix.
10673         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10674         interchangeable.  Do not take active region into account when
10675         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10676         message in echo area when called from Lisp, unless INTERACTIVE arg
10677         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10678         Return the number of matches.  Doc fix.
10679         (occur): Doc fix.
10680         (perform-replace): Make comment follow double space convention for
10681         the sake of `outline-minor-mode'.
10683         * faces.el (facep): Doc fix.
10685 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10687         * facemenu.el (facemenu-enable-faces-p): New function.
10688         (facemenu-background-menu, facemenu-foreground-menu)
10689         (facemenu-face-menu): Add menu-enable property.
10691         * jka-compr.el (jka-compr-insert-file-contents):
10692         Special handling if cannot find the uncompression program.
10694         * cus-face.el (custom-face-attributes): Add autoload.
10696         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10697         Bind comment-indent-function locally.
10699         * window.el (save-selected-window): Use save-current-buffer.
10701         * subr.el (with-selected-window): Use save-current-buffer.
10703         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10704         and with-current-buffer.
10706 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10708         * simple.el (line-move-1): Fix previous change.
10710 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10712         * replace.el (occur-1): Set `buffer-read-only' and the
10713         buffer-modified flag before running `occur-hook' to protect
10714         against unintentional buffer switches that can lead to data loss.
10716 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10718         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10719         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10720         initial error.
10722         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10723         after fresh input.
10724         (gdb-var-create-handler): Put name of expression in quotes.
10726 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10728         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10729         elements of RING in order, and without bogus nil elements.
10731 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10733         * simple.el (set-variable): Args renamed; doc fix.
10734         (line-move-1): When there are overlays around, use vertical-motion.
10736         * faces.el (escape-glyph): Use brown against light background.
10737         (nobreak-space): Rename from no-break-space.
10738         Fix previous change.
10740         * dired-aux.el (dired-do-copy): Fix arg prompt.
10742         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10744 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10746         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10747         rather than "Distributor".
10749 2005-06-23  Lute Kamstra  <lute@gnu.org>
10751         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10752         (debug-on-entry): Use it.  New interactive declaration that uses
10753         function-called-at-point.
10755 2005-06-23  Kim F. Storm  <storm@cua.dk>
10757         * subr.el (save-match-data): Add comment about using evaporate arg
10758         to set-match-data.
10760 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10762         * cus-edit.el (customize-face)
10763         (customize-face-other-window): Handle face aliases.
10765         * faces.el (face-documentation, set-face-attribute)
10766         (face-spec-set): Handle face aliases.
10768 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10770         * help-mode.el (help-make-xrefs): If a symbol representing a face
10771         name is not followed by the word "face", it could still be a
10772         function or variable name, so don't bypass other checks.
10774 2005-06-22  Juri Linkov  <juri@jurta.org>
10776         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10777         Replace aliased functions with calls where second arg `inherit' is t.
10779 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10781         * progmodes/gdb-ui.el (gdb-error): New variable.
10782         (gdb-error): New function.
10783         (gdb-annotation-rules): Act on error-begin and error annotations.
10784         (gdb-concat-output): Use font-lock-warning-face for errors.
10786 2005-06-22  Miles Bader  <miles@gnu.org>
10788         * bindings.el (propertized-buffer-identification): Use renamed
10789         `Buffer-menu-buffer' face.
10791         * faces.el (vertical-border): Rename from `vertical-divider'.
10792         (escape-glyph): Change dark-background color back to `cyan'.
10794 2005-06-21  Juri Linkov  <juri@jurta.org>
10796         * faces.el (face-user-default-spec): Try getting `customized-face'
10797         prior to `saved-face'.
10798         (frame-background-mode): Refill docstring.
10800         * emacs-lisp/lisp-mode.el (eval-defun-1):
10801         * emacs-lisp/edebug.el (edebug-eval-defun):
10802         Set `saved-face' temporarily to nil before calling form.
10803         Set `customized-face' to the new spec after that.
10805 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10807         * subr.el (1value, lambda, key-substitution-in-progress):
10808         Doc fixes.
10810         * autoinsert.el (auto-insert-alist):
10811         * ses.el (ses-call-printer):
10812         * subr.el (noreturn):
10813         * emacs-lisp/lisp.el (check-parens):
10814         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10815         * net/browse-url.el (browse-url-mosaic):
10816         * progmodes/cc-defs.el (c-safe-scan-lists):
10817         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10818         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10819         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10820         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10821         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10822         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10824 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10826         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10828 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10830         * calendar/appt.el (appt-make-list): Activate the package, if
10831         not already active (for backwards compatibility).
10833 2005-06-20  Kim F. Storm  <storm@cua.dk>
10835         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10837 2005-06-20  Miles Bader  <miles@gnu.org>
10839         * faces.el (vertical-divider): New face.
10841 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10843         * simple.el (kill-whole-line): Doc fix.
10844         (next-error-buffer-p, next-error-find-buffer)
10845         (clone-indirect-buffer): Fix typos in docstrings.
10846         (comment-line-break-function): Doc fix: don't say variable
10847         is automatically buffer-local (it isn't).
10849 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10851         * net/tramp-ftp.el (top):
10852         * net/tramp-smb.el (top):
10853         * net/tramp-util.el (top):
10854         * net/tramp-uu.el (top):
10855         * net/tramp-vc.el (top):
10856         * net/tramp.el (top): Revert copyright years back to original
10857         ones.  Tramp has a life outside GNU Emacs.
10859 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10861         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10863 2005-06-18  Juri Linkov  <juri@jurta.org>
10865         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10866         end of first regexp to limit the match to the position between
10867         line number and source line with same separator character as used
10868         between file name and line number.  In the second regexp limit
10869         mouse-face area to file name and line number by adding new group
10870         for them and referring it in HYPERLINK arg.
10871         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10872         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10873         previous line where grep markers may be already removed.
10875 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10877         * progmodes/ps-mode.el: Update version and maintainer's email address.
10879 2005-06-18  Steve Youngs  <steve@xemacs.org>
10881         * net/browse-url.el (browse-url-browser-function)
10882         (browse-url-default-browser): Add firefox.
10883         (browse-url-firefox-program, browse-url-firefox-arguments)
10884         (browse-url-firefox-startup-arguments)
10885         (browse-url-firefox-new-window-is-tab): New defcustoms.
10886         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10888 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10890         * startup.el (command-line): Warn if specified user name has
10891         no home directory.
10893         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10894         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10896         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10897         Doc fixes.
10899         * faces.el (underline): Try bold if terminal doesn't support underline.
10901         * mail/sendmail.el (mail-setup-with-from): New variable.
10902         (mail-insert-from-field): New function.
10903         (sendmail-send-it): Call it.
10904         (mail-setup): Optionally call it here.
10906         * term/linux.el: Call tty-no-underline.
10908 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10910         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10912 2005-06-17  Miles Bader  <miles@gnu.org>
10914         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10915         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10916         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10917         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10918         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10919         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10920         Remove "-face" suffix from face names.
10921         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10922         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10923         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10924         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10925         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10926         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10927         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10928         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10929         New backward-compatibility aliases for renamed faces.
10930         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10931         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10932         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10933         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10934         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10935         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10936         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10937         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10938         Use renamed ediff faces.
10940         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10941         Remove "-face" suffix from face names.
10942         (eshell-test-ok-face, eshell-test-failed-face):
10943         New backward-compatibility aliases for renamed faces.
10944         (eshell-run-test): Use renamed eshell-test faces.
10946         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10947         face name.
10948         (eshell-prompt-face): New backward-compatibility alias for renamed
10949         face.
10950         (eshell-emit-prompt): Use renamed eshell-prompt face.
10952         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10953         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10954         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10955         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10956         Remove "-face" suffix from face names.
10957         (eshell-ls-directory-face, eshell-ls-symlink-face)
10958         (eshell-ls-executable-face, eshell-ls-readonly-face)
10959         (eshell-ls-unreadable-face, eshell-ls-special-face)
10960         (eshell-ls-missing-face, eshell-ls-archive-face)
10961         (eshell-ls-backup-face, eshell-ls-product-face)
10962         (eshell-ls-clutter-face):
10963         New backward-compatibility aliases for renamed faces.
10964         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10966         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10967         Remove "-face" suffix from face name.
10968         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10969         instead of literal face.
10971 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10973         * emacs-lisp/warnings.el (display-warning, lwarn)
10974         (warning-minimum-log-level): Doc fixes.
10975         (warning-minimum-level, warning-minimum-log-level):
10976         Add :debug to :type choices.
10978         * progmodes/ada-mode.el (ada-format-paramlist)
10979         (ada-get-indent-case, ada-check-matching-start)
10980         (ada-check-defun-name, ada-goto-matching-decl-start)
10981         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10982         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10983         (ada-make-subprogram-body): Follow error conventions.
10984         (ada-case-exception-file, ada-indent-comment-as-code)
10985         (ada-indent-handle-comment-special, ada-indent-renames)
10986         (ada-indent-return, ada-search-directories-internal)
10987         (ada-tab-policy, ada-case-exception-substring)
10988         (ada-other-file-alist, ada-matching-start-re)
10989         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10990         (ada-imenu-generic-expression, ada-compile-goto-error)
10991         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10992         (ada-popup-menu, ada-add-extensions, ada-mode)
10993         (ada-region-selected, ada-create-case-exception)
10994         (ada-create-case-exception-substring, ada-after-keyword-p)
10995         (ada-activate-keys-for-case, ada-adjust-case-region)
10996         (ada-adjust-case-buffer, ada-format-paramlist)
10997         (ada-scan-paramlist, ada-insert-paramlist)
10998         (ada-indent-newline-indent)
10999         (ada-indent-newline-indent-conditional)
11000         (ada-justified-indent-current, ada-goto-previous-word)
11001         (ada-indent-current, ada-get-indent-open-paren)
11002         (ada-get-indent-paramlist, ada-get-indent-end)
11003         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11004         (ada-get-indent-block-start, ada-get-indent-subprog)
11005         (ada-get-indent-noindent, ada-get-indent-label)
11006         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11007         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11008         (ada-goto-stmt-end, ada-goto-next-word)
11009         (ada-check-matching-start, ada-check-defun-name)
11010         (ada-goto-matching-decl-start, ada-goto-matching-start)
11011         (ada-goto-matching-end, ada-search-ignore-string-comment)
11012         (ada-in-decl-p, ada-looking-at-semi-or)
11013         (ada-looking-at-semi-private, ada-in-paramlist-p)
11014         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11015         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11016         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11017         (ada-previous-package, ada-create-menu)
11018         (ada-fill-comment-paragraph-justify)
11019         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11020         (ada-other-file-name, ada-last-which-function-line)
11021         (ada-last-which-function-subprog, ada-which-function)
11022         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11023         (ada-gen-treat-proc, ada-check-emacs-version)
11024         (ada-continuation-indent, ada-align-region-separate):
11025         Fix typos in docstrings.
11026         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11028 2005-06-16  Lute Kamstra  <lute@gnu.org>
11030         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11031         conditionally.
11033 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11035         * comint.el (comint-replace-by-expanded-filename)
11036         (comint-prompt-regexp, comint-delimiter-argument-list)
11037         (comint-preinput-scroll-to-bottom):
11038         * info.el (Info-hide-cookies-node):
11039         * ls-lisp.el (ls-lisp-classify):
11040         * find-file.el (ff-search-directories, ff-special-constructs)
11041         (ff-find-other-file):
11042         * font-lock.el (font-lock-keywords):
11043         * shell.el (shell-prompt-pattern)
11044         (shell-dynamic-complete-functions, shell-mode)
11045         (shell-delimiter-argument-list):
11046         * term.el (term-replace-by-expanded-filename)
11047         (term-prompt-regexp, term-delimiter-argument-list):
11048         * woman.el (woman-ignore, woman0-if):
11049         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11050         * emacs-lisp/elint.el (elint-init-env):
11051         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11052         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11053         * language/ethio-util.el (ethio-tilde-escape)
11054         (ethio-use-three-dot-question):
11055         * net/zone-mode.el (zone-mode-load-time-setup):
11056         * progmodes/cc-align.el (c-lineup-argcont):
11057         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11058         * progmodes/cperl-mode.el (cperl-set-style-back):
11059         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11060         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11061         Fix spellings in docstrings.
11063         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11064         * progmodes/modula2.el (m2-for): Fix spellings.
11066         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11068         * simple.el (undo-more): Don't use `format' on `error' arguments.
11069         Improve argument/docstring consistency.
11070         (pending-undo-list): Doc fix.
11072         * smerge-mode.el (smerge-ensure-match):
11073         * emulation/vip.el (vip-ex):
11074         * net/zone-mode.el (zone-mode-update-serial):
11075         * progmodes/idlwave.el (idlwave-complete):
11076         * progmodes/vhdl-mode.el (vhdl-visit-file)
11077         (vhdl-compose-wire-components):
11078         Don't use `format' on `error' arguments.
11080         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11081         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11082         (tooltip-help-tips): Fix typos in docstrings.
11084 2005-06-16  David Ponce  <david@dponce.com>
11086         * tree-widget.el (tree-widget-value-create): Simplify last change.
11088 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11090         * ido.el (ido-incomplete-regexp): New variable.
11091         (ido-set-matches-1): Handle invalid-regexp error and set
11092         ido-incomplete-regexp.
11093         (ido-incomplete-regexp): New face.
11094         (ido-completions): Use it.
11095         (ido-complete, ido-exit-minibuffer, ido-completions):
11096         Handle incomplete regexps.
11097         (ido-completions): Add check for complete match when entering a regexp.
11099 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11101         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11103 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11105         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11106         by field delimiters.
11108 2005-06-15  David Ponce  <david@dponce.com>
11110         * tree-widget.el: eval-and-compile inlined functions so they will
11111         be available at run-time too.
11112         (tree-widget-super-format-handler)
11113         (tree-widget-format-handler): Remove.
11114         (tree-widget-value-create): Handle the :indent property.
11116 2005-06-15  Miles Bader  <miles@gnu.org>
11118         * progmodes/which-func.el (which-func): Only inherit
11119         `font-lock-function-name-face' when that makes sense against the
11120         default mode-line face, otherwise set the face color explicitly.
11122         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11123         faces instead of (non-existent) variables.
11125 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11127         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11128         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11130 2005-06-14  Miles Bader  <miles@gnu.org>
11132         * progmodes/ld-script.el (ld-script-location-counter):
11133         Remove "-face" suffix from face name.
11134         (ld-script-location-counter-face):
11135         New backward-compatibility alias for renamed face.
11136         (ld-script-location-counter-face): Use renamed face.
11138         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11139         (cperl-hash): Remove "-face" suffix from face names.
11140         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11141         New backward-compatibility aliases for renamed faces.
11142         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11143         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11145         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11146         name.
11147         (which-func-face): New backward-compatibility alias for renamed face.
11148         (which-func-format): Use renamed which-func face.
11150         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11151         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11152         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11153         names.
11154         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11155         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11156         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11157         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11158         (vhdl-speedbar-architecture-selected)
11159         (vhdl-speedbar-configuration-selected)
11160         (vhdl-speedbar-package-selected)
11161         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11162         names.
11163         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11164         Use renamed faces.
11165         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11166         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11167         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11168         Use renamed faces.
11169         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11170         names.
11171         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11172         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11173         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11174         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11175         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11176         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11178         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11179         face name.
11180         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11181         (sh-heredoc-face): Use renamed sh-heredoc face.
11183         * progmodes/idlw-help.el (idlwave-help-link):
11184         Remove "-face" suffix from face name.
11185         (idlwave-help-link-face):
11186         New backward-compatibility alias for renamed face.
11187         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11189         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11190         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11191         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11192         New backward-compatibility aliases for renamed faces.
11193         (idlwave-shell-disabled-breakpoint-face)
11194         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11196         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11197         Remove "-face" suffix from face names.
11198         (flymake-errline-face, flymake-warnline-face):
11199         New backward-compatibility aliases for renamed faces.
11200         (flymake-highlight-line): Use renamed flymake faces.
11202         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11203         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11204         (ebrowse-member-class, ebrowse-progress):
11205         Remove "-face" suffix from face names.
11206         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11207         (ebrowse-file-name-face, ebrowse-default-face)
11208         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11209         (ebrowse-progress-face):
11210         New backward-compatibility aliases for renamed faces.
11211         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11212         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11213         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11214         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11216         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11217         antlr-syntax)
11218         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11219         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11220         names.
11221         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11222         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11223         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11224         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11225         backward-compatibility aliases for renamed faces.
11226         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11227         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11228         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11229         remove "font-lock-".  Use renamed antlr-mode faces.
11230         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11231         literal face-names with face variable references.
11233         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11234         face name.
11235         (Buffer-menu-buffer-face): New backward-compatibility alias for
11236         renamed face.
11237         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11239 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11241         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11242         Eliminate "-face" suffix.
11243         (makefile-targets): Inherit from font-lock-function-name-face and
11244         eliminate "-face" suffix.
11245         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11246         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11247         actions, instead of prepending, to make it less visible.
11248         (makefile-previous-dependency, makefile-match-dependency):
11249         Don't match a target on a continuation line.
11251         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11253 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11255         * progmodes/gdb-ui.el (menu): Re-order menu items.
11256         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11258         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11259         Define in tooltip.el.
11260         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11261         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11262         gud-tooltip-echo-area.
11264         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11265         backward compatibility and make obsolete.
11266         (tooltip-help-tips): Use tooltip-use-echo-area.
11267         (tooltip-show-help-function): Rename to...
11268         (tooltip-show-help): ...this, because it is a function.
11269         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11271 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11273         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11274         (edebug-print-length, edebug-print-level, edebug-print-circle)
11275         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11276         (edebug-eval-print-last-sexp): Doc fixes.
11278 2005-06-14  Kim F. Storm  <storm@cua.dk>
11280         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11281         as the coverage buffer/file/both may change.
11283 2005-06-14  Lute Kamstra  <lute@gnu.org>
11285         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11286         and run-mode-hooks.  Simplify.
11288         * mail/rmailedit.el (rmail-edit-mode):
11289         * progmodes/octave-inf.el (inferior-octave-mode):
11290         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11292         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11293         and run-mode-hooks.
11294         (recentf-edit-list, recentf-open-files): Don't call
11295         kill-all-local-variables directly.
11297         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11299 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11301         * emacs-lisp/byte-run.el (make-obsolete)
11302         (define-obsolete-function-alias): Rename arguments FUNCTION and
11303         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11304         (make-obsolete-variable, define-obsolete-variable-alias):
11305         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11306         respectively.
11308         * isearchb.el (isearchb-activate):
11309         * pcvs.el (cvs-mode):
11310         * ses.el (ses-load):
11311         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11312         * net/tramp.el (tramp-find-file-exists-command)
11313         (tramp-find-shell):
11314         * progmodes/ada-mode.el (ada-create-case-exception)
11315         (ada-create-case-exception-substring, ada-make-subprogram-body):
11316         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11317         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11318         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11319         * textmodes/org.el (org-promote, org-evaluate-time-range)
11320         (org-agenda-next-date-line, org-agenda-previous-date-line)
11321         (org-agenda-error, org-open-at-point, org-table-move-row)
11322         (org-format-table-table-html-using-table-generate-source)
11323         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11324         * textmodes/reftex.el (reftex-access-scan-info):
11325         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11326         (reftex-toc-promote-prepare): Follow error conventions.
11328         * diff-mode.el (diff-mode): Fix typo in docstring.
11330         * forms.el (forms--intuit-from-file): Fix reference to
11331         `forms-number-of-fields' in error message.
11332         (forms-print): Fix quoting in error message.
11334         * forms.el (forms-mode):
11335         * emulation/vi.el (vi-goto-insert-state):
11336         * progmodes/flymake.el (flymake-new-err-info)
11337         (flymake-start-syntax-check-for-current-buffer)
11338         (flymake-simple-cleanup):
11339         * eshell/esh-var.el (eshell/export):
11340         * progmodes/gud.el (xdb):
11341         * textmodes/flyspell.el (flyspell-incorrect-hook)
11342         (flyspell-maybe-correct-transposition)
11343         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11345 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11347         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11348         minibuffer prompt.
11350 2005-06-13  Kim F. Storm  <storm@cua.dk>
11352         * subr.el (add-to-ordered-list): New defun.
11354         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11355         add cua--keymap-alist to emulation-mode-map-alists.
11357 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11359         * subr.el (complete-in-turn): New macro.
11360         (dynamic-completion-table, lazy-completion-table): Add debug info.
11362         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11363         in preference to face aliases.
11365         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11366         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11367         Remove unused vars `start' and `firstline'.
11368         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11369         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11371 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11373         * cus-start.el (all): Don't complain about missing GTK-related
11374         variables, unless either `gtk' is boundp or this isn't a
11375         `windows-nt' build.
11377 2005-06-13  Lute Kamstra  <lute@gnu.org>
11379         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11380         run-mode-hooks.
11382         * ediff-mult.el (ediff-meta-mode):
11383         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11385         * ledit.el (ledit-mode): Use delay-mode-hooks.
11387         * woman.el (woman-mode-line-format): Delete constant.
11388         (woman-mode-map): Initialize it properly.
11389         (woman-mode): Set mode-class property to special.
11390         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11391         Set major-mode and mode-name.  Don't set mode-line-format directly.
11392         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11394         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11395         string argument obsolete.
11397 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11399         * textmodes/org.el (org-CUA-compatible): New option.
11400         (org-disputed-keys): New variable.
11401         (org-key): New function.
11402         (orgtbl-make-binding): Add docstring to the created function.
11403         (org-mode): Set paragraph start/separate regexps.
11404         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11405         (org-archive-location, org-archive-mark-done)
11406         (org-archive-stamp-time): New options.
11407         (org-archive-subtree): New command.
11408         (org-fill-paragraph): New function.
11409         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11410         (org-fake-empty-table-line): Function removed.
11411         (org-format-org-table-html): Do not create empty table lines at
11412         separator lines.  Improved table header treatment.
11413         (org-link-format): New option.
11414         (org-make-link): New function.
11415         (org-insert-link, org-store-link): Use org-make-link.
11416         (org-open-file): Quote file name for shell command, to allow
11417         spaces in file names.
11418         (org-link-regexp): Fix bug with mailto link.
11419         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11420         New constants.
11421         (org-export-as-html): Deal with the optional angles around a link.
11422         Better treatment of file: links.
11423         (org-open-at-point): Replace @{ and @} with < and >.
11424         (org-run-mode-hooks): Function removed.
11425         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11427 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11429         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11430         MI command -data-list-register-values.
11431         (gdb-post-prompt): Indent properly.
11433 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11435         * hilit-chg.el (highlight-changes-colors): Rename from
11436         `highlight-changes-colours'.
11437         (highlight-changes-colours): Keep as obsolete alias.
11438         (highlight-changes-face-list): Doc fix.
11439         (hilit-chg-make-list): Use `highlight-changes-colors'.
11441 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11443         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11444         defun-prompt-regexp.
11446 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11448         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11449         and cygwin.
11451         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11452         Don't use an old loaddefs.el, as in Makefile.in.
11454 2005-06-12  Lute Kamstra  <lute@gnu.org>
11456         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11458         * man.el (Man-mode-map): Initialize it properly.
11459         (Man-mode): Set mode-class property to special.
11461         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11463 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11465         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11466         A newline is needed in the docstring there.
11468         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11469         Doc fixes.
11471 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11473         * printing.el: Doc fix.  The menubar is no more changed when printing
11474         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11475         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11476         (pr-version): New version number (6.8.4).
11477         (pr-menu-bind): New command.
11478         (pr-update-menus): Docstring and code fix.
11479         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11480         Docstring fix.
11481         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11482         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11484 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11486         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11487         "Returns" to "return", document useful return values, etc.
11489 2005-06-11  Alan Mackenzie  <acm@muc.de>
11491         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11492         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11493         (adaptive-file-function): Minor amendment to doc-string.
11495 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11497         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11498         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11499         Fix :type--it is `integer', not `string'.
11501         * faces.el (modeline-highlight): Rename from (the erroneous)
11502         `modeline-higilight'.
11504 2005-06-11  Lute Kamstra  <lute@gnu.org>
11506         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11507         lisp-interaction-mode-map but make it the parent.
11508         (edebug-eval-mode): Use define-derived-mode.
11510 2005-06-11  Andreas Schwab  <schwab@suse.de>
11512         * bindings.el: Add binding of `ESC functionkey' for every
11513         `M-functionkey'.
11514         * hexl.el (hexl-mode-map): Likewise.
11516 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11518         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11519         [msft]: update regexp for newer msft compilers.
11521 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11523         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11524         ATTLIST portions of included DTDs.
11525         (xml-parse-dtd): Eliminate use of inefficient match-data.
11527 2005-06-10  Miles Bader  <miles@gnu.org>
11529         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11530         (mpuz-text): Remove "-face" suffix from face names.
11531         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11532         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11533         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11535         * play/gomoku.el (gomoku-O, gomoku-X):
11536         Remove "-face" suffix from face names.
11537         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11538         New backward-compatibility aliases for renamed faces.
11539         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11541 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11543         * thumbs.el: Fixes for changes of 2005-06-09.
11544         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11545         as a directory.
11546         (thumbs-thumbname): Remove directory separator from format string;
11547         `thumbs-thumbsdir' now returns a valid directory name.
11548         (thumbs-temp-dir): New defsubst.
11549         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11550         Use it.
11552         * cus-edit.el (minibuffer):
11553         * files.el (make-backup-file-name-function):
11554         * filesets.el (filesets-external-viewers):
11555         * hilit-chg.el (highlight-changes-colours)
11556         (highlight-changes-face-list, highlight-changes-rotate-faces):
11557         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11558         * kmacro.el (kmacro-call-macro):
11559         * log-edit.el (log-edit-changelog-full-paragraphs):
11560         * mouse.el (mouse-1-click-follows-link):
11561         * skeleton.el (skeleton-autowrap):
11562         * subr.el (insert-for-yank-1):
11563         * tempo.el (tempo-insert-region):
11564         * terminal.el (terminal-emulator):
11565         * time.el (display-time-mail-face):
11566         * vc.el (vc-annotate):
11567         * vcursor.el (vcursor-copy-line):
11568         * woman.el (woman-bold-headings, woman-ignore)
11569         (woman-default-faces, woman-monochrome-faces):
11570         * calendar/todo-mode.el (todo-insert-threshold):
11571         * emulation/pc-select.el (pc-select-selection-keys-only)
11572         (pc-selection-mode):
11573         * emulation/vip.el (vip-find-char-forward):
11574         * emulation/viper-cmd.el (viper-find-char-forward):
11575         * international/mule-cmds.el
11576         (select-safe-coding-system-accept-default-p)
11577         (input-method-exit-on-invalid-key):
11578         * international/mule-diag.el (describe-coding-system):
11579         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11580         * net/browse-url.el (browse-url-xterm-program):
11581         * obsolete/lazy-lock.el (lazy-lock-mode):
11582         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11583         (cperl-mode):
11584         * progmodes/cpp.el (cpp-face-light-name-list)
11585         (cpp-face-dark-name-list):
11586         * progmodes/delphi.el (delphi-newline-always-indents):
11587         Fix spellings in docstrings.
11589         * ido.el (ido-mode, ido-file-extensions-order)
11590         (ido-default-file-method, ido-default-buffer-method)
11591         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11592         (ido-decorations, ido-read-file-name-as-directory-commands)
11593         (ido-read-file-name-non-ido, ido-work-directory-list)
11594         (ido-ignore-item-temp-list, ido-current-directory)
11595         (ido-magic-forward-char, ido-enter-find-file)
11596         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11597         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11599 2005-06-10  Lute Kamstra  <lute@gnu.org>
11601         * play/dunnet.el (dun-mode): Use define-derived-mode.
11602         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11603         obsolete alias.
11605         * play/doctor.el (doctor-mode-map): Remove defvar.
11606         (doctor-mode): Use define-derived-mode.
11608         * mail/mspools.el (mspools-mode):
11609         * net/eudc-hotlist.el (eudc-hotlist-mode):
11610         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11612 2005-06-10  Miles Bader  <miles@gnu.org>
11614         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11615         Remove "-face" suffix from face names.
11616         (flyspell-incorrect-face, flyspell-duplicate-face):
11617         New backward-compatibility aliases for renamed faces.
11618         (flyspell-mode-on, make-flyspell-overlay)
11619         (flyspell-highlight-incorrect-region)
11620         (flyspell-highlight-duplicate-region)
11621         (flyspell-display-next-corrections)
11622         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11624         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11625         from face name.
11626         (texinfo-heading-face): New backward-compatibility alias for
11627         renamed face.
11628         (texinfo-heading-face): Use renamed texinfo-heading face.
11630         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11631         suffix from face names.
11632         (tex-math-face, tex-verbatim-face):
11633         New backward-compatibility aliases for renamed faces.
11634         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11635         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11636         literal face name.
11638         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11639         name.
11640         (table-cell-face): New backward-compatibility alias for renamed face.
11641         (table--put-cell-face-property, table--update-cell-face):
11642         Use renamed table-cell face.
11644         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11645         from face name.
11646         (sgml-namespace-face): New backward-compatibility alias for
11647         renamed face.
11648         (sgml-namespace-face): Use renamed sgml-namespace face.
11650         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11651         (org-level-4, org-level-5, org-level-6, org-level-7)
11652         (org-level-8, org-warning, org-headline-done)
11653         (org-deadline-announce, org-scheduled-today)
11654         (org-scheduled-previously, org-link, org-done, org-table)
11655         (org-time-grid): Remove "-face" suffix from face names.
11656         (org-level-1-face, org-level-2-face, org-level-3-face)
11657         (org-level-4-face, org-level-5-face, org-level-6-face)
11658         (org-level-7-face, org-level-8-face, org-warning-face)
11659         (org-headline-done-face, org-deadline-announce-face)
11660         (org-scheduled-today-face, org-scheduled-previously-face)
11661         (org-link-face, org-done-face, org-table-face)
11662         (org-time-grid-face):
11663         New backward-compatibility aliases for renamed faces.
11664         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11665         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11666         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11667         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11669         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11670         (viper-minibuffer-emacs, viper-minibuffer-insert)
11671         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11672         (viper-search-face, viper-replace-overlay-face)
11673         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11674         (viper-minibuffer-vi-face):
11675         New backward-compatibility aliases for renamed faces.
11676         (viper-search-face, viper-replace-overlay-face)
11677         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11678         (viper-minibuffer-vi-face): Use renamed viper faces.
11680         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11681         Remove "-face" suffix from face names.
11682         (testcover-nohits-face, testcover-1value-face):
11683         New backward-compatibility aliases for renamed faces.
11684         (testcover-mark): Use renamed testcover faces.
11686         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11687         face name.
11688         (diary-button-face): New backward-compatibility alias for renamed face.
11689         (diary-entry): Use renamed diary-button face.
11691         * calendar/calendar.el (diary, calendar-today, holiday)
11692         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11693         (diary-face, calendar-today-face, holiday-face):
11694         New backward-compatibility aliases for renamed faces.
11695         (eval-after-load "facemenu", diary-entry-marker)
11696         (calendar-today-marker, calendar-holiday-marker, diary-face):
11697         Use renamed calendar faces.
11699         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11700         (compare-windows-face): New backward-compatibility alias for
11701         renamed face.
11702         (compare-windows-highlight): Use renamed compare-windows face.
11704         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11705         (strokes-char-face): New backward-compatibility alias for renamed face.
11706         (strokes-encode-buffer): Use renamed strokes-char face.
11708         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11709         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11710         Remove "-face" suffix from face names.
11711         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11712         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11713         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11714         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11715         Use renamed pcvs faces.
11716         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11717         * pcvs-defs.el (cvs-mode-map): Likewise.
11718         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11720         * info.el (info-title-1, info-title-2, info-title-3)
11721         (info-title-4): Remove "-face" suffix from and downcase face names.
11722         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11723         (Info-title-4-face):
11724         New backward-compatibility aliases for renamed faces.
11725         (Info-fontify-node): Use renamed info faces.
11727         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11728         Remove "-face" suffix from face names.
11729         (highlight-changes-face, highlight-changes-delete-face):
11730         New backward-compatibility aliases for renamed faces.
11731         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11732         (hilit-chg-make-list): Use renamed highlight-changes faces.
11734         * generic-x.el (show-tabs-tab, show-tabs-space):
11735         Remove "-face" suffix from face names.
11736         (show-tabs-tab-face, show-tabs-space-face):
11737         New backward-compatibility aliases for renamed faces.
11738         (show-tabs-generic-mode-font-lock-defaults-1)
11739         (show-tabs-generic-mode-font-lock-defaults-2):
11740         Use renamed show-tabs faces.
11742         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11743         (smerge-markers): Remove "-face" suffix from face names.
11744         (smerge-mine-face, smerge-other-face, smerge-base-face)
11745         (smerge-markers-face):
11746         New backward-compatibility aliases for renamed faces.
11747         (smerge-mine-face, smerge-other-face, smerge-base-face)
11748         (smerge-markers-face): Use renamed smerge faces.
11750         * log-view.el (log-view-file, log-view-message): Remove "-face"
11751         suffix from face names.
11752         (log-view-file-face, log-view-message-face):
11753         New backward-compatibility aliases for renamed faces.
11754         (log-view-file-face, log-view-message-face): Use renamed log-view
11755         faces.
11757         * paren.el (show-paren-match, show-paren-mismatch):
11758         Remove "-face" suffix from face names.
11759         (show-paren-match-face, show-paren-mismatch-face):
11760         New backward-compatibility aliases for renamed faces.
11761         (show-paren-function): Use renamed show-paren faces.
11763         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11764         (ruler-mode-margins, ruler-mode-fringes)
11765         (ruler-mode-column-number, ruler-mode-fill-column)
11766         (ruler-mode-comment-column, ruler-mode-goal-column)
11767         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11768         suffix from face names.
11769         (ruler-mode-default-face, ruler-mode-pad-face)
11770         (ruler-mode-margins-face, ruler-mode-fringes-face)
11771         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11772         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11773         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11774         New backward-compatibility aliases for renamed faces.
11775         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11776         (ruler-mode-column-number, ruler-mode-fill-column)
11777         (ruler-mode-comment-column, ruler-mode-goal-column)
11778         (ruler-mode-tab-stop, ruler-mode-current-column)
11779         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11780         faces.
11782         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11783         face name.
11784         (whitespace-highlight-the-space): Use renamed face.
11785         (whitespace-highlight-face): New backward-compatibility alias for
11786         renamed face.
11788         * woman.el (woman-italic, woman-bold, woman-unknown)
11789         (woman-addition, woman-symbol-face):
11790         Remove "-face" suffix from face names.
11791         (woman-italic-face, woman-bold-face, woman-unknown-face)
11792         (woman-addition-face):
11793         New backward-compatibility aliases for renamed faces.
11794         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11795         (woman-decode-region, woman-replace-match)
11796         (woman-display-extended-fonts, woman-special-characters)
11797         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11798         Use renamed woman faces.
11800         * longlines.el (longlines-visible-face): Face removed.
11802         * diff-mode.el (diff-header, diff-file-header, diff-index)
11803         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11804         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11805         suffix from face names.
11806         (diff-header-face, diff-file-header-face, diff-index-face)
11807         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11808         (diff-changed-face, diff-function-face, diff-context-face)
11809         (diff-nonexistent-face): New backward-compatibility aliases for
11810         renamed faces.
11811         (diff-header-face, diff-file-header-face)
11812         (diff-index, diff-index-face, diff-hunk-header)
11813         (diff-hunk-header-face, diff-removed, diff-removed-face)
11814         (diff-added, diff-added-face, diff-changed-face, diff-function)
11815         (diff-function-face, diff-context-face, diff-nonexistent)
11816         (diff-nonexistent-face): Use renamed diff-mode faces.
11818         * progmodes/compile.el (compilation-warning-face)
11819         (compilation-info-face): Remove "-face" suffix from face names.
11820         (compilation-warning-face, compilation-info-face):
11821         New backward-compatibility aliases for renamed faces.
11822         (compilation-warning-face, compilation-info-face):
11823         Use renamed compilation faces.
11825         * add-log.el (change-log-date, change-log-name)
11826         (change-log-email, change-log-file, change-log-list)
11827         (change-log-conditionals, change-log-function)
11828         (change-log-acknowledgement): Remove "-face" suffix from face names.
11829         (change-log-date-face, change-log-name-face)
11830         (change-log-email-face, change-log-file-face)
11831         (change-log-list-face, change-log-conditionals-face)
11832         (change-log-function-face, change-log-acknowledgement-face):
11833         New backward-compatibility aliases for renamed faces.
11834         (change-log-font-lock-keywords): Use renamed change-log faces.
11836         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11837         (custom-set, custom-changed, custom-saved, custom-button)
11838         (custom-button-pressed, custom-documentation, custom-state)
11839         (custom-comment, custom-comment-tag, custom-variable-tag)
11840         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11841         (custom-group-tag): Remove "-face" suffix from face names.
11842         (custom-magic-alist, custom-magic-value-create)
11843         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11844         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11845         (custom-set-face, custom-changed-face, custom-saved-face)
11846         (custom-button-face, custom-button-pressed-face)
11847         (custom-documentation-face, custom-state-face)
11848         (custom-comment-face, custom-comment-tag-face)
11849         (custom-variable-tag-face, custom-variable-button-face)
11850         (custom-face-tag-face, custom-group-tag-face-1)
11851         (custom-group-tag-face):
11852         New backward-compatibility aliases for renamed faces.
11854         * wid-edit.el (widget-documentation, widget-button)
11855         (widget-field, widget-single-line-field, widget-inactive)
11856         (widget-button-pressed): "-face" suffix removed from face names.
11857         (widget-documentation-face, widget-button-face)
11858         (widget-field-face, widget-single-line-field-face)
11859         (widget-inactive-face, widget-button-pressed-face):
11860         New backward-compatibility aliases for renamed faces.
11861         (widget-documentation-face, widget-button-face)
11862         (widget-button-pressed-face, widget-specify-field)
11863         (widget-specify-inactive): Use renamed widget faces.
11865 2005-06-10  Kenichi Handa  <handa@m17n.org>
11867         * term/x-win.el (x-clipboard-yank): Remove condition-case
11868         wrapping.
11870 2005-06-11  Kenichi Handa  <handa@m17n.org>
11872         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11873         date lines stricter.
11875 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11877         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11878         of x-get-selection.
11880 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11882         * comint.el (comint-mode, comint-snapshot-last-prompt):
11883         * frame.el (frame-current-scroll-bars):
11884         * term.el (term-mode, term-check-proc, term-input-sender)
11885         (term-simple-send, term-extract-string, term-word)
11886         (term-match-partial-filename):
11887         * window.el (window-current-scroll-bars):
11888         * emulation/cua-base.el (cua-normal-cursor-color)
11889         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11890         (cua-global-mark-cursor-color):
11891         * mail/undigest.el (rmail-forward-separator-regex):
11892         Fix typos in docstrings.
11894         * comint.el (comint-check-proc, make-comint-in-buffer)
11895         (comint-source-default): Doc fixes.
11897         * term.el (term-send-string): Improve argument/docstring consistency.
11899 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11901         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11902         call to `delete-region'.
11903         (comint-mode-hook): Do not enable Font Lock by default.
11905 2005-06-09  Lute Kamstra  <lute@gnu.org>
11907         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11908         could be void.
11910 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11912         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11913         (debug): Use it.
11914         (debugger-step-through, debugger-continue, debugger-jump)
11915         (debugger-return-value): Set it when needed.
11916         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11917         Use inhibit-read-only.
11919 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11921         * window.el (shrink-window-if-larger-than-buffer)
11922         (window-size-fixed): Fix typo in docstring.
11924         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11925         thumbnails directory on loading.
11926         (thumbs-conversion-program): Use `eq' to check the system type,
11927         not `equal'.
11928         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11929         not "/tmp".  Fix docstring.
11930         (thumbs-thumbsdir): New function to return the thumbnails
11931         directory, creating it if needed.
11932         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11933         (thumbs-temp-file): Delete variable and make it into a function.
11934         (thumbs-resize-image, thumbs-modify-image): Use it.
11935         (thumbs-kill-buffer): Simplify.
11936         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11937         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11938         docstrings.
11940 2005-06-09  Kim F. Storm  <storm@cua.dk>
11942         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11943         set-match-data to free markers in match-data.
11945         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11946         match-data to unchain markers in match-data.
11948 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11951         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11952         unnecessary now.
11954 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11956         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11957         give the variable a doc string that doesn't say don't set it directly.
11959         * textmodes/ispell.el (ispell-check-version):
11960         Use match-string-no-properties.
11961         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11962         (ispell-buffer-local-words): Likewise.
11964         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11965         except on terminals with enough colors to really display it.
11966         (makefile-dependency-regex): Delete spurious `bb'.
11968         * faces.el (escape-glyph): Use blue once again in last case.
11969         (no-break-space): Redefine so that it isn't invisible on a tty.
11971 2005-06-08  Kim F. Storm  <storm@cua.dk>
11973         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11974         also when reading directory name.
11976 2005-06-08  Lute Kamstra  <lute@gnu.org>
11978         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11979         (flyspell-mode-line-string): Remove autoload cookie.
11980         (flyspell-mode): Remove defvar.
11982 2005-06-07  Lute Kamstra  <lute@gnu.org>
11984         * textmodes/org.el (org-run-mode-hooks): New function.
11985         (org-agenda-mode): Use it.
11987 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11989         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11991 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11993         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11995 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11997         * font-lock.el (font-lock-add-keywords): Doc fix.
11999 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12002         (tex-compile-default): In the absence of any history, use the order in
12003         tex-compile-alist to choose the preferred command.
12004         (tex-compile-commands): Reorder a bit.
12006         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12007         (flyspell-incorrect-face, flyspell-duplicate-face):
12008         Use (X)Emacs-agnostic code.
12009         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12010         redundant with the subsequent add-minor-mode.  Merge Emacs and
12011         XEmacs code.
12012         (flyspell-word): Minor simplification.
12013         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12014         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12015         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12016         Merge the corresponding Emacs code.
12017         (flyspell-correct-word, flyspell-xemacs-popup):
12018         Use flyspell-do-correct.
12020         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12021         a dedicated window.
12023         * international/latexenc.el (latexenc-find-file-coding-system):
12024         Undo part of last patch, to turn off a compiler warning.
12026 2005-06-06  Juri Linkov  <juri@jurta.org>
12028         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12029         Rename `tmm-inactive-face' to `tmm-inactive'.
12031 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12033         * iswitchb.el: Rename faces.
12035 2005-06-06  Kim F. Storm  <storm@cua.dk>
12037         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12038         (cua-global-mark): Remove -face suffix from face names.
12040         * emulation/cua-gmrk.el (cua--init-global-mark):
12041         Remove cua-global-mark face setup.
12043 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12045         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12046         just like other allowed characters.
12047         (makefile-match-dependency): Exclude leading and training whitespace
12048         from the range of regexp subexp 1.
12049         (makefile-macroassign-regex): Don't try to match the body,
12050         just the name of the macro being defined.
12052         * info.el (Info-read-node-name-2): New function.
12053         (Info-read-node-name-1): Use that.
12054         Add a completion-base-size-function property.
12056         * simple.el (completion-setup-function): Look for
12057         completion-base-size-function property of minibuffer-completion-table.
12059         * files.el (locate-file-completion): Doc fix.
12061         * printing.el: Don't call pr-update-menus; user must do that.
12063         * emacs-lisp/debug.el (debugger-window): New variable.
12064         (debug): Use debugger-window if it is set and still alive.
12065         Record debugger-window for next entry.
12067         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12069 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12071         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12072         (hack-one-local-variable, hack-local-variables)
12073         (hack-local-variables-prop-line): Pass that arg.
12075 2005-06-06  Kim F. Storm  <storm@cua.dk>
12077         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12078         (ido-indicator): Remove -face suffix from face names.
12080 2005-06-06  Juri Linkov  <juri@jurta.org>
12082         * font-lock.el (font-lock-regexp-backslash)
12083         (font-lock-regexp-backslash-construct): New faces.
12084         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12085         after `('.  Add `while-no-input' to control structures.
12087         * faces.el (no-break-space, shadow): New faces.
12088         (escape-glyph): Use less loud colors pink2 and red4.
12090         * diff-mode.el (diff-context-face)
12091         * dired.el (dired-ignored)
12092         * rfn-eshadow.el (file-name-shadow)
12093         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12095         * info.el (Info-title-1-face): Use green instead of yellow because
12096         bold yellow is not readable on light backgrounds.
12098         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12099         before selecting the desired mode to not spend time fontifying
12100         old contents.
12102 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12104         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12105         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12107         * ps-print.el (ps-default-fg, ps-default-bg):
12108         Fix typos in docstrings.
12110         * isearchb.el (isearchb): Don't pass a spurious second argument to
12111         `iswitchb-completions'.
12113 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12115         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12116         to preserve point.
12117         (gdb-find-file-hook): Add doc string.
12119         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12120         C dereferenced pointer expression.
12121         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12123         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12125         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12126         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12127         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12128         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12129         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12130         Make background transparent.
12132 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12134         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12135         (font-lock-remove-keywords): Doc fix.
12136         (font-lock-mode-major-mode): Compiler defvar.
12137         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12139         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12140         (font-lock-mode): Update `font-lock-mode-major-mode'.
12141         (font-lock-set-defaults): Compiler defvar.
12142         (font-lock-default-function): Take `font-lock-mode-major-mode'
12143         into account.
12145         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12146         keep track of which major mode it enabled the minor mode for.
12147         Use find-file-hook again.  Update docstring.
12149         * simple.el (eval-expression-print-level)
12150         (eval-expression-print-length, eval-expression-debug-on-error):
12151         Doc fixes.
12153 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12155         * iswitchb.el (iswitchb-single-match-face)
12156         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12157         (iswitchb-invalid-regexp-face): New faces.
12158         (iswitchb-completions): Use them.
12159         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12160         now marked as an obsolete alias.
12161         (iswitchb-read-buffer): Remove check for bound font variables.
12162         (iswitchb-invalid-regexp): New free variable.
12163         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12164         set iswitchb-invalid-regexp.
12165         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12166         invalid regexps.
12167         (iswitchb-completions): Add check for complete match when entering
12168         a regexp.
12169         (iswitchb-completions): Remove require-match argument.
12170         (iswitchb-exhibit): Fix caller.
12171         (iswitchb-common-match-inserted): New variable.
12172         (iswitchb-complete, iswitchb-completion-help): Use it.
12174 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12176         * url-http.el (url-http-chunked-encoding-after-change-function):
12177         Use `url-http-debug' instead of `message'.
12179 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12181         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12182         callback argument.
12184 2005-06-04  Kim F. Storm  <storm@cua.dk>
12186         * simple.el (line-move): Only call sit-for when moving backwards.
12188         * ido.el (ido-make-merged-file-list-1): New defun split from
12189         ido-make-merged-file-list.
12190         (ido-make-merged-file-list): Bind throw-on-input around call to
12191         ido-make-merged-file-list-1.  Return input-pending-p if
12192         interrupted by more input available.
12193         (ido-read-internal): Handle input-pending-p return value from
12194         ido-make-merged-file-list.
12196 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12198         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12199         compatibility code.
12201         * international/latexenc.el (latexenc-find-file-coding-system):
12202         Don't inherit the EOL part of the coding-system from the
12203         tex-main buffer.  Fit within 80 columns.
12205 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12207         * tmm.el (tmm-inactive-face): New face.
12208         (tmm-remove-inactive-mouse-face): New function.
12209         (tmm-prompt, tmm-add-one-shortcut)
12210         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12211         but not selectable.
12213 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12215         * faces.el (face-equal): Improve argument/docstring consistency.
12217 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12219         * progmodes/make-mode.el (makefile-targets-face)
12220         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12221         (makefile-bsdmake-dependency-regex)
12222         (makefile-makepp-rule-action-regex)
12223         (makefile-bsdmake-rule-action-regex): New constants.
12224         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12226         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12227         Allow (...) within `...' for makepp messages.
12229 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12231         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12233         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12234         "." files are deleted from all file lists before comparison.
12236         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12237         (viper-ESC-key): Made them customizable.
12239         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12241 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12243         * autorevert.el (auto-revert-buffers): Use save-match-data.
12245 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12248         menu items with a nil command binding.
12250 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12252         * emacs-lisp/cl-macs.el (defsetf):
12253         Improve argument/docstring consistency.
12255         * faces.el (list-faces-display): Improve the formatting by
12256         computing the maximum length required for any face-name (reworked
12257         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12258         (internal-find-face): Remove redundant info in docstring.
12260 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12262         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12263         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12264         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12265         (gdb-assembler-custom): Improve regexps.
12266         (def-gdb-auto-update-handler): Use window point to preserve point.
12268 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12270         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12272 2005-05-31  Jay Belanger  <belanger@truman.edu>
12274         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12275         to calc-embedded.
12276         (calc-embedded-make-info): Have plain prefix argument select
12277         entire line.
12279 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12281         * faces.el (list-faces-display): Signal error if passed a regexp
12282         that matches no face name.
12284         * simple.el (filter-buffer-substring): Fix typo in docstring.
12286 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12288         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12289         (vhdl-emacs-21): Doc fix.
12290         (vhdl-mode): Unconditionally set comment-padding.
12291         (vhdl-fixup-whitespace-region): Insert spaces only where
12292         there are none.
12293         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12295 2005-05-30  John Wiegley  <johnw@newartisans.com>
12297         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12298         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12299         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12300         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12301         `string-to-number'.
12303 2005-05-30  Jay Belanger  <belanger@truman.edu>
12305         * calc/calc.el (calc-bug-address): Fix docstring.
12306         (calc-window-hook, calc-trail-window-hook): New variables.
12307         (calc-trail-display): Restore use of calc-trail-window-hook.
12308         (calc): Restore use of calc-window-hook.
12310 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12312         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12314         * help-fns.el (help-C-file-name): Add autoload mark for
12315         `find-function-noselect'.
12317 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12320         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12322 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12324         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12325         included diary buffer if it was not already being visited.
12326         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12328         * calendar/icalendar.el (top-level): Do not require appt.
12330         * mail/supercite.el (sc-select-attribution): Only use a list
12331         element from sc-attrib-selection-list if it returns a string.
12332         Reported by Davide G. M. Salvetti <salve@debian.org>.
12334 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12336         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12337         includes a hash value to improve its uniqueness, and has a ".jpg"
12338         extension.  Also, it is now a valid filename on all systems.
12339         (thumbs-make-thumb): Use `let', not `let*'.
12340         (thumbs-show-thumbs-list): Check for JPEG availability.
12342 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12344         * filesets.el (filesets-menu-ensure-use-cached):
12345         Prevent warning when emacs-version>= is undefined.
12347         * printing.el (pr-interactive-n-up): Use string-to-number.
12349         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12351         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12352         Warn only when name to be defined is quoted.
12354 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12356         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12357         Make regexp more robust.
12358         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12359         Force regeneration of disassembly.
12361 2005-05-29  Jay Belanger  <belanger@truman.edu>
12363         * calc/calc.el (calc-user-invocation): Check if
12364         calc-invocation-macro is non-nil.
12366 2005-05-29  Juri Linkov  <juri@jurta.org>
12368         * add-log.el (change-log-font-lock-keywords):
12369         Add `+' to e-mail regexp to accept mail address with keywords.
12371         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12373 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12375         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12377         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12379 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12381         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12382         Undo the change that moves to end of the current word.
12384 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12386         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12387         Throw error when count <= 0 to ensure input is a number.
12388         (gdb-read-memory-custom): Pick up address from buffer.
12389         (gdb-memory-mode): Allow user to increment and decrement
12390         memory address from header line.
12392 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12394         * flyspell.el (flyspell-version): Function deleted.
12395         (flyspell-auto-correct-previous-hook): Doc fix.
12397         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12398         Do nothing if memory is full.
12400         * font-lock.el (font-lock-fontify-syntactically-region):
12401         Pass t for GREEDY to looking-back.
12403         * saveplace.el (save-place-alist-to-file): Write the file
12404         using write-region.
12406         * subr.el (looking-back): New argument GREEDY.
12408         * progmodes/compile.el (compilation-start): Set the mode
12409         before inserting the initial text.
12411         * progmodes/which-func.el (which-func-update-1): Turn the mode
12412         off in case of error by setting which-func-mode.
12414 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12416         * flyspell.el (flyspell-auto-correct-previous-word):
12417         Narrow down to what's on the screen, and recenter overlays
12418         at the end of the next word.
12420 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12422         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12423         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12424         (flyspell-abbrev-p): Default to nil.
12425         (flyspell-use-global-abbrev-table-p): Doc fix.
12426         (flyspell-large-region): Allow nil as value.
12427         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12429         (mail-mode-flyspell-verify): More robust handling
12430         of `mail-header-separator'.  More efficient signature detection.
12431         Allow for regexp metacharacters in message-header-separator.
12432         Adding `To' not to be checked in mail-mode-flyspell-verify.
12434         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12435         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12436         Bind flyspell-auto-correct-binding.
12437         Bind C-. and C-, .
12438         (flyspell-mode-map): Likewise.
12439         (flyspell-mode): Doc fix.
12440         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12441         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12442         (flyspell-word-cache-result): New var, always local.
12443         (flyspell-check-pre-word-p): Doc fix.
12444         (flyspell-check-changed-word-p): Handle spc like newline.
12445         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12446         (flyspell-word-search-backward, flyspell-word-search-forward):
12447         New functions.
12448         (flyspell-word): Return t if nothing to check.
12449         When parsing TeX code, check for after } or \.
12450         Use flyspell-word-search-backward to find previous word.
12451         Return nil if duplicated word.
12452         For word already checked, return same value as last time.
12453         Set flyspell-word-cache-result after checking.
12454         Don't clobber the return value.
12455         (flyspell-get-word): Major rewrite.
12456         (flyspell-external-point-words): New locals pword, pcount.
12457         Fix size used in progress message.
12458         Find the proper corresponding word in flyspell-large-region-buffer.
12459         (flyspell-region): Check for flyspell-large-region = nil.
12460         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12461         (flyspell-auto-correct-word): Check that WORD is a cons.
12462         (flyspell-correct-word): Likewise.
12464 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12466         * progmodes/make-mode.el (makefile-rule-action-regex)
12467         (makefile-macroassign-regex, makefile-makepp-mode)
12468         (makefile-bsdmake-mode): Continuation lines may be empty.
12469         Reported by Joshua Varner.
12470         (makefile-makepp-font-lock-keywords): Add $(stem).
12472 2005-05-28  Karl Berry  <karl@gnu.org>
12474         * textmodes/tex-mode.el: Now that tex-send-command calls
12475         shell-quote-argument (2005-03-31 change), remove all calls to
12476         shell-quote-argument; they all end up invoking tex-send-command.
12477         The double quoting loses on filenames with non-safe characters,
12478         such as "@".  Reported by Frederik Fouvry.
12480 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12482         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12483         about preserving point.
12485 2005-05-27  Jay Belanger  <belanger@truman.edu>
12487         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12488         Info-goto-node.
12490         * calc/calc-embed.el (calc-embed-arg): New variable.
12491         (calc-do-embedded-activate, calc-embedded-activate-formula)
12492         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12493         variable by new variable.
12494         (calc-embedded-make-info): Replace undeclared variable by new
12495         variable.  When selecting region with positive prefix
12496         argument, use end of previous line instead of beginning of line.
12498         * calc/calc-aent.el (calc-arg-values): Declare it.
12500         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12501         Declare them.
12503         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12505         * calc/calc.el (calc-alg-map): Declare it.
12507         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12509 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12511         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12512         (gdb-registers-buffer, toggle-gdb-all-registers):
12513         Toggle display of floating point registers.
12514         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12516         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12517         (toggle-gud-tooltip-dereference):
12518         Rename from gud-toggle-tooltip-dereference.
12520 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12522         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12524 2005-05-27  Jay Belanger  <belanger@truman.edu>
12526         * calc/calc-prog.el (calc-kbd-report): Remove.
12527         (calc-kbd-query): Rewrite.
12529 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12531         * image.el (image-library-alist): Move to image.c.
12532         (image-type-available-p): Doc fix.
12534 2005-05-27  Lute Kamstra  <lute@gnu.org>
12536         * calc/calc.el (calc):
12537         * outline.el (outline-1, outline-2, outline-3, outline-4)
12538         (outline-5, outline-6, outline-7, outline-8):
12539         * textmodes/dns-mode.el (dns-mode):
12540         * textmodes/sgml-mode.el (sgml-namespace-face):
12541         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12542         (tex-verbatim-face, tex-use-reftex):
12543         * textmodes/texinfo.el (texinfo-heading-face):
12544         Specify customization group.
12546         * longlines.el: Don't require easy-mmode.
12547         (longlines-visible-face): Specify customization group.
12549 2005-05-27  Kenichi Handa  <handa@m17n.org>
12551         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12552         encoding table of windows-1251.
12554         * international/ucs-tables.el (ucs-set-table-for-input):
12555         If translation-table-for-input of a coding system is a symbol, get
12556         its translation-table property.
12558         * international/code-pages.el: Don't register a coding system into
12559         non-iso-charset-alist more than once.
12560         (cp-make-coding-system): Likewise.
12562 2005-05-26  John Wiegley  <johnw@newartisans.com>
12564         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12565         `eshell-resume-eval' is wrapped in a list, it indicates that the
12566         command was run asynchronously.  In that case, unwrap the value
12567         before checking the delimiter value.
12569         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12570         character before a space at the end of a line is \, assume the space
12571         is part of the last argument rather than a final argument separator.
12573         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12574         is in use, and the target is `t' or `nil' (which are the most common
12575         values), don't assume that the symbol target is a buffer.
12577 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12579         * calendar/calendar.el (calendar-mode-line-format):
12580         Use mode-line-highlight as mouse-face.
12582         * time.el (display-time-string-forms, display-time-update):
12583         Use mode-line-highlight as mouse-face.
12585 2005-05-26  Jay Belanger  <belanger@truman.edu>
12587         * calc/calc.el (calc-language-alist): Remove extra defvar.
12589 2005-05-26  Lute Kamstra  <lute@gnu.org>
12591         * arc-mode.el (archive-mode):
12592         * bookmark.el (bookmark-read-annotation-mode)
12593         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12594         * bs.el (bs-mode):
12595         * calc/calc-yank.el (calc-edit-mode):
12596         * calc/calc.el (calc-mode, calc-trail-mode):
12597         * calculator.el (calculator-mode):
12598         * chistory.el (command-history-mode):
12599         * comint.el:
12600         * cus-edit.el (custom-mode):
12601         * descr-text.el (describe-text-mode):
12602         * ebuff-menu.el (Electric-buffer-menu-mode):
12603         * ediff-util.el (ediff-mode):
12604         * emacs-lisp/re-builder.el (reb-mode):
12605         * emulation/vi.el (vi-mode-setup):
12606         * emulation/ws-mode.el (wordstar-mode):
12607         * eshell/esh-mode.el (eshell-mode):
12608         * forms.el (forms-mode):
12609         * help-mode.el (help-mode):
12610         * hexl.el (hexl-mode):
12611         * ibuffer.el (ibuffer-mode):
12612         * ielm.el (inferior-emacs-lisp-mode):
12613         * info.el (Info-mode, Info-edit-mode):
12614         * international/swedish.el:
12615         * ledit.el (ledit-from-lisp-mode):
12616         * locate.el (locate-mode):
12617         * mail/rmail.el (rmail-mode):
12618         * mail/rmailedit.el (rmail-edit-mode):
12619         * mail/rmailsum.el (rmail-summary-mode):
12620         * mail/supercite.el (sc-electric-mode):
12621         * net/eudc.el (eudc-mode):
12622         * net/quickurl.el (quickurl-list-mode):
12623         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12624         * obsolete/ooutline.el (outline-mode):
12625         * obsolete/options.el (Edit-options-mode):
12626         * obsolete/rnews.el (news-mode):
12627         * obsolete/rnewspost.el (news-reply-mode):
12628         * play/5x5.el (5x5-mode):
12629         * play/decipher.el (decipher-mode, decipher-stats-mode):
12630         * play/gomoku.el (gomoku-mode):
12631         * play/snake.el (snake-mode):
12632         * play/solitaire.el (solitaire-mode):
12633         * play/tetris.el (tetris-mode):
12634         * progmodes/ada-mode.el (ada-mode):
12635         * progmodes/antlr-mode.el (antlr-mode):
12636         * progmodes/autoconf.el (autoconf-mode):
12637         * progmodes/dcl-mode.el (dcl-mode):
12638         * progmodes/delphi.el (delphi-mode):
12639         * progmodes/ebrowse.el (ebrowse-tree-mode)
12640         (ebrowse-electric-list-mode, ebrowse-member-mode)
12641         (ebrowse-electric-position-mode):
12642         * progmodes/f90.el (f90-mode):
12643         * progmodes/fortran.el (fortran-mode):
12644         * progmodes/icon.el (icon-mode):
12645         * progmodes/idlw-help.el (idlwave-help-mode):
12646         * progmodes/idlw-shell.el (idlwave-shell-mode):
12647         * progmodes/idlwave.el (idlwave-mode):
12648         * progmodes/inf-lisp.el (inferior-lisp-mode):
12649         * progmodes/m4-mode.el (m4-mode):
12650         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12651         * progmodes/modula2.el (modula-2-mode):
12652         * progmodes/octave-inf.el (inferior-octave-mode):
12653         * progmodes/octave-mod.el (octave-mode):
12654         * progmodes/pascal.el (pascal-mode):
12655         * progmodes/sh-script.el (sh-mode):
12656         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12657         * progmodes/vhdl-mode.el (vhdl-mode):
12658         * progmodes/xscheme.el (scheme-interaction-mode):
12659         * replace.el (occur-mode):
12660         * ses.el (ses-mode):
12661         * simple.el (completion-list-mode):
12662         * skeleton.el:
12663         * speedbar.el (speedbar-mode):
12664         * term.el (term-mode):
12665         * terminal.el (terminal-edit-mode):
12666         * textmodes/reftex-index.el (reftex-index-mode)
12667         (reftex-index-phrases-mode):
12668         * textmodes/reftex-sel.el (reftex-select-label-mode)
12669         (reftex-select-bib-mode):
12670         * textmodes/reftex-toc.el (reftex-toc-mode):
12671         * wdired.el (wdired-change-to-wdired-mode):
12672         * wid-browse.el (widget-browse-mode):
12673         Use run-mode-hooks.
12675         * array.el (array-mode):
12676         * calendar/todo-mode.el (todo-mode):
12677         * man.el (Man-mode):
12678         * play/landmark.el (lm-mode):
12679         * play/mpuz.el (mpuz-mode):
12680         Use kill-all-local-variables and run-mode-hooks.
12682         * subr.el (delay-mode-hooks): Specify indentation.
12684 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12686         * xml.el (xml-substitute-special): Don't die for undefined xml
12687         entities.
12689 2005-05-26  Jay Belanger  <belanger@truman.edu>
12691         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12692         of nil.
12694 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12696         * progmodes/gdb-ui.el (gdb-frame-address):
12697         Rename from gdb-current-address.
12698         (gdb-previous-frame-address): Rename from gdb-previous-address.
12699         (gdb-selected-frame): Rename from gdb-current-frame.
12700         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12701         (gdb-frame-number): Rename from gdb-current-stack-level.
12702         (gdb-ann3): Match new mode-name for disassembly buffer.
12703         Extend initialization of variables.
12704         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12705         (gdb-memory-mode): Use mouse-face in header line.
12706         (gdb-assembler-buffer-name): Call it disassembly and give frame
12707         in mode line.
12708         (gdb-source-spec-regexp, gdb-assembler-custom)
12709         (gdb-invalidate-assembler, gdb-frame-handler):
12710         Make robust to leading zeroes in address format.
12712 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12714         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12715         define `org-mode'.
12716         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12718 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12720         * log-edit.el (log-edit-changelog-entries): Distinguish between
12721         filenames like xfns.c and fns.c.
12723 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12725         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12726         point after reverting.
12727         (Buffer-menu-make-sort-button): Handle the case where
12728         `Buffer-menu-use-header-line' is nil.
12730 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12732         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12733         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12734         and `:' to them.
12736 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12738         * startup.el (normal-top-level): Allow modification of load-path while
12739         we're iterating over it.
12741 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12743         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12744         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12745         (thumbs-resize-interactive, thumbs-insert-image)
12746         (thumbs-insert-thumb, thumbs-dired-show-marked)
12747         (thumbs-find-image-at-point, thumbs-delete-images)
12748         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12749         (thumbs-increment-image-size, thumbs-decrement-image-size):
12750         Fix typos in docstrings.
12752 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12754         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12755         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12756         (cperl-mode): Use them.
12758 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12760         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12761         Doc fixes.
12763 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12765         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12766         Bind C-d to gdb-inferior-io-eof.
12768         * dired.el (dired-dnd-popup-notice): Use message-box.
12770 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12772         * bindings.el (mode-line-major-mode-keymap):
12773         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12775         * faces.el (mode-line-highlight): New face.
12777         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12778         as mouse-face.
12780         * bindings.el (top-level, help-echo, mode-line-modified)
12781         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12782         as mouse-face.
12784 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12786         * progmodes/cc-engine.el (c-guess-basic-syntax):
12787         Remove spurious call to `zerop'.
12789         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12791 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12793         CC Mode update to 5.30.10:
12795         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12796         could go past the limit in decoration level 2, thereby causing
12797         errors during interactive fontification.
12799         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12800         the file is evaluated interactively.
12802         * cc-engine.el (c-guess-basic-syntax): Handle operator
12803         declarations somewhat better in C++.
12805         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12806         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12807         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12808         (awk-mode): Use it.
12809         (make-local-hook): Suppress warning about obsoleteness.
12811         * cc-engine.el, cc-align.el, cc-cmds.el
12812         (c-append-backslashes-forward, c-delete-backslashes-forward)
12813         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12814         Compensate for return value from `forward-line' when it has moved
12815         but not to a different line due to eob.
12817         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12818         `objc-method-intro' and `objc-method-args-cont'.
12820 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12822         CC Mode update to 5.30.10:
12824         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12825         in the copyright statement.  Incidentally, change "along with GNU
12826         Emacs" to "along with this program" where it occurs.
12828         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12829         so that it is interactive, hence can be found by M-x awk-mode
12830         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12831         <gmorris+emacs@ast.cam.ac.uk>.
12833         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12834         Mode's regexps.
12836 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12838         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12839         c-parse-state, to avoid a lisp error (on bad code).
12841 2005-05-23  Lute Kamstra  <lute@gnu.org>
12843         * subr.el (font-lock-defaults): Remove defvar as it's already
12844         defined in font-core.el.
12846         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12848 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12850         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12851         more general and work when GDB variable "print pretty" is on,
12852         as with Emacs, for example.
12854 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12856         * font-core.el: Update comment.
12858         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12859         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12861         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12863 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12865         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12866         and `yank-handler' in the doc strings.
12868 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12870         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12872 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12874         * help.el (describe-key): Move print-help-return-message call
12875         out of conditional.
12877         * progmodes/etags.el (list-tags): Use with-no-warnings.
12879         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12880         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12881         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12883         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12885         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12886         Add defvar.
12888         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12889         Use defvar, not defconst.
12891         * hexl.el (hexl-follow-line): Use with-no-warnings.
12893         * emulation/tpu-extras.el: Use write-file-functions instead of
12894         write-file-hooks.
12896         * dired.el (dired-font-lock-keywords): Fontify files with junk
12897         extensions even if marked by -F.
12899 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12901         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12902         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12903         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12904         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12905         (concatenate, list-length, get*, getf, cl-remprop):
12906         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12907         (etypecase, progv, lexical-let, lexical-let*)
12908         (multiple-value-bind, multiple-value-setq, shiftf):
12909         Improve argument/docstring consistency.
12911         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12913 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12915         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12916         doesn't exist.
12918         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12919         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12921 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12923         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12924         already deleted variables: auto-fill-hook, blink-paren-hook,
12925         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12926         suspend-hooks, comment-indent-hook, meta-flag,
12927         before-change-function, after-change-function,
12928         font-lock-doc-string-face.
12930 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12932         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12934 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12936         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12937         rmail-dont-reply-to.
12939 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12941         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12942         literal blank when splitting new-header-values.
12944 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12946         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12947         string so that tmm doesn't create a completion entry for it.
12949         * textmodes/table.el (table-disable-menu): Ditto.
12951 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12953         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12955         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12957         * net/rcompile.el (remote-compile): Use compilation-start.
12959         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12961 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12963         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12964         Default to makefile-bsdmake-mode on BSD systems.
12966         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12967         REGEXP may also be a search function now.  The part of doc-string
12968         for describing the structure was 95% identical to that of
12969         `imenu--generic-function'.  Unify it there.
12971         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12972         Use function to find dependencies, because regexp alone is so complex,
12973         it easily goes into an endless loop.
12974         (makefile-makepp-mode): Also add submenu for Perl functions
12975         defined in the makefile.
12976         (makefile-bsdmake-mode): Special imenu-generic-expression no
12977         longer needed, due to function call.
12978         (makefile-match-dependency): Take BOUND into account when checking
12979         if we're through.
12981 2005-05-20  Jay Belanger  <belanger@truman.edu>
12983         * calc/calc-units.el (calc-invalidate-units-table):
12984         Use inhibit-read-only.
12985         (math-build-units-table-buffer): Use view-mode.
12987 2005-05-20  David Kastrup  <dak@gnu.org>
12989         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12990         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12992 2005-05-20  Lute Kamstra  <lute@gnu.org>
12994         * diff-mode.el (diff-header-face, diff-file-header-face)
12995         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12996         (diff-added-face, diff-changed-face, diff-function-face)
12997         (diff-context-face, diff-nonexistent-face): Put them in the
12998         diff-mode customization group.
13000 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13002         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13004         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13006         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13007         Minor regexp-optimization.
13009 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13011         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13012         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13013         (org-agenda-add-time-grid-maybe): New function.
13014         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13015         (org-table-create): `dotimes' instead of `mapcar'.
13016         (org-xor): Simplify implementation.
13017         (org-agenda): `inhibit-redisplay' turned on.
13018         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13019         a consistent line after a state change.
13020         (org-agenda-remove-times-when-in-prefix): New option.
13021         (org-prefix-has-time): New variable.
13022         (org-parse-time-string): Optional argument NODEFAULT.
13023         (org-format-agenda-item): Parse items for time-of-day
13024         specifications and move these into the prefix if possible.
13025         (org-agenda-priority): Get current heading, not previous heading
13026         during agenda remote editing.
13028 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13030         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13031         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13032         (remove-duplicates, delete-duplicates, substitute)
13033         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13034         (nsubstitute-if-not, find, find-if, find-if-not, position)
13035         (position-if, position-if-not, count, count-if, count-if-not)
13036         (mismatch, search, sort*, stable-sort, merge, member*)
13037         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13038         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13039         (intersection, nintersection, set-difference, nset-difference)
13040         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13041         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13042         (nsublis, tree-equal): Improve argument/docstring consistency.
13044         * subr.el (send-string, send-region): Remove obsolescence declaration.
13045         (window-dot, set-window-dot, read-input, show-buffer)
13046         (eval-current-buffer, string-to-int):
13047         Add release number to obsolescence declarations.
13049 2005-05-19  Kim F. Storm  <storm@cua.dk>
13051         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13052         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13054 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13056         * faces.el (list-faces-display): Make back button respect optional
13057         regexp arg.
13059 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13061         * calculator.el (calculator-radix-grouping-mode)
13062         (calculator-radix-grouping-digits, calculator-displayer)
13063         (calculator-radix-grouping-separator, calculator-copy-displayer):
13064         * dabbrev.el (dabbrev-search-these-buffers-only):
13065         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13066         (diff-advance-after-apply-hunk, diff-mode-hook)
13067         (diff-minor-mode-prefix):
13068         * imenu.el (imenu-use-popup-menu):
13069         * jit-lock.el (jit-lock-context-time):
13070         * newcomment.el (comment-fill-column, comment-column)
13071         (comment-style, comment-padding, comment-multi-line)
13072         (comment-empty-lines, comment-auto-fill-only-comments):
13073         * reveal.el (reveal-around-mark):
13074         * uniquify.el (uniquify-buffer-name-style)
13075         (uniquify-after-kill-buffer-p)
13076         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13077         (uniquify-min-dir-content, uniquify-separator)
13078         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13079         * w32-vars.el (w32-fixed-font-alist):
13080         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13081         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13082         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13083         * progmodes/perl-mode.el (perl-indent-level)
13084         (perl-continued-statement-offset, perl-continued-brace-offset)
13085         (perl-brace-offset, perl-brace-imaginary-offset)
13086         (perl-label-offset, perl-indent-continued-arguments)
13087         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13088         * progmodes/tcl.el (tcl-indent-level)
13089         (tcl-continued-indent-level, tcl-auto-newline)
13090         (tcl-tab-always-indent, tcl-electric-hash-style)
13091         (tcl-help-directory-list, tcl-use-smart-word-finder)
13092         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13093         (inferior-tcl-source-command):
13094         * textmodes/fill.el (enable-kinsoku):
13095         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13096         * textmodes/table.el (table-yank-handler):
13097         Specify missing group (and type, if simple) in defcustom.
13099 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13101         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13103 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13105         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13107         * subr.el (event-basic-type): Don't get an error.
13108         (left-fringe-p): Function deleted.
13110         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13111         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13113         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13114         in recursive copy.
13116         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13118         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13120         * emacs-lisp/bytecomp.el
13121         (byte-compile-file-form-custom-declare-variable):
13122         Call byte-compile-nogroup-warn if appropriate.
13124         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13125         (compilation-set-window): Don't call left-fringe-p; do it directly.
13127 2005-05-19  Jay Belanger  <belanger@truman.edu>
13129         * calc/calc-graph.el (calc-graph-format-data): Make sure
13130         var-PlotRejects is bound before trying to check its value.
13132 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13134         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13135         definition of this variable from reftex-global.el to reftex.el,
13136         because it is needed in the menu.
13138 2005-05-19  Lute Kamstra  <lute@gnu.org>
13140         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13141         years are fixed.  Don't insert a space after a dash.
13143 2005-05-19  Kim F. Storm  <storm@cua.dk>
13145         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13147 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13149         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13150         strings, because (eq ... ?\\) is fairly frequent.
13152         * progmodes/make-mode.el (makefile-add-this-line-targets):
13153         Simplify and integrate into `makefile-pickup-targets'.
13154         (makefile-add-this-line-macro): Simplify and integrate into
13155         `makefile-pickup-macros.
13156         (makefile-pickup-filenames-as-targets): Simplify.
13157         (makefile-previous-dependency, makefile-match-dependency):
13158         Don't stumble over `::'.
13160 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13162         * subr.el (post-command-idle-hook, post-command-idle-delay):
13163         Remove obsoletion of post-command-idle-hook and
13164         post-command-idle-delay.
13166         * faces.el (list-faces-display): Provide button when describe-face
13167         is called to take user back to the list of faces.
13169         * help-fns.el (describe-variable): Remove hyperlinks in a
13170         variable's value as these are quite frequently inappropriate.
13172         * follow.el (follow-submit-feedback, follow-mode):
13173         Remove references to post-command-idle-hook.
13175 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13177         * progmodes/make-mode.el (makefile-previous-dependency)
13178         (makefile-match-dependency): Check for := (and in bsd mode also
13179         !=) to give a better result, even when font-lock is not on.
13181 2005-05-18  Jay Belanger  <belanger@truman.edu>
13183         * calc/calc-help.el (calc-s-prefix-help):
13184         Add `calc-copy-special-constant' to help string.
13186 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13188         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13190 2005-05-18  Jay Belanger  <belanger@truman.edu>
13192         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13193         in linear factors are in proper order.
13195 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13197         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13198         Support for jurabib.
13200         * textmodes/reftex.el (featurep): Define aliases for overlay
13201         commands, for XEmacs compatibility, and use these aliases in
13202         overlay initializations.
13203         (reftex-highlight): Use `reftex-move-overlay'.
13204         (reftex-unhighlight): Use `reftex-delete-overlay'.
13205         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13206         (reftex-access-search-path): Use `reftex-uniquify' instead of
13207         `reftex-uniq'
13209         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13210         `before-string' property modification enables for Emacs as well.
13211         (reftex-select-item): Use `reftex-delete-overlay'.
13212         (reftex-select-mark): Use `reftex-make-overlay' and
13213         `reftex-overlay-put'.
13214         (reftex-select-unmark): Use `reftex-delete-overlay' and
13215         `reftex-overlay-put'.
13217 2005-05-18  Lute Kamstra  <lute@gnu.org>
13219         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13221 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13223         * add-log.el (add-change-log-entry):
13224         * array.el (array-make-template, array-reconfigure-rows)
13225         (array-init-max-row, array-init-max-column)
13226         (array-init-columns-per-line, array-init-field-width):
13227         * replace.el (replace-match-maybe-edit, perform-replace):
13228         * textmodes/spell.el (spell-region):
13229         Replace `read-input' by `read-string'.
13231         * forms.el (forms-mode):
13232         * finder.el (finder-compile-keywords):
13233         * shadowfile.el (shadow-read-files):
13234         Replace `eval-current-buffer' by `eval-buffer'.
13236         * terminal.el (te-pass-through):
13237         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13238         (ange-ftp-raw-send-cmd):
13239         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13240         (send-process-next-char, telnet-initial-filter, telnet):
13241         Replace `send-string' by `process-send-string'.
13243         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13244         (prolog-consult-region): Replace `send-string' by
13245         `process-send-string'; replace `send-region' by `process-send-region'.
13247         * progmodes/delphi.el (delphi-log-msg):
13248         Replace `set-window-dot' by `set-window-point'.
13250         * subr.el (window-dot, set-window-dot, read-input, send-string)
13251         (send-region, show-buffer, eval-current-buffer):
13252         Make really obsolete, as the comment says.
13254 2005-05-17  Kim F. Storm  <storm@cua.dk>
13256         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13257         (cua--init-keymaps): Bind C-return instead of S-return to set
13258         rectangle mark.
13260         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13261         instead of S-return to toggle/clear rectangle mark.
13263 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13265         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13266         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13267         Also fontify plain strings assigned to variables, mostly so that a
13268         colon has a face and is thus not taken as a dependency separator.
13269         (makefile-previous-dependency): Inline the new matcher, because it
13270         is too complex to work in both directions.
13271         (makefile-match-dependency): Eliminate `backward' arg (see above).
13272         Completely reimplemented so as to not sometimes go into an endless
13273         loop.  It should also be more efficient, because first it only
13274         searches for `:', instead of applying the very complex regexp.
13275         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13276         to be fontified in one piece can be too long for JIT.
13277         Makefiles are never *that* big.
13279 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13281         * dired.el (dired-mode): Simplify.
13283 2005-05-17  Lute Kamstra  <lute@gnu.org>
13285         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13286         defcustom for the mode hook variable.
13288         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13289         Emacs Lisp Reference Manual.
13291 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13293         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13294         (evenp, list*):
13295         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13296         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13298         * net/tramp-smb.el (tramp-smb-open-connection):
13299         Pass `tramp-chunksize' as fifth (required) argument.
13301 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13303         * font-lock.el (lisp-font-lock-keywords-1):
13304         Set `font-lock-negation-char-face' for [^...] char group.
13305         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13307         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13308         a var, and refine it to mask one more level of nested vars.
13309         (makefile-rule-action-regex): Turn it into a var, and refine it so
13310         it recognizes backslashed continuation lines as belonging to the
13311         same command.
13312         (makefile-macroassign-regex): Refine it so it recognizes
13313         backslashed continuation lines as belonging to the same command.
13314         (makefile-var-use-regex): Don't look at the next char, because it
13315         might be the same one to be skipped by the initial [^$], leading
13316         to an overlooked variable use.
13317         (makefile-make-font-lock-keywords): Remove two parameters, which
13318         are now variables that some of the modes set locally.
13319         Handle dependency and rule action matching through functions, because
13320         regexps alone match too often.  Dependency matching now comes
13321         last, so it can check, whether a colon already matched something else.
13322         (makefile-mode): Inform that font-lock improves makefile parsing
13323         capabilities.
13324         (makefile-match-dependency, makefile-match-action): New functions.
13326 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13328         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13330         * align.el (align-regexp):
13331         * ansi-color.el (ansi-color-get-face):
13332         * array.el (array-reconfigure-rows, array-init-max-row)
13333         (array-init-max-column, array-init-columns-per-line)
13334         (array-init-field-width):
13335         * dired-aux.el (dired-trample-file-versions):
13336         * dired-x.el (dired-mark-sexp):
13337         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13338         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13339         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13340         * faces.el (face-read-integer):
13341         * files.el (backup-extract-version, insert-directory):
13342         * hexl.el (hexl-insert-decimal-char):
13343         * server.el (server-process-filter):
13344         * shell.el (shell-extract-num):
13345         * startup.el (command-line-1):
13346         * term.el (term-command-hook):
13347         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13348         (time-stamp-do-number):
13349         * time.el (display-time-update):
13350         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13351         (timezone-fix-time):
13352         * vms-patch.el (vms-suspend-resume-hook):
13353         * calendar/appt.el (appt-convert-time):
13354         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13355         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13356         * calendar/cal-islam.el (mark-islamic-diary-entries):
13357         * calendar/calendar.el (calendar-cursor-to-date)
13358         (calendar-star-date):
13359         * calendar/diary-lib.el (diary-attrtype-convert)
13360         (mark-diary-entries, diary-entry-time):
13361         * calendar/solar.el (solar-get-number):
13362         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13363         * emacs-lisp/re-builder.el (reb-display-subexp):
13364         * emulation/edt.el (edt-set-scroll-margins):
13365         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13366         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13367         (vip-get-ex-count):
13368         * emulation/viper-ex.el (viper-get-ex-token)
13369         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13370         * international/fontset.el (fontset-plain-name):
13371         * mail/feedmail.el (feedmail-look-at-queue-directory):
13372         * mail/mailalias.el (mail-get-names):
13373         * mail/rmail.el (rmail-convert-to-babyl-format):
13374         * mail/rmailsum.el (rmail-make-basic-summary-line)
13375         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13376         (rmail-summary-goto-msg):
13377         * mail/smtpmail.el (smtpmail-read-response):
13378         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13379         (ange-ftp-vms-add-file-entry):
13380         * play/gametree.el (gametree-looking-at-ply)
13381         (gametree-current-branch-score):
13382         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13383         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13384         * progmodes/cperl-mode.el (condition-case):
13385         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13386         (ebrowse-set-member-buffer-column-width)
13387         (ebrowse-select-1st-to-9nth):
13388         * progmodes/etags.el (etags-snarf-tag):
13389         * progmodes/flymake.el (flymake-parse-line):
13390         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13391         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13392         (idlwave-shell-menu-def):
13393         * progmodes/ps-mode.el (ps-run-goto-error):
13394         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13395         (vhdl-speedbar-contract-level):
13396         * term/mac-win.el (x-handle-numeric-switch):
13397         * term/sun-mouse.el (sun-get-frame-data):
13398         * term/w32-win.el (x-handle-numeric-switch):
13399         * term/x-win.el (x-handle-numeric-switch):
13400         * textmodes/ispell.el (ispell-parse-output):
13401         * textmodes/nroff-mode.el (nroff-outline-level):
13402         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13403         (reftex-bib-sort-year-reverse, reftex-format-citation):
13404         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13405         (reftex-section-number):
13406         * textmodes/texinfmt.el (texinfo-paragraphindent):
13407         Replace `string-to-int' by `string-to-number'.
13409         * international/latexenc.el: Add page marker to force the "Local
13410         Variables:" string out of the last page.
13412 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13414         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13415         tooltip-change-major-mode.
13416         (gud-tooltip-print-command): Remove case where gud-minor-mode
13417         is gdb ("--fullname").
13418         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13419         explain to user.
13421 2005-05-16  Jay Belanger  <belanger@truman.edu>
13423         * calc/calc-store.el (calc-copy-special-constant): New function.
13425         * calc/calc-ext.el (calc-init-extensions): Add binding for
13426         `calc-copy-special-constant'.
13428         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13429         for the `calc-copy-special-constant' command.
13431 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13433         * subr.el (left-fringe-p): New function.
13435         * progmodes/compile.el (compilation-setup): Set local value of
13436         overlay-arrow-string to "" always.
13437         (compilation-set-window): Left fringe then don't scroll.
13438         No left fringe then no arrow and scroll message to top.
13439         (compilation-context-lines): Adjust doc string accordingly.
13441 2005-05-16  Kim F. Storm  <storm@cua.dk>
13443         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13444         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13445         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13446         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13447         (ido-read-file-name): Handle commands with ido property value
13448         equal to find-file as reading a file name, to allow C-d to enter dired.
13449         (ibuffer-find-file): Add ido property with value find-file.
13451 2005-05-15  Kim F. Storm  <storm@cua.dk>
13453         * subr.el (open-network-stream-nowait): Remove.
13454         (open-network-stream-server): Remove.
13456 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13458         * faces.el (describe-face): Output a definition link button.
13460         * help-mode.el (help-face-def): New button type.
13462         * emacs-lisp/copyright.el (copyright-fix-years):
13463         Match properly if the first year is 2-digit.
13464         Don't mess up the whitespace after the years by filling.
13466         * dired-aux.el (dired-mark-confirm):
13467         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13469         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13470         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13471         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13473         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13474         Set font-lock-comment-start-skip.
13476         * font-lock.el (font-lock-comment-start-skip): New variable.
13477         (font-lock-comment-end-skip): New variable.
13478         (font-lock-fontify-syntactically-region): Use them if non-nil.
13480 2005-05-15  Jay Belanger  <belanger@truman.edu>
13482         * calc/calc-store.el (calc-store-value): Return a string rather
13483         than display it as a message.
13484         Use calc-var-name for variable name.
13485         (calc-store-into): Add the result of calc-store-value to message.
13486         (calc-copy-variable): Add a message.
13487         (calc-store-exchange): Improve error messages.
13488         (calc-store-binary, calc-store-map): Don't reset the values of
13489         special constants.
13491 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13493         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13494         manual to docstring.
13496         * files.el (hack-local-variables-confirm): Add STRING argument.
13497         Make the function handle non file visiting buffers correctly.
13498         (hack-local-variables-prop-line, hack-local-variables)
13499         (hack-one-local-variable): Use STRING arg of
13500         `hack-local-variables-confirm'.
13502 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13504         Sync with Tramp 2.0.49.
13506         * net/tramp.el (tramp-handle-dired-call-process)
13507         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13508         because the contents of the Tramp buffer is changed before
13509         insertion (`expand-file' and alike).
13510         (tramp-handle-insert-directory): If `localname' has an empty
13511         nondirectory name, it must not be quoted.
13512         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13513         variable `tramp-chunksize'.  Change callees.
13514         (tramp-open-connection-setup-interactive-shell): Check remote host
13515         for buggy `send-process-string' implementation.
13516         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13517         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13518         (tramp-handle-shell-command): `insert-buffer' cannot be used
13519         because the contents of the Tramp buffer is changed before
13520         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13521         <frederic.bothamy@free.fr>.
13522         (tramp-set-auto-save): Actions should be done for Tramp file name
13523         handler only.  Ange-FTP has its own auto-save mechanism.
13524         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13525         (tramp-set-auto-save-file-modes): Set file modes of
13526         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13527         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13528         (tramp-bug): Remove obsolete variable.
13529         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13530         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13532 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13534         * ibuf-ext.el (define-ibuffer-filter filename):
13535         If `dired-directory' is a list, use its car.
13537 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13539         * ibuffer.el (define-ibuffer-column filename):
13540         If `dired-directory' is a list, use its car.
13542 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13544         * subr.el (symbol-file): Doc fix.
13546         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13547         (byte-compile-form): Call byte-compile-nogroup-warn.
13548         (byte-compile-warning-types): Doc fix.
13550         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13552         * progmodes/cc-engine.el (c-literal-faces):
13553         Add font-lock-comment-delimiter-face.
13555         * net/net-utils.el (dig): Use with-no-warnings.
13557         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13558         (sc-recite-frame-alist, sc-default-cite-frame)
13559         (sc-default-uncite-frame, sc-default-recite-frame)
13560         (sc-attrib-selection-list, sc-rewrite-header-list):
13561         Mark as risky-local-variable.
13563         * international/ogonek.el (ogonek-jak, ogonek-how):
13564         Don't use beginning-of-buffer.
13566         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13568         * calendar/solar.el (solar-data-list): Move definition up.
13570         * dnd.el (dnd-protocol-alist): Add autoload.
13572         * progmodes/sh-script.el: Many doc usage fixes.
13573         (sh-indent-after-do): Change default to match common styles.
13575 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13577         * files.el (interpreter-mode-alist)
13578         (auto-mode-interpreter-regexp): Doc fixes.
13580 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13582         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13584         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13586 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13588         * dired.el (dired-mode): make-variable-buffer-local =>
13589         make-local-variable.
13591 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13593         * term/mac-win.el (mac-select-convert-to-string): Try coding
13594         systems in mac-script-code-coding-systems if specified one cannot
13595         encode string for `com.apple.traditional-mac-plain-text'.
13597 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13599         * progmodes/make-mode.el (makefile-targets-face)
13600         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13601         (makefile-dependency-regex): Fix it to not make the colon in
13602         $(var:a=b) special.
13603         (makefile-rule-action-regex): New regexp for highlighting embedded
13604         Shell strings.
13605         (makefile-macroassign-regex): Handle != for highlighting as
13606         embedded Shell strings.
13607         (makefile-var-use-regex): New const.
13608         (makefile-statements, makefile-automake-statements)
13609         (makefile-gmake-statements, makefile-makepp-statements)
13610         (makefile-bsdmake-statements): New consts.
13611         (makefile-make-font-lock-keywords): New function.
13612         (makefile-automake-font-lock-keywords)
13613         (makefile-gmake-font-lock-keywords)
13614         (makefile-makepp-font-lock-keywords)
13615         (makefile-bsdmake-font-lock-keywords): New consts.
13616         (makefile-mode-map): Add switchers between the various submodes.
13617         (makefile-mode): Document the availability of the variants.
13618         (makefile-automake-mode, makefile-gmake-mode)
13619         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13621         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13622         new variants of makefile-mode.
13624 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13626         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13627         the inheritance.
13629 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13631         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13632         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13634         * files.el (normal-mode): Extend the scope of the
13635         `enable-local-variables' binding to include the `set-auto-mode' call.
13636         (magic-mode-alist): Doc fix.
13638 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13640         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13641         font-lock-comment-face rather than copying its setting.
13643 2005-05-12  Andreas Schwab  <schwab@suse.de>
13645         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13647 2005-05-12  Lute Kamstra  <lute@gnu.org>
13649         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13650         defcustom for the mode hook variable.  Delete the last argument.
13651         * generic-x.el: Fix callers of define-generic-mode.
13652         (generic-x-modes): Delete group.
13653         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13654         generic-x customization group.
13656 2005-05-12  Kim F. Storm  <storm@cua.dk>
13658         * font-lock.el (font-lock-negation-char-face): Default to "off".
13660         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13661         font-lock-negation-char-face to ! in !=.
13663 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13665         * add-log.el (find-change-log): Fix typos in the docstring
13666         of function.
13668 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13670         * international/latexenc.el (latexenc-find-file-coding-system):
13671         Avoid `re-search-forward' when looking for input encoding because
13672         of speed and safety.  Better regular expressions for recognizing
13673         input encoding.  Limit a search for TeX-master/tex-main-file to
13674         the local variable section.
13676 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13678         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13679         syntax of $ to "'" (quote).
13681 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13683         * dnd.el (dnd-protocol-alist): Improve custom type.
13685         * dired.el (dired-dnd-protocol-alist): New variable.
13686         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13687         `dired-mode-hook' to the end.
13689 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13691         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13692         comment-end if comment-start-skip is not set.
13693         Obey the font-lock-comment-delimiter-face variables.
13695 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13697         * files.el (executable-find): Move from executable.el.  Use
13698         locate-file.
13699         * progmodes/executable.el (executable-find): Move to files.el.
13701         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13702         when trying to ensure forward progress.
13704 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13706         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13707         (mouse-select, mouse-select-internal, mouse-extend-internal):
13708         Use it to implement mouse-1-click-follows-link functionality.
13710 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13712         * font-lock.el (font-lock-fontify-syntactically-region):
13713         Use font-lock-comment-delimiter-face for comment delimiters.
13715 2005-05-10  Jay Belanger  <belanger@truman.edu>
13717         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13718         preserving embedded modes.
13720 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13722         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13724         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13725         Move from ada-stmt.el.
13726         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13728         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13729         Move to ada-mode.el.
13730         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13732         * cus-edit.el (custom-file): Call file-chase-links.
13734         * files.el (read-directory-name): Fix previous change.
13735         (hack-local-variables-confirm): New function.
13736         (hack-local-variables-prop-line, hack-local-variables)
13737         (hack-one-local-variable): Use it.
13739 2005-05-10  Lute Kamstra  <lute@gnu.org>
13741         * font-lock.el (font-lock-keywords-alist)
13742         (font-lock-removed-keywords-alist): Clarify docstrings.
13744 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13746         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13747         (gdb-source-info): Check for preprocessor info.
13748         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13749         a macro for a function.
13750         (gdb-info-breakpoints-custom): Try to find file again if not already
13751         found (user might have used GDB dir command).
13752         (gdb-get-location): Update gdb-location-alist correctly for change
13753         to gdb-info-breakpoints-custom.
13755         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13756         (gud-tooltip-print-command): Add gdbmi case.
13757         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13758         preprocessor info.
13760 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13762         * startup.el (fancy-splash-insert): Fix typo in doc string.
13764 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13766         * obsolete/float.el (string-to-float):
13767         * obsolete/hilit19.el (hilit-add-pattern):
13768         * obsolete/rnews.el (news-parse-range, news-select-message)
13769         (news-get-pruned-list-of-files): Replace `string-to-int' by
13770         `string-to-number'.
13772         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13773         `find-file-not-found-hooks'; use `add-hook'.
13774         (uncompress-while-visiting): Set `write-file-functions', not
13775         `write-file-hooks'; use `add-hook'.
13777 2005-05-09  Kim F. Storm  <storm@cua.dk>
13779         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13780         (cua-paste): Handle clipboard action.
13781         (cua--init-keymaps): Remap clipboard-kill-region and
13782         clipboard-kill-ring-save.
13784 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13786         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13787         Improve commentary.
13789         * simple.el (next-error-overlay-arrow-position): Revert the change
13790         made on 2005-04-30.
13792 2005-05-07  Jay Belanger  <belanger@truman.edu>
13794         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13795         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13796         `calc-sel-reselect'.
13798         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13799         Calc is in embedded mode.
13801 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13803         * progmodes/compile.el (compilation-setup):
13804         Set overlay-arrow-string to an empty string on text terminals.
13806         * textmodes/ispell.el (ispell-program-name): Try looking for
13807         "aspell" along exec-path, and if found, use it as the default
13808         speller program.
13810 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13812         * international/mule.el (sgml-xml-auto-coding-function):
13813         Recognize encoding='FOO' in single quotes as well as in double quotes.
13815 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13817         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13818         as well as `interactive', so that defmacro* would recognize
13819         `declare' forms.
13821 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13823         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13824         Explain more about the LIGHTER arg's usage in the doc string.
13825         Add commentary to clarify what the code does.  Fix the regexp that
13826         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13827         since it could have characters special to regular expressions.
13829 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13831         * replace.el (occur-1): Bind inhibit-read-only so that
13832         erase-buffer doesn't barf on read-only text properties (likewise
13833         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13834         (occur-engine): Don't set buffer-read-only here.
13836 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13838         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13839         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13840         sometimes mistakenly reused as a *cvs* buffer.
13842 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13844         * tooltip.el: Move code for GUD tooltips into gud.el.
13845         (require): CL no longer needed to compile case.
13846         (tooltip-mode): Do not toggle functions for GUD tooltips.
13847         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13848         gud-tooltip-mode in gud.el.
13849         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13850         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13851         tooltip-gud prefix with gud-tooltip and obsolete.
13852         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13853         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13854         (tooltip-mouse-motion): Mouse movement functions/variable.
13855         Rename in gud.el by adding gud prefix.
13856         (tooltip-gud-original-filter, tooltip-gud-dereference)
13857         (tooltip-gud-event, tooltip-toggle-gud-tips)
13858         (tooltip-gud-process-output, tooltip-gud-print-command)
13859         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13860         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13861         (gdb-tooltip-print): Move to gdb-ui.el.
13863         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13864         (require): CL needed to compile case.
13865         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13866         tooltip-gud-tips-p.  Make it a minor-mode.
13867         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13868         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13869         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13870         (gud-tooltip-change-major-mode)
13871         (gud-tooltip-activate-mouse-motions-if-enabled)
13872         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13873         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13874         (gud-tooltip-original-filter, gud-tooltip-dereference)
13875         (gud-tooltip-event, tooltip-toggle-gud-tips)
13876         (gud-tooltip-process-output, gud-tooltip-print-command)
13877         (gud-tooltip-tips): Move from tooltip.el.
13879         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13880         (gdb-cpp-define-alist-flags): Doc fix.
13881         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13882         gud-tooltip-mode is t.
13884 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13887         evaporate if their text is deleted.
13888         (goto-address-at-point): Make it work as a mouse binding as well.
13889         (goto-address-at-mouse): Obsolete it.  Update users.
13891 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13893         * calendar/appt.el (top-level): No longer activate on load.
13895 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13897         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13898         * net/webjump.el (webjump):
13899         * progmodes/idlw-help.el (idlwave-do-context-help1)
13900         (idlwave-highlight-linked-completions):
13901         * textmodes/po.el (po-find-file-coding-system-guts):
13902         Replace `assoc-ignore-case' by `assoc-string'.
13904 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13906         * files.el (locate-file): Doc fix.
13908         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13909         Remove the redundant test for ms-dos.
13911         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13912         look for the preprocessor with exec-suffixes.  If not found in
13913         standard places, look in exec-path.  Remove most of the tests that
13914         used system-type.
13916         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13918         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13920         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13921         file-name clash with jka-compr.el on 8+3 filesystems.
13923 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13925         * term/mac-win.el: Don't define or bind scroll bar functions if
13926         x-toolkit-scroll-bars is t.
13927         (x-select-text, x-get-selection-value): Clear
13928         x-last-selected-text-clipboard if x-select-enable-clipboard is
13929         nil.
13930         (PRIMARY): Put mac-scrap-name property.
13931         (mac-select-convert-to-file-url): New function.
13932         (public.file-url): New selection target type.  Add to
13933         selection-converter-alist.
13934         (x-get-selection, x-selection-value): Handle it.
13935         (x-cut-buffer-or-selection-value): New alias.
13937 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13939         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13940         entry to avoid calling bibtex-find-entry with arg global
13941         being t.  Remove arg key.
13942         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13943         (bibtex-copy-summary-as-kill): Change accordingly.
13945 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13947         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13948         (org-agenda-date-later): Use with-current-buffer.
13950 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13952         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13953         (define-obsolete-variable-alias): Doc Fixes.
13955 2005-05-06  Kim F. Storm  <storm@cua.dk>
13957         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13958         vertical-motion when selective-display is active.
13960         * ido.el (ido-setup-hook): New hook.
13961         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13962         (ido-input-stack): New var.
13963         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13964         ido-next-work-file binding to M-O.
13965         Bind M-f to ido-wide-find-file-or-pop-dir.
13966         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13967         (ido-read-internal): Run ido-setup-hook.
13968         Catch quit in read-file-name and read-string to cancel edit.
13969         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13970         Automatically pop-all when completing a directory name (RET).
13971         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13972         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13973         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13974         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13975         New functions for M-b/M-f to move among the directory components.
13976         (ido-make-merged-file-list): Catch quit to cancel merge.
13977         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13978         (ido-completion-help): No warnings for ido-completion-buffer-full.
13980 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13982         * font-lock.el (font-lock-negation-char-face): New face and variable.
13983         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13984         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13985         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13986         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13988 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13990         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13991         Fix typo in docstring.
13993         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13994         (ebrowse-print-statistics-line)
13995         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13997         * term/w32-win.el (image-library-alist): Add additional name for
13998         Xpm library.
14000 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14002         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14003         use gcc instead of cpp.
14005         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14006         (gdb-create-define-alist): Use it.
14007         (gdb-cpp-define-alist-program): Update for MS-DOS.
14009 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14011         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14013 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14015         * help.el (describe-key): No error when UNTRANSLATED is nil.
14017         * simple.el (line-move-1): Fix previous change to signal errors
14018         appropriately.
14020 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14022         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14023         (icalendar-duration-correction): Remove.
14024         (icalendar--get-event-properties): Split result at commas.
14025         (icalendar--decode-isoduration): New optional argument
14026         DURATION-CORRECTION.
14027         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14028         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14029         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14030         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14031         (icalendar--convert-anniversary-to-ical): New functions, extracted
14032         from icalendar-export-region, with bug fixes.
14033         (icalendar-export-region): Use the above functions.
14034         (icalendar-import-buffer): Check before saving diary file.
14035         (icalendar--convert-recurring-to-diary)
14036         (icalendar--convert-non-recurring-all-day-to-diary)
14037         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14038         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14039         (icalendar--convert-ical-to-diary): Use the above functions.
14041 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14043         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14044         Remove these recent additions.
14045         (c-mode): Restore to before 2005-04-28.
14047         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14048         recent addition.
14050         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14051         (gdb-define-alist): New variables.
14052         (gdb-create-define-alist): New function.
14053         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14054         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14055         with string-to-number.
14056         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14058         * progmodes/gud.el: Replace string-to-int with string-to-number.
14059         (gud-find-file): Handle gdb-define-alist.
14061         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14063 2005-05-02  Jay Belanger  <belanger@truman.edu>
14065         * calc/calc-aent.el (math-read-token):
14066         * calc/calc-bin.el (calc-word-size):
14067         * calc/calc-ext.el (calc-read-number-fancy):
14068         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14069         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14070         * calc/calc-frac.el (calc-over-notation):
14071         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14072         (calc-graph-num-points, calc-graph-init):
14073         * calc/calc-prog.el (calc-read-parse-table-part)
14074         (calc-edit-macro-repeats):
14075         * calc/calc-yank.el (calc-do-grab-rectangle):
14076         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14077         Replace `string-to-int' by `string-to-number'.
14079 2005-05-02  Kim F. Storm  <storm@cua.dk>
14081         * kmacro.el: Use executing-kbd-macro-index variable.
14083 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14085         * net/rlogin.el (rlogin-parse-words): Delete func.
14086         (rlogin): Use split-string, not rlogin-parse-words.
14087         Also, if there are option-like elements in the parsed args,
14088         take the host to be the first arg immediately following them.
14089         Suggested by Michael Mauger.
14091 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14093         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14095 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14097         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14098         (cc-mode-cpp-program): Rename to cc-define-list-program and
14099         move to cc-vars.el.
14101         * progmodes/cc-vars.el (cc-define-list-program):
14102         Change to "gcc -E -dM -".  Make customizable.
14104 2005-05-02  Kim F. Storm  <storm@cua.dk>
14106         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14108 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14110         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14112         * international/mule-util.el (truncate-string): Remove alias and
14113         obsolete declaration.
14115         * international/mule-cmds.el (update-iso-coding-systems):
14116         Remove alias and obsolete declaration.
14118         * international/mule.el (coding-system-parent): Remove alias and
14119         obsolete declaration.
14121         * subr.el (define-function, sref): Remove aliases and obsolete
14122         declarations.
14123         (chars-in-region): Remove obsolete declaration.
14125 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14127         * info.el (Info-mode): Set widen-automatically to nil, locally.
14129         * simple.el (widen-automatically): New variable.
14130         (pop-global-mark): Obey widen-automatically.
14132 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14134         * term/xterm.el (function-key-map): Call substitute-key-definition
14135         before the keymap size is increased by a lot of define-key calls.
14137 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14139         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14140         Rename ARG to ELEMENT.  Doc fix.
14142 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14144         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14145         Remove references to allout-exposure/change to allout-new-exposure.
14147         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14148         bytecode symbols.
14150         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14151         (compiled-function-p, focus-frame, unfocus-frame):
14152         Remove aliases and obsolete declarations.
14153         Back out inadvertent changes from previous commit.
14155 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14157         * files.el (require-final-newline): Make Custom tags consistent
14158         with mode-require-final-newline.
14159         (mode-require-final-newline): Doc fix.
14161 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14163         * international/latexenc.el (latexenc-find-file-coding-system):
14164         Fix regular expressions.
14166 2005-05-01  David Kastrup <dak@gnu.org>
14168         * international/latexenc.el (latexenc-find-file-coding-system):
14169         Fix regular expressions.
14171 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14173         * subr.el (string-to-int): Make obsolete.
14175 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14177         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14179         * loadup.el: load jka-comp-hook.
14181         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14182         (jka-compr-handler): Add autoload.  `put' calls moved
14183         to jka-comp-hook.el.
14184         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14185         (jka-compr-inhibit): Autoload.
14187         * jka-comp-hook.el: New file.
14188         Enable the mode by default.
14190         * files.el (backup-buffer-copy): Use copy-file instead
14191         of write-region, and put back the 'excl.
14193 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14195         * progmodes/flymake.el (flymake-split-string)
14196         (flymake-split-string, flymake-log, flymake-pid-to-names)
14197         (flymake-reg-names, flymake-get-source-buffer-name)
14198         (flymake-unreg-names, flymake-add-line-err-info)
14199         (flymake-add-err-info): Clarify docstrings.
14200         (flymake-popup-menu, flymake-make-emacs-menu)
14201         (flymake-make-xemacs-menu): Add docstrings.
14202         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14203         Set variables directly throughout.
14205 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14207         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14208         exists.  Initialize cc-define-alist.
14209         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14210         If there is no file (Macroexpansion) don't create an alist.
14212 2005-04-29  Sam Steingold  <sds@gnu.org>
14214         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14215         (cc-create-define-alist): Use it instead of the hard-coded string.
14217 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14219         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14220         for latexenc.
14222 2005-04-29  Lute Kamstra  <lute@gnu.org>
14224         * emacs-lisp/generic.el: Improve commentary section.
14225         (define-generic-mode): Improve docstring.
14227 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14229         * textmodes/org.el (many places): Change to quiet the byte compiler.
14230         (org-prefix-format-compiled): New variable.
14231         (org-compile-prefix-format): New function.
14232         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14233         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14234         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14235         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14236         consistency with entries from `org-mode' files.
14237         (org-get-time-of-day): Fix bug with partial matches early in a line.
14238         (org-non-link-chars): New constant.
14239         (org-link-regexp): Respect `org-non-link-chars'.
14240         (org-agenda-day-view): Remove command.
14241         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14242         (org-follow-bbdb-link, org-store-link): Search also company field.
14243         (org-highlight-overlay): New variable.
14244         (org-highlight, org-unhighlight): New functions.
14245         (org-agenda-mode): Add pre-command-hook to remove highlight.
14246         (org-evaluate-time-range): Behavior depends upon whether time stamp
14247         contains a time or not.
14248         (org-show-subtree, org-show-entry): New functions.
14249         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14251 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14253         * comint.el (comint-output-filter-functions): Add autoload cookie.
14255 2005-04-28  Kim F. Storm  <storm@cua.dk>
14257         * ido.el (ido-everywhere): Fix last change.
14259 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14261         * international/latexenc.el: New file.
14262         * international/mule-conf.el (file-coding-system-alist): For .tex,
14263         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14265 2005-04-28  Lute Kamstra  <lute@gnu.org>
14267         * font-lock.el (font-lock-add-keywords)
14268         (font-lock-remove-keywords): Clarify docstring.
14269         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14270         Don't start docstrings with a `*'.
14271         (font-lock-update-removed-keyword-alist): Give it a docstring.
14273         * generic-x.el: Update commentary section.
14274         Only require font-lock when compiling.
14275         Define all modes conditionally.
14276         Place all generic modes in the generic-x-modes customization group.
14277         (generic-x-modes): New customization group.
14278         (generic-default-modes, generic-mswindows-modes)
14279         (generic-unix-modes, generic-other-modes): New constants.
14280         (generic-define-mswindows-modes, generic-define-unix-modes):
14281         Update docstrings.  Make them obsolete.
14282         (generic-extras-enable-list): New default value.  Update docstring.
14283         Improve :type.  Change :set function.
14284         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14285         Fix docstring.
14287         * emacs-lisp/generic.el (generic-mode-internal):
14288         Simplify font-lock-defaults.
14289         (define-generic-mode): Fix docstring.
14291 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14293         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14294         font-lock-face property to highlight matches.
14296 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14298         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14299         (cc-define-alist): New variable.
14300         (c-mode): Make it local and initialize it.
14302         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14303         (gdb-exited): New function.
14304         (gdb-annotation-rules): Use it.
14305         (gdb-starting): Set gdb-active-process to t.
14306         (gdb-stopping): Amend doc string.
14307         (gdb-reset): Set gdb-active-process to nil.
14309         * tooltip.el (tooltip-gud-tips): Show the associated #define
14310         directives when a C program under GDB is not executing.
14312 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14314         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14315         font-lock-fontify-syntactic-keywords.
14317         * font-lock.el (font-lock-default-fontify-region): Don't force
14318         parse-sexp-lookup-properties to nil.
14320 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14322         * man.el (man-mode-syntax-table): Set up `:' to have
14323         word-constituent syntax.
14325 2005-04-27  Lute Kamstra  <lute@gnu.org>
14327         * novice.el (disable-command): Don't add spurious newlines to the
14328         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14330 2005-04-26  Jay Belanger  <belanger@truman.edu>
14332         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14333         than one window before deleting window.
14335 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14337         * shell.el (shell-prompt-pattern): Doc fix.
14338         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14340         * comint.el (comint-prompt-regexp, comint-get-old-input)
14341         (comint-use-prompt-regexp)
14342         (comint-use-prompt-regexp-instead-of-fields)
14343         (comint-replace-by-expanded-history, comint-send-input)
14344         (comint-output-filter, comint-get-old-input-default)
14345         (comint-line-beginning-position, comint-bol, comint-show-output)
14346         (comint-backward-matching-input, comint-forward-matching-input)
14347         (comint-next-prompt, comint-previous-prompt):
14348         Rename `comint-use-prompt-regexp-instead-of-fields' to
14349         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14350         obsolete.
14351         (comint-use-prompt-regexp): Shorten first line of doc string.
14353         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14354         Set paragraph-separate buffer locally to "\\'".
14356         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14357         Adapt to above name change.
14359         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14360         (smbclient-prompt-regexp): Ditto.
14362         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14364 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14366         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14367         gdb-location-list.
14368         Break lines that are over 80 characters wide.
14370 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14372         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14373         New fun and var, to preserve compatibility.
14375         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14377 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14379         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14380         name to file-newer-than-file-p.
14382 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14384         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14386         * progmodes/python.el (python-mode):
14387         Use new name eldoc-documentation-function.
14389         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14391         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14392         (eldoc-documentation-function):
14393         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14395 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14397         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14399 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14401         * term/xterm.el (function-key-map): Fix strings for
14402         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14403         {C,S,A,C-S}-{f1-f12}.
14405 2005-04-26  Kenichi Handa  <handa@m17n.org>
14407         * international/mule-cmds.el (select-safe-coding-system):
14408         Fix previous change.
14410 2005-04-26  Lute Kamstra  <lute@gnu.org>
14412         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14414         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14415         (font-lock-comment-delimiter-face): Ditto.
14417         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14419 2005-04-25  Jay Belanger  <belanger@truman.edu>
14421         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14422         to t while inserting information; use help-mode.
14424 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14426         * term.el (ansi-term-color-vector): Use the xterm colors.
14427         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14429 2005-04-25  Lute Kamstra  <lute@gnu.org>
14431         * font-core.el (font-lock-defaults): Fix docstring.
14433         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14435 2005-04-25  Kenichi Handa  <handa@m17n.org>
14437         * international/mule-cmds.el (select-safe-coding-system):
14438         Don't check consistency with coding: spec, etc if raw-text or
14439         no-conversion was found to be safe.
14441 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14443         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14444         citation markers at start of each line.
14446         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14447         citation markers at start of each line.
14449         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14451         * files.el (mode-require-final-newline): Fix previous change.
14452         (require-final-newline): Fix type label.
14454 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14456         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14457         statement in buffer (broken by 2004-11-24 change).
14459 2005-04-24  Kim F. Storm  <storm@cua.dk>
14461         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14462         and read-file-name-function values.  Don't overwrite existing
14463         non-nil values if ido-mode is enabled without ido-everywhere.
14465 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14467         * files.el (mode-require-final-newline): Minor doc fix.
14469 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14471         * subr.el (syntax-after): Doc fix.
14472         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14473         bits, not 8 bits.
14475         * files.el (mode-require-final-newline): Doc fix.
14476         (backup-buffer-copy): Fix last change.
14478 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14480         * term/mac-win.el: Require select.  Set selection-coding-system to
14481         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14482         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14483         (x-select-enable-clipboard): New variables.
14484         (x-select-text, x-get-selection, x-selection-value)
14485         (x-get-selection-value, mac-select-convert-to-string)
14486         (mac-services-open-file, mac-services-open-selection)
14487         (mac-services-insert-text): New functions.
14488         (CLIPBOARD, FIND): Put mac-scrap-name property.
14489         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14490         (public.tiff): Put mac-ostype property.
14491         (selection-converter-alist): Add entries for them.
14492         (mac-application-menu-map): New keymap.
14493         (interprogram-cut-function, interprogram-paste-function): Set to
14494         x-select-text and x-get-selection-value, respectively.
14495         (split-window-keep-point): Set to t.
14497 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14499         * files.el (read-directory-name): Always pass non-nil
14500         DEFAULT-FILENAME arg to read-file-name.
14501         (backup-buffer-copy, basic-save-buffer-2): Take care against
14502         writing thru an unexpected existing symlink.
14503         (revert-buffer): In indirect buffer, revert the base buffer.
14504         (magic-mode-alist): Doc fix.
14505         (buffer-stale-function): Doc fix.
14506         (minibuffer-with-setup-hook): Avoid warning.
14507         (mode-require-final-newline): Doc and custom fix.
14509         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14511         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14512         use the default appearance.
14513         (font-lock-comment-delimiter-face): New face, new variable.
14515         * imenu.el (imenu--generic-function): The official position of a
14516         definition is the start of the line that BEG is in.
14518         * midnight.el (midnight-timer): Move defvar up.
14520         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14522         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14524         * startup.el (command-line): Use with-no-warnings.
14526         * window.el (window-size-fixed): New defvar.
14528         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14530         * mail/rmail.el (rmail-font-lock-keywords):
14531         Use font-lock-comment-delimiter-face.
14533         * mail/sendmail.el (mail-font-lock-keywords):
14534         Use font-lock-comment-delimiter-face.
14536         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14538 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14540         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14541         Specify t for LAXMATCH when matching directories.
14542         Save match data around compilation-compat-error-properties form.
14544 2005-04-23  David Kastrup  <dak@gnu.org>
14546         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14547         Mention that the autoloaded aliases should be kept for AUCTeX.
14549 2005-04-23  Andreas Schwab  <schwab@suse.de>
14551         * isearch.el (isearch-forward): Doc fix.
14553 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14555         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14556         (jit-lock-stealth-nice): Change default value to 0.5.
14558 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14560         * abbrev.el (write-abbrev-file): Write table entries in
14561         alphabetical order by table name.
14563 2005-04-22  Kim F. Storm  <storm@cua.dk>
14565         * ido.el (ido-read-internal): Fix `list' completion.
14567 2005-04-22  Kenichi Handa  <handa@m17n.org>
14569         * recentf.el (recentf-save-file-coding-system): New variable.
14570         (recentf-save-list): Encode the file by
14571         recentf-save-file-coding-system and add coding: tag.
14573 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14575         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14577 2005-04-21  Lute Kamstra  <lute@gnu.org>
14579         * loadhist.el (unload-feature): Don't remove a function from hooks
14580         if it is about to be restored to an autoload .  Remove functions
14581         that will become unbound from auto-mode-alist.  Simplify the code.
14583         * subr.el (assq-delete-all): New implementation that is linear,
14584         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14585         (rassq-delete-all): New function.
14587         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14588         Add size-indication-mode.
14590 2005-04-21  Kenichi Handa  <handa@m17n.org>
14592         * international/mule-cmds.el: Add autoload for widget-value in
14593         eval-when-compile.
14595 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14597         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14598         Add tooltip-mode.
14600         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14602 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14604         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14605         (inferior-lisp-filter-regexp, inferior-lisp-program)
14606         (inferior-lisp-load-command, inferior-lisp-prompt)
14607         (inferior-lisp-mode-hook, lisp-source-modes)
14608         (inferior-lisp-load-hook): defvar->defcustom.
14609         (inferior-lisp-program, inferior-lisp-prompt)
14610         (inferior-lisp-load-hook): Doc fixes.
14611         (inferior-lisp-install-letter-bindings): Small change in
14612         introductory comment.
14614 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14616         * vc.el (vc-annotate-color-map): Change some colors so that text
14617         using them as foreground is readable on both white and black
14618         backgrounds.
14620 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14622         * international/mule-conf.el (translation-table-for-input):
14623         Remove redundant declaration.
14625 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14627         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14629         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14630         (tooltip-toggle-gud-tips): New function.
14632 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14634         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14635         right angle brackets.
14637 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14639         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14641 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14644         Remove.  Update callers to use expand-file-name instead.
14646         * subr.el (syntax-class): New function.
14648         * simple.el (blink-matching-open): Use it.
14650         * paren.el (show-paren-function): Use it to recognize parens that are
14651         also used in 2-char comment markers.
14653 2005-04-19  Lute Kamstra  <lute@gnu.org>
14655         * loadhist.el (unload-feature): Update for new format of
14656         load-history.  Simplify the code.
14658 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14660         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14661         (mac-add-charset-info): New function.  Initialize variable
14662         mac-charset-info-alist using it.
14663         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14664         for translation.
14665         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14666         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14667         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14668         New CCL programs.
14670 2005-04-19  Kim F. Storm  <storm@cua.dk>
14672         * simple.el (next-buffer, prev-buffer, next-error)
14673         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14674         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14676         * bindings.el (next-buffer, prev-buffer, next-error)
14677         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14678         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14679         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14680         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14682 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14684         * isearch.el (isearch-edit-string): Make the search-ring available for
14685         minibuffer history commands.
14686         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14687         the default history commands now work just as well.
14688         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14690 2005-04-18  Kim F. Storm  <storm@cua.dk>
14692         * emulation/cua-base.el (cua--pre-command-handler): Add more
14693         elaborate check for shift modifier on non-window systems.
14695 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14697         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14699 2005-04-18  Kim F. Storm  <storm@cua.dk>
14701         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14702         and make it optional.  Don't test tooltip-gud-echo-area here.
14703         (tooltip-gud-process-output, gdb-tooltip-print):
14704         Pass tooltip-gud-echo-area to tooltip-show.
14705         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14707 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14709         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14710         `display-graphic-p' may not be bound yet.
14712 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14714         * startup.el (command-line): No longer enable Xterm Mouse mode by
14715         default in terminals compatible with xterm.
14717         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14719 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14721         * tooltip.el (tooltip-gud-echo-area): Rename from
14722         tooltip-use-echo-area.
14723         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14724         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14725         area independently of where help tooltips are displayed.
14727 2005-04-17  David Kastrup  <dak@gnu.org>
14729         * cus-theme.el (custom-theme-write-variables): Quote variables
14730         where necessary.
14732 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14734         * simple.el (yank-excluded-properties): Add follow-link to value.
14736         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14738         * startup.el (fancy-splash-max-time): Just 30 seconds.
14739         (fancy-splash-delay): Just 7.
14740         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14742         * loadhist.el (unload-feature): Update for new format of load-history.
14743         Simplify the code.
14745         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14746         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14748         * mail/sendmail.el (mail-font-lock-keywords):
14749         Don't fontify subject text.
14750         Don't fontify the text of a citation.
14752 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14754         * comint.el (comint-output-filter): Run comint-output-filter-functions
14755         with point where the user had it.
14757 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14759         * international/ucs-tables.el (ucs-set-table-for-input):
14760         Disable when using unify-on-decoding.
14762 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14764         * emulation/cua-base.el (cua-global-mark-face): Add special case
14765         for displays supporting a high number of colors.
14767 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14769         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14771 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14773         * filesets.el (filesets-add-buffer): If user supplies a name of a
14774         non-existing fileset, create a new fileset.
14776 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14778         * textmodes/org.el (org-up-heading-all): Fix bug with
14779         `outline-up-heading-all'.
14781 2005-04-16  Andreas Schwab  <schwab@suse.de>
14783         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14784         /etc/permissions.d/* and /etc/aliases.d/*.
14786 2005-04-16  Kenichi Handa  <handa@m17n.org>
14788         * international/code-pages.el (cp-make-coding-system):
14789         Set `translation-table-for-input' property value to the symbol
14790         ucs-mule-to-mule-unicode, not to that value.
14791         (pt154): Escape guillemet by `\'.
14793 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14795         * loadup.el: Load tooltip if x-show-tip is fboundp.
14797         * startup.el (command-line): Add comment.
14799         * tooltip.el (tooltip-mode): Specify correct standard value for
14800         Custom in init-value.
14802 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14804         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14805         possible.
14807 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14809         * textmodes/org.el (org-agenda-date-prompt): Rename from
14810         `org-agenda-date-today'.
14811         (org-evaluate-time-range): Insert at point instead of directly
14812         after time range.
14813         (org-first-headline-recenter, org-subtree-end-visible-p)
14814         (org-optimize-window-after-visibility-change): New functions
14815         (org-agenda-post-command-hook): Don't allow point at end of line,
14816         to make sure it always hits the text properties.
14817         (org-agenda-next-date-line, org-agenda-previous-date-line):
14818         New commands.
14819         (org-set-regexps-and-options): Category may contain white space.
14820         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14821         Improve marker positions.
14822         (org-agenda-new-marker): Argument POS made optional.
14823         (org-agenda-get-timestamps): Deadlines which are done are listed
14824         in org-done-face now.
14825         (org-agenda-get-todos, org-agenda-get-timestamps)
14826         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14827         Set `undone-face' and `done-face' properties.
14828         (org-last-todo-state-is-todo): New variable.
14829         (org-todo): Set `org-last-todo-state-is-todo'.
14830         (org-agenda-todo): Change face according to
14831         `org-last-todo-state-is-todo'.  And change other lines referring to
14832         the same entry.
14833         (org-calendar-goto-agenda): New command.
14834         (org-calendar-to-agenda-key): New option.
14835         (org-startup-folded): New allowed value `content'.
14836         (org-set-regexps-and-options): Accept new value `content' for
14837         `org-startup-folded'.
14838         (org-get-current-options): Handle new value `content' for
14839         `org-startup-folded'.
14840         (org-insert-todo-heading): New command.
14841         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14842         interactively in empty file and option
14843         `org-insert-mode-line-in-empty-file' has been set.
14844         (org-agenda-todo,org-agenda-priority): Modify to use
14845         `org-agenda-change-all-lines'.
14846         (org-warning-face): Change color on dark background
14848 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14850         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14851         use preferences AppleLocale and AppleLanguages, and variable
14852         mac-system-locale for default locale.  On Mac OS Classic, use
14853         mac-system-coding-system for default coding systems.
14855         * term/mac-win.el: Don't set file-name-coding-system.
14856         Decode variables system-name, emacs-build-system, user-login-name, and
14857         user-full-name by mac-system-coding-system on Mac OS Classic.
14858         (mac-system-coding-system): New variable.
14860 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14862         * startup.el (command-line): Handle `xterm-mouse-mode' before
14863         reading init file.
14865         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14867 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14869         * progmodes/sh-script.el (sh-here-document-word): Make it a
14870         defcustom.  Doc fix.
14871         (sh-add): Bash uses $(( )) for arithmetic.
14872         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14873         (sh-maybe-here-document): Remove quotes and leading whitespace
14874         from heredoc word when closing.  Indent heredoc with tabs if word
14875         starts with "-".
14877 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14879         * simple.el (undo): Fix previous change.
14881         * custom.el (defface): Doc fix.
14883 2005-04-13  Lute Kamstra  <lute@gnu.org>
14885         * Makefile.in (DONTCOMPILE): Remove list.
14886         (compile, compile-always): Don't use DONTCOMPILE.
14887         (update-authors): Load the library in which batch-update-authors
14888         is defined.
14889         * makefile.w32-in (DONTCOMPILE): Remove list.
14890         (compile, compile-always): Fix comments.
14891         (update-authors): Load the library in which batch-update-authors
14892         is defined.
14894         * generic-x.el (generic-mode-ini-file-find-file-hook):
14895         Rename to ini-generic-mode-find-file-hook.
14896         Keep generic-mode-ini-file-find-file-hook as an alias.
14897         (ini-generic-mode-find-file-hook): Rename from
14898         generic-mode-ini-file-find-file-hook.  Fix docstring.
14899         (ini-generic-mode): Docstring change.
14900         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14902         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14903         called from lisp.
14905         * generic.el: Move to the emacs-lisp subdir.
14907 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14909         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14910         and C-S- function and cursor motion keys.
14912 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14914         * startup.el (command-line): Enable Xterm Mouse mode by default.
14915         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14916         for Custom.  No longer show "Mouse" in mode line when enabled.
14917         Doc fix.
14919 2005-04-12  Kim F. Storm  <storm@cua.dk>
14921         * emulation/cua-base.el (cua-rectangle-face)
14922         (cua-rectangle-noselect-face): Define face attributes here.
14924         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14926 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14928         * startup.el (command-line): Turn off blinking cursor if
14929         cursorBlink in resources is off or false.
14931 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14933         * term/mac-win.el (dnd): Require dnd.
14934         (mac-drag-n-drop): Call dnd-handle-one-url.
14935         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14936         (kTextEncodingISOLatin2): Remove constants.
14937         (mac-script-code-coding-systems): New constant.
14938         (mac-handle-language-change): New function.
14939         (special-event-map): Bind it to `language-change' event.
14940         (mac-centraleurroman, mac-cyrillic): New coding systems.
14941         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14942         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14943         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14944         encode-mac-cyrillic, respectively.
14946 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14948         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14949         Don't set overlay-arrow-string to "=>" as this is done
14950         globally in C now.
14952 2005-04-12  Lute Kamstra  <lute@gnu.org>
14954         * generic-x.el (rc-generic-mode, rul-generic-mode):
14955         Fix auto-mode-alist entries.
14956         (etc-fstab-generic-mode): Tweak fontification.
14958         * generic.el (generic-make-keywords-list): Fix docstring.
14959         (generic-mode-internal): Simplify generic-font-lock-keywords.
14961 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14963         * whitespace.el (whitespace-buffer-leading)
14964         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14965         However, fix the highlight area for the leading and
14966         trailing whitespaces to show space.
14968 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14970         * whitespace.el (whitespace-version): Bump to 3.5
14972         (whitespace-buffer-leading, whitespace-buffer-trailing):
14973         Invert sense of the test to highlight the whitespace.
14975 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14977         * progmodes/gud.el (gud-display-line): GUD uses its own
14978         overlay arrow now so don't set overlay-arrow-string.
14979         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14981 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14983         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14984         (term-ansi-current-reverse, term-ansi-current-invisible)
14985         (term-ansi-face-already-done): Change to boolean.
14986         (term-reset-terminal, term-handle-colors-array): Handle the above
14987         vars accordingly.
14988         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14989         (term-emulate-terminal): Use the new name.
14991         * faces.el (secondary-selection): Use yellow1, not yellow.
14992         (trailing-whitespace): Use red1, not red.
14994 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14996         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14997         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14998         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15000         * cus-edit.el (dnd): New group.
15002         * term/w32-win.el (dnd): Require dnd
15003         (w32-drag-n-drop): Call dnd-handle-one-url.
15005         * x-dnd.el: Require dnd.
15006         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15007         Call dnd-handle-one-url.
15008         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15009         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15010         to dnd-insert-text.
15011         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15012         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15013         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15014         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15016         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15018 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15020         * wdired.el: Doc fixes.
15021         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15022         (wdired-use-dired-vertical-movement): Rename from
15023         wdired-always-move-to-filename-beginning.
15024         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15025         (wdired-change-to-wdired-mode): Change mode name.
15026         (wdired-newline): Delete.
15028 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15030         * whitespace.el (whitespace-highlight-the-space):
15031         Don't call whitespace-unhighlight-the-space here.
15033         * simple.el (undo): Record t in undo-equiv-table
15034         for the redo record made by an undo-in-region.
15036 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15038         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15039         (gdb-frame-inferior-io-buffer): New Functions to control
15040         display of separate IO buffer.
15041         (menu): Add them to menu-bar.
15042         (gdb-display-buffer): Check for buffer another frame.
15043         Protect GUD buffer.
15044         (gdb-setup-windows): Create IO buffer if not already there.
15045         (gdb-memory-mode): Remove purecopy noops.
15047 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15049         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15050         and pass to self-insert-command.
15052 2005-04-11  Lute Kamstra  <lute@gnu.org>
15054         * generic.el: Commentary section cleanup.
15055         (generic): Delete.
15056         (generic-use-find-file-hook, generic-lines-to-scan)
15057         (generic-find-file-regexp, generic-ignore-files-regexp)
15058         (default-generic-mode, generic-mode-find-file-hook)
15059         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15060         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15061         (generic-use-find-file-hook, generic-lines-to-scan)
15062         (generic-find-file-regexp, generic-ignore-files-regexp)
15063         (default-generic-mode, generic-mode-find-file-hook)
15064         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15066 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15068         * bookmark.el (bookmark-write-file): Catch errors writing file.
15069         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15071 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15073         * startup.el (fancy-splash-tail): Update copyright year.
15074         (command-line): Split part of -Q into -D.
15075         (emacs-basic-display): New defvar.
15076         (fancy-splash-text): Correct name of menu item.
15078         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15080         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15081         lines in one node.
15083         * comint.el (comint-send-input): New arg ARTIFICIAL.
15084         Callers in this file changed.
15086         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15088         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15090 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15092         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15093         `ldap-search-internal'.
15095 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15097         * files.el (set-auto-mode-1): Use line-end-position.
15099         * international/latin-1.el:
15100         * international/latin-2.el:
15101         * international/latin-3.el:
15102         * international/latin-4.el:
15103         * international/latin-5.el:
15104         * international/latin-8.el:
15105         * international/latin-9.el: Give punctuation syntax to NBSP.
15107         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15108         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15109         Use char-classes to accept non-ascii letters, accepted in some recent
15110         bibtex implementations.
15112 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15114         * custom.el (custom-set-minor-mode): Any non-nil value for the
15115         variable should enable the mode when set through Custom.
15117 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15119         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15120         TAB binding so tab-always-indent is obeyed.
15121         (vhdl-minibuffer-local-map): Move initialization into declaration.
15122         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15123         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15124         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15125         (vhdl-current-line): Use line-beginning-position.
15126         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15127         with-output-to-temp-buffer, so the current position can be recorded.
15129 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15131         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15132         Add regexp for gcov.
15134 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15136         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15137         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15138         syntax which Emacs 20 doesn't support.
15140 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15142         * help.el (describe-key-briefly, describe-key):
15143         Replace strings as event types with "(any string)".
15145 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * arc-mode.el (archive-mode-map): Move initialization into
15148         the declaration.  Override *all* bindings of `undo'.
15149         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15151 2005-04-09  Jay Belanger  <belanger@truman.edu>
15153         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15155 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15157         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15158         (xterm-register-default-colors): Update color values computation
15159         to match xterm-200.
15161 2005-04-09  Kenichi Handa  <handa@m17n.org>
15163         * international/code-pages.el (iso-latin-7): Fix the map.
15165 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15167         * emacs-lisp/lisp.el (defun-prompt-regexp)
15168         (parens-require-spaces, buffer-end, end-of-defun)
15169         (insert-parentheses): Doc fixes.
15171 2005-04-08  Kim F. Storm  <storm@cua.dk>
15173         * comint.el (comint-highlight-prompt): Fix face spec.
15174         * hi-lock.el (hi-green): Likewise.
15176 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15178         * cus-edit.el (custom-modified-face):
15179         * comint.el (comint-highlight-input): Fix previous changes.
15180         * term.el (term-handle-ansi-escape): Add a comment.
15182 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15184         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15185         in the buffer and in whitespace-highlighted-space.
15186         (whitespace-unhighlight-the-space): Simplify.
15187         (whitespace-buffer): Simplify.
15189 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15191         * textmodes/table.el (table-cell-face): Add special case for
15192         displays supporting a high number of colors.
15193         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15194         (vhdl-font-lock-reserved-words-face)
15195         (vhdl-speedbar-architecture-face)
15196         (vhdl-speedbar-instantiation-face)
15197         (vhdl-speedbar-architecture-selected-face)
15198         (vhdl-speedbar-instantiation-selected-face): Likewise.
15199         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15200         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15201         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15202         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15203         (ebrowse-progress-face): Likewise.
15204         * progmodes/compile.el (compilation-info-face): Likewise.
15205         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15206         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15207         * calendar/calendar.el (diary-face): Likewise.
15208         * woman.el (woman-italic-face, woman-bold-face)
15209         (woman-unknown-face): Likewise.
15210         * wid-edit.el (widget-button-pressed-face): Likewise.
15211         * whitespace.el (whitespace-highlight-face): Likewise.
15212         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15213         * pcvs-info.el (cvs-marked-face): Likewise.
15214         * info.el (info-xref): Likewise.
15215         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15216         * hilit-chg.el (highlight-changes-face)
15217         (highlight-changes-delete-face): Likewise.
15218         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15219         (hi-red-b): Likewise.
15220         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15221         * font-lock.el (font-lock-keyword-face)
15222         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15223         * cus-edit.el (custom-invalid-face, custom-modified-face)
15224         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15225         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15226         * comint.el (comint-highlight-prompt): Likewise.
15228 2005-04-08  Lute Kamstra  <lute@gnu.org>
15230         * font-lock.el (font-lock-keywords): Docstring fixes.
15232 2005-04-08  Kenichi Handa  <handa@m17n.org>
15234         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15235         chars are more than a limit, print " and more..." at the tail.
15237 2005-04-08  Kim F. Storm  <storm@cua.dk>
15239         * emacs-lisp/authors.el (authors-aliases): Update list.
15240         (authors-ignored-files): New list.
15241         (authors-fixed-entries): Fix typo.
15242         (authors-renamed-files-alist): Update list.
15243         (authors-add): Check authors-ignored-files.
15245 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15247         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15248         optional, to ensure backward compatibility.
15250 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15252         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15254 2005-04-08  Kim F. Storm  <storm@cua.dk>
15256         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15258         * mouse.el (mouse-on-link-p): Doc fix.
15260 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15262         * ielm.el (ielm-prompt-read-only): Doc fix.
15264         * comint.el (comint-prompt-read-only): Doc fix.
15266 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15268         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15269         ensure dired always handles wildcards passed to ffap.
15270         (find-file-at-point): Use it.
15271         (ffap-dired-wildcards): Doc fix.
15273 2005-04-07  Juri Linkov  <juri@jurta.org>
15275         * simple.el (next-error-overlay-arrow-position): New defvar.
15276         Put "=>" on its property `overlay-arrow-string'.  Add it to
15277         `overlay-arrow-variable-list'.
15279         * progmodes/compile.el (compilation-setup):
15280         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15281         nil in the local hook `kill-buffer-hook'.  Make local variable
15282         `overlay-arrow-string' and set it to "=>".
15283         (compilation-goto-locus): Set BOL position to
15284         `next-error-overlay-arrow-position' instead of
15285         `overlay-arrow-position'.
15287         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15288         locally instead of adding it to the global hook.
15289         (Info-kill-buffer): Move up.
15291 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15293         * term/xterm.el (xterm-standard-colors): Update color values from
15294         xterm-200.
15296 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15298         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15300         * fast-lock.el:
15301         * lazy-lock.el: Move them to the obsolete subdir.
15303 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15305         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15306         (wdired-add-replace-advice): Remove.
15307         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15309 2005-04-06  Kim F. Storm  <storm@cua.dk>
15311         * startup.el (command-line): Add --bare-bones alias for -Q.
15313 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15315         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15316         create the startup fontset if a font specification ends with
15317         `mac-roman'.
15319 2005-04-06  Lute Kamstra  <lute@gnu.org>
15321         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15322         change.
15324         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15325         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15327 2005-04-05  Lute Kamstra  <lute@gnu.org>
15329         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15330         (define-generic-mode): Ditto.  Fix debug declaration.
15332         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15333         Put them in the generic-x group.
15335         * calendar/timeclock.el (timeclock): Doc fix.
15337         * generic.el (define-generic-mode): Don't use custom-current-group.
15338         Document default :group value.
15339         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15340         (define-global-minor-mode): Don't use custom-current-group.
15342 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15344         * startup.el (command-line-1): Display startup-echo-area-message
15345         when fancy splash screen is in use.
15347         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15348         (sh-escaped-newline): New face.
15349         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15350         newline, and use sh-escaped-newline face.
15352         * progmodes/tcl.el (tcl-escaped-newline): New face.
15353         (tcl-builtin-list): New variable.
15354         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15355         newlines.  Fix keywords subexpression number.
15357 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15359         * textmodes/org.el (org-diary-default-entry): Fix call to
15360         `add-to-diary-entry'.
15362 2005-04-05  Kim F. Storm  <storm@cua.dk>
15364         * ediff-init.el: Use (featurep 'xemacs).
15366 2005-04-05  David Ponce  <david@dponce.com>
15368         * cus-edit.el (face): Derive from symbol widget.  Display sample
15369         of the current face on the fly.
15370         (widget-face-sample-face-get, widget-face-notify): New functions.
15371         (widget-face-value-create): Remove.
15373         * wid-edit.el (widget-field-end): Temporarily remove field
15374         narrowing before to call `get-char-property'.
15376 2005-04-04  Jay Belanger  <belanger@truman.edu>
15378         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15379         (math-read-subscripts): New variable.
15380         (math-read-preprocess-string): Process subscripts.
15382 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15384         * comint.el (comint-prompt-read-only): Doc fix.
15386         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15387         `-1'.  Doc fix.
15389 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15391         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15392         Change default value to nil.
15394 2005-04-04  Lute Kamstra  <lute@gnu.org>
15396         * autorevert.el (auto-revert-mode): Specify :group.
15397         * battery.el (display-battery-mode): Specify :group.
15398         * diff-mode.el (diff-minor-mode): Specify :group.
15399         * font-core.el (font-lock-mode): Specify :group.
15400         * hl-line.el (hl-line-mode): Specify :group.
15401         * iimage.el (iimage): New customization group.
15402         (iimage-mode): Specify :group.
15403         * longlines.el (longlines-mode): Specify :group.
15404         * master.el: Don't require easy-mmode.
15405         (master): New customization group.
15406         (master-mode): Specify :group.
15407         * msb.el (msb-mode): Specify :group.
15408         * reveal.el (reveal-mode): Specify :group.
15409         * simple.el (next-error-follow-minor-mode): Specify :group.
15410         * smerge-mode.el (smerge-mode): Specify :group.
15411         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15412         * emulation/cua-base.el (cua-mode): Specify :group.
15413         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15414         * language/thai-util.el (thai-auto-composition-mode)
15415         (thai-word-mode): Specify :group.
15416         * mail/supercite.el (sc-minor-mode): Specify :group.
15417         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15418         * progmodes/flymake.el (flymake-mode): Specify :group.
15419         * progmodes/glasses.el (glasses-mode): Specify :group.
15420         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15421         * textmodes/enriched.el (enriched-mode): Specify :group.
15422         * textmodes/refill.el (refill-mode): Specify :group.
15424         * add-log.el (change-log-font-lock-keywords): Names in
15425         parenthesized lists can contain spaces.
15427 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15429         * startup.el (fancy-splash-text): Shorten default text of
15430         "Emacs Tutorial" line.  Also, if the current language env
15431         indicates an available tutorial file other than TUTORIAL,
15432         extract its title and append it to the line in parentheses.
15433         (fancy-splash-insert): If arg is a thunk, funcall it.
15435 2005-04-04  Jay Belanger  <belanger@truman.edu>
15437         * calc.el (calc-language-alist): Add tags to customization type.
15439 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15441         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15442         Doc fix.
15444 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15446         * add-log.el (change-log-font-lock-keywords): The manual
15447         describing a Change Log entry, says: (...) "Aside from these
15448         header lines, every line in the change log starts with a space or
15449         a tab.".  The font-lock was not highlighting lines started with
15450         spaces, added support for it.
15452 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15454         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15455         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15456         complex example in the docstring.
15457         (bibtex-font-lock-url): Use pop.
15459 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15461         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15463         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15465 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15467         * filesets.el (filesets-set-default): Doc fix.
15469 2005-04-03  Lute Kamstra  <lute@gnu.org>
15471         * generic.el (define-generic-mode): Add argument to specify
15472         keywords for defcustom.
15473         (default-generic-mode): Specify :group.
15475         * generic-x.el: Specify :group for all generic modes.
15477         * desktop.el (desktop-no-desktop-file-hook)
15478         (desktop-after-read-hook): Doc fix.
15480 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15482         * simple.el (visible-mode): Use explicit :group keyword.
15483         This changes the group of `visible-mode-hook' from paren-blinking
15484         to editing-basics.
15486 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15488         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15489         mailbox specifications as well as URLs.
15490         (rmail-insert-inbox-text): Remove unused conditional branches.
15492 2005-04-01  Jay Belanger  <belanger@truman.edu>
15494         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15495         (calc-gnuplot-print-command): Move definitions to calc.el.
15497         * calc/calc-embed.el (calc-embedded-announce-formula)
15498         (calc-embedded-open-formula, calc-embedded-close-formula)
15499         (calc-embedded-open-word, calc-embedded-close-word)
15500         (calc-embedded-open-plain, calc-embedded-close-plain)
15501         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15502         (calc-embedded-open-mode, calc-embedded-close-mode):
15503         Move definitions to calc.el.
15505         * calc/calc.el (calc-settings-file, calc-language-alist):
15506         Make customizable.
15507         (calc-embedded-announce-formula, calc-embedded-open-formula)
15508         (calc-embedded-close-formula, calc-embedded-open-word)
15509         (calc-embedded-close-word, calc-embedded-open-plain)
15510         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15511         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15512         (calc-embedded-close-mode, calc-gnuplot-name)
15513         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15514         from other files and make customizable.
15516 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15518         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15519         Use buffer-live-p.
15520         (cvs-mode-run): Don't call cvs-update-header here.
15521         (cvs-run-process): Call cvs-update-header.
15522         Use process properties for cvs-postprocess and cvs-buffer so that
15523         the sentinel can behave better if the temp buffer is killed.
15524         Use a pipe rather than a tty, to better handle unexpected prompts.
15525         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15527 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15529         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15530         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15532 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15534         * generic.el (define-generic-mode): Add indentation rule.
15536 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15538         * files.el (mode-require-final-newline): Make Custom correctly
15539         report a nil value and allow to set it to nil via Custom.
15540         Doc fix.
15542 2005-04-01  Kenichi Handa  <handa@m17n.org>
15544         * international/characters.el: Enable the correct case setting for
15545         dotless-i and dotted-I.
15547 2005-04-01  Kim F. Storm  <storm@cua.dk>
15549         * ido.el (ido-file-internal): Fall back to non-ido command if
15550         initial directory is on slow ftp (or tramp) host.
15552 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15554         * emacs-lisp/autoload.el (make-autoload):
15555         Handle define-global-minor-mode.
15557         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15558         Rename from easy-mmode-define-global-mode.
15559         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15561         * progmodes/scheme.el (scheme-mode-syntax-table):
15562         Update syntax of | and # for two-character comment syntax.
15564 2005-03-31  Lute Kamstra  <lute@gnu.org>
15566         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15567         (define-minor-mode): Call custom-current-group at load-time.
15569         * generic.el (define-generic-mode): Add debug declaration.
15570         Add defcustom for the mode hook.
15571         (generic-mode-internal): Use run-mode-hooks.
15573 2005-03-31  Kim F. Storm  <storm@cua.dk>
15575         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15576         (mouse-fixup-help-message): New defun called by show_help_echo
15577         to fixup mouse-2 prefix in help messages when applicable.
15579         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15581 2005-03-31  Kenichi Handa  <handa@m17n.org>
15583         * language/thai-word.el (thai-find-word-ends): Pay attention to
15584         the case that we reach the end of buffer.
15586         * textmodes/fill.el (fill-text-properties-at): New function.
15587         (fill-newline): Use fill-text-properties-at instead of
15588         text-properties-at.
15590 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15592         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15593         not comint-quote-filename.
15595 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15597         * help-fns.el (help-with-tutorial): Revert last change.
15599 2005-03-31  Kim F. Storm  <storm@cua.dk>
15601         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15603 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15605         * calendar/cal-china.el: Update reference to "Calendrical
15606         Calculations" book; there's a new edition.
15607         * calendar/cal-coptic.el: Likewise.
15608         * calendar/cal-french.el: Likewise.
15609         * calendar/cal-hebrew.el: Likewise.
15610         * calendar/cal-islam.el: Likewise.
15611         * calendar/cal-iso.el: Likewise.
15612         * calendar/cal-julian.el: Likewise.
15613         * calendar/cal-mayan.el: Likewise.
15614         * calendar/cal-persia.el: Likewise.
15615         * calendar/calendar.el: Likewise.
15616         * calendar/holidays.el: Likewise.
15617         * calendar/lunar.el: Likewise.
15618         * calendar/solar.el: Likewise.
15620         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15621         white space from doc string.
15623 2005-03-30  Jay Belanger  <belanger@truman.edu>
15625         * calc/calc-help.el (calc-full-help): Remove email address.
15627 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15629         * help-fns.el (help-with-tutorial): Delete title line.
15631 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15633         * calendar/cal-x.el (calendar-one-frame-setup)
15634         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15635         rather than `symbol' for set-window-dedicated-p.
15637         * calendar/appt.el (appt-buffer-name): Make it a constant.
15638         (appt-add): Doc fix.
15640         * filesets.el (filesets-menu-path, filesets-menu-before)
15641         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15642         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15643         (filesets-add-submenu): Delete and use add-submenu instead.
15645 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15647         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15648         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15649         (org-diary-default-entry): New function.
15650         (org-get-entries-from-diary): Better parsing of diary entries.
15651         (org-agenda-check-no-diary): New function.
15652         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15653         linking to diary entries.
15654         (org-agenda-execute-calendar-command): New function.
15655         (org-agenda): Improve visible section in window.
15656         Use `org-fit-agenda-window'.
15657         (org-fit-agenda-window): New option.
15658         (org-move-subtree-down): Better handling of empty lines
15659         at end of subtree.
15660         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15661         levels up.
15662         (org-fontify-done-headline): New option.
15663         (org-headline-done-face): New face.
15664         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15665         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15666         When current field is non-empty, it is copied to next row.
15667         (org-table-copy-from-above): Fix bug which made it
15668         impossible to copy fields containing only a single non-white character.
15670 2005-03-30  Kim F. Storm  <storm@cua.dk>
15672         * kmacro.el (kmacro-end-macro): Isearch may store this command
15673         into the macro -- so ignore it when executing keyboard macro.
15675 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15677         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15679 2005-03-29  Kenichi Handa  <handa@m17n.org>
15681         * language/thai.el ("Thai"): Set setup-function and exit-function
15682         for Thai language environment.
15684         * language/thai-util.el: Require thai-word.
15685         (thai-word-mode-map): New variable.
15686         (thai-word-mode): New minor mode.
15687         (setup-thai-language-environment-internal): New function.
15688         (exit-thai-language-environment-internal): New function.
15690         * language/thai-word.el (thai-word-table): Declare it by defvar,
15691         use dolist to initialize it.
15692         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15693         (thai-fill-find-break-point): New functions.
15695 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15697         * simple.el (idle-update-delay): Move definition up.
15698         (set-mark): Doc fix.
15700 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15702         * longlines.el: New file.
15704         * simple.el (buffer-substring-filters): New variable.
15705         (filter-buffer-substring): New function.
15706         (kill-region, copy-region-as-kill): Use it.
15708         * register.el (copy-to-register, append-to-register)
15709         (prepend-to-register): Use filter-buffer-substring.
15711 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15713         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15714         (gud-filter-pending-text): Move in front of gdb.
15715         (gud-overlay-arrow-position): New variable.
15716         (gud-sentinel, gud-display-line): Use it in place of
15717         overlay-arrow-position.
15719 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15721         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15722         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15723         (fortran-font-lock-keywords-4): New variable.
15724         (fortran-blocks-re, fortran-end-block-re)
15725         (fortran-start-block-re): New constants, for hideshow.
15726         (hs-special-modes-alist): Add a Fortran entry.
15727         (fortran-mode-map): Bind fortran-end-of-block,
15728         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15729         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15730         (fortran-looking-at-if-then, fortran-end-of-block)
15731         (fortran-beginning-of-block): New functions, for hideshow.
15733         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15734         Doc fix.  Tweak regexp.
15735         (f90-beginning-of-block): Push mark first.
15737 2005-03-29  Jay Belanger  <belanger@truman.edu>
15739         * calc/calc.el: Update copyright date.
15740         (calc-version): Increase to 2.1.
15741         (calc-version-date): Remove.
15743         * calc/calc-help.el: Update copyright date.
15744         (calc-full-help): Remove reference to calc-version-date.
15745         Update copyright date.
15747 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15749         * vc.el (vc-do-command): Use a pipe for async processes, so password
15750         prompts don't show up at places where the user can't reply.
15752 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15754         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15755         on the file name we pass to the inferior shell.
15757 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15759         * progmodes/which-func.el (which-function): Be robust in the face of an
15760         imenu--make-index-alist failure.
15762 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15764         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15766         * progmodes/python.el (python-preoutput-filter): Fix last change.
15768 2005-03-29  Lute Kamstra  <lute@gnu.org>
15770         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15771         functions and compiled macros.
15772         (debug-convert-byte-code): Handle macros too.
15773         (debug-on-entry-1): Don't signal an error when trying to clear a
15774         function that is not set to debug on entry.
15776 2005-03-29  Jay Belanger  <belanger@truman.edu>
15778         * calc/calc-lang.el: Add functions to math-function-table
15779         properties of tex and math.
15781 2005-03-29  Kenichi Handa  <handa@m17n.org>
15783         * ps-mule.el (ps-mule-plot-string): Translate characters by
15784         ps-print-translation-table.
15785         (ps-mule-begin-job): Call find-charset-region/string with
15786         ps-print-translation-table.
15787         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15789         * ps-print.el (ps-print-translation-table): New variable.
15790         (ps-plot-region): Translate characters by ps-print-translation-table.
15792 2005-03-29  Juri Linkov  <juri@jurta.org>
15794         * simple.el (next-error-highlight-timer): New variable.
15796         * progmodes/compile.el (compilation-goto-locus):
15797         Use `next-error-highlight-timer' instead of `sit-for'.
15799 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15801         * mail/supercite.el (sc-mail-field): Use assoc-string.
15802         (sc-get-address): Simplify regexps.
15804         * files.el (minibuffer-with-setup-hook): New macro.
15805         (find-file-read-args): Use it to avoid let-binding
15806         minibuffer-with-setup-hook (which breaks turning on/off
15807         file-name-shadow-mode while in the prompt).
15809         * complete.el (PC-read-include-file-name-internal):
15810         Use test-completion.
15812 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15814         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15816 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15818         * window.el (window-buffer-height): Use count-screen-lines.
15820         * progmodes/python.el (python-preoutput-leftover): New var.
15821         (python-preoutput-filter): Use it.
15822         (python-send-receive): Loop until all the result has been received.
15824 2005-03-28  Juri Linkov  <juri@jurta.org>
15826         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15828         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15829         "Recover Crashed Session".
15830         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15831         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15832         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15833         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15834         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15835         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15836         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15837         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15839         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15840         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15841         Ediff Sessions", "Toggle use of separate control buffer frame",
15842         "Use separate frame for Ediff control buffer".
15844         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15845         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15846         "Rename Bookmark", "Delete Bookmark".
15848         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15849         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15850         Add `:active Info-index-alternatives' to "Next Matching Item".
15852         * wdired.el (wdired-change-to-wdired-mode):
15853         Mention `wdired-abort-changes' key in the initial message.
15855         * international/mule.el (auto-coding-alist): Associate non-ascii
15856         image filename extensions with `no-conversion'.
15858 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15860         * international/iso-acc.el:
15861         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15863 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15865         * textmodes/sgml-mode.el (html-mode): Doc update.
15867         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15869 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15871         * term.el (term-move-columns): Fix face after extending a line.
15872         (term-insert-spaces): Likewise.
15873         (term-reset-terminal): Fix off by one error.
15875 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15877         * international/mule.el (auto-coding-alist): Add .xpi files.
15879         * files.el (auto-mode-alist): Add .xpi files.
15881 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15883         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15885 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15887         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15889 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15891         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15892         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15894         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15895         cursor to Jan 1 when needed.
15896         (calendar-end-of-year): Fix -/+ typo.
15897         Reported by Chong Yidong <cyd@stupidchicken.com>.
15899 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15901         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15903         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15904         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15906 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15908         * filesets.el (filesets-init): Add autoload.
15910         * mail/mailalias.el (mail-directory): Doc fix.
15912 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15914         * mail/mailalias.el (mail-directory-process): Do nothing if
15915         mail-directory-process is an atom.
15916         (mail-get-names): Ignore mail-directory-names if it is an atom.
15917         (mail-directory-process defvar): Doc fix.
15918         (mail-names): Doc fix.
15920 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15922         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15924 2005-03-26  Kenichi Handa  <handa@m17n.org>
15926         * international/mule-util.el (detect-coding-with-priority):
15927         Call update-coding-systems-internal before detect-coding-region.
15929 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15931         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15932         (gdb-frames-mode-map): Add follow-link property.
15934 2005-03-25  Jay Belanger  <belanger@truman.edu>
15936         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15937         for variables.
15939 2005-03-25  Juri Linkov  <juri@jurta.org>
15941         * image-mode.el: Optimize image filename extension regexps in
15942         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15943         in `auto-mode-alist'.
15944         (image-mode): Add `image-toggle-display-text' to local hook
15945         `change-major-mode-hook'.  Display the image as an image by
15946         default.  Set `cursor-type' and `truncate-lines' if the image
15947         is already displayed.  Take into account the current mode (image
15948         or text) in message.
15949         (image-minor-mode): New minor mode.
15950         (image-mode-maybe, image-toggle-display-text): New functions.
15951         (image-toggle-display): Use called-interactively-p.
15952         Let-bind `inhibit-read-only' to t.
15954         * image-mode.el (image-minor-mode): Set `cursor-type' and
15955         `truncate-lines' if the image is already displayed.  Add turning
15956         image-minor-mode off to `change-major-mode-hook'.  Add message.
15957         Call `image-toggle-display-text' after turning image-minor-mode off.
15959 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15961         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15962         Terminal.app, use utf-8.
15963         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15964         (set-locale-environment): Use it.
15966         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15968         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15970         * progmodes/python.el (python-close-block-statement-p)
15971         (python-outdent-p, python-current-defun): Use symbol-end.
15973 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15975         * files.el (save-some-buffers): Doc fix.
15977 2005-03-25  Werner Lemberg  <wl@gnu.org>
15979         * complete.el, thumbs.el: Replace `legal' with `valid'.
15980         * calendar/calendar.el: Replace `legal' with `valid'.
15981         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15982         * mail/supercite.el: Replace `legal' with `valid'.
15983         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15984         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15985         Replace `legal' with `valid'.
15986         * textmodes/reftex-vars.el, textmodes/reftex.el:
15987         Replace `legal' with `valid'.
15989 2005-03-25  Werner Lemberg  <wl@gnu.org>
15991         * calc/calc-forms.el, calc/calc-sel.el:
15992         * midnight.el, vc-cvs.el:
15993         * emacs-lisp/cl-macs.el:
15994         * emulation/vip.el:
15995         * eshell/esh-io.el, eshell/esh-var.el:
15996         * mail/supercite.el:
15997         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15998         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15999         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16000         * progmodes/sh-script.el, progmodes/xscheme.el:
16001         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16002         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16003         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16004         * textmodes/reftex.el, textmodes/org.el:
16005         Replace `illegal' with `invalid'.
16007 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16009         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16010         (flymake-find-buildfile, flymake-find-possible-master-files)
16011         (flymake-check-include, flymake-parse-line): Replace loops over the
16012         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16014         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16015         Substitute file-name-as-directory in the rest of the file.
16016         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16017         (flymake-replace-region): Remove unused arg `buffer'.
16018         (flymake-check-patch-master-file-buffer): Update calls to it.
16019         (flymake-add-err-info): Remove unused var `count'.
16020         (flymake-mode): Use define-minor-mode.
16022         * progmodes/flymake.el: Use with-current-buffer.
16023         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16024         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16025         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16026         Avoid testing for `xemacs'.
16027         (flymake-nop): Move.
16028         (flymake-region-has-flymake-overlays): Return the computed value.
16029         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16030         Remove unused var `endline'.
16031         (flymake-get-line-count): Remove unused function.
16032         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16034         * emulation/vi.el:
16035         * generic.el:
16036         * hilit-chg.el (global-highlight-changes):
16037         * hi-lock.el (hi-lock-mode):
16038         * follow.el: find-file-hooks -> find-file-hook.
16040         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16042 2005-03-24  Juri Linkov  <juri@jurta.org>
16044         * dired.el (dired-mode-map): Add menu item "Compare directories"
16045         for dired-compare-directories.
16047         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16048         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16050 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16052         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16054 2005-03-24  Jay Belanger  <belanger@truman.edu>
16056         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16057         relevant mode settings in calc-embedded-original-modes when modes
16058         are permanently changed.
16060 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16062         * autoinsert.el: find-file-hooks -> find-file-hook.
16064 2005-03-24  Lute Kamstra  <lute@gnu.org>
16066         * generic.el (generic-font-lock-defaults): Make it obsolete.
16067         (generic-font-lock-keywords): New variable to replace
16068         generic-font-lock-defaults.
16069         (generic-mode-set-font-lock): Delete it.
16070         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16071         (generic-bracket-support): Add docstring.
16073         * generic-x.el: Rename generic-font-lock-defaults to
16074         generic-font-lock-keywords throughout.
16075         (mailagent-rules-setup-function): Delete it.
16076         (mailagent-rules-generic-mode): Use anonymous function instead.
16077         (show-tabs-generic-mode-font-lock-defaults-1)
16078         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16079         Quote faces.
16080         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16081         not foreground.
16083         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16084         Recognize define-generic-mode.
16086 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16088         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16089         if there's no completion table.
16091 2005-03-23  Miles Bader  <miles@gnu.org>
16093         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16094         Remove tty-specific variants, as they're no longer needed.
16096 2005-03-23  Lute Kamstra  <lute@gnu.org>
16098         * generic-x.el: Code cleanup: make args constant whenever possible.
16099         (installshield-statement-keyword-list)
16100         (installshield-system-functions-list)
16101         (installshield-system-variables-list, installshield-types-list)
16102         (installshield-funarg-constants-list): Make them constants.
16104         * generic.el (generic-make-keywords-list): Add autoload cookie.
16106         * calendar/time-date.el: Add comment on time value formats.
16107         Don't require parse-time.
16108         (with-decoded-time-value): New macro.
16109         (encode-time-value): New function.
16110         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16111         (days-to-time): Return a valid time value when arg is huge.
16112         (time-since): Use time-subtract.
16113         (time-to-number-of-days): Use time-to-seconds.
16115 2005-03-23  David Ponce  <david@dponce.com>
16117         * recentf.el: (recentf-keep): New option.
16118         (recentf-menu-action): Default to `find-file'.
16119         (recentf-keep-non-readable-files-flag)
16120         (recentf-keep-non-readable-files-p)
16121         (recentf-file-readable-p, recentf-find-file)
16122         (recentf-cleanup-remote): Remove.
16123         (recentf-include-p): More robust.
16124         (recentf-keep-p): New function.
16125         (recentf-remove-if-non-kept): Rename from
16126         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16127         All callers updated.
16128         (recentf-menu-items-for-commands): Fix help string.
16129         (recentf-track-closed-file): Update.  Doc fix.
16130         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16132 2005-03-23  Kim F. Storm  <storm@cua.dk>
16134         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16135         Don't inherit from fringe face (now happens automatically).
16137 2005-03-22  Kim F. Storm  <storm@cua.dk>
16139         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16140         position values.
16142 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16144         * menu-bar.el (showhide-date-time): Remove.
16145         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16146         (menu-bar-make-mm-toggle): Simplify.
16148 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16150         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16151         Accept qualified variable and function names.
16153 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16155         * bindings.el (completion-ignored-extensions):
16156         Remove ".lis" for `vax-vms'.
16158 2005-03-22  Andreas Schwab  <schwab@suse.de>
16160         * generic-x.el: Revert last change.
16161         * ldefs-boot.el: Update.
16163 2005-03-22  Jay Belanger  <belanger@truman.edu>
16165         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16166         (calc-embedded-save-original-modes)
16167         (calc-embedded-restore-original-modes): New functions.
16168         (calc-do-embedded): Save original modes when entering embedded mode
16169         and restore when leaving embedded mode.
16170         (calc-embedded-modes-change): Change the value of
16171         calc-embedded-original-modes to reflect permanent changes.
16173 2005-03-22  Lute Kamstra  <lute@gnu.org>
16175         * generic-x.el: Require generic again.
16177 2005-03-22  Miles Bader  <miles@gnu.org>
16179         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16180         Tweak details to look good on both ttys and bitmap displays, light
16181         or dark background, etc.
16183 2005-03-21  Kim F. Storm  <storm@cua.dk>
16185         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16186         mouse position.
16188 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16190         * icomplete.el: Don't forcibly turn on the mode upon load.
16191         (icomplete-mode): Use define-minor-mode.
16192         (icomplete-eoinput): Default to nil.
16193         (icomplete-minibuffer-setup): Remove autoload.
16194         (icomplete-tidy): Simplify.
16195         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16196         in the initial state or if the user has modified the field.
16197         Fix handling of icomplete-max-delay-chars.
16198         Remove code that handles the oddball case where
16199         minibuffer-completion-table is an integer.
16200         Wrap icomplete-completions in while-no-input in case building
16201         completions takes more time than expected.
16202         (icomplete-completions): Simplify.
16204 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16206         * jka-compr.el (jka-compr-really-do-compress):
16207         Make variable buffer-local.
16209         * image-mode.el: Handle .xpm files too.
16210         (image-toggle-display): Preserve modification flag.
16212         * help.el (where-is): Don't mention aliases with no key bindings.
16214 2005-03-21  Lute Kamstra  <lute@gnu.org>
16216         * generic.el: Fix commentary section.  Don't require cl for
16217         compilation.
16218         (generic-mode-list): Add autoload cookie.
16219         (generic-use-find-file-hook, generic-lines-to-scan)
16220         (generic-find-file-regexp, generic-ignore-files-regexp)
16221         (generic-mode, generic-mode-find-file-hook)
16222         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16223         (define-generic-mode): Make it a defmacro.  Fix docstring.
16224         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16225         (generic-mode-set-comments): Code cleanup.
16226         * generic-x.el: Don't prevent compilation.  Don't require generic.
16227         Follow coding conventions.  Minor code cleanup.
16228         (etc-fstab-generic-mode): Add some keywords.
16229         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16230         define-generic-mode like a function declaration.
16232 2005-03-21  Jay Belanger  <belanger@truman.edu>
16234         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16235         changing modes.
16237 2005-03-21  Sam Steingold  <sds@gnu.org>
16239         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16241 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16243         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16244         Add underscore to "f$ lexicals" regexp.
16246 2005-03-20  Juri Linkov  <juri@jurta.org>
16248         * subr.el (progress-reporter-do-update): When `min-value' is equal
16249         to `max-value', set `percentage' to 0 and prevent division by zero.
16251 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16253         Sync with Tramp 2.0.48.
16255         * net/tramp.el (all): Change all addresses to .gnu.org.
16256         (tramp-append-tramp-buffers): New defun.
16257         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16258         Catch `dont-send' signal.
16259         (tramp-set-auto-save-file-modes): Set always permissions, because
16260         there might be an old auto-saved file belonging to another
16261         original file.  This could be a security threat.  Reported by
16262         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16263         Check for Emacs 21.3.50 removed.
16265         * net/tramp-smb.el (all): Remove debug construct for
16266         `with-parsed-tramp-file-name'.
16267         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16268         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16269         No error message if DIRECTORY or FILENAME doesn't exist.
16270         (tramp-smb-open-connection): Check existence of
16271         `tramp-smb-program'.
16273 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16275         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16276         Properly handle the case where the `m' or `s' command's argument is not
16277         yet terminated.
16278         (perl-indent-new-calculate): New function.
16279         (perl-indent-line): Use it.
16281 2005-03-20  Miles Bader  <miles@gnu.org>
16283         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16284         in text-mode too.  Change to new face names.
16285         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16286         Add `:weight bold' attribute.
16287         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16289 2005-03-19  Juri Linkov  <juri@jurta.org>
16291         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16293         * international/mule.el (auto-coding-alist): Sync with
16294         `auto-mode-alist' by adding upper case archive file extensions
16295         and adding ear/war to jar extension.
16297 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16299         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16300         running, restart it.
16302 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16304         * finder.el (finder-current-item): Throw an error on an empty line.
16306         * man.el (Man-follow-manual-reference): If current-word returns
16307         nil, use "".
16309 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16311         * simple.el (goto-line): Doc fix.
16313 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16315         * files.el (save-buffer): Doc fix.
16317 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16319         * recentf.el (recentf-cleanup-remote): New variable.
16320         (recentf-cleanup): Use it to conditionally check availability of
16321         remote files.
16323 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16325         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16326         function names.
16328 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16330         * language/thai-word.el: New file.
16332 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16334         * files.el (backup-buffer): If the file's directory is not
16335         writable, use copy instead of move to backup the file.
16337 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16339         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16341 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16343         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16344         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16345         <darkman_spam@yahoo.fr>.
16346         (ps-print-version): New version 6.6.6.
16348 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16350         * textmodes/table.el (table--line-column-position): New idiom.
16351         (table--row-column-insertion-point-p): New function to test
16352         validity of row and column insertion operation at a location.
16353         (table-global-menu, table-cell-menu): Use above functions for
16354         deterministic test operation.
16355         (table--editable-cell-p): Behave in deterministic fashion.
16357 2005-03-18  Juri Linkov  <juri@jurta.org>
16359         * isearch.el (isearch-lazy-highlight-new-loop):
16360         Make arguments beg and end optional.
16361         (isearch-update): Remove optional arguments nil from
16362         isearch-lazy-highlight-new-loop.
16363         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16364         isearch-lazy-highlight-case-fold-search instead of
16365         isearch-case-fold-search, and let-bind isearch-regexp to
16366         isearch-lazy-highlight-regexp.
16367         Use isearch-lazy-highlight-last-string instead of isearch-string.
16369         * replace.el (perform-replace): Remove bindings of global
16370         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16371         Add three new arguments to `replace-highlight'.
16372         (replace-highlight): Add arguments string, regexp, case-fold.
16373         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16374         to allow isearch-lazy-highlight-new-loop to use these values
16375         to set corresponding isearch-lazy-highlight-* internal
16376         variables whose values lazy highlighting will use regardless of
16377         changes to global variables isearch-string, isearch-regexp,
16378         isearch-case-fold-search during lazy highlighting loop.
16379         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16380         to `lazy-highlight-cleanup'.
16382         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16383         (ispell-highlight-face): Set default face to `isearch' when
16384         lazy highlighting is enabled.
16385         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16386         priority to 1.  Add lazy highlighting.
16387         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16388         from `isearch-dehighlight'.
16390 2005-03-18  David Ponce  <david@dponce.com>
16392         * files.el (hack-local-variables): Do a case-insensitive search
16393         for End.
16395 2005-03-18  Juri Linkov  <juri@jurta.org>
16397         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16398         `isearch-lazy-highlight-cleanup', add alias to old name and
16399         declare obsolete.  Add release numbers to other obsolete vars.
16400         (isearch-done, isearch-lazy-highlight-new-loop):
16401         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16402         (lazy-highlight-cleanup) <variable>: Doc fix.
16403         (isearch-lazy-highlight-update): Rename obsolete
16404         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16406 2005-03-18  Kenichi Handa  <handa@m17n.org>
16408         * language/thai-util.el: Fix categorization of Thai characters in
16409         thai-category-table.
16410         (thai-composition-pattern): Adjust it for the above change.
16411         (thai-self-insert-command, thai-compose-syllable): New functions.
16412         (thai-compose-region): Use thai-compose-syllable.
16413         (thai-compose-string): Likewise.
16414         (thai-composition-function): Likewise.
16415         (thai-auto-composition): New function.
16416         (thai-auto-composition-mode): New minor mode.
16418         * language/thai.el: Fix patterns to be registered in
16419         composition-function-table.
16421         * international/quail.el (quail-input-method): Locally bind
16422         inhibit-modification-hooks to t.
16424 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16426         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16427         (perl-mode): Use run-mode-hooks.
16429         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16430         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16431         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16433         * mail/sendmail.el (sendmail-send-it): Reenable the code
16434         to compute resend-to-address and use it.
16436         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16438         * image-mode.el: New file.
16440         * image.el (insert-sliced-image): Add autoload cookie.
16442         * font-lock.el (font-lock-lines-before): New user option.
16443         (font-lock-after-change-function): Obey it.
16445         * bindings.el (esc-map): Make M-g a prefix.
16446         Bind M-g g and M-g M-g to goto-line.
16448         * faces.el (face-id): Doc fix.
16450 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16452         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16453         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16454         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16456         * mail/sendmail.el (mail-yank-ignored-headers)
16457         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16458         Add Mail-Followup-To and Mail-Reply-To headers.
16459         (mail-citation-hook): Add autoload cookie.
16460         (mail-mode): Doc fix.
16461         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16462         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16463         (mail-mode-fill-paragraph): Handle those headers.
16464         (mail-mailing-lists): New variable.
16465         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16467 2005-03-17  Juri Linkov  <juri@jurta.org>
16469         * isearch.el (isearch-fallback): Check for `(car previous)'
16470         before calling `isearch-other-end-state'.
16472 2005-03-17  Kim F. Storm  <storm@cua.dk>
16474         * simple.el (move-beginning-of-line): Move to beginning of buffer
16475         line, as well as beginning of screen line.
16477 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16479         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16480         argument REDRAW rather than calendar-redrawing variable.
16481         * calendar/calendar.el (calendar-redrawing): Delete.
16482         (redraw-calendar): Do not bind calendar-redrawing.
16484 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16486         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16487         diary-file buffer.
16489 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16491         * help.el (describe-mode): Allow a :minor-mode-function property to
16492         specify a different minor mode toggle function than the variable.
16493         * simple.el (auto-fill-function):
16494         * subr.el (add-minor-mode): Use it.
16496 2005-03-16  Kenichi Handa  <handa@m17n.org>
16498         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16499         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16500         (ethio-fidel-to-sera-buffer): Likewise.
16502 2005-03-16  Juri Linkov  <juri@jurta.org>
16504         * emacs-lisp/find-func.el (find-function-regexp):
16505         Add defun-emitting macro `menu-bar-make-toggle'.
16507         * isearch.el: Put `isearch-scroll' property to
16508         `split-window-horizontally'.
16510         * info.el: Update error messages for `debug-ignored-errors'.
16511         (Info-isearch-search): Doc fix.
16512         (Info-find-node): Move up code to go into info buffer before
16513         recording the node to the history.
16514         (Info-fontify-node): Fontify titles only if the next line
16515         has two or more `*', `=', `-', `.'.
16516         Display "go to this node" for empty (match-string 3).
16518 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16520         * term/mac-win.el: Add mouse pointer shape constants.
16522 2005-03-15  Kim F. Storm  <storm@cua.dk>
16524         * simple.el (move-beginning-of-line): Use vertical-motion.
16526 2005-03-15  Juri Linkov  <juri@jurta.org>
16528         * isearch.el (isearch-error): New variable.
16529         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16530         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16531         (isearch-within-brackets-state): Remove.
16532         (isearch-case-fold-search-state, isearch-pop-fun-state):
16533         Decrease frame index.
16534         (isearch-mode, isearch-top-state, isearch-push-state)
16535         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16536         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16537         (isearch-search, isearch-lazy-highlight-new-loop):
16538         Replace `isearch-invalid-regexp' with `isearch-error'.
16539         Remove `isearch-within-brackets'.
16540         (isearch-search): Add `search-failed' handler to `condition-case'.
16541         (isearch-lazy-highlight-search): Add `condition-case' to catch
16542         errors and allow `isearch-lazy-highlight-update' to try
16543         highlighting from the beginning of the window.
16544         (isearch-repeat): Move up code to set isearch-wrapped to t
16545         before calling isearch-wrap-function.
16547         * info.el (Info-isearch-initial-node): New internal variable.
16548         (Info-search): Signal an error in isearch mode when search leaves
16549         the initial node.  Signal an error when `bound' is non-nil and
16550         nothing was found in the current subfile.
16551         (Info-isearch-search): Remove `condition-case'.
16552         (Info-isearch-wrap): Don't wrap when search failed during leaving
16553         the initial node.  If `Info-isearch-search' is nil, wrap around
16554         the current node.
16555         (Info-isearch-start): New fun.
16556         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16557         `isearch-mode-hook'.
16559 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16561         * simple.el (normal-erase-is-backspace): Set default to t if
16562         running on Mac.
16564         * term/mac-win.el (function-key-map): Sync with x-win.el.
16566 2005-03-15  Kenichi Handa  <handa@m17n.org>
16568         * international/mule-cmds.el (locale-language-names): Modify the
16569         format of elements and add more entries.
16570         (locale-preferred-coding-systems): Add more entries.
16571         (set-locale-environment): Adjust for the change of
16572         locale-language-names.
16574 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16576         * pcvs.el (smerge-ediff): Remove bogus autoload.
16578 2005-03-14  Lute Kamstra  <lute@gnu.org>
16580         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16581         Ignore a `*' at the beginning of a line.
16583         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16584         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16585         subr.el.
16586         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16587         to specify indentation.
16589         * generic.el (define-generic-mode): Let generic-mode-list be a
16590         list of strings; test membership with equal.
16592 2005-03-14  Kim F. Storm  <storm@cua.dk>
16594         * simple.el (next-line, previous-line): Add optional try-vscroll
16595         arg to recognize interactive use.  Pass it on to line-move.
16596         (line-move): Don't perform auto-window-vscroll when defining or
16597         executing keyboard macro to ensure consistent behavior.
16599 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16601         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16603 2005-03-13  Lute Kamstra  <lute@gnu.org>
16605         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16606         debugger-setup-buffer so that backtrace marks the frames set to
16607         debug-on-exit and we don't have to do it manually.  Set an extra
16608         debug-on-exit for macro's.
16609         (debugger-setup-buffer): Don't mark the top frame manually.
16611 2005-03-12  Lute Kamstra  <lute@gnu.org>
16613         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16614         lisp-indent-function throughout.
16615         (with-no-warnings): Set lisp-indent-function property.
16617 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16619         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16620         Add entry for backslash.
16622 2005-03-12  Juri Linkov  <juri@jurta.org>
16624         * info.el (Info-search): Four fixes for backward search.
16626 2005-03-11  Jay Belanger  <belanger@truman.edu>
16628         * calc/calc.el (calc-language-alist): New variable.
16629         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16630         (calc-embedded-find-modes): Use calc-language-alist instead of
16631         calc-embedded-language-alist.
16633 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16635         * calendar/calendar.el (calendar-redrawing): New internal
16636         variable.
16637         (redraw-calendar): Remove bogus save-excursion from previous
16638         change.  Bind calendar-redrawing to t for mark-diary-entries.
16639         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16640         calendar if that is why we were called.
16642 2005-03-11  Kenichi Handa  <handa@m17n.org>
16644         * international/mule.el (make-coding-system): Set property
16645         coding-system-define-form to nil.
16646         (define-coding-system-alias): Likewise.
16648 2005-03-11  Kenichi Handa  <handa@m17n.org>
16650         These changes are suggested by Dave Love <fx@gnu.org>.
16652         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16653         coding: tag.
16654         (adaptive-fill-regexp): Add more bullets.
16655         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16656         regexps.
16658 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16660         * help.el (describe-mode): Properly handle non-trivial lighters.
16661         Don't ignore minor modes that are not listed in minor-mode-list.
16663         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16664         feature ON when the user requests to turn it OFF.
16666 2005-03-10  Lute Kamstra  <lute@gnu.org>
16668         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16669         (implement-debug-on-entry): New function to replace debug-entry-code.
16670         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16671         second argument as the 2005-03-07 change makes it obsolete.
16672         (debug-on-entry, cancel-debug-on-entry): Update call to
16673         debug-on-entry-1.
16674         (debug, debugger-setup-buffer): Comment update.
16675         (debugger-frame-number): Update to work with implement-debug-on-entry.
16677 2005-03-10  Jay Belanger  <belanger@truman.edu>
16679         * calc/calc-embed.el (math-ms-args): Declare it.
16680         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16681         math-ms-args.
16682         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16683         variables.
16685 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16687         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16688         Use message-box.
16690         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16691         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16692         (tooltip-gud-tips): Simplify.
16693         (tooltip-gud-tips-p): Remove superfluous :set.
16694         (tooltip-gud-modes): Add fortran-mode.
16695         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16697         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16699 2005-03-09  Kim F. Storm  <storm@cua.dk>
16701         * play/animate.el (animate-place-char): Use forward-line instead
16702         of next-line to improve performance.
16704 2005-03-09  Simon Josefsson  <jas@extundo.com>
16706         * net/browse-url.el (browse-url-default-browser): Doc fix.
16708 2005-03-09  Miles Bader  <miles@gnu.org>
16710         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16711         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16713 2005-03-09  Kenichi Handa  <handa@m17n.org>
16715         * international/latin-1.el: Set case and syntax for 255 only if
16716         set-case-syntax-set-multibyte is nil.
16718         * textmodes/ispell.el (ispell-insert-word): New function.
16719         (ispell-word): Use ispell-insert-word to insert a new word.
16720         (ispell-process-line): Likewise.
16721         (ispell-complete-word): Likewise.
16723 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16725         * calendar/calendar.el (redraw-calendar): Preserve point.
16726         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16727         (calendar-week-start-day): Move after definition of
16728         redraw-calendar.  Delete buffer test, since redraw-calendar has
16729         that now.
16731         * calendar/diary-lib.el (mark-diary-entries): Only call
16732         redraw-calendar in the first of any recursive calls.
16733         Reported by Alan Shutko <ats@acm.org>.
16735 2005-03-08  Juri Linkov  <juri@jurta.org>
16737         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16738         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16739         (html-radio-buttons): Add a space before the trailing `/>' where
16740         sgml-xml-mode is non-nil.
16741         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16742         the subsequent tag of the empty XML tag.
16743         (html-href-anchor): Don't set initial input to "http:".
16744         (html-image): Ask for the image URL and set point inside alt="".
16745         (html-name-anchor): Duplicate the name in the `id' attribute when
16746         sgml-xml-mode is non-nil.
16747         (html-paragraph): Remove \n before <p>.
16748         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16749         instead of `checked' when sgml-xml-mode is non-nil.
16751         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16752         Remove 1 space before #RRGGBB to not truncate it on terminal
16753         windows w/o fringes.  Remove 1 space between bg and fg examples
16754         to get more space.
16755         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16756         avoid byte-compile warnings.
16758         * image-file.el (image-file-handler): Put `safe-magic' property to
16759         `image-file-handler'.
16761         * info.el (Info-isearch-search): Emulate word search in
16762         isearching through multiple Info nodes with Info-search.
16763         (Info-isearch-wrap): Allow isearch-word.
16765 2005-03-08  Lute Kamstra  <lute@gnu.org>
16767         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16768         stepping into the debugger's code is not possible.
16769         (debugger-jumping-flag): Docstring update.
16771 2005-03-08  Jay Belanger  <belanger@truman.edu>
16773         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16774         embedded mode begins.
16775         (calc-embedded-language-alist): New variable.
16776         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16777         set default language mode.
16779 2005-03-08  Kenichi Handa  <handa@m17n.org>
16781         * international/ccl.el (define-ccl-program): Fix docstring about
16782         extra 256 bytes assured for the output buffer.
16784         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16785         Fix BUFFER_MAGNIFICATION to 2.
16786         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16788 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16790         * align.el (align-rules-list): Added an alignment rule for CSS
16791         declarations (applies to css-mode and html-mode buffers).
16793 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16795         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16797 2005-03-07  Kim F. Storm  <storm@cua.dk>
16799         * simple.el (move-beginning-of-line): New command.
16801         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16803         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16805         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16806         and move-beginning-of-line.
16808         * apropos.el (apropos-print): Omit command from M-x ... RET.
16810 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16812         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16813         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16815 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16817         * bindings.el (esc-map): Bind M-g to goto-line.
16819         * facemenu.el (global-map): Bind M-o, not M-g.
16821 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16823         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16824         "Open Directory" as for "Open File".
16826 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16828         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16829         (push-mark-command): Run activate-mark-hook.
16831 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16833         * help-mode.el (help-mode-finish): Don't alter the element
16834         in view-return-to-alist if there already is one.
16836         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16837         make sure the current buffer is the expected one.
16839         * novice.el (disabled-command-function): Output in *Disabled Command*.
16840         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16842         * textmodes/flyspell.el (flyspell-large-region):
16843         Pass args differently for aspell.
16845         * files.el (mode-require-final-newline): Doc fix.
16847 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16849         * progmodes/which-func.el (which-function):
16850         Specify NOERROR when calling imenu--make-index-alist.
16852 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16854         * simple.el (normal-erase-is-backspace): Define default value.
16856         * custom.el (custom-theme-set-variables): Remove unused var
16857         `immediate'.
16858         (custom-reevaluate-setting): Simple function to handle variables
16859         that are defined before their default value can really be
16860         computed.
16862         * startup.el (command-line): Use it for temporary-file-directory,
16863         small-emporary-file-directory, auto-save-file-name-transforms,
16864         blink-cursor-mode, and normal-erase-is-backspace.
16866         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16867         progress, even with buggy anchored keywords.
16869 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16871         * simple.el (goto-line): Remove unbalanced final parenthesis.
16873 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16875         * simple.el (goto-line): Use a number at point as the default.
16876         With C-u as arg, switch buffers.
16878 2005-03-05  Juri Linkov  <juri@jurta.org>
16880         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16881         with `no-blinking-cursor'.
16883         * startup.el (no-blinking-cursor): New defvar.
16884         (command-line): Add `--no-blinking-cursor' to longopts.
16885         Set `no-blinking-cursor' to t for command line arguments
16886         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16887         with `no-blinking-cursor' in the condition for calling
16888         `blink-cursor-mode'.
16890 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16892         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16893         (menu-bar-options-save): Add blink-cursor-mode.
16894         (menu-bar-options-menu): Add blink-cursor-mode.
16896 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16898         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16899         (icalendar-export-file, icalendar-export-region)
16900         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16901         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16903 2005-03-04  Lute Kamstra  <lute@gnu.org>
16905         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16906         (debug-function-list): Ditto.
16908 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16910         * textmodes/texinfmt.el (texinfo-append-refill):
16911         Redefine the types of line to which @refill
16912         is not appended by replacing a search for `@refill\\|@bye' with
16913         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16914         itemize@refill' bug and the unfilled long lines bug.
16915         (texinfmt-version): Update number and date.
16917 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16919         * international/code-pages.el (windows-1250, windows-125[2-8])
16920         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16922 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16924         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16925         bound yet.
16927 2005-03-02  Romain Francoise  <romain@orebokech.com>
16929         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16930         buffer after removing limits.
16931         (ibuffer-pop-filter): Ditto.
16932         Update copyright.
16934 2005-03-02  Miles Bader  <miles@gnu.org>
16936         * button.el (make-text-button): If the user doesn't specify a
16937         type, use the default.  Rewrite to use `add-text-properties' and
16938         plist functions.
16940 2005-03-01  Lute Kamstra  <lute@gnu.org>
16942         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16943         (debugger-jumping-flag): New var.
16944         (debug-entry-code): Use it.
16945         (debugger-jump): Use debugger-jumping-flag and add
16946         debugger-reenable to post-command-hook.
16947         (debugger-reenable): Use debugger-jumping-flag and remove itself
16948         from post-command-hook.
16949         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16950         debugger-reenable.
16952 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16954         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16955         inclusion of "itemize\\|", which may be unnecessary, is certainly
16956         inelegant, and stops refilling in itemize lists when formatting
16957         Japanese Texinfo files to Info.
16958         Update copyright to 2005.
16960 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16962         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16963         of an error if GDB can't find the source file.
16965 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16967         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16968         not just the calendar.
16970         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16971         first.
16972         (diary-redraw-calendar): New function.
16973         (make-diary-entry): Add diary-redraw-calendar to local
16974         write-contents-functions.  Turn off selective display before
16975         inserting in diary.
16977 2005-03-01  Kim F. Storm  <storm@cua.dk>
16979         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16981 2005-03-01  Lute Kamstra  <lute@gnu.org>
16983         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16984         that debug-entry-code can be safely removed from a function while
16985         this code is being evaluated.  Revert the 2005-02-27 change as the
16986         new implementation no longer requires it.  Make sure that a
16987         function body containing just a string is not mistaken for a docstring.
16988         (debug): Skip one more frame in case of debug on entry.
16989         (debugger-setup-buffer): Delete one more frame line in case of
16990         debug on entry.
16991         (debugger-frame-number): Update to use the new text introduced by
16992         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16994 2005-02-28  Kim F. Storm  <storm@cua.dk>
16996         * double.el (double-translate-key): Call force-window-update after
16997         read-event to avoid crash in redisplay.
16999 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17001         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17002         (debug): Use it.  Move the inhibit-trace earlier.
17003         (debug-entry-code): New const.
17004         (debug-on-entry-1): Use it.
17006 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17008         * international/utf-16.el (ccl-encode-mule-utf-16le):
17009         Fix BUFFER_MAGNIFICATION to 2.
17010         (ccl-encode-mule-utf-16be): Likewise.
17012 2005-02-28  Kenichi Handa  <handa@m17n.org>
17014         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17015         Fix BUFFER_MAGNIFICATION to 4.
17016         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17018 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17020         * speedbar.el (speedbar-update-flag): Doc fix.
17021         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17022         argument.
17024 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17026         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17027         have a non-nil `invisible' property but are actually visible.
17029         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17030         for perldoc sections.
17031         (perl-outline-regexp, perl-outline-level): New var and function.
17032         (perl-mode): Use them.
17034 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17036         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17037         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17039 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17041         * cus-edit.el: Comment change.
17042         (custom-buffer-create-internal): Slightly reword text at top of
17043         Custom buffers.  Mention there that saving an option edits the
17044         init file.  Add link to Emacs manual node on `custom-file'.
17045         (custom-magic-alist): Rewrite individual State messages to use
17046         capitalized keywords.  Doc fix.
17048 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17050         * calendar/calendar.el (calendar-buffer): Move above
17051         calendar-week-start-day.
17052         (calendar-week-start-day): Doc fix.  Add :set function.
17053         (calendar-minimum-window-height): New variable.
17054         (generate-calendar-window): Only resize window if selected-window
17055         is displaying the calendar buffer.  Use new variable
17056         calendar-minimum-window-height.
17057         (generate-calendar): Reword error message.
17058         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17060 2005-02-27  Andreas Schwab  <schwab@suse.de>
17062         * vc.el (vc-do-command): Don't run command asynchronously when
17063         operating in a remote directory.
17065         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17066         change from sync with Tramp 2.0.47.
17068 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17070         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17072         * textmodes/flyspell.el (flyspell-mode-on):
17073         Call ispell-change-dictionary only if necessary.
17075         * emacs-lisp/re-builder.el (regexp-builder): New function.
17077         * register.el (describe-register-1): Explicitly handle
17078         yank-excluded-properties = t.
17080         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17081         (custom-magic-alist): Change the status descriptions again.
17082         (face widget-type): Total rewrite based on `restricted-sexp'
17083         to eliminate the confusing double hiding levels.
17085         * emacs-lisp/debug.el (debug-on-entry-1):
17086         If function body is empty, add nil as body form.
17088 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17090         * emacs-lisp/trace.el (inhibit-trace): New var.
17091         (trace-make-advice): Use it.
17093         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17095 2005-02-26  Kim F. Storm  <storm@cua.dk>
17097         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17098         (mouse-on-link-p, mouse-drag-region-1): Use it.
17100 2005-02-25  Lute Kamstra  <lute@gnu.org>
17102         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17104 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17106         * frame.el (blink-cursor-mode): Add :group keyword.
17108 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17110         * calendar/icalendar.el (icalendar--decode-isodatetime):
17111         New optional argument DAY-SHIFT.
17112         (icalendar-export-region): Fix coding-system-for-write.
17113         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17114         events by one.
17116 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17118         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17120 2005-02-24  Kim F. Storm  <storm@cua.dk>
17122         * international/iso-acc.el (iso-accents-compose): Fix crash
17123         during redisplay.  Call force-window-update after read-event
17124         and delete-region to signal that window is not accurate.
17126 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17128         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17129         Remove unused and inexistent var `inhibit-trace'.
17130         (debugger-mode): Use run-mode-hooks.
17131         (debugger-list-functions): Add buttons; setup xref stack.
17133 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17135         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17136         appointment says it was explicitly made.
17137         (appt-add): Set the 3rd element.
17138         (appt-make-list): Preserve explicit appointments.
17140         * subr.el (find-tag-default): Catch errors in forward-sexp.
17142 2005-02-23  Juri Linkov  <juri@jurta.org>
17144         * info.el (Info-isearch-search): New defcustom.
17145         (Info-isearch-search): Call the default isearch function
17146         when Info-isearch-search is nil.
17147         (Info-isearch-wrap): Use variable Info-isearch-search.
17149 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17151         * cus-edit.el: Comment change.
17153 2005-02-22  Kim F. Storm  <storm@cua.dk>
17155         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17156         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17158 2005-02-22  Simon Josefsson  <jas@extundo.com>
17160         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17161         New variable.
17162         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17163         Oskarsson" <myrkraverk@users.sourceforget.net>.
17165 2005-02-22  Kim F. Storm  <storm@cua.dk>
17167         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17168         check that window of that event is the selected window.
17169         (mouse-drag-region-1): Compare mouse event window to selected
17170         window before setting point.
17172         * tooltip.el (tooltip-show-help-function): Pass event to
17173         mouse-on-link-p so it can check selected window.
17175 2005-02-22  Kenichi Handa  <handa@m17n.org>
17177         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17178         (ps-mule-show-warning): New function.
17179         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17180         characters are found.
17182         * ps-print.el (ps-header-footer-string): Return a list of header
17183         and footer strings.
17185 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17187         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17189 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17191         * frame.el (blink-cursor-mode): Use define-minor-mode.
17193         * term/mac-win.el (function-key-map): Use char-names more consistently.
17194         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17195         already handled in mule-cmds.el (where it also works when mac-win.el
17196         is not used).
17198 2005-02-21  Kenichi Handa  <handa@m17n.org>
17200         * international/mule.el (ctext-pre-write-conversion): Always use
17201         " *code-converting-work*" buffer for work.
17203         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17205 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17207         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17209 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17211         * ses.el (undo-more): Restore defadvice, but only the part that
17212         allows changes outside the restricted area of the buffer.
17214 2005-02-20  Kim F. Storm  <storm@cua.dk>
17216         * simple.el (line-move): Add fourth optional arg try-vscroll which
17217         must be set to perform auto-window-vscroll.
17218         When moving backwards and doing auto-window-vscroll, automatically
17219         vscroll to the last part of lines which are taller than the window.
17220         (next-line, previous-line): Set try-vscroll arg on line-move.
17222 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17224         * replace.el (query-replace, query-replace-regexp)
17225         (replace-string, replace-regexp): When operating on region, make
17226         the minibuffer prompt say so.
17228         * isearch.el (isearch-forward): Document isearch-query-replace and
17229         isearch-query-replace-regexp keybindings.
17231 2005-02-19  Jay Belanger  <belanger@truman.edu>
17233         * calc/calc-aent.el (math-read-token): Add local variable.
17235         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17236         (calc-edit-top): Move declaration to earlier in file.
17237         (calc-edit-macro-repeats): Add local variables.
17239         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17240         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17241         calcFunc-tanh.
17242         Adjust integration rule for calcFunc-tan.
17244 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17246         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17247         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17248         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17249         (viper-skip-separators): Bug fix.
17250         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17251         particular major mode.
17252         (viper-del-backward-char-in-replace): Don't put deleted char on the
17253         kill ring.
17255         * viper-ex.el (viper-color-display-p): New function.
17256         (viper-has-face-support-p): Use viper-color-display-p.
17258         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17260         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17262         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17263         (viper-file-remote-p): Make equivalent to file-remote-p.
17265         * viper.el (viper-major-mode-modifier-list):
17266         Use viper-gnus-modifier-map.
17268 2005-02-19  David Kastrup  <dak@gnu.org>
17270         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17271         quoting.
17273 2005-02-19  Jay Belanger  <belanger@truman.edu>
17275         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17276         Remove extra definitions.
17277         (calc-coth): New function.
17278         (calcFunc-cot): Fix `let'.
17280 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17282         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17283         the reasons we use "type pc" in these faces.
17285         * button.el (button): Ditto.
17287 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17289         * replace.el (query-replace-read-from): Set the value of
17290         query-replace-from-history-variable to handle the case of an empty
17291         string entered to accept the suggested default.
17293         * net/tramp.el (tramp-file-name-for-operation):
17294         Use dired-call-process instead of dired-call-process-command.
17296 2005-02-19  Jay Belanger  <belanger@truman.edu>
17298         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17299         (math-div-non-trig): New variables.
17300         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17301         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17302         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17303         trig expressions.
17305 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17307         * progmodes/gdb-ui.el (gdb-var-update-handler)
17308         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17309         for watch expressions,
17310         (gdb-var-create-handler): Don't set speedbar-update-flag.
17311         (gdb-post-prompt): Simplify test for speedbar.
17313 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17315         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17316         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17317         we use the syntax table of the correct buffer.
17318         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17319         Felix Gatzemeier.
17321         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17322         (ediff-file-remote-p): Make synonymous with file-remote-p.
17323         In all deffaces ediff-*-face-*, use min-colors.
17325         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17326         ediff-recurse-to-subdirectories.
17327         (ediff-mark-if-equal): Check that the arguments are strings, use
17328         ediff-same-contents (after to Felix Gatzemeier).
17330         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17331         nil.
17333 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17335         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17337 2005-02-18  David Kastrup  <dak@gnu.org>
17339         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17340         use `mark-active' when defined.
17342 2005-02-18  Kenichi Handa  <handa@m17n.org>
17344         * ps-print.el (ps-font-info-database): New entry
17345         ZapfChancery-MediumItalic with correct font name.  Fix font name
17346         of the entry Zapf-Chancery-MediumItalic.
17348 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17350         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17352 2005-02-16  Kim F. Storm  <storm@cua.dk>
17354         * ido.el (ido-fallback-command): Pass user input to fallback command.
17356 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17358         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17359         (gdb-find-file-hook): Add server prefix.
17361 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17363         * replace.el (perform-replace): Pass new args to replace-highlight.
17364         (replace-highlight): Take region args,
17365         and pass them to isearch-lazy-highlight-new-loop.
17367         * novice.el (disabled-command-hook): Autoload the defalias
17368         and the make-obsolete-variable call.
17370         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17372         * isearch.el (isearch-lazy-highlight-start-limit)
17373         (isearch-lazy-highlight-end-limit): New variables limit
17374         the region for highlighting.
17375         (isearch-lazy-highlight-new-loop): New args BEG and END.
17376         (isearch-lazy-highlight-search): Use the new vars.
17377         (isearch-lazy-highlight-update): Likewise.
17379         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17381         * cus-start.el (all): Use default-boundp.
17383 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17385         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17387 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17389         * autorevert.el (auto-revert-stop-on-user-input)
17390         (auto-revert-verbose): Doc fixes.
17392 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17394         * international/mule-cmds.el (set-locale-environment): Remove call
17395         to set-selection-coding-system on Windows.
17397 2005-02-15  Jay Belanger  <belanger@truman.edu>
17399         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17400         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17401         calcFunc-coth.
17402         (math-simplify-sqrt): Add simplifications.
17404         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17405         to list.
17407         * calc/calc-ext.el: Add functions to autoloads.
17409         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17410         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17411         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17412         (math-csc-raw, math-cot-raw): New functions.
17414         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17416         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17417         the variable name in a message.
17419         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17420         calcFunc-csc, calcFunc-cot.
17422         * calc/calcalg2.el: Add derivative and integration rules for
17423         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17424         calcFunc-csch, calcFunc-coth.
17425         (math-do-integral-methods): Add to checks for when to use
17426         substitutions.
17428         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17430 2005-02-15  Lute Kamstra  <lute@gnu.org>
17432         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17433         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17434         <monnier@iro.umontreal.ca>
17435         (lisp-outline-level): Improve efficiency.  Suggested by David
17436         Kastrup <dak@gnu.org>.
17438 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17440         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17441         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17442         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17443         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17444         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17446 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17448         * cus-start.el (all): Comment change.
17450 2005-02-14  Lute Kamstra  <lute@gnu.org>
17452         * cus-start.el (all): Check if symbol is void.
17454 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17456         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17457         optional argument to \cite.
17459 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17461         * cus-edit.el (custom-buffer-create-internal): Update help message.
17462         (custom-magic-alist): Update help messages.
17464         * cus-start.el (all): Allow a var to specify a standard value.
17466 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17468         * custom.el (custom-theme-set-variables): Handle variable aliases.
17470         * frame.el (blink-cursor-timer): Doc fix.
17471         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17472         declare obsolete.
17473         (blink-cursor-mode): Define with defcustom and use correct
17474         standard expression in that defcustom.
17475         * startup.el (command-line): Adapt to above changes in frame.el.
17477 2005-02-11  Lute Kamstra  <lute@gnu.org>
17479         * apropos.el (apropos-score-doc): Prevent division by zero.
17481 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17483         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17484         (icalendar--get-event-property-attributes)
17485         (icalendar--get-event-properties)
17486         (icalendar--datetime-to-diary-date): New functions.
17487         (icalendar--split-value): Doc fix.
17488         (icalendar--datetime-to-noneuropean-date)
17489         (icalendar--datetime-to-european-date): New optional argument
17490         SEPARATOR.  Return result as a string instead of a list.
17491         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17492         (icalendar--convert-string-for-export): Rename arg S to STRING.
17493         (icalendar-export-region): Doc fix.  Change name of error buffer.
17494         Save output buffer.
17495         (icalendar-import-file): Add blank at end of prompt.
17496         (icalendar-import-buffer): Doc fix.  Do not switch to error
17497         buffer.  Indicate status in return value.
17498         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17499         buffer.  Save output buffer.  Handle exception from recurrence
17500         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17501         events.  Fix problems with weekly all-day events.
17503 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17505         * simple.el (eval-expression-print-format):
17506         Avoid warning about edebug-active.
17508         * help.el (help-for-help-internal): Rename from help-for-help.
17509         (help-for-help): Define with defalias.
17511         * font-core.el (font-lock-default-function): Use with-no-warnings.
17513         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17515         * custom.el (defface): Doc fix.
17517 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17519         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17520         width 0" to prevent word wrapping problems.
17522 2005-02-09  Kim F. Storm  <storm@cua.dk>
17524         * ido.el (ido-file-extensions-order): New defcustom.
17525         (ido-file-extension-lessp, ido-file-extension-aux)
17526         (ido-file-extension-order): New advanced file ordering.
17527         (ido-file-lessp): New simple file ordering.
17528         (ido-sort-list): Remove.
17529         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17530         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17532 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17534         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17535         that some versions of grep produce.
17536         (grep-mode-font-lock-keywords): Likewise.
17538 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17540         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17541         (gdb-cdir): Delete.
17542         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17543         (gdb-source-info): Treat case when source file is in another
17544         directory properly.
17545         (gdb-get-location): New function.
17547 2005-02-07  Jay Belanger  <belanger@truman.edu>
17549         * calc/calc-prog.el (calc-write-parse-table-part)
17550         (calc-fix-token-name): Fix a check for language type.
17552         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17554 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17556         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17557         as directory not writable.
17559 2005-02-07  Kim F. Storm  <storm@cua.dk>
17561         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17562         (cua--standard-movement-commands): Remove list.
17563         Instead, set CUA property value to move for movement commands.
17564         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17565         (cua--pre-command-handler): Check CUA property.
17566         (cua--init-keymaps): Don't remap undo commands.
17567         (cua-mode): Don't call cua--rectangle-on-off.
17569         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17570         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17571         (cua--rect-undo-set-point): New var.
17572         (cua--rectangle-undo-boundary): Setup undo apply entry.
17573         (cua--rect-undo-handler): New function for rectangle undo.
17574         (cua--rect-start-position, cua--rect-end-position): Add.
17575         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17576         for restored rectangle.  Set point if cua--rect-undo-set-point.
17578 2005-02-06  Jay Belanger  <belanger@truman.edu>
17580         * calc/calc-lang.el (calc-tex-language): Display more information
17581         in messages.
17583         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17584         in TeX mode.
17586 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17588         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17590 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17592         * net/ldap.el (ldap-search-internal): Support attributes with
17593         optional descriptions separated by a semi-colon, as in
17594         "userCertificate;binary".
17596 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17598         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17599         isn't a cons (i.e. the version is 0).
17601 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17603         * help.el (help-for-help): Doc fix.
17605 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17607         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17608         GDB-Windows on the menu-bar as this works better.
17610 2005-02-04  Jay Belanger  <belanger@truman.edu>
17612         * calc/calc-embed.el (calc-embedded-update): Don't put in
17613         unnecessary newlines.  Adjust the end of formula marker.
17615         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17616         (math-latex-parse-two-args): New function.
17618 2005-02-03  Lute Kamstra  <lute@gnu.org>
17620         * help-fns.el (help-with-tutorial): Make sure that users cannot
17621         remove the entire text of the tutorial by means of `undo'.
17623 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17625         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17626         in recent changes, where the ispell process was repeatedly
17627         killed & restarted.
17629         * international/mule-cmds.el (set-locale-environment): Set file-name
17630         coding system to utf-8 on Darwin systems.
17631         (set-default-coding-systems): Don't set default-file-name-coding-system
17632         on Darwin systems.
17634 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17636         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17638 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17640         * faces.el (list-faces-display): Add optional argument.
17642 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17644         * font-core.el (font-lock-default-function): Handle the rare case where
17645         only font-lock-keywords is set.
17647 2005-02-02  Kenichi Handa  <handa@m17n.org>
17649         * international/characters.el: Cancel previous change for
17650         I-WITH-DOT-ABOVE and DOTLESS-i.
17652         * international/latin-5.el: Cancel previous change.
17654 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17656         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17658 2005-02-02  Kenichi Handa  <handa@m17n.org>
17660         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17661         DOTLESS-i.
17663         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17664         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17666         * case-table.el (get-upcase-table): New function.
17667         (copy-case-table): Copy upcaes table too if non-nil.
17668         (set-case-syntax-delims): Maintain upcase table too.
17669         (set-case-syntax-pair): Likewise.
17670         (set-upcase-syntax, set-downcase-syntax): New functions.
17671         (set-case-syntax): Maintain upcase table too.
17673 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17675         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17677         * progmodes/gud.el (gud-goto-info): New function.
17678         (gud-tool-bar-map): Use correct icon.
17680 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17682         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17683         When delegating, order args in the funcall correctly.
17685 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17687         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17689 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17691         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17692         buffer not visiting a file.
17694 2005-01-31  Jay Belanger  <belanger@truman.edu>
17696         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17697         bound on the line with the formula.
17699 2005-01-31  Kim F. Storm  <storm@cua.dk>
17701         * ses.el (ses-create-cell-variable-range)
17702         (ses-destroy-cell-variable-range, ses-reset-header-string)
17703         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17704         (ses-insert-row): Fix format of apply undo entries.
17706 2005-01-31  Jay Belanger  <belanger@truman.edu>
17708         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17709         parts.
17711         * calc/calc-embed.el (calc-embedded-open-formula)
17712         (calc-embedded-close-formula): Ignore matrix environments.
17714         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17715         TeX mode.
17717         * calc/calc-lang.el (math-function-table, math-oper-table)
17718         (math-variable-table): Adjust the LaTeX portions.
17720         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17721         (math-latex-ignore-words): New constant.
17723 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17725         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17726         (ispell-local-dictionary): Doc fix.
17727         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17728         Don't reinitialize at run time.  Don't defcustom.
17729         All uses changed to append ispell-local-dictionary-alist,
17730         or check it first.
17731         (ispell-current-dictionary): New variable for dictionary in use.
17732         (ispell-dictionary): Now used only for global default.
17733         (ispell-start-process): Set ispell-current-dictionary,
17734         not ispell-dictionary.
17735         (ispell-change-dictionary): Use this only for setting
17736         user preferences.
17737         (ispell-internal-change-dictionary): New function
17738         to change the current dictionary in use.
17739         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17740         Use ispell-current-dictionary.
17741         Handle ispell-local-dictionary-overridden.
17742         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17744 2005-01-31  Jay Belanger  <belanger@truman.edu>
17746         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17748         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17749         (calc-mode-map): Add calc-latex-language.
17751         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17752         (math-latex-print-frac): New functions.
17753         (math-oper-table, math-function-table, math-variable-table)
17754         (math-complex-format, math-input-filter): Add latex properties.
17755         (calc-set-language): Set math-expr-special-function-mapping.
17757         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17758         (calc-write-parse-table-part): Add LaTeX support.
17760         * calc/calc.el (calc-language): Adjust docstring.
17761         (calc-set-mode-line): Add LaTeX support.
17762         (math-expr-special-function-mapping): New variable.
17763         (math-tex-ignore-words): Add to list.
17765         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17766         Add LaTeX support.
17767         (math-compose-expr): Add support for special functions.
17769         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17771 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17773         * progmodes/gdb-ui.el (gdb-memory-address)
17774         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17775         (gdb-memory-mode-map, gdb-memory-format-keymap)
17776         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17777         (gdb-memory-unit-menu): New variables for a buffer
17778         that lets the user examine program memory.
17779         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17780         (gdb-memory-format-binary, gdb-memory-format-octal)
17781         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17782         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17783         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17784         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17785         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17786         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17787         (gdb-memory-mode, gdb-memory-buffer-name)
17788         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17789         New functions for above buffer.
17791 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17793         * cus-edit.el (custom-bury-buffer): Function deleted.
17794         (custom-buffer-done-function): Option deleted.
17795         (custom-buffer-done-kill): New replacement option.
17796         (Custom-buffer-done): Call quit-window.
17797         (custom-buffer-create-internal): Update for above changes.
17799 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17801         * simple.el (undo-ask-before-discard): New var.
17802         (undo-outer-limit-truncate): Implement it.
17803         (undo-extra-outer-limit): Doc update.
17805 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17807         * ses.el (undo-more): Delete defadvice.
17808         (ses-begin-change): Doc fix.
17810         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17811         instead of rebinding C-x u and C-_.
17813         * files.el (normal-backup-enable-predicate): Return nil for files
17814         in /tmp, regardless of temporary-file-directory.
17816         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17818         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17819         (open-rectangle, delete-whitespace-rectangle-line)
17820         (clear-rectangle-line): If FILL, pass t instead of FILL
17821         for move-to-column's 2nd arg.
17823         * simple.el (undo): Fix the test for continuing a series of undos.
17824         (undo-more): Set pending-undo-list to t when we reach end.
17825         (pending-undo-list): Move up defvar.
17827         * wid-edit.el (widget-button-click):
17828         Shorten the range of the track-mouse binding.
17830         * comint.el (comint-insert-input): Undo previous changes;
17831         use last-input-event in interactive spec.
17833 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17835         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17836         to nil before invoking call-process.  Reset buffer's modified flag
17837         after fontifying it in the no-async branch.
17839         * wid-edit.el (widget-specify-button): If mouse pointer shape
17840         cannot be changed, use mouse face instead.
17842 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17844         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17845         (gdb-goto-breakpoint): Make breakpoint handling work on template
17846         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17847         (gdb-assembler-custom): Update to recognize breakpoint information
17848         added on 2005-01-19.
17850 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17852         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17853         (dsssl-mode): Use define-derived-mode.
17854         (scheme-mode-initialize): Remove.
17855         (scheme-mode): Use run-mode-hooks.
17857         * cus-edit.el (customize-group-other-window)
17858         (custom-buffer-create-other-window): Don't override special-display-*.
17859         (custom-mode-map): Make it dense.
17861         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17862         sets the default value.
17864 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17866         * descr-text.el: Add more keywords.
17868 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17870         * speedbar.el: Avoid unnecessary use of locate-library.
17872         * international/mule-cmds.el (standard-display-european-internal):
17873         Don't fiddle with latin-1 non-break space any more since it's now
17874         special cased in the C code.
17875         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17877 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17879         * cus-start.el (all): Add `undo-outer-limit'.
17881 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17883         * textmodes/bibtex.el (bibtex-format-entry):
17884         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17885         field lines.
17886         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17887         not on part of a buffer.
17889 2005-01-25  Lute Kamstra  <lute@gnu.org>
17891         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17892         nonempty field text strings like "{letters\\macro{}more letters}".
17893         Clarify docstring.
17894         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17895         (bibtex-entry-offset, bibtex-parse-association)
17896         (bibtex-parse-field-name): Fix typos in docstrings.
17897         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17899 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17901         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17902         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17903         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17904         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17906         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17907         isearch minor mode.
17909 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17911         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17913 2005-01-24  Lute Kamstra  <lute@gnu.org>
17915         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17916         CASECHARS and NOT-CASECHARS regular expressions of the
17917         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17918         striding over charsets" error.
17920 2005-01-24  Jay Belanger  <belanger@truman.edu>
17922         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17923         display variable name.
17925 2005-01-24  Kenichi Handa  <handa@m17n.org>
17927         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17928         Fix setting of the element of encoded-kbd-iso2022-invocations.
17930 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17932         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17933         (gdb-threads-select): Change to also accept mouse events.
17934         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17935         (gdb-threads-mouse-select): Delete.
17937 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17939         * files.el (insert-directory): Take care of empty directory,
17940         listed without -a switch.
17942 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17944         * textmodes/refill.el (refill-post-command-function):
17945         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17946         to the list of functions that we should be careful not to undo.
17947         (refill-late-fill-paragraph-function): Remove.
17948         (refill-saved-state): New var.
17949         (refill-mode): Use it to save fill-paragraph-function.
17950         Save also the value of auto-fill-function.
17952         * term/w32-win.el: Simplify code.
17954 2005-01-23  Kim F. Storm  <storm@cua.dk>
17956         * simple.el (line-move): Adapt to new return value from
17957         pos-visible-in-window-p.
17959         * simple.el (line-move): Fix last change.  Check partial
17960         visibility at point rather than at window-start.
17962 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17964         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17966 2005-01-22  David Kastrup  <dak@gnu.org>
17968         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17970 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17972         * type-break.el (type-break-mode): Add a test for
17973         type-break-file-name being non-nil.
17975 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17977         * net/eudc.el (top level): Call (message "") via progn, so that
17978         eudc-options-file is loaded.
17980 2005-01-22  Kim F. Storm  <storm@cua.dk>
17982         * simple.el (line-move-1): Rename from line-move.
17983         (line-move): New function that adjusts vscroll for partially
17984         visible rows, and calls line-move-1 otherwise.
17986 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17988         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17989         since it's not a complete read-event implementation
17991 2005-01-20  Jay Belanger  <belanger@truman.edu>
17993         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17994         for called function.
17996 2005-01-20  Steven Tamm  <steventamm@mac.com>
17998         * term/mac-win.el (process-connection-type): Remove.
17999         Controlled now by s/darwin.h:PTY_ITERATION.
18001 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18003         * window.el (handle-select-window): Don't switch window when we're
18004         in the minibuffer.
18006 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18008         * subr.el (dotimes-with-progress-reporter): New macro.
18010         * ses.el (ses-dotimes-msg): Remove macro.
18011         Use `dotimes-with-progress-reporter' instead.
18013 2005-01-19  Steven Tamm  <steventamm@mac.com>
18015         * term/mac-win.el (process-connection-type): Use new
18016         operating-system-release variable to use ptys on Darwin 7 (OS X
18017         10.3) when using carbon build.
18019 2005-01-19  Jay Belanger  <belanger@truman.edu>
18021         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18022         flags if the last command was a tab or M-tab.
18024         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18025         in formula editing buffer.
18027 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18029         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18030         breakpoint image symbol in margin.
18032 2005-01-19  Jay Belanger  <belanger@truman.edu>
18034         * calc/calc-prog.el (calc-execute-kbd-macro):
18035         Ignore calc-keep-arg-flag.
18037 2005-01-19  Kenichi Handa  <handa@m17n.org>
18039         * textmodes/ispell.el (ispell-looking-at): New function.
18040         (ispell-process-line): Use ispell-looking-at to compare the ispell
18041         output and the buffer contents.
18043 2005-01-18  Jay Belanger  <belanger@truman.edu>
18045         * calc/calc.el (calc-display-raw): Fix docstring.
18047 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18049         * simple.el (blink-matching-open): Strip extra info from syntax.
18051         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18052         funny chars in the end-of-here-doc marker.
18054 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18056         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18057         that enable/disabled state of breakpoints is shown correctly in
18058         fringe and on ttys.
18059         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18060         Add breakpoint information as text properties.
18061         (gdb-mouse-toggle-breakpoint):
18062         Rename to gdb-mouse-set-clear-breakpoint.
18063         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18064         breakpoints in the margin.
18065         (gdb-remove-strings): Simplify.
18067 2005-01-17  Jay Belanger  <belanger@truman.edu>
18069         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18070         erasing buffer.
18072 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18074         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18075         for calling grep-compute-defaults.
18077         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18078         if buffer is empty.
18080         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18082 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18084         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18086         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18087         non-preloaded variables.
18089 2005-01-17  Steven Tamm  <steventamm@mac.com>
18091         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18092         tex-shell cause to force interactivity when using pipes.
18094 2005-01-17  Kim F. Storm  <storm@cua.dk>
18096         * simple.el (just-one-space): Make arg optional.
18098 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18100         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18101         posn-at-x-y to t to access left-margin.
18103 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18105         Sync with Tramp 2.0.47.
18107         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18108         catching keep-date problems in cp/scp operations.
18109         (tramp-handle-copy-file): Don't call `set-file-modes'
18110         unconditionally.  Specialized functions should know better what is
18111         necessary.  This improves performance a little bit, and the
18112         functions could catch errors with `cp -p' and `scp -p'.
18113         (tramp-do-copy-or-rename-file-via-buffer)
18114         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18115         when appropriate.
18116         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18117         Call `set-file-modes' when appropriate.
18118         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18119         Johnsson <isak@hypergene.com>
18120         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18121         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18122         <joakim@verona.se>
18123         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18124         Emacs only.
18126         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18127         `find-file-hooks' and `dired-mode-hook'.
18128         (tramp-minor-mode-map): Respective map.  Add remapping for
18129         `compile' and `recompile'.
18130         (tramp-remap-command, tramp-recompile): New defuns.
18131         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18132         in buffer "*Compilation*".  Call the commands asynchronously.
18134         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18135         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18136         `shell-command', because it isn't magic in XEmacs.  Reported by
18137         Adrian Aichner <adrian@xemacs.org>.
18139         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18140         `substitute-in-file-name.
18141         (tramp-smb-handle-substitute-in-file-name): New defun.
18142         (tramp-smb-advice-PC-do-completion): Delete advice.
18144 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18146         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18147         Fix error in deleting region.
18149 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18151         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18152         In non-temp buffer, switch syntax table temporarily.
18154         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18156         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18158         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18160         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18161         (imenu--generic-function): Use START, not BEG, as pos of definition.
18163         * simple.el (just-one-space): Argument specifies number of spaces.
18165         * simple.el (eval-expression-print-format): Avoid warning
18166         about edebug-active.
18168 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18170         * progmodes/sh-script.el: Code copied from make-mode.el
18171         with small changes,
18172         (sh-mode-map): Bind C-c C-\.
18173         (sh-backslash-column, sh-backslash-align): New variables.
18174         (sh-backslash-region, sh-append-backslash): New functions.
18176 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18178         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18179         (rmail-pop-password, rmail-pop-password-required): Move to
18180         rmail-obsolete group.
18181         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18182         All callers updated.
18183         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18184         Take an argument specifying whether it is POP or IMAP mailbox we
18185         are using.  All callers updated.
18186         (rmail-pop-password-error): Rename to
18187         rmail-remote-password-error.  Added mailutils-specific error message.
18188         (rmail-movemail-search-path)
18189         (rmail-movemail-variant-in-use): New variables.
18190         (rmail-remote-password, rmail-remote-password-required):
18191         New customization variables.
18192         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18193         (rmail-parse-url): New function.
18194         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18195         with GNU mailutils movemail.
18197 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18199         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18200         suffix to space, $ or '$, to correctly position point when going
18201         to @table style constants like DBL_MAX.
18203 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18205         * type-break.el (type-break-mode, type-break-file-time)
18206         (type-break-file-keystroke-count, type-break-choose-file):
18207         Don't store data in or load data from the file if type-break-file-name
18208         is nil.
18209         (type-break-file-name): Doc update as per the above.
18211 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18213         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18214         lookup-key might return nil; handle that.
18216 2005-01-15  Alan Mackenzie  <acm@muc.de>
18218         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18219         rather than the element found, thus enabling the tree to be setcar'd.
18221 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18223         * textmodes/org.el (org-show-following-heading): New option.
18224         (org-show-hierarchy-above): Use `org-show-following-heading'.
18225         (org-cycle): Documentation fix.
18227         * textmodes/org.el (orgtbl-optimized): New option
18228         (orgtbl-mode): New command, a minor mode.
18229         (orgtbl-mode-map): New variable.
18230         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18231         (orgtbl-error, orgtbl-self-insert-command)
18232         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18234         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18235         a local variable in each org-mode buffer.
18237         * textmodes/org.el (org-set-regexps-and-options): Rename from
18238         `org-set-regexps'.  Added checking for STARTUP keyword.
18239         (org-get-current-options): Add STARTUP options.
18240         (org-table-insert-row): Make mode intelligent about when
18241         realignment is needed.
18242         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18243         New commands.
18244         (org-enable-table-editor): New default value `optimized'.
18245         (org-table-blank-field): Support blanking regions if active.
18247 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18249         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18250         if the year is not given.
18252         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18253         Add new escapes %m and %M, fixed bug with %F by adding
18254         save-match-data.
18255         (reftex-reference): Remove ?. from list of spaces.
18256         (reftex-label-info): Add automatic label prefix recognition.
18258         * textmodes/reftex-index.el (reftex-index-next-phrase):
18259         Add slave parameter to call of `reftex-index-this-phrase'.
18260         (reftex-index-this-phrase): New optional argument.
18261         (reftex-index-region-phrases): Add slave parameter to call of
18262         `reftex-index-this-phrase'.
18263         (reftex-display-index): New argument redo.
18264         (reftex-index-rescan): Add `redo' to arguments of
18265         `reftex-display-index'.
18266         (reftex-index-Rescan, reftex-index-revert)
18267         (reftex-index-switch-index-tag): Add `redo' to arguments of
18268         `reftex-display-index'.
18269         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18270         indexing.  Fix bug with matching is there is a quote before or
18271         after the word.
18273         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18274         Fix bug when collecting citation keys in lines with comments.
18275         (reftex-citation): Prefix argument no longer rescans the document,
18276         but forces prompting for optional arguments of cite macros.
18277         (reftex-do-citation): Prompting for optional arguments implemented.
18279         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18280         Add optional arguments to most cite commands.
18281         (reftex-cite-cleanup-optional-args): New option
18282         (reftex-cite-prompt-optional-args): New option.
18283         (reftex-trust-label-prefix): New option.
18285         * textmodes/reftex-toc.el (reftex-toc-find-section):
18286         Add push-mark before changing the position in the buffer.
18288         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18289         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18291 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18293         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18294         more carefully.
18296 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18298         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18299         (sgml-mode): Use it.
18300         (sgml-get-context): Better keep track of implicitly closed tags.
18302 2005-01-13  Kenichi Handa  <handa@m17n.org>
18304         * textmodes/ispell.el: These changes are to fix misalignment error
18305         caused by equivalent characters of different Emacs charsets.
18306         (ispell-unified-chars-table): New variable.
18307         (ispell-get-decoded-string): New function.
18308         (ispell-get-casechars, ispell-get-not-casechars)
18309         (ispell-get-otherchars): Call ispell-get-decoded-string.
18311 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18313         * custom.el (custom-declare-variable): Just put symbol instead
18314         of (defvar . symbol) in `current-load-list'.
18316 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18318         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18320 2005-01-12  Jay Belanger  <belanger@truman.edu>
18322         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18323         to create a Calc summary.
18325 2005-01-12  Kim F. Storm  <storm@cua.dk>
18327         * mouse.el (mouse-on-link-p): Change functionality and doc
18328         string to comply with latest description in lisp ref.
18330 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18332         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18333         Enable mouse clicks on mode-line, header-line and margin.
18334         (event-type): Give mouse event symbols an `event-kind' property
18335         with value `mouse-click'.
18337 2005-01-12  Juri Linkov  <juri@jurta.org>
18339         * facemenu.el (list-colors-display): Add new arg buffer-name.
18340         Use it.  Fix docstring.  Replace code for identifying duplicate
18341         colors by the name with call to `list-colors-duplicates' which
18342         identifies duplicate colors by the value unless the color
18343         is one of special Windows colors.  Set truncate-lines to t.
18344         Print sorted duplicate color names on each line.  Indent to 22
18345         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18346         (list-colors-duplicates): New function.
18347         (facemenu-color-name-equal): Delete function.
18349         * facemenu.el (list-colors-print): New function created from code
18350         in list-colors-display.  Print #RRGGBB at the window right edge.
18351         (list-colors-display): When temp-buffer-show-function is not
18352         defined, call list-colors-print from temp-buffer-show-hook
18353         to get the right value of window-width in list-colors-print
18354         after the buffer is displayed.
18356         * simple.el (pop-mark): Move deactivate-mark out of conditional
18357         part to deactivate the active mark regardless of the state of the
18358         mark ring.
18360         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18361         variables line in desktop files.
18363 2005-01-12  Juri Linkov  <juri@jurta.org>
18365         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18366         Bring together isearch highlight related options.
18367         (lazy-highlight): Replace group `replace' by `matching'.
18368         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18369         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18370         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18371         and declare them obsolete.
18372         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18373         (isearch-faces): Remove defgroup.
18374         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18375         Move isearch highlighting code closer to lazy highlighting code.
18377         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18378         (query-replace-highlight, query-replace-lazy-highlight)
18379         (query-replace): Move definitions to the beginning of the file.
18381 2005-01-11  Juri Linkov  <juri@jurta.org>
18383         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18384         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18385         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18387         * info.el (Info-history-forward): New variable.
18388         (Info-select-node): Reset Info-history-forward to nil.
18389         (Info-last): Turn into defalias.
18390         (Info-history-back): Rename from Info-last.
18391         Add current node to Info-history-forward.
18392         (Info-history-forward): New fun.
18393         (Info-mode-map): Replace Info-last by Info-history-back.
18394         Bind Info-history-forward to "r".
18395         (Info-mode-menu): Replace Info-last by Info-history-back.
18396         Fix menu item text.  Add menu item for Info-history-forward.
18397         (info-tool-bar-map): Replace Info-last by Info-history-back.
18398         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18399         for Info-history-forward.
18400         (Info-mode): Replace Info-last by Info-history-back in docstring.
18401         Add local variable Info-history-forward.
18402         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18404 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18406         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18407         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18408         Ignore select-window events rather than fiddle with
18409         mouse-autoselect-window.
18411 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18413         * type-break.el (type-break-mode): Fix previous change.
18415 2005-01-10  Jay Belanger  <belanger@truman.edu>
18417         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18418         calculator; only reset when point is inside a calculator.
18419         Don't adjust the window height if the window takes up the whole height
18420         of the frame.
18422 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18424         * ebuff-menu.el (Electric-buffer-menu-mode):
18425         Preserve value of buffer-local var header-line-format.
18427 2005-01-09  Jay Belanger  <belanger@truman.edu>
18429         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18430         Make sure settings file exists before accessing it.
18432         * calc/calc-embed.el (calc-embedded-subst):
18433         Replace math-multi-subst-rec, which is only supposed to be called
18434         by math-multi-subst, by math-multi-subst.
18436 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18438         * vc.el (vc-allow-async-revert): New user option.
18439         (vc-disable-async-diff): New internal variable.
18440         (vc-revert-buffer): Use them to disable asynchronous diff.
18442         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18443         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18444         asynchronously if vc-disable-async-diff is t.
18446 2005-01-09  Jay Belanger  <belanger@truman.edu>
18448         * calc/calc.el (defcalcmodevar): New macro.
18449         (calc-mode-var-list-restore-default-values)
18450         (calc-mode-var-list-restore-saved-values): New functions.
18451         (calc-mode-var-list): Use defcalcmodevar to define it.
18452         (calc-always-load-extensions, calc-line-numbering)
18453         (calc-line-breaking, calc-display-just, calc-display-origin)
18454         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18455         (calc-group-char, calc-point-char, calc-frac-format)
18456         (calc-prefer-frac, calc-hms-format, calc-date-format)
18457         (calc-float-format, calc-full-float-format, calc-complex-format)
18458         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18459         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18460         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18461         (calc-matrix-brackets, calc-language, calc-language-option)
18462         (calc-left-label, calc-right-label, calc-word-size)
18463         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18464         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18465         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18466         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18467         (calc-window-height, calc-display-trail, calc-show-selections)
18468         (calc-use-selections, calc-assoc-selections)
18469         (calc-display-working-message, calc-auto-why, calc-timing)
18470         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18471         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18472         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18473         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18474         (calc-gnuplot-geometry, calc-graph-default-resolution)
18475         (calc-graph-default-resolution-3d, calc-invocation-macro)
18476         (calc-show-banner): Use defcalcmodevar to declare them and set
18477         their default values.
18479         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18480         instead of default values (but restore default values if there is
18481         an argument of 0).
18483 2005-01-09  David Kastrup  <dak@gnu.org>
18485         * desktop.el (desktop-restore-eager): Fix typo in type.
18487 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18489         * cus-edit.el (customize): Delete :link.
18491 2005-01-08  Jay Belanger  <belanger@truman.edu>
18493         * calc/calc.el (calc-mode): Remove the extension from the
18494         `calc-settings-file' file name when loading it.
18496 2005-01-08  Kim F. Storm  <storm@cua.dk>
18498         * info.el (Info-mode-map, Info-next-link-keymap)
18499         (Info-prev-link-keymap, Info-up-link-keymap):
18500         Map follow-link to mouse-face.
18501         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18503 2005-01-08  Jay Belanger  <belanger@truman.edu>
18505         * calc/calc.el (calc-settings-file): Change default value.
18506         Suggested by cgw in a comment in calc-mode.el.
18508         * calc/calc-mode.el (calc-settings-file-name):
18509         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18510         Replace ~/.emacs in a prompt by calc-settings-file.
18512 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18514         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18515         (desktop-lazy-idle-delay): New customizable variables.
18516         (desktop-buffer-args-list): New variable.
18517         (desktop-append-buffer-args): New function.
18518         (desktop-save): Call desktop-append-buffer-args for some buffers.
18519         (desktop-lazy-create-buffer): New function.
18520         (desktop-idle-create-buffers): New function.
18521         (desktop-read): Add message about buffers to restore lazily.
18522         (desktop-lazy-abort): New command.
18523         (desktop-clear): Call desktop-lazy-abort.
18524         (desktop-lazy-complete): New command.
18526 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18528         * emacs-lisp/find-func.el (find-face-definition):
18529         Rename from find-face.
18531 2005-01-06  Kim F. Storm  <storm@cua.dk>
18533         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18535         * man.el (Man-xref-man-page, Man-xref-header-file)
18536         (Man-xref-normal-file): Add follow-link property.
18538 2005-01-06  Jay Belanger  <belanger@truman.edu>
18540         * calc/calc-units.el: Make sure the proper macro definitions are
18541         available when compiling.
18543 2005-01-06  Juri Linkov  <juri@jurta.org>
18545         * isearch.el (isearch-lazy-highlight-update):
18546         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18548 2005-01-06  Miles Bader  <miles@gnu.org>
18550         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18551         (isearch-lazy-highlight-face): Use new name.
18553 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18555         * uniquify.el (uniquify-rationalize-file-buffer-names):
18556         Re-add an interactive spec.
18557         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18558         to the same name.
18560         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18561         (isearch-update, isearch-done): Adjust calls accordingly.
18563 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18565         * custom.el (custom-set-variables, custom-theme-set-variables):
18566         Clarify documentation.
18568         * emacs-lisp/find-func.el (find-variable)
18569         (find-variable-other-window, find-variable-other-frame):
18570         Fix the TYPE args to find-function-read and find-function-do-it.
18571         (find-function): Doc fix.
18572         (find-function-at-point): Replace function-at-point alias.
18574 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18576         * cus-face.el (custom-declare-face):
18577         Record defface in current-load-list.
18579         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18581         * emacs-lisp/find-func.el: Doc fixes.
18582         (find-face-regexp): New variable.
18583         (find-function-regexp-alist): New variable.
18584         (find-function-C-source): Third arg is now TYPE.
18585         (find-function-search-for-symbol): Handle general TYPE.
18586         (find-function-read, find-function-do-it): Handle general TYPE.
18587         (find-definition-noselect, find-face): New functions.
18588         (function-at-point): Alias deleted.
18590 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18592         * battery.el (display-battery-mode): Rename from display-battery.
18593         Handle the case where it gets turned off.
18595 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18597         * cus-edit.el (customize): Make :link point to user doc.
18599         * man.el (Man-fontify-manpage): Turn off undo generation.
18601         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18603 2005-01-04  Andreas Schwab  <schwab@suse.de>
18605         * files.el (insert-directory): Only look for error lines in
18606         inserted text.  Don't move too far after processing --dired markers.
18608 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18610         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18611         Don't expand if the character is @, period, dash, etc.
18612         (define-mail-abbrev): Quote names that contain problem characters.
18614 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18616         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18618 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18620         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18621         (query-replace-highlight, query-replace-lazy-highlight)
18622         (query-replace): Definitions moved up.  Doc fix.
18624 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18626         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18627         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18628         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18629         (lazy-highlight-face): Rename from isearch-lazy-...
18630         Change all references to them.
18632 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18634         * cus-edit.el (custom-file): Doc fix for defcustom.
18635         (custom-file): The function no longer sets the variable
18636         `custom-file' to its return value.
18638         * startup.el (command-line): No longer load `custom-file'.
18640 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18642         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18644         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18645         Don't confuse module-prefixed identifiers for labels.
18646         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18648 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18650         * files.el (basic-save-buffer-1): Fix previous change.
18652         * loadhist.el (file-loadhist-lookup): New function.
18653         (file-provides, file-requires): Use it.
18655         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18656         instead of calculating the right size.
18658 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18660         * vc-svn.el (vc-svn-diff): Stay local if possible.
18662 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18664         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18666         * files.el (hack-local-variables): Fix last change.
18668 2005-01-02  Jay Belanger  <belanger@truman.edu>
18670         * calc/calc-yank.el (calc-edit-top): New variable.
18671         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18672         object.  Change header properties.
18673         (calc-edit-finish, calc-edit-finish-stack-object)
18674         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18675         edited object.
18676         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18677         for the beginning of the edited object.
18678         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18679         for the beginning of the edited object.
18680         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18681         (calc-finish-formula-edit, calc-macro-repeats)
18682         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18683         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18684         beginning of the edited object.
18685         (calc-user-define-edit): Change the header for editing macros.
18686         Remove unnecessary variable.
18688 2005-01-01  Jay Belanger  <belanger@truman.edu>
18690         * calc/calc-yank.el (calc-edit-mode): Change default header.
18691         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18692         * calc/calc-store.el (calc-edit-variable): Change title to match new
18693         header.
18694         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18695         mode to match new header.
18696         (calc-user-define-edit): Change titles to include names of commands.
18697         (calc-finish-formula-edit): Adjust to handle new header.
18698         (calc-finish-macro-edit): Remove.
18699         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18700         (calc-edit-macro-command, calc-edit-macro-command-type)
18701         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18702         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18703         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18704         (calc-edit-macro-finish-edit): New functions.
18705         (calc-user-define-edit): Use new functions to edit named calc macros.
18707 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18709         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18711         * ses.el (copy-region-as-kill): Deactivate mark.
18713 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18715         * replace.el (occur-1): If the output buffer is also an input,
18716         don't kill it, rename it.
18718         * faces.el (set-face-background, set-face-foreground): Doc fix.
18720         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18721         for :foreground and :background.
18723         * dired.el (dired-view-command-alist): Variable deleted.
18724         (dired-view-file, dired-mouse-find-file-other-window):
18725         Delete the code to use it.
18727 2005-01-01  Kim F. Storm  <storm@cua.dk>
18729         * image.el (insert-sliced-image): Use t for line-height property.
18731 See ChangeLog.11 for earlier changes.
18733 ;; Local Variables:
18734 ;; coding: iso-2022-7bit
18735 ;; End:
18737     Copyright (C) 2005 Free Software Foundation, Inc.
18738   Copying and distribution of this file, with or without modification,
18739   are permitted provided the copyright notice and this notice are preserved.
18741 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1