*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobc00f8c57c72878f2af77c89fdb9dff0d2be10d75
1 2005-12-30  Andreas Schwab  <schwab@suse.de>
3         * progmodes/cc-defs.el: Ignore errors from
4         font-lock-compile-keywords.
6 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8         * jit-lock.el (jit-lock-chunk-size): Doc fix.
10 2005-12-30  Juri Linkov  <juri@jurta.org>
12         * locate.el (locate-fcodes-file, locate-header-face)
13         * progmodes/delphi.el (delphi-other-face)
14         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17         group `paren-showing-faces'.
19         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
20         (goto-address): Fix docstring.
22         * net/webjump.el (webjump-sample-sites): Update URLs.
24         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
26         * subr.el (cancel-change-group): Add listp around pending-undo-list.
28 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * font-lock.el (font-lock-compile-keywords): Signal an error when
31         font-lock-set-defaults hasn't been called.
33 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
35         * subr.el (noreturn, 1value): Doc fixes.
37 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
39         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
40         that assoc-string returns nil.
42 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
44         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
45         (bibtex-entry-type-str, bibtex-empty-field-re)
46         (bibtex-search-backward-string, bibtex-preamble-prefix)
47         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
48         (bibtex-any-valid-entry-type): New variable.
49         (bibtex-parse-field-name): Simplify.
50         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
51         (bibtex-preamble-prefix): Include left delimiter.
52         (bibtex-search-forward-field, bibtex-search-backward-field):
53         Allow unbounded search past entry boundaries (required by bibtex-pop).
54         (bibtex-text-in-field-bounds): Use push.
55         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
56         (bibtex-parse-preamble, bibtex-valid-entry)
57         (bibtex-beginning-first-field): New functions.
58         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
59         (bibtex-map-entries): Fix docstring.
60         (bibtex-flash-head): New arg prompt. Simplify.
61         (bibtex-enclosing-field): Include code of bibtex-inside-field.
62         (bibtex-insert-kill): Simplify.  Always insert text past the
63         current field or entry.
64         (bibtex-format-entry): Use bibtex-parse-field.
65         (bibtex-pop): Use bibtex-beginning-of-entry and
66         bibtex-end-of-entry to initiate the search.  Insert empty field if
67         we found ourselves.
68         (bibtex-print-help-message): New args field and comma.
69         Handle entry keys.
70         (bibtex-make-field): Use bibtex-beginning-of-entry.
71         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
72         invalid entry.
73         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
74         Handle preambles.  Simplify code for thorough test.
75         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
76         New arg comma.  Handle entry heads.
77         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
78         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
79         New arg comma.
80         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
81         (bibtex-fill-field): Simplify.
82         (bibtex-fill-entry): Use bibtex-beginning-first-field and
83         bibtex-parse-field.
84         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
85         (bibtex-complete): Use bibtex-parse-preamble.
87 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
89         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
90         Display name of expression instead of convenience variable.
91         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
93         * progmodes/gud.el (gud-tooltip-dereference): Rename from
94         toggle-gud-tooltip-dereference.
95         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
96         (gud-tooltip-tips): ...here when dereferencing..
98 2005-12-28  Bill Wohler  <wohler@newt.com>
100         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
102 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
105         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
106         (vc-annotate-display-autoscale): Adjust call.
107         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
108         Fix interactive spec.
109         (vc-annotate-time-span): Remove.
110         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
111         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
112         (vc-annotate-display-select): Use new name.
114         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
115         (vc-annotate-mode-menu): Remove left-over redundant declaration.
116         Correct the construction of span entries.  Simplify.
117         (vc-annotate-display-select): Fix the nil case.
118         (vc-annotate): Remove obsolete (and now broken) code.
119         (vc-annotate-extract-revision-at-line): Remove obsolete code.
120         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
122 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
124         * subr.el (lazy-completion-table): Correct typo in docstring.
126         * startup.el (command-line): Use `custom-reevaluate-setting' for
127         `send-mail-function'.
129         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
131 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
133         * mail/smtpmail.el (smtpmail-try-auth-methods):
134         Send credentials together with "AUTH PLAIN" command.
136 2005-12-27  Richard M. Stallman  <rms@gnu.org>
138         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
139         mouse-2, go back to previously selected window, so it's selected
140         when mouse-2 command runs.
142 2005-12-27  Juri Linkov  <juri@jurta.org>
144         * descr-text.el (describe-text-sexp): Use square brackets for
145         button [Show] to distinguish it from the property value `show'.
146         (describe-property-list): Use `insert-text-button' with
147         `help-face' type instead of putting face in quotes, because button
148         is not created automatically for a list of faces.
149         (describe-text-properties-1): Put button-type value in quotes to
150         distinguish from plain text "button".
151         (describe-char): Display code point values in hex.  Don't use
152         `symbol-name' for `current-input-method' because it is a string.
153         Use `insert-text-button' with `help-face' type instead of putting
154         hardcoded face in quotes, because button is not created automatically.
156 2005-12-27  Richard M. Stallman  <rms@gnu.org>
158         * progmodes/glasses.el (glasses-face): More specific custom type.
160         * files.el (set-visited-file-name): Doc fix.
162         * textmodes/flyspell.el (flyspell-external-point-words):
163         Use local var buffer-scan-pos to advance scan for next misspelling.
164         Advance it only after we find the misspelling.
166 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
168         * textmodes/flyspell.el (flyspell-external-point-words):
169         New criteria for finding the misspelling in the buffer.
171 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
173         * help-mode.el (help-insert-string): Set help-xref-stack-item
174         rather than call help-setup-xref.
176         * descr-text.el (describe-char): Revert previous changes for
177         optional buffer argument.
179 2005-12-27  Juri Linkov  <juri@jurta.org>
181         * help-mode.el (help-insert-string): New function.  Save buffer
182         contents in cases where it is impossible to recompute the old contents.
184         * descr-text.el (describe-char): Set help-xref-stack-item
185         explicitly after buffer has been generated.
187 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
189         * cus-start.el (all): Add x-gtk-show-hidden-files.
191 2005-12-26  Richard M. Stallman  <rms@gnu.org>
193         * replace.el (perform-replace): Calculate match-again
194         before skipping read-only matches.
196         * paren.el (paren-showing-faces): New group.
197         (show-paren-match, show-paren-mismatch): Move to that group.
199         * button.el (button): Put into group `basic-faces'.
201         * progmodes/make-mode.el: Remove faces from group `faces'.
203         * apropos.el (apropos, apropos-value): Doc fix.
204         (apropos-documentation): Doc fix.
206 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * subr.el (lazy-completion-table): Remove argument `args'.
210         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
211         Don't use the `args' argument of lazy-completion-table.
213 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
215         * descr-text.el (describe-char): Add optional argument for buffer.
216         Set buffer appropriately.  Call help-setup-xref.
217         Suggested by Stefan Monnier.
219 2005-12-26  Juri Linkov  <juri@jurta.org>
221         * descr-text.el: Require `help-fns' at runtime.  Don't require
222         `button' for byte compilation.
223         (describe-text-widget): Add `help-echo' for first button.
224         Use `help-info' for second.
225         (describe-property-list): Use `help-argument-name' instead of `italic'.
226         (describe-text-category): Add prompt to interactive spec.
227         Call `help-setup-xref'.
228         (describe-char): Use `help-character-set'.  Add `help-echo' for
229         code point.  Use `help-input-method'.  Remove superfluous insert.
231 2005-12-25  Richard M. Stallman  <rms@gnu.org>
233         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
234         at point, in case of narrowing.
236         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
238         * locate.el (locate-header-face): Allow nil in type.
240         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
242 2005-12-25  Romain Francoise  <romain@orebokech.com>
244         * battery.el (battery-linux-proc-acpi): Also try
245         `/proc/acpi/thermal_zone/THM0/temperature'.
247 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
249         * custom.el (custom-push-theme): Fix docstring.
251         * cus-edit.el (custom-variable-set, custom-variable-save)
252         (custom-variable-save): Custom-quote widget values.
253         (customize-save-variable): Fix custom-push-theme call.
255 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
257         * w32-fns.el (w32-batch-update-autoloads): New function.
259         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
260         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
261         from the command line.
263 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
265         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
266         reset means to remove setting from theme entirely.  Don't keep
267         expanding theme-settings list; delete old entries if necessary.
269         * cus-edit.el (custom-buffer-create-internal): Move "Erase
270         customization" button one line up.
271         (custom-themed): New face.
272         (custom-magic-alist): New value, THEMED, for theme settings.
273         (custom-variable-state-set, custom-face-state-set):
274         Check theme-value instead of saved-value.
275         (custom-variable-reset-standard, custom-face-reset-standard):
276         Remove theme setting entirely.  Recalculate new values.
277         (custom-variable-set, custom-variable-set)
278         (custom-variable-reset-saved, custom-variable-reset-backup)
279         (custom-face-set, custom-face-reset-saved): Update `user' theme.
280         (custom-variable-save): Fix typos.
282 2005-12-23  Juri Linkov  <juri@jurta.org>
284         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
285         Add autoload cookies.
286         (edebug-outside-d-c-i-n-s-w): New variable.
287         (edebug-display, edebug-outside-excursion): Use it to save the
288         original value of default-cursor-in-non-selected-windows.
289         Set default-cursor-in-non-selected-windows to t while Edebug
290         is active.
291         (edebug-mode, edebug-eval-mode): Doc fix.
293         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
294         with `buffer-substring-no-properties' to remove common substring
295         highlighting.
297         * info.el (info-other-window, info): Rename function argument
298         `file' to `file-or-node'.
299         (Info-complete-menu-item): Use local variable `complete-nodes' to
300         keep the global value of `Info-complete-nodes' unchanged for
301         subsequent completions.
302         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
304         * simple.el (get-next-valid-buffer, last-buffer)
305         (next-error-buffer-p, next-error-find-buffer)
306         (minibuffer-history-sexp-flag): Doc fix.
308         * savehist.el (savehist-mode-hook): Add `:group'.
310         * log-view.el: Call autoload for vc-find-version.
311         (log-view-current-file): Adjust subgroup numbers.
312         (log-view-current-tag): Add `length'.
314 2005-12-23  Richard M. Stallman  <rms@gnu.org>
316         * vc.el (vc-annotate-car-last-cons): Defn moved up.
318 2005-12-23  Juri Linkov  <juri@jurta.org>
320         * hi-lock.el (hi-lock-archaic-interface-message-used)
321         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
322         (hi-lock-mode): Display "Hi" in the mode line only when
323         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
324         (hi-lock-write-interactive-patterns):
325         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
326         (hi-lock-set-pattern, hi-lock-set-file-patterns)
327         (hi-lock-font-lock-hook): Set 3rd arg `how' of
328         font-lock-add-keywords to t.
330 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
332         * hi-lock.el (hi-lock-highlight-range): New variable.
333         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
334         only if font-lock-fontified is non-nil.  Remove overlays.
335         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
336         font-lock-fontified is non-nil, otherwise use overlays (instead of
337         text properties).
338         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
339         New variables.
340         (hi-lock-string-serialize) New function.
342 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
344         * menu-bar.el (menu-find-file-existing): New function.
345         (menu-bar-file-menu): Use menu-find-file-existing for Open.
347         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
349 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * vc.el: Remove unnecessary leading * in docstrings.
352         (vc-annotate-mode-map): Move initialization into declaration.
353         (vc-static-header-alist): Nitpick on the regexp.
354         (vc-default-init-version): New fun.
355         (vc-register): Use it.
356         (vc-insert-headers): Use dolist.
357         (vc-annotate-get-backend): Remove unused function.
358         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
359         (vc-annotate-mode): Remove corresponding call.
360         (vc-annotate-car-last-cons): Simplify.
361         (vc-annotate-buffers): Remove var.
362         (vc-annotate-backend): Make it buffer-local.
363         (vc-annotate): Move the interaction to the interactive spec.
364         Add a `buf' argument.
365         (vc-annotate-warp-version): Use this new `buf' argument to avoid
366         killing&creating a vc-annotate buffer, which is very disruptive when
367         the buffers are shown in dedicated frames.
369 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
371         * descr-text.el: Add FSF as maintainer.
372         (describe-text-mode, describe-text-mode-map)
373         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
374         help-mode.
375         (describe-text-widget, describe-text-sexp)
376         (describe-property-list, describe-text-category)
377         (describe-text-properties, describe-text-properties-1)
378         (describe-char): Use help buttons instead of widgets.
379         (describe-char-unicodedata-file): Make URL link in doc string.
381 2005-12-22  Richard M. Stallman  <rms@gnu.org>
383         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
384         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
385         Don't include buttons that write a file when there's no file.
386         (custom-variable-menu, custom-face-menu, custom-group-menu):
387         Don't include commands that write a file when there's no file.
388         (customize-browse): Reword the top-of-buffer help intro.
389         (custom-buffer-create-internal): Fix previous change.
390         (customize-changed-options-previous-release): Prev release is 21.1.
391         (customize-changed-options): Doc fix.
392         (customize-changed): New alias.
393         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
394         Say "standard values".
395         (Custom-reset-standard): Doc fix.
396         (custom-face-reset-standard): Doc fix.
398 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
401         even if font-lock-mode is non-nil since it may be t without having
402         turned on font-lock-mode-internal.
403         (font-lock-choose-keywords): Minor optimization.
404         (font-lock-add-keywords, font-lock-remove-keywords)
405         (font-lock-set-defaults): Don't call make-local-variable on a variable
406         that we know to already be local.
408 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
410         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
411         messages if in the minibuffer.
413 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
416         (tex-mode-flyspell-verify, flyspell-get-word)
417         (flyspell-external-point-words): Don't use point-min/max uselessly.
419         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
420         by Kevin Rodgers.  Instead, just hide the completions buffer if we
421         don't need to show it.
423 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
425         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
427 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
429         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
430         delete-windows-on with an inexistent buffer.
432 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
434         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
435         Delete defcustom variable :tag names.
437 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
440         (log-view-font-lock-keywords): Ajust subgroup numbers.
441         (log-view-current-tag): Don't hard code the number of subgroups.
443 2005-12-20  Juri Linkov  <juri@jurta.org>
445         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
446         (tooltip-x-offset, tooltip-y-offset): Doc fix.
448         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
449         (menu-bar-non-minibuffer-window-p): Instead of checking
450         display-multi-frame-p, use selected-frame when menu-updating-frame
451         is nil.
453 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
455         * align.el (align-rules-list): Use [ \t] instead of \s-
456         for column separators in text mode.
458 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
460         * help-mode.el (help-customize-variable, help-customize-face):
461         Don't pop help-xref-stack as help-follow no longer pushes
462         anything on to it.
464 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
466         * textmodes/org.el: (org-agenda-custom-commands): New option.
467         (org-agenda): Offer custom commands on splash screen.
468         (org-make-tags-matcher): Parser for Boolean logic added.
469         (org-agenda-set-tags): New command.
470         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
471         (org-set-tags): Efficiency improvements.
472         (org-auto-align-tags): New option.
473         (org-todo, org-demote, org-promote): Realign tags.
474         (org-tags-completion-function): Use also "&" and "|" as separators.
475         (org-org-menu): Agenda commands simplified.
477 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
479         * cus-edit.el (customize-apropos, customize-apropos-options):
480         Docstring changes.
482         * font-lock.el (font-lock): Add tags to the links in the defgroup.
484 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
486         * longlines.el (longlines-mode): Wrap while widened.
487         (longlines-decode-region, longlines-encode-region): Compute max
488         just once.
490 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
492         * cus-edit.el (mac): New group.
494         * cus-start.el (all): Add user options in macterm.c.  Add test for
495         Mac-related built-ins.  Fix test for GTK-related built-ins.
497         * term/mac-win.el (mac-handle-language-change)
498         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
499         (mac-services-open-selection, mac-services-mail-selection)
500         (mac-services-mail-to, mac-services-insert-text)
501         (mac-dispatch-apple-event): Add docstrings.
502         (x-get-selection, mac-select-convert-to-string): Select coding
503         system from `utf-16be' and `utf-16le' using `byteorder'.
505 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * subr.el (lazy-completion-table): Don't be fooled if the var holds
508         a "list" (lambda ...) rather than a real completion list.
510         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
511         lexical-let when encountering ((lambda (...) ...) ...).
513 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
515         * progmodes/sh-script.el (sh-mode):
516         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
517         * textmodes/picture.el (picture-mode): Update docstrings.
519 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
521         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
522         commands enclosed in $(ARGQUOTE)s should not be split between two
523         lines, as that will break with GNU Make >3.80, when sh.exe is used
524         and arg quoting is with '..'.
525         (autoloads): Don't break the quoted --eval expression between
526         several lines.
528 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
530         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
531         Capture error from printing circular structures.
533 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
535         * wid-edit.el (widget-checkbox-action): Clear undo info.
537 2005-12-16  Bill Wohler  <wohler@newt.com>
539         * menu-bar.el (kill-this-buffer): Set a good example by using menu
540         bar, not menubar in comment.
542 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
545         After-change-functions should not clobber the match data.
547 2005-12-16  Juri Linkov  <juri@jurta.org>
549         * simple.el (choose-completion): Use `buffer-substring-no-properties'
550         instead of `buffer-substring'.
551         (completion-common-substring): Doc fix.
552         (completion-setup-function): Use minibuffer-completion-contents
553         instead of minibuffer-contents.  Don't set common-string-length
554         initially.  Remove special handling of partial-completion-mode.
555         Move computation of completion-base-size into one cond.
556         Call completion-base-size-function in mainbuf.  In computation of
557         completion-base-size for file name completion don't move point to
558         the end of the minibuffer.  Move computation of common-string-length
559         into one cond.  Start putting faces only when common-string-length>=0.
560         Add condition to put completions-common-part when
561         common-string-length>0.
563         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
564         place point at the first different character in the minibuffer
565         even if this position is at the beginning of the minibuffer.
567         * info.el (Info-read-node-name-1): In completion-base-size-function's
568         lambda return 1 if common-substring or minibuffer-completion-contents
569         starts with (, and 0 otherwise.
571         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
572         Use `crm-current-element' for second arg of `display-completion-list'.
574 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
576         * files.el (set-auto-mode): Look for an interpreter specified on
577         the first line also if search for mode specification succeeded,
578         but the mode is not known.
580 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
582         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
583         (org-open-at-point): Implement tag searches as links.
584         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
585         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
586         (org-tags-sparse-tree, org-tags-view, org-set-tags)
587         (org-agenda-dispatch): New commands.
588         (org-use-tag-inheritance, org-tags-column): New options.
589         (org-tab-follows-link, org-return-follows-link): New options.
590         (org-tags): New customize group.
591         (org-start-icalendar-file): Get local time zone.
592         (org-tags-completion-function): New function.
593         (org-set-font-lock-defaults): Make sure links will also be
594         highlighted inside headlines.
596 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
598         * term.el (term-emulate-terminal):
599         Let term-handle-ansi-terminal-messages override what Bash says about
600         its current directory.
602 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
604         * bindings.el (last-buffer): Move to simple.el.
605         * simple.el (last-buffer): Move here.
606         (get-next-valid-buffer): New function.
607         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
608         (prev-buffer): Ditto. Rename to `previous-buffer'.
610         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
611         * bindings.el (global-map): Ditto.
613 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
615         * cus-edit.el: Introductory comment change.
616         (custom-magic-alist): Change message string for the `rogue' state.
618 2005-12-15  Richard M. Stallman  <rms@gnu.org>
620         * tooltip.el: Delete defcustom variable :tag names.
622         * complete.el (partial-completion-mode): Doc fix.
624         * textmodes/flyspell.el (flyspell-external-point-words):
625         Use save-excursion to ensure we don't move backward in the
626         search loop, not even one character.
627         (flyspell-delete-all-overlays): Use remove-overlays directly.
629         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
630         (ispell-start-process): Set that variable.
631         Clear ispell-buffer-local-name.
632         (ispell-internal-change-dictionary):
633         Set ispell-current-dictionary after killing process.
634         (ispell-buffer-local-dict):
635         Don't set spell-personal-dictionary after killing process.
636         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
637         (ispell-tex-skip-alists)
638         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
640         * net/newsticker.el (newsticker--retrieval-timer-list)
641         (newsticker--display-timer, newsticker-running-p)
642         (newsticker-ticker-running-p): Definitions moved up.
644 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
646         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
648 2005-12-15  David Ponce  <david@dponce.com>
650         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
651         (recentf-edit-list, recentf-open-files): Signal an error when
652         there is no recent file.
654 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
656         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
657         read-only except for texinfo-format-region evaluation.
659 2005-12-14  Richard M. Stallman  <rms@gnu.org>
661         * vc.el (vc-default-previous-version, vc-default-next-version)
662         (vc-do-command): Doc fixes.
664 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
666         * textmodes/bibtex.el (bibtex-expand-strings)
667         (bibtex-autokey-expand-string, bibtex-name-part)
668         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
669         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
670         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
671         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
672         (bibtex-entry-postfix, bibtex-known-entry-type-re)
673         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
674         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
675         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
676         (bibtex-beginning-of-last-entry): Remove.
677         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
678         message if comma is missing but buffer is read-only.
679         (bibtex-parse-field-text): Handle whitespaces at the end of field
680         text.  Return 3-element list with beginning and end of field text
681         and end of field.
682         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
683         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
684         (bibtex-search-forward-field, bibtex-search-backward-field):
685         Search always delimited by limits of entry.  Use more efficient
686         search algorithms.
687         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
688         bibtex-end-of-name-in-field.
689         (bibtex-text-in-field-bounds): Handle BibTeX strings when
690         extracting the content of a field.
691         (bibtex-text-in-field): Use search limits.
692         (bibtex-parse-string-prefix): Handle empty string keys based on
693         bibtex-string-empty-key.
694         (bibtex-parse-string): Fix docstring.
695         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
696         (bibtex-preamble-prefix, bibtex-strings): New functions.
697         (bibtex-skip-to-valid-entry): Include preceding whitespace in
698         BibTeX entries (consistent with other BibTeX functions).
699         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
700         (bibtex-search-entry): Fix docstring.  Simplify.
701         (bibtex-flash-head, bibtex-complete-string-cleanup)
702         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
703         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
704         (bibtex-parse-entry): New optional arg content.
705         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
706         Use bibtex-text-in-field-bounds.
707         (bibtex-print-help-message): Handle BibTeX strings and preambles.
708         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
709         bibtex-parse-string-postfix.
710         (bibtex-find-text-internal): New function.
711         (bibtex-remove-delimiters): Use it.
712         (bibtex-find-text): Use it.  New optional arg help.
713         (bibtex-complete): Handle BibTeX string and preamble entries.
714         (bibtex-Preamble): Fix order of closing delimiters.
716 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * vc.el (vc-default-revert): New fun.
720         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
722 2005-12-14  Romain Francoise  <romain@orebokech.com>
724         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
725         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
726         (font-lock-remove-keywords): Likewise.
728 2005-12-14  Juri Linkov  <juri@jurta.org>
730         * log-view.el (log-view-diff): Doc fix.
732         * isearch.el (isearch-query-replace): Use (mark) instead of
733         isearch-opoint if mark is active in transient-mark-mode.
735 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
737         * isearch.el (isearch-query-replace): Check for isearch-other-end.
739 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
741         * progmodes/cpp.el (cpp-face): New widget.
742         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
744 2005-12-14  Juri Linkov  <juri@jurta.org>
746         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
747         around `erase-buffer' and `insert'.
749         * descr-text.el (describe-text-properties): Replace buffer name
750         "*Help-2*" with "*Help*<2>".
751         (describe-char): Add functions print-help-return-message,
752         toggle-read-only.  Use help-setup-xref with nil to not store
753         describe-char in help-xref-stack.  Use help-make-xrefs to
754         make [back] button.
756         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
758         * wdired.el (wdired-old-point): New internal variable.
759         (wdired-change-to-wdired-mode): Set it buffer-locally.
760         (wdired-abort-changes): Restore point after aborting changes.
762 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * vc.el (vc-do-command): Add a new value t for okstatus.
766         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
767         frame in case of errors.
769 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
771         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
772         so it comes after "On the Left" in the menu.
774 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
776         * cus-edit.el (customize-apropos, customize-apropos-options)
777         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
779 2005-12-12  Bill Wohler  <wohler@newt.com>
781         * vc-svn.el (vc-svn-registered): Fix problem of visiting
782         non-writable Subversion-controlled files by saving window
783         configuration before calling vc-do-command.  vc-do-command calls
784         pop-to-buffer on error which is unexpected during registration.
786 2005-12-12  Jay Belanger  <belanger@truman.edu>
788         * calc/README: Update the summary of changes.
790 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * descr-text.el (describe-char): Rework last fix to solve the problem
793         is the same way it's solved for everything else in that function
794         (i.e. by extracting the info before setting up the *Help* buffer).
796 2005-12-12  Kim F. Storm  <storm@cua.dk>
798         * subr.el (version-regexp-alist): Allow space as separator before
799         non-numeric part, e.g. "1.0 alpha".
800         (version-to-list): Interpret .X.Y version as 0.X.Y version.
802 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
804         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
805         Implement Logging and the keep-modes setting.
806         (org-get-category): Make sure a string is returned.
807         (org-log-done): New function.
808         (org-log-done, org-closed-string): New options.
810 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
812         * tooltip.el (tooltip-y-offset): Change default to 20.
814 2005-12-12  Richard M. Stallman  <rms@gnu.org>
816         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
818         * frame.el (display-hourglass): Doc fix.
820         * help.el (help-for-help-internal): Simplify entry for `a'.
822         * info.el (Info-on-current-buffer): Doc fix.
823         (info-insert-file-contents): Don't test (featurep 'jka-compr).
825         * startup.el (inhibit-splash-screen): Make this the real name.
826         (inhibit-startup-message): Make this the alias.
827         (command-line): Find only simple.el, and use its directory
828         to fill in other preloaded files' names.
829         (command-line): Deactivate the mark if deactivate-mark is set.
831         * international/mule.el (load-with-code-conversion):
832         Bind deactivate-mark.
834         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
836 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
838         * cus-edit.el (customize-apropos): Avoid listing an option more
839         than once under different aliases.  No longer list user options
840         that are not defined with defcustom (unless a prefix arg is given).
841         Doc fix.
842         (customize-apropos-options): Doc fix.
844 2005-12-11  Juri Linkov  <juri@jurta.org>
846         * frame.el (set-background-color, set-foreground-color)
847         (set-cursor-color, set-mouse-color, set-border-color):
848         Add explicit prompts to read colors by `facemenu-read-color'.
849         (show-trailing-whitespace, blink-cursor-delay)
850         (blink-cursor-interval, display-hourglass, hourglass-delay):
851         Remove tags.
852         (display-hourglass, hourglass-delay): Doc fix.
853         (cursor-in-non-selected-windows): Capitalize words in tag.
855         * faces.el (frame-background-mode): Replace `choice-item' keywords
856         with `const' to not make [default] button.  Change default value tag
857         from `default' to `automatic'.  Doc fix.
858         (trailing-whitespace) <defface>: Change group `whitespace' to
859         `whitespace-faces'.
861 2005-12-11  Richard M. Stallman  <rms@gnu.org>
863         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
865 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
867         * term/mac-win.el: Create keymap for mac-apple-event-map.
869 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
871         * tooltip.el (tooltip-mode): Move to start of file so that it
872         appears at top of customize buffer.
874         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
875         Add the gud groupname.
876         (gud-tooltip-mode): Add the tooltip groupname.
877         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
878         avoid conflict with tooltip-use-echo-area.
880 2005-12-10  Romain Francoise  <romain@orebokech.com>
882         * help.el (help-for-help-internal): Add `r' in doc string.
884 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
886         * align.el (align-regexp, align-highlight-rule):
887         Use region-beginning and region-end instead of point and mark, so that
888         repetition (with `repeat-complex-command') recomputes the region
889         bounds.
891 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
893         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
894         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
895         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
896         (balance-windows): Rewrite using the above new functions.
898 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
900         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
901         react if global-hi-lock-mode seems intended.
902         (global-hi-lock-mode) Renamed from hi-lock-mode.
903         (hi-lock-archaic-interface-message-used)
904         (hi-lock-archaic-interface-deduce): New variables.
905         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
906         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
907         (hi-lock-find-patterns, hi-lock-font-lock-hook):
908         Replace hi-lock-buffer-mode with hi-lock-mode.
910 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
912         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
913         completion list, even after a partial completion has been
914         inserted in the current buffer.  If there are more than 1
915         completion, redisplay the *Completions* buffer; if the
916         completion is unique, delete the *Completions* window.
918 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
920         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
921         strings and long subject lines that were broken into multiple
922         lines at arbitrary places.  Handle subjects that have "Re: " in
923         the middle.
925 2005-12-10  John W. Eaton  <jwe@octave.org>
927         * emacs/octave-mod.el (octave-electric-space): Don't indent
928         comments or strings if octave-auto-indent is nil.
930 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
932         * term/mac-win.el: Require url when compiling.
933         Call mac-process-deferred-apple-events after loading init files.
934         (mac-apple-event-map): New defvar.  Define event handlers in it.
935         (core-event, internet-event): New Apple event class symbols.
936         (open-application, reopen-application, open-documents)
937         (print-documents, open-contents, quit-application)
938         (application-died, show-preferences, autosave-now, get-url):
939         New Apple event ID symbols.
940         (about): New HICommand ID symbol.
941         (mac-event-spec, mac-event-ae): New macros.
942         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
943         (mac-ae-selection-range, mac-ae-text-for-search)
944         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
945         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
946         and Services menu events are now defined in mac-apple-event-map.
947         (mac-drag-n-drop): Remove selection range handling.
949 2005-12-10  Kenichi Handa  <handa@m17n.org>
951         * simple.el (zap-to-char):
952         * isearch.el (isearch-process-search-char): Translate CHAR by
953         translation-table-for-input.
955 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
957         * foldout.el (foldout-exit-fold): Properly hide subtree.
959 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
961         * files.el (save-buffer):
962         * international/ucs-tables.el (ucs-set-table-for-input):
963         * mail/mail-extr.el (mail-extract-address-components):
964         * mail/sendmail.el (mail-mode): Reformat doc string.
966 2005-12-09  Juri Linkov  <juri@jurta.org>
968         * isearch.el (isearch-highlight): Change main overlay priority
969         from 1 to 1001.  Simplify.
970         (isearch-lazy-highlight-update): Change lazy overlay priority
971         from 0 to 1000.
973         * replace.el (replace-highlight): Change overlay priority from
974         1 to 1001.
976         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
977         Change overlay priority from 1 to 1001.  Reuse existing overlay.
979         * compare-w.el (compare-windows-highlight): Change overlay
980         priority from 1 to 1000.
982         * menu-bar.el (menu-bar-edit-menu): Add listp around
983         pending-undo-list to disable menu item "undo" when pending
984         undo list is empty.
986         * locate.el (locate): Disable undo in *Locate* buffer.
988 2005-12-09  Kim F. Storm  <storm@cua.dk>
990         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
992 2005-12-09  David Ponce  <david@dponce.com>
994         * recentf.el: Improvement of the menu code.
995         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
996         instead of menu hook.
997         (recentf-show-menu, recentf-hide-menu): New functions.
998         (recentf-menu-customization-changed, recentf-mode): Use them.
999         (recentf-menu-action, recentf-max-menu-items)
1000         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1001         (recentf-arrange-by-rule-others)
1002         (recentf-arrange-by-rules-min-items)
1003         (recentf-arrange-by-rule-subfilter) : Don't use
1004         `recentf-menu-customization-changed'.
1005         (recentf-arrange-rules): Likewise.  Accept functions to compute
1006         sub-menu titles.
1007         (recentf-menu-filter): Likewise.  Doc fix.
1008         (recentf-menu-value-shortcut): Doc fix.
1009         (recentf-dump-variable): Quote atom value.
1010         (recentf-make-menu-items): Update to use it as a menu filter.
1011         (recentf-match-rule): New function.
1012         (recentf-arrange-by-rule): Use it.
1013         (recentf-indirect-mode-rule): New function.
1014         (recentf-build-mode-rules): Use it.
1015         (recentf-dir-rule): New function.
1016         (recentf-arrange-by-dir): Use it.
1017         (recentf-filter-changer-current): Rename from
1018         `recentf-filter-changer-state'.  All references updated.
1019         (recentf-filter-changer-alist): Update filter names.
1020         (recentf-filter-changer-select): New function.
1021         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1022         available in `recentf-filter-changer-alist'.
1023         (recentf-data-cache, recentf-clear-data)
1024         (recentf-update-menu): Remove.  All references updated.
1025         (recentf-match-rule-p, recentf-build-dir-rules)
1026         (recentf-filter-changer-goto-next)
1027         (recentf-filter-changer-get-current)
1028         (recentf-filter-changer-get-next): Remove.
1030 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1032         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1033         buffer "Reset" button to "Reset to Current" for consistency with
1034         the State buttons.
1036 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1038         * ibuf-ext.el (define-ibuffer-filter filename):
1039         If `dired-directory' is a list then really use its car.
1041 2005-12-08  Kim F. Storm  <storm@cua.dk>
1043         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1044         indention of text on right side of replaced rectangle.
1046 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1048         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1049         No need to check gud-comint-buffer is bound.
1050         (gdb): Prevent multiple debugging when first session uses gdba.
1052 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1054         CC Mode update to 5.31.
1056         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1057         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1058         might do this function properly in the future).
1060         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1061         macros c-sentence-end and c-default-value-sentence end, to cope
1062         with Emacs 22's new function `sentence-end'.
1064 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1066         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1067         compat issue using `c-put-overlay' and `c-delete-overlay'.
1069         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1070         compat macros to handle overlays/extents.
1072 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1074         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1075         (for GNU Emacs 20.4)
1077         * progmodes/cc-defs.el:
1078         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1080         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1081         highlighting mechanism so it will work in XEmacs too.
1083         * progmodes/cc-defs.el: Insert c-int-to-char.
1085         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1086         call to the new macro c-int-to-char.  This solves XEmacs's
1087         regarding characters as different from integers.
1089 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1091         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1092         helper.
1094         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1095         construct to make the indirect face lookup work in XEmacs.
1097         (c-cpp-matchers): Append the negation char face to the existing
1098         fontification, so that the cpp face doesn't disappear.  Use
1099         `c-make-syntactic-matcher' to avoid negation chars in comments and
1100         strings.
1102         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1103         to map to `font-lock-negation-char-face' in emacsen where it
1104         exists.
1106 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1108         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1110         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1111         "c-subword-move-mode" as "c-subword-mode".
1113         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1114         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1116 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1118         * progmodes/cc-mode.el: Added autoload directive for
1119         `c-subword-move-mode' for use in older emacsen.
1121 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1123         * progmodes/cc-mode.el:
1124         (i) Insert a binding for C-c C-backspace into
1125         c-bind-special-erase-keys which works in TTYs.
1126         (ii) Make sure that when file styles are used, any explicitly
1127         given style variables take priority over those in the style.  Do
1128         this by calling `hack-local-variables' a second time.
1130         * progmodes/cc-vars.el: Add language specific customization
1131         widgets for AWK to c-doc-comment-style, c-require-final-newline
1132         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1133         c-syntactic-element and c-syntactic-context doc-strings by
1134         directly setting their `variable-documentation' propery.  This
1135         allows Emacs 22.1 to read these with C-h v.
1137         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1138         Monnier).
1140 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1142         * progmodes/cc-fonts.el, cc-vars.el
1143         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1144         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1145         Masatake YAMATO.
1147         (c-doc-comment-style): Made GtkDoc default in C mode.
1149         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1150         and C-c C-<delete>.
1152         (c-bind-special-erase-keys): New function for use on
1153         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1155         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1156         <delete> key behavior in XEmacs according to `delete-forward-p'.
1157         C.f. `c-electric-delete'.
1159 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1161         * progmodes/cc-mode.el: Give c-hungry-backspace and
1162         c-hungry-delete-forward permanent key bindings.
1164         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1165         c-syntactic-context for calls to "criteria functions", for
1166         consistency with other calls to user functions.
1168         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1169         `current-prefix-arg', since this might be the prefix arg to a
1170         command which calls c-indent-command as a function.  Change the
1171         interactive spec from "p" to "P".
1173         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1174         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1175         was difficult to understand.
1177 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1179         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1180         first char of an identifier.
1182         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1183         +" syntax in C++.
1185 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1187         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1188         auto-fill doesn't split a c-comment's last word from a hanging
1189         "*/" when a space is typed between them after fill-column.
1191         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1193         * progmodes/cc-styles.el (c-set-style,
1194         c-setup-paragraph-variables): Abort the command if we're not in a
1195         CC Mode buffer.
1197         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1198         with blank comment-prefix, and a blank line as the comment's
1199         second line.
1201 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1203         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1204         Incorporated the patterns added in the Emacs development branch
1205         for the new Emacs 22 face `font-lock-negation-char-face'.
1207         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1208         of "red" since it stands out better in xterms and DOS terminals.
1210         * progmodes/cc-engine.el (c-literal-faces): Added
1211         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1213 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1215         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1216         forcibly enable c-electric-flag.
1218         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1219         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1220         just after the comment-prefix of a C-style comment will close that
1221         comment.
1223 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1225         * progmodes/cc-fonts.el (c-basic-matchers-before,
1226         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1227         in Pike.
1229         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1230         digraphs.
1232         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1233         (c-cpp-message-directives, c-cpp-include-directives,
1234         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1235         c-cpp-expr-directives): Introduced new language constants to
1236         control cpp syntax in a cleaner way.
1238         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1240         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1242         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1243         c-multiline-string-start-char): New language constants and
1244         variables to specify how newlines in string literals work.
1246         (c-font-lock-invalid-string): Use them.
1248         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1249         unbalanced close brace is entered.  Optimization by avoiding going
1250         back over arbitrarily large blocks.  Removed hints that this
1251         function only would be relevant/useful in AWK.
1253         (c-electric-brace): Indent syntactically after the cleanups since
1254         lineup functions might do it differently then.
1256         * progmodes/cc-engine.el, cc-langs.el
1257         (c-opt-op-identifier-prefix): New language constant and variable.
1259         (c-just-after-func-arglist-p, c-after-special-operator-id,
1260         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1262         * progmodes/cc-align.el, cc-engine.el
1263         (c-after-special-operator-id): New helper to handle C++ operator
1264         identifiers.
1266         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1267         c-guess-basic-syntax): Handle C++ operator identifiers in
1268         declarations.
1270         * progmodes/cc-langs.el (c-assignment-operators): Added the
1271         trigraph version of ^= too.
1273         * progmodes/cc-langs.el (c-assignment-operators): Added the
1274         trigraph version of |= in C++.
1276         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1277         `c-decl-hangon-kwds' after the identifier name.
1279         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1280         whether an arglist is "nonempty", ignore a comment after the open
1281         paren if it isn't followed by a non-comment token on the same
1282         line.
1284         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1285         heuristics below the point to cope with classes inside special
1286         brace lists in Pike.
1288 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1290         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1292 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1294         * progmodes/cc-guess.el (cc-guess-install): New function to
1295         install an already guessed style in another buffer.
1297         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1298         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1299         anyway if the change always is undone.
1301 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1303         Implement togglable electricity:
1305         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1306         saying when it should be used.
1308         * progmodes/cc-engine.el: Add the new buffer-local variable,
1309         c-electric-flag.
1311         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1312         c-toggle-auto-newline.
1314         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1315         c-toggle-auto-newline.  Remove the binding for
1316         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1317         c-toggle-electric-state.
1319         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1321         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1322         c-\(forward\|backward\)-subword.
1323         (c-update-modeline): Add the new modeline flag `l' for
1324         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1325         `l'.
1326         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1327         the old name an alias of the new name.
1328         (c-toggle-electric-state): New function.
1329         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1330         Adapt these functions to do electric things only when
1331         c-electric-flag is non-nil.
1332         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1333         new functions from c-electric-brace.
1334         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1335         mode, so that the tentative extra newline doesn't change the
1336         syntax of the following brace.
1337         (c-electric-brace): restructure by extracting the above functions.
1338         Tidy up the coding somewhat.
1339         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1340         restructure a bit.
1342 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1344         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1345         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1346         idea.
1348         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1349         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1350         since it's now used to track another submode.
1352         (c-update-modeline): Converted to function and extended to check
1353         `c-subword-move-mode'.
1355         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1356         Converted to compat aliases for `c-forward-subword' and
1357         `c-backward-subword'.
1359         * progmodes/cc-subword.el: New functions and minor mode to handle
1360         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1362         (c-forward-subword, c-backward-subword, c-mark-subword,
1363         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1364         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1365         Functions corresponding to the standard word handling functions.
1367         (c-subword-move-mode): Minor mode that replaces all the standard
1368         word handling functions with their subword equivalences.
1370 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1372         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1373         entry for one-liner-defun.
1375         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1376         name in its def-edebug-spec.
1378         * progmodes/cc-cmds.el (c-electric-brace): Make the
1379         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1380         compacts space before a comment, if this will make things fit on
1381         one line.
1383         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1385         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1387         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1388         clean-up one-liner-defun.
1390         * progmodes/cc-styles.el: Add the new "awk" style.
1392         * progmodes/cc-vars.el: Add description of one-liner-defun to
1393         c-cleanup-list's doc-string.  New user options,
1394         c-max-one-liner-length.  In c-default-style, set the default style
1395         for AWK to "awk".
1397 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1399         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1400         macros inside labels.
1402         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1403         `c-at-statement-start-p' and `c-at-expression-start-p'.
1405         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1406         error if the mark isn't set.
1408         * progmodes/cc-engine.el (c-guess-continued-construct,
1409         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1410         accurately detect functions inside functions.
1412         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1413         like `c-at-statement-start-p' that additionally recognizes commas
1414         and expression parentheses as delimiters.
1416         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1417         to avoid heuristics that doesn't work for unclosed blocks.
1419         (c-at-statement-start-p): New function.
1421         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1422         Objective-C directives, e.g. directives spanning lines should work
1423         reasonably well now.
1425         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1427         (c-forward-objc-directive): New function to move over any ObjC
1428         directive.
1430         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1431         c-basic-matchers-before): Use it.
1433         (c-font-lock-objc-iip-decl): Removed.
1435         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1436         in the template arglist recognition.
1438         * progmodes/cc-styles.el (c-style-alist): Fixed several
1439         inconsistencies in the Whitesmith style.
1441         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1442         lineup function to get lines after Whitesmith style blocks
1443         correctly indented.
1445         (c-lineup-whitesmith-in-block): Backed out the compensation for
1446         opening parens since it's done using `add' lists in the style
1447         definition instead.  Don't use the anchor position since it varies
1448         too much between the syntactic symbols. :P
1450         * progmodes/cc-vars.el (c-valid-offset): Updated.
1452         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1453         lists where the offsets are combined according to several
1454         different methods: `first', `min', `max', and `add'.  Report
1455         offset evaluation errors with `c-benign-error' so that some kind
1456         of reindentation still is done.
1458         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1459         `arglist-intro' the same way as `arglist-cont-nonempty' and
1460         `arglist-close'.
1462         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1463         situations for `arglist-cont-nonempty' and `arglist-close'.
1465         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1466         constant.
1468         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1469         cc-bytecomp-boundp' in a number of places.
1471         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1472         macro related issue.
1474 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1476         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1477         list is now
1478         [asdf], a char class [:alpha:].  Include code for char classes.
1479         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1480         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1482         Remove (nearly all of) the cruft associated with AWK Mode's former
1483         concept of "virtual semicolons":
1485         Adapt c-beginning-of-statement, c-end-of-statement (together with
1486         subfunctions) to use the new notion of "virtual semicolon" in
1487         place of the old awkward special handling for AWK.  There remains
1488         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1489         * progmodes/cc-cmds.el:
1490         (c-ascertain-adjacent-literal): In the backwards direction, now
1491         recognises AWK regexp delimiters as string delimiters.
1492         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1493         check more rigorously for "end of macro".
1494         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1495         virtual semicolons;
1496         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1497         out the code for forward movement into ...
1498         (c-end-of-statement): Now contains the code for forward movement,
1499         adapted for virtual semicolons.
1501         * progmodes/cc-engine.el:
1502         (c-ws*-string-limit-regexp): new regexp.
1503         (c-forward-single-comment, c-backward-single-comment): Comment out
1504         the (now redundant) "special" AWK stuff.
1506         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1507         c-string-par-start, c-string-par-separate to be more like Text
1508         Mode than Fundamental Mode.
1510 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1512         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1513         to the fontified region so that fontification doesn't occur
1514         outside it
1515         (could happen e.g. when fontifying a line with an unfinished
1516         declaration).
1518 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1520         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1521         moved to near the start of the file.  ^L now separate sections of
1522         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1523         c-awk-blank-or-comment-line-re,
1524         c-awk-one-line-possibly-open-string-re,
1525         c-awk-regexp-one-line-possibly-open-char-class-re,
1526         c-awk-one-line-possibly-open-regexp-re,
1527         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1528         c-awk-vsemi-status-unknown-p.
1530         Amend the concept of "virtual semicolons" (in the indentation
1531         engine) for languages like AWK, such that they are now
1532         conceptually attached to end of the last token of a statement, not
1533         the end of the line.  (In AWK Mode, however, the pertinent text
1534         property is still physically set on the EOL.)  Remove the specific
1535         tests for awk-mode, thus facilitating the introduction of other
1536         language modes where EOLs can end statements.  (Note: The
1537         funtionality in cc-cmds.el, specifically
1538         c-beginning/end-of-statement has yet to be amended.)
1540         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1541         c-vsemi-status-unknown-p.
1543         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1544         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1545         c-vsemi-status-unknown-p-fn (in a new page).
1547         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1548         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1549         numerous awkward forms like
1550         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1551         with
1552         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1553         variable before-ws-ip, the place just after char-before-ip
1554         appears.
1556         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1557         a comment.
1559 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1561         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1562         `c-tentative-buffer-changes'.
1564         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1565         converted to macro to choose between Emacs and XEmacs at compile
1566         time.
1568         (c-set-region-active): New set counterpart to
1569         `c-region-is-active-p'.
1571         (c-tentative-buffer-changes): New macro to handle temporary buffer
1572         changes in a convenient way.
1574         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1575         for `c-tentative-buffer-changes'.
1577         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1578         the checks for paren sexps between the point and the keyword, to
1579         avoid some false alarms.
1581         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1582         Fixed a situation where an error could be thrown for unbalanced
1583         parens.  Changed to make use of c-keyword-member' to avoid some
1584         repeated regexp matches.
1586         (c-opt-lambda-key, c-opt-inexpr-block-key,
1587         c-opt-inexpr-class-key): These language variable are no longer
1588         necessary.
1590         (c-block-stmt-kwds): New language constant used by
1591         c-looking-at-inexpr-block'.
1593         (c-guess-basic-syntax): Removed an optional check that looked at
1594         the existence of the now removed language variables.
1596         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1597         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1598         object instantiation expressions as declarations in some contexts.
1599         This bug only affected languages where the declarator can't be
1600         enclosed in parentheses.
1602         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1603         insert newlines before and after substatement braces.
1605         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1606         function declaration headers and the handling of C++ style member
1607         init lists.
1609         (c-just-after-func-arglist-p): Rewritten to use
1610         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1612         (c-beginning-of-member-init-list): Removed since it isn't used
1613         anymore.
1615         (c-guess-basic-syntax): Case 5B adapted for the new
1616         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1617         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1618         covers all cases now).
1620         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
1622 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1624         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1625         c-string-par-start/separate c-sentence-end-with-esc-eol,
1626         initialised in c-setup-paragraph-variables, used in string
1627         scanning subroutines of c-beginning-of-statement.
1629         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1630         which precedes the newly inserted `{'.
1632 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1634         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1635         function for declaration level blocks.  It should now cope with
1636         templates better and also be a lot more comprehensible.
1638         (c-looking-at-decl-block): The new function.
1640         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1641         for compatibility.
1643         (c-add-class-syntax, c-guess-continued-construct,
1644         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1646         (c-decl-block-key): Changed to tell apart ambiguous and
1647         unambiguous keywords.  Pike specials are now handled directly in
1648         the code instead.
1650         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1651         language constants and variables to make the backward skip in
1652         `c-looking-at-decl-block' as tight as possible.
1654         (c-nonsymbol-token-char-list): New language constant.
1656         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1657         find balanced template arglists backwards.
1659         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1660         making char classes for `c-syntactic-skip-backward'.
1662         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1663         16D - can't be a class-close at that point.
1665         * progmodes/cc-engine.el (c-guess-basic-syntax,
1666         c-add-class-syntax): Don't narrow out the enclosing declaration
1667         level.  This makes everything a lot easier, and it was actually
1668         only four small places that needed it to work.  Some places that
1669         previously did `widen' are removed now, which has the effect that
1670         `c-guess-basic-syntax' never will look at things outside the
1671         current narrowment now.  The anchor position for `topmost-intro'
1672         is affected by this, but it was so bogus it was basically useless
1673         before, and now it's equally bogus but in a slightly different
1674         way.
1676         (c-narrow-out-enclosing-class): Gone.
1678         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1679         the narrowed region.
1681         (c-least-enclosing-brace): Removed silly optional argument.
1683         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1684         the point could be left directly after an open paren when finding
1685         the beginning of the first decl in the block.
1687         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1688         Specify which submatch to use.
1690         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
1692         (c-decl-start-re): No no longer any need for special treatment of
1693         ObjC due to the above.
1695         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1696         presumably follows C in that regard.
1698         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1699         New language constants to specify operator tokens inside
1700         identifiers in a more high level way.
1702         (c-opt-identifier-prefix-key): New internal language constant.
1704         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1705         c-identifier-start, c-identifier-key): Now completely calculated
1706         from other constants.
1708         (c-identifier-last-sym-match): Decommissioned since it's no longer
1709         used.
1711         (c-operators): Use `c-identifier-ops'.  Documented
1712         `postfix-if-paren'.
1714         * progmodes/cc-engine.el (c-forward-name): Removed the
1715         optimization when c-identifier-key is equal to c-symbol-key since
1716         it doesn't work in byte compiled files.  Don't record empty
1717         regions as identifiers.
1719         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1720         simplify access to `c-operators' and its likes.
1722         (c-operator-list, c-all-op-syntax-tokens,
1723         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1724         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1725         c-primary-expr-regexp, c-cast-parens): Use it.
1727         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1728         an explicit language in functions.
1730         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1731         variant of adornment.
1733         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1734         variable.
1736         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1737         the Pike value.
1739         * progmodes/cc-engine.el (c-on-identifier,
1740         c-simple-skip-symbol-backward): Small fix for handling "-"
1741         correctly in `skip-chars-backward'.  Affected the operator lfun
1742         syntax in Pike.
1744         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1745         diagnostic message about precompiled language vars not being used.
1747         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1748         "__attribute__" is followed by a parenthesis.
1750         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1751         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1752         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1754         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1755         cleanups to properly detect the declared identifiers in various
1756         declarations.
1758         (c-decl-start-kwds): New language constant to recognize
1759         declarations that can start anywhere.  Used for class declarations
1760         in Pike.
1762         (c-specifier-key, c-not-decl-init-keywords,
1763         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1764         c-find-decl-spots): Implement `c-decl-start-kwds'.
1766         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1767         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1768         handling of the compiler specific extension keywords into a new
1769         language constant `c-decl-hangon-kwds' that defines keyword
1770         clauses to be ignored in declarations.
1772         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1773         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1774         Necessary to stop at the declared identifier in e.g. IDL valuetype
1775         declarations.
1777         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1778         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1779         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1780         c-forward-decl-or-cast-1): Recognize the declared identifier in
1781         class and enum declarations as such and not as part of the type.
1783         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1784         interpretation of PRECEDING-TOKEN-END when there's no preceding
1785         token.
1787         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1788         declarations when there's some syntax error later on.
1790         (c-complex-decl-matchers): Did away with a reference to
1791         `c-specifier-key'.
1793         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1794         value - this variable is always dynamically bound.
1796         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1797         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1798         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1799         functions that might do hidden buffer changes: All such internal
1800         functions are now marked instead of those that don't.
1802         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1803         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1804         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1805         c-literal-type): Allow these functions to make hidden buffer changes,
1806         so that they are free to use text property caching later on.
1808         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1809         c-electric-brace, c-electric-slash, c-electric-star,
1810         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1811         c-electric-paren, c-electric-continued-statement, c-indent-command,
1812         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1813         c-context-line-break): Added `c-save-buffer-state' calls to comply
1814         with the changed semantics of the functions above.
1816         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1817         when macros occur in obscure places.  Optimized the sexp movement
1818         a bit.
1820 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1822         Enhancements for c-beginning-of-statement to work in AWK Mode:
1824         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1825         (completed statement) with `}' (statement completed by closing
1826         brace or semicolon) and `$' (statement completed by EOL).
1828         (c-awk-virtual-semicolon-ends-prev-line-p,
1829         c-awk-virtual-semicolon-ends-line-p,
1830         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1831         c-awk-at-statement-end-p): new functions
1833         * progmodes/cc-cmds.el: Simplify the structure of functions
1834         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1835         two functions and c-beginning-of-statement to handle AWK Mode.
1837         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1838         c-backward-single-comment for AWK mode.  Attempt to clarify their
1839         doc-strings.
1841         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1843 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1845         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1846         label handling.  Labels are now recognized in a uniform and more
1847         robust way, regardless of context.  Text properties are put on all
1848         labels to recognize the following declarations better.  Multiword
1849         labels are handled both in indentation and fontification for the
1850         benefit of language extensions like Qt.  For consistency, keywords
1851         in labels are now fontified with the label face instead.  That
1852         also applies to "case" and "default".
1854         (c-beginning-of-statement-1): Fixed some bugs in the label
1855         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1856         with `c-label-kwds'.
1858         (c-find-decl-spots): Support that the callback adds more
1859         `c-decl-end' spots to find.
1861         (c-forward-decl-or-cast-1): Don't treat a list of plain
1862         identifiers followed by a colon as a declaration.
1864         (c-forward-label): New function to recognize labels.
1866         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1867         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1868         earlier since they aren't so context sensitive now.  Handle labels
1869         on the top level gracefully.  Moved access label recognition to
1870         the generic label case (CASE 15) - removed CASE 5E.
1872         (c-font-lock-declarations): Added recognition of labels in the
1873         same round since we need to handle labels in parallell with other
1874         declarations to recognize both accurately.  It should also improve
1875         speed.
1877         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1878         `c-font-lock-labels' so that it only is used on decoration level 2
1879         since `c-font-lock-declarations' handles it otherwise.
1881         (c-complex-decl-matchers): Removed the simplistic recognition of
1882         access labels.
1884         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1885         with labels earlier.
1887         (c-decl-start-re): New language variable to make
1888         `c-font-lock-declarations' stop for the special protection labels
1889         in Objective-C that start with `@'.
1891         (c-label-key): Removed since it's no longer used.
1893         (c-recognize-colon-labels, c-label-prefix-re): New language
1894         constants to support recognition of generic colon-terminated
1895         labels.
1897         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1898         are colon terminated labels.
1900         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1901         first argument starts with a special brace list.
1903         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1904         c-font-lock-declarations): Broke out the declaration and cast
1905         recognition from `c-font-lock-declarations' to a new function, so
1906         that it can be used in the indentation engine.
1908         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1909         up to the start of the literal.  Fixed bug with the point on the
1910         wrong side of the search limit that could happen when the start
1911         position is inside a literal.
1913         * progmodes/cc-engine.el (c-parse-state,
1914         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1915         so that it's kept a little bit back to increase the hit rate.
1917         (c-parse-state): Changed the macro handling and fixed some
1918         glitches.  Macro context is checked more often than necessary now,
1919         but otoh less garbage conses are generated.
1921         * progmodes/cc-engine.el (c-parse-state,
1922         c-invalidate-state-cache): Cache the last position where
1923         `c-state-cache' applies.  This can speed up refontification quite
1924         a bit in blocks where there are many non-brace parens before the
1925         point.
1927         (c-state-cache-end): New variable for this.
1929         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1930         cache variable.
1932         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1933         get close initial continue positions when the start position is
1934         inside a literal or macro.  Do not call the callback for spots
1935         before the start position (which can happen e.g. for `c-decl-end'
1936         spots inside comments).  Optimize better in special cases when the
1937         region is a single line inside a literal or macro (typically when
1938         the current line is refontified).
1940         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1941         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1942         entries from the paren state.
1944         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1945         special case for "else if" clauses.
1947         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1948         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1950         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1951         language variable to recognize the gcc extension with statement
1952         blocks inside expressions.
1954         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1955         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1956         no longer used and hence removed.
1958         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1959         to `c-add-stmt-syntax'.
1961         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1962         `c-beginning-of-statement-1' instead of duplicating parts of it.
1963         This fixes bogus label recognition.
1965         * progmodes/cc-engine.el (c-add-type, c-check-type,
1966         c-forward-name, c-forward-type): Improved storage of template
1967         types in `c-found-types' so that they can be recognized better.
1969         (c-syntactic-content): Added option to skip past nested parens.
1971         * progmodes/cc-engine.el (c-forward-name): Set
1972         `c-last-identifier-range' all the time.  It's less work that way.
1973         Handle that there might not be an identifier to store in
1974         `c-last-identifier-range'.
1976         (c-forward-type): Handle that `c-last-identifier-range' might be
1977         nil from `c-forward-name'.
1979         * progmodes/cc-defs.el: (c-safe-scan-lists,
1980         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1982         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1983         to work even if the form fails.
1985         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1986         down in a large file in one go.
1988         (c-get-fallback-start-pos): New helper function for
1989         `c-parse-state'.
1991         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1992         function which is like `c-lineup-math' but returns nil instead of
1993         `c-basic-offset' when it doesn't match.
1995         (c-lineup-math): Changed to use `c-lineup-assignments'.
1997 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1999         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2000         c-beginning-of-statement.  New subfunctions
2001         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2003 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2005         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2006         hardcoded char classes whereever possible.  Changed a couple of
2007         places to use skip by syntax instead of skip by char class.
2009         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2010         Fixed a bug in the regexp that caused extreme backtracking.
2012         * progmodes/cc-langs.el (c-block-comment-starter,
2013         c-block-comment-ender): New language constants to specify in a
2014         single place how block comments look.
2016         (c-comment-start-regexp, c-block-comment-start-regexp,
2017         comment-start, comment-end, comment-start-skip,
2018         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2019         c-syntactic-ws, c-nonempty-syntactic-ws,
2020         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2021         `c-line-comment-starter', `c-block-comment-starter' and
2022         `c-block-comment-ender'.
2024         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2025         language constants to break up things a bit.
2027         (c-simple-ws): New language constant for simple whitespace.
2029         * progmodes/cc-defs.el (c-concat-separated): New convenience
2030         function.
2032         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2033         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2034         newlines.  Allow and ignore nil elements in the list.
2036 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2038         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2039         superfluous) check, (eq here (point-max)) in
2040         c-beginning-of-statement.
2042         * progmodes/cc-cmds.el: Tidy up the comments in
2043         c-beginning-of-statement and subfunctions.
2045         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2046         more flexible c-put-char-property and c-clear-char-properties.
2047         Add the author's email address.
2049         * progmodes/cc-langs.el: New variable,
2050         c-block-comment-start-regexp.
2052         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2053         closing "*/" of a block comment.
2055         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2056         subfunctions) so that it works at BOB and EOB.
2058         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2059         c-beginning-of-statement, including new variable
2060         c-block-comment-start-regexp.
2062 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2064         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2065         symbols from `*-font-lock-extra-types' so that there's no need to
2066         use `regexp-opt' on those lists.
2068         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2069         `c-type-modifier-kwds' is empty.
2071         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2072         there are several strings on the same line.
2074         * progmodes/cc-engine.el (c-literal-limits): Removed the
2075         compatibility function for older emacsen.  `c-literal-limits-fast'
2076         has now taken the place of this function.
2078         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2079         with older emacsen: We now require `pps-extended-state'.
2081 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2083         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2084         which obviates the need to hack sentence-end.  This now handles
2085         escaped newlines in strings correctly.  Correct minor bugs in
2086         c-move-over-sentence and in c-beginning-of-statement.
2088         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2089         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2090         that movement over macros and code are rigorously separated from
2091         eachother.  Correct a few incidental bugs.
2093         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2094         Improve its doc-string.  Improve the handling of certain specific
2095         cases.
2097 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2099         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2100         (c-guess-basic-syntax): Changed the way class-level labels are
2101         recognized; they can now contain essentially any symbols.
2103         (c-opt-extra-label-key): New language variable to cope with the
2104         special protection label syntax in Objective-C.
2106         (c-opt-access-key): Removed; this is now handled better by
2107         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2109         (c-complex-decl-matchers): Update to handle that
2110         `c-opt-access-key' no longer exists.
2112         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2113         improved label recognition in `c-beginning-of-statement-1'.
2115         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2116         Recognize bitfields better.
2118         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2119         Removed some cruft and fixed a bug that could cause it to go to a
2120         position further down.
2122         * progmodes/cc-langs.el, cc-engine.el
2123         (c-beginning-of-statement-1): Improved detection of labels in
2124         declaration contexts.
2126         (c-beginning-of-decl-1): Use it.
2128         (c-nonlabel-token-key): New language constant and variable needed
2129         by `c-beginning-of-statement-1'.
2131         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2132         manifested itself due to the correction in `c-forward-sexp'.
2134         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2135         these behave as documented when used at the buffer limits.
2137         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2138         (c-type-decl-end-used): Made this a language variable.
2140         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2141         correctly when `combine-after-change-calls' is used together with
2142         temporary narrowings.
2144         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2145         labels correctly when the start point is immediately after the
2146         colon.
2148         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2149         since it isn't used anymore.
2151         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2152         bracket arglists such as template parens in C++.
2154         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2155         in the last check-in.  Some optimization.
2157         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2158         where it could stop at the same level in a preceding sexp when
2159         PAREN-LEVEL is set.
2161         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2162         text property lookup only when it's needed.
2164         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2165         Changed the policy for paren marked angle brackets to be more
2166         persistent; once marked they remain marked even when they're found
2167         to be unbalanced in the searched region.  This should keep the
2168         paren syntax around even when individual lines are refontified in
2169         multiline template arglists.
2171         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2172         to control markup so that incorrect angle bracket arglists aren't
2173         marked in contexts where the correct value for
2174         `c-disallow-comma-in-<>-arglists' isn't known.
2176         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2177         argument has become `c-parse-and-markup-<>-arglists'.
2179         (c-remove-<>-arglist-properties): Removed - no longer used.
2181         (c-after-change-check-<>-operators): New function used on
2182         `after-change-functions' to avoid that "<" and ">" characters that
2183         are part of longer operators have paren syntax.
2185         (c-<>-multichar-token-regexp): New language variable used by
2186         `c-after-change-check-<>-operators'.
2188         (c-after-change): Call `c-after-change-check-<>-operators'.
2190         (c-font-lock-<>-arglists): Use the context properties set by
2191         `c-font-lock-declarations' to set
2192         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2193         markup.
2195         (c-font-lock-declarations): Removed code that undoes the invalid
2196         markup done by `c-font-lock-<>-arglists'.
2198         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2199         after `c-font-lock-declarations'.
2201         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2202         paren-level feature.
2204         (c-guess-basic-syntax): Improved the anchor position for
2205         `template-args-cont' in nested template arglists.  There's still
2206         much to be desired in this area, though.
2208 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2210         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2211         Make the "Text Filling and Line Breaking" commands work for AWK
2212         buffers.
2214 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2216         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2217         Removed;
2218         (c-major-mode-is 'awk-mode) can be used instead now.
2220         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2221         it doesn't work no longer are supported.
2223         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2224         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2225         requires support for the syntax-table' text property, which rules
2226         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2227         cruft associated with those versions.
2229         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2230         for the `syntax-table' text property, which rules out Emacs 19 and
2231         XEmacs < 21.4.  Removed various compatibility cruft associated
2232         with those versions.
2234         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2235         support for the `syntax-table' text property.
2237         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2238         variable and use an extra quoted face name instead.  All the
2239         emacsen flavors handle that correctly.
2241         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2242         c-font-lock-declarators, c-font-lock-declarations,
2243         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2244         property to mark the items in in declarator lists to handle
2245         refontification inside multiline declarations better.
2247         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2248         construct like "a * b = c;" as a declaration.
2250 2005-12-08  Kim F. Storm  <storm@cua.dk>
2252         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2253         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2254         select either meta, hyper, or super modifier for rectangle commands.
2255         (cua--rectangle-modifier-key): New defvar.
2256         (cua--M/H-key): Use it.  Remove special case for `space'.
2257         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2258         on X, to meta otherwise.  Always bind C-return to toggle
2259         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2261         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2262         cua--rectangle-modifier-key.  Handle super modifier too.
2263         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2264         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2266         * ido.el: Move Acknowledgements and History after Commentary.
2267         Minor changes to Commentary.
2269         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2270         keymap if cua--prefix-override-timer is `shift'.
2271         (cua--shift-control-prefix): New function; emulate "type prefix
2272         key twice" functionality to handle shifted prefix key override.
2273         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2274         commands.
2275         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2277 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2279         * textmodes/org.el (org-insert-heading): Try to do items before
2280         headings.
2281         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2282         (org-insert-item): New function.
2283         (org-renumber-ordered-list): Don't skip to higher level lists.
2285 2005-12-08  Juri Linkov  <juri@jurta.org>
2287         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2289         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2291         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2293         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2294         the constructed function name fun-1.
2296         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2297         because such links don't lead to parent documentation.
2299 2005-12-08  Kenichi Handa  <handa@m17n.org>
2301         * descr-text.el (describe-char): Use *Help-2* buffer if the
2302         current buffer is *Help*.  Call describe-text-properties while
2303         setting the original buffer.
2305 2005-12-07  Bill Wohler  <wohler@newt.com>
2307         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2308         and causes problems with non-MH users (such as Gnus users).
2310 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2312         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2313         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2314         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2315         command "info sources".  Move calls to GDB command "list".
2316         (gdb-find-file-hook): Just use gdb-source-file-list.
2317         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2318         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2319         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2320         (gdb-data-list-register-values-handler): Use correct trigger name.
2322 2005-12-07  Kim F. Storm  <storm@cua.dk>
2324         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2325         (ido-common-completion-map, ido-file-completion-map)
2326         (ido-file-dir-completion-map, ido-buffer-completion-map):
2327         Renamed from ido-mode-....-map.
2328         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2329         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2330         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2331         to ido-completion-map.
2333 2005-12-07  Kenichi Handa  <handa@m17n.org>
2335         * international/mule-cmds.el
2336         (set-display-table-and-terminal-coding-system): If the coding
2337         system specified in `unibyte-display' property is different from
2338         the arg coding-system, don't setup standard-display-table.
2340 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2342         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2343         that comments end at \n, regardless of selective-display.
2345 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2347         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2348         (gdb-version): New variables.
2349         (gdb-source-file-list, gdb-register-names)
2350         (gdb-changed-registers): New variables for use with GDB 6.4+.
2351         (gdb-ann3): Replace with...
2352         (gdb-init-1, gdb-init-2): ...two new functions.
2353         (gdba, gdb-prompt): Call gdb-init-1.
2354         (gdb-get-version): New function.  Call gdb-init-2 from here.
2355         (gud-watch): Make it work with mouse events too.
2356         (gdb-post-prompt): Don't add to queue until GDB version is known.
2357         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2358         (gdb-locals-mode): Use gdb-version.
2359         (gdb-memory-format-map, gdb-memory-unit-map)
2360         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2361         (gdb-locals-font-lock-keywords-1)
2362         (gdb-locals-font-lock-keywords-2): New variables.
2363         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2364         (gdb-set-gud-minor-mode-existing-buffers-1)
2365         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2366         (gdb-var-update-1, gdb-var-update-handler-1)
2367         (gdb-data-list-register-values-handler)
2368         (gdb-data-list-register-values-custom)
2369         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2370         (gdb-stack-list-locals-handler, gdb-get-register-names):
2371         New functions for use with GDB 6.4+.
2372         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2373         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2374         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2375         (gdb-stack-list-locals-regexp)
2376         (gdb-data-list-register-names-regexp): New regexps for use with
2377         GDB 6.4+.
2379 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2383 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2385         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2386         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2387         <seallan@verizon.net>.
2389 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2391         * frame.el (set-frame-parameter): Add doc string.
2393 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2395         * textmodes/org.el (org-occur-highlights): New variable.
2396         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2397         (org-highlight-sparse-tree-matches): New option.
2398         (org-do-occur): New function.
2399         (org-get-heading): Make it work also at beginning of line.
2400         (org-category-table): New variable.
2401         (org-get-category-table, org-get-category)
2402         (org-camel-to-words, org-link-search): New functions.
2403         (org-select-this-todo-keyword): New variable.
2404         (org-todo-list): New command.
2405         (org-shiftright, org-shiftleft): New commands.
2406         (org-agenda-todo): Add prefix argument.
2407         (org-show-hierarchy-above): New option.
2408         (org-show-todo-tree): Numerical prefix creates tree for specific
2409         TODO keyword.
2410         (org-outline-level): New function, to assign a level to plain
2411         lists items.
2412         (org-cycle-include-plain-lists): New option.
2413         (org-mode): Use `org-outline-level' as value of `outline-level'.
2414         (org-cycle): Temporarily switch `outline-regexp' if
2415         `org-cycle-include-plain-lists' is non-nil.
2416         (org-start-icalendar-file): Fix format bug.
2417         (org-agenda-get-day-entries): Create category table.
2418         (org-agenda-get-todos, org-agenda-get-timestamps)
2419         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2420         (org-agenda-get-blocks): Use `org-get-category'.
2421         (org-context-in-file-links): Rename from
2422         `org-line-numbers-in-file-links' .
2424 2005-12-06  Romain Francoise  <romain@orebokech.com>
2426         * window.el (balance-windows): Delete extraneous third arg in call
2427         to `enlarge-window'.
2429 2005-12-06  Kenichi Handa  <handa@m17n.org>
2431         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2433 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2435         * progmodes/gdb-ui.el (gdb-var-create-handler)
2436         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2437         (gdb-var-list-children-handler, gdb-var-update-handler):
2438         Current buffer is already gdb-partial-output-buffer, don't
2439         make it current again.
2441 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2443         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2444         (list-buffers-noselect): Use it.
2446 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2449         (mail-yank-ignored-headers): Use regexp-opt.
2450         (mail-mode-map): Move initialization into declaration.
2451         (mail-sent-via): Remove unused shadowed var `to-line'.
2452         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2453         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2454         (mail-do-fcc): Use dolist and push.
2455         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2456         (mail-yank-ignored-headers): Don't autoload.
2458 2005-12-05  Kenichi Handa  <handa@m17n.org>
2460         * international/mule-cmds.el (set-language-info-internal): New fun.
2461         (set-language-info): Call set-language-info-internal to update
2462         language-info-alist.  If LANG-ENV is the current one, call
2463         set-language-environment to make INFO effective now.
2464         (set-language-info-alist): Likewise.
2465         (locale-language-names): With locale "en", use English
2466         lang. env. but set the default codings to iso-8859-1.
2468 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2470         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2471         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2472         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2473         for plain strings.
2474         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2475         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2476         Create registers buffer if necessary.  Echo new state in minibuffer.
2477         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2479 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2481         * info.el (Info-fontify-node): Match external links using
2482         non-directory part of filename.
2484 2005-12-04  Juri Linkov  <juri@jurta.org>
2486         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2487         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2488         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2489         because there is no customization option for it.
2491         * font-lock.el (lisp-font-lock-keywords-1):
2492         Add define-global-minor-mode.
2494         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2496         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2497         properties on the constructed variable names.
2499         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2500         Put `definition-name' properties on the constructed function names
2501         next-sym and prev-sym.
2503         * emacs-lisp/find-func.el (find-function-regexp):
2504         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2505         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2506         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2507         and easy-menu-define.
2509         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2510         easy-mmode-define-global-mode and define-global-minor-mode.
2511         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2513         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2514         instead of easy-mmode-define-global-mode.
2516         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2517         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2519         * cus-edit.el (customize-group, customize-group-other-window):
2520         Filter out autoloaded options from the group completion list by
2521         using heuristics that autoloaded groups don't have `custom-autoload'
2522         property on their symbols (they have only `custom-loads').
2524         * simple.el (completion-setup-function): Put completions-common-part
2525         face on complete completion string too (i.e. completion string
2526         without completions-first-difference face).
2528         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2530 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2532         * view.el (view-mode): Doc fix.
2534         * disp-table.el (standard-display-european): Add to the warning
2535         message a reference to the doc string.
2537         * play/yow.el (apropos-zippy): Call print-help-return-message,
2538         similar to other Help and Apropos commands.
2540         * help.el (print-help-return-message): If pop-up-frames is
2541         non-nil, set up help-return-method to delete the help window and,
2542         possibly, its frame as well, and don't display message about
2543         scrolling the help window.  Doc fix.
2544         (help-return-method): Doc fix.
2546 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2548         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2549         whereby names of length one or names starting with a
2550         symbol-constituent character would not be returned.
2552 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2554         * subr.el (atomic-change-group): Add edebug and indentation spec.
2556 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * completion.el (save-completions-file-name): Fix typo in last change.
2560 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2562         * info.el: Move back/forward history to the beginning of the tool bar.
2564 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2566         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2567         Add fset of allout-real-isearch-abort during compile to fix
2568         byte-compilation warnings.
2569         (allout-mode-p): Move definition of this macro above all uses, or
2570         byte compilation in barren emacs (eg, during emacs build) will
2571         lack the definition.
2572         (allout-mode): Move this variable above any uses, or byte
2573         compilation will fail.
2574         (allout-resolve-xref): Remove use of personal file-reference function.
2575         (allout-toggle-current-subtree-encryption): Do the current (ie,
2576         visible containing) topic, rather than nearest around point.  Doc fix.
2577         (allout-toggle-subtree-encryption): New function, workhorse that
2578         works on nearest topic containing point.
2579         (allout-encrypt-string): Signal requirement for newer version of pgg.
2580         (allout-resumptions): Doc fix.
2582 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2584         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2586 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2588         * textmodes/flyspell.el (flyspell-external-point-words):
2589         Consider a misspelling as found in the string search if: (a) misspelling
2590         and found string lengths match, or (b) misspelling is found as
2591         element in a boundary-chars separated longer string, or (c)
2592         ispell-program-name is really ispell and misspelling is found as
2593         part of a TeX string.  After successful match move beginning of
2594         search region to end of match.  Warn about not found misspellings
2595         once the process is done.
2596         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2598 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2600         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2601         tool bar (removed inadvertently).
2603 2005-12-02  Juri Linkov  <juri@jurta.org>
2605         * log-view.el (log-view-diff): Clarify doc string.
2607 2005-12-01  Bill Wohler  <wohler@newt.com>
2609         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2610         triggers lm-verify errors.
2612 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2614         * simple.el (transient-mark-mode, line-number-mode)
2615         (column-number-mode, size-indication-mode): Remove `:require nil'.
2617 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2619         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2620         in the margin also.
2621         (gdb-breakpoints-mode-map): Use D instead of d for
2622         gdb-delete-breakpoint.
2623         (gdb-get-frame-number): Require a number to match on.
2624         (gdb-threads-mode-map): Add follow-link binding.
2626 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2628         * isearch.el (isearch-mode-map): Avoid exiting search on
2629         language-change event.
2631 2005-11-30  Romain Francoise  <romain@orebokech.com>
2633         * speedbar.el (speedbar-default-position): New defcustom.
2634         (speedbar-frame-reposition-smartly): Use it.
2636         * dframe.el (dframe-reposition-frame-emacs): Fix position
2637         computation for `left' location.
2638         Update copyright year.
2640 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * help.el (help-map): Move initialization into declaration.
2644         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2646         * help-fns.el (help-argument-name): Don't autoload.
2647         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2648         to be re-loaded when customizing the `help' group.
2650 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2652         * help-fns.el (describe-function-1): Fill arglist output.
2654 2005-11-30  Kim F. Storm  <storm@cua.dk>
2656         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2657         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2658         after revert-buffer (or anything else which kills all local variables).
2660         * apropos.el (apropos-parse-pattern): Doc fix.
2661         Set apropos-regexp directly, rather than expecting callers to do so.
2662         (apropos-command, apropos, apropos-value, apropos-documentation):
2663         Simplify calls to apropos-parse-pattern.
2665 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2667         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2668         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2669         (hi-lock-write-interactive-patterns): Use comment-region.
2671         * longlines.el (longlines-mode): Add mail-setup-hook.
2673         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2675         * simple.el (sendmail-user-agent-compose, next-line):
2676         Conditionally use hard-newline.
2678 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2680         * international/latexenc.el (latex-inputenc-coding-alist):
2681         Reword doc string.
2683 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2685         * help.el (describe-key-briefly, describe-key): Recognize default
2686         bindings.
2688 2005-11-29  Romain Francoise  <romain@orebokech.com>
2690         * view.el (view-inhibit-help-message): New defcustom.
2691         (view-mode-enter): Use it.
2693 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2695         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2696         Preserve user position.
2698 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2700         * font-lock.el: Throw error if facemenu is not loaded to prevent
2701         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2703         * loadup.el: Add comment explaining why facemenu must be loaded
2704         before font-lock.
2706 2005-11-28  Jay Belanger  <belanger@truman.edu>
2708         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2709         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2711         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2713         * calc/calc-embed.el (calc-do-embedded): Update help message.
2715         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2717 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2719         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2721         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2722         called-interactively-p.
2723         (elp-profilable-p): Rename from elp-not-profilable-p.
2724         Invert result and take into account macros and autoloaded functions.
2725         (elp-instrument-function): Update call.
2726         (elp-instrument-package): Update call.  Add completion.
2727         (elp-pack-number): Use match-string.
2728         (elp-results-jump-to-definition-by-mouse): Merge into
2729         elp-results-jump-to-definition and then remove.
2730         (elp-output-insert-symname): Make help echo text single-line.
2732         * replace.el (query-replace-map): Move initialization into declaration.
2733         (occur-engine): Use with-current-buffer.
2734         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2735         (occur-mode-mouse-goto): Replace with an alias.
2737 2005-11-28  Juri Linkov  <juri@jurta.org>
2739         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2741         * term/w32-win.el: Bind [S-tab] to [backtab].
2743         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2744         `Info-find-file' to t.
2746         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2747         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2748         and same-window-regexps.
2749         (occur-next-error): Don't move point for arg 0.
2751 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2753         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2755 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2757         * log-edit.el (log-edit-changelog-use-first): New var.
2758         (log-edit-changelog-ours-p): Use it.
2759         (log-edit-insert-changelog): Set it with new arg `use-first'.
2760         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2761         (log-edit-hook): Add them to the list of suggested options.
2763         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2764         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2765         redundant work.
2766         (flyspell-mode-on): Use add-hook for after-change-functions.
2767         (flyspell-mode-off): Use remove-hook for after-change-functions.
2768         (flyspell-changes): Make it buffer-local.
2769         (flyspell-after-change-function): Make it non-interactive.  Use push.
2770         (flyspell-post-command-hook): Check input-pending-p while processing
2771         the potentially long list of buffer changes.
2773 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2775         * buff-menu.el (list-buffers-noselect): Display the selected
2776         frame's buffer list, not the global one.
2778 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2780         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2781         that (list last-input-event) works as in interactive spec.
2783 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2785         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2786         `facemenu-keymap' needs to be defined when font-lock is loaded.
2787         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2789 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * completion.el: Remove useless leading * in defcustom docstrings.
2792         (save-completions-file-name): Use ~/.emacs.d if available.
2793         (completion-standard-syntax-table): Rename from
2794         cmpl-standard-syntax-table and fold initialization into declaration,
2795         thus removing cmpl-make-standard-completion-syntax-table.
2796         (completion-lisp-syntax-table, completion-c-syntax-table)
2797         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2798         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2799         (symbol-under-point, symbol-before-point)
2800         (symbol-under-or-before-point, symbol-before-point-for-complete)
2801         (add-completions-from-c-buffer): Use with-syntax-table.
2802         (make-completion): Don't return a list of completion entries.
2803         Update callers.
2804         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2805         (completion-initialize): Rename from initialize-completions.
2806         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2807         (kill-emacs-save-completions): Collect stats here.
2808         (save-completions-to-file, load-completions-from-file):
2809         Use with-current-buffer.
2810         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2811         into a function.  Move all calls to toplevel.
2812         (completion-lisp-mode-hook): New fun.
2813         (completion-c-mode-hook, completion-setup-fortran-mode):
2814         Set the syntax-table here.  Use local-set-key.
2815         (completion-saved-bindings): New var.
2816         (dynamic-completion-mode): Make it into a proper minor mode.
2817         (load-completions-from-file): Remove unused var `num-uses'.
2819         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2820         constructor if it is explicitly overridden.
2822         * complete.el (PC-completion-as-file-name-predicate):
2823         Use minibuffer-completing-file-name.
2824         (partial-completion-mode): Use find-file-not-found-functions.
2825         (PC-lisp-complete-symbol): Use with-syntax-table.
2826         (PC-look-for-include-file): Remove dead setq.
2827         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2828         (PC-complete): Use with-current-buffer.
2830         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2831         escape single quotes.
2833 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2835         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2836         of `if' whose condition always returned nil.  Doc fix.
2838         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2839         window's buffer the current buffer around the call to
2840         `list-buffers-noselect'.  This is necessary to mark that buffer
2841         with a `.' in the Buffer Menu when called from Lisp, for instance
2842         by Auto Revert Mode.
2844 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2846         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2847         attaching to it.
2848         (gdb-pre-prompt): Make sure gdb-error is reset.
2850         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2851         with a child process, detect it.
2852         (gud-speedbar-buttons): Match regexp more carefully.
2854 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2856         * mouse.el (mouse-drag-move-window-bottom):
2857         Use adjust-window-trailing-edge.
2859 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2861         * simple.el (blink-matching-open): Ignore
2862         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2863         (blink-matching-paren-on-screen): Update docstring.
2865         * paren.el (show-paren-mode): No longer change
2866         `blink-matching-paren-on-screen'.
2868 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2870         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2871         (gdb-threads-select, gdb-edit-register-value):
2872         Use `posn-set-point' instead of `mouse-set-point' because the
2873         latter is not fbound when configured without X.
2875 2005-11-27  Kim F. Storm  <storm@cua.dk>
2877         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2878         existing face when partially highlighting a TAB in a rectangle.
2880 2005-11-26  Kim F. Storm  <storm@cua.dk>
2882         * ido.el (ido-mode-map): Doc fix.
2883         (ido-mode-common-map, ido-mode-file-map)
2884         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2885         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2886         parent for ido-mode-map instead of building from scratch.
2887         (ido-init-mode-maps): New defun to initialize new maps.
2888         (ido-mode): Call it.
2889         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2890         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2892 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2894         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2895         `mouse-set-point' because the latter is not fbound when configured
2896         without X.
2898 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2900         * files.el (file-relative-name): Doc fix.
2902 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2904         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2905         non-empty string for secondary prompt PS2.
2907 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2909         * progmodes/compile.el (compilation-setup): Fix last change.
2911 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2913         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2914         (gdb-mouse-toggle-breakpoint-margin)
2915         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2916         Add gdb-server-prefix to keep out of command history.
2917         (gdb-edit-register-value): New function.
2918         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2919         (gdb-info-registers-custom): Use above map.
2921 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2923         * custom.el (enable-theme): Signal error if argument is not a
2924         theme.  Don't recalculate a face if it's not loaded yet.
2926         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2927         the `user' theme is in effect.
2929         * info.el (Info-on-current-buffer): Record actual filename in
2930         Info-current-file, instead of t, or a fake filename if a non-file
2931         buffer.  Make autoload.
2932         (Info-find-node, Info-revert-find-node): No need to check for
2933         Info-current-file nil.
2934         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2935         Info-current-file is now never `t'.
2936         (Info-fontify-node): Many simplifications due to Info-current-file
2937         always being valid.  Use Info-find-file to find node filename.
2939 2005-11-25  David Kastrup  <dak@gnu.org>
2941         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2942         new character, then delete" in order to preserve markers.
2944 2005-11-25  David Ponce  <david@dponce.com>
2946         * recentf.el (recentf-arrange-by-rule): Handle a special
2947         `auto-mode-alist'-like "strip suffix" rule.
2948         (recentf-build-mode-rules): Handle second level auto-mode entries.
2950 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2952         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2953         window modes.
2955         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2956         jde-javadoc-checker-report-mode.
2958         * ediff-wind (ediff-make-wide-display): Slight simplification.
2960         * ediff.el (ediff-date): Change the date of last update.
2962 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2964         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2965         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2966         (hi-lock-mode): New global minor mode.
2967         (turn-on-hi-lock-if-enabled): New function.
2968         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2969         Change arguments to regexp and face instead of a font-lock pattern.
2970         Directly set face property, instead of refontifying.
2971         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2972         (hi-lock-find-patterns): Use line-number-at-pos.
2974         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2975         arguments for hi-lock-set-pattern.
2976         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2977         font-lock-fontify-buffer.
2978         (hi-lock-find-file-hook, hi-lock-current-line)
2979         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2981         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2982         turned off.
2984         * progmodes/compile.el (compilation-setup): Don't fiddle with
2985         font-lock-defaults.
2987 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2989         * progmodes/gdb-ui.el (gdb-var-create-handler)
2990         (gdb-var-list-children-handler): Find values for all variable
2991         objects.  gud-speedbar-buttons decides whether to display them.
2993 2005-11-24  Romain Francoise  <romain@orebokech.com>
2995         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2996         buffer name with a space.
2998 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3000         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3001         `org-export-local-list-max-depth'.  Change default value to 3.
3002         (org-auto-renumber-ordered-lists)
3003         (org-plain-list-ordered-item-terminator): New options.
3004         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3005         (org-get-indentation, org-get-string-indentation)
3006         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3007         functions.
3008         (org-move-item-down, org-move-item-up): New commands.
3009         (org-export-as-html): New classes for CSS support.  Bug fix in
3010         regular expression detecting fixed-width regions.  Respect
3011         `org-local-list-ordered-item-terminator'.
3012         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3013         also a list item.
3014         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3015         New item moving functions.
3017 2005-11-24  Juri Linkov  <juri@jurta.org>
3019         * isearch.el (isearch-repeat): With empty search ring set
3020         `isearch-error' to the error string instead of signaling error
3021         with the function `error'.
3023 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3025         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3027 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3029         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3030         and variable.
3031         (gdb-var-create-handler, gdb-var-list-children-handler):
3032         Don't match on "char **...".
3033         (gdb-var-update-handler): Find values for all variable objects.
3034         (gdb-info-frames-custom): Identify frames by leading "#".
3036         * progmodes/gud.el (gud-speedbar-menu-items): Add
3037         gdb-speedbar-auto-raise as radio button.
3038         (gud-speedbar-buttons): Raise speedbar if requested.
3039         Don't match on "char **...".
3040         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3041         Make it editable.
3043 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3045         * info.el (Info-fontify-node): Handle the case where
3046         Info-current-file is t.
3048 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * simple.el (blink-matching-open): Fix off-by-one in last change.
3052 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3054         * term/mac-win.el: Don't change default directory.
3056 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3058         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3059         buffers correctly.  (It used to throw an error in such buffers.)
3060         Make it ask for confirmation in group buffers and other Custom
3061         buffers containing more than one customization item.
3063 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3065         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3066         property on mail and url overlays.
3067         (goto-address-at-point): Use `posn-set-point' instead of
3068         `mouse-set-point' because the latter is not fbound when configured
3069         without X.
3071 2005-11-22  Lars Hansen  <larsh@soem.dk>
3073         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3074         (ls-lisp-classify, ls-lisp-format): Delete call to
3075         ls-lisp-parse-symlink.
3076         (ls-lisp-handle-switches): Handle symlinks to directories as
3077         directories when ls-lisp-dirs-first in non-nil.
3079 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3081         * startup.el (command-line): Make sure that loaddefs.el is handled
3082         correctly in load-history.
3084 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3086         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3087         (gdb-struct-string, gdb-array-string): New constants.
3088         (gdb-info-locals-handler): Use them.
3089         (gdb-reset): Reset gdb-var-list to nil.
3091 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3093         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3094         in patterns.
3096 2005-11-21  Juri Linkov  <juri@jurta.org>
3098         * custom.el (defcustom): Update link types in docstring.
3100 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3102         * custom.el (defgroup): Add doc-string-elt info.
3104         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3106 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * newcomment.el (comment-enter-backward): Fix last fix.
3110         * simple.el (blink-matching-open):
3111         * paren.el (show-paren-function): Allow new paren-class info.
3113 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3115         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3116         handled automagically.
3118 2005-11-20  Andreas Schwab  <schwab@suse.de>
3120         * descr-text.el (describe-char): When copying overlays put them
3121         over the full char description instead of just the first character
3122         of it.
3124 2005-11-20  Juri Linkov  <juri@jurta.org>
3126         * simple.el (what-cursor-position):
3127         * descr-text.el (describe-char): Use Lisp-readable syntax
3128         for octal and hex.  Reorder decimal, octal and hex values.
3129         Remove excess whitespace in the output.  Use `=' in `column='
3130         like in `point=' and `Hscroll='.
3132         * international/mule-cmds.el (encoded-string-description):
3133         Use Lisp-readable syntax for hex.
3135 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3137         * newcomment.el (comment-enter-backward): Handle the case where the
3138         comment is closed by EOB.
3140 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3142         * longlines.el (longlines-before-revert-hook)
3143         (longlines-after-revert-hook): New functions.
3144         (longlines-mode): Turn off longlines temporarily when reverting.
3145         Add a message-setup-hook.
3146         (longlines-decode-buffer): New function.
3147         (longlines-wrap-line): Preserve marker positions.
3149 2005-11-19  Andreas Schwab  <schwab@suse.de>
3151         * emacs-lisp/shadow.el: Handle compressed files.
3153 2005-11-19  Romain Francoise  <romain@orebokech.com>
3155         * net/browse-url.el (browse-url-default-browser): Signal an error
3156         if no usable browser can be found, rather than try to load w3.
3158 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3160         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3161         replacing existing properties.
3162         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3163         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3164         tty specs.
3165         (rcirc-server-prefix, rcirc-server): New faces.
3166         (rcirc-url-regexp): Generate with rx macro.
3167         (rcirc-last-server-message-time): New variable.
3168         (rcirc-filter): Record time of last message.
3169         (rcirc-keepalive): Kill processes that did not send a message
3170         since the last ping.
3171         (rcirc-mode): Give rcirc-topic a local binding here.
3173 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3175         * subr.el (read-passwd): Fontify the prompt as we do with other
3176         prompts.
3178 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3180         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3181         binding buffer-read-only to nil.
3183 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3185         * complete.el (partial-completion-mode):
3186         Mention completion-auto-help in the doc string.
3188         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3189         more Lisp-ish way.
3191 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3193         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3194         digits, not 8, to avoid misalignment for files larger than 100MB.
3196 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3198         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3199         Mention "keyboard shortcuts" in the help text.
3201 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3203         * startup.el (fancy-splash-default-action): Discard only
3204         mouse-down and succeeding mouse-up events in the splash screen
3205         window so that drag-n-drop event can be processed.
3207 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3209         * longlines.el (longlines-mode): Add hacks for mail-mode and
3210         message-mode.
3212 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3214         * textmodes/org.el (org-table-sort-lines): New command.
3215         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3216         (org-add-file): Command removed, use `org-agenda-file-to-front'
3217         instead.
3218         (org-export-icalendar): Use `org-icalendar-combined-name'.
3219         (org-cycle-agenda-files, org-agenda-file-to-end)
3220         (org-agenda-file-to-front): New commands.
3221         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3222         options.
3223         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3224         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3225         New functions.
3226         (org-fill-paragraph): Call `org-table-align' in tables.
3227         (org-mode): Call `org-set-autofill-regexps'.
3228         (org-export-as-html): Support for local handformatted lists.
3229         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3230         (org-export-local-list-max-depth): New option.
3231         (org-html-expand): Use `org-html-protect'.
3233 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3235         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3236         to "p".
3237         (gdb): Move definition of gud-pp to...
3239         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3240         speedbar.
3241         (gdb-find-watch-expression): New function.
3243 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3245         * faces.el (face-attribute, set-face-attribute): Mention existence
3246         of `:ignore-defface' setting in docstring.
3248 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * simple.el (completion-setup-function): Fix last change.
3252 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3254         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3255         Use `posn-set-point' instead of `mouse-set-point' because the
3256         latter is not fbound when configured without X.
3258         * comint.el (comint-insert-input): Likewise.
3260 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3262         * simple.el (hard-newline): New variable.
3263         (sendmail-user-agent-compose, next-line): Use it.
3265         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3266         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3267         (mail-mail-reply-to, mail-mail-followup-to)
3268         (mail-position-on-field, mail-signature, mail-yank-original)
3269         (mail-attach-file): Likewise.
3271         * mail/mailheader.el (mail-header-format)
3272         (mail-header-format-function): Likewise.
3274         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3276 2005-11-17  Juri Linkov  <juri@jurta.org>
3278         * font-lock.el (font-lock-faces): Rename this defgroup from
3279         `font-lock-highlighting-faces'.
3280         (font-lock-comment-face, font-lock-comment-delimiter-face)
3281         (font-lock-string-face, font-lock-doc-face)
3282         (font-lock-keyword-face, font-lock-builtin-face)
3283         (font-lock-function-name-face, font-lock-variable-name-face)
3284         (font-lock-type-face, font-lock-constant-face)
3285         (font-lock-warning-face, font-lock-negation-char-face)
3286         (font-lock-preprocessor-face)
3287         (font-lock-regexp-grouping-backslash)
3288         (font-lock-regexp-grouping-construct): Rename :group from
3289         `font-lock-highlighting-faces' to `font-lock-faces'.
3291         * cus-edit.el (lisp, c, tex):
3292         * progmodes/ada-mode.el (ada):
3293         * progmodes/asm-mode.el (asm):
3294         * progmodes/cperl-mode.el (cperl-faces):
3295         * progmodes/cpp.el (cpp):
3296         * progmodes/dcl-mode.el (dcl):
3297         * progmodes/f90.el (f90):
3298         * progmodes/fortran.el (fortran):
3299         * progmodes/icon.el (icon):
3300         * progmodes/idlwave.el (idlwave-misc):
3301         * progmodes/m4-mode.el (m4):
3302         * progmodes/make-mode.el (makefile):
3303         * progmodes/meta-mode.el (meta-font):
3304         * progmodes/modula2.el (modula2):
3305         * progmodes/octave-mod.el (octave):
3306         * progmodes/pascal.el (pascal):
3307         * progmodes/perl-mode.el (perl):
3308         * progmodes/prolog.el (prolog):
3309         * progmodes/ps-mode.el (PostScript-edit):
3310         * progmodes/scheme.el (scheme):
3311         * progmodes/sh-script.el (sh-script):
3312         * progmodes/simula.el (simula):
3313         * progmodes/tcl.el (tcl):
3314         * textmodes/nroff-mode.el (nroff):
3315         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3316         * textmodes/sgml-mode.el (sgml):
3317         * textmodes/texinfo.el (texinfo):
3318         Add :link (custom-group-link font-lock-faces) to defgroup.
3320         * hi-lock.el (hi-lock): Rename this defgroup from
3321         `hi-lock-interactive-text-highlighting'.  Change parent group from
3322         `faces' to `font-lock'.  Add link to the manual.
3323         (hi-lock-mode, hi-lock-file-patterns-range)
3324         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3325         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3326         (hi-lock-faces): Add :group `faces'.
3328         * cus-edit.el (custom-variable-prompt): Clarify the code.
3330         * faces.el (face-read-string): Set the default value arg of
3331         completing-read.
3333 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3335         * rfn-eshadow.el (file-name-shadow-properties)
3336         (file-name-shadow-tty-properties, file-name-shadow-mode):
3337         Remove autoloads, because the file is now preloaded.
3339 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * printing.el (easy-menu-intern): Don't define.
3342         (pr-get-symbol): Use easy-menu-intern only if defined.
3344         * simple.el (blink-matching-open): Simplify a bit.
3345         (completion-setup-function): Fix the case of partial-completion-mode
3346         when the minibuffer's contents start with "-".
3347         Obey completion-base-size-function even when
3348         minibuffer-completing-file-name is non-nil.
3350 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3352         * net/eudcb-ph.el (eudc-ph-open-session):
3353         Use set-process-query-on-exit-flag.
3355         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3357         * international/ucs-tables.el (ucs-set-table-for-input):
3358         Use make-local-variable, not make-variable-buffer-local.
3360         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3361         Improve warning message text.
3363         * savehist.el (savehist-save-hook): Add :group.
3365         * menu-bar.el (menu-bar-help-menu):
3366         Rename Find Extra Packages to External Packages.
3368         * cus-edit.el (Custom-reset-standard): Verify that
3369         :custom-standard-value prop exists before calling it.
3371         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3373 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3375         * wid-edit.el (color): Enclose %t in %{...%}.
3377         * cus-edit.el (face): Enclose %t in %{...%}.
3379 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3381         * savehist.el (savehist-mode-hook): Re-add the var.
3382         (savehist-mode): Use it.
3384 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3386         * textmodes/flyspell.el: Fix commenting convention.
3387         Remove unnecessary leading * in custom docstrings.
3388         (flyspell-emacs): Remove unused var.
3389         (flyspell-delete-region-overlays): Use remove-overlays.
3390         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3391         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3392         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3393         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3394         (make-flyspell-overlay): Don't locally reuse a global name.
3395         (flyspell-highlight-incorrect-region)
3396         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3397         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3398         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3399         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3400         Wrap calls to accept-process-output inside with-local-quit since it's
3401         often called from a post-command-hook.
3402         (flyspell-correct-word, flyspell-auto-correct-word):
3403         Use ispell-send-string.
3404         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3406         * calendar/diary-lib.el (diary-list-entries): Also hide the
3407         terminating newline.
3409 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3411         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3412         window-system, to allow fonts on tty.
3414 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3416         * progmodes/gud.el (gud-speedbar-item-info): New function.
3417         (gud-install-speedbar-variables): Use it to display data type
3418         of watch expression as a tooltip in speedbar.
3420 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3422         * font-core.el (global-font-lock-mode): Add :version keyword,
3423         because default was changed.
3425         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3427         * startup.el (command-line): Use `custom-reevaluate-setting' for
3428         `file-name-shadow-mode'.
3430         * loadup.el: Preload rfn-eshadow.
3432         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3433         Add :version keyword.
3434         (file-name-shadow-properties, file-name-shadow-tty-properties)
3435         (file-name-shadow): Add :version keyword.
3437         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3438         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3439         in the custom-group property of the symbol frames and the fringe
3440         group got no link to its parent group frames.
3441         Doc fix.
3443 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3445         * progmodes/gud.el (gud-stop-subjob): New function.
3446         (gud-menu-map, gud-tool-bar-map): Use it.
3448 2005-11-16  Kim F. Storm  <storm@cua.dk>
3450         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3451         than kill it.
3452         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3453         to a more useful/logical place.
3455 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3457         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3458         go buttons complementary.
3460 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3463         (rfn-eshadow-sifn-equal): New function.
3464         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3466 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3468         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3469         string.
3471         * viper.el (viper-emacs-state-mode-list): Ensure that
3472         rcirc-mode buffers come up in Emacs state.
3474         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3475         operation.
3477 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3479         * term.el (term-termcap-format): Fix typos.
3480         (term-down): Fix the negative argument case.
3482 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3484         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3485         2005-08-15.
3486         (gdb-ann3): New command gud-go.
3487         (menu): Accomodate gdb-mi.el.
3488         (gdb-assembler-custom): Make buffer of selected window current
3489         so that set-window-point works.
3491         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3492         buttons and include new ones.
3494 2005-11-16  Kim F. Storm  <storm@cua.dk>
3496         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3497         (gud-menu-map): Use it.
3499 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3501         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3502         that works correctly for Custom and that does not override a user
3503         who disables it.
3505         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3506         (help-xref-interned, help-follow): Make hyperlinks for variables
3507         that are unbound, but have a non-nil variable-documentation property.
3509         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3510         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3511         Use the `variable-documentation' property to give the mode hook a
3512         docstring and expand that docstring.
3514 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3516         * savehist.el (savehist-mode): Don't bother with
3517         `custom-set-minor-mode'.
3518         (savehist-coding-system): Check XEmacs version.
3519         (history-length): Declare also at run time.
3520         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3521         Don't set the customize state.
3522         (savehist-minibuffer-hook): Special case for when
3523         minibuffer-history-variable is equal to t.
3525 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * files.el (write-file): Refresh VC status.
3529         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3530         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3531         than fundamental-mode to see if the mode was set.
3533 2005-11-14  Romain Francoise  <romain@orebokech.com>
3535         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3536         dummy function in `eval-when-compile' to avoid compiler warning.
3537         Require `man' at compile time.
3539 2005-11-14  Jay Belanger  <belanger@truman.edu>
3541         * calc-alg.el (calcFunc-write-out-power): Rename it to
3542         calcFunc-powerexpand.
3543         (math-write-out-power): Rename it to math-powerexpand; have it
3544         handle negative exponents.
3545         (calc-writeoutpower): Rename it to calc-powerexpand.
3547         * calc-ext.el: Change calcFunc-writeoutpower and
3548         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3549         autoloads.
3550         Add calcFunc-ldiv to autoloads.
3552         * calc-arith.el (calcFunc-ldiv): New function.
3554         * calc.el (calc-left-divide): New function.
3556 2005-11-14  Juri Linkov  <juri@jurta.org>
3558         * cus-edit.el (custom-variable-prompt): Set the default value arg
3559         of completing-read.
3561         * cus-dep.el (custom-make-dependencies): Reverse the list of
3562         found dependencies.
3564 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3566         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3567         Highlighting" entry, it is on by default now.
3568         (menu-bar-options-save): Do not save global-font-lock-mode.
3570 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3572         * textmodes/flyspell.el (flyspell-large-region):
3573         Call flyspell-accept-buffer-local-defs.
3575 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3577         * textmodes/flyspell.el (flyspell-notify-misspell):
3578         Fix misspelling of "Misspelling".
3579         (flyspell-process-localwords): New function.
3580         (flyspell-large-region): Call flyspell-process-localwords and
3581         flyspell-delete-region-overlays.
3582         (flyspell-delete-region-overlays): New function.
3583         (flyspell-delete-all-overlays): Call that.
3585 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3587         * help.el (help-for-help-internal): Improve doc of C-h a.
3588         (describe-key): Improve prompt; doc fix.
3590 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * vc-svn.el (vc-svn-registered): Catch all errors.
3594         * cus-dep.el (custom-make-dependencies): Typo.
3596 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3598         * net/tramp-util.el (top): Fix compilation warning.
3600 2005-11-13  Kim F. Storm  <storm@cua.dk>
3602         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3604 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3606         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3607         (gud-speedbar-buttons): Match on "const char *" too.
3609         * progmodes/gdb-ui.el (gdb-var-create-handler)
3610         (gdb-var-list-children-handler): Match on "const char *" too.
3611         (gdb-var-evaluate-expression-handler): Match on empty string.
3612         (gdb-var-update-handler): Only call
3613         gdb-var-evaluate-expression-handler when required.
3615 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3617         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3618         selected window.  This still doesn't work for speedbar.
3619         (gud-speedbar-buttons): Handle string expressions properly.
3621         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3622         (gdb-var-create-handler): Handle string expressions properly.
3623         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3624         Handle string expressions properly.  Move "type" field into regexp.
3626 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3628         * bookmark.el (bookmark-maybe-message): New function to reduce
3629         code duplication: invokes `message' iff baud-rate is high enough.
3630         (bookmark-write-file): Use above instead of an inline conditional.
3631         (bookmark-load): Same.
3633 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3635         * bookmark.el (bookmark-write-file): Don't visit the destination
3636         file, just write the data to it using write-region.  This is
3637         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3638         change to avoid visiting the file in the first place.
3640 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3642         * hi-lock.el (hi-lock-mode): Set the default value of
3643         font-lock-defaults.
3645 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3647         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3648         arg to `file-attributes'.
3649         (find-lisp-format): The UID and GID can now be strings.
3651 2005-11-12  Kim F. Storm  <storm@cua.dk>
3653         * help.el (help-map): Bind C-h d to apropos-documentation.
3655         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3656         when point is at end-of-buffer.
3658         * apropos.el (apropos-match-face): Doc fix.
3659         (apropos-sort-by-scores): Add new choice `verbose'.
3660         (apropos-documentation-sort-by-scores): New defcustom.
3661         (apropos-pattern): Now contains the pattern entered by the user.
3662         (apropos-pattern-quoted): New defvar.
3663         (apropos-regexp): New defvar, containing the regexp corresponding
3664         to apropos-pattern.
3665         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3666         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3667         interactive calls; returns list of words for a word list, and
3668         string for a regexp.
3669         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3670         parses a list of words or regexp as returned by apropos-read-pattern.
3671         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3672         (apropos-score-doc): Return a very high score if the string
3673         entered by the user matches literally.
3674         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3675         (apropos-command): Doc fix.  Use apropos-read-pattern and
3676         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3677         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3678         apropos-parse-pattern.
3679         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3680         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3681         apropos-documentation-sort-by-scores.  Call apropos-print with
3682         nosubst=t.
3683         (apropos-documentation-internal): Pass doc string through
3684         substitute-key-definition before adding text properties.
3685         Highlight substring matching literal user input if possible.
3686         (apropos-documentation-check-doc-file): Remove locals beg and end.
3687         Fix calculation of score (as added twice).  Pass doc string through
3688         substitute-key-definition before adding text properties.
3689         (apropos-documentation-check-elc-file): Pass doc string through
3690         substitute-key-definition before adding text properties.
3691         Highlight substring matching literal user input if possible.
3692         (apropos-print): Add new arg NOSUBST; if set, command and variable
3693         doc strings have already been passed through substitute-key-definition.
3694         Add code to handle apropos-accumulator items without score element
3695         for backwards compatibility (e.g. with woman package).
3696         Only show scores if apropos-sort-by-scores is `verbose'.
3698 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3701         Add jka-compr-load-suffixes to load-suffixes.
3703         * jka-compr.el: Require jka-cmpr-hook.
3704         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3705         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3706         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3707         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3708         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3709         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3710         (jka-compr-uninstall): Remove entries from
3711         jka-compr-added-to-file-coding-system-alist after they are used.
3712         (jka-compr-error): Remove unused var `curbuf'.
3713         (jka-compr-file-local-copy): Remove unused var `notfound'.
3715 2005-11-10  Romain Francoise  <romain@orebokech.com>
3717         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3719 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3721         * progmodes/gud.el (gud-menu-map): Move parentheses.
3722         (gdb): New command gud-pv.
3724 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * tar-mode.el: Remove spurious or unnecessary leading stars
3727         in docstrings.
3728         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3729         (tar-parse-octal-integer-safe): Use mapc.
3730         (tar-header-block-summarize): Remove unused var `ck'.
3731         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3732         cleared before.  Obey default-enable-multibyte-characters.
3733         Use mapconcat.  Simplify setting of tar-header-offset.
3734         (tar-mode-map): Move initialization inside delcaration.
3735         (tar-flag-deleted): Use `abs'.
3736         (tar-expunge-internal): Remove unused var `line'.
3737         (tar-expunge-internal): Don't hardcode point-min==1.
3738         (tar-expunge): Widen while doing set-buffer-multibyte.
3739         (tar-rename-entry): Use file-name-coding-system.
3740         (tar-alter-one-field): Don't hardcode point-min==1.
3741         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3742         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3744 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3746         * add-log.el (add-log-current-defun): Handle class::method
3747         notation of c++. Fix incorrect comment.
3749 2005-11-10  Alan Mackenzie  <acm@muc.de>
3751         * help-fns.el (describe-variable): Make C-h v work when a variable
3752         has variable documentation yet is unbound.
3754 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3756         * man.el (Man-highlight-references): Set an empty
3757         string to `Man-arguments' if it is nil.
3758         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3760 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3763         commenting conventions.
3765         * cus-dep.el (custom-make-dependencies): Simplify.
3766         Better follow the commenting conventions.
3768 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3770         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3771         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3772         All uses changed.
3773         (apropos-rewrite-regexp): Doc fix.
3774         (apropos-variable, apropos-command, apropos, apropos-value):
3775         Change prompt; carry through the argument renaming.
3777 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3779         * find-lisp.el: Require dired.
3780         (find-lisp-find-dired-internal): Do not call
3781         `abbreviate-file-name' on DIR.
3783 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3785         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3787 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3789         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3790         when using the speedbar.
3791         (gdb): New command gud-pp.
3792         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3794 2005-11-09  Juri Linkov  <juri@jurta.org>
3796         * replace.el (occur-excluded-properties): New defcustom.
3797         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3799 2005-11-08  Jay Belanger  <belanger@truman.edu>
3801         * calc/calc-units.el (math-convert-units): Replace any composite
3802         unit by its definition.
3804 2005-11-08  Lars Hansen  <larsh@soem.dk>
3806         * emacs-lisp/autoload.el (update-directory-autoloads):
3807         Add obsolete function alias.
3809 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3811         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3812         comment-indent-function.
3813         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3815         * reveal.el (reveal-post-command): Rework the handling of
3816         reveal-open-spots, so as to be more reliable.  There were several
3817         tricky corner cases where an open spot might be lost, or where
3818         a closed spot might end up on the list of open spots.
3819         Only reveal text that's ellipsised.
3821 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3823         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3825 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3827         * ibuffer.el (ibuffer): Search iconified frames too when
3828         getting Ibuffer buffer's window.
3830 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3832         * progmodes/compile.el (compilation-internal-error-properties):
3833         save-excursion around the computation of MARKER.
3835 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3837         * textmodes/flyspell.el (flyspell-external-point-words):
3838         flyspell-get-word returns a list, not just a string.
3840 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3842         * ibuffer.el (ibuffer): Search all visible frames when getting
3843         Ibuffer buffer's window.
3845 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3847         * man.el (Man-reference-regexp): Accept spaces between
3848         `Man-name-regexp' and `Man-section-regexp'.
3849         (Man-apropos-regexp): New variable.
3850         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3851         if available.
3852         (Man-highlight-references, Man-highlight-references0):
3853         Handle the case when `Man-arguments' includes "-k".
3854         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3855         `TARGET'. `TARGET' can be a number, function or nil.
3857 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3859         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3860         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3861         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3862         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3863         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3864         (gdb-send-item): Use buffer-local-value and simplify.
3866 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3868         * startup.el (command-line): Use `custom-reevaluate-setting' for
3869         `global-font-lock-mode'.
3871         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3872         by default, except in batch mode or when the -D option is given.
3874         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3875         specified keyword args on to `define-minor-mode'.  Update docstring.
3877 2005-11-05  Romain Francoise  <romain@orebokech.com>
3879         * replace.el (occur-engine): Add marker at end of line, too.
3881 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3883         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3884         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3885         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3886         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
3887         argument to all these routines, so the passphrase can be managed
3888         externally and passed in to the system.
3889         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3890         pgg-add-passphrase-to-cache function.
3892         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3893         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3894         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3895         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
3896         argument to all these routines, so the passphrase can be managed
3897         externally and passed in to the system.
3898         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3899         function.
3901 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3903         * font-lock.el: Don't deal with font-lock-face-attributes here,
3904         move the code ...
3906         * startup.el (command-line): ... here. Use face-spec-set instead
3907         of custom-declare-face.
3909         * faces.el (face-spec-set): Reset the face if spec is not nil.
3911 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * newcomment.el (comment-region-internal): Box more tightly in the
3914         common case where there's no TAB in the boxed text.
3916 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3918         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3919         up-node.
3921 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3923         * newsticker.el: Commentary updated. Code formatting changed.
3924         (newsticker-version): Change to "1.9".
3925         (newsticker, newsticker-feed): Doc fix.
3926         (newsticker-url-list): Doc fix.  Add option "Weekly".
3927         (newsticker-retrieval-interval): Add option "Weekly".
3928         (newsticker-headline-processing): Doc fix.
3929         (newsticker-auto-mark-filter): Remove.
3930         (newsticker-auto-mark-filter-list): New.
3931         (newsticker-layout, newsticker-sort-method): Doc fix.
3932         (newsticker-hide-old-items-in-newsticker-buffer)
3933         (newsticker-heading-format, newsticker-item-format)
3934         (newsticker-desc-format): Doc fix.
3935         (newsticker-show-all-rss-elements): Remove.
3936         (newsticker-show-all-news-elements): New.
3937         (newsticker-faces, newsticker-ticker): Doc fix.
3938         (remove-from-invisibility-spec): Code formatting.
3939         (newsticker--process-ids): New.
3940         (newsticker-mode): Doc fix.
3941         (newsticker-mode): Change mode-line-format.
3942         (newsticker-start): Remove debug output.
3943         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3944         (newsticker-w3m-show-inline-images): Code formatting.
3945         (newsticker-next-item): Call `force-mode-line-update'.
3946         (newsticker-previous-item): Call `force-mode-line-update'.
3947         (newsticker-next-feed): Call `force-mode-line-update'.
3948         (newsticker-previous-feed): Call `force-mode-line-update'.
3949         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3950         (newsticker-show-old-items): Do not show descs.
3951         (newsticker-hide-entry): Hide too much.
3952         (newsticker-hide-entry, newsticker-show-entry)
3953         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3954         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3955         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3956         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3957         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3958         (newsticker-get-news): Call `force-mode-line-update'.
3959         Collect process ids.
3960         (newsticker--sentinel): Change coding system handling.
3961         Move image retrieval to new functions newsticker--get-logo-url-*.
3962         Move feed parsing to new functions newsticker--parse-*.
3963         Update list of process ids.
3964         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3965         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3966         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3967         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3968         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3969         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3970         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3971         (newsticker--decode-coding-string): Remove.
3972         (newsticker--decode-numeric-entities): Check input.  Format code.
3973         (newsticker--remove-whitespace): Check input.
3974         (newsticker--do-forget-preformatted): Doc fix.
3975         (newsticker--decode-rfc822-date): Allow for missing time.
3976         (newsticker--update-process-ids): New.
3977         (newsticker--image-sentinel): Change comment.
3978         (newsticker--image-read): Change error message.
3979         (newsticker--imenu-goto): Doc fix.  Show headline title.
3980         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3981         (newsticker--buffer-do-insert-text): Clean whitespace in
3982         html-rendered headline title.  Code formatting.
3983         Call `newsticker--buffer-print-extra-elements'.
3984         (newsticker--buffer-print-extra-element): Remove.
3985         (newsticker--buffer-print-extra-elements): New.
3986         (newsticker--buffer-do-print-extra-element): New.
3987         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3988         large sizes.
3989         (newsticker--run-auto-mark-filter)
3990         (newsticker--do-run-auto-mark-filter):
3991         Use `newsticker-auto-mark-filter-list'.
3993 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3995         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3996         (rcirc-print): Force redisplay before running hooks.  Do long
3997         buffer truncation after making new text read-only.  Deal with nil
3998         text when decoding strings.  If TARGET is nil, use either the
3999         currently selected buffer, if it is an rcirc buffer and of the
4000         same process or the process buffer.
4001         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4002         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4003         (rcirc-short-buffer-name): Add variable.
4004         (rcirc-kill-buffer-hook): Recompute short buffer names.
4005         Remove nick from private channel.
4006         (rcirc-send-input): Send command text to current-buffer.
4007         Don't clear overlay arrow here.
4008         (rcirc-short-buffer-name): Return a short buffer name.
4009         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4010         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4011         buffer-name abbreviations.
4012         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4013         Do not touch nick-table when killing a parted channel.
4014         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4015         Clear arrow from current buffer if it is now hidden.
4016         (rcirc-current-buffer): Add variable.
4017         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4018         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4019         Remove -face from names.
4020         (rcirc-update-activity-string): Print "DND" when globally ignoring
4021         activity.
4022         (rcirc-ignore-buffer-activity-flag): Rename from
4023         rcirc-ignore-channel-activity.
4024         (rcirc-ignore-all-activity-flag): Doc fix.
4025         (rcirc-channels): Remove variable.
4026         (rcirc-kill-buffer-hook):
4027         (rcirc-get-buffer-create): Add nick to private channel.
4028         (rcirc-multiline-edit-submit): Remove tabs.
4029         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4030         folded.
4031         (rcirc-remove-nick-channel): Bug fix.
4032         (rcirc-toggle-ignore-buffer-activity): Rename from
4033         rcirc-toggle-ignore-channel-activity.
4034         (rcirc-record-activity): Add buffers to the front of the list.
4035         (rcirc-update-activity): Remove killed buffers from list.
4036         (rcirc-process-server-response-1): Remove last argument if it is
4037         null before calling handler.
4038         (rcirc): Add "rcirc" defcustom prefix.
4039         (rcirc-prompt): Simplify default prompt.
4040         Use custom-initialize-default.
4041         (rcirc-private-chats): Remove variable.
4042         (rcirc-prompt): Change initialization.
4043         (rcirc-version): Remove function.
4044         (rcirc-id-string): Add constant.
4045         (rcirc-last-buffer): Remove variable.
4046         (rcirc-buffer-alist): Add variable.
4047         (rcirc-connect): Update variable setup.
4048         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4049         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4050         default.
4051         (rcirc-handler-generic): Trigger activity.
4052         (rcirc-send-message): Create the buffor of the target.
4053         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4054         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4055         (rcirc-multiline-edit-cancel): Remove function.
4056         (rcirc-set-last-buffer): Remove function.
4057         (rcirc-get-any-buffer): Add function.
4058         (rcirc-join-channels): Don't print /join text.
4059         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4060         messages.
4061         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4062         (rcirc-handler-NOTICE): Recognize CTCP responses.
4063         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4064         constructing TOPIC string for buffers we are not JOINed.
4065         (rcirc-handler-CTCP-response): Add handler.
4066         (rcirc-multiline-edit-submit): Restore the window-configuration
4067         before adjusting point.
4068         (rcirc): Add customization group.
4069         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4070         (rcirc-user-full-name, rcirc-startup-channels-alist)
4071         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4072         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4073         (rcirc-input-ring-size, rcirc-read-only-flag)
4074         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4075         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4076         Change defvar to defcustom.
4077         (rcirc-update-prompt): Add optional ALL arg, which will update
4078         prompts in all rcirc buffers.  Regexp quote replacement text.
4079         (rcirc-fill-column): Accept frame-width as a value.
4080         (rcirc-set-changed): Add function.
4081         (rcirc-next-active-buffer): Write more meaningful messages.
4082         (rcirc-faces): Add customization group.
4083         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4084         (rcirc-nick-in-message-face, rcirc-prompt-face)
4085         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4086         (with-rcirc-process-buffer): Move before first usage.
4087         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4088         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4089         (rcirc-debug): Rename from `rcirc-log'.
4090         (rcirc-format-response-string): Do not print `-' chars for a
4091         NOTICE with no sender.  Simplify output of server responses.
4093 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4095         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4096         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4097         mouse and RET clickable.
4099 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4101         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4103 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4105         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4106         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4107         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4108         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4109         argument to all these routines, so the passphrase can be managed
4110         externally and passed in to the system.
4111         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4112         pgg-add-passphrase-to-cache function.
4114         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4115         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4116         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4117         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4118         argument to all these routines, so the passphrase can be managed
4119         externally and passed in to the system.
4120         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4121         function.
4123 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4125         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4126         from goto-address-url-regexp.
4128 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4130         * textmodes/org.el (org-read-date, org-goto-calendar)
4131         (org-recenter-calendar, org-agenda-goto-calendar):
4132         Temporarily clear `calendar-move-hook'.
4134 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4136         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4137         merging.
4139         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4140         have merge clashes.
4142 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4144         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4145         Undo previous change.
4147         * startup.el (command-line): Use `custom-reevaluate-setting' for
4148         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4149         tty-register-default-colors on Mac.
4151 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4153         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4154         (gdb-buffer-type): Make it automatically buffer local...
4155         (gdb-get-create-buffer): ...and set it accordingly.
4156         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4157         actually work.
4159 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4161         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4162         not red.
4164 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4166         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4167         case GUD buffer is not visible.
4168         (gdb-goto-breakpoint): Try to force display in source buffer.
4169         (gdb-frame-gdb-buffer): Copy other similar functions.
4170         (gdb-restore-windows): Don't display source if not asked for.
4171         (gdb-assembler-buffer-name): Don't capitalise.
4173 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4175         * wid-edit.el (key-sequence): New widget type.
4177         * simple.el (set-mark-command-repeat-pop): New variable.
4178         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4179         if set-mark-command-repeat-pop is true.
4181         * info.el (Info-fontify-node): Don't display extra "see" if there
4182         already is one here.
4184         * mouse.el: Fix special handling of DEL after dragging a region:
4185         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4186         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4188         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4190         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4191         not to assume it pertains to an affix.
4193         * textmodes/flyspell.el (flyspell-post-command-hook):
4194         Bind deactivate-mark to prevent deactivation.
4196 2005-11-03  Lars Hansen  <larsh@soem.dk>
4198         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4199         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4200         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4202 2005-11-03  Romain Francoise  <romain@orebokech.com>
4204         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4205         Update copyright years.
4207 2005-11-03  Sam Steingold  <sds@gnu.org>
4209         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4210         Use system-type instead of window-system because window-system is not
4211         correctly defined during loadup.
4213 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4215         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4216         (xml-parse-tag): Join strings separated by a comment properly.
4218 2005-11-02  Andreas Schwab  <schwab@suse.de>
4220         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4222 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4225         (byte-optimize-pure-func): Quote the eval'd value.
4227         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4228         Rename from perl-font-lock-syntactic-face-function.
4229         Change the calling convention so it can be used as a font-lock MATCHER.
4230         Do the parse-partial-sexp loop outselves.
4231         (perl-font-lock-syntactic-keywords): Use it.
4232         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4234 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4236         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4237         disassembly buffer too.
4238         (gdb-exited): Remove overlay arrows when execution has finished.
4239         (gdb-info-frames-custom, gdb-info-threads-custom)
4240         (gdb-info-registers-custom): Don't add inappropriate text
4241         properties if inferior is not active.
4243 2005-11-02  Glenn Morris  <rgm@gnu.org>
4245         * progmodes/fortran.el (fortran-blink-match):
4246         Use `blink-matching-delay'.
4248 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4250         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4252 2005-11-02  Lars Hansen  <larsh@soem.dk>
4254         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4255         "Permission denied".
4257 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4259         * textmodes/flyspell.el (flyspell-external-point-words):
4260         Pass nil to flyspell-get-word.
4262 2005-11-02  Kim F. Storm  <storm@cua.dk>
4264         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4265         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4267 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4269         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4270         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4271         (calendar-mouse-print-dates): Add optional `event' argument.
4272         Update interactive-spec.
4273         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4274         Use `calendar-event-to-date' instead of `event'.
4276 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4278         * progmodes/ld-script.el (ld-script-builtins):
4279         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4280         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4281         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4283 2005-11-01  Romain Francoise  <romain@orebokech.com>
4285         * vc-sccs.el: Update copyright year.
4286         * ezimage.el: Likewise.
4288 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4290         * info.el (Info-fontify-node): Use `string-width' for fontifying
4291         underlined titles.
4293 2005-11-01  Juri Linkov  <juri@jurta.org>
4295         * info.el (Info-fontify-node): Downcase node header keywords Node,
4296         Prev, Next, Up before comparison.
4297         (Info-history): Insert absolute directory name, and put invisible
4298         property on it.
4300 2005-11-01  Juri Linkov  <juri@jurta.org>
4302         * info.el (Info-file-supports-index-cookies): New variable.
4303         (Info-find-node-2): Check makeinfo version for index cookie support.
4304         (Info-index-nodes): Search for nodes with index cookies only when
4305         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4306         with "Index" in the node name.
4307         (Info-index-node): Search index cookie in the current node only when
4308         Info-file-supports-index-cookies is t.  Otherwise, check the word
4309         "Index" in the node name.
4310         (Info-find-emacs-command-nodes): Remove code that searches nodes
4311         with "Index" node name in the top menu.
4313 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * progmodes/scheme.el (scheme-mode-variables): Use the default
4316         comment-indent-function.
4318         * faces.el (face-attribute): Handle the case where a face inherits from
4319         a non-existent face.
4321         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4322         for octal and hexa output, and merge the char into the paren.
4323         (kill-new): Use push.
4324         (copy-to-buffer): Use with-current-buffer.
4325         (completion-setup-function): Move code in loop to remove redundancy.
4326         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4327         those inherited from minibuffer-local-completion-map.
4329         * savehist.el (savehist-mode) <defcustom>:
4330         Use custom-set-minor-mode if available.
4331         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4332         and emit a message if applicable.
4334 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4336         * savehist.el: Sync up to version 19.
4337         (savehist-mode): New minor mode.
4338         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4339         (savehist-length): Remove (use history-length instead).
4340         (savehist-file-modes): Rename from savehist-modes.
4341         (savehist-save-hook, savehist-loaded): New vars.
4342         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4343         old format to new format.
4344         (savehist-install): Allow savehist-autosave-interval to be nil.
4345         (savehist-save): Run the new hook.  Be more careful to only trim the
4346         history variables.
4347         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4348         (savehist-printable): Print into a buffer rather than char-by-char.
4350 2005-11-01  John Wiegley  <johnw@newartisans.com>
4352         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4353         toggle-ignore keybinding (C-a).  The author said it had been
4354         disabled much earlier due to a possible incompatibility, but after
4355         many months of usage I have encountered no problems (and it is a
4356         rather useful option, especially for switching to " *temp*").
4358         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4359         support for OS/X's AddressBook, by calling out to the open source
4360         program "contacts" (installable through Fink).
4362         * net/eudc.el (eudc-expand-inline): If the
4363         `eudc-multiple-match-handling-method' is set to `all', delete the
4364         query string before inserting the query result.
4366         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4367         flag, to prevent Eshell from using the system ls when
4368         `eshell-ls-insert-directory' is in used.
4369         (eshell-ls-insert-directory): Disable font-lock in directory
4370         buffer so that Eshell's own fontification is seen.  This broke
4371         recently due to changes in font-lock, so this goes back to version
4372         21 behavior.
4374 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4376         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4377         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4378         (gdb-many-windows): Doc fix.
4380 2005-10-31  Romain Francoise  <romain@orebokech.com>
4382         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4384 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4386         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4387         that global-font-lock-mode can be enabled by default.
4389         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4390         (font-lock-add-keywords, font-lock-remove-keywords)
4391         (font-lock-fontify-buffer): Remove autoload cookies.
4393         * jit-lock.el (jit-lock-register): Likewise.
4395         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4397 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4399         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4400         intact if there is no gud-comint-buffer.
4402 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4404         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4405         old prompt comint-prompt-read-only is t and GDB commands are
4406         issued from tool bar etc.
4408 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4410         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4412 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4414         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4415         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4417 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4419         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4420         starting at beginning of line.  Fontification is messed up when
4421         `open-paren-in-column-0-is-defun-start' set to t.
4422         Reported by John Paul Wallington <jpw@pobox.com>.
4424 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4426         * comint.el (comint-send-input): Call `comint-update-fence' when
4427         `comint-process-echoes' and `comint-prompt-read-only' are both
4428         non-nil, to avoid leftover read-only newline.
4430 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4432         * textmodes/flyspell.el (flyspell-external-point-words):
4433         Detect when WORD can't be checked properly because
4434         flyspell-get-word finds just part of it, and move on.
4436         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4437         boundarychar for Polish.
4438         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4439         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4441 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4443         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4444         (gdb-registers-font-lock-keywords): Delete.
4445         (gdb-registers-mode): Don't fontify.
4446         (gdb-info-registers-custom): Use text properties instead as, in
4447         future, changed register values will use font-lock-warning-face.
4448         (gdb-local-font-lock-keywords): Rename to...
4449         (gdb-locals-font-lock-keywords): ...for consistency.
4451 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4453         * vc.el (vc-switch-backend): Better error message if the buffer is
4454         not visiting a file under version control.
4456         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4458 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4460         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4461         ~/.emacs.d/.emacs.
4463 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4465         * replace.el (occur-mode-mouse-goto): Always go to other window.
4466         (occur-mode-goto-occurrence): Always switch in same window.
4468         * simple.el (undo): Display message at end, not at start.
4470         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4471         New arg REUSE-CELL.
4472         (cancel-timer-internal): New function.
4473         (timer-event-handler): Use cancel-timer-internal,
4474         and pass the cell it returns to timer-activate...
4476         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4477         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4478         (jit-lock-after-change): Test memory-full.
4480 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4482         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4483         part of the decoded armor to find the key-identifier.
4484         (pgg-gpg-lookup-key-owner): New function to return the
4485         human-readable identifier of a key owner.
4486         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4487         key itself.
4488         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4489         the key value) if we have a key and can match it against a secret
4490         key.  Also, added a note pointing out fact that the prompt only
4491         indicates the first matching key.
4493         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4494         pgg-decrypt-region.
4495         (pgg-pending-timers): A new hash for tracking the passphrase cache
4496         timers, so that new ones supercede old ones.
4497         (pgg-add-passphrase-to-cache): Rename from
4498         `pgg-add-passphrase-cache' to reduce confusion (all callers
4499         changed).  Modified to cancel old timers when new ones are added.
4500         (pgg-remove-passphrase-from-cache): Rename from
4501         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4502         changed).  Modified to cancel old timers when their keys are
4503         removed from the cache.
4504         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4505         XEmacs, an indirection to delete-itimer.
4506         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4507         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4508         users can only check cache without risk of prompting.  Correct bug in
4509         notruncate behavior.
4510         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4511         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4512         Add informative docstrings.
4513         (pgg-decrypt): Convey provided passphrase in subordinate call to
4514         pgg-decrypt-region.
4516         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4517         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4518         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4519         'passphrase' argument, so the passphrase can be managed externally
4520         and then passed in to the system.
4522         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4523         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4524         so the passphrase cache can be used reliably with identifiers
4525         besides a pgp packet's key id.
4527         * pgg-gpg.el (pgg-pgp-encrypt-region)
4528         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4529         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4530         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4531         argument to all these routines, so the passphrase can be managed
4532         externally and passed in to the system.
4534         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4535         'notruncate' argument, so the passphrase cache can be used
4536         reliably with identifiers besides a pgp packet's key id.
4538 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4540         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4541         symmetric encryption.
4542         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4543         encrypted session key.
4544         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4545         message ask for the passphrase in a proper way.
4547         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4548         New user commands for symmetric encryption.
4550 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4552         * textmodes/conf-mode.el (conf-assignment-sign)
4553         (conf-assignment-regexp): Fix docstrings.
4554         (conf-mode-initialize): New function.
4555         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4556         recognize recursive calls.
4557         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4558         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4559         (conf-xdefaults-mode): Use define-derived-mode and
4560         conf-mode-initialize.
4562 2005-10-29  Romain Francoise  <romain@orebokech.com>
4564         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4566 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4568         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4569         part of the decoded armor to find the key-identifier.
4570         (pgg-gpg-lookup-key-owner): New function to return the
4571         human-readable identifier of a key owner.
4572         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4573         key itself.
4574         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4575         the key value) if we have a key and can match it against a secret
4576         key.  Also, added a note pointing out fact that the prompt only
4577         indicates the first matching key.
4579         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4580         pgg-decrypt-region.
4581         (pgg-pending-timers): A new hash for tracking the passphrase cache
4582         timers, so that new ones supercede old ones.
4583         (pgg-add-passphrase-to-cache): Rename from
4584         `pgg-add-passphrase-cache' to reduce confusion (all callers
4585         changed).  Modified to cancel old timers when new ones are added.
4586         (pgg-remove-passphrase-from-cache): Rename from
4587         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4588         changed).  Modified to cancel old timers when their keys are
4589         removed from the cache.
4590         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4591         XEmacs, an indirection to delete-itimer.
4592         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4593         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4594         users can only check cache without risk of prompting.  Correct bug in
4595         notruncate behavior.
4596         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4597         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4598         Add informative docstrings.
4599         (pgg-decrypt): Convey provided passphrase in subordinate call to
4600         pgg-decrypt-region.
4602 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4604         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4605         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4606         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4607         'passphrase' argument, so the passphrase can be managed externally
4608         and then passed in to the system.
4610         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4611         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4612         so the passphrase cache can be used reliably with identifiers
4613         besides a pgp packet's key id.
4615         * pgg-gpg.el (pgg-pgp-encrypt-region)
4616         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4617         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4618         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4619         argument to all these routines, so the passphrase can be managed
4620         externally and passed in to the system.
4622         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4623         'notruncate' argument, so the passphrase cache can be used
4624         reliably with identifiers besides a pgp packet's key id.
4626 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4628         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4629         symmetric encryption.
4630         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4631         encrypted session key.
4632         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4633         message ask for the passphrase in a proper way.
4635         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4636         New user commands for symmetric encryption.
4638 2005-10-28  Bill Wohler  <wohler@newt.com>
4640         * help-mode.el (help-url): New button type. Calls browse-url.
4641         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4642         Similar to Info nodes: URL `url'.
4643         (help-make-xrefs): Create help-url buttons for
4644         help-xref-url-regexp matches.
4646 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4648         * tool-bar.el (tool-bar-add-item-from-menu)
4649         (tool-bar-local-item-from-menu): Fix doc strings.
4651 2005-10-28  Romain Francoise  <romain@orebokech.com>
4653         * ldefs-boot.el: Update.
4655         * subr.el (locate-library): Move from help-fns.el.
4656         * help-fns.el (locate-library): Move to subr.el.
4658 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4660         * net/tramp.el (tramp-completion-mode): defvar moved up.
4662         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4664         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4666         * files.el (find-file-noselect): Use %d to format large file size.
4668         * bindings.el (mode-line-format): Add %e.
4670         * loadup.el ("facemenu"): Load unconditionally.
4671         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4672         ("x-dnd"): Load, when appropriate.
4674         * startup.el (command-line): Call before-init-hook earlier.
4675         Warn about some bad characters in -u user name.
4677         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4678         (flyspell-external-point-words): Error if misspelled word is not found.
4679         Set flyspell-large-region-beg at end of word.
4681 2005-10-28  Andreas Schwab  <schwab@suse.de>
4683         * view.el (View-revert-buffer-scroll-page-forward):
4684         Use view-page-size-default.
4686 2005-10-28  Juri Linkov  <juri@jurta.org>
4688         * international/quail.el (quail-get-current-str): Translate last
4689         raw character for deterministic input methods.
4691 2005-10-27  Jay Belanger  <belanger@truman.edu>
4693         * calc/calc-ext.el: Add functions to autoloads.
4694         (math-identity-matrix-p, math-ident-row-p): New functions.
4696         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4697         multiplication by an identity matrix; don't turn multiplication by
4698         an inverse matrix into division.
4699         (math-div-symbol-fancy):  Replace division by matrices with
4700         multiplication by inverse.
4702         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4704         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4705         (calc-writeoutpower): New functions.
4707 2005-10-27  Romain Francoise  <romain@orebokech.com>
4709         * replace.el (occur-engine): Include colon in mouse-face highlight.
4711         * dired-x.el: Change Maintainer field.
4713 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4715         * longlines.el (longlines-mode): Bind after-change-functions to
4716         nil during initial decoding and final encoding.
4718 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4720         * term.el (term-emulate-terminal, term-handle-colors-array)
4721         (term-handle-ansi-escape): Specify the terminfo capabilities
4722         implemented.
4724 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4726         * info.el (Info-fontify-node): Fix detection of sentence-break
4727         before *Note.
4729 2005-10-26  Romain Francoise  <romain@orebokech.com>
4731         * smerge-mode.el: Add `tools' to file keywords.
4733 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4735         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4736         when the fringe is not available.
4738         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4739         (def-gdb-auto-update-trigger): Simplify construction.
4740         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4741         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4742         defined explicitly.
4743         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4744         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4745         defined explicitly.
4746         (gdb-info-locals-custom): Remove as it's a no-op.
4748 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4750         * longlines.el (longlines-mode): Remove narrowing before
4751         performing the initial decoding or final encoding.
4753 2005-10-25  Romain Francoise  <romain@orebokech.com>
4755         * emacs-lisp/find-func.el (find-library-name): Also strip
4756         extension if library name ends in .el, to take advantage of
4757         `find-library-suffixes'.
4759 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4761         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4763 2005-10-25  Juri Linkov  <juri@jurta.org>
4765         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4766         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4768 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4771         (blackbox-redefine-key): Add argument `map'.
4773         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4774         regions when moving the jit-lock-context-unfontify-pos boundary.
4776 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4778         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4780 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4782         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4784 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4786         * play/blackbox.el (blackbox-redefine-key): New function.
4787         (blackbox-mode-map): Use it to remap existing bindings for cursor
4788         motion instead of binding literal keys.
4790 2005-10-25  Glenn Morris  <rgm@gnu.org>
4792         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4793         diary does not end in a newline.  Do not assume a blank line at
4794         the start of the diary file.
4796 2005-10-25  Kenichi Handa  <handa@m17n.org>
4798         * international/quail.el (quail-translate-key): If the input
4799         method is deterministic and failed to handle the last key, restart
4800         the key handling loop from an appropriate key.
4802 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4804         * vc.el (vc-dired-mode): Extend comment for binding of
4805         `directory-listing-before-filename-regexp'.
4807 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * textmodes/texinfo.el (texinfo-mode):
4810         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4811         not to unnecessarily expose emacs-mule's internal char codes.
4813 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4815         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4816         Display hand pointer and help-echo on disabled icon too.
4817         (gdb-mouse-until): New function.
4818         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4820 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4822         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4823         with 2005-10-23 change to doctor.el.
4825         * finder.el (finder-mode-map): Add follow-link binding.
4827 2005-10-25  Kim F. Storm  <storm@cua.dk>
4829         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4830         to gdb-mouse-toggle-breakpoint-fringe.
4831         (gdb-mouse-toggle-breakpoint-margin): Rename from
4832         gdb-mouse-toggle-breakpoint. Fix doc.
4833         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4834         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4835         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4836         string properties also for fringe breakpoint bitmaps.
4838 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4840         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4842 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4844         * simple.el (completion-common-substring):
4845         Use `completion-common-substring' prior to `completion-base-size'.
4847 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4849         * savehist.el: Require CL while compiling.
4850         (savehist-history-variables): Remove.
4851         (savehist-save-minibuffer-history, savehist-additional-variables)
4852         (savehist-minibuffer-history-variables): New vars.
4853         (savehist-save): Use them.
4854         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4855         (savehist-install): New fun, extracted from savehist-load.
4856         (savehist-load): Use them.
4858 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4861         a dummy doc-string-elt property.
4862         (defalias, defvaralias, define-category): Add a docstring property.
4864         * image.el (defimage):
4865         * widget.el (define-widget):
4866         * custom.el (defface, defcustom): Add `doc-string' declaration.
4868         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4869         (defadvice): Add `doc-string' declaration.
4871         * emacs-lisp/byte-run.el (macro-declaration-function):
4872         Handle `doc-string' declarations.
4873         (define-obsolete-function-alias, define-obsolete-variable-alias):
4874         Add `doc-string' declaration.
4876 2005-10-24  Kenichi Handa  <handa@m17n.org>
4878         * international/utf-7.el (utf-7): Add autoload cookie.
4880         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4882 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4884         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4885         list of directories passed to batch-update-autoloads.  Add "." to
4886         the list of the echoed directories.
4888         * pgg-def.el:
4889         * pgg-gpg.el:
4890         * pgg-parse.el:
4891         * pgg-pgp.el:
4892         * pgg-pgp5.el:
4893         * pgg.el: Moved here from the gnus subdirectory.
4895 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4897         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4898         in case comint-prompt-read-only is set to t.
4900         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4901         in case comint-prompt-read-only is set to t.
4903 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4905         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4906         Now a string.
4907         (icalendar-import-format): Handle CLASS, STATUS, URL.
4908         Rename `subject' to `summary'.
4909         (icalendar-import-format-summary): Rename from
4910         `icalendar-import-format-subject'.
4911         (icalendar-import-format-url, icalendar-import-format-status)
4912         (icalendar-import-format-class): New variables.
4913         (icalendar--rris): Take variable argument list.
4914         (icalendar--datestring-to-isodate): Remove unnecessary
4915         calendar-style check when converting dates with explicit month names.
4916         (icalendar-export-region): Change return type of conversion
4917         subroutines.  Bury current buffer unless error occurred.
4918         (icalendar--convert-to-ical)
4919         (icalendar--parse-summary-and-rest): New functions.
4920         (icalendar--convert-ordinary-to-ical)
4921         (icalendar--convert-weekly-to-ical)
4922         (icalendar--convert-yearly-to-ical)
4923         (icalendar--convert-block-to-ical)
4924         (icalendar--convert-cyclic-to-ical)
4925         (icalendar--convert-anniversary-to-ical): Change return type.
4926         Strip trailing blanks from subject.
4927         (icalendar--convert-sexp-to-ical): Change return type.
4928         Strip trailing blanks from subject.  Handle simple sexp
4929         entries as generated by icalendar.el.
4930         (icalendar--convert-float-to-ical)
4931         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4932         (icalendar-import-file): Doc fix.
4933         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4934         Correct call to icalendar--rris.
4935         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4936         `summary'.
4937         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4939 2005-10-24  Romain Francoise  <romain@orebokech.com>
4941         * server.el (server-sentinel): Set query-on-exit flag to nil on
4942         new client processes (it isn't inherited from the server process).
4944         * replace.el (occur-engine): Rearrange text properties.
4946 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4948         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4949         case-fold-search is nil.
4950         (debug-help-follow): Use help-xref-interned directly.
4952 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4954         * thumbs.el (thumbs-image-type): Add .pbm.
4956 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4958         * faces.el (inhibit-face-set-after-frame-default): New variable.
4959         (set-face-attribute): Bind it.
4960         (face-set-after-frame-default): Test it.
4962         * help-fns.el (describe-simplify-lib-file-name): New function.
4963         (describe-function-1, describe-variable): Use it.
4965         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4967         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4968         Eliminate nil as possible value.
4969         (tooltip-hide-delay): Reduce internal-border-width.
4971         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4972         (menu-bar-file-menu) <new-file>: Likewise.
4974         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4976         * international/mule.el (load-with-code-conversion):
4977         Pass full file name to `eval-buffer' unless preloading.
4979         * textmodes/flyspell.el (flyspell-large-region):
4980         Call ispell-check-version.
4982         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4983         Fix the make-variable-buffer-local call that was supposed
4984         to be for this variable.
4985         (ispell-aspell-supports-utf8): Doc fix.
4986         (ispell-find-aspell-dictionaries): Preserve elements of
4987         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4988         (ispell-aspell-find-dictionary): Return nil on error.
4990         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4991         (doctor-symptoms): Likewise.
4993         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4995 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4997         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4998         (custom-raised-buttons): Add :set spec.
4999         (custom-button-unraised, custom-button-pressed-unraised):
5000         New faces, so that custom-raised-buttons actually does something.
5001         (custom-mode): Use custom-button and custom-button-pressed.
5003         * wid-edit.el (widget-specify-button): Don't ignore
5004         widget-mouse-face on graphic terminals.
5005         (widget-move-and-invoke): Cleanup.
5007 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5009         * whitespace.el (whitespace-cleanup): Doc fix.
5011 2005-10-23  Romain Francoise  <romain@orebokech.com>
5013         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5014         `eval-after-load' to avoid evaluating their result.
5016 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5018         * files.el (directory-listing-before-filename-regexp):
5019         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5021         * dired.el (dired-move-to-filename-regexp): Remove.
5022         All occurences replaced by `directory-listing-before-filename-regexp'.
5024         * dired-x.el, locate.el, vc.el:
5025         Replace `dired-move-to-filename-regexp' by
5026         `directory-listing-before-filename-regexp'.  In vc.el it is
5027         overwritten locally; maybe this can be handled in files.el too.
5029         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5030         replaced by `directory-listing-before-filename-regexp'.
5032 2005-10-23  Andreas Schwab  <schwab@suse.de>
5034         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5035         and eval-next-after-load.
5037 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5039         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5040         exist, create it.
5042 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5044         * allout.el: Remove autoloads for mailcrypt and crypt++.
5045         Require pgg, pgg-gpg during compilation.
5046         (allout-version): Increment version number to 2.1, and use a literal
5047         rather than RCS Id.
5048         (allout-default-encryption-scheme): Remove.
5049         (allout-passphrase-verifier-handling)
5050         (allout-passphrase-verifier-string)
5051         (allout-file-passphrase-verifier-string)
5052         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5053         (allout-passphrase-hint-handling): Rename and simplify.
5054         (allout-init): Use `find-file-hook' if available, otherwise
5055         `find-file-hooks'.
5056         (allout-mode): Use `write-file-functions' if available, otherwise
5057         `local-write-file-hooks' and, instead of making auto-save-hook
5058         buffer local, make the write-file-hook activity contingent to
5059         allout-mode.
5060         (allout-mode): Use key-binding substitution in the docstring.
5061         (allout-kill-line): Spell-out kill ring data structure mutation
5062         instead of using byte-compiler-complaint-provoking `pop'.
5063         (allout-insert-listified): Use `insert' rather than `insert-string'
5064         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5065         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5066         (allout-encrypt-string): Totally revamped vis new underlying
5067         encryption facilities.
5068         (allout-mc-activate-passwd): Remove.
5069         (allout-obtain-passphrase): New, more or less replaces
5070         allout-mc-activate-passwd.
5071         (allout-encrypted-key-info): More or less replaces
5072         allout-encrypted-text-type.
5073         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5074         (my-mark-marker): Use `(featurep 'xemacs)'.
5076 2005-10-23  Lars Hansen <larsh@soem.dk>
5078         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5079         (byte-compile-file-form-defmumble, byte-compile-defun)
5080         (byte-compile-defmacro): Use it.
5081         (byte-compile-form): Don't call byte-compile-set-symbol-position
5082         when a byte-compile handler is called.
5084 2005-10-22  Romain Francoise  <romain@orebokech.com>
5086         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5088         * subr.el (eval-after-load): Convert library name to an absolute
5089         file name using locate-library, since load-history no longer has
5090         library names in it.
5092 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5094         * files.el (make-temp-file): Move from subr.el.
5095         * subr.el (make-temp-file): Move to files.el.
5097         * window.el (get-buffer-window-list): Move from subr.el.
5098         * subr.el (get-buffer-window-list): Move to window.el.
5100         * image.el (image-load-path): Use eval-at-startup to initialize.
5102         * subr.el (eval-at-startup): New macro.
5104         * subr.el: Much rearrangement of functions and division
5105         into pages.  No code changes.
5107 2005-10-22  Kenichi Handa  <handa@m17n.org>
5109         * tar-mode.el (tar-extract): Be sure to call
5110         find-operation-coding-system if set-auto-coding doesn't find a
5111         coding system.
5113 2005-10-22  Kim F. Storm  <storm@cua.dk>
5115         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5116         Change users.
5117         (image-type-file-name-regexps): New defconst.
5118         (image-type-from-data): Simplify loop.
5119         (image-type-from-buffer): New defun.
5120         (image-type-from-file-header): Use it instead of image-type-from-data.
5121         Use image-search-load-path instead of only looking in data-directory.
5122         (image-type-from-file-name): New defun.
5123         (image-search-load-path): Change `pathname' to `filename'.
5124         Make PATH arg optional, default to image-load-path.
5126 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5128         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5130         * textmodes/paragraphs.el (sentence-end-base): New variable.
5131         (sentence-end): Use sentence-end-base.
5133 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5136         property independently from the font-lock-multiline variable.
5138 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5140         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5142         * startup.el (command-line): Convert library names
5143         in `load-history' to absolute file names.
5145         * subr.el (symbol-file): Doc fix.
5147         * loadhist.el (file-loadhist-lookup): Call locate-library
5148         instead of find-library-name.  Don't try converting
5149         abs file names to library names, since load-history no longer
5150         has library names in it.
5151         (file-dependents, file-provides, file-requires): Doc fixes.
5153 2005-10-21  Juri Linkov  <juri@jurta.org>
5155         * progmodes/etags.el (tags-table-mode): New function.
5156         (tags-verify-table): Replace initialize-new-tags-table with
5157         tags-table-mode.
5159         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5160         default value.
5161         (desktop-modes-not-to-save): Add tags-table-mode to the
5162         default value.
5164         * info.el (Info-index-next): Add total number of index
5165         alternatives to the message.
5167         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5168         backward only space (instead of space and period) before looking
5169         at sentence end.
5171         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5172         Add the old variable value as 4th default-value arg of read-string.
5174 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5176         * cus-face.el (custom-declare-face): Make face from X resources
5177         also on Mac.
5179         * disp-table.el (standard-display-g1, standard-display-graphic):
5180         Refuse to use string glyphs also on Mac.
5181         (standard-display-european): Don't set terminal coding system also
5182         on Mac.
5184         * frame.el (display-screens): Use x-display-screens also on Mac.
5186 2005-10-21  Romain Francoise  <romain@orebokech.com>
5188         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5190 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5192         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5193         and $? into sexps.
5195         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5196         warning face on open-paren-in-column-0.
5198         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5199         boundary case.  Fix typo.
5200         Suggested by Martin Rudalics <rudalics@gmx.at>.
5202 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5204         * textmodes/org.el (org-combined-agenda-icalendar-file)
5205         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5206         (org-export-icalendar-this-file)
5207         (org-export-icalendar-all-agenda-files)
5208         (org-export-icalendar-combine-agenda-files): New commands.
5209         (org-export-icalendar, org-print-icalendar-entries)
5210         (org-start-icalendar-file, org-finish-icalendar-file)
5211         (org-ical-ts-to-string): New functions.
5212         (org-read-date, org-goto-calendar)
5213         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5214         call to `calendar'.
5215         (orgtbl-setup): Remove the :keys arguments from the menu description.
5216         (org-after-save-iCalendar-file-hook): New variable.
5218 2005-10-21  Kenichi Handa  <handa@m17n.org>
5220         * language/vietnamese.el (tcvn-5712): Make it an alias of
5221         vietnamese-tcvn coding-system.
5223 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5225         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5226         group id is given.
5228 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5231         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5232         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5233         whose line is either continued or ends with a comment.
5235 2005-10-20  Romain Francoise  <romain@orebokech.com>
5237         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5239         * replace.el (occur-engine): Add follow-link property.
5241         * font-core.el (font-lock-mode): Doc fix.
5243 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5245         * net/rcirc.el: New file.
5247 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5249         * term.el (term-term-name): Initialize to "eterm-color".
5251 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5253         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5254         for encryption functionality.
5255         Move allout customization subgroup from `editing' to `outlines' group.
5256         Fix commentary keywords to legitimate ones.
5257         Update author info (using my current email address, obscurified).
5258         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5259         (allout-encrypted-topic-p, allout-encrypted-text-type)
5260         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5261         (allout-situate-encryption-key-verifier)
5262         (allout-get-encryption-key-verifier, allout-verify-key)
5263         (allout-next-topic-pending-encryption)
5264         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5265         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5266         (outline-key-verifier-handling, outline-key-hint-handling)
5267         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5268         (allout-file-key-verifier-string, allout-encryption-scheme)
5269         (allout-key-verifier-string, allout-key-hint-string)
5270         (allout-after-save-decrypt): New variables.
5271         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5272         (allout-after-saves-handler): New hook functions.
5273         (allout-post-command-business): Do allout-after-save-decrypt.
5274         (allout-enable-file-variable-adjustment): Custom var to enable
5275         mechanism for adding and adjusting settings of Emacs file variables.
5276         (allout-adjust-file-variable, allout-file-vars-section-data):
5277         New functions, implement the mechanism.
5278         (outlineify-sticky): Use the file vars mechanism.
5279         (allout-inhibit-protection, allout-during-write-cue)
5280         (allout-override-protect, allout-before-change-protect): Remove.
5281         (allout-flag-region, allout-open-topic): Adjust read-only text.
5282         (allout-open-line-not-read-only): Add to facilitate read-only
5283         text based protection.
5284         (allout-kill-line): Revise to adjust read-only text, clue the
5285         user about the inhibition.
5286         (allout-unprotected): Use unwind-protect.
5287         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5288         topic deeper than the offspring depth of the previous topic -
5289         avoiding confusing "containment discontinuities".
5290         (allout-reindent-bodies): Fix retention of body relative hanging
5291         indent during promotion of collapsed bodies.
5292         (allout-open-topic): Make it easy to open new topic with same
5293         bullet as current topic - topic creation functions provided with
5294         any universal argument provokes now prompt for bullet, defaulting
5295         to the bullet of the previous topic.
5296         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5297         Plain bullet alternates `.' period and `,' comma only.  All other
5298         bullets are relegated to special status (but customizable).
5299         (allout-end-of-entry): Rename from allout-end-of-current-entry
5300         since it actually operates w.r.t. most immediately containing
5301         entry, visible or not.
5302         (allout-hide-current-entry, allout-show-current-entry): Use the
5303         revised version.
5304         (allout-old-expose-topic): Solidify deprecation.
5305         (allout-end-of-subtree): Add so we can span concealed as well
5306         as visible topics.
5307         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5308         (allout-end-of-current-heading): Tweak to just respect the first line.
5309         (allout-get-body-text): Add.
5310         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5311         when invoked interactively.
5312         (allout-up-current-level): Use `interactive-p'.
5313         (allout-mode, allout-init): Miscellaneous docstring and
5314         operational refinements, as well as hookups of new encryption stuff.
5315         (allout-beginning-of-current-entry): Now works as advertised.
5316         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5317         (allout-isearch-rectification): Refine condition for isearching.
5318         (allout-isearch-abort, allout-enwrap-isearch)
5319         (allout-flag-region, my-region-active-p): Relocate some macros.
5320         (allout-title): Fallback title is (buffer-name), not
5321         non-existing (current-buffer-name).
5322         (subst-char-in-string): Define if absent (for some XEmacs versions).
5324 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5326         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5327         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5328         (mail-citation-prefix-regexp, mail-signature-file)
5329         (mail-default-headers, mail-bury-selects-summary)
5330         (mail-send-nonascii): Add autoload cookies.
5332 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5334         * frame.el (blink-cursor-mode): Add `mac' to the list of
5335         window-system's that support blinking cursor.
5337 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5339         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5341 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5343         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5344         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5345         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5347 2005-10-20  Kim F. Storm  <storm@cua.dk>
5349         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5350         (ido-set-current-directory): Don't add / after final @.
5351         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5352         Explicitly handle ange-ftp completion oddities.
5353         (ido-make-file-list): Don't rotate list at tramp root to avoid
5354         triggering tramp file handler for expand-file-name via get-file-buffer.
5356 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5360 2005-10-19  Jay Belanger  <belanger@truman.edu>
5362         * calc/calc-units.el (math-standard-units): Add units, adjust
5363         symbols and update values.
5364         (math-unit-prefixes):  Add more prefixes.
5366 2005-10-19  Romain Francoise  <romain@orebokech.com>
5368         * bookmark.el (bookmark-menu-heading): New face.
5369         (bookmark-bmenu-list): Use it.
5370         Don't fiddle with `baud-rate' at top-level.
5372 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5374         * image.el (create-image, find-image): Mention max-image-size in
5375         docstring.
5377 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * savehist.el (savehist-load): Revert to checking XEmacs.
5381         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5382         Various docstring and line-width fixups.
5383         (conf-mode): Use cond.
5384         Set font-lock-defaults.  Don't set comment-use-syntax.
5386 2005-10-18  David Ponce  <david@dponce.com>
5388         * tree-widget.el (tree-widget-button-click): New function.
5389         (tree-widget-button-keymap): Use it.
5391 2005-10-18  Romain Francoise  <romain@orebokech.com>
5393         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5394         (bookmark-bmenu-hide-filenames): Add follow-link property.
5395         Improve help-echo text.
5397         * ffap.el (find-file-at-point): Doc fix.
5399 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5401         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5403 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5405         Install to the CVS repository what I forgot to install in my
5406         2005-10-16 changes.
5408         * progmodes/python.el (python-complete-symbol): Pass the common
5409         prefix substring of completion to `display-completion-list'.
5411         * textmodes/org.el (org-complete): Ditto.
5413 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5415         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5417         * woman.el (WoMan-xref-man-page): New button type derived
5418         from `Man-abstract-xref-man-page'.
5419         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5421         * man.el (Man-abstract-xref-man-page): New button type.
5422         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5423         (Man-highlight-references): Add new optional argument `xref-man-type'.
5425 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5427         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5429 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5431         * cus-edit.el (Custom-move-and-invoke): Delete.
5432         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5434         * wid-edit.el (widget-move-and-invoke): New function, from
5435         Custom-move-and-invoke.
5437 2005-10-17  Bill Wohler  <wohler@newt.com>
5439         Move all remaining images from lisp/toolbar to etc/images, move
5440         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5441         the low resolution images in their own directory (low-color).
5443         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5444         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5445         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5446         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5447         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5448         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5449         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5451         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5452         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5453         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5454         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5455         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5456         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5457         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5458         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5459         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5460         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5461         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5462         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5463         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5464         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5465         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5467         To conform with convention, replace the underscore (_) in the
5468         following image names with dash (-) or (/) as appropriate.
5470         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5471         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5472         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5473         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5474         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5475         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5476         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5477         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5478         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5479         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5480         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5481         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5482         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5483         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5484         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5486         * info.el (info-tool-bar-map): Replace underscores in image names
5487         with dashes.
5489         * makefile.w32-in (WINS): Remove toolbar.
5491         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5493         * tool-bar.el: Move to lisp from toolbar.  Now that
5494         toolbar is empty, it should be deleted when folks run "cvs up -P".
5496 2005-10-18  Jay Belanger  <belanger@truman.edu>
5498         * calc/calc-store.el (calc-store-into): Get the proper variable name
5499         to display in message.
5501 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5503         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5504         expressions display in speedbar for all buffers when debugging.
5505         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5507         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5508         (speedbar-insert-button, speedbar-make-button):
5509         Use add-text-properties.
5510         (speedbar-update-localized-contents)
5511         (speedbar-update-directory-contents)
5512         (speedbar-update-special-contents): Use dolist.
5513         (speedbar-buffer-easymenu-definition): Add a menu separator.
5515 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5517         * makefile.w32-in: Use $(lisp) consistently.
5518         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5519         for shell specific generation of mh-autoloads.
5521 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5523         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5525 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5527         * jit-lock.el (jit-lock-fontify-now):
5528         Move jit-lock-context-unfontify-pos to avoid wasted work.
5530 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5532         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5533         `tramp-completion-mode' for checking if we are in completion mode.
5534         (tramp-completion-handle-file-name-all-completions): Reorder code
5535         in order to complete for file names only in case there are no
5536         method/user/host completions.  This is necessary for cooperation
5537         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5539 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5541         * longlines.el (longlines-search-forward)
5542         (longlines-search-backward): Match any number of spaces.
5544 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5546         * diff-mode.el (diff-mode): Doc fix.
5548 2005-10-16  David Reitter <david.reitter@gmail.com>
5550         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5551         as default on darwin and windows systems.
5553 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5555         * arc-mode.el (archive-zip-extract): Doc fix.
5557 2005-10-16  Romain Francoise  <romain@orebokech.com>
5559         * mouse.el (mouse-1-click-follows-link): Doc fix.
5561 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5563         * savehist.el: Don't require CL at runtime.
5564         (savehist-xemacs): Remove.
5565         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5566         (savehist-no-conversion): Use (featurep 'xemacs).
5567         (savehist-load): Check existence of start-itimer rather than XEmacs.
5568         Use an idle timer.
5569         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5570         `delete-if-not'.
5572 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5574         * savehist.el: Newer version.
5575         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5576         (savehist-last-checksum, savehist-no-conversion): New vars.
5577         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5578         New functions.
5579         (savehist-load, savehist-save): Use them.
5580         (savehist-delimit): Remove.
5582 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * progmodes/compile.el (compilation-goto-locus): Display the
5585         compilation buffer first and the source buffer second, in case they're
5586         in overlapping frames.  Don't raise the compilation frame if it was the
5587         selected window upon entry.  Pass the `other-window' arg to
5588         pop-to-buffer.
5590         * info.el (Info-fontify-node): Use dolist.
5591         Change add-text-properties to put-text-property.
5593 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5595         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5596         bound of search.
5598 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5600         * dabbrev.el (dabbrev-completion): Pass the common
5601         prefix substring of completion to `display-completion-list'.
5603         * filecache.el (file-cache-minibuffer-complete)
5604         (file-cache-complete): Ditto.
5606         * tempo.el (tempo-display-completions): Ditto.
5608         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5610         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5612         * eshell/em-hist.el (eshell-list-history): Ditto.
5614         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5616         * mail/mailalias.el (mail-complete): Ditto.
5618         * progmodes/etags.el (complete-tag): Ditto.
5620         * progmodes/make-mode.el (makefile-complete): Ditto.
5622         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5624         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5626         * progmodes/pascal.el (pascal-complete-word)
5627         (pascal-show-completions): Ditto.
5629         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5631         * simple.el (completion-common-substring): New variable.
5632         (completion-setup-function): Use `completion-common-substring'
5633         to put faces.
5635 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5637         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5638         (x-get-selection, mac-select-convert-to-string): Convert from/to
5639         UTF-16 clipboard data as in native byte order, no BOM.
5641 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5643         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5644         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5645         (gud-sentinel): Use speedbar-frame to check for speedbar.
5647 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5649         * savehist.el: New file.
5651 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5653         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5654         Fix bug in \bf fontification.
5656 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * pcvs.el (cvs-edit-log-files): New var.
5659         (cvs-mode-edit-log): New arg `file'.
5660         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5661         Instead force the use of the original file and nothing else.
5662         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5663         the cvs-minor-wrap-function is set.
5664         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5666 2005-10-14  Bill Wohler  <wohler@newt.com>
5668         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5669         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5670         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5671         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5672         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5673         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5674         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5675         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5676         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5677         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5678         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5679         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5680         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5681         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5682         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5684         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5685         appropriately (for example, gud-break to gud/break).
5687 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5689         * longlines.el (longlinges-search-function)
5690         (longlines-search-forward, longlines-search-backward): New functions.
5691         (longlines-mode): Set isearch-search-fun-function to
5692         longlinges-search-function.
5694         * mouse.el (mouse-drag-region-1): Handle the case where a
5695         double-click event is bound to an arbitrary function.
5697 2005-10-14  David Ponce  <david@dponce.com>
5699         * recentf.el (recentf-track-opened-file)
5700         (recentf-track-closed-file, recentf-update-menu)
5701         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5702         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5703         mouse-1-click-follows-link.
5705 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5707         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5708         Gnome file-manager.png.  Suggested by
5709         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5711         * toolbar/README: Add diropen.xpm.
5713 2005-10-13  Bill Wohler  <wohler@newt.com>
5715         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5716         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5718 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5720         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5721         Don't waste the byte-compiler's time on constant data.
5723 2005-10-13  Kenichi Handa  <handa@m17n.org>
5725         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5726         byte with `escape-glyph' face.
5728         * international/fontset.el (ccl-encode-unicode-font):
5729         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5730         Handle the case that ucs-mule-to-mule-unicode translates a character to
5731         ASCII (usually for IPA characters).
5733 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5736         Don't hide the underline of titles if font-lock-mode is disabled.
5738 2005-10-12  Bill Wohler  <wohler@newt.com>
5740         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5741         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5742         files in MH-E-SRC have been updated.
5743         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5745 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5748         (mixal-mode-syntax-table): Add \n as end-comment.
5749         (mixal-operation-codes-alist): Immediately initialize to full value.
5750         (mixal-add-operation-code): Remove.
5751         (mixal-describe-operation-code): Make the arg non-optional.
5752         Use the interactive spec instead.
5753         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5754         (mixal-font-lock-keywords): Don't highlight comments here any more.
5755         (mixal-font-lock-syntactic-keywords): New var.
5756         (mixal-mode): Use it.  Fix comment-start-skip.
5758 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5760         * startup.el (command-line-x-option-alist): -nb => -nbi
5762 2005-10-12  Kim F. Storm  <storm@cua.dk>
5764         * startup.el (fancy-splash-default-action): Discard mouse click in
5765         the splash screen window, as it has no sensible meaning in the
5766         next window to be selected.  Fixes error reported by Jan D.
5768 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5770         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5772 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5775         Try to fix up minor layout issues like indentation, line break, etc...
5776         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5777         because it doesn't work.
5778         (mixal-operation-codes): Add some more codes.
5779         (mixal-font-lock-keywords): Process comments here.
5780         (mixal-mode): mixasm no longer needs -g option.
5782 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5784         * progmodes/sh-script.el (sh-tmp-file):
5785         Use mktemp -t.  Finish support for es and rc shells.
5787 2005-10-11  Jay Belanger  <belanger@truman.edu>
5789         * calc/calcalg2.el (calc-integral): With an argument, compute the
5790         definite integral.
5792 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5794         * mouse.el (mouse-drag-region-1): Don't try to catch a
5795         double-click when doing follow-link (it's overridden anyway).
5797 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5799         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5800         (autoload-print-form-outbuf): Add docstring.
5802 2005-10-11  Juri Linkov  <juri@jurta.org>
5804         * info.el (Info-mode-menu): Delete menu item "Edit".
5805         (Info-mode): Delete description of Info-edit from docstring,
5806         and rearrange descriptions of Info commands in the order
5807         they are documented in the Info manual.
5809 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5811         * calendar/appt.el (appt-check): Use diary-selective-display var.
5813 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5815         * net/newsticker.el (newsticker-start, newsticker-show-news):
5816         Add autoload cookies.
5818 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5820         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5822 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5824         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5826 2005-10-10  Jay Belanger  <belanger@truman.edu>
5828         * calc/calc-arith.el (math-check-known-scalarp)
5829         (math-check-known-matrixp): Check the values of arguments that are
5830         variables.
5831         (math-check-known-square-matrixp): New function.
5832         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5833         (math-super-types): Add sqmatrix type.
5835         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5836         mode name `square' to `sqmatrix'.
5838         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5839         mode name `square' to `sqmatrix'.
5841 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5843         * progmodes/etags.el (select-tags-table-mode): Don't use
5844         selective-display.
5845         (tags-select-tags-table): Pass `button' to the action function.
5846         (select-tags-table): Place the side-info on button properties rather
5847         than in hidden text.  Abbreviate file names.
5848         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5849         (select-tags-table-select): Add `button' argument.
5850         Get side-info from the button property rather than from hidden text.
5852 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5854         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5855         (gud-speedbar-buttons): Preserve point if possible.
5856         (gud-sentinel): Restore previous speedbar display type.
5858         * progmodes/gdb-ui.el (gdba): Improve diagram.
5859         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5860         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5861         Call get-buffer-window once.
5863 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5865         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5866         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5867         (pascal-indent-command): Remove unused var `ind'.
5868         (pascal-indent-case): Remove unused var `oldpos'.
5869         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5870         since it's now used as a proper minor mode map.
5871         (pascal-outline): Rename to pascal-outline-mode.
5872         (pascal-outline-mode): Use define-minor-mode.
5873         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5874         selective-display.
5876 2005-10-10  Andreas Schwab  <schwab@suse.de>
5878         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5879         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5881         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5882         outside source directory.
5884 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5886         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5887         C-x' as a prefix.
5888         (orgtbl-mode-map): Full keymap instead of sparse, because all
5889         `self-insert-command' keys are redefined in this map.
5890         (org-export-as-html): Specify charset for HTML file, by taking it
5891         from the coding system.
5893 2005-10-10  Kenichi Handa  <handa@m17n.org>
5895         * textmodes/flyspell.el (flyspell-check-word-p):
5896         If unread-command-events is non-empty, don't call sit-for.
5898 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5900         * font-lock.el (font-lock-syntactic-keywords)
5901         (font-lock-keywords): Doc fixes.
5903         * textmodes/flyspell.el (flyspell-external-point-words):
5904         Simplify logic, and don't try to check for consecutive appearances
5905         of one incorrect word.
5907 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5909         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5910         separator.
5912         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5913         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5914         (gud-expansion-speedbar-buttons): New function.
5915         (gud-speedbar-buttons): Check for gud-comint-buffer.
5917 2005-10-09  Bill Wohler  <wohler@newt.com>
5919         * Makefile.in (updates): Add mh-loaddefs dependency.
5921 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5923         * speedbar.el (speedbar-file-key-map): Fix typo.
5925 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5927         * cus-start.el (line-spacing): Add custom spec.
5929 2005-10-09  Romain Francoise  <romain@orebokech.com>
5931         * textmodes/ispell.el (ispell-check-version): Fix last change.
5933 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5935         * term/x-win.el: Remove -i, --icon-type from comment.
5937         * startup.el (command-line-x-option-alist): Remove options -i,
5938         -itype, --icon-type, added -nb, --no-bitmap-icon
5940 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5942         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5943         instead of :active.
5945 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5947         * textmodes/ispell.el (ispell-check-version):
5948         Ignore hyphen, and all that follows, in aspell's version text.
5950 2005-10-08  Jay Belanger  <belanger@truman.edu>
5952         * calc/calc-arith.el (math-known-square-matrixp): New function.
5953         (math-pow-fancy): Check for matrices before distributing exponent
5954         across products.
5956         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5957         fullscreen keypad.  Suggested by Luc Teirlinck.
5958         (calc-keypad-show-input): Add space for formatting.
5960         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5961         Add square matrix option.
5963         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5964         of checking calc-matrix-mode when deciding how to expand.
5966         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5968 2005-10-08  Lars Hansen  <larsh@soem.dk>
5970         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5971         Add error handling.
5972         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5974 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5976         Sync with Tramp 2.0.51.
5978         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5979         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5980         Insert special handling for `last-coding-system-used', again
5981         it still seems to be necessary (unlike stated before).
5982         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5983         (tramp-password-prompt-regexp): There might be other words before
5984         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5985         (tramp-chunksize): Improve docstring.
5986         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5987         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5988         Christian Joergensen <bugs@razor.dk>.
5990 2005-10-07  Glenn Morris  <rgm@gnu.org>
5992         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5993         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5994         precision'.
5996 2005-10-07  Romain Francoise  <romain@orebokech.com>
5998         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5999         (ibuffer-do-shell-command-pipe-replace)
6000         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6001         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6002         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6003         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6004         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6005         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6006         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6007         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6008         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6009         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6010         Autoload file sans suffix.
6012         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6014 2005-10-07  David Ponce  <david@dponce.com>
6016         * recentf.el (recentf-menu-open-all-flag): New option.
6017         (recentf-digit-shortcut-command-name): New function.
6018         (recentf--shortcuts-keymap): New variable.
6019         (recentf-menu-shortcuts): New variable.
6020         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6021         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6022         (recentf-menu-value-shortcut): New function.
6023         (recentf-make-menu-item): Use it.  No more in-lined.
6024         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6025         (recentf-open-most-recent-file): Rename from
6026         `recentf-open-file-with-key'.  Don't depend on key binding.
6027         (recentf-mode-map): New variable.
6028         (recentf-mode): Use it.
6030 2005-10-06  Bill Wohler  <wohler@newt.com>
6032         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6034         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6035         (MH-E-SRC): New.  Used by mh-autoloads.
6036         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6037         files in MH-E-SRC have been updated.
6038         (compile, recompile, bootstrap): Depend on mh-autoloads.
6040 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6042         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6043         gud-break and gud-remove icons when the fringe is not available.
6045         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6046         Typo.
6048 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6050         * play/zone.el (zone): Wrap body with save-window-excursion.
6052 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6055         Use the new `list-only' arg to diary-list-entries.
6057         * calendar/diary-lib.el: Use overlays rather than selective-display.
6058         (diary-selective-display): New var.
6059         (diary-header-line-format): Use it.
6060         (diary-list-entries): Add argument `list-only'.
6061         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6062         Replace \^M by invisible overlays.
6063         (diary-unhide-everything): Replace \^M by invisible overlays.
6064         (print-diary-entries): Look for overlays rather than \^M.
6065         Add a space to the temp buffer name.
6066         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6067         Put the buffer in diary-mode.
6068         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6069         (diary-anniversary): Make the year arg optional.
6070         (diary-time-regexp): New const.
6071         (diary-font-lock-keywords): Use it to accept a few more time formats.
6073         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6075 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6077         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6078         Fix bug introduced 2005-07-03: Use (car (last ...))
6079         to faithfully reproduce replaced artist-last.
6080         (artist-set-arrow-points-for-poly): Likewise.
6081         Suggested by Johan Bockg\e,Ae\e(Brd.
6083 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6085         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6086         * wid-edit.el (widget):
6087         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6088         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6090 2005-10-06  Kenichi Handa  <handa@m17n.org>
6092         * international/mule-cmds.el (set-language-environment):
6093         Fix setting up of case-table for unibyte mode.
6095         * simple.el (what-cursor-position): If the character is displayed
6096         by some `display' text property, show that.  Don't use
6097         single-key-description for eight-bit characters in multibyte mode.
6099 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6101         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6102         (gdb-ann3): Set it.
6103         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6104         (gdb-info-frames-custom): Use inverse-video for first five
6105         characters of selected frame only.
6106         (gdb-get-frame-number): Select frame even when point is on frame
6107         number.
6109 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6111         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6112         Put `font-lock-function-name-face'.
6113         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6114         and `font-lock-variable-name-face'
6115         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6116         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6117         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6118         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6119         (gdb-local-font-lock-keywords): New font lock keywords definition.
6120         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6121         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6122         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6124 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6126         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6127         (ediff-merge-region-is-non-clash-to-skip): Previously called
6128         ediff-merge-region-is-non-clash.
6130         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6131         Use insert-buffer-substring.
6133         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6134         selecting files to patch.  Also bug fixes.
6136         * ediff-util.el (ediff-setup): Bug fix.
6137         (ediff-next-difference): Never skip clashes that differ in white
6138         space only.
6140         * ediff-wind.el (ediff-setup-control-frame)
6141         (ediff-destroy-control-frame): Check the menubar feature.
6143         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6144         (viper-refresh-mode-line): Use make-local-variable to localize
6145         some vars instead of make-variable-buffer-local.  Suggested by
6146         Stefan Monnier.
6148         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6149         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6150         Use make-local-variable instead of make-variable-buffer-local.
6151         Suggested by Stefan Monnier.
6153         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6154         (viper-comint-mode-hook): Use make-local-variable on
6155         require-final-newline.
6156         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6158 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6160         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6161         also the second char of a comment-start sequence.
6162         (scheme-sexp-comment-syntax-table): New var.
6163         (lambda, define): Set their scheme-doc-string-elt property.
6164         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6165         Use lisp-font-lock-syntactic-face-function now that it properly
6166         handles |...| symbols.
6167         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6168         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6170         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6171         bit from # to |.
6172         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6174         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6175         (lisp-doc-string-elt-property): New var.
6176         (lisp-font-lock-syntactic-face-function): Use it.
6177         Rewrite to recognize docstrings even for forms not at toplevel.
6179         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6180         annotation on the | part of #| rather than on the # part.
6181         (scheme-font-lock-syntactic-face-function): New function, to
6182         distinguish strings from |...| symbols.
6183         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6184         syntax-table so that #|...|# is properly highlighted.
6186         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6187         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6189 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6192         and C-e.
6194         * emacs-lisp/eldoc.el: Move comments into docstrings.
6195         (eldoc-message-commands): Initialize in its declaration.
6196         Add move-beginning-of-line and move-end-of-line.
6197         (eldoc-add-command, eldoc-add-command-completions)
6198         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6200         * outline.el (outline-mark-subtree): Activate the mark.
6202         * calendar/appt.el (appt-time-regexp): New var.
6203         (appt-add, appt-make-list): Use it.
6204         (appt-convert-time): Clean up.
6206         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6207         Don't set any syntax-table property here.
6208         (tex-font-lock-verb): New function.  Do it here.
6209         (tex-font-lock-syntactic-keywords): Use it.
6211 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6213         * wid-edit.el (widget-file-complete): Get the widget start point
6214         the right way.  Default directory to `/' if file has none.
6216         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6218         * textmodes/flyspell.el (flyspell-mode-on):
6219         Call ispell-maybe-find-aspell-dictionaries.
6221         * textmodes/ispell.el (ispell-word, ispell-region):
6222         Call ispell-maybe-find-aspell-dictionaries.
6223         (ispell-accept-buffer-local-defs):
6224         Don't call ispell-maybe-find-aspell-dictionaries
6226 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6228         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6230 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6232         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6233         instead of `fboundp' in order to allow for anonymous functions.
6235 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6237         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6238         case the user clicks on the link while another window is selected.
6239         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6241         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6242         functionality.
6243         (dframe-help-echo): Save point in case mouse tracking is off.
6245 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6247         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6249 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6251         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6252         not change the global value of those vars.
6254         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6255         make-local-variable which we do not need any more.
6257 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6259         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6260         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6261         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6262         (speedbar-path-line): Define obsolete aliases.
6263         (speedbar-line-directory): Doc fix.
6265         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6266         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6267         instead of speedbar-line-path.
6269 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6271         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6272         to nil if dropping on a window.  Handle dropping on a minibuffer window
6273         like dropping on a non-window part of Emacs.
6275 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6277         * net/ange-ftp.el: Use with-current-buffer.
6278         (ange-ftp-insert-directory): Do not follow symlinks any more.
6280         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6281         Remove interactive spec.
6283 2005-10-03  Kim F. Storm  <storm@cua.dk>
6285         * ido.el (ido-mode): Use custom-initialize-set.
6287 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6289         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6290         Use insert-buffer-substring.
6292         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6293         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6295 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6297         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6298         in last change.
6299         (ange-ftp-insert-directory): Fix up the search for the case where
6300         `file' is absolute.
6302 2005-10-02  Romain Francoise  <romain@orebokech.com>
6304         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6306 2005-10-02  Andreas Schwab  <schwab@suse.de>
6308         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6309         directory component in the session info.
6311 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6313         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6315         * simple.el (next-error-internal): New function.
6317         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6318         (compilation-start): Pass new arg to compilation-buffer-name.
6319         (compile-goto-error): Use next-error-internal.
6321 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6323         * speedbar.el: Remove RCS tag.
6324         (speedbar-check-read-only): Handle non-existent files.
6326         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6328         * info.el (Info-speedbar-hierarchy-buttons)
6329         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6331 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6333         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6334         Do not match newline.
6335         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6336         (bibtex-summary): Remove unnecessary save-excursion.
6337         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6339 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6341         * term/mac-win.el: Add charset info for "iso10646-1".
6342         Modify default fontset to use ATSUI-compatible fonts for some charsets
6343         if available.
6345 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6347         * speedbar.el: Re-apply arch tag.
6348         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6349         M. Ludlam.
6350         Reapply two changes from Emacs CVS' version of speedbar lost
6351         during the merge:
6352         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6353         (speedbar-frame-parameters): Improve customize type.
6355 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6358         (ange-ftp-file-directory-p): Fix the symlink case.
6359         (ange-ftp-insert-directory): When listing a single file, get a list of
6360         the parent buffer and extract the relevant line.  Inspired from a patch
6361         by Katsumi Yamaoka <yamaoka@jpl.org>.
6362         (ange-ftp-file-name-sans-versions): Simplify.
6364 2005-09-30  Bill Wohler  <wohler@newt.com>
6366         Move MH-E image files from toolbar and mail directories into
6367         etc/images.
6369         * mail/reply2.*: Move to etc/images/mail/reply*.
6371         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6372         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6373         etc/images.
6375         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6376         * toolbar/reply*: Move to etc/images/mail.
6378         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6380 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6382         * speedbar.el: New version 1.0pre3.
6384         Frame management code (including timer, and mouse click specifics)
6385         moved to dframe.el:
6386         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6387         (speedbar-timer): Removed.  Use dframe-timer.
6388         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6389         (speedbar-activity-change-focus-flag): Removed.  Use
6390         dframe-activity-change-focus-flag.
6391         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6392         dframe-update-speed.
6394         (speedbar-current-frame): New macro.  Use this instead of the
6395         variable speedbar-frame.
6397         (speedbar-use-images, speedbar-expand-image-button-alist)
6398         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6400         (speedbar-find-image-on-load-path): Removed.  Replaced by
6401         defezimage in ezimage.el.
6402         (speedbar-expand-image-button-alist): Removed.  Replaced by
6403         ezimage-expand-image-button-alist in ezimage.el.
6405         (speedbar-ignored-directory-regexp)
6406         (speedbar-add-ignored-directory-regexp)
6407         (speedbar-ignored-directory-expressions)
6408         (speedbar-line-directory, speedbar-buffers-line-directory)
6409         (speedbar-directory-line, speedbar-buffers-line-directory):
6410         Renamed, replacing `path' with `directory'.
6412         (speedbar-create-directory, speedbar-expand-line-descendants)
6413         (speedbar-toggle-line-expansion)
6414         (speedbar-contract-line-descendants): New commands.
6416         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6417         (speedbar-use-tool-tips-flag): New options.
6419         (speedbar-check-read-only, speedbar-require-version)
6420         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6421         (speedbar-handle-delete-frame, speedbar-try-completion)
6422         (speedbar-update-localized-contents): New functions.
6424         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6425         (speedbar-object-read-only-indicator): New variables.
6427         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6428         New hooks.
6430         (speedbar-separator-face): New face.
6432         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6433         (speedbar-ignored-modes): Add fundamental-mode.
6434         (speedbar-directory-unshown-regexp): Add . directories.
6436         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6437         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6438         `]' for full expand/close.
6439         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6441         (speedbar-check-vc): Support hidden files.
6442         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6443         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6444         state is nil, it is not checked out.
6446         (speedbar-line-text, speedbar-line-token): Support expand buttons
6447         with no text.
6448         (speedbar-refresh): Universal argument acts as power-click.
6449         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6450         that buffer to get variable values.
6452         And many other bugfixes.
6454         * dframe.el, ezimage.el, sb-image.el: New files.
6456         * sb-*.xpm: Remove files.  New image files installed into
6457         etc/images/ezimage.
6459 2005-09-30  Kenichi Handa  <handa@m17n.org>
6461         * ps-mule.el (ps-mule-show-warning): If a character is in
6462         ps-print-translation-table, don't treat it as non-printable.
6464 2005-09-30  David Ponce  <david@dponce.com>
6466         * tree-widget.el (tree-widget-themes-load-path): New variable.
6467         (tree-widget-themes-directory): Doc fix.
6468         (tree-widget-image-formats) [Emacs]: Doc fix.
6469         (tree-widget--locate-sub-directory): New function.
6470         (tree-widget-themes-directory): Use it.
6472         * recentf.el (recentf-filename-handlers): Rename from
6473         `recentf-filename-handler'.  Allow a list of functions.
6474         (recentf-menu-items-for-commands): Fix :help strings.
6475         (recentf-apply-filename-handlers): New function.
6476         (recentf-expand-file-name): Use it.
6477         (recentf-cleanup): Remove duplicates too.
6479 2005-09-29  Juri Linkov  <juri@jurta.org>
6481         * faces.el: Rearrange face definitions to be in the same order as
6482         their face descriptions in "(emacs)Standard Faces".
6484         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6486         * tooltip.el (tooltip): Add group `basic-faces'.
6488         * buff-menu.el (Buffer-menu-buffer): Remove group
6489         `font-lock-highlighting-faces'.
6491         * progmodes/compile.el (compilation-error, compilation-warning)
6492         (compilation-info, compilation-line-number, compilation-column-number):
6493         Change group from `font-lock-highlighting-faces' to `compilation'.
6495         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6496         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6497         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6498         (vhdl-font-lock-reserved-words-face)
6499         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6500         `font-lock-highlighting-faces'.
6502         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6504 2005-09-28  Kim F. Storm  <storm@cua.dk>
6506         * emulation/cua-base.el: Set CUA move property on additional commands:
6507         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6508         forward-sexp, backward-sexp, forward-list, backward-list.
6510 2005-09-28  Romain Francoise  <romain@orebokech.com>
6512         * comint.el (comint-show-output): Really set point at the
6513         beginning of the output when not using `comint-use-prompt-regexp'.
6515 2005-09-27  Jay Belanger  <belanger@truman.edu>
6517         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6518         in TeX mode.
6520 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6522         * textmodes/org.el (org-table-sum): Fix format string.
6524         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6525         Quote face names.
6527 2005-09-26  Romain Francoise  <romain@orebokech.com>
6529         * isearch.el (isearch-forward-regexp): Close doc string.
6531 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6533         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6535         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6537         * progmodes/compile.el (compilation-error-properties):
6538         When getting the file from the previous error message,
6539         correctly decode the new data format.
6541         * progmodes/cc-cmds.el (c-electric-paren):
6542         Call old-blink-paren only for close-paren.
6544 2005-09-24  Andreas Schwab  <schwab@suse.de>
6546         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6547         condition.
6549 2005-09-25  Romain Francoise  <romain@orebokech.com>
6551         * dired-aux.el (dired-copy-file-recursive):
6552         * dired.el (dired-delete-file):
6553         * ediff-mult.el (ediff-dir-diff-copy-file):
6554         * ediff-util.el (ediff-test-save-region):
6555         * forms.el (forms-mode):
6556         * ido.el (ido-file-internal, ido-delete-file-at-head):
6557         * log-edit.el (log-edit-done):
6558         * ses.el (ses-yank-resize):
6559         * play/gomoku.el (gomoku-human-plays, gomoku)
6560         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6561         (gomoku-offer-a-draw):
6562         * play/landmark.el (lm-human-resigns, lm):
6563         * net/eudcb-ldap.el (eudc-ldap-check-base):
6564         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6565         * progmodes/ebrowse.el (ebrowse-find-pattern):
6566         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6567         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6568         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6570         * vc.el (vc-delete-file):
6571         * play/gomoku.el (gomoku-terminate-game, gomoku)
6572         (gomoku-prompt-for-move, gomoku-human-takes-back):
6573         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6574         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6576 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6578         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6579         color rxvt terminals by using the code xterm.el used to use before
6580         2005-04-09 in order to match the colors used by rxvt.
6582 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6584         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6585         colors rxvt-unicode terminals by using the same code as xterm.el.
6587 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6590         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6591         new symbol used for the tex-verbatim face.
6593 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6595         * woman.el (woman-file-name):
6596         * wid-edit.el (widget-file-prompt-value)
6597         (widget-coding-system-prompt-value):
6598         * w32-fns.el (set-w32-system-coding-system):
6599         * vc.el (vc-version-diff, vc-annotate):
6600         * textmodes/reftex-auc.el (reftex-arg-cite)
6601         (reftex-arg-index-tag):
6602         * textmodes/refer.el (refer-get-bib-files):
6603         * textmodes/artist.el (artist-figlet-choose-font):
6604         * terminal.el (terminal-emulator):
6605         * replace.el (occur-read-primary-args):
6606         * rect.el (string-rectangle, string-insert-rectangle):
6607         * ps-print.el (ps-print-preprint):
6608         * progmodes/pascal.el (pascal-goto-defun):
6609         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6610         * progmodes/compile.el (compilation-find-file):
6611         * printing.el (pr-interactive-n-up):
6612         * play/animate.el (animate-birthday-present):
6613         * net/rcompile.el (remote-compile):
6614         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6615         * mail/rmailsum.el (rmail-summary-search-backward)
6616         (rmail-summary-search):
6617         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6618         (rmail-output-read-file-name):
6619         * mail/rmail.el (rmail-search, rmail-search-backwards):
6620         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6621         * locate.el (locate):
6622         * international/quail.el (quail-show-keyboard-layout):
6623         * international/mule.el (set-buffer-file-coding-system)
6624         (revert-buffer-with-coding-system, set-file-name-coding-system)
6625         (set-terminal-coding-system, set-keyboard-coding-system)
6626         (set-next-selection-coding-system):
6627         * international/mule-diag.el (describe-coding-system)
6628         (describe-font, describe-fontset):
6629         * international/mule-cmds.el (universal-coding-system-argument)
6630         (search-unencodable-char, describe-input-method)
6631         (set-language-environment, describe-language-environment):
6632         * international/codepage.el (codepage-setup):
6633         * international/code-pages.el (codepage-setup):
6634         * info.el (Info-search, Info-follow-reference)
6635         (Info-search-backward):
6636         * emacs-lisp/advice.el (ad-read-advised-function)
6637         (ad-read-advice-class, ad-clear-cache, ad-activate)
6638         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6639         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6640         (ad-read-regexp):
6641         * ediff-util.el (ediff-toggle-regexp-match):
6642         * ediff-ptch.el (ediff-prompt-for-patch-file):
6643         * dired-aux.el (dired-diff):
6644         * diff.el (diff):
6645         * cus-edit.el (custom-variable-prompt):
6646         * calendar/timeclock.el (timeclock-ask-for-project):
6647         * calc/calcalg3.el (calc-get-fit-variables):
6648         * calc/calc-store.el (calc-edit-variable)
6649         (calc-permanent-variable):
6650         * vc-mcvs.el (vc-mcvs-register):
6651         * shadowfile.el (shadow-define-literal-group):
6652         * woman.el (woman-file-name):
6653         * vc.el (vc-version-diff, vc-merge):
6654         * textmodes/reftex-index.el (reftex-index-complete-tag):
6655         * format.el (format-decode-buffer, format-decode-region):
6656         * emulation/viper-cmd.el (viper-read-string-with-history):
6657         * emacs-lisp/debug.el (cancel-debug-on-entry):
6658         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6659         * ediff.el (ediff-merge-revisions)
6660         (ediff-merge-revisions-with-ancestor, ediff-revision):
6661         * completion.el (interactive-completion-string-reader):
6662         * calc/calc-prog.el (calc-user-define-formula):
6663         Follow convention for reading with the minibuffer.
6665 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6667         * progmodes/python.el (python-describe-symbol): Add globals() and
6668         locals() to the arguments of emacs.ehelp.
6670 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6672         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6673         New function, code extracted from ispell-valid-dictionary-list.
6674         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6675         Call it.
6677 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6679         * subr.el (version-regexp-alist): Extend valid syntax for version
6680         strings: allow any of the characters -,_,+ to separate the
6681         alpha/beta/rc part from the version part.  Doc fix.
6682         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6684 2005-09-23  David Reitter  <david.reitter@gmail.com>
6686         * mail/mailclient.el: New file.
6688 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6690         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6691         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6692         Doc fixes.
6694         * progmodes/cc-mode.el (c-font-lock-init):
6695         Specify font-lock-lines-before.
6697 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6699         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6700         whole conflict.
6702 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6704         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6705         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6706         of `remap' feature when available.  Additional key bindings for
6707         better tty support.
6708         (org-mode-restart, org-force-self-insert): New commands.
6709         (org-time-stamp-inactive): New command.
6710         (org-remap): New function.
6711         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6712         (org-enable-fixed-width-editor): Move to `org-structure'
6713         customization group.
6714         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6715         blank field after field motion commands.
6717 2005-09-23  Kenichi Handa  <handa@m17n.org>
6719         * international/mule-cmds.el (set-language-environment):
6720         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6721         have to call utf-translate-cjk-load-tables.
6723 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * mouse.el (mouse-move-drag-overlay): Fix last change.
6727 2005-09-22  David Ponce  <david@dponce.com>
6729         * tree-widget.el (tree-widget-value-create): Fix previous change.
6731 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6733         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6735 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6737         * mouse.el (mouse-move-drag-overlay): New function.
6738         (mouse-drag-region-1): Use it.
6739         Try to simplify a bit the state handling.  Handle clicks on links
6740         inside intangible areas.
6741         (mouse-save-then-kill): Minor simplification.
6742         (mouse-secondary-overlay): Make it always non-nil instead of
6743         recreating it each time.
6744         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6745         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6746         Simplify accordingly.
6748 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6750         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6752 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6754         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6755         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6756         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6757         to patch.
6759         * ediff-util.el: Use insert-buffer-substring.
6761         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6763         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6764         field boundaries in the minibuffer.
6765         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6766         (viper-minibuffer-post-command-hook): New hook.
6767         (viper-line): Don't move cursor at bolp.
6769         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6771         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6772         avoid compiler warnings.
6774         * emulation/viper-macs.el (ex-map): Better messages.
6776         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6778         * emulation/viper.el: Replace make-variable-buffer-local with
6779         viper-make-variable-buffer-local everywhere, to avoid warnings.
6781 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6783         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6784         Delete unused var `old-selected-window'.
6785         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6786         (mouse-drag-secondary): Delete unused var `start-frame'.
6788 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6790         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6792 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6794         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6795         Re-indent within 80 columns.  Use inhibit-read-only.
6797 2005-09-19  Romain Francoise  <romain@orebokech.com>
6799         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6801 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6804         unconditionally, since the after-change-function already did it.
6806 2005-09-19  Miles Bader  <miles@gnu.org>
6808         * net/newsticker.el: Get rid of CVS keyword.
6810 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6812         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6813         The prompt is formatted later.
6815 2005-09-19  David Ponce  <david@dponce.com>
6817         * tree-widget.el (tree-widget-value-create): Save the converted
6818         tree :node widget.
6820 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6822         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6823         variable `message'.
6825 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6827         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6828         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6829         <slawomir.nowaczyk.847@student.lu.se>.
6831 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6833         * image.el (image-load-path): Use symbol `data-directory' instead
6834         of its value, for backward compatibility with packages that bind
6835         it during `find-image'.  Suggested by Katsumi Yamaoka.
6836         (image-search-load-path): Handle symbols whose values are strings.
6838 2005-09-18  Romain Francoise  <romain@orebokech.com>
6840         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6841         with-current-buffer form in save-excursion.
6843 2005-09-18  D Goel  <deego@gnufans.org>
6845         * apropos.el (apropos-command): Fix `message' call: first arg
6846         should be a format spec.  In this and all other cases that appear
6847         below and elsewhere in the source code, I made a change only when
6848         two conditions were satisfied: [1] I can think of a possibility
6849         that the arguments would cause an error, for example, the code in
6850         question relies on external variables such as filenames.  [2] I
6851         was sure that the arg to `message' could not have been nil in the code.
6853         * textmodes/tildify.el (tildify-region): Ditto.
6855         * textmodes/reftex-index.el (reftex-index-change-entry)
6856         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6857         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6858         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6859         (org-priority, org-table-sum):
6860         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6861         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6862         (flyspell-word, flyspell-display-next-corrections):
6863         * textmodes/bibtex.el (bibtex-print-help-message):
6864         * textmodes/artist.el (artist-key-set-point-poly):
6865         * term/mac-win.el (mac-services-insert-text):
6866         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6867         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6868         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6869         (vhdl-compose-configuration):
6870         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6871         (sh-set-indent, sh-learn-line-indent):
6872         * progmodes/ps-mode.el (ps-mode-target-column):
6873         * progmodes/idlwave.el (idlwave-make-tags)
6874         (idlwave-scan-library-catalogs):
6875         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6876         * progmodes/gud.el (gud-jdb-analyze-source):
6877         * progmodes/flymake.el (flymake-log):
6878         * progmodes/ebnf2ps.el (ebnf-generate-region):
6879         * progmodes/cmacexp.el (c-macro-expansion):
6880         * progmodes/ada-xref.el (ada-treat-cmd-string):
6881         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6882         (ada-justified-indent-current, ada-batch-reformat):
6883         * play/zone.el (zone):
6884         * play/landmark.el (lm-move):
6885         * play/decipher.el (decipher-show-alphabet):
6886         * net/newsticker.el (newsticker--display-jump)
6887         (newsticker--display-scroll):
6888         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6889         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6890         * mail/feedmail.el (feedmail-dump-message-to-queue):
6891         * eshell/esh-proc.el (eshell-remove-process-entry):
6892         * emulation/ws-mode.el (ws-last-error):
6893         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6894         (viper-record-kbd-macro):
6895         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6896         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6897         * emacs-lisp/find-func.el (find-function-noselect):
6898         * calendar/timeclock.el (timeclock-status-string)
6899         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6900         (timeclock-when-to-leave-string):
6901         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6902         * calc/calc-units.el (calc-enter-units-table):
6903         * calc/calc-mode.el (calc-mode-record-mode):
6904         * woman.el (woman-mini-help):
6905         * wdired.el (wdired-change-to-wdired-mode):
6906         * vc.el (vc-retrieve-snapshot):
6907         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6908         * startup.el (display-startup-echo-area-message):
6909         * simple.el (set-goal-column):
6910         * ses.el (ses-command-hook, ses-recalculate-cell):
6911         * server.el (server-process-filter):
6912         * printing.el (pr-interface-txt-print, pr-interface-printify)
6913         (pr-interface-ps):
6914         * pcvs.el (cvs-help):
6915         * log-edit.el (log-edit, log-edit-mode-help):
6916         * iswitchb.el (iswitchb-possible-new-buffer):
6917         * isearch.el (isearch-edit-string):
6918         * image-mode.el (image-mode, image-minor-mode):
6919         * ibuf-macs.el (define-ibuffer-filter):
6920         * hi-lock.el (hi-lock-find-patterns):
6921         * files.el (toggle-read-only):
6922         * ediff-util.el (ediff-copy-diff)
6923         (ediff-write-merge-buffer-and-maybe-kill):
6924         * echistory.el (Electric-history-undefined):
6925         * dnd.el (dnd-insert-text):
6926         * dired-aux.el (dired-query):
6927         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6928         * bookmark.el (bookmark-bmenu-locate):
6929         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6930         Fix `message' calls to ensure first arg is a format string.
6931         The change was made only when these two conditions were satisfied:
6932         [1] when there is a possibility that the arguments would cause an error
6933         for example, if the code in question relies on external variables
6934         such as filenames, and
6935         [2] if the arg to `message' could not have been nil in the code.
6937         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6938         Not having a %s would be weird, though not technically wrong.
6940 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6942         * term/mac-win.el (mac-add-charset-info): Doc fix.
6944 2005-09-17  Romain Francoise  <romain@orebokech.com>
6946         * shell.el (shell-resync-dirs): Handle echoing processes more
6947         reliably.  Don't insert resync command if `comint-process-echoes'
6948         is non-nil.
6950 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6952         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6953         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6954         aspell versions >= 0.60.
6955         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6956         only if ispell-aspell-supports-utf8 is non-nil.
6958 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6960         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6961         buffer-local value to lisp-indent-function.
6963 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6965         * progmodes/glasses.el (glasses-make-readable): If
6966         glasses-separator differs from underscore, put appropriate
6967         overlays over underscore characters.
6968         (glasses-convert-to-unreadable): If glasses-separator differs from
6969         underscore, try to convert glasses-separator characters to
6970         underscores.
6972 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6975         Use with-syntax-table and dolist.
6977 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6979         * textmodes/reftex-auc.el:
6980         * textmodes/reftex-cite.el:
6981         * textmodes/reftex-dcr.el:
6982         * textmodes/reftex-global.el:
6983         * textmodes/reftex-parse.el:
6984         * textmodes/reftex-ref.el:
6985         * textmodes/reftex-sel.el:
6986         * textmodes/reftex-toc.el:
6987         * textmodes/reftex-vars.el:
6988         * textmodes/reftex.el: Small changes to remove compiler warnings.
6990         * textmodes/reftex-index.el: Likewise.
6991         (reftex-query-index-phrase): More efficient use of markers.
6993 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6995         * image.el (image-load-path): New variable.
6996         (image-search-load-path): New function.
6997         (find-image): Search for images in `image-load-path'.
6999 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7001         * follow.el: Change Maintainer field.
7003 2005-09-15  David Ponce  <david@dponce.com>
7005         * recentf.el (recentf-save-file-modes): New option.
7006         (recentf-save-list): Use it.
7008 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7010         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7011         (mode-line-mule-info, mode-line-modified): Move bindings from
7012         mouse-3 to mouse-1.
7014 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7016         * simple.el (sendmail-user-agent-compose): Revert last change.
7018 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7021         Use with-current-buffer.
7022         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7023         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7024         (ange-ftp-insert-directory): Remove unused var `short'.
7025         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7027         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7028         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7030         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7031         (check-calendar-holidays, diary-list-entries): Autoload.
7032         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7033         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7035         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7036         which mistakenly removed a call to display-buffer.
7038 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7040         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7042 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7044         * progmodes/hideshow.el
7045         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7046         (hs-allow-nesting): New user var.
7047         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7048         (hs-hide-block-at-point): When nesting allowed,
7049         if there is already an overlay in place, delete it.
7050         (hs-safety-is-job-n): Delete func; remove call sites.
7051         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7052         (hs-overlay-at): New func.
7053         (hs-already-hidden-p, hs-show-block): Use it.
7054         (hs-hide-all): Don't pre-clean if nesting allowed.
7055         (hs-show-all): Temporarily disallow
7056         nesting around call to `hs-discard-overlays'.
7058 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7060         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7061         Delete unused local var.
7063 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7065         * help-fns.el (describe-categories): "?\ " -> "?\s".
7066         (help-do-arg-highlight): Recognize also ARG-n, as in
7067         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7069         * international/codepage.el (dos-unsupported-char-glyph):
7070         * net/newsticker.el (tool-bar-map, w3-mode-map)
7071         (w3m-minor-mode-map):
7072         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7073         (ent-alist):
7074         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7076 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7078         * custom.el (custom-push-theme): Handle the case where a symbol is
7079         bound but face properties have not yet been assigned.
7081         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7082         Fix behavior if noerase is `t' and there is no mail buffer.
7084         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7085         if `continue' is nil, rather than signal an error.
7087 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7089         * font-lock.el (font-lock-keywords): Add autoload.
7091         * help-fns.el (describe-variable): Rearrange to put source link
7092         in a predictable place.
7094         * net/newsticker.el: New file.
7096 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7099         (calendar-basic-setup): Use the new nil arg.
7100         (number-of-diary-entries): Move to diary-lib.el.
7102         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7103         (diary-list-entries): Use with-syntax-table and dolist.
7104         Rename from list-diary-entries.
7105         Use number-of-diary-entries if `number' is nil.
7106         (diary, diary-view-entries): Use this new name and new nil arg value.
7107         (number-of-diary-entries): Move from calendar.el.
7108         (diary-unhide-everything): New function.
7109         (include-other-diary-files, fancy-diary-display)
7110         (diary-show-all-entries, make-diary-entry): Use it.
7111         (diary-mail-entries): Use buffer-string.
7112         (mark-diary-entries): Fix long standing paren typo.
7113         (diary-sexp-entry): Use count-lines.
7114         (make-diary-entry): Avoid `previous-line'.
7115         (diary-mode-map): New var.
7116         (diary-mode): Redraw cal after saving.  Setup header-line.
7117         (fancy-diary-display-mode): Use local-set-key.
7119         * startup.el (command-line): Try calling various terminal-init-foo-bar
7120         functions by stripping hyphenated suffixes from $TERM.
7122         * files.el (normal-mode): Check boundness of font-lock-keywords.
7124 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7126         * progmodes/compile.el: Don't decide a file's directory
7127         until the user actually tries to go there.
7128         (compilation-next-error-function):
7129         Pass compilation-find-file the directory from the file-struct.
7130         (compilation-internal-error-properties): Separate local FILE-STRUCT
7131         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7132         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7133         Expand it, and if nil, use default-directory.
7134         (compilation-get-file-structure): Don't mix specified directory
7135         with default directory.  Put specified directory into
7136         file-struct.  Don't make the file name absolute.
7138         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7139         (compile-command): Add autoload.
7140         (compilation-disable-input): Add autoload.
7142 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7144         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7145         strings of the variables it can override.
7146         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7147         %Q and %q, for fully-qualified domain name and unqualified host name.
7149 2005-09-11  Kim F. Storm  <storm@cua.dk>
7151         * emacs-lisp/authors.el (authors-aliases): Update list.
7152         (authors-fixed-entries): Update mldrag.el entry.
7154 2005-09-10  Alan Mackenzie  <acm@muc.de>
7156         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7157         from the region narrowed to.
7159 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7161         * textmodes/ispell.el (ispell-check-version): Signal an error if
7162         aspell version is less than 0.60.
7164 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7166         * progmodes/octave-inf.el (inferior-octave-startup):
7167         Resync current dir at the end.
7169 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7171         * woman.el (woman-topic-at-point-default):
7172         Rename to woman-use-topic-at-point-default.
7173         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7174         (woman-file-name): Reflect renames above.  Automatically use the
7175         word at point as topic if woman-use-topic-at-point is non-nil.
7176         Otherwise offer it as default but don't insert it in the
7177         minibuffer.  Also use `test-completion' instead of `assoc' as
7178         suggested by Stefan Monnier.
7180 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7182         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7183         the attempt to do it over Tramp.  This is not yet supported.
7185 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7187         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7188         (menu-bar-non-minibuffer-window-p): New functions.
7189         ("Split Window", "Save As..."): Use them.
7190         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7191         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7192         Use menu-bar-menu-frame-live-and-visible-p.
7193         ("Save Buffer", "Insert File", "Open Directory...")
7194         ("Open File...", "Visit New File..."):
7195         Use menu-bar-non-minibuffer-window-p.
7196         (kill-this-buffer-enabled-p, dired <menu-enable>):
7197         Use menu-bar-non-minibuffer-window-p.
7199 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7201         * cus-start.el (all): Don't complain about fringe-related
7202         built-ins if fringes are not supported.  Ditto about
7203         selection-related built-ins.  Fix the test for GTK-related built-ins.
7205         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7206         ("Postscript Print Buffer", "Print Region", "Save As...")
7207         ("Save", "Insert File...", "Open Directory...")
7208         ("Open File...", "Visit New File..."")
7209         ("Truncate Long Lines in this Buffer"): Don't look at
7210         menu-updating-frame if this display does not support multiple frames.
7212 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7214         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7216 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7218         * woman.el: Format- and whitespace-related changes.
7220 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7222         * woman.el: Fix my email address.
7224 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7226         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7227         (sh-mode): Locally set skeleton-pair-default-alist.
7229         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7231         * progmodes/flymake.el: Require `compile' unconditionally.
7233         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7235         * woman.el (woman-file-name): Provide a default, not initial input.
7237         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7239         * font-lock.el (font-lock-support-mode): Doc fix.
7241         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7243 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7245         * simple.el (blink-matching-open): Get rid of text props from
7246         the string shown in echo area.  Don't permanently set point.
7247         Some rearrangements.
7249 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7251         * recentf.el (recentf-filename-handler): Add custom choice
7252         `abbreviate-file-name'.
7254         * msb.el (msb--very-many-menus): Fix typo.
7256         * disp-table.el (standard-display-european): Don't set
7257         enable-multibyte-characters to nil.
7259 2005-09-08  David Ponce  <david@dponce.com>
7261         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7262         (recentf-expand-file-name): Doc fix.
7263         (recentf-dialog-mode-map): Define digit shortcuts.
7264         (recentf--files-with-key): New variable.
7265         (recentf-show-digit-shortcut-filter): New function.
7266         (recentf-open-files-items): New function.
7267         (recentf-open-files): Use it.
7268         (recentf-open-file-with-key): New command.
7270 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7272         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7273         Suggested by Kim F. Storm.
7274         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7275         (Buffer-menu-make-sort-button): Use global keymap.
7277 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7279         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7280         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7281         necessary any longer with the remapped command.
7282         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7283         formatting time only.
7285         * net/tramp.el (tramp-action-password)
7286         (tramp-multi-action-password): Compile the password prompt from
7287         `method', `user' and `host'.  Sometimes it isn't obvious which
7288         password to enter, for example with remote files offered by
7289         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7290         <robert@chezmarshall.freeserve.co.uk>.
7292 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7295         Fix regexp for when "s///" is at the beginning of line.
7297 2005-09-07  Jay Belanger  <belanger@truman.edu>
7299         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7300         when in matrix mode.
7302 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7304         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7305         non-anonymous functions.
7307 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7309         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7310         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7312         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7313         can't be moved; don't signal an error.
7315 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7317         * cus-theme.el (custom-theme-write-faces): Save the current face
7318         spec, not the defface spec.
7320         * custom.el (custom-known-themes): Clarify meaning of "standard".
7321         (custom-push-theme): Save old values in the standard theme.
7322         (disable-theme): Correct typo.
7323         (custom-face-theme-value) Deleted unused function.
7324         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7326 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * progmodes/compile.el (compilation-goto-locus): Take into account
7329         iconified frames when determining whether the buffer is
7330         already visible.
7331         Don't reset window height if the window already existed.
7333 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7335         * custom.el (load-theme): Rename from require-theme.
7336         Add interactive spec.
7337         (enable-theme): Rename from custom-enable-theme.
7338         Add interactive spec.
7339         (disable-theme): Rename from custom-disable-theme.
7340         Add interactive spec.
7341         (custom-make-theme-feature): Doc fix.
7342         (custom-theme-directory): Doc fix.
7343         (provide-theme): Call enable-theme.
7345 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7347         * obsolete/lazy-lock.el (lazy-lock-mode):
7348         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7349         font-lock-mode if it's off.  Print a warning instead.
7351         * progmodes/compile.el (compilation-start): Ignore errors if the
7352         process died before we get to send-eof.
7354         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7355         Undo last change.  Enclosing the result in quotes broke things on Unix
7356         since tex-send-command passes it through shell-quote-argument.
7357         (tex-send-command): Pass `file' through convert-standard-filename
7358         when possible.
7359         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7360         info in a transcript.
7362 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7364         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7365         fix compilation warning. Reorder the key definitions to group
7366         together keys emitted by the current version of xterm.
7368         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7369         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7370         Reorder predicates to correct min-color usage.
7372 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7374         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7375         Kill local variables when longlines-mode is turned off.
7377 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7381         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7383         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7385         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7386         (font-lock-lines-before): Change default to being inactive.
7387         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7388         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7390 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7392         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7393         Deactivate temporarily advice if active (not needed for Emacs 22,
7394         but for backwards compatibility).
7395         (tramp-exists-file-name-handler): Rewrite.  First implementation
7396         was too simple.
7397         (tramp-advice-make-auto-save-file-name):
7398         Call `tramp-handle-make-auto-save-file-name' (again, just for
7399         backwards compatibility).
7401 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7403         * progmodes/vhdl-mode.el
7404         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7405         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7406         (vhdl-set-default-project): New function (easier setting of default).
7407         (vhdl-port-copy): Handle extended identifiers for generics.
7408         (vhdl-compiler-alist): Better description for error message regexp.
7409         (vhdl-make): Query for target, use previous as default.
7410         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7411         (vhdl-font-lock-keywords-2): Fix fontification for record
7412         el. assign.
7413         (vhdl-speedbar-make-subpack-line): Add package body link.
7414         (vhdl-generate-makefile-1): Not include itself as dependency.
7415         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7416         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7417         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7418         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7419         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7420         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7421         (vhdl-import-project): Add string argument for `error'.
7422         (vhdl-compose-configuration)
7423         (vhdl-compose-configuration-architecture): Add configuration
7424         declaration generation.
7425         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7426         (vhdl-trailer-re): Add "record" keyword (better indentation).
7427         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7428         "[^ \t-\"]+".
7429         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7430         (vhdl-testbench-entity-file-name)
7431         (vhdl-testbench-architecture-file-name): Allow separate
7432         customization of testbench file names.
7433         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7434         (vhdl-get-visible-signals): Allow newline within alias declaration.
7435         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7436         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7437         (member-ignore-case): Alias for missing function in XEmacs.
7438         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7439         (vhdl-update-sensitivity-list): Ignore case on read signals.
7440         (vhdl-replace-string): Adjust case only for file names.
7441         (vhdl-update-sensitivity-list): Fix search for read signals.
7442         (vhdl-update-sensitivity-list): Exclude formal parameters.
7443         (vhdl-get-visible-signals): Include aliases of signals.
7444         (vhdl-get-visible-signals): Fix signal name searching.
7445         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7446         (vhdl-fixup-whitespace-region): Fix for character
7447         literals (e.g. ':').
7449 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7451         * ansi-color.el (comint-last-output-start):
7452         * bs.el (font-lock-verbose):
7453         * diff-mode.el (add-log-buffer-file-name-function):
7454         * dired-x.el (vm-folder-directory):
7455         * faces.el (help-xref-stack-item):
7456         * files.el (font-lock-keywords):
7457         * find-lisp.el (dired-buffers, dired-subdir-alist):
7458         * ido.el (cua-inhibit-cua-keys):
7459         * log-view.el (cvs-minor-wrap-function):
7460         * outline.el (font-lock-warning-face):
7461         * simple.el (compilation-current-error):
7462         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7463         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7464         * tooltip.el (comint-prompt-regexp):
7465         * w32-fns.el (explicit-shell-file-name):
7466         * term/mac-win.el (mac-charset-info-alist)
7467         (mac-services-selection, mac-system-script-code):
7468         * term/tty-colors.el (msdos-color-values):
7469         * term/w32-win.el (xlfd-regexp-registry-subnum):
7470         * term/x-win.el (x-keysym-table, x-selection-timeout)
7471         (x-session-id, x-session-previous-id):
7472         * textmodes/ispell.el (mail-yank-prefix):
7473         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7474         * textmodes/org.el (calc-embedded-close-formula)
7475         (calc-embedded-open-formula)
7476         (font-lock-unfontify-region-function):
7477         * textmodes/reftex-global.el (isearch-next-buffer-function)
7478         (TeX-master):
7479         * textmodes/reftex.el (font-lock-keywords):
7480         * textmodes/tex-mode.el (font-lock-comment-face)
7481         (font-lock-doc-face):
7482         * textmodes/texinfo.el (outline-heading-alist):
7483         Add defvars.
7485         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7486         (artist-spray-chars, artist-mode-init, artist-replace-string)
7487         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7488         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7489         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7491         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7492         (conf-align-assignments): "?\ " -> "?\s".
7494         * textmodes/reftex-index.el (TeX-master): Add defvar.
7495         (reftex-index-phrases-marker): Move up defvar.
7497         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7498         (reftex-toc-include-labels-indicator)
7499         (reftex-toc-include-index-indicator)
7500         (reftex-toc-max-level-indicator): Move up declarations.
7502         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7503         of args to `tramp-run-real-handler', even if it's empty in this case.
7505 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7507         * dired.el (dired-move-to-filename-regexp): Add date format for
7508         Mac OS X 10.3 in East Asian locales.
7510 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7512         * files.el (make-auto-save-file-name): Add file name handler call
7513         if applicable.
7515         * net/tramp.el (tramp-file-name-handler-alist)
7516         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7517         (tramp-handle-make-auto-save-file-name): Rename from
7518         `tramp-make-auto-save-file-name'.
7519         (tramp-exists-file-name-handler): New defun.
7520         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7521         `make-auto-save-file-name' is not a magic file name operation.
7523 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7525         * files.el (risky-local-variable-p):
7526         Match `-predicates' and `-commands.
7528         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7529         (custom-save-all): Visit the file if necessary;
7530         kill the buffer if we created it.
7531         (custom-save-delete): Don't visit file or kill buffer here.
7533 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7535         * textmodes/org.el (org-special-keyword): New face.
7536         (org-table-copy-down, org-table-eval-formula)
7537         (org-table-recalculate, org-init-section-numbers):
7538         Use `string-to-number' instead of `string-to-int'.
7539         (org-get-location): Use `insert-buffer-substring' instead of
7540         `insert-buffer'.
7541         (org-modify-diary-entry-string): New function.
7542         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7543         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7544         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7545         active region.
7546         (org-export-as-html): Handle QUOTE keyword.
7547         (org-quote-string): New option.
7548         (org-bookmark-jump-unhide): New function, used for
7549         `bookmark-after-jump-hook'.
7550         (org-diary-default-entry): Apply only when not called through
7551         `org-agenda'.
7553 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7555         * net/eudc.el (mode-popup-menu):
7556         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7557         * progmodes/ada-mode.el (compile-auto-highlight)
7558         (skeleton-further-elements):
7559         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7560         * progmodes/cmacexp.el (msdos-shells):
7561         * progmodes/compile.el (font-lock-extra-managed-props)
7562         (font-lock-keywords, font-lock-maximum-size)
7563         (font-lock-support-mode):
7564         * progmodes/grep.el (font-lock-lines-before):
7565         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7566         * progmodes/mixal-mode.el (compile-command):
7567         * progmodes/perl-mode.el (font-lock-comment-face)
7568         (font-lock-doc-face, font-lock-string-face):
7569         * progmodes/prolog.el (comint-prompt-regexp):
7570         * progmodes/sh-script.el (font-lock-comment-face)
7571         (font-lock-set-defaults, font-lock-string-face):
7572         * progmodes/sql.el (font-lock-keyword-face)
7573         (font-lock-set-defaults, font-lock-string-face):
7574         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7575         (itimer-version, lazy-lock-defer-contextually)
7576         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7577         Add defvars.
7579         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7580         (cperl-electric-keyword, cperl-electric-pod)
7581         (cperl-electric-backspace, cperl-forward-re)
7582         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7583         (vc-rcs-header, vc-sccs-header): Add defvars.
7585         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7586         (font-lock-syntactic-keywords, gud-find-expr-function):
7587         Add defvars.
7589         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7590         (gdb-frame-parameters): Declare before use.
7592         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7593         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7594         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7595         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7597         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7598         (idlwave-help-with-source): Use `insert-buffer-substring', not
7599         `insert-buffer'.
7601 2005-08-29  Juri Linkov  <juri@jurta.org>
7603         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7604         Put outline-back-to-heading function call inside save-excursion.
7606 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7608         * man.el (Man-init-defvars, Man-translate-references)
7609         (Man-support-local-filenames, Man-highlight-references):
7610         * progmodes/sql.el (sql-interactive-mode):
7611         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7613         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7614         (compilation-mode-font-lock-keywords): Add defvars.
7615         (checkdoc-interactive-loop): "?\ " -> "?\s".
7617         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7618         (font-lock-doc-face, font-lock-string-face)
7619         (font-lock-keywords-case-fold-search): Add defvars.
7620         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7622         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7623         Don't pass X and Y (they are ignored anyway).
7624         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7625         (mouse-delete-window): Make arguments optional.
7627         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7628         (caesar-translate-table, minor-modes, news-buffer-save)
7629         (news-group-name, news-minor-modes): Add defvars.
7631         * emacs-lisp/lselect.el (mouse-highlight-priority)
7632         (x-lost-selection-functions, zmacs-regions):
7633         * emacs-lisp/pp.el (font-lock-verbose):
7634         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7635         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7636         (ses-mode-map):
7637         * emacs-lisp/tcover-unsafep.el (safe-functions):
7638         * international/mule-cmds.el (mac-system-coding-system)
7639         (mac-system-locale):
7640         * language/ethio-util.el (rmail-current-message)
7641         (rmail-message-vector):
7642         * language/thai-util.el (thai-auto-composition-mode):
7643         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7644         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7645         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7646         (vm-primary-inbox, vm-spool-files):
7647         * mail/rmail.el (deleted-head, font-lock-fontified)
7648         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7649         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7650         (total-messages):
7651         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7652         (rmail-summary-mode-map):
7653         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7654         (rmail-last-label, rmail-last-multi-labels)
7655         (rmail-summary-vector, rmail-total-messages):
7656         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7657         * mail/rmailsum.el (msgnum):
7658         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7659         (rmail-current-message):
7660         * obsolete/fast-lock.el (font-lock-face-list):
7661         * obsolete/rnewspost.el (mail-reply-buffer):
7662         * obsolete/scribe.el (compile-command):
7663         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7665 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7667         * ibuf-ext.el (ibuffer-auto-update-changed):
7668         Use `frame-or-buffer-changed-p' to check whether we need to update.
7669         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7670         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7671         as a `frame-or-buffer-changed-p' state vector instead.
7673 2005-08-27  Romain Francoise  <romain@orebokech.com>
7675         * textmodes/makeinfo.el (makeinfo-compile):
7676         Use `compilation-start'.  Set `next-error-function' according to
7677         `disable-errors'.
7678         (makeinfo-next-error): New function.
7679         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7680         (makeinfo-buffer): Likewise.
7682         * progmodes/compile.el (compilation-start): Add autoload cookie.
7684         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7685         * textmodes/sgml-mode.el: Likewise.
7686         * progmodes/python.el: Likewise.
7688 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7690         * simple.el (blink-matching-paren-distance): Document the meaning
7691         of nil value, and allow to customize to nil.
7693         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7694         command.com, not command.exe.
7696 2005-08-26  John Wiegley  <johnw@newartisans.com>
7698         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7699         code around a bit so that an extraneous nil argument is not added
7700         to a command when no args are given.
7702         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7703         double-quoted argument resolves to nil, return it as an empty
7704         string rather than as nil.  This made it impossible to pass "" to
7705         a shell script as a null string argument.
7707 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * outline.el (outline-invent-heading): New fun.
7710         (outline-promote, outline-demote): Use it.
7711         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7712         (outline-end-of-subtree): Remove unused var `opoint'.
7714 2005-08-26  David Reitter  <david.reitter@gmail.com>
7716         * menu-bar.el (truncate-lines, write-file, print-buffer)
7717         (ps-print-buffer-faces, ps-print-buffer, split-window):
7718         Disable menu items when the frame they refer to is invisible, or when
7719         they refer to a buffer and the minibuffer is selected.
7721 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7723         * progmodes/flymake.el (flymake-highlight-err-lines):
7724         Use save-excursion around flymake-highlight-line to preserve point.
7726 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7728         * progmodes/octave-mod.el: Change Author and Maintainer address.
7729         (octave-maintainer-address): Change Kurt's email address.
7730         * progmodes/octave-inf.el: Change Author and Maintainer address.
7731         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7733 2005-08-26  Kim F. Storm  <storm@cua.dk>
7735         * subr.el (version-list-<, version-list-<=, version-list-=):
7736         Rename from integer-list-*.
7737         (version-list-not-zero): Likewise.  Fix while loop.
7738         (version=): Use version-list-= instead of string-equal.
7740 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7742         * outline.el (outline-promote): Try shortening the heading.
7743         As last resort, read the heading to use.
7744         (outline-demote): As last resort, read the heading to use.
7746 2005-08-26  Romain Francoise  <romain@orebokech.com>
7748         * progmodes/compile.el (compilation-start): Doc fix.
7750         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7751         (antlr-font-lock-additional-keywords): Fix reference to
7752         `antlr-font-lock-literal-regexp' erroneously changed during the
7753         mass face rename.
7754         (antlr-run-tool): Use `compilation-start'.
7756         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7757         instead of the obsolete `compile-internal'.
7759 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7761         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7762         (number, original-date):
7763         * calendar/cal-china.el (date):
7764         * calendar/cal-coptic.el (date):
7765         * calendar/cal-french.el (date):
7766         * calendar/cal-hebrew.el (date, entry, number, original-date):
7767         * calendar/cal-islam.el (date, number, original-date):
7768         * calendar/cal-iso.el (date):
7769         * calendar/cal-julian.el (date):
7770         * calendar/cal-mayan.el (date):
7771         * calendar/cal-menu.el (date, event):
7772         * calendar/cal-persia.el (date):
7773         * calendar/lunar.el (date):
7774         * calendar/solar.el (date): Add defvars.
7776         * emerge.el:
7777         * ibuffer.el:
7778         * info-xref.el:
7779         * obsolete/bg-mouse.el:
7780         * obsolete/sun-curs.el:
7781         * obsolete/swedish.el: Move the `defvar's to the top level.
7783         * smerge-mode.el (smerge-refined-change): Add :group.
7785 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7788         (smerge-keep-n): Remove props.
7789         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7790         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7791         now that it's done in smerge-keep-n.
7792         (smerge-refined-change): New face.
7793         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7794         (smerge-refine): New funs.
7795         (smerge-basic-map): Bind smerge-refine.
7797 2005-08-25  Juri Linkov  <juri@jurta.org>
7799         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7800         compilation-process-setup-function and compilation-disable-input
7801         in grep-mode instead of let-bindings in grep.
7803         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7804         Delete "Automatic File De/compression" (auto-compression-mode).
7806 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7808         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7809         Silence warning about non-existent variable.
7811 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7813         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7814         Rename "Describe Key" to "Describe Key or Mouse Operation".
7816         * mail/mailalias.el (build-mail-aliases): Delete comments
7817         from the contents before processing them.
7819         * isearch.el (isearch-edit-string): Erase the Search prompt
7820         if user enters an empty string and there is no default.
7822         * comint.el (comint-file-name-prefix): Add autoload.
7824 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7826         * subr.el (play-sound): Rearrange to avoid warning.
7828 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7830         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7831         New hook.
7832         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7834 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7836         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7838         * custom.el (custom-theme-set-variables): Sort minor modes last.
7840 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7842         * subr.el (version-separator, version-regexp-alist): New vars used by
7843         version comparison funs.
7844         (integer-list-<, integer-list-=, integer-list-<=)
7845         (integer-list-not-zero): New funs for integer list comparison.
7846         (version-to-list, version=, version<, version<=): New funs for version
7847         comparison.
7849 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7851         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7852         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7853         time to silence the byte-compiler.
7855         * ibuffer.el (ibuffer-compile-make-eliding-form)
7856         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7857         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7858         so it's silly to get warnings for it).
7859         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7860         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7861         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7862         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7863         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7864         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7865         Defvar at compile time.
7866         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7867         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7868         Declare them before use.
7870         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7871         (info-xref-good, info-xref-bad): Defvar at compile time.
7873         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7874         Use `let*' instead of `let'.
7876         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7877         (*mouse-y*, menu, char): Defvar at compile time.
7878         (sc::menu): Declare it before use.
7879         (sc::pack-one-line): Use `let', not `let*'.
7881         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7882         (mail-send-hook): Defvar at compile time.
7884         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7885         Defvar at compile time.
7887         * term/sun-mouse.el (current-global-mousemap)
7888         (current-local-mousemap): Declare them before use.
7890 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7892         * bookmark.el (bookmark-after-jump-hook): New hook.
7893         (bookmark-jump): Run `bookmark-after-jump-hook'.
7895 2005-08-23  Juri Linkov  <juri@jurta.org>
7897         * faces.el (minibuffer-prompt): Doc fix.
7899 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7901         * progmodes/xscheme.el: Trivial changes to silence warnings.
7902         (xscheme-previous-mode, xscheme-previous-process-state):
7903         Add defvars.
7904         (xscheme-last-input-end, xscheme-process-command-line)
7905         (xscheme-process-name, xscheme-buffer-name)
7906         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7907         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7908         (xscheme-control-g-synchronization-p)
7909         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7910         (default-xscheme-runlight, xscheme-runlight)
7911         (xscheme-runlight-string, xscheme-process-filter-state)
7912         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7913         Move to beginning of file.
7914         (scheme-interaction-mode-commands-alist)
7915         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7916         Declare them before use.  Note: the initialization code for the variables
7917         has not been moved because it uses functions that reference the variables.
7918         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7919         (xscheme-prompt-for-expression-map): Declare them before use.
7920         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7922 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7924         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7926 2005-08-22  Juri Linkov  <juri@jurta.org>
7928         * faces.el (set-face-underline): Delete this duplicate function
7929         and make an obsolete alias to set-face-underline-p.
7930         (set-face-underline-p): Use docstring of set-face-underline.
7931         (describe-face): Create hyperlink to parent face.
7933         * info.el (Info-insert-dir): Use save-excursion around
7934         insert-buffer-substring.
7935         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7936         (Info-escape-percent): Delete function.
7937         (Info-fontify-node): Replace Info-escape-percent by
7938         replace-regexp-in-string with REP arg set to lambda that
7939         duplicates `%' and preserves text properties.
7941         * progmodes/compile.el (compilation-disable-input): Doc fix.
7942         (define-compilation-mode): Doc fix and refill.
7943         (kill-compilation): Use `mode-name' in the error message.
7944         (compilation-find-file): Use `compilation-error' in the
7945         read-file-name's prompt.
7947 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7949         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7950         (smerge-auto-leave): Make undo re-enable the mode.
7951         (debug-ignored-errors): Add the user-error of impossible resolution.
7952         (smerge-resolve): Move things around a bit, in preparation for later.
7953         (smerge-diff): Don't fail if the buffer has no associated file.
7954         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7955         (smerge-conflict-overlay): New function.
7956         (smerge-match-conflict): Don't add text properties here.
7957         (smerge-find-conflict): Instead, add an overlay here.
7958         Also check for the case where we're inside a conflict already, so as to
7959         obviate the need for font-lock-multiline, which is unbearably slow with
7960         large conflicts and ciomplex font-lock patterns.
7961         (smerge-remove-props): Remove overlay rather than text-properties.
7962         (smerge-mode): Don't set font-lock-multiline.
7963         Remove overlays when turned off.
7965 2005-08-21  Kim F. Storm  <storm@cua.dk>
7967         * ido.el (ido-ignore-item-p): Use save-match-data.
7968         Bind case-fold-search to ido-case-fold locally.
7970 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7972         * files.el (normal-mode): If font lock is on, turn it off and on.
7974         * subr.el (replace-regexp-in-string): Doc fix.
7976         * startup.el (command-line-1): Don't suppress startup screen
7977         due to existing processes.
7979         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7981         * progmodes/compile.el (compilation-disable-input): Default to nil.
7983 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7985         * progmodes/compile.el (compilation-disable-input): New defcustom.
7986         (compilation-start): If compilation-disable-input is non-nil, send
7987         EOF to the compilation process.
7989 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7991         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7992         Run the argument of tex-shell-cd-command through
7993         convert-standard-filename, to get the correct style of slashes on
7994         Windows, and enclose the result in quotes, in case the file name
7995         includes whitespace or other special characters.
7997 2005-08-19  Andreas Schwab  <schwab@suse.de>
7999         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8000         process.
8002 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8004         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8006 2005-08-18  Kim F. Storm  <storm@cua.dk>
8008         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8010 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8012         * scroll-lock.el: New file.
8014 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8016         * dired.el (dired-move-to-end-of-filename):
8017         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8019 2005-08-18  Kim F. Storm  <storm@cua.dk>
8021         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8022         rather than toggle mode when custom value is nil.
8023         (ido-everywhere): Fix defun doc string.
8025 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8027         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8028         as tag instead of "Inviolable".
8030 2005-08-17  Kim F. Storm  <storm@cua.dk>
8032         * windmove.el (windmove-coordinates-of-position): Remove.
8033         (windmove-coordinates-of-window-position): Remove.
8034         (windmove-reference-loc): Use posn-at-point instead.
8036         * subr.el (insert-for-yank-1): Doc fix.
8038         * ido.el (ido-enter-matching-directory): Rename from
8039         ido-enter-single-matching-directory.  Change `slash' choice to
8040         `only'.  Add `first' choice.
8041         (ido-exhibit): Adapt to above changes.
8043 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8045         * Makefile.in: Expand comment about building loaddefs.el.
8047 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8049         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8050         Comment use of defadvice.
8052         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8054 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8056         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8057         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8058         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8059         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8060         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8061         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8062         for backward compatibility for faces that did not appear in the
8063         previous Emacs release.
8065         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8067 2005-08-15  Kim F. Storm  <storm@cua.dk>
8069         * emulation/cua-base.el (cua-delete-region): Return t if
8070         deleted region was non-empty.
8071         (cua-replace-region): Inhibit overwrite-mode for
8072         self-insert-command if replaced region was non-empty.
8073         (cua--explicit-region-start, cua--status-string): Make them
8074         buffer-local at top-level...
8075         (cua-mode): ...rather than when mode is enabled.
8077 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8079         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8080         Set t for Emacs 21, 22, and so on.
8082 2005-08-15  David Ponce  <david@dponce.com>
8084         * tree-widget.el: Update Commentary header.
8085         (tree-widget-theme): Doc fix.
8086         (tree-widget-space-width): New option.
8087         (tree-widget-image-properties): Look up in the default theme too.
8088         (tree-widget--cursors): Only for images with arrow pointer shape.
8089         (tree-widget-lookup-image): Pointer shape is hand by default.
8090         (tree-widget-icon): Rename generic icon widget from
8091         `tree-widget-control'.
8092         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8093         derive from `tree-widget-icon'.
8094         (tree-widget-handle): Improve default look and feel of the text
8095         representation.
8096         (tree-widget): Rename :*-control properties to :*-icon properties.
8097         Add :action and :help-echo properties.
8098         (tree-widget-after-toggle-functions): Move.
8099         (tree-widget-close-node, tree-widget-open-node): Remove.
8100         (tree-widget-before-create-icon-functions): New hook.
8101         (tree-widget-value-create): Update to allow customization of icons
8102         and nodes at run-time via that new hook.
8103         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8104         (tree-widget-icon-action, tree-widget-icon-help-echo)
8105         (tree-widget-action, tree-widget-help-echo): New functions.
8107 2005-08-15  Kim F. Storm  <storm@cua.dk>
8109         * ido.el (ido-buffer-internal): Use with-no-warnings.
8110         (ido-make-merged-file-list): Use while-no-input.
8112 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8114         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8115         (flyspell-large-region): Fix doc and custom type.
8117 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8119         * files.el (interpreter-mode-alist): Doc fix.
8121         * mail/rmail.el (rmail-nonignored-headers): New variable.
8122         (rmail-clear-headers): Use it.
8123         (rmail-reply): Better handling of mail-followup-to header.
8125         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8126         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8127         don't try to refer to executable-font-lock-keywords.
8128         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8129         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8130         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8131         (sh-mode): Set comment-start-skip, local-abbrev-table,
8132         imenu-case-fold-search.
8133         (sh-set-shell): Don't set them here.
8134         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8135         Don't cache the results in the original alist; don't ever modify
8136         that alist.
8138         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8140         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8141         empty.
8143 2005-08-15  Andreas Schwab  <schwab@suse.de>
8145         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8147         * dired.el, info.el, mail/rmail.el: Revert last change.
8149 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8151         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8152         modification in `eval-after-load' form.
8153         * info.el: Likewise.
8154         * mail/rmail.el: Likewise.
8156 2005-08-14  Juri Linkov  <juri@jurta.org>
8158         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8159         Remove highlighting of "Compilation started".  Highlight only
8160         the word "finished" in "Compilation finished".  Add highlighting
8161         of "interrupt", "killed", "terminated" and the exit code.
8162         (compilation-start): Add newline after header.  Use exactly the
8163         same time stamp format as the finishing message.
8164         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8166         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8167         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8168         Add highlighting of "interrupt", "killed", "terminated".
8170         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8171         enabled and the current command is self-insert-command, call it
8172         explicitly with overwrite-mode bound to nil, to not allow it
8173         to delete the character after the selected region.
8175 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8177         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8178         move-end-of-line, end-of-line, and beginning-of-line to the list
8179         of commands after which the echo area is updated.
8181 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8183         * cus-edit.el (custom-save-all, custom-save-delete):
8184         Bind recentf-exclude to exclude custom-file.
8186 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8188         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8189         to go to the bottom of the mail message.  Added to
8190         `rmail-summary-mode-map' with key "/".
8191         (rmail-summary-show-message): New (internal) function for use by
8192         both `rmail-summary-beginning/end-of-message'.
8193         (rmail-summary-beginning-of-message): Change to use
8194         rmail-summary-show-message.
8196         * mail/rmail.el (rmail-end-of-message): New command to go to the
8197         end of the current message.  Added to `rmail-mode-map' with key "/".
8198         (rmail-beginning-of-message): Fix to work as documented.
8199         (rmail-mode): Change documentation.
8201         * progmodes/compile.el (compilation-start): Add the line
8202         "Compilation started" with compilation start time.
8203         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8205 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8207         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8208         of menu items.
8210 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8212         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8214         * battery.el (battery-status-function): Don't use ignore-errors.
8216 2005-08-11  Lute Kamstra  <lute@gnu.org>
8218         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8219         define-obsolete-variable-alias.
8221 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8224         (ange-ftp-send-cmd): Revert last change, and expand
8225         the comment explaining the problem.
8227 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8229         * ldefs-boot.el: Update.
8231         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8232         item to "Time, Load and Mail".  Change help echo text.
8234         * time.el (display-time-use-mail-icon, display-time-format)
8235         (display-time-string-forms): Shorten first line of docstrings.
8237 2005-08-10  Lars Hansen  <larsh@soem.dk>
8239         * desktop.el (desktop-buffer-mode-handlers):
8240         Make non-customizable. Add autoload cookie.  Change initial value to
8241         nil; add elements in respective modules instead.  Fix doc string.
8242         (desktop-load-file): New function.
8243         (desktop-minor-mode-handlers): New autoloaded variable.
8244         (desktop-create-buffer): Call minor mode handlers.
8245         Use desktop-load-file to load major and minor mode modules prior to
8246         checking for a handler.
8247         (desktop-save): Don't add nil to desktop-minor-modes for minor
8248         modes with nil function in desktop-minor-mode-table.  Don't delete
8249         desktop file before rewriting it.
8250         (desktop-locals-to-save): Add autoload cookie.  Don't make
8251         automatically buffer-local.  Add variables column-number-mode,
8252         size-indication-mode, indent-tabs-mode,
8253         indicate-buffer-boundaries, indicate-empty-lines and
8254         show-trailing-whitespace.
8255         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8256         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8257         (desktop-clear-preserve-buffers-regexp): Delete.
8258         (desktop-clear-preserve-buffers): Update initial value and docstring.
8259         (desktop-save-buffer): Fix doc string.
8261         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8262         (hilit-chg-desktop-restore): New function.
8263         (highlight-changes-mode): Add highlight-changes-mode to
8264         desktop-locals-to-save.
8266         * dired.el: Add handler to desktop-buffer-mode-handlers.
8267         (dired-restore-desktop-buffer): Remove autoload cookie.
8268         (dired-mode): Add autoload cookie.
8270         * info.el: Add handler to desktop-buffer-mode-handlers.
8271         (Info-restore-desktop-buffer): Remove autoload cookie.
8272         (Info-mode): Add autoload cookie.
8274         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8275         (mh-restore-desktop-buffer): Remove autoload cookie.
8276         (mh-folder-mode): Add autoload cookie.
8278         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8279         (rmail-restore-desktop-buffer): Remove autoload cookie.
8281 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8283         * hexl.el (hexl-address-region):
8284         (hexl-ascii-region, hexl-font-lock-keywords):
8285         (hexl-highlight-line-range): Use the term "region"
8286         instead of "area" for consistency with the other symbols
8287         defined in hexl.el.
8289 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8291         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8292         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8293         out by Juri Linkov).  Add `display-battery-mode'.
8295 2005-08-09  Juri Linkov  <juri@jurta.org>
8297         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8298         Remove `-text' from face variable names.
8299         (compilation-error-file-name, compilation-warning-file-name)
8300         (compilation-info-file-name): Delete faces.
8301         (compilation-line-number, compilation-column-number):
8302         Remove face underlining.
8303         (compilation-message-face): Set to `underline' value by default.
8304         (compilation-error-face, compilation-warning-face)
8305         (compilation-info-face): Remove `-file-name' from face names.
8306         (compilation-error-text-face, compilation-warning-text-face)
8307         (compilation-info-text-face): Delete face variables.
8308         (compilation-text-face): Delete function.
8310         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8311         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8312         (grep-error-face): Set to `compilation-error' instead of
8313         `compilation-error-face' (which is redefined to `grep-hit-face' in
8314         grep buffers).
8315         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8316         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8318         * dired-aux.el (dired-do-query-replace-regexp):
8319         Use `query-replace-read-args'.
8321         * replace.el (query-replace-read-from, query-replace-read-to)
8322         (query-replace-read-args): Rename arg `string' to `prompt'.
8324         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8326 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8328         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8329         uploading files.
8330         (ange-ftp-canonize-filename): Handle file names beginning with ~
8331         correctly.
8333 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8335         * textmodes/fill.el (canonically-space-region)
8336         (fill-context-prefix, fill-french-nobreak-p)
8337         (fill-delete-newlines, fill-comment-paragraph)
8338         (justify-current-line): "?\ " -> "?\s".
8340 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8342         * textmodes/fill.el (fill-nonuniform-paragraphs):
8343         Improve argument/docstring consistency.
8345 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8347         * textmodes/ispell.el (ispell-word): More fboundp checks.
8349         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8350         (find-file-noselect-1): Call it here, only if RAWFILE.
8351         (normal-mode): Always set some major mode.
8352         (save-some-buffers-action-alist): Change some explanation strings.
8353         (file-name-non-special): In the `quote' method, use unwind-protect.
8355 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8357         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8358         (ispell-have-aspell-dictionaries): New variable.
8359         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8360         (ispell-get-aspell-config-value): New function.
8361         (ispell-aspell-find-dictionary): New function.
8362         (ispell-aspell-add-aliases): New function.
8363         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8364         appropriate.  Don't look for ispell dictionaries if we use aspell.
8365         (ispell-menu-map): Don't build a submenu of dictionaries.
8367 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8369         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8370         (sql-read-passwd): Use read-passwd.
8372         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8373         (idlwave-toolbar-is-possible): Add defvars.
8375         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8376         Avoid warnings.
8378         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8379         (idlwave-system-class-info, idlwave-executive-commands-alist):
8380         Use defvar.
8382         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8384         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8385         Avoid warnings.
8387         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8388         and content-type: headers.
8390         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8392         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8393         and rename some of them to be more self-explanatory.
8395         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8397         * startup.el (command-line-1): Implement -scriptload.
8399         * replace.el (occur-engine): Initial *Occur* output not undoable.
8401         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8402         and improve help strings.
8404         * isearch.el (isearch-repeat): When changing direction,
8405         mark search successful.
8407         * ediff-init.el: Use (featurep 'xemacs).
8409         * comint.el (send-invisible): Identify buffer, if not selected.
8411         * align.el: Delete autoload for c-guess-basic-syntax.
8413 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8415         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8416         Improve argument/docstring consistency.  Doc fixes.
8417         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8418         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8419         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8420         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8421         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8422         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8423         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8424         Defvar at compile time.
8426 2005-08-09  Juri Linkov  <juri@jurta.org>
8428         * info.el: Replace `info' with upper-case `Info' where appropriate.
8429         (info-title-1, info-title-2, info-title-3, info-title-4)
8430         (info-menu-header): Move up face definitions.
8431         (info-menu-star): Rename from `info-menu-5'.
8432         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8433         (Info-fontify-visited-nodes): Fix docstring.
8434         (Info-hide-note-references): Fix docstring.
8435         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8436         menu items in the same way as on cross-references.
8437         (info-apropos): Fix sorting order and formatting to be like in the
8438         stand-alone Info browser.  Display error messages for 1 sec.
8439         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8440         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8441         from the menu bar.
8442         (Info-insert-dir): Restore point after calling
8443         `insert-buffer-substring'.
8445 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8447         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8448         (recompute-lucid-menubar): Add defvars.
8450         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8452         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8454         * net/net-utils.el (run-dig): Rename from `dig'.
8456         * play/gametree.el (gametree-mode): Use make-local-variable,
8457         not make-variable-buffer-local.
8459         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8461         * ansi-color.el (ansi-color-make-extent)
8462         (ansi-color-set-extent-face): Use fboundp, not functionp.
8464         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8465         not make-variable-buffer-local.
8467         * bookmark.el (Info-current-file): Add defvar.
8468         (bookmark-jump-noselect): Use with-no-warnings.
8470         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8472         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8474         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8476         * find-file.el (ada-procedure-start-regexp)
8477         (ada-package-start-regexp): Add defvars.
8479         * info.el (Info-insert-dir): Use insert-buffer-substring.
8481         * xml.el (xml-att-def-re): Add defvar.
8483         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8484         calling convention.
8486         * subr.el (while-no-input): Return t if there is input.
8488 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8490         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8492 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8494         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8495         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8497 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8499         * cmuscheme.el (scheme-start-file): Replace reference to
8500         `user-emacs-directory' by "~/.emacs.d/".
8502 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8504         * info.el (Info-dir-remove-duplicates): Avoid case folding
8505         in loop; instead, keep downcased strings for comparison.
8506         Suggested by Helmut Eller.
8508 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8510         Sync with Tramp 2.0.50.
8512         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8513         XEmacs case; not necessary anymore.
8514         (tramp-user-regexp): Allow "@" as part of user name.
8515         (tramp-handle-set-visited-file-modtime)
8516         (tramp-handle-insert-file-contents)
8517         (tramp-handle-write-region): No special handling for
8518         `last-coding-system-used, because this is done in
8519         `tramp-accept-process-output' now.
8520         (tramp-accept-process-output): New defun.
8521         (tramp-process-one-action, tramp-process-one-multi-action)
8522         (tramp-wait-for-regexp, tramp-wait-for-output)
8523         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8524         Howells <dhowells@redhat.com>.
8525         (clear-visited-file-modtime): Defadvice removed.  The check for
8526         unset buffer's modtime does not need to be based on
8527         `tramp-buffer-file-attributes'.  Suggested by RMS.
8528         (tramp-message): Insert "\n" if not being at beginning of line.
8529         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8530         sequence with same logic.
8531         (tramp-completion-handle-expand-file-name): Discard call of
8532         `tramp-drop-volume-letter'.  It is not necessary, and there have
8533         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8534         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8535         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8536         should always be visible.
8537         (tramp-handle-insert-directory, tramp-setup-complete)
8538         (tramp-set-process-query-on-exit-flag)
8539         (tramp-append-tramp-buffers): Pacify byte-compiler.
8540         (tramp-bug): Delete non-existing variables from list.
8541         Apply `tramp-load-report-modules' as pre-hook.
8542         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8543         `shell-prompt-pattern' because of non-7bit characters.
8544         Reported by Sebastian Luque <sluque@mun.ca>.
8545         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8546         (tramp-match-string-list): Remove function.
8547         (tramp-wait-for-regexp): Remove call of that function.
8548         Suggested by Kim F. Storm <storm@cua.dk>.
8549         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8550         instead of octal character code ?\600.  The latter resulted in a
8551         syntax error with XEmacs.
8553         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8554         XEmacs case; not necessary anymore.
8555         (tramp-smb-handle-write-region): No special handling for
8556         `last-coding-system-used, because this is done in
8557         `tramp-accept-process-output' now.
8558         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8560 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8562         * wid-edit.el (widget-choice-value-create):
8563         Unconditionally respect user choice.  Set :explicit-choice back to nil
8564         when no longer needed.
8565         (widget-choice-action): Unconditionally respect user choice.
8566         Eliminate :explicit-choice-value.
8568         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8570         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8571         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8572         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8573         running new function `toggle-indicate-empty-lines'.
8574         Rename "Customize" item to "Customize fringe".
8575         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8576         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8577         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8578         Delete "Empty lines only" item.
8579         (menu-bar-showhide-fringe-ind-customize): New function.
8580         (menu-bar-showhide-fringe-ind-mixed)
8581         (menu-bar-showhide-fringe-ind-box)
8582         (menu-bar-showhide-fringe-ind-right)
8583         (menu-bar-showhide-fringe-ind-left)
8584         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8585         instead of `fringe-indicators'.
8587 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8589         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8590         Change the date of last update.
8592 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8594         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8595         (viper-exec-yank, viper-put-back): Don't display modification msg
8596         if in the minibuffer.
8598         * viper-init.el (viper-replace-overlay-cursor-color)
8599         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8600         Make variables frame local.
8602         * viper-util.el (viper-append-filter-alist): Use append instead of
8603         nconc.
8605         * viper.el (viper-vi-state-mode-list)
8606         (viper-emacs-state-mode-list): Move help-mode and
8607         completion-list-mode from the first list to the second.
8608         (viper-mode): Docstring.
8609         (viper-go-away, viper-non-hook-settings): Don't localize
8610         minor-mode-alist in newer Emacsen.  Add advice to
8611         set-cursor-color.  Don't bind "\C-c\\".
8613 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8615         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8616         (scheme-macro-expand-command): New user options.
8617         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8618         (scheme-form-at-point, scheme-start-file)
8619         (scheme-interactively-start-process): New functions.
8620         (scheme-get-process): New function, extracted from `scheme-proc'.
8621         (run-scheme): Call `scheme-start-file' to get start file, and pass
8622         it to `make-comint'.
8623         (switch-to-scheme, scheme-proc):
8624         Call `scheme-interactively-start-process' if no Scheme buffer/process
8625         is available.
8627 2005-08-06  Juri Linkov  <juri@jurta.org>
8629         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8630         Use `compilation-text-face', `compilation-info-text-face' and
8631         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8632         (compilation-error): New face.
8633         (compilation-error-file-name): Inherit from
8634         `compilation-error' instead of `font-lock-warning-face'.
8635         (compilation-warning-file-name): Inherit from
8636         `compilation-warning' instead of `font-lock-warning-face'.
8637         (compilation-info, compilation-error-file-name)
8638         (compilation-warning-file-name, compilation-info-file-name)
8639         (compilation-line-number, compilation-column-number): Doc fix.
8640         (compilation-error-text-face, compilation-warning-text-face)
8641         (compilation-info-text-face): New face variables.
8642         (compilation-line-face, compilation-column-face)
8643         (compilation-enter-directory-face)
8644         (compilation-leave-directory-face): Doc fix.
8645         (compilation-text-face): New function.
8647         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8648         instead of 1 to display binary file names as info file links.
8649         (grep-error-face): Use `compilation-error-face' instead of
8650         `font-lock-keyword-face'.
8651         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8652         and `compilation-warning-text-face' instead of
8653         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8654         instead of `grep-error-face'.
8656 2005-08-05  Kenichi Handa  <handa@m17n.org>
8658         * international/code-pages.el: Add autoload cookies for all coding
8659         systems.
8661 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8663         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8665 2005-08-04  Juri Linkov  <juri@jurta.org>
8667         * progmodes/compile.el (compilation-mode-map):
8668         * progmodes/grep.el (grep-mode-map):
8669         Bind TAB to `compilation-next-error' and [backtab] to
8670         `compilation-previous-error'.
8672         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8673         matching line numbers, column numbers and their ranges with regexp
8674         matching only line numbers.
8675         (grep-context-face): New face variable.
8676         (grep-mode-font-lock-keywords): Use it.
8678         * faces.el (read-face-name): Delete duplicate faces.
8680 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8682         * thumbs.el (thumbs-find-image): Don't make variables
8683         automatically buffer local.
8684         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8685         (thumbs-image-num): Make automatically buffer local.
8686         (thumbs-show-thumbs-list): Use `make-local-variable', not
8687         `make-variable-buffer-local'.
8688         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8690         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8691         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8692         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8693         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8694         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8695         (feelings-about, foullst, found, hello, history, howareyoulst)
8696         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8697         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8698         (neglst, obj, object, owner, please, problems, qlist)
8699         (random-adjective, relation, remlst, repetitive-shortness)
8700         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8701         (shortlst, something, sportslst, stallmanlst, states, subj)
8702         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8703         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8704         Defvar at compile time.
8706         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8707         not `make-variable-buffer-local'.
8709 2005-08-02  Kim F. Storm  <storm@cua.dk>
8711         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8712         rectangle overlay in selected window.
8714 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8716         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8717         instead of display group.  Make `indicate-buffer-boundaries'
8718         customizable through Custom.
8720 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8722         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8723         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8724         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8725         (gdb-put-string): Fix typos in docstrings.
8727 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8729         Update copyright notices of files in progmodes directory for
8730         release of Emacs 22.1.
8732         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8734         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8735         Don't barf if the GUD buffer has been killed.
8737 2005-08-01  Kim F. Storm  <storm@cua.dk>
8739         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8741 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8743         * simple.el (next-error-follow-minor-mode):
8744         make-variable-buffer-local -> make-local-variable.
8746         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8748         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8749         (byte-compile-form-make-variable-buffer-local): New functions to warn
8750         about misuses of make-variable-buffer-local where make-local-variable
8751         was meant.
8753 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8755         * bs.el (bs-attributes-list): Doc fix.
8756         (bs): Update url-link.
8758         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8759         (desktop-load-default): Simplify.
8761         * ibuffer.el (ibuffer-columnize-and-insert-list)
8762         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8763         (ibuffer-unmark-all, ibuffer-toggle-marks)
8764         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8765         (ibuffer-compile-make-format-form, ibuffer-format-column)
8766         (ibuffer-current-buffers-with-marks)
8767         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8768         (ibuffer): Doc fix.
8769         (ibuffer-mode): Fix typo in docstring.
8770         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8771         with `define-obsolete-variable-alias'.
8772         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8774 2005-07-29  Kenichi Handa  <handa@m17n.org>
8776         * international/mule-cmds.el (select-message-coding-system):
8777         Be sure to use LF for end-of-line.  If no coding system is decided,
8778         return iso-8859-1-unix.
8780 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8783         (ange-ftp-pending-error-line): New vars.
8784         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8785         to handle the non-fatal no-route-to-host messages.
8786         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8788 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8790         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8791         (isearch-quote-char, isearch-printing-char)
8792         (isearch-text-char-description): "?\ " -> "?\s".
8793         (isearch-lazy-highlight-cleanup)
8794         (isearch-lazy-highlight-initial-delay)
8795         (isearch-lazy-highlight-interval)
8796         (isearch-lazy-highlight-max-at-a-time)
8797         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8798         Declare with define-obsolete-*-alias macros.
8799         (isearch-forward): Fix typo in docstring.
8800         (search-invisible, search-ring-yank-pointer)
8801         (regexp-search-ring-yank-pointer): Doc fixes.
8803         * recentf.el (recentf-menu-append-commands-p): Declare with
8804         `define-obsolete-variable-alias'.
8805         (recentf-max-saved-items, recentf-menu-filter)
8806         (recentf-arrange-by-rule-subfilter): Doc fixes.
8807         (recentf-menu-append-commands-flag)
8808         (recentf-initialize-file-name-history, recentf-expand-file-name)
8809         (recentf-clear-data): Fix typos in docstrings.
8811 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8813         * progmodes/gdb-ui.el: Smarten comments.
8814         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8816 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8818         * term/apollo.el (terminal-init-apollo): New function containing
8819         all former top level forms in the file.
8820         * term/bobcat.el (terminal-init-bobcat):
8821         * term/cygwin.el (terminal-init-cygwin):
8822         * term/iris-ansi.el (terminal-init-iris-ansi):
8823         * term/linux.el (terminal-init-linux):
8824         * term/news.el (terminal-init-news):
8825         * term/rxvt.el (terminal-init-rxvt):
8826         * term/sun.el (terminal-init-sun):
8827         * term/tvi970.el (terminal-init-tvi970):
8828         * term/vt100.el (terminal-init-vt100):
8829         * term/vt102.el (terminal-init-vt102):
8830         * term/vt125.el (terminal-init-vt125):
8831         * term/vt200.el (terminal-init-vt200):
8832         * term/vt201.el (terminal-init-vt201):
8833         * term/vt220.el (terminal-init-vt220):
8834         * term/vt240.el (terminal-init-vt240):
8835         * term/vt300.el (terminal-init-vt300):
8836         * term/vt320.el (terminal-init-vt320):
8837         * term/vt400.el (terminal-init-vt400):
8838         * term/vt420.el (terminal-init-vt420):
8839         * term/wyse50.el (terminal-init-wyse50):
8840         * term/xterm.el (terminal-init-xterm): Likewise.
8842         * term/README: Describe the terminal-init-* functionality.
8844         * startup.el (command-line): After loading the terminal initialization
8845         file call the corresponding terminal initialization function.
8847 2005-07-27  Kenichi Handa  <handa@m17n.org>
8849         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8850         negative.
8852         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8853         (ps-mule-composition-prologue): Fix for the case that
8854         RelativeCompose is false.
8856 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8860         * descr-text.el (describe-char): Handle the case where the list of
8861         chars is displayed in a separate frame.
8862         Be a bit more discriminating when looking for the char.
8864 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8866         * bookmark.el (bookmark-automatically-show-annotations)
8867         (bookmark-read-annotation-text-func): Doc fixes.
8868         (bookmark-save): Improve argument/docstring consistency.
8869         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8870         (bookmark-alist-from-buffer)
8871         (bookmark-upgrade-file-format-from-0)
8872         (bookmark-grok-file-format-version)
8873         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8874         (bookmark-read-annotation-mode)
8875         (bookmark-insert-current-bookmark, bookmark-jump)
8876         (bookmark-exit-hook): Fix typos in docstrings.
8877         (bookmark-exit-hooks): Define as obsolete alias.
8878         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8879         not `bookmark-exit-hooks'.  Fix docstring.
8880         (bookmark-bmenu-select): "?\ " -> "?\s".
8882 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8884         * startup.el (command-line): Fix typo.
8886 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8888         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8889         not emacs-quick-startup.
8891 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8893         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8894         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8895         instead of `reb-with-current-window'.
8896         (reb-prev-match): Likewise.  Also, don't move left if the search
8897         was unsuccessful.
8898         (reb-initialize-buffer): New function.
8899         (re-builder, reb-change-syntax): Use it.
8901         * man.el (Man-goto-page): Make second argument NOERROR optional.
8903 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8905         * man.el (Man-bgproc-sentinel): Check here for failure to find
8906         any man page in the output, and report the error here.
8907         (Man-arguments): Make it permanent local.
8908         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8909         (Man-mode): Pass t for NOERROR.
8911         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8912         (grep-mode-font-lock-keywords):
8913         Don't use compilation-...-face for messages that are not file names.
8915         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8916         Don't use compilation-...-face for messages that are not file names.
8918 2005-07-22  Juri Linkov  <juri@jurta.org>
8920         * startup.el (normal-splash-screen): Update menu name.
8922         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8924 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8926         * term/xterm.el: Load term/rxvt if the terminal is actually an
8927         rxvt terminal.
8928         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8930         * term/rxvt.el (function-key-map): Use substitute-key-definition
8931         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8933         * term/cygwin.el: New file.
8935 2005-07-22  Kim F. Storm  <storm@cua.dk>
8937         * image-file.el (insert-image-file, image-file-yank-handler):
8938         Fix last change to maintain a (unique) yank-handler on yanked images.
8940 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8942         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8943         of the file size (as in "177B" for 177 bytes).  This happens with
8944         "ls -lh" on FreeBSD.
8946 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8948         * hilit-chg.el (highlight-changes-global-initial-state)
8949         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8950         (hilit-chg-fixup, highlight-changes-mode):
8951         Fix typos in docstrings.
8952         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8953         Doc fixes.
8955 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8957         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8958         mode function using `eval-after-load'.
8960 2005-07-21  Kim F. Storm  <storm@cua.dk>
8962         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8963         included when reporting an emacs crash, and tell about the DEBUG file.
8965         * image-file.el (insert-image-file): Add yank-handler.
8966         (image-file-yank-handler): Yank handler to make unique copies of
8967         images when they are yanked into a buffer next to each other.
8969 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8971         * comint.el (comint-use-prompt-regexp, comint-send-input)
8972         (comint-source-default, comint-extract-string)
8973         (comint-get-source, comint-word, comint-completion)
8974         (comint-source, comint-prompt-read-only, comint-update-fence):
8975         Fix typos in docstrings.
8976         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8977         Declare with define-obsolete-*-alias macros.
8978         (comint-previous-matching-input-from-input)
8979         (comint-next-matching-input-from-input)
8980         (comint-previous-matching-input, comint-next-matching-input)
8981         (comint-forward-matching-input):
8982         Improve argument/docstring consistency.
8984         * desktop.el (desktop-clear-preserve-buffers-regexp):
8985         Also preserve the *server* buffer.
8987         * simple.el (clone-indirect-buffer): Doc fix.
8988         (fixup-whitespace, just-one-space)
8989         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8990         (next-error, next-error-highlight)
8991         (next-error-highlight-no-select, next-error-last-buffer)
8992         (next-error-buffer-p, next-error-find-buffer, next-error)
8993         (previous-error, next-error-no-select, previous-error-no-select)
8994         (open-line, split-line, minibuffer-prompt-width, kill-new)
8995         (binary-overwrite-mode): Fix typos in docstrings.
8996         (set-fill-column): Fix typo in message.
8998         * skeleton.el (skeleton-proxy-new): Doc fix.
9000         * strokes.el (strokes-load-hook): Doc fix.
9001         (strokes-grid-resolution, strokes-get-grid-position)
9002         (strokes-renormalize-to-grid, strokes-read-stroke)
9003         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9004         (strokes-global-map): Fix typos in docstrings.
9005         (strokes-help): Doc fix.  Fix help message and pass it through
9006         `substitute-command-keys'.
9008         * tempo.el (tempo-insert-prompt, tempo-interactive)
9009         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9010         (tempo-insert-string-functions, tempo-local-tags)
9011         (tempo-define-template, tempo-insert-template)
9012         (tempo-insert-prompt-compat, tempo-is-user-element)
9013         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9014         Fix typos in docstrings.
9016         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9017         (vcursor-key-bindings, vcursor-use-vcursor-map)
9018         (vcursor-find-window, vcursor-scroll-down)
9019         (vcursor-disable, vcursor-beginning-of-buffer)
9020         (vcursor-end-of-buffer): Fix typos in docstrings.
9021         (vcursor-relative-move, vcursor-get-char-count):
9022         Improve argument/docstring consistency.
9024         * version.el: "?\ " -> "?\s".
9026         * wid-edit.el (widget-default-create, widget-after-change)
9027         (widget-default-format-handler, widget-checklist-add-item)
9028         (widget-radio-add-item, widget-choose, widget-specify-secret)
9029         (widget-field-value-create, widget-field-value-get)
9030         (widget-editable-list-format-handler)
9031         (widget-editable-list-entry-create, widget-group-value-create)
9032         (widget-documentation-link-add)
9033         (widget-documentation-string-value-create): "?\ " -> "?\s".
9034         (widget-convert-text): Doc fix.
9035         (widget-narrow-to-field, widget-field-find)
9036         (widget-url-link-action, widget-emacs-library-link-action)
9037         (widget-color-notify): Fix typos in docstrings.
9039         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9040         (x-select-text, set-w32-system-coding-system)
9041         (w32-add-charset-info): Fix typos in docstrings.
9043         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9044         (cua-enable-cua-keys, cua-use-hyper-key)
9045         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9046         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9048         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9050         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9051         `defalias' instead of faking it.
9053         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9054         (eshell-ls-missing, eshell-ls-dired-initial-args)
9055         (eshell-ls-use-in-dired): Fix typos in docstrings.
9057 2005-07-20  Kim F. Storm  <storm@cua.dk>
9059         * emulation/cua-base.el (cua-mode): Improve doc string.
9061 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9063         * abbrev.el (expand-region-abbrevs): Doc fix.
9064         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9065         Improve argument/docstring consistency.
9067         * arc-mode.el (archive-get-descr, archive-alternate-display):
9068         Doc fixes.
9069         (archive-l-e): Improve argument/docstring consistency.
9070         (archive-tmpdir, archive-unixdate, archive-unixtime)
9071         (archive-chmod-entry): Fix typos in docstrings.
9072         (archive-unflag, archive-unflag-backwards)
9073         (archive-unmark-all-files): "?\ " -> "?\s".
9075         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9076         (Buffer-menu-not-modified, Buffer-menu-execute)
9077         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9078         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9080         * composite.el (compose-string, encode-composition-rule)
9081         (compose-last-chars): Fix typos in docstrings.
9083         * desktop.el (desktop-enable, desktop-basefilename):
9084         Declare with `define-obsolete-variable-alias'.
9085         (desktop-internal-v2s): Don't quote keywords.
9086         (desktop-clear): "?\ " -> "?\s".
9088         * dired.el (dired-align-file, dired-flag-backup-files)
9089         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9090         (dired-listing-switches, dired-ls-F-marks-symlinks)
9091         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9092         (dired-directory, dired-faces, dired, dired-revert)
9093         (dired-mode, dired-summary, dired-view-file)
9094         (dired-copy-filename-as-kill, dired-delete-file)
9095         (dired-no-confirm, dired-unmark-all-marks)
9096         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9097         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9098         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9099         Fix typos in message strings.
9101         * dired-x.el (virtual-dired): Declare with `defalias'.
9102         (dired-mark-unmarked-files, dired-local-variables-file)
9103         (dired-omit-here-always): Doc fix.
9104         (dired-omit-mode, dired-find-subdir)
9105         (dired-enable-local-variables, dired-clean-up-buffers-too)
9106         (dired-extra-startup, dired-mark-extension, dired-jump)
9107         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9108         (dired-smart-shell-command, dired-guess-shell-alist-user)
9109         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9110         (dired-x-bind-find-file, dired-x-submit-report):
9111         Fix typos in docstrings.
9112         (dired-mark-unmarked-files): "?\ " -> "?\s".
9114         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9116         * faces.el (describe-face): "?\ " -> "?\s".
9117         (read-all-face-attributes, read-face-font, modify-face)
9118         (face-attr-construct, italic): Fix typos in docstrings.
9119         (frame-update-face-colors): Declare with
9120         `define-obsolete-function-alias'.
9122         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9123         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9124         (magic-mode-alist, buffer-file-numbers-unique)
9125         (write-file-functions, get-free-disk-space):
9126         Fix typos in docstrings.
9127         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9128         (write-contents-hooks, write-file-hooks):
9129         Declare with `define-obsolete-variable-alias'.
9131         * forms-d2.el (arch-rj): Fix typo in docstrings.
9132         (arch-tocol): Likewise.  "?\ " -> "?\s".
9134         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9135         Fix typo in docstring.
9136         (set-screen-width, set-screen-height): Delete redundant info in
9137         doctrings.
9138         (new-frame, screen-height, screen-width): Declare with
9139         `define-obsolete-function-alias'.
9140         (delete-frame-hook, blink-cursor): Declare with
9141         `define-obsolete-variable-alias'.
9143         * paths.el (prune-directory-list): Fix typos in docstring.
9145         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9146         (cvs-prefix-get): Fix typos in docstrings.
9148         * ps-print.el (ps-extend-face-list, ps-extend-face)
9149         (ps-print-background-image): Fix typos in docstrings.
9150         (ps-default-fg, ps-default-bg): Doc fixes.
9152         * s-region.el (s-region-bind): Doc fix.
9153         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9155         * textmodes/org.el (org-table-formula-substitute-names)
9156         (org-table-get-vertical-vector): Doc fixes.
9157         (org-table-recalculate): Remove unused argument to `message'.
9159 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9161         * textmodes/org.el (org-table-column-names)
9162         (org-table-column-name-regexp)
9163         (org-table-named-field-locations): New variables.
9164         (org-archive-subtree): Protect `this-command' when calling
9165         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9166         the kill buffer.
9167         (org-complete): Remove fixed-formula completion.
9168         (org-edit-formulas-map): New variable.
9169         (org-table-edit-formulas): New command.
9170         (org-finish-edit-formulas, org-abort-edit-formulas)
9171         (org-show-variable, org-table-get-vertical-vector): New functions.
9172         (org-table-maybe-eval-formula): Handle `:=' fields.
9173         (org-table-get-stored-formulas, org-table-store-formulas)
9174         (org-table-get-formula, org-table-modify-formulas)
9175         (org-table-replace-in-formulas): Handle named field formulas.
9176         (org-table-get-specials): Store locations of named fields.
9178 2005-07-19  Juri Linkov  <juri@jurta.org>
9180         * progmodes/grep.el (grep-regexp-alist)
9181         (grep-mode-font-lock-keywords, grep-process-setup):
9182         Use default GNU grep match color "01;31m" instead of "01;41m".
9183         (grep-regexp-alist, grep-mode-font-lock-keywords):
9184         Use `\\[[0-9]*m' instead of `\\[00m'.
9185         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9186         sgr_start where its handling is more important.  Use the real
9187         length of sgr_start instead of constant 8.
9188         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9189         specially.  Delete all remaining escape sequences.
9190         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9191         (grep-regexp-alist): Make hyperlink only for binary file name
9192         instead of the whole line.
9193         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9194         (grep-mode): Add autoload.
9196         * emacs-lisp/find-func.el (find-function-regexp):
9197         Add `define-compilation-mode'.
9199 2005-07-19  Juri Linkov  <juri@jurta.org>
9201         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9202         (compare-windows-sync-string-size, compare-windows-recenter)
9203         (compare-windows-highlight, compare-windows): Add version 22.1.
9204         (compare-windows) <defface>: Inherit from lazy-highlight instead
9205         of duplicating its default value.
9207         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9208         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9210         * descr-text.el (describe-char): Create link buttons for `charset'
9211         and `code point'.  Add the current input method name with a link
9212         button to `to input' field.  Print face names of display table
9213         characters in `The display table entry is displayed by' section
9214         instead of printing face-id in the `display' field.
9215         Guess hardcoded faces and create a link button for them.
9216         Skip empty fields when calculating max-width.
9217         Treat `widget-create' specially while inserting strings from the
9218         collected field list.
9219         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9221         * diff-mode.el (diff-file-header): Change foreground color from
9222         yellow to green on light backgrounds.
9223         (diff-context): Inherit from `shadow' only for color/grayscale
9224         with more than 88 colors.
9225         (diff-indicator-removed, diff-indicator-added)
9226         (diff-indicator-changed): New faces.
9227         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9228         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9229         font-lock-comment-delimiter-face and font-lock-comment-face.
9230         Add `#' to ^[^...] in the rule for `diff-context-face'.
9232         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9233         a button-like box.  Inherit from `highlight' on low colors.
9234         (shadow): Use shades of gray only for color/grayscale with
9235         more than 88 colors.  Use green for light backgrounds with
9236         8 colors, and yellow for dark backgrounds with 8 colors.
9238         * font-lock.el (font-lock-regexp-grouping-backslash):
9239         Don't inherit from escape-glyph (use bold for all cases).
9241         * info.el (info-xref-visited): Use light foreground color `violet'
9242         for dark backgrounds instead of dark color `magenta3'.
9243         (info-title-1): Use `yellow' color for dark backgrounds.
9245         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9246         too-light magenta2.
9248         * replace.el (match): Use slightly more light RoyalBlue3 instead
9249         of dark RoyalBlue4.
9251         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9253 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9255         * novice.el (disabled-command-hook): Declare it with
9256         `define-obsolete-variable-alias'.
9258         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9259         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9260         (desktop-load-default): Add release to obsolescence info.
9261         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9262         (desktop-append-buffer-args, desktop-read):
9263         Fix typos in docstrings.
9264         (desktop-kill): Fix typo in message.
9265         (desktop-save): Doc fix.
9267 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9269         * viper-cmd.el (viper-escape-to-state): Bug fix.
9270         (viper-envelop-ESC-key): Change the definition of fast
9271         keysequence so it'll work with keyboard macros.
9273         * ediff.el (ediff-patch-buffer): Change the docstring.
9275 2005-07-19  Kenichi Handa  <handa@m17n.org>
9277         * international/mule-cmds.el (select-safe-coding-system): Try to
9278         use an auto-coding (if any) before anything else.  If the found
9279         auto-coding is invalid, show a warning message.
9281         * international/mule.el (find-auto-coding): New function created
9282         by modifying the body of set-auto-coding.
9283         (set-auto-coding): Use find-auto-coding to find a coding.
9285 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9287         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9288         not isearch-mode-end-hook-error.
9289         (allout-before-change-protect): Fix error message.
9291 2005-07-18  Juri Linkov  <juri@jurta.org>
9293         * allout.el (allout-mode):
9294         * calculator.el (calculator-copy):
9295         * custom.el (custom-known-themes):
9296         * dired.el (dired-desktop-buffer-misc-data)
9297         (dired-restore-desktop-buffer):
9298         * dired-x.el (dired-omit-marker-char):
9299         * files.el (basic-save-buffer):
9300         * font-core.el (font-lock-mode):
9301         * calendar/calendar.el (calendar-goto-hebrew-date)
9302         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9303         (calendar-goto-persian-date):
9304         * language/ethio-util.el (ethio-sera-to-fidel-region):
9305         * textmodes/picture.el (picture-mode):
9306         Delete duplicate duplicate words.
9308 2005-07-18  Juri Linkov  <juri@jurta.org>
9310         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9311         chars * ? } |.
9312         (isearch-fallback): Don't call `isearch-process-search-char'.
9313         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9314         (isearch-process-search-char): Call `isearch-fallback' for regexp
9315         chars * ? } |.
9316         (isearch-return-char): Make obsolete with `make-obsolete' instead
9317         of simply documenting it as obsolete in the docstring.
9318         (isearch-fallback): Refill docstring.
9320         * international/isearch-x.el
9321         (isearch-process-search-multibyte-characters): Remove unneeded
9322         `concat'.  Add intermediate values to `junk-hist' instead of
9323         `minibuffer-history'.  Test the length of `str'.
9325 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9327         * allout.el (allout-resolve-xref): Fix typos in error strings.
9328         (allout-before-change-protect): Remove unneeded `concat'.
9330         * array.el (array-mode, array-reconfigure-rows)
9331         (untabify-backward): Fix typos in docstrings.
9332         (array-reconfigure-rows): Use `insert-buffer-substring', not
9333         `insert-buffer'.
9335         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9336         * progmodes/ada-mode.el (ada-make-body):
9337         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9339         * dired.el (dired-log):
9340         * tar-mode.el (tar-subfile-save-buffer):
9341         * play/zone.el (zone-pgm-stress-destress):
9342         Use `insert-buffer-substring', not `insert-buffer'.
9344 2005-07-17  Simon Josefsson  <jas@extundo.com>
9346         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9348 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9350         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9351         Add plain auth method.
9352         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9354 2005-07-17  Kim F. Storm  <storm@cua.dk>
9356         * ido.el (dired-other-window): Add ido property.
9358 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9360         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9361         Fix typo in docstring.
9362         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9363         `insert-file-literally'.
9365         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9366         info and delete redundant message.  Doc fix.
9367         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9368         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9370 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9372         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9373         (byte-compile-and): Use byte-compile-and-recursion.
9374         (byte-compile-or-recursion): New function.
9375         (byte-compile-or): Use that.
9376         (byte-compile-if): Guard the else-clause too.
9377         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9379         * isearch.el (isearch-mode-end-hook-quit): New variable.
9380         (isearch-done): Bind it.
9381         (isearch-mode-end-hook): Doc fix.
9383         * allout.el (allout-isearch-did-quit): Variable deleted.
9384         (allout-real-isearch-abort): Function name no longer used.
9385         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9386         (allout-isearch-rectification): isearch-mode always exists.
9387         Don't set allout-isearch-did-quit.
9388         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9389         allout-isearch-did-quit.
9390         (allout-enwrap-isearch): Just add the hook.
9391         (allout-isearch-abort): Function deleted.
9392         (allout-pre-command-business): Avoid warning.
9394         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9395         Correctly avoid warnings.
9396         (pascal-outline): Likewise.
9398         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9400         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9402         * play/tetris.el (tetris-mode): Avoid warning.
9404         * play/snake.el (snake-mode): Avoid warning.
9406         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9407         (gamegrid-set-display-table): Avoid warning.
9408         (gamegrid-set-timer): Likewise.
9409         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9410         (gamegrid-add-score-with-update-game-score-1): Take FILE
9411         as argument.
9412         (gamegrid-add-score-with-update-game-score): Pass that argument.
9413         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9415         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9417         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9418         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9420         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9421         and insert-file.
9423         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9424         (sc-ask): Avoid warnings.
9426         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9427         (eshell-hist-initialize): Use that var the natural way.
9429         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9431         * emacs-lisp/re-builder.el (reb-cook-regexp):
9432         Avoid warning calling lre-compile-string.
9433         (reb-color-display-p): Avoid warning.
9435         * calculator.el (calculator-last-input): Guard uses
9436         of event-key and key-press-event-p.
9437         (event-key, key-press-event-p): Delete definitions.
9439         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9440         (find-gc-source-directory, find-gc-subrs-callers)
9441         (find-gc-noreturn-list, find-gc-source-files)
9442         (find-gc-subrs-called): Vars renamed and defvar'd.
9444         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9445         (checkdoc-overlay-put, checkdoc-delete-overlay)
9446         (checkdoc-overlay-start, checkdoc-overlay-end)
9447         (checkdoc-mode-line-update, checkdoc-char=):
9448         Define such that compiler knows they are defined.
9449         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9450         (checkdoc-read-event): Delete.  Use read-event directly.
9452         * whitespace.el (whitespace-make-overlay)
9453         (whitespace-overlay-put, whitespace-delete-overlay)
9454         (whitespace-overlay-start, whitespace-overlay-end):
9455         Define such that compiler knows they are defined.
9456         (whitespace): Move conditional inside.
9458         * tempo.el (tempo-insert-template): Suppress warning.
9460         * ediff-diff.el (longlines-mode): Add defvar.
9462 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9464         * server.el: Bind "C-x #" in a way that works even if C-x is
9465         redefined to a command key, not a prefix key.
9467 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9469         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9470         cl-make-type-test till execution time.
9472 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9474         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9475         arg ARG and use it.
9477 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9479         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9481 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9483         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9484         a defcustom with two :set or :type keywords.
9486 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9488         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9489         Don't give ^M comment-end syntax.
9491 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9493         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9494         Don't consider gdbmi (gdb-mi.el has its own update functions).
9495         (gdb-var-delete): Make it work for gdbmi as well.
9496         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9498         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9499         (gud-speedbar-menu-items): Correct logic for enabling items.
9501 2005-07-15  Kim F. Storm  <storm@cua.dk>
9503         * ido.el: Fix commentary.
9504         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9505         Use with-no-warnings around ffap-guesser.
9506         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9507         Let bind minibuffer-completing-file-name to t.
9509 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9511         * startup.el (site-run-file, keyboard-type): Doc fixes.
9512         (command-line): Check for "--basic-display" argument; also for
9513         "--quick", not "--bare-bones" (which was renamed).
9514         (fancy-splash-text): Add missing item "Getting New Versions".
9515         (normal-splash-screen): Fix typos and improve consistency with
9516         `fancy-splash-text'.  Update copyright year.
9518         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9519         valid binding for `help-char'.
9521         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9523 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9525         * term.el (term-mode): Disable cua-mode for term buffers.
9527 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9529         * add-log.el (add-log-mailing-address, change-log-merge):
9530         Doc fixes.
9531         (change-log-get-method-definition): Fix typo in docstring.
9533 2005-07-14  Kim F. Storm  <storm@cua.dk>
9535         * emulation/cua-base.el:
9536         (cua--pre-command-handler-1, cua--pre-command-handler)
9537         (cua--post-command-handler-1, cua--post-command-handler):
9538         Split in two.  Check (buffer local) value of cua-mode.
9539         (cua-selection-mode): New command.
9541 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9543         * custom.el (custom-initialize-safe-set)
9544         (custom-initialize-safe-default): Doc fixes.
9546         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9547         and simplify :init-value again.
9549         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9550         and simplify :init-value again.  Delete autoload.
9552         * startup.el (command-line): Use `custom-reevaluate-setting' again
9553         for tooltip-mode.
9555         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9556         a defcustom with two :initialize keywords.
9558 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9560         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9561         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9562         (allout-post-command-business, allout-flag-region)
9563         (isearch-reenable-font-lock, allout-yank)
9564         (allout-insert-latex-header, allout-insert-latex-trailer)
9565         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9566         (allout-latex-verb-quote): Fix typos in docstrings.
9567         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9568         (allout-unprotected, allout-prefix-data):
9569         Improve argument/docstring consistency.
9570         (allout-chart-subtree): Fix argument spec.
9571         (allout-open-topic): Rename `use_sib_bullet' argument to
9572         `use-sib-bullet'.  Doc fix.
9574         * whitespace.el (whitespace-check-buffer-leading)
9575         (whitespace-check-buffer-trailing)
9576         (whitespace-check-buffer-indent)
9577         (whitespace-check-buffer-spacetab)
9578         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9579         (whitespace-check-leading-whitespace)
9580         (whitespace-check-trailing-whitespace)
9581         (whitespace-check-spacetab-whitespace)
9582         (whitespace-check-indent-whitespace)
9583         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9584         (whitespace-modes): Fix typos in docstrings.
9585         (defgroup, defcustom): Doc fixes.
9587         * winner.el (winner-mode, winner-boring-buffers)
9588         (winner-pending-undo-ring): Doc fixes.
9589         (winner-ring): Remove unneeded `progn'.
9590         (winner-equal): `defsubst' it.
9591         (winner-redo): Fix message.
9593 2005-07-13  Kim F. Storm  <storm@cua.dk>
9595         * simple.el (line-move-1): Always use vertical-motion to
9596         do the last (or only) line move to ensure some movement.
9597         Undo 2005-06-23 change--don't check for overlays.
9599 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9601         * term/mac-win.el (ccl-encode-mac-roman-font)
9602         (ccl-encode-mac-centraleurroman-font)
9603         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9604         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9605         Change charset-id boundary of dimension to ?\xef.
9606         (mac-char-fontspec-list): New constant.
9607         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9608         argument.  Nil uses itself as family in font-spec.  Previous
9609         behavior for nil is now provided by non-nil non-string argument.
9610         All callers changed.  Add font-specs for Mac fonts to
9611         "fontset-default" unless iso8859-1 fonts are installed.
9613 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9615         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9616         a continuation line if the \ is preceded by SPC or TAB.
9617         (sh-get-indent-info): Simplify.
9618         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9619         Use with-current-buffer.
9621         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9622         when the matched text is empty.
9624 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9626         * startup.el (command-line): Revert to previous handling of
9627         tooltip-mode.  Explain in comment why the complexity is needed.
9629         * tooltip.el (tooltip-mode): Revert to previous implementation of
9630         its defcustom.
9632         * frame.el (blink-cursor-mode): Revert to previous implementation
9633         of its defcustom.  Update comment.
9635 2005-07-12  Lars Hansen  <larsh@soem.dk>
9637         * desktop.el: Update e-mail address.
9639 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9641         * term/mac-win.el (mac-services-mail-selection)
9642         (mac-services-mail-to): New functions.
9643         (mac-application-menu-map): Bind them.
9645 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9647         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9649 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9651         * custom.el (custom-reevaluate-setting): Doc fix.
9653 2005-07-11  Jay Belanger  <belanger@truman.edu>
9655         * calc/calc.el (calc-embedded-announce-formula-alist)
9656         (calc-embedded-open-close-plain-alist)
9657         (calc-embedded-open-close-mode-alist): Add checks for additional
9658         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9660 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9662         * custom.el (custom-enable-theme): Don't add theme to
9663         `custom-enabled-themes' with `push' because there is no
9664         setf-method for `delq'.
9666 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9668         * custom.el (custom-declare-variable): Doc fix.
9670         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9671         from the alists.
9673         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9674         Do nothing if edebug-active.
9676         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9677         (edebug-display): Do it here instead.
9679 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9681         * cus-face.el (custom-theme-set-faces): Make it work.
9682         (custom-reset-faces): Doc fix.
9683         (custom-theme-reset-internal-face, custom-theme-face-value):
9684         Functions deleted.
9686         * custom.el (custom-push-theme): Maintain list of the settings
9687         of a given theme in its theme-settings property.
9688         Maintain position of old settings in the theme-value
9689         or theme-face property.
9690         (custom-enabled-themes): New variable.
9691         (custom-theme-enabled-p): New function.
9692         (provide-theme): Update custom-enabled-themes.
9693         Disable and reenable the `user' theme.
9694         (require-theme): Doc fix.
9695         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9696         (custom-theme-value, custom-theme-variable-value): Likewise.
9697         (custom-theme-reset-internal): Likewise.
9698         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9699         (custom-enable-theme, custom-disable-theme): New functions.
9700         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9701         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9702         (custom-theme-reset-variables): Simplify.
9703         (deftheme, custom-declare-theme, custom-make-theme-feature):
9704         Definitions moved.
9706 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9708         * longlines.el (longlines-show-region)
9709         (longlines-unshow-hard-newlines): Recognize hard newlines by
9710         non-nil hard property, instead of t.
9712 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9714         * viper-cmd.el (viper--key-maps): New variable.
9715         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9716         emulation-mode-map-alists.
9717         (viper-envelop-ESC-key): Use viper-subseq.
9718         (viper-search-forward/backward/next): Disable debug-on-error.
9720         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9721         (viper-ESC-key): New defcustoms.
9723         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9725         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9726         (viper-subseq): Copy of subseq from cl.el.
9728         * viper.el (viper-go-away, viper-set-hooks): Use
9729         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9731         * viper-mous.el (viper-current-frame-saved): Use defvar.
9733         * viper-init.el: Get rid of -face in face names.
9735         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9736         Make it work with longlines mode
9738         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9740         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9742         * ediff-init.el: Get rid of -face in face names.
9744 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9746         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9747         and with-timeout-unsuspend.
9749         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9750         and with-timeout-unsuspend.
9752         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9753         (with-timeout): Bind that variable to record timers.
9754         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9756         * emacs-lisp/debug.el (debug-help-follow): New function.
9757         (debugger-mode-map): Use that instead of help-follow.
9758         (debugger-setup-buffer): Use eval-buffer-list
9759         to handle eval-buffer frames.
9761 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9763         * timezone.el (timezone-parse-date): Change first regexp
9764         so it will not mistakenly match dates with no time zone.
9766 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9768         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9770 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9772         * custom.el (custom-initialize-safe-set)
9773         (custom-initialize-safe-default): New functions.
9775         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9776         and simplify :init-value.
9778         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9779         and simplify :init-value.  Delete obsolete comment.
9781         * startup.el (command-line): Use `custom-reevaluate-setting' to
9782         handle `tooltip-mode'.  Delete obsolete comment.
9784         * files.el (set-visited-file-name): Avoid calling
9785         `file-name-nondirectory' with a nil argument.
9787 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9789         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9790         was called with nil for the buffer, handle the read position right.
9791         Handle read position for eval-region, too.
9793 2005-07-09  Juri Linkov  <juri@jurta.org>
9795         * fringe.el (fringe-mode): Add period in docstring.
9796         (fringe-query-style): Build prompt depending on `all-frames' arg.
9798         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9799         to not create links to unrelated functions in the Help buffer.
9801         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9802         Doc fix.
9804         * simple.el (next-error-hook): New variable.
9805         (next-error): Use it.  Doc fix.
9807         * textmodes/ispell.el (ispell-command-loop): Add current
9808         dictionary name and program name to mode-line-format.
9809         (ispell-region, ispell-process-line): Add current dictionary name
9810         and program name to messages.
9812 2005-07-08  Jay Belanger  <belanger@truman.edu>
9814         * calc/calc.el (calc-embedded-announce-formula-alist)
9815         (calc-embedded-open-close-formula-alist)
9816         (calc-embedded-open-close-word-alist)
9817         (calc-embedded-open-close-plain-alist)
9818         (calc-embedded-open-close-new-formula-alist)
9819         (calc-embedded-open-close-mode-alist)
9820         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9821         (calc-embedded-mode-hook): New variables.
9823         * calc/calc-embed.el (calc-embedded-firsttime)
9824         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9825         New variables.
9826         (calc-do-embedded): Use calc-embedded-firsttime,
9827         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9828         determine whether or not to run hooks.
9829         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9830         calc-embedded-firsttime-formula appropriately.
9831         Set calc-embedded delimiter variables according to mode.
9833 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9835         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9836         Check for "emacs", etc., as entire symbol, not just as word.
9837         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9839         * files.el (set-visited-file-name): Report the error
9840         for "empty filename" earlier.
9841         (kill-some-buffers): Ignore buffers already dead.
9843         * fringe.el (fringe-mode): Doc fix.
9845         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9846         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9847         Use unwind-protect to ensure byte-compile-unresolved-functions
9848         is updated.
9850         * whitespace.el (whitespace-buffer-leading-cleanup):
9851         Simplify w/ skip-chars-forward.
9852         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9854         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9855         Unconditionally try to leave point at the same old place.
9857 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9859         * comint.el (comint-postoutput-scroll-to-bottom)
9860         (comint-show-maximum-output): Take scroll-margin into consideration.
9862 2005-07-08  Kim F. Storm  <storm@cua.dk>
9864         * ido.el (ido-use-filename-at-point): New choice `guess'.
9865         (ido-file-internal): Try ffap-guesser if selected.
9867         * ido.el (ido-before-fallback-functions): New hook.
9868         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9869         (ido-read-file-name): Run it.
9871 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9873         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9874         strings rather than a list of symbols to the completion function.
9876 2005-07-07  Jay Belanger  <belanger@truman.edu>
9878         * calc/calc-units.el (math-apply-units): Change the places in
9879         which units are simplified.
9881 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9883         * cus-edit.el (customize-option, customize-option-other-window):
9884         Make them handle aliases.
9886         * custom.el (custom-variable-p): Make it recursively follow
9887         aliases.  Mention that in the docstring.
9889 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9891         * cus-start.el (exec-path): Use `directory' instead of `file'.
9892         Fix tag for nil.
9894 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9896         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9897         when called non-interactively.  Doc fix.
9899 2005-07-07  Lute Kamstra  <lute@gnu.org>
9901         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9902         new address as well.
9904 2005-07-07  Kenichi Handa  <handa@m17n.org>
9906         * international/mule.el (make-coding-system):
9907         Describe `ascii-incompatible' property in the docstring.
9908         (set-file-name-coding-system): Signal an error if coding-system is
9909         ascii-incompatible.
9910         (set-keyboard-coding-system): Likewise.
9912         * international/mule-cmds.el (set-default-coding-systems):
9913         Don't set default-file-name-coding-system and
9914         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9916         * international/utf-16.el: Declare that all UTF-16-based coding
9917         systems are ASCII-incompatible.
9919 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9921         * progmodes/gud.el: Require font-lock for displaying errors.
9922         Used by gdb-ui.el.
9924 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9926         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9927         values for the pattern lists which are `read'able but not
9928         `append'able (like symbols).
9930 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9932         * progmodes/flymake.el (flymake-float-time): Instead of
9933         with-no-warnings, test for xemacs.
9934         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9935         to avoid warning.
9937 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9939         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9941 2005-07-05  Lute Kamstra  <lute@gnu.org>
9943         * battery.el: Add support for Darwin (with much debugging help
9944         from Samuel Lauber <sam124@operamail.com>).
9945         (battery-status-function, battery-echo-area-format)
9946         (battery-mode-line-format): Add support for pmset on Darwin.
9947         (battery-load-low, battery-load-critical): New user options.
9948         (battery-pmset): New function.
9950 2005-07-05  Lute Kamstra  <lute@gnu.org>
9952         Update FSF's address in GPL notices.
9954         * textmodes/page-ext.el: Update FSF's address.
9956 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9958         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9959         filling from using prefix when filling a single-line docstring.
9961         * progmodes/flymake.el: Remove useless eval-when-compile.
9963         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9965 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9967         * textmodes/org.el (org-file-apps-defaults-gnu):
9968         Rename from org-file-apps-defaults-linux.
9969         (org-default-apps): Don't test system-type for `linux'.
9970         (org-file-apps): Doc fix.
9972 2005-07-04  David Ponce  <david@dponce.com>
9974         * tree-widget.el: Improve header Commentary section.
9975         (tree-widget) [defgroup]
9976         (tree-widget-image-enable, tree-widget-themes-directory)
9977         (tree-widget-theme, tree-widget-image-properties-emacs)
9978         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9979         (tree-widget-image-formats, tree-widget-control)
9980         (tree-widget-empty-control, tree-widget-leaf-control
9981         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9982         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9983         (tree-widget-keep, tree-widget-after-toggle-functions)
9984         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9985         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9986         :help-echo message.
9987         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9988         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9989         (tree-widget--cursors): New constant.
9990         (tree-widget-lookup-image): New function split from
9991         `tree-widget-find-image'.  Clearer implementation.
9992         (tree-widget-find-image): Use it.
9993         (tree-widget-button-keymap): Use `set-keymap-parent'.
9994         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9995         Define the sub-widgets here.
9996         (tree-widget-node): Check that :node is not a tree-widget.
9997         (tree-widget-get-super, tree-widget-open-control)
9998         (tree-widget-close-control, tree-widget-empty-control)
9999         (tree-widget-leaf-control, tree-widget-guide)
10000         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10001         (tree-widget-no-handle, tree-widget-value-delete)
10002         (tree-widget-map): Remove.
10003         (tree-widget-children-value-save): Doc fix.  Simplified.
10004         (tree-widget-value-create): Update according to previous changes.
10006 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10008         * textmodes/org.el: Leading space replaced by TABS.
10009         (org-recalc-marks, org-table-rotate-recalc-marks)
10010         (org-table-get-specials): Treat "^" and "_" marks.
10011         (org-table-justify-field-maybe): Optional argument NEW.
10012         (org-table-eval-formula): Parsing of the format simplified.
10013         New modes C,I.  Honor the %= parameter in the current table.
10014         Avoid unnecessary re-align by using the NEW argument to
10015         `org-table-justify-field-maybe'.
10016         (org-calc-default-modes): Default for date-format mimicks org-mode.
10017         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10019 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10021         * cus-face.el (custom-theme-set-faces): Make it handle face
10022         aliases whose alias declarations are pre- or autoloaded.
10024 2005-07-04  Juri Linkov  <juri@jurta.org>
10026         * faces.el (read-face-name): Put the code for getting a face name
10027         from the buffer before adding the faces from the `face' property.
10028         Use `completing-read-multiple' instead of `completing-read'.
10029         Require `crm'.  Add default value and post-process the returned
10030         list of faces.
10032         * emacs-lisp/crm.el (crm-find-current-element)
10033         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10035         * emacs-lisp/lisp-mode.el (eval-defun-1):
10036         * emacs-lisp/edebug.el (edebug-eval-defun):
10037         Remove unnecessary quotes.
10039 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10041         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10042         (prolog-indent-level): Fix typo in docstring.
10044         * info.el (Info-history, Info-history-forward)
10045         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10047         * add-log.el (add-change-log-entry):
10048         * comint.el (comint-dynamic-list-input-ring)
10049         (comint-dynamic-list-completions):
10050         * dabbrev.el (dabbrev-expand):
10051         * delim-col.el (delimit-columns-rectangle-line):
10052         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10053         (diff-unified->context):
10054         * ediff-init.el (ediff-abbrev-jobname):
10055         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10056         (ediff-replace-session-activity-marker-in-meta-buffer):
10057         * info.el (Info-summary):
10058         * lpr.el (printify-region):
10059         * printing.el (pr-create-interface):
10060         * ps-print.el (ps-print-quote):
10061         * ses.el (ses-column-widths, ses-print-cell)
10062         (ses-adjust-print-width, ses-center):
10063         * shell.el (shell-file-name-quote-list):
10064         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10065         (strokes-fill-current-buffer-with-whitespace)
10066         (strokes-xpm-for-stroke, strokes-list-strokes)
10067         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10068         * term.el (term-dynamic-list-input-ring)
10069         (term-dynamic-list-completions):
10070         * calc/calc.el (math-format-stack-value):
10071         * emacs-lisp/edebug.el (edebug-display-freq-count):
10072         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10073         (delphi-new-comment-line):
10074         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10075         * progmodes/executable.el (executable-set-magic):
10076         * progmodes/python.el (inferior-python-mode):
10077         * progmodes/scheme.el (scheme-mode-syntax-table):
10078         * progmodes/sh-script.el (sh-maybe-here-document):
10079         * progmodes/sql.el (sql-copy-column):
10080         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10081         * textmodes/bibtex.el (bibtex-mode):
10082         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10083         (sgml-auto-attributes):
10084         * textmodes/table.el (table-insert, table-shorten-cell)
10085         (table--generate-source-scan-lines, table-delete-row)
10086         (*table--cell-delete-char, table--spacify-frame)
10087         (table--horizontally-shift-above-and-below)
10088         (table--cell-insert-char, table--cell-blank-str)
10089         (table--fill-region-strictly):
10090         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10091         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10093         * add-log.el (change-log):
10094         * apropos.el (apropos):
10095         * comint.el (comint-completion, comint-source):
10096         * dabbrev.el (dabbrev):
10097         * delim-col.el (columns):
10098         * diff-mode.el (diff-mode):
10099         * ediff.el (ediff):
10100         * ediff-diff.el (ediff-diff):
10101         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10102         * ediff-mult.el (ediff-mult):
10103         * ediff-ptch.el (ediff-ptch):
10104         * ediff-wind.el (ediff-window):
10105         * facemenu.el (facemenu):
10106         * indent.el (indent):
10107         * info.el (info):
10108         * jka-cmpr-hook.el (compression, jka-compr):
10109         * lpr.el (lpr):
10110         * outline.el (outlines):
10111         * pcmpl-cvs.el (pcmpl-cvs):
10112         * pcmpl-rpm.el (pcmpl-rpm):
10113         * printing.el (printing):
10114         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10115         (ps-print-vertical, ps-print-headers, ps-print-font)
10116         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10117         (ps-print-background, ps-print-printer, ps-print-page)
10118         (ps-print-miscellany):
10119         * ses.el (ses):
10120         * shell.el (shell, shell-directories, shell-faces):
10121         * startup.el (initialization):
10122         * strokes.el (strokes):
10123         * term.el (term):
10124         * uniquify.el (uniquify):
10125         * w32-vars.el (w32):
10126         * calc/calc.el (calc):
10127         * emacs-lisp/bytecomp.el (bytecomp):
10128         * emacs-lisp/cl-indent.el (lisp-indent):
10129         * emacs-lisp/edebug.el (edebug):
10130         * emacs-lisp/elp.el (elp):
10131         * emacs-lisp/testcover.el (testcover):
10132         * emacs-lisp/trace.el (trace):
10133         * emulation/viper-ex.el (viper-ex):
10134         * emulation/viper-mous.el (viper-mouse):
10135         * mail/mailalias.el (mailalias):
10136         * mail/supercite.el (supercite, supercite-frames)
10137         (supercite-attr, supercite-cite, supercite-hooks):
10138         * net/rcompile.el (remote-compile):
10139         * net/rlogin.el (rlogin):
10140         * obsolete/ooutline.el (outlines):
10141         * progmodes/delphi.el (delphi):
10142         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10143         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10144         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10145         (ebnf-optimization):
10146         * progmodes/etags.el (etags):
10147         * progmodes/executable.el (executable):
10148         * progmodes/idlwave.el (idlwave):
10149         * progmodes/pascal.el (pascal):
10150         * progmodes/prolog.el (prolog):
10151         * progmodes/python.el (python):
10152         * progmodes/scheme.el (scheme):
10153         * progmodes/sh-script.el (sh, sh-script):
10154         * progmodes/sql.el (SQL):
10155         * progmodes/tcl.el (tcl):
10156         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10157         * textmodes/enriched.el (enriched):
10158         * textmodes/makeinfo.el (makeinfo):
10159         * textmodes/sgml-mode.el (sgml):
10160         * textmodes/table.el (table-hooks):
10161         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10162         * textmodes/texinfo.el (texinfo):
10163         * textmodes/two-column.el (two-column):
10164         Finish `defgroup' description with period.
10166         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10167         * eshell/esh-var.el (eshell-var):
10168         * progmodes/vhdl-mode.el (vhdl-testbench):
10169         * textmodes/org.el (org): Fix typos in docstrings.
10171         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10172         consistency.
10174         * progmodes/flymake.el (flymake-find-file): Remove.
10175         (flymake-float-time): Use `with-no-warnings'.
10176         (flymake-check-start-time, flymake-check-was-interrupted)
10177         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10178         (flymake-new-err-info): `defvar' at compile time.
10180 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10182         * replace.el (occur-hook): Doc fix.
10183         (occur-1): Don't call `occur-hook' if there are no matches.
10185 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10187         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10188         global-map, save the same map.
10189         (global-map): Don't alter it at top level.
10190         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10191         Then alter it here instead.
10192         (tpu-edt-off): Set global-map to the saved one.
10194         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10195         All references simplified.
10196         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10197         (zmacs-regions): Add defvar.
10198         (repeat-complex-command-map): Everything about that deleted.
10200         * textmodes/artist.el (artist-key-is-drawing)
10201         (artist-key-endpoint1, artist-key-poly-point-list)
10202         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10203         (artist-key-compl-table, artist-rb-save-data)
10204         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10205         Don't put them in eval-when-compile.
10206         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10208         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10209         Use with-no-warnings.
10211         * net/browse-url.el (dos-windows-version): Add defvar.
10213         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10215         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10216         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10217         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10218         Add defvar.
10219         (rmail-summary-beginning-of-message): Use with-no-warnings.
10220         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10222         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10223         Use with-no-warnings.
10225         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10226         (c-mark-function): Add point-moving-unit property.
10227         (vi-goto-line): Use with-no-warnings.
10229         * emulation/edt.el (edt-last-copied-word): Add defvar.
10230         (zmacs-region-stays): Likewise.
10231         (edt-mark-section-wisely): Use c-mark-function for C.
10232         Use makr-defun for Fortran.
10233         (time-string): defvar deleted.
10234         (edt-display-the-time): Don't set time-string.
10236         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10238         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10239         Don't warn when name is not constant
10240         or for defining the group `emacs'.
10242         * tooltip.el (gud-tooltip-mode): Add defvar.
10244         * startup.el (default-frame-background-mode): Add defvar.
10246         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10248         * info.el (tool-bar-map): Add defvar.
10250         * dired.el (dnd-protocol-alist): Add defvar.
10252         * dired-aux.el (dired-query): Display question with answer, when
10253         the user answers.
10255         * custom.el (custom-add-option): Doc fix.
10257         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10259 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10261         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10262         bogus name from the last change.
10264 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10266         * custom.el (custom-declare-variable): Fix typos in comment.
10267         (custom-known-themes): Doc fix.
10268         (custom-theme-directory): New defcustom.
10269         (require-theme): Make it check `custom-theme-directory'.
10271         * cus-theme.el (custom-new-theme-mode): New function.
10272         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10273         (custom-theme-description): Add compiler defvars.
10274         (customize-create-theme): Add doc to the "*New Custom Theme*"
10275         buffer.  Use `custom-new-theme-mode'.
10276         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10277         and save it to the `custom-theme-directory'.  Make this the
10278         default directory of the buffer.
10280 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10282         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10283         Fix unbalanced parentheses.
10285 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10287         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10288         into flymake-mode and delegate to flymake-mode.
10290         * find-file.el (ff-which-function-are-we-in): Clean up.
10292 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10294         * replace.el (occur-rename-buffer): Fix docstring.
10296         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10297         (edt-last-copied-word, edt-learn-macro-count)
10298         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10299         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10300         (time-string, zmacs-region-stays):
10301         * emulation/edt-mapper.el (edt-save-function-key-map)
10302         (EDT-key-name): `defvar' to silence the byte-compiler.
10304 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10306         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10307         font-lock-regexp-backslash.  Doc fix.
10308         (font-lock-regexp-backslash-grouping-construct): Rename from
10309         font-lock-regexp-backslash-construct.  Doc fix.
10310         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10311         grouping constructs.
10313 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10315         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10316         updating all the prerequisites.
10318 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10320         * textmodes/org.el (org-agenda-start-on-weekday)
10321         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10322         (org-agenda-use-time-grid, org-archive-location)
10323         (org-allow-space-in-links, org-usenet-links-prefer-google)
10324         (org-enable-table-editor, org-export-default-language)
10325         (org-export-html-show-new-buffer, org-fill-paragraph)
10326         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10327         (org-goto-quit, org-occur, org-eval-in-calendar)
10328         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10329         (org-agenda-diary-entry, org-remember-help)
10330         (org-table-convert-region, org-at-table-p)
10331         (org-table-move-row-down, org-table-move-row-up)
10332         (org-table-copy-region, org-table-toggle-vline-visibility)
10333         (org-table-get-stored-formulas, org-table-get-specials)
10334         (org-recalc-commands, org-table-eval-formula)
10335         (org-table-formula-substitute-names, orgtbl-make-binding)
10336         (org-format-org-table-html, org-format-table-table-html)
10337         (org-format-table-table-html-using-table-generate-source)
10338         (org-customize): Fix typos in docstrings.
10339         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10340         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10341         (org-back-to-heading): Doc fixes.
10342         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10343         (org-agenda-change-all-lines, org-get-header):
10344         Improve argument/docstring consistency.
10345         (orgtbl-error): Fix error message.
10347         * progmodes/flymake.el (flymake-find-possible-master-files)
10348         (flymake-master-file-compare, flymake-get-line-err-count)
10349         (flymake-highlight-line, flymake-gui-warnings-enabled):
10350         Fix typos in docstrings.
10351         (flymake-parse-line, flymake-get-project-include-dirs-function)
10352         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10353         Doc fixes.
10354         (flymake-get-project-include-dirs-function)
10355         (flymake-make-err-menu-data):
10356         Improve argument/docstring consistency.
10358 2005-07-01  Lute Kamstra  <lute@gnu.org>
10360         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10361         Catch errors with ignore-errors.  Use temporary buffer.
10362         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10364         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10365         background color faces.
10366         (facemenu-set-foreground, facemenu-set-background):
10367         Use facemenu-set-face-from-menu.
10368         (facemenu-set-face-from-menu): Treat face names that start with
10369         "fg:" or "bg:" as special.
10370         (facemenu-add-new-color): Don't create faces.  Simplify.
10372 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10374         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10375         (crm-find-current-element): Likewise.
10377 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10379         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10381 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10383         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10384         (archive-mouse-extract): Make it an obsolete alias.
10385         (archive-mode-map): Don't use archive-mouse-extract any more.
10386         (archive-mode, archive-extract): write-contents-hooks ->
10387         write-contents-functions.
10388         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10389         first arg.
10390         (archive-rename-entry): Update the call.
10391         (archive-zip-summarize): Remove unused var `method'.
10392         (archive-lzh-summarize): Remove unused var `creator'.
10394         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10395         dedicated frame upon exit.
10397         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10398         (archive-zip-extract, archive-zip-expunge)
10399         (archive-zip-update, archive-zip-update-case): Use executable-find.
10400         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10401         Use restore-buffer-modified-p.
10402         (archive-extract, archive-add-new-member, archive-write-file-member):
10403         Use with-current-buffer.
10404         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10406 2005-06-30  Andreas Schwab  <schwab@suse.de>
10408         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10410 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10412         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10414 2005-06-30  Juri Linkov  <juri@jurta.org>
10416         * faces.el (vertical-border): Inherit from mode-line-inactive
10417         only on tty.
10419 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10421         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10422         example, -NLINES in the `occur' docstring).
10424         * replace.el (occur-1): When no matches are found, do not set the
10425         `buffer-read-only' and modified flags for the occur buffer,
10426         because it is deleted.
10428         * emulation/cua-base.el (cua-check-pending-input)
10429         (cua-repeat-replace-region, cua-mode, cua-debug)
10430         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10431         Fix typos in docstrings.
10433         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10434         (cua-cut-region-to-global-mark)
10435         (cua--cut-rectangle-to-global-mark):
10436         Remove period from end of messages.
10438         * emulation/cua-rect.el (cua-do-rectangle-padding):
10439         Remove period from end of messages.
10440         (cua--rectangle-seq-format): Fix typo in docstring.
10441         (cua-sequence-rectangle, cua-fill-char-rectangle):
10442         Improve argument/docstring consistency.
10444 2005-06-29  Juri Linkov  <juri@jurta.org>
10446         * faces.el (default-frame-background-mode): New internal variable.
10447         (frame-set-background-mode): Use it.
10449         * startup.el (normal-top-level): Set default-frame-background-mode
10450         instead of frame-background-mode.  Before setting it, test for its
10451         nil value.  Remove tests for frame-background-mode and frame
10452         parameter `reverse'.  Add test for "unspecified-fg".
10454         * term/xterm.el (xterm-rxvt-set-background-mode):
10455         * term/rxvt.el (rxvt-set-background-mode):
10456         Set default-frame-background-mode instead of frame-background-mode.
10458 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10460         * simple.el (set-variable): Warn about obsolete user variables.
10462         * imenu.el (imenu--completion-buffer):
10463         * mouse.el (mouse-buffer-menu-alist):
10464         * msb.el (msb-invisible-buffer-p):
10465         * calendar/diary-lib.el (diary-header-line-format):
10466         * emacs-lisp/pp.el (pp-buffer):
10467         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10468         * textmodes/picture.el (picture-replace-match):
10469         Change space constants followed by a sexp to "?\s ".
10471         * play/decipher.el (decipher-loop-with-breaks):
10472         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10473         constants "protected" from end of line by a comment to "?\s".
10475 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10477         * font-lock.el (save-buffer-state): Use `declare'.
10479         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10480         reset the syntax-table to cperl-mode-syntax-table.
10481         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10482         "foo_print_bar" is not matched as a reserved keyword.
10484 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10486         * textmodes/org.el (orgtbl-setup): New function, for delayed
10487         setup for the orgtbl commands.
10488         (org-calc-default-modes): New option.
10489         (orgtbl-make-binding): Use `defun' to get better help display.
10490         (org-diary): Call `org-compile-prefix-format'.
10491         (org-table-formula-substitute-names): New function.
10492         (org-agenda-day-view, org-agenda-week-view): New commands.
10493         (org-agenda-toggle-week-view): Command removed.
10494         (org-tbl-menu): Split off from org-org-menu.
10495         (org-mode): Move removal of outline-mode menus to here.
10496         (org-table-formula-debug): New option.
10497         (org-table-insert-row): Keep first field if just "#" or "*".
10498         (org-mode): Paragraph regexps fixed.
10499         (org-table-recalculate-regexp): New constant.
10500         (org-table-justify-field-maybe): Avoid replace if not necessary.
10501         (org-copy-special, org-cut-special): Use `call-interactively'.
10502         (org-table-copy-region): Take region from `interactive' call.
10503         (org-trim): Return string even if no match.
10504         (org-formula): New face.
10505         (org-set-font-lock-defaults): No longer highlight "FIXME".
10506         But highlight formula-related fields in table.
10507         (org-table-p): Use regexp, not fontification.
10508         (org-table-align): Handle white space at end of line.
10509         (org-table-formula-evaluate-inline): New option.
10510         (org-mode): Auto-wrapping in comment lines turned off.
10511         (org-table-copy-down): Evaluate only in copied field, not in
10512         destination.
10513         (org-table-current-formula): Variable removed.
10514         (org-table-store-formulas, org-table-get-stored-formulas)
10515         (org-table-modify-formulas, org-table-replace-in-formulas)
10516         (org-table-maybe-eval-formula): New functions.
10517         (org-table-get-formula): Modify to use stored formulas.
10518         (org-table-insert-column, org-table-delete-column)
10519         (org-table-move-column): Call `org-table-modify-formulas'.
10520         (org-complete): Add completion for keyword formulas.
10521         (orgtbl-mode): Pull orgtbl-mode-map to start of
10522         minor-mode-map-alist.
10524 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10526         * progmodes/python.el (python-check): Require `compile' before
10527         modifying its variables.
10529         * newcomment.el (comment-indent-default): Don't get fooled by an early
10530         end of buffer.
10532 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10534         * ps-print.el (ps-print-version): Fix version number.
10536 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10538         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10540 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10542         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10543         (flyspell-local-mouse-map): Declaration deleted.
10544         (flyspell-mouse-map): Bind only mouse-2.
10545         (flyspell-mode-map): Don't test flyspell-use-local-map.
10546         (flyspell-overlay-keymap-property-name): Var deleted.
10547         (flyspell-mode-on): Don't make local bindings for
10548         flyspell-mouse-map and flyspell-mode-map.
10549         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10551         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10553         * progmodes/compile.el (compilation-next-error-function):
10554         Don't switch buffers; operate on the current buffer.
10556         * progmodes/compile.el (compilation-error-file-name)
10557         (compilation-warning-file-name, compilation-info-file-name)
10558         (compilation-line-number, compilation-column-number): New faces.
10559         (compilation-error-face, compilation-warning-face)
10560         (compilation-info-face, compilation-line-face)
10561         (compilation-column-face): Use them.
10563         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10565         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10567         * bindings.el (global-map): Bind insertchar and its variants.
10569 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10571         * textmodes/artist.el (artist-text-overwrite)
10572         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10574 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10576         * ps-print.el: It was not working the page selection for printing.
10577         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10578         (ps-print-version): New version 6.6.7.
10579         (ps-end-sheet): New fun.
10580         (ps-header-sheet, ps-end-job): Call it.
10582 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10584         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10586 2005-06-27  Lute Kamstra  <lute@gnu.org>
10588         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10589         background color faces.
10590         (facemenu-get-face): Delete function.
10591         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10592         (facemenu-add-new-color): Make second argument mandatory.
10593         Create the appropriate face and return it.  Simplify.
10594         (facemenu-set-foreground, facemenu-set-background): Don't check if
10595         color is defined.  Use return value of facemenu-add-new-color.
10597 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10599         * progmodes/gud.el (gud-filter): Add missing argument to
10600         with-selected-window.
10602 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10604         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10605         a :require to the defcustom.
10607         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10608         defcustoms corresponding to minor modes.
10610 2005-06-26  David Ponce  <david@dponce.com>
10612         * recentf.el: Require tree-widget instead of wid-edit.
10613         (recentf-filename-handler): Fix widget :type.
10614         (recentf-cancel-dialog, recentf-open-more-files)
10615         (recentf-open-files-action): Doc fix.
10616         (recentf-dialog-goto-first): New function.
10617         (recentf-dialog-mode-map): Set parent keymap first.
10618         (recentf-dialog-mode): Define with define-derived-mode.
10619         Don't display continuation lines in dialogs.
10620         (recentf-edit-list): Rename from recentf-edit-selected-items.
10621         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10622         Simplify.
10623         (recentf-edit-list-validate): New function.
10624         (recentf-edit-list): Update accordingly.
10625         (recentf-open-files-item-shift): Remove.
10626         (recentf-open-files-item): Convert menu elements into tree and
10627         link widgets.  Don't create the widgets.
10628         (recentf-open-files): Update accordingly.
10629         (recentf-save-list): Untabify.
10631 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10633         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10634         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10635         partially contained in the active region.  Do not take active
10636         region into account when called from Lisp, unless INTERACTIVE arg
10637         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10638         avoid trouble with fields.  Make marker point nowhere when no
10639         longer used.  Always return nil.  Doc fix.
10640         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10641         into account when called from Lisp, unless INTERACTIVE arg is
10642         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10643         avoid trouble with fields.  Make marker point nowhere when no
10644         longer used.  Always return nil.  Doc fix.
10645         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10646         interchangeable.  Do not take active region into account when
10647         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10648         message in echo area when called from Lisp, unless INTERACTIVE arg
10649         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10650         Return the number of matches.  Doc fix.
10651         (occur): Doc fix.
10652         (perform-replace): Make comment follow double space convention for
10653         the sake of `outline-minor-mode'.
10655         * faces.el (facep): Doc fix.
10657 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10659         * facemenu.el (facemenu-enable-faces-p): New function.
10660         (facemenu-background-menu, facemenu-foreground-menu)
10661         (facemenu-face-menu): Add menu-enable property.
10663         * jka-compr.el (jka-compr-insert-file-contents):
10664         Special handling if cannot find the uncompression program.
10666         * cus-face.el (custom-face-attributes): Add autoload.
10668         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10669         Bind comment-indent-function locally.
10671         * window.el (save-selected-window): Use save-current-buffer.
10673         * subr.el (with-selected-window): Use save-current-buffer.
10675         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10676         and with-current-buffer.
10678 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10680         * simple.el (line-move-1): Fix previous change.
10682 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10684         * replace.el (occur-1): Set `buffer-read-only' and the
10685         buffer-modified flag before running `occur-hook' to protect
10686         against unintentional buffer switches that can lead to data loss.
10688 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10690         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10691         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10692         initial error.
10694         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10695         after fresh input.
10696         (gdb-var-create-handler): Put name of expression in quotes.
10698 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10700         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10701         elements of RING in order, and without bogus nil elements.
10703 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10705         * simple.el (set-variable): Args renamed; doc fix.
10706         (line-move-1): When there are overlays around, use vertical-motion.
10708         * faces.el (escape-glyph): Use brown against light background.
10709         (nobreak-space): Rename from no-break-space.
10710         Fix previous change.
10712         * dired-aux.el (dired-do-copy): Fix arg prompt.
10714         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10716 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10718         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10719         rather than "Distributor".
10721 2005-06-23  Lute Kamstra  <lute@gnu.org>
10723         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10724         (debug-on-entry): Use it.  New interactive declaration that uses
10725         function-called-at-point.
10727 2005-06-23  Kim F. Storm  <storm@cua.dk>
10729         * subr.el (save-match-data): Add comment about using evaporate arg
10730         to set-match-data.
10732 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10734         * cus-edit.el (customize-face)
10735         (customize-face-other-window): Handle face aliases.
10737         * faces.el (face-documentation, set-face-attribute)
10738         (face-spec-set): Handle face aliases.
10740 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10742         * help-mode.el (help-make-xrefs): If a symbol representing a face
10743         name is not followed by the word "face", it could still be a
10744         function or variable name, so don't bypass other checks.
10746 2005-06-22  Juri Linkov  <juri@jurta.org>
10748         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10749         Replace aliased functions with calls where second arg `inherit' is t.
10751 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10753         * progmodes/gdb-ui.el (gdb-error): New variable.
10754         (gdb-error): New function.
10755         (gdb-annotation-rules): Act on error-begin and error annotations.
10756         (gdb-concat-output): Use font-lock-warning-face for errors.
10758 2005-06-22  Miles Bader  <miles@gnu.org>
10760         * bindings.el (propertized-buffer-identification): Use renamed
10761         `Buffer-menu-buffer' face.
10763         * faces.el (vertical-border): Rename from `vertical-divider'.
10764         (escape-glyph): Change dark-background color back to `cyan'.
10766 2005-06-21  Juri Linkov  <juri@jurta.org>
10768         * faces.el (face-user-default-spec): Try getting `customized-face'
10769         prior to `saved-face'.
10770         (frame-background-mode): Refill docstring.
10772         * emacs-lisp/lisp-mode.el (eval-defun-1):
10773         * emacs-lisp/edebug.el (edebug-eval-defun):
10774         Set `saved-face' temporarily to nil before calling form.
10775         Set `customized-face' to the new spec after that.
10777 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10779         * subr.el (1value, lambda, key-substitution-in-progress):
10780         Doc fixes.
10782         * autoinsert.el (auto-insert-alist):
10783         * ses.el (ses-call-printer):
10784         * subr.el (noreturn):
10785         * emacs-lisp/lisp.el (check-parens):
10786         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10787         * net/browse-url.el (browse-url-mosaic):
10788         * progmodes/cc-defs.el (c-safe-scan-lists):
10789         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10790         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10791         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10792         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10793         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10794         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10796 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10798         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10800 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10802         * calendar/appt.el (appt-make-list): Activate the package, if
10803         not already active (for backwards compatibility).
10805 2005-06-20  Kim F. Storm  <storm@cua.dk>
10807         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10809 2005-06-20  Miles Bader  <miles@gnu.org>
10811         * faces.el (vertical-divider): New face.
10813 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10815         * simple.el (kill-whole-line): Doc fix.
10816         (next-error-buffer-p, next-error-find-buffer)
10817         (clone-indirect-buffer): Fix typos in docstrings.
10818         (comment-line-break-function): Doc fix: don't say variable
10819         is automatically buffer-local (it isn't).
10821 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10823         * net/tramp-ftp.el (top):
10824         * net/tramp-smb.el (top):
10825         * net/tramp-util.el (top):
10826         * net/tramp-uu.el (top):
10827         * net/tramp-vc.el (top):
10828         * net/tramp.el (top): Revert copyright years back to original
10829         ones.  Tramp has a life outside GNU Emacs.
10831 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10833         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10835 2005-06-18  Juri Linkov  <juri@jurta.org>
10837         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10838         end of first regexp to limit the match to the position between
10839         line number and source line with same separator character as used
10840         between file name and line number.  In the second regexp limit
10841         mouse-face area to file name and line number by adding new group
10842         for them and referring it in HYPERLINK arg.
10843         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10844         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10845         previous line where grep markers may be already removed.
10847 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10849         * progmodes/ps-mode.el: Update version and maintainer's email address.
10851 2005-06-18  Steve Youngs  <steve@xemacs.org>
10853         * net/browse-url.el (browse-url-browser-function)
10854         (browse-url-default-browser): Add firefox.
10855         (browse-url-firefox-program, browse-url-firefox-arguments)
10856         (browse-url-firefox-startup-arguments)
10857         (browse-url-firefox-new-window-is-tab): New defcustoms.
10858         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10860 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10862         * startup.el (command-line): Warn if specified user name has
10863         no home directory.
10865         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10866         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10868         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10869         Doc fixes.
10871         * faces.el (underline): Try bold if terminal doesn't support underline.
10873         * mail/sendmail.el (mail-setup-with-from): New variable.
10874         (mail-insert-from-field): New function.
10875         (sendmail-send-it): Call it.
10876         (mail-setup): Optionally call it here.
10878         * term/linux.el: Call tty-no-underline.
10880 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10882         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10884 2005-06-17  Miles Bader  <miles@gnu.org>
10886         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10887         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10888         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10889         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10890         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10891         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10892         Remove "-face" suffix from face names.
10893         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10894         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10895         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10896         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10897         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10898         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10899         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10900         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10901         New backward-compatibility aliases for renamed faces.
10902         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10903         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10904         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10905         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10906         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10907         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10908         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10909         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10910         Use renamed ediff faces.
10912         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10913         Remove "-face" suffix from face names.
10914         (eshell-test-ok-face, eshell-test-failed-face):
10915         New backward-compatibility aliases for renamed faces.
10916         (eshell-run-test): Use renamed eshell-test faces.
10918         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10919         face name.
10920         (eshell-prompt-face): New backward-compatibility alias for renamed
10921         face.
10922         (eshell-emit-prompt): Use renamed eshell-prompt face.
10924         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10925         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10926         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10927         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10928         Remove "-face" suffix from face names.
10929         (eshell-ls-directory-face, eshell-ls-symlink-face)
10930         (eshell-ls-executable-face, eshell-ls-readonly-face)
10931         (eshell-ls-unreadable-face, eshell-ls-special-face)
10932         (eshell-ls-missing-face, eshell-ls-archive-face)
10933         (eshell-ls-backup-face, eshell-ls-product-face)
10934         (eshell-ls-clutter-face):
10935         New backward-compatibility aliases for renamed faces.
10936         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10938         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10939         Remove "-face" suffix from face name.
10940         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10941         instead of literal face.
10943 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10945         * emacs-lisp/warnings.el (display-warning, lwarn)
10946         (warning-minimum-log-level): Doc fixes.
10947         (warning-minimum-level, warning-minimum-log-level):
10948         Add :debug to :type choices.
10950         * progmodes/ada-mode.el (ada-format-paramlist)
10951         (ada-get-indent-case, ada-check-matching-start)
10952         (ada-check-defun-name, ada-goto-matching-decl-start)
10953         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10954         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10955         (ada-make-subprogram-body): Follow error conventions.
10956         (ada-case-exception-file, ada-indent-comment-as-code)
10957         (ada-indent-handle-comment-special, ada-indent-renames)
10958         (ada-indent-return, ada-search-directories-internal)
10959         (ada-tab-policy, ada-case-exception-substring)
10960         (ada-other-file-alist, ada-matching-start-re)
10961         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10962         (ada-imenu-generic-expression, ada-compile-goto-error)
10963         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10964         (ada-popup-menu, ada-add-extensions, ada-mode)
10965         (ada-region-selected, ada-create-case-exception)
10966         (ada-create-case-exception-substring, ada-after-keyword-p)
10967         (ada-activate-keys-for-case, ada-adjust-case-region)
10968         (ada-adjust-case-buffer, ada-format-paramlist)
10969         (ada-scan-paramlist, ada-insert-paramlist)
10970         (ada-indent-newline-indent)
10971         (ada-indent-newline-indent-conditional)
10972         (ada-justified-indent-current, ada-goto-previous-word)
10973         (ada-indent-current, ada-get-indent-open-paren)
10974         (ada-get-indent-paramlist, ada-get-indent-end)
10975         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10976         (ada-get-indent-block-start, ada-get-indent-subprog)
10977         (ada-get-indent-noindent, ada-get-indent-label)
10978         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10979         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10980         (ada-goto-stmt-end, ada-goto-next-word)
10981         (ada-check-matching-start, ada-check-defun-name)
10982         (ada-goto-matching-decl-start, ada-goto-matching-start)
10983         (ada-goto-matching-end, ada-search-ignore-string-comment)
10984         (ada-in-decl-p, ada-looking-at-semi-or)
10985         (ada-looking-at-semi-private, ada-in-paramlist-p)
10986         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10987         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10988         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10989         (ada-previous-package, ada-create-menu)
10990         (ada-fill-comment-paragraph-justify)
10991         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10992         (ada-other-file-name, ada-last-which-function-line)
10993         (ada-last-which-function-subprog, ada-which-function)
10994         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10995         (ada-gen-treat-proc, ada-check-emacs-version)
10996         (ada-continuation-indent, ada-align-region-separate):
10997         Fix typos in docstrings.
10998         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11000 2005-06-16  Lute Kamstra  <lute@gnu.org>
11002         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11003         conditionally.
11005 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11007         * comint.el (comint-replace-by-expanded-filename)
11008         (comint-prompt-regexp, comint-delimiter-argument-list)
11009         (comint-preinput-scroll-to-bottom):
11010         * info.el (Info-hide-cookies-node):
11011         * ls-lisp.el (ls-lisp-classify):
11012         * find-file.el (ff-search-directories, ff-special-constructs)
11013         (ff-find-other-file):
11014         * font-lock.el (font-lock-keywords):
11015         * shell.el (shell-prompt-pattern)
11016         (shell-dynamic-complete-functions, shell-mode)
11017         (shell-delimiter-argument-list):
11018         * term.el (term-replace-by-expanded-filename)
11019         (term-prompt-regexp, term-delimiter-argument-list):
11020         * woman.el (woman-ignore, woman0-if):
11021         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11022         * emacs-lisp/elint.el (elint-init-env):
11023         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11024         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11025         * language/ethio-util.el (ethio-tilde-escape)
11026         (ethio-use-three-dot-question):
11027         * net/zone-mode.el (zone-mode-load-time-setup):
11028         * progmodes/cc-align.el (c-lineup-argcont):
11029         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11030         * progmodes/cperl-mode.el (cperl-set-style-back):
11031         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11032         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11033         Fix spellings in docstrings.
11035         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11036         * progmodes/modula2.el (m2-for): Fix spellings.
11038         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11040         * simple.el (undo-more): Don't use `format' on `error' arguments.
11041         Improve argument/docstring consistency.
11042         (pending-undo-list): Doc fix.
11044         * smerge-mode.el (smerge-ensure-match):
11045         * emulation/vip.el (vip-ex):
11046         * net/zone-mode.el (zone-mode-update-serial):
11047         * progmodes/idlwave.el (idlwave-complete):
11048         * progmodes/vhdl-mode.el (vhdl-visit-file)
11049         (vhdl-compose-wire-components):
11050         Don't use `format' on `error' arguments.
11052         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11053         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11054         (tooltip-help-tips): Fix typos in docstrings.
11056 2005-06-16  David Ponce  <david@dponce.com>
11058         * tree-widget.el (tree-widget-value-create): Simplify last change.
11060 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11062         * ido.el (ido-incomplete-regexp): New variable.
11063         (ido-set-matches-1): Handle invalid-regexp error and set
11064         ido-incomplete-regexp.
11065         (ido-incomplete-regexp): New face.
11066         (ido-completions): Use it.
11067         (ido-complete, ido-exit-minibuffer, ido-completions):
11068         Handle incomplete regexps.
11069         (ido-completions): Add check for complete match when entering a regexp.
11071 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11073         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11075 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11077         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11078         by field delimiters.
11080 2005-06-15  David Ponce  <david@dponce.com>
11082         * tree-widget.el: eval-and-compile inlined functions so they will
11083         be available at run-time too.
11084         (tree-widget-super-format-handler)
11085         (tree-widget-format-handler): Remove.
11086         (tree-widget-value-create): Handle the :indent property.
11088 2005-06-15  Miles Bader  <miles@gnu.org>
11090         * progmodes/which-func.el (which-func): Only inherit
11091         `font-lock-function-name-face' when that makes sense against the
11092         default mode-line face, otherwise set the face color explicitly.
11094         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11095         faces instead of (non-existent) variables.
11097 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11099         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11100         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11102 2005-06-14  Miles Bader  <miles@gnu.org>
11104         * progmodes/ld-script.el (ld-script-location-counter):
11105         Remove "-face" suffix from face name.
11106         (ld-script-location-counter-face):
11107         New backward-compatibility alias for renamed face.
11108         (ld-script-location-counter-face): Use renamed face.
11110         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11111         (cperl-hash): Remove "-face" suffix from face names.
11112         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11113         New backward-compatibility aliases for renamed faces.
11114         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11115         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11117         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11118         name.
11119         (which-func-face): New backward-compatibility alias for renamed face.
11120         (which-func-format): Use renamed which-func face.
11122         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11123         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11124         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11125         names.
11126         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11127         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11128         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11129         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11130         (vhdl-speedbar-architecture-selected)
11131         (vhdl-speedbar-configuration-selected)
11132         (vhdl-speedbar-package-selected)
11133         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11134         names.
11135         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11136         Use renamed faces.
11137         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11138         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11139         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11140         Use renamed faces.
11141         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11142         names.
11143         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11144         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11145         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11146         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11147         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11148         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11150         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11151         face name.
11152         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11153         (sh-heredoc-face): Use renamed sh-heredoc face.
11155         * progmodes/idlw-help.el (idlwave-help-link):
11156         Remove "-face" suffix from face name.
11157         (idlwave-help-link-face):
11158         New backward-compatibility alias for renamed face.
11159         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11161         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11162         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11163         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11164         New backward-compatibility aliases for renamed faces.
11165         (idlwave-shell-disabled-breakpoint-face)
11166         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11168         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11169         Remove "-face" suffix from face names.
11170         (flymake-errline-face, flymake-warnline-face):
11171         New backward-compatibility aliases for renamed faces.
11172         (flymake-highlight-line): Use renamed flymake faces.
11174         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11175         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11176         (ebrowse-member-class, ebrowse-progress):
11177         Remove "-face" suffix from face names.
11178         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11179         (ebrowse-file-name-face, ebrowse-default-face)
11180         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11181         (ebrowse-progress-face):
11182         New backward-compatibility aliases for renamed faces.
11183         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11184         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11185         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11186         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11188         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11189         antlr-syntax)
11190         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11191         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11192         names.
11193         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11194         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11195         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11196         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11197         backward-compatibility aliases for renamed faces.
11198         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11199         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11200         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11201         remove "font-lock-".  Use renamed antlr-mode faces.
11202         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11203         literal face-names with face variable references.
11205         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11206         face name.
11207         (Buffer-menu-buffer-face): New backward-compatibility alias for
11208         renamed face.
11209         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11211 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11213         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11214         Eliminate "-face" suffix.
11215         (makefile-targets): Inherit from font-lock-function-name-face and
11216         eliminate "-face" suffix.
11217         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11218         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11219         actions, instead of prepending, to make it less visible.
11220         (makefile-previous-dependency, makefile-match-dependency):
11221         Don't match a target on a continuation line.
11223         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11225 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11227         * progmodes/gdb-ui.el (menu): Re-order menu items.
11228         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11230         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11231         Define in tooltip.el.
11232         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11233         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11234         gud-tooltip-echo-area.
11236         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11237         backward compatibility and make obsolete.
11238         (tooltip-help-tips): Use tooltip-use-echo-area.
11239         (tooltip-show-help-function): Rename to...
11240         (tooltip-show-help): ...this, because it is a function.
11241         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11243 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11245         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11246         (edebug-print-length, edebug-print-level, edebug-print-circle)
11247         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11248         (edebug-eval-print-last-sexp): Doc fixes.
11250 2005-06-14  Kim F. Storm  <storm@cua.dk>
11252         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11253         as the coverage buffer/file/both may change.
11255 2005-06-14  Lute Kamstra  <lute@gnu.org>
11257         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11258         and run-mode-hooks.  Simplify.
11260         * mail/rmailedit.el (rmail-edit-mode):
11261         * progmodes/octave-inf.el (inferior-octave-mode):
11262         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11264         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11265         and run-mode-hooks.
11266         (recentf-edit-list, recentf-open-files): Don't call
11267         kill-all-local-variables directly.
11269         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11271 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11273         * emacs-lisp/byte-run.el (make-obsolete)
11274         (define-obsolete-function-alias): Rename arguments FUNCTION and
11275         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11276         (make-obsolete-variable, define-obsolete-variable-alias):
11277         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11278         respectively.
11280         * isearchb.el (isearchb-activate):
11281         * pcvs.el (cvs-mode):
11282         * ses.el (ses-load):
11283         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11284         * net/tramp.el (tramp-find-file-exists-command)
11285         (tramp-find-shell):
11286         * progmodes/ada-mode.el (ada-create-case-exception)
11287         (ada-create-case-exception-substring, ada-make-subprogram-body):
11288         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11289         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11290         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11291         * textmodes/org.el (org-promote, org-evaluate-time-range)
11292         (org-agenda-next-date-line, org-agenda-previous-date-line)
11293         (org-agenda-error, org-open-at-point, org-table-move-row)
11294         (org-format-table-table-html-using-table-generate-source)
11295         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11296         * textmodes/reftex.el (reftex-access-scan-info):
11297         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11298         (reftex-toc-promote-prepare): Follow error conventions.
11300         * diff-mode.el (diff-mode): Fix typo in docstring.
11302         * forms.el (forms--intuit-from-file): Fix reference to
11303         `forms-number-of-fields' in error message.
11304         (forms-print): Fix quoting in error message.
11306         * forms.el (forms-mode):
11307         * emulation/vi.el (vi-goto-insert-state):
11308         * progmodes/flymake.el (flymake-new-err-info)
11309         (flymake-start-syntax-check-for-current-buffer)
11310         (flymake-simple-cleanup):
11311         * eshell/esh-var.el (eshell/export):
11312         * progmodes/gud.el (xdb):
11313         * textmodes/flyspell.el (flyspell-incorrect-hook)
11314         (flyspell-maybe-correct-transposition)
11315         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11317 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11319         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11320         minibuffer prompt.
11322 2005-06-13  Kim F. Storm  <storm@cua.dk>
11324         * subr.el (add-to-ordered-list): New defun.
11326         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11327         add cua--keymap-alist to emulation-mode-map-alists.
11329 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * subr.el (complete-in-turn): New macro.
11332         (dynamic-completion-table, lazy-completion-table): Add debug info.
11334         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11335         in preference to face aliases.
11337         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11338         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11339         Remove unused vars `start' and `firstline'.
11340         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11341         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11343 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11345         * cus-start.el (all): Don't complain about missing GTK-related
11346         variables, unless either `gtk' is boundp or this isn't a
11347         `windows-nt' build.
11349 2005-06-13  Lute Kamstra  <lute@gnu.org>
11351         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11352         run-mode-hooks.
11354         * ediff-mult.el (ediff-meta-mode):
11355         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11357         * ledit.el (ledit-mode): Use delay-mode-hooks.
11359         * woman.el (woman-mode-line-format): Delete constant.
11360         (woman-mode-map): Initialize it properly.
11361         (woman-mode): Set mode-class property to special.
11362         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11363         Set major-mode and mode-name.  Don't set mode-line-format directly.
11364         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11366         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11367         string argument obsolete.
11369 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11371         * textmodes/org.el (org-CUA-compatible): New option.
11372         (org-disputed-keys): New variable.
11373         (org-key): New function.
11374         (orgtbl-make-binding): Add docstring to the created function.
11375         (org-mode): Set paragraph start/separate regexps.
11376         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11377         (org-archive-location, org-archive-mark-done)
11378         (org-archive-stamp-time): New options.
11379         (org-archive-subtree): New command.
11380         (org-fill-paragraph): New function.
11381         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11382         (org-fake-empty-table-line): Function removed.
11383         (org-format-org-table-html): Do not create empty table lines at
11384         separator lines.  Improved table header treatment.
11385         (org-link-format): New option.
11386         (org-make-link): New function.
11387         (org-insert-link, org-store-link): Use org-make-link.
11388         (org-open-file): Quote file name for shell command, to allow
11389         spaces in file names.
11390         (org-link-regexp): Fix bug with mailto link.
11391         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11392         New constants.
11393         (org-export-as-html): Deal with the optional angles around a link.
11394         Better treatment of file: links.
11395         (org-open-at-point): Replace @{ and @} with < and >.
11396         (org-run-mode-hooks): Function removed.
11397         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11399 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11401         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11402         MI command -data-list-register-values.
11403         (gdb-post-prompt): Indent properly.
11405 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11407         * hilit-chg.el (highlight-changes-colors): Rename from
11408         `highlight-changes-colours'.
11409         (highlight-changes-colours): Keep as obsolete alias.
11410         (highlight-changes-face-list): Doc fix.
11411         (hilit-chg-make-list): Use `highlight-changes-colors'.
11413 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11415         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11416         defun-prompt-regexp.
11418 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11420         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11421         and cygwin.
11423         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11424         Don't use an old loaddefs.el, as in Makefile.in.
11426 2005-06-12  Lute Kamstra  <lute@gnu.org>
11428         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11430         * man.el (Man-mode-map): Initialize it properly.
11431         (Man-mode): Set mode-class property to special.
11433         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11435 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11437         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11438         A newline is needed in the docstring there.
11440         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11441         Doc fixes.
11443 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11445         * printing.el: Doc fix.  The menubar is no more changed when printing
11446         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11447         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11448         (pr-version): New version number (6.8.4).
11449         (pr-menu-bind): New command.
11450         (pr-update-menus): Docstring and code fix.
11451         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11452         Docstring fix.
11453         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11454         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11456 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11458         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11459         "Returns" to "return", document useful return values, etc.
11461 2005-06-11  Alan Mackenzie  <acm@muc.de>
11463         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11464         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11465         (adaptive-file-function): Minor amendment to doc-string.
11467 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11469         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11470         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11471         Fix :type--it is `integer', not `string'.
11473         * faces.el (modeline-highlight): Rename from (the erroneous)
11474         `modeline-higilight'.
11476 2005-06-11  Lute Kamstra  <lute@gnu.org>
11478         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11479         lisp-interaction-mode-map but make it the parent.
11480         (edebug-eval-mode): Use define-derived-mode.
11482 2005-06-11  Andreas Schwab  <schwab@suse.de>
11484         * bindings.el: Add binding of `ESC functionkey' for every
11485         `M-functionkey'.
11486         * hexl.el (hexl-mode-map): Likewise.
11488 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11490         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11491         [msft]: update regexp for newer msft compilers.
11493 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11495         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11496         ATTLIST portions of included DTDs.
11497         (xml-parse-dtd): Eliminate use of inefficient match-data.
11499 2005-06-10  Miles Bader  <miles@gnu.org>
11501         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11502         (mpuz-text): Remove "-face" suffix from face names.
11503         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11504         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11505         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11507         * play/gomoku.el (gomoku-O, gomoku-X):
11508         Remove "-face" suffix from face names.
11509         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11510         New backward-compatibility aliases for renamed faces.
11511         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11513 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11515         * thumbs.el: Fixes for changes of 2005-06-09.
11516         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11517         as a directory.
11518         (thumbs-thumbname): Remove directory separator from format string;
11519         `thumbs-thumbsdir' now returns a valid directory name.
11520         (thumbs-temp-dir): New defsubst.
11521         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11522         Use it.
11524         * cus-edit.el (minibuffer):
11525         * files.el (make-backup-file-name-function):
11526         * filesets.el (filesets-external-viewers):
11527         * hilit-chg.el (highlight-changes-colours)
11528         (highlight-changes-face-list, highlight-changes-rotate-faces):
11529         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11530         * kmacro.el (kmacro-call-macro):
11531         * log-edit.el (log-edit-changelog-full-paragraphs):
11532         * mouse.el (mouse-1-click-follows-link):
11533         * skeleton.el (skeleton-autowrap):
11534         * subr.el (insert-for-yank-1):
11535         * tempo.el (tempo-insert-region):
11536         * terminal.el (terminal-emulator):
11537         * time.el (display-time-mail-face):
11538         * vc.el (vc-annotate):
11539         * vcursor.el (vcursor-copy-line):
11540         * woman.el (woman-bold-headings, woman-ignore)
11541         (woman-default-faces, woman-monochrome-faces):
11542         * calendar/todo-mode.el (todo-insert-threshold):
11543         * emulation/pc-select.el (pc-select-selection-keys-only)
11544         (pc-selection-mode):
11545         * emulation/vip.el (vip-find-char-forward):
11546         * emulation/viper-cmd.el (viper-find-char-forward):
11547         * international/mule-cmds.el
11548         (select-safe-coding-system-accept-default-p)
11549         (input-method-exit-on-invalid-key):
11550         * international/mule-diag.el (describe-coding-system):
11551         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11552         * net/browse-url.el (browse-url-xterm-program):
11553         * obsolete/lazy-lock.el (lazy-lock-mode):
11554         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11555         (cperl-mode):
11556         * progmodes/cpp.el (cpp-face-light-name-list)
11557         (cpp-face-dark-name-list):
11558         * progmodes/delphi.el (delphi-newline-always-indents):
11559         Fix spellings in docstrings.
11561         * ido.el (ido-mode, ido-file-extensions-order)
11562         (ido-default-file-method, ido-default-buffer-method)
11563         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11564         (ido-decorations, ido-read-file-name-as-directory-commands)
11565         (ido-read-file-name-non-ido, ido-work-directory-list)
11566         (ido-ignore-item-temp-list, ido-current-directory)
11567         (ido-magic-forward-char, ido-enter-find-file)
11568         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11569         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11571 2005-06-10  Lute Kamstra  <lute@gnu.org>
11573         * play/dunnet.el (dun-mode): Use define-derived-mode.
11574         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11575         obsolete alias.
11577         * play/doctor.el (doctor-mode-map): Remove defvar.
11578         (doctor-mode): Use define-derived-mode.
11580         * mail/mspools.el (mspools-mode):
11581         * net/eudc-hotlist.el (eudc-hotlist-mode):
11582         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11584 2005-06-10  Miles Bader  <miles@gnu.org>
11586         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11587         Remove "-face" suffix from face names.
11588         (flyspell-incorrect-face, flyspell-duplicate-face):
11589         New backward-compatibility aliases for renamed faces.
11590         (flyspell-mode-on, make-flyspell-overlay)
11591         (flyspell-highlight-incorrect-region)
11592         (flyspell-highlight-duplicate-region)
11593         (flyspell-display-next-corrections)
11594         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11596         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11597         from face name.
11598         (texinfo-heading-face): New backward-compatibility alias for
11599         renamed face.
11600         (texinfo-heading-face): Use renamed texinfo-heading face.
11602         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11603         suffix from face names.
11604         (tex-math-face, tex-verbatim-face):
11605         New backward-compatibility aliases for renamed faces.
11606         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11607         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11608         literal face name.
11610         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11611         name.
11612         (table-cell-face): New backward-compatibility alias for renamed face.
11613         (table--put-cell-face-property, table--update-cell-face):
11614         Use renamed table-cell face.
11616         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11617         from face name.
11618         (sgml-namespace-face): New backward-compatibility alias for
11619         renamed face.
11620         (sgml-namespace-face): Use renamed sgml-namespace face.
11622         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11623         (org-level-4, org-level-5, org-level-6, org-level-7)
11624         (org-level-8, org-warning, org-headline-done)
11625         (org-deadline-announce, org-scheduled-today)
11626         (org-scheduled-previously, org-link, org-done, org-table)
11627         (org-time-grid): Remove "-face" suffix from face names.
11628         (org-level-1-face, org-level-2-face, org-level-3-face)
11629         (org-level-4-face, org-level-5-face, org-level-6-face)
11630         (org-level-7-face, org-level-8-face, org-warning-face)
11631         (org-headline-done-face, org-deadline-announce-face)
11632         (org-scheduled-today-face, org-scheduled-previously-face)
11633         (org-link-face, org-done-face, org-table-face)
11634         (org-time-grid-face):
11635         New backward-compatibility aliases for renamed faces.
11636         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11637         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11638         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11639         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11641         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11642         (viper-minibuffer-emacs, viper-minibuffer-insert)
11643         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11644         (viper-search-face, viper-replace-overlay-face)
11645         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11646         (viper-minibuffer-vi-face):
11647         New backward-compatibility aliases for renamed faces.
11648         (viper-search-face, viper-replace-overlay-face)
11649         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11650         (viper-minibuffer-vi-face): Use renamed viper faces.
11652         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11653         Remove "-face" suffix from face names.
11654         (testcover-nohits-face, testcover-1value-face):
11655         New backward-compatibility aliases for renamed faces.
11656         (testcover-mark): Use renamed testcover faces.
11658         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11659         face name.
11660         (diary-button-face): New backward-compatibility alias for renamed face.
11661         (diary-entry): Use renamed diary-button face.
11663         * calendar/calendar.el (diary, calendar-today, holiday)
11664         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11665         (diary-face, calendar-today-face, holiday-face):
11666         New backward-compatibility aliases for renamed faces.
11667         (eval-after-load "facemenu", diary-entry-marker)
11668         (calendar-today-marker, calendar-holiday-marker, diary-face):
11669         Use renamed calendar faces.
11671         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11672         (compare-windows-face): New backward-compatibility alias for
11673         renamed face.
11674         (compare-windows-highlight): Use renamed compare-windows face.
11676         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11677         (strokes-char-face): New backward-compatibility alias for renamed face.
11678         (strokes-encode-buffer): Use renamed strokes-char face.
11680         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11681         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11682         Remove "-face" suffix from face names.
11683         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11684         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11685         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11686         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11687         Use renamed pcvs faces.
11688         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11689         * pcvs-defs.el (cvs-mode-map): Likewise.
11690         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11692         * info.el (info-title-1, info-title-2, info-title-3)
11693         (info-title-4): Remove "-face" suffix from and downcase face names.
11694         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11695         (Info-title-4-face):
11696         New backward-compatibility aliases for renamed faces.
11697         (Info-fontify-node): Use renamed info faces.
11699         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11700         Remove "-face" suffix from face names.
11701         (highlight-changes-face, highlight-changes-delete-face):
11702         New backward-compatibility aliases for renamed faces.
11703         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11704         (hilit-chg-make-list): Use renamed highlight-changes faces.
11706         * generic-x.el (show-tabs-tab, show-tabs-space):
11707         Remove "-face" suffix from face names.
11708         (show-tabs-tab-face, show-tabs-space-face):
11709         New backward-compatibility aliases for renamed faces.
11710         (show-tabs-generic-mode-font-lock-defaults-1)
11711         (show-tabs-generic-mode-font-lock-defaults-2):
11712         Use renamed show-tabs faces.
11714         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11715         (smerge-markers): Remove "-face" suffix from face names.
11716         (smerge-mine-face, smerge-other-face, smerge-base-face)
11717         (smerge-markers-face):
11718         New backward-compatibility aliases for renamed faces.
11719         (smerge-mine-face, smerge-other-face, smerge-base-face)
11720         (smerge-markers-face): Use renamed smerge faces.
11722         * log-view.el (log-view-file, log-view-message): Remove "-face"
11723         suffix from face names.
11724         (log-view-file-face, log-view-message-face):
11725         New backward-compatibility aliases for renamed faces.
11726         (log-view-file-face, log-view-message-face): Use renamed log-view
11727         faces.
11729         * paren.el (show-paren-match, show-paren-mismatch):
11730         Remove "-face" suffix from face names.
11731         (show-paren-match-face, show-paren-mismatch-face):
11732         New backward-compatibility aliases for renamed faces.
11733         (show-paren-function): Use renamed show-paren faces.
11735         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11736         (ruler-mode-margins, ruler-mode-fringes)
11737         (ruler-mode-column-number, ruler-mode-fill-column)
11738         (ruler-mode-comment-column, ruler-mode-goal-column)
11739         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11740         suffix from face names.
11741         (ruler-mode-default-face, ruler-mode-pad-face)
11742         (ruler-mode-margins-face, ruler-mode-fringes-face)
11743         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11744         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11745         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11746         New backward-compatibility aliases for renamed faces.
11747         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11748         (ruler-mode-column-number, ruler-mode-fill-column)
11749         (ruler-mode-comment-column, ruler-mode-goal-column)
11750         (ruler-mode-tab-stop, ruler-mode-current-column)
11751         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11752         faces.
11754         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11755         face name.
11756         (whitespace-highlight-the-space): Use renamed face.
11757         (whitespace-highlight-face): New backward-compatibility alias for
11758         renamed face.
11760         * woman.el (woman-italic, woman-bold, woman-unknown)
11761         (woman-addition, woman-symbol-face):
11762         Remove "-face" suffix from face names.
11763         (woman-italic-face, woman-bold-face, woman-unknown-face)
11764         (woman-addition-face):
11765         New backward-compatibility aliases for renamed faces.
11766         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11767         (woman-decode-region, woman-replace-match)
11768         (woman-display-extended-fonts, woman-special-characters)
11769         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11770         Use renamed woman faces.
11772         * longlines.el (longlines-visible-face): Face removed.
11774         * diff-mode.el (diff-header, diff-file-header, diff-index)
11775         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11776         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11777         suffix from face names.
11778         (diff-header-face, diff-file-header-face, diff-index-face)
11779         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11780         (diff-changed-face, diff-function-face, diff-context-face)
11781         (diff-nonexistent-face): New backward-compatibility aliases for
11782         renamed faces.
11783         (diff-header-face, diff-file-header-face)
11784         (diff-index, diff-index-face, diff-hunk-header)
11785         (diff-hunk-header-face, diff-removed, diff-removed-face)
11786         (diff-added, diff-added-face, diff-changed-face, diff-function)
11787         (diff-function-face, diff-context-face, diff-nonexistent)
11788         (diff-nonexistent-face): Use renamed diff-mode faces.
11790         * progmodes/compile.el (compilation-warning-face)
11791         (compilation-info-face): Remove "-face" suffix from face names.
11792         (compilation-warning-face, compilation-info-face):
11793         New backward-compatibility aliases for renamed faces.
11794         (compilation-warning-face, compilation-info-face):
11795         Use renamed compilation faces.
11797         * add-log.el (change-log-date, change-log-name)
11798         (change-log-email, change-log-file, change-log-list)
11799         (change-log-conditionals, change-log-function)
11800         (change-log-acknowledgement): Remove "-face" suffix from face names.
11801         (change-log-date-face, change-log-name-face)
11802         (change-log-email-face, change-log-file-face)
11803         (change-log-list-face, change-log-conditionals-face)
11804         (change-log-function-face, change-log-acknowledgement-face):
11805         New backward-compatibility aliases for renamed faces.
11806         (change-log-font-lock-keywords): Use renamed change-log faces.
11808         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11809         (custom-set, custom-changed, custom-saved, custom-button)
11810         (custom-button-pressed, custom-documentation, custom-state)
11811         (custom-comment, custom-comment-tag, custom-variable-tag)
11812         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11813         (custom-group-tag): Remove "-face" suffix from face names.
11814         (custom-magic-alist, custom-magic-value-create)
11815         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11816         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11817         (custom-set-face, custom-changed-face, custom-saved-face)
11818         (custom-button-face, custom-button-pressed-face)
11819         (custom-documentation-face, custom-state-face)
11820         (custom-comment-face, custom-comment-tag-face)
11821         (custom-variable-tag-face, custom-variable-button-face)
11822         (custom-face-tag-face, custom-group-tag-face-1)
11823         (custom-group-tag-face):
11824         New backward-compatibility aliases for renamed faces.
11826         * wid-edit.el (widget-documentation, widget-button)
11827         (widget-field, widget-single-line-field, widget-inactive)
11828         (widget-button-pressed): "-face" suffix removed from face names.
11829         (widget-documentation-face, widget-button-face)
11830         (widget-field-face, widget-single-line-field-face)
11831         (widget-inactive-face, widget-button-pressed-face):
11832         New backward-compatibility aliases for renamed faces.
11833         (widget-documentation-face, widget-button-face)
11834         (widget-button-pressed-face, widget-specify-field)
11835         (widget-specify-inactive): Use renamed widget faces.
11837 2005-06-10  Kenichi Handa  <handa@m17n.org>
11839         * term/x-win.el (x-clipboard-yank): Remove condition-case
11840         wrapping.
11842 2005-06-11  Kenichi Handa  <handa@m17n.org>
11844         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11845         date lines stricter.
11847 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11849         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11850         of x-get-selection.
11852 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11854         * comint.el (comint-mode, comint-snapshot-last-prompt):
11855         * frame.el (frame-current-scroll-bars):
11856         * term.el (term-mode, term-check-proc, term-input-sender)
11857         (term-simple-send, term-extract-string, term-word)
11858         (term-match-partial-filename):
11859         * window.el (window-current-scroll-bars):
11860         * emulation/cua-base.el (cua-normal-cursor-color)
11861         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11862         (cua-global-mark-cursor-color):
11863         * mail/undigest.el (rmail-forward-separator-regex):
11864         Fix typos in docstrings.
11866         * comint.el (comint-check-proc, make-comint-in-buffer)
11867         (comint-source-default): Doc fixes.
11869         * term.el (term-send-string): Improve argument/docstring consistency.
11871 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11873         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11874         call to `delete-region'.
11875         (comint-mode-hook): Do not enable Font Lock by default.
11877 2005-06-09  Lute Kamstra  <lute@gnu.org>
11879         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11880         could be void.
11882 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11884         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11885         (debug): Use it.
11886         (debugger-step-through, debugger-continue, debugger-jump)
11887         (debugger-return-value): Set it when needed.
11888         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11889         Use inhibit-read-only.
11891 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11893         * window.el (shrink-window-if-larger-than-buffer)
11894         (window-size-fixed): Fix typo in docstring.
11896         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11897         thumbnails directory on loading.
11898         (thumbs-conversion-program): Use `eq' to check the system type,
11899         not `equal'.
11900         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11901         not "/tmp".  Fix docstring.
11902         (thumbs-thumbsdir): New function to return the thumbnails
11903         directory, creating it if needed.
11904         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11905         (thumbs-temp-file): Delete variable and make it into a function.
11906         (thumbs-resize-image, thumbs-modify-image): Use it.
11907         (thumbs-kill-buffer): Simplify.
11908         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11909         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11910         docstrings.
11912 2005-06-09  Kim F. Storm  <storm@cua.dk>
11914         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11915         set-match-data to free markers in match-data.
11917         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11918         match-data to unchain markers in match-data.
11920 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11922         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11923         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11924         unnecessary now.
11926 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11928         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11929         give the variable a doc string that doesn't say don't set it directly.
11931         * textmodes/ispell.el (ispell-check-version):
11932         Use match-string-no-properties.
11933         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11934         (ispell-buffer-local-words): Likewise.
11936         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11937         except on terminals with enough colors to really display it.
11938         (makefile-dependency-regex): Delete spurious `bb'.
11940         * faces.el (escape-glyph): Use blue once again in last case.
11941         (no-break-space): Redefine so that it isn't invisible on a tty.
11943 2005-06-08  Kim F. Storm  <storm@cua.dk>
11945         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11946         also when reading directory name.
11948 2005-06-08  Lute Kamstra  <lute@gnu.org>
11950         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11951         (flyspell-mode-line-string): Remove autoload cookie.
11952         (flyspell-mode): Remove defvar.
11954 2005-06-07  Lute Kamstra  <lute@gnu.org>
11956         * textmodes/org.el (org-run-mode-hooks): New function.
11957         (org-agenda-mode): Use it.
11959 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11961         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11963 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11967 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11969         * font-lock.el (font-lock-add-keywords): Doc fix.
11971 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11974         (tex-compile-default): In the absence of any history, use the order in
11975         tex-compile-alist to choose the preferred command.
11976         (tex-compile-commands): Reorder a bit.
11978         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11979         (flyspell-incorrect-face, flyspell-duplicate-face):
11980         Use (X)Emacs-agnostic code.
11981         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11982         redundant with the subsequent add-minor-mode.  Merge Emacs and
11983         XEmacs code.
11984         (flyspell-word): Minor simplification.
11985         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11986         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11987         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11988         Merge the corresponding Emacs code.
11989         (flyspell-correct-word, flyspell-xemacs-popup):
11990         Use flyspell-do-correct.
11992         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11993         a dedicated window.
11995         * international/latexenc.el (latexenc-find-file-coding-system):
11996         Undo part of last patch, to turn off a compiler warning.
11998 2005-06-06  Juri Linkov  <juri@jurta.org>
12000         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12001         Rename `tmm-inactive-face' to `tmm-inactive'.
12003 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12005         * iswitchb.el: Rename faces.
12007 2005-06-06  Kim F. Storm  <storm@cua.dk>
12009         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12010         (cua-global-mark): Remove -face suffix from face names.
12012         * emulation/cua-gmrk.el (cua--init-global-mark):
12013         Remove cua-global-mark face setup.
12015 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12017         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12018         just like other allowed characters.
12019         (makefile-match-dependency): Exclude leading and training whitespace
12020         from the range of regexp subexp 1.
12021         (makefile-macroassign-regex): Don't try to match the body,
12022         just the name of the macro being defined.
12024         * info.el (Info-read-node-name-2): New function.
12025         (Info-read-node-name-1): Use that.
12026         Add a completion-base-size-function property.
12028         * simple.el (completion-setup-function): Look for
12029         completion-base-size-function property of minibuffer-completion-table.
12031         * files.el (locate-file-completion): Doc fix.
12033         * printing.el: Don't call pr-update-menus; user must do that.
12035         * emacs-lisp/debug.el (debugger-window): New variable.
12036         (debug): Use debugger-window if it is set and still alive.
12037         Record debugger-window for next entry.
12039         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12041 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12043         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12044         (hack-one-local-variable, hack-local-variables)
12045         (hack-local-variables-prop-line): Pass that arg.
12047 2005-06-06  Kim F. Storm  <storm@cua.dk>
12049         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12050         (ido-indicator): Remove -face suffix from face names.
12052 2005-06-06  Juri Linkov  <juri@jurta.org>
12054         * font-lock.el (font-lock-regexp-backslash)
12055         (font-lock-regexp-backslash-construct): New faces.
12056         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12057         after `('.  Add `while-no-input' to control structures.
12059         * faces.el (no-break-space, shadow): New faces.
12060         (escape-glyph): Use less loud colors pink2 and red4.
12062         * diff-mode.el (diff-context-face)
12063         * dired.el (dired-ignored)
12064         * rfn-eshadow.el (file-name-shadow)
12065         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12067         * info.el (Info-title-1-face): Use green instead of yellow because
12068         bold yellow is not readable on light backgrounds.
12070         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12071         before selecting the desired mode to not spend time fontifying
12072         old contents.
12074 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12076         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12077         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12079         * ps-print.el (ps-default-fg, ps-default-bg):
12080         Fix typos in docstrings.
12082         * isearchb.el (isearchb): Don't pass a spurious second argument to
12083         `iswitchb-completions'.
12085 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12087         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12088         to preserve point.
12089         (gdb-find-file-hook): Add doc string.
12091         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12092         C dereferenced pointer expression.
12093         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12095         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12097         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12098         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12099         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12100         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12101         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12102         Make background transparent.
12104 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12106         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12107         (font-lock-remove-keywords): Doc fix.
12108         (font-lock-mode-major-mode): Compiler defvar.
12109         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12111         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12112         (font-lock-mode): Update `font-lock-mode-major-mode'.
12113         (font-lock-set-defaults): Compiler defvar.
12114         (font-lock-default-function): Take `font-lock-mode-major-mode'
12115         into account.
12117         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12118         keep track of which major mode it enabled the minor mode for.
12119         Use find-file-hook again.  Update docstring.
12121         * simple.el (eval-expression-print-level)
12122         (eval-expression-print-length, eval-expression-debug-on-error):
12123         Doc fixes.
12125 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12127         * iswitchb.el (iswitchb-single-match-face)
12128         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12129         (iswitchb-invalid-regexp-face): New faces.
12130         (iswitchb-completions): Use them.
12131         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12132         now marked as an obsolete alias.
12133         (iswitchb-read-buffer): Remove check for bound font variables.
12134         (iswitchb-invalid-regexp): New free variable.
12135         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12136         set iswitchb-invalid-regexp.
12137         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12138         invalid regexps.
12139         (iswitchb-completions): Add check for complete match when entering
12140         a regexp.
12141         (iswitchb-completions): Remove require-match argument.
12142         (iswitchb-exhibit): Fix caller.
12143         (iswitchb-common-match-inserted): New variable.
12144         (iswitchb-complete, iswitchb-completion-help): Use it.
12146 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12148         * url-http.el (url-http-chunked-encoding-after-change-function):
12149         Use `url-http-debug' instead of `message'.
12151 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12153         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12154         callback argument.
12156 2005-06-04  Kim F. Storm  <storm@cua.dk>
12158         * simple.el (line-move): Only call sit-for when moving backwards.
12160         * ido.el (ido-make-merged-file-list-1): New defun split from
12161         ido-make-merged-file-list.
12162         (ido-make-merged-file-list): Bind throw-on-input around call to
12163         ido-make-merged-file-list-1.  Return input-pending-p if
12164         interrupted by more input available.
12165         (ido-read-internal): Handle input-pending-p return value from
12166         ido-make-merged-file-list.
12168 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12171         compatibility code.
12173         * international/latexenc.el (latexenc-find-file-coding-system):
12174         Don't inherit the EOL part of the coding-system from the
12175         tex-main buffer.  Fit within 80 columns.
12177 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12179         * tmm.el (tmm-inactive-face): New face.
12180         (tmm-remove-inactive-mouse-face): New function.
12181         (tmm-prompt, tmm-add-one-shortcut)
12182         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12183         but not selectable.
12185 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12187         * faces.el (face-equal): Improve argument/docstring consistency.
12189 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12191         * progmodes/make-mode.el (makefile-targets-face)
12192         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12193         (makefile-bsdmake-dependency-regex)
12194         (makefile-makepp-rule-action-regex)
12195         (makefile-bsdmake-rule-action-regex): New constants.
12196         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12198         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12199         Allow (...) within `...' for makepp messages.
12201 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12203         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12205         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12206         "." files are deleted from all file lists before comparison.
12208         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12209         (viper-ESC-key): Made them customizable.
12211         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12213 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12215         * autorevert.el (auto-revert-buffers): Use save-match-data.
12217 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12219         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12220         menu items with a nil command binding.
12222 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12224         * emacs-lisp/cl-macs.el (defsetf):
12225         Improve argument/docstring consistency.
12227         * faces.el (list-faces-display): Improve the formatting by
12228         computing the maximum length required for any face-name (reworked
12229         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12230         (internal-find-face): Remove redundant info in docstring.
12232 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12234         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12235         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12236         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12237         (gdb-assembler-custom): Improve regexps.
12238         (def-gdb-auto-update-handler): Use window point to preserve point.
12240 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12244 2005-05-31  Jay Belanger  <belanger@truman.edu>
12246         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12247         to calc-embedded.
12248         (calc-embedded-make-info): Have plain prefix argument select
12249         entire line.
12251 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12253         * faces.el (list-faces-display): Signal error if passed a regexp
12254         that matches no face name.
12256         * simple.el (filter-buffer-substring): Fix typo in docstring.
12258 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12260         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12261         (vhdl-emacs-21): Doc fix.
12262         (vhdl-mode): Unconditionally set comment-padding.
12263         (vhdl-fixup-whitespace-region): Insert spaces only where
12264         there are none.
12265         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12267 2005-05-30  John Wiegley  <johnw@newartisans.com>
12269         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12270         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12271         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12272         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12273         `string-to-number'.
12275 2005-05-30  Jay Belanger  <belanger@truman.edu>
12277         * calc/calc.el (calc-bug-address): Fix docstring.
12278         (calc-window-hook, calc-trail-window-hook): New variables.
12279         (calc-trail-display): Restore use of calc-trail-window-hook.
12280         (calc): Restore use of calc-window-hook.
12282 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12284         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12286         * help-fns.el (help-C-file-name): Add autoload mark for
12287         `find-function-noselect'.
12289 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12291         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12292         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12294 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12296         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12297         included diary buffer if it was not already being visited.
12298         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12300         * calendar/icalendar.el (top-level): Do not require appt.
12302         * mail/supercite.el (sc-select-attribution): Only use a list
12303         element from sc-attrib-selection-list if it returns a string.
12304         Reported by Davide G. M. Salvetti <salve@debian.org>.
12306 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12308         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12309         includes a hash value to improve its uniqueness, and has a ".jpg"
12310         extension.  Also, it is now a valid filename on all systems.
12311         (thumbs-make-thumb): Use `let', not `let*'.
12312         (thumbs-show-thumbs-list): Check for JPEG availability.
12314 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12316         * filesets.el (filesets-menu-ensure-use-cached):
12317         Prevent warning when emacs-version>= is undefined.
12319         * printing.el (pr-interactive-n-up): Use string-to-number.
12321         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12323         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12324         Warn only when name to be defined is quoted.
12326 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12328         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12329         Make regexp more robust.
12330         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12331         Force regeneration of disassembly.
12333 2005-05-29  Jay Belanger  <belanger@truman.edu>
12335         * calc/calc.el (calc-user-invocation): Check if
12336         calc-invocation-macro is non-nil.
12338 2005-05-29  Juri Linkov  <juri@jurta.org>
12340         * add-log.el (change-log-font-lock-keywords):
12341         Add `+' to e-mail regexp to accept mail address with keywords.
12343         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12345 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12347         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12349         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12351 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12353         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12354         Undo the change that moves to end of the current word.
12356 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12358         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12359         Throw error when count <= 0 to ensure input is a number.
12360         (gdb-read-memory-custom): Pick up address from buffer.
12361         (gdb-memory-mode): Allow user to increment and decrement
12362         memory address from header line.
12364 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12366         * flyspell.el (flyspell-version): Function deleted.
12367         (flyspell-auto-correct-previous-hook): Doc fix.
12369         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12370         Do nothing if memory is full.
12372         * font-lock.el (font-lock-fontify-syntactically-region):
12373         Pass t for GREEDY to looking-back.
12375         * saveplace.el (save-place-alist-to-file): Write the file
12376         using write-region.
12378         * subr.el (looking-back): New argument GREEDY.
12380         * progmodes/compile.el (compilation-start): Set the mode
12381         before inserting the initial text.
12383         * progmodes/which-func.el (which-func-update-1): Turn the mode
12384         off in case of error by setting which-func-mode.
12386 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12388         * flyspell.el (flyspell-auto-correct-previous-word):
12389         Narrow down to what's on the screen, and recenter overlays
12390         at the end of the next word.
12392 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12394         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12395         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12396         (flyspell-abbrev-p): Default to nil.
12397         (flyspell-use-global-abbrev-table-p): Doc fix.
12398         (flyspell-large-region): Allow nil as value.
12399         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12401         (mail-mode-flyspell-verify): More robust handling
12402         of `mail-header-separator'.  More efficient signature detection.
12403         Allow for regexp metacharacters in message-header-separator.
12404         Adding `To' not to be checked in mail-mode-flyspell-verify.
12406         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12407         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12408         Bind flyspell-auto-correct-binding.
12409         Bind C-. and C-, .
12410         (flyspell-mode-map): Likewise.
12411         (flyspell-mode): Doc fix.
12412         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12413         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12414         (flyspell-word-cache-result): New var, always local.
12415         (flyspell-check-pre-word-p): Doc fix.
12416         (flyspell-check-changed-word-p): Handle spc like newline.
12417         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12418         (flyspell-word-search-backward, flyspell-word-search-forward):
12419         New functions.
12420         (flyspell-word): Return t if nothing to check.
12421         When parsing TeX code, check for after } or \.
12422         Use flyspell-word-search-backward to find previous word.
12423         Return nil if duplicated word.
12424         For word already checked, return same value as last time.
12425         Set flyspell-word-cache-result after checking.
12426         Don't clobber the return value.
12427         (flyspell-get-word): Major rewrite.
12428         (flyspell-external-point-words): New locals pword, pcount.
12429         Fix size used in progress message.
12430         Find the proper corresponding word in flyspell-large-region-buffer.
12431         (flyspell-region): Check for flyspell-large-region = nil.
12432         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12433         (flyspell-auto-correct-word): Check that WORD is a cons.
12434         (flyspell-correct-word): Likewise.
12436 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12438         * progmodes/make-mode.el (makefile-rule-action-regex)
12439         (makefile-macroassign-regex, makefile-makepp-mode)
12440         (makefile-bsdmake-mode): Continuation lines may be empty.
12441         Reported by Joshua Varner.
12442         (makefile-makepp-font-lock-keywords): Add $(stem).
12444 2005-05-28  Karl Berry  <karl@gnu.org>
12446         * textmodes/tex-mode.el: Now that tex-send-command calls
12447         shell-quote-argument (2005-03-31 change), remove all calls to
12448         shell-quote-argument; they all end up invoking tex-send-command.
12449         The double quoting loses on filenames with non-safe characters,
12450         such as "@".  Reported by Frederik Fouvry.
12452 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12454         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12455         about preserving point.
12457 2005-05-27  Jay Belanger  <belanger@truman.edu>
12459         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12460         Info-goto-node.
12462         * calc/calc-embed.el (calc-embed-arg): New variable.
12463         (calc-do-embedded-activate, calc-embedded-activate-formula)
12464         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12465         variable by new variable.
12466         (calc-embedded-make-info): Replace undeclared variable by new
12467         variable.  When selecting region with positive prefix
12468         argument, use end of previous line instead of beginning of line.
12470         * calc/calc-aent.el (calc-arg-values): Declare it.
12472         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12473         Declare them.
12475         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12477         * calc/calc.el (calc-alg-map): Declare it.
12479         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12481 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12483         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12484         (gdb-registers-buffer, toggle-gdb-all-registers):
12485         Toggle display of floating point registers.
12486         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12488         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12489         (toggle-gud-tooltip-dereference):
12490         Rename from gud-toggle-tooltip-dereference.
12492 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12496 2005-05-27  Jay Belanger  <belanger@truman.edu>
12498         * calc/calc-prog.el (calc-kbd-report): Remove.
12499         (calc-kbd-query): Rewrite.
12501 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12503         * image.el (image-library-alist): Move to image.c.
12504         (image-type-available-p): Doc fix.
12506 2005-05-27  Lute Kamstra  <lute@gnu.org>
12508         * calc/calc.el (calc):
12509         * outline.el (outline-1, outline-2, outline-3, outline-4)
12510         (outline-5, outline-6, outline-7, outline-8):
12511         * textmodes/dns-mode.el (dns-mode):
12512         * textmodes/sgml-mode.el (sgml-namespace-face):
12513         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12514         (tex-verbatim-face, tex-use-reftex):
12515         * textmodes/texinfo.el (texinfo-heading-face):
12516         Specify customization group.
12518         * longlines.el: Don't require easy-mmode.
12519         (longlines-visible-face): Specify customization group.
12521 2005-05-27  Kenichi Handa  <handa@m17n.org>
12523         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12524         encoding table of windows-1251.
12526         * international/ucs-tables.el (ucs-set-table-for-input):
12527         If translation-table-for-input of a coding system is a symbol, get
12528         its translation-table property.
12530         * international/code-pages.el: Don't register a coding system into
12531         non-iso-charset-alist more than once.
12532         (cp-make-coding-system): Likewise.
12534 2005-05-26  John Wiegley  <johnw@newartisans.com>
12536         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12537         `eshell-resume-eval' is wrapped in a list, it indicates that the
12538         command was run asynchronously.  In that case, unwrap the value
12539         before checking the delimiter value.
12541         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12542         character before a space at the end of a line is \, assume the space
12543         is part of the last argument rather than a final argument separator.
12545         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12546         is in use, and the target is `t' or `nil' (which are the most common
12547         values), don't assume that the symbol target is a buffer.
12549 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12551         * calendar/calendar.el (calendar-mode-line-format):
12552         Use mode-line-highlight as mouse-face.
12554         * time.el (display-time-string-forms, display-time-update):
12555         Use mode-line-highlight as mouse-face.
12557 2005-05-26  Jay Belanger  <belanger@truman.edu>
12559         * calc/calc.el (calc-language-alist): Remove extra defvar.
12561 2005-05-26  Lute Kamstra  <lute@gnu.org>
12563         * arc-mode.el (archive-mode):
12564         * bookmark.el (bookmark-read-annotation-mode)
12565         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12566         * bs.el (bs-mode):
12567         * calc/calc-yank.el (calc-edit-mode):
12568         * calc/calc.el (calc-mode, calc-trail-mode):
12569         * calculator.el (calculator-mode):
12570         * chistory.el (command-history-mode):
12571         * comint.el:
12572         * cus-edit.el (custom-mode):
12573         * descr-text.el (describe-text-mode):
12574         * ebuff-menu.el (Electric-buffer-menu-mode):
12575         * ediff-util.el (ediff-mode):
12576         * emacs-lisp/re-builder.el (reb-mode):
12577         * emulation/vi.el (vi-mode-setup):
12578         * emulation/ws-mode.el (wordstar-mode):
12579         * eshell/esh-mode.el (eshell-mode):
12580         * forms.el (forms-mode):
12581         * help-mode.el (help-mode):
12582         * hexl.el (hexl-mode):
12583         * ibuffer.el (ibuffer-mode):
12584         * ielm.el (inferior-emacs-lisp-mode):
12585         * info.el (Info-mode, Info-edit-mode):
12586         * international/swedish.el:
12587         * ledit.el (ledit-from-lisp-mode):
12588         * locate.el (locate-mode):
12589         * mail/rmail.el (rmail-mode):
12590         * mail/rmailedit.el (rmail-edit-mode):
12591         * mail/rmailsum.el (rmail-summary-mode):
12592         * mail/supercite.el (sc-electric-mode):
12593         * net/eudc.el (eudc-mode):
12594         * net/quickurl.el (quickurl-list-mode):
12595         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12596         * obsolete/ooutline.el (outline-mode):
12597         * obsolete/options.el (Edit-options-mode):
12598         * obsolete/rnews.el (news-mode):
12599         * obsolete/rnewspost.el (news-reply-mode):
12600         * play/5x5.el (5x5-mode):
12601         * play/decipher.el (decipher-mode, decipher-stats-mode):
12602         * play/gomoku.el (gomoku-mode):
12603         * play/snake.el (snake-mode):
12604         * play/solitaire.el (solitaire-mode):
12605         * play/tetris.el (tetris-mode):
12606         * progmodes/ada-mode.el (ada-mode):
12607         * progmodes/antlr-mode.el (antlr-mode):
12608         * progmodes/autoconf.el (autoconf-mode):
12609         * progmodes/dcl-mode.el (dcl-mode):
12610         * progmodes/delphi.el (delphi-mode):
12611         * progmodes/ebrowse.el (ebrowse-tree-mode)
12612         (ebrowse-electric-list-mode, ebrowse-member-mode)
12613         (ebrowse-electric-position-mode):
12614         * progmodes/f90.el (f90-mode):
12615         * progmodes/fortran.el (fortran-mode):
12616         * progmodes/icon.el (icon-mode):
12617         * progmodes/idlw-help.el (idlwave-help-mode):
12618         * progmodes/idlw-shell.el (idlwave-shell-mode):
12619         * progmodes/idlwave.el (idlwave-mode):
12620         * progmodes/inf-lisp.el (inferior-lisp-mode):
12621         * progmodes/m4-mode.el (m4-mode):
12622         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12623         * progmodes/modula2.el (modula-2-mode):
12624         * progmodes/octave-inf.el (inferior-octave-mode):
12625         * progmodes/octave-mod.el (octave-mode):
12626         * progmodes/pascal.el (pascal-mode):
12627         * progmodes/sh-script.el (sh-mode):
12628         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12629         * progmodes/vhdl-mode.el (vhdl-mode):
12630         * progmodes/xscheme.el (scheme-interaction-mode):
12631         * replace.el (occur-mode):
12632         * ses.el (ses-mode):
12633         * simple.el (completion-list-mode):
12634         * skeleton.el:
12635         * speedbar.el (speedbar-mode):
12636         * term.el (term-mode):
12637         * terminal.el (terminal-edit-mode):
12638         * textmodes/reftex-index.el (reftex-index-mode)
12639         (reftex-index-phrases-mode):
12640         * textmodes/reftex-sel.el (reftex-select-label-mode)
12641         (reftex-select-bib-mode):
12642         * textmodes/reftex-toc.el (reftex-toc-mode):
12643         * wdired.el (wdired-change-to-wdired-mode):
12644         * wid-browse.el (widget-browse-mode):
12645         Use run-mode-hooks.
12647         * array.el (array-mode):
12648         * calendar/todo-mode.el (todo-mode):
12649         * man.el (Man-mode):
12650         * play/landmark.el (lm-mode):
12651         * play/mpuz.el (mpuz-mode):
12652         Use kill-all-local-variables and run-mode-hooks.
12654         * subr.el (delay-mode-hooks): Specify indentation.
12656 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12658         * xml.el (xml-substitute-special): Don't die for undefined xml
12659         entities.
12661 2005-05-26  Jay Belanger  <belanger@truman.edu>
12663         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12664         of nil.
12666 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12668         * progmodes/gdb-ui.el (gdb-frame-address):
12669         Rename from gdb-current-address.
12670         (gdb-previous-frame-address): Rename from gdb-previous-address.
12671         (gdb-selected-frame): Rename from gdb-current-frame.
12672         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12673         (gdb-frame-number): Rename from gdb-current-stack-level.
12674         (gdb-ann3): Match new mode-name for disassembly buffer.
12675         Extend initialization of variables.
12676         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12677         (gdb-memory-mode): Use mouse-face in header line.
12678         (gdb-assembler-buffer-name): Call it disassembly and give frame
12679         in mode line.
12680         (gdb-source-spec-regexp, gdb-assembler-custom)
12681         (gdb-invalidate-assembler, gdb-frame-handler):
12682         Make robust to leading zeroes in address format.
12684 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12686         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12687         define `org-mode'.
12688         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12690 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12692         * log-edit.el (log-edit-changelog-entries): Distinguish between
12693         filenames like xfns.c and fns.c.
12695 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12697         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12698         point after reverting.
12699         (Buffer-menu-make-sort-button): Handle the case where
12700         `Buffer-menu-use-header-line' is nil.
12702 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12704         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12705         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12706         and `:' to them.
12708 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12710         * startup.el (normal-top-level): Allow modification of load-path while
12711         we're iterating over it.
12713 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12715         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12716         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12717         (thumbs-resize-interactive, thumbs-insert-image)
12718         (thumbs-insert-thumb, thumbs-dired-show-marked)
12719         (thumbs-find-image-at-point, thumbs-delete-images)
12720         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12721         (thumbs-increment-image-size, thumbs-decrement-image-size):
12722         Fix typos in docstrings.
12724 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12726         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12727         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12728         (cperl-mode): Use them.
12730 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12732         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12733         Doc fixes.
12735 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12737         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12738         Bind C-d to gdb-inferior-io-eof.
12740         * dired.el (dired-dnd-popup-notice): Use message-box.
12742 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12744         * bindings.el (mode-line-major-mode-keymap):
12745         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12747         * faces.el (mode-line-highlight): New face.
12749         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12750         as mouse-face.
12752         * bindings.el (top-level, help-echo, mode-line-modified)
12753         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12754         as mouse-face.
12756 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12758         * progmodes/cc-engine.el (c-guess-basic-syntax):
12759         Remove spurious call to `zerop'.
12761         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12763 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12765         CC Mode update to 5.30.10:
12767         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12768         could go past the limit in decoration level 2, thereby causing
12769         errors during interactive fontification.
12771         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12772         the file is evaluated interactively.
12774         * cc-engine.el (c-guess-basic-syntax): Handle operator
12775         declarations somewhat better in C++.
12777         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12778         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12779         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12780         (awk-mode): Use it.
12781         (make-local-hook): Suppress warning about obsoleteness.
12783         * cc-engine.el, cc-align.el, cc-cmds.el
12784         (c-append-backslashes-forward, c-delete-backslashes-forward)
12785         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12786         Compensate for return value from `forward-line' when it has moved
12787         but not to a different line due to eob.
12789         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12790         `objc-method-intro' and `objc-method-args-cont'.
12792 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12794         CC Mode update to 5.30.10:
12796         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12797         in the copyright statement.  Incidentally, change "along with GNU
12798         Emacs" to "along with this program" where it occurs.
12800         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12801         so that it is interactive, hence can be found by M-x awk-mode
12802         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12803         <gmorris+emacs@ast.cam.ac.uk>.
12805         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12806         Mode's regexps.
12808 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12810         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12811         c-parse-state, to avoid a lisp error (on bad code).
12813 2005-05-23  Lute Kamstra  <lute@gnu.org>
12815         * subr.el (font-lock-defaults): Remove defvar as it's already
12816         defined in font-core.el.
12818         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12820 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12822         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12823         more general and work when GDB variable "print pretty" is on,
12824         as with Emacs, for example.
12826 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12828         * font-core.el: Update comment.
12830         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12831         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12833         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12835 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12837         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12838         and `yank-handler' in the doc strings.
12840 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12842         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12844 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12846         * help.el (describe-key): Move print-help-return-message call
12847         out of conditional.
12849         * progmodes/etags.el (list-tags): Use with-no-warnings.
12851         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12852         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12853         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12855         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12857         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12858         Add defvar.
12860         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12861         Use defvar, not defconst.
12863         * hexl.el (hexl-follow-line): Use with-no-warnings.
12865         * emulation/tpu-extras.el: Use write-file-functions instead of
12866         write-file-hooks.
12868         * dired.el (dired-font-lock-keywords): Fontify files with junk
12869         extensions even if marked by -F.
12871 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12873         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12874         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12875         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12876         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12877         (concatenate, list-length, get*, getf, cl-remprop):
12878         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12879         (etypecase, progv, lexical-let, lexical-let*)
12880         (multiple-value-bind, multiple-value-setq, shiftf):
12881         Improve argument/docstring consistency.
12883         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12885 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12887         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12888         doesn't exist.
12890         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12891         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12893 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12895         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12896         already deleted variables: auto-fill-hook, blink-paren-hook,
12897         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12898         suspend-hooks, comment-indent-hook, meta-flag,
12899         before-change-function, after-change-function,
12900         font-lock-doc-string-face.
12902 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12904         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12906 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12908         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12909         rmail-dont-reply-to.
12911 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12913         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12914         literal blank when splitting new-header-values.
12916 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12918         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12919         string so that tmm doesn't create a completion entry for it.
12921         * textmodes/table.el (table-disable-menu): Ditto.
12923 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12925         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12927         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12929         * net/rcompile.el (remote-compile): Use compilation-start.
12931         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12933 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12935         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12936         Default to makefile-bsdmake-mode on BSD systems.
12938         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12939         REGEXP may also be a search function now.  The part of doc-string
12940         for describing the structure was 95% identical to that of
12941         `imenu--generic-function'.  Unify it there.
12943         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12944         Use function to find dependencies, because regexp alone is so complex,
12945         it easily goes into an endless loop.
12946         (makefile-makepp-mode): Also add submenu for Perl functions
12947         defined in the makefile.
12948         (makefile-bsdmake-mode): Special imenu-generic-expression no
12949         longer needed, due to function call.
12950         (makefile-match-dependency): Take BOUND into account when checking
12951         if we're through.
12953 2005-05-20  Jay Belanger  <belanger@truman.edu>
12955         * calc/calc-units.el (calc-invalidate-units-table):
12956         Use inhibit-read-only.
12957         (math-build-units-table-buffer): Use view-mode.
12959 2005-05-20  David Kastrup  <dak@gnu.org>
12961         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12962         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12964 2005-05-20  Lute Kamstra  <lute@gnu.org>
12966         * diff-mode.el (diff-header-face, diff-file-header-face)
12967         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12968         (diff-added-face, diff-changed-face, diff-function-face)
12969         (diff-context-face, diff-nonexistent-face): Put them in the
12970         diff-mode customization group.
12972 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12976         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12978         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12979         Minor regexp-optimization.
12981 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12983         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12984         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12985         (org-agenda-add-time-grid-maybe): New function.
12986         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12987         (org-table-create): `dotimes' instead of `mapcar'.
12988         (org-xor): Simplify implementation.
12989         (org-agenda): `inhibit-redisplay' turned on.
12990         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12991         a consistent line after a state change.
12992         (org-agenda-remove-times-when-in-prefix): New option.
12993         (org-prefix-has-time): New variable.
12994         (org-parse-time-string): Optional argument NODEFAULT.
12995         (org-format-agenda-item): Parse items for time-of-day
12996         specifications and move these into the prefix if possible.
12997         (org-agenda-priority): Get current heading, not previous heading
12998         during agenda remote editing.
13000 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13002         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13003         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13004         (remove-duplicates, delete-duplicates, substitute)
13005         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13006         (nsubstitute-if-not, find, find-if, find-if-not, position)
13007         (position-if, position-if-not, count, count-if, count-if-not)
13008         (mismatch, search, sort*, stable-sort, merge, member*)
13009         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13010         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13011         (intersection, nintersection, set-difference, nset-difference)
13012         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13013         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13014         (nsublis, tree-equal): Improve argument/docstring consistency.
13016         * subr.el (send-string, send-region): Remove obsolescence declaration.
13017         (window-dot, set-window-dot, read-input, show-buffer)
13018         (eval-current-buffer, string-to-int):
13019         Add release number to obsolescence declarations.
13021 2005-05-19  Kim F. Storm  <storm@cua.dk>
13023         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13024         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13026 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13028         * faces.el (list-faces-display): Make back button respect optional
13029         regexp arg.
13031 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13033         * calculator.el (calculator-radix-grouping-mode)
13034         (calculator-radix-grouping-digits, calculator-displayer)
13035         (calculator-radix-grouping-separator, calculator-copy-displayer):
13036         * dabbrev.el (dabbrev-search-these-buffers-only):
13037         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13038         (diff-advance-after-apply-hunk, diff-mode-hook)
13039         (diff-minor-mode-prefix):
13040         * imenu.el (imenu-use-popup-menu):
13041         * jit-lock.el (jit-lock-context-time):
13042         * newcomment.el (comment-fill-column, comment-column)
13043         (comment-style, comment-padding, comment-multi-line)
13044         (comment-empty-lines, comment-auto-fill-only-comments):
13045         * reveal.el (reveal-around-mark):
13046         * uniquify.el (uniquify-buffer-name-style)
13047         (uniquify-after-kill-buffer-p)
13048         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13049         (uniquify-min-dir-content, uniquify-separator)
13050         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13051         * w32-vars.el (w32-fixed-font-alist):
13052         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13053         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13054         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13055         * progmodes/perl-mode.el (perl-indent-level)
13056         (perl-continued-statement-offset, perl-continued-brace-offset)
13057         (perl-brace-offset, perl-brace-imaginary-offset)
13058         (perl-label-offset, perl-indent-continued-arguments)
13059         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13060         * progmodes/tcl.el (tcl-indent-level)
13061         (tcl-continued-indent-level, tcl-auto-newline)
13062         (tcl-tab-always-indent, tcl-electric-hash-style)
13063         (tcl-help-directory-list, tcl-use-smart-word-finder)
13064         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13065         (inferior-tcl-source-command):
13066         * textmodes/fill.el (enable-kinsoku):
13067         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13068         * textmodes/table.el (table-yank-handler):
13069         Specify missing group (and type, if simple) in defcustom.
13071 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13073         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13075 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13077         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13079         * subr.el (event-basic-type): Don't get an error.
13080         (left-fringe-p): Function deleted.
13082         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13083         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13085         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13086         in recursive copy.
13088         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13090         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13092         * emacs-lisp/bytecomp.el
13093         (byte-compile-file-form-custom-declare-variable):
13094         Call byte-compile-nogroup-warn if appropriate.
13096         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13097         (compilation-set-window): Don't call left-fringe-p; do it directly.
13099 2005-05-19  Jay Belanger  <belanger@truman.edu>
13101         * calc/calc-graph.el (calc-graph-format-data): Make sure
13102         var-PlotRejects is bound before trying to check its value.
13104 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13106         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13107         definition of this variable from reftex-global.el to reftex.el,
13108         because it is needed in the menu.
13110 2005-05-19  Lute Kamstra  <lute@gnu.org>
13112         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13113         years are fixed.  Don't insert a space after a dash.
13115 2005-05-19  Kim F. Storm  <storm@cua.dk>
13117         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13119 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13121         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13122         strings, because (eq ... ?\\) is fairly frequent.
13124         * progmodes/make-mode.el (makefile-add-this-line-targets):
13125         Simplify and integrate into `makefile-pickup-targets'.
13126         (makefile-add-this-line-macro): Simplify and integrate into
13127         `makefile-pickup-macros.
13128         (makefile-pickup-filenames-as-targets): Simplify.
13129         (makefile-previous-dependency, makefile-match-dependency):
13130         Don't stumble over `::'.
13132 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13134         * subr.el (post-command-idle-hook, post-command-idle-delay):
13135         Remove obsoletion of post-command-idle-hook and
13136         post-command-idle-delay.
13138         * faces.el (list-faces-display): Provide button when describe-face
13139         is called to take user back to the list of faces.
13141         * help-fns.el (describe-variable): Remove hyperlinks in a
13142         variable's value as these are quite frequently inappropriate.
13144         * follow.el (follow-submit-feedback, follow-mode):
13145         Remove references to post-command-idle-hook.
13147 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13149         * progmodes/make-mode.el (makefile-previous-dependency)
13150         (makefile-match-dependency): Check for := (and in bsd mode also
13151         !=) to give a better result, even when font-lock is not on.
13153 2005-05-18  Jay Belanger  <belanger@truman.edu>
13155         * calc/calc-help.el (calc-s-prefix-help):
13156         Add `calc-copy-special-constant' to help string.
13158 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13160         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13162 2005-05-18  Jay Belanger  <belanger@truman.edu>
13164         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13165         in linear factors are in proper order.
13167 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13169         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13170         Support for jurabib.
13172         * textmodes/reftex.el (featurep): Define aliases for overlay
13173         commands, for XEmacs compatibility, and use these aliases in
13174         overlay initializations.
13175         (reftex-highlight): Use `reftex-move-overlay'.
13176         (reftex-unhighlight): Use `reftex-delete-overlay'.
13177         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13178         (reftex-access-search-path): Use `reftex-uniquify' instead of
13179         `reftex-uniq'
13181         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13182         `before-string' property modification enables for Emacs as well.
13183         (reftex-select-item): Use `reftex-delete-overlay'.
13184         (reftex-select-mark): Use `reftex-make-overlay' and
13185         `reftex-overlay-put'.
13186         (reftex-select-unmark): Use `reftex-delete-overlay' and
13187         `reftex-overlay-put'.
13189 2005-05-18  Lute Kamstra  <lute@gnu.org>
13191         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13193 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13195         * add-log.el (add-change-log-entry):
13196         * array.el (array-make-template, array-reconfigure-rows)
13197         (array-init-max-row, array-init-max-column)
13198         (array-init-columns-per-line, array-init-field-width):
13199         * replace.el (replace-match-maybe-edit, perform-replace):
13200         * textmodes/spell.el (spell-region):
13201         Replace `read-input' by `read-string'.
13203         * forms.el (forms-mode):
13204         * finder.el (finder-compile-keywords):
13205         * shadowfile.el (shadow-read-files):
13206         Replace `eval-current-buffer' by `eval-buffer'.
13208         * terminal.el (te-pass-through):
13209         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13210         (ange-ftp-raw-send-cmd):
13211         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13212         (send-process-next-char, telnet-initial-filter, telnet):
13213         Replace `send-string' by `process-send-string'.
13215         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13216         (prolog-consult-region): Replace `send-string' by
13217         `process-send-string'; replace `send-region' by `process-send-region'.
13219         * progmodes/delphi.el (delphi-log-msg):
13220         Replace `set-window-dot' by `set-window-point'.
13222         * subr.el (window-dot, set-window-dot, read-input, send-string)
13223         (send-region, show-buffer, eval-current-buffer):
13224         Make really obsolete, as the comment says.
13226 2005-05-17  Kim F. Storm  <storm@cua.dk>
13228         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13229         (cua--init-keymaps): Bind C-return instead of S-return to set
13230         rectangle mark.
13232         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13233         instead of S-return to toggle/clear rectangle mark.
13235 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13237         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13238         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13239         Also fontify plain strings assigned to variables, mostly so that a
13240         colon has a face and is thus not taken as a dependency separator.
13241         (makefile-previous-dependency): Inline the new matcher, because it
13242         is too complex to work in both directions.
13243         (makefile-match-dependency): Eliminate `backward' arg (see above).
13244         Completely reimplemented so as to not sometimes go into an endless
13245         loop.  It should also be more efficient, because first it only
13246         searches for `:', instead of applying the very complex regexp.
13247         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13248         to be fontified in one piece can be too long for JIT.
13249         Makefiles are never *that* big.
13251 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13253         * dired.el (dired-mode): Simplify.
13255 2005-05-17  Lute Kamstra  <lute@gnu.org>
13257         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13258         defcustom for the mode hook variable.
13260         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13261         Emacs Lisp Reference Manual.
13263 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13265         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13266         (evenp, list*):
13267         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13268         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13270         * net/tramp-smb.el (tramp-smb-open-connection):
13271         Pass `tramp-chunksize' as fifth (required) argument.
13273 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13275         * font-lock.el (lisp-font-lock-keywords-1):
13276         Set `font-lock-negation-char-face' for [^...] char group.
13277         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13279         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13280         a var, and refine it to mask one more level of nested vars.
13281         (makefile-rule-action-regex): Turn it into a var, and refine it so
13282         it recognizes backslashed continuation lines as belonging to the
13283         same command.
13284         (makefile-macroassign-regex): Refine it so it recognizes
13285         backslashed continuation lines as belonging to the same command.
13286         (makefile-var-use-regex): Don't look at the next char, because it
13287         might be the same one to be skipped by the initial [^$], leading
13288         to an overlooked variable use.
13289         (makefile-make-font-lock-keywords): Remove two parameters, which
13290         are now variables that some of the modes set locally.
13291         Handle dependency and rule action matching through functions, because
13292         regexps alone match too often.  Dependency matching now comes
13293         last, so it can check, whether a colon already matched something else.
13294         (makefile-mode): Inform that font-lock improves makefile parsing
13295         capabilities.
13296         (makefile-match-dependency, makefile-match-action): New functions.
13298 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13300         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13302         * align.el (align-regexp):
13303         * ansi-color.el (ansi-color-get-face):
13304         * array.el (array-reconfigure-rows, array-init-max-row)
13305         (array-init-max-column, array-init-columns-per-line)
13306         (array-init-field-width):
13307         * dired-aux.el (dired-trample-file-versions):
13308         * dired-x.el (dired-mark-sexp):
13309         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13310         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13311         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13312         * faces.el (face-read-integer):
13313         * files.el (backup-extract-version, insert-directory):
13314         * hexl.el (hexl-insert-decimal-char):
13315         * server.el (server-process-filter):
13316         * shell.el (shell-extract-num):
13317         * startup.el (command-line-1):
13318         * term.el (term-command-hook):
13319         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13320         (time-stamp-do-number):
13321         * time.el (display-time-update):
13322         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13323         (timezone-fix-time):
13324         * vms-patch.el (vms-suspend-resume-hook):
13325         * calendar/appt.el (appt-convert-time):
13326         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13327         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13328         * calendar/cal-islam.el (mark-islamic-diary-entries):
13329         * calendar/calendar.el (calendar-cursor-to-date)
13330         (calendar-star-date):
13331         * calendar/diary-lib.el (diary-attrtype-convert)
13332         (mark-diary-entries, diary-entry-time):
13333         * calendar/solar.el (solar-get-number):
13334         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13335         * emacs-lisp/re-builder.el (reb-display-subexp):
13336         * emulation/edt.el (edt-set-scroll-margins):
13337         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13338         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13339         (vip-get-ex-count):
13340         * emulation/viper-ex.el (viper-get-ex-token)
13341         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13342         * international/fontset.el (fontset-plain-name):
13343         * mail/feedmail.el (feedmail-look-at-queue-directory):
13344         * mail/mailalias.el (mail-get-names):
13345         * mail/rmail.el (rmail-convert-to-babyl-format):
13346         * mail/rmailsum.el (rmail-make-basic-summary-line)
13347         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13348         (rmail-summary-goto-msg):
13349         * mail/smtpmail.el (smtpmail-read-response):
13350         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13351         (ange-ftp-vms-add-file-entry):
13352         * play/gametree.el (gametree-looking-at-ply)
13353         (gametree-current-branch-score):
13354         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13355         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13356         * progmodes/cperl-mode.el (condition-case):
13357         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13358         (ebrowse-set-member-buffer-column-width)
13359         (ebrowse-select-1st-to-9nth):
13360         * progmodes/etags.el (etags-snarf-tag):
13361         * progmodes/flymake.el (flymake-parse-line):
13362         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13363         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13364         (idlwave-shell-menu-def):
13365         * progmodes/ps-mode.el (ps-run-goto-error):
13366         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13367         (vhdl-speedbar-contract-level):
13368         * term/mac-win.el (x-handle-numeric-switch):
13369         * term/sun-mouse.el (sun-get-frame-data):
13370         * term/w32-win.el (x-handle-numeric-switch):
13371         * term/x-win.el (x-handle-numeric-switch):
13372         * textmodes/ispell.el (ispell-parse-output):
13373         * textmodes/nroff-mode.el (nroff-outline-level):
13374         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13375         (reftex-bib-sort-year-reverse, reftex-format-citation):
13376         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13377         (reftex-section-number):
13378         * textmodes/texinfmt.el (texinfo-paragraphindent):
13379         Replace `string-to-int' by `string-to-number'.
13381         * international/latexenc.el: Add page marker to force the "Local
13382         Variables:" string out of the last page.
13384 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13386         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13387         tooltip-change-major-mode.
13388         (gud-tooltip-print-command): Remove case where gud-minor-mode
13389         is gdb ("--fullname").
13390         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13391         explain to user.
13393 2005-05-16  Jay Belanger  <belanger@truman.edu>
13395         * calc/calc-store.el (calc-copy-special-constant): New function.
13397         * calc/calc-ext.el (calc-init-extensions): Add binding for
13398         `calc-copy-special-constant'.
13400         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13401         for the `calc-copy-special-constant' command.
13403 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13405         * subr.el (left-fringe-p): New function.
13407         * progmodes/compile.el (compilation-setup): Set local value of
13408         overlay-arrow-string to "" always.
13409         (compilation-set-window): Left fringe then don't scroll.
13410         No left fringe then no arrow and scroll message to top.
13411         (compilation-context-lines): Adjust doc string accordingly.
13413 2005-05-16  Kim F. Storm  <storm@cua.dk>
13415         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13416         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13417         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13418         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13419         (ido-read-file-name): Handle commands with ido property value
13420         equal to find-file as reading a file name, to allow C-d to enter dired.
13421         (ibuffer-find-file): Add ido property with value find-file.
13423 2005-05-15  Kim F. Storm  <storm@cua.dk>
13425         * subr.el (open-network-stream-nowait): Remove.
13426         (open-network-stream-server): Remove.
13428 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13430         * faces.el (describe-face): Output a definition link button.
13432         * help-mode.el (help-face-def): New button type.
13434         * emacs-lisp/copyright.el (copyright-fix-years):
13435         Match properly if the first year is 2-digit.
13436         Don't mess up the whitespace after the years by filling.
13438         * dired-aux.el (dired-mark-confirm):
13439         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13441         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13442         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13443         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13445         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13446         Set font-lock-comment-start-skip.
13448         * font-lock.el (font-lock-comment-start-skip): New variable.
13449         (font-lock-comment-end-skip): New variable.
13450         (font-lock-fontify-syntactically-region): Use them if non-nil.
13452 2005-05-15  Jay Belanger  <belanger@truman.edu>
13454         * calc/calc-store.el (calc-store-value): Return a string rather
13455         than display it as a message.
13456         Use calc-var-name for variable name.
13457         (calc-store-into): Add the result of calc-store-value to message.
13458         (calc-copy-variable): Add a message.
13459         (calc-store-exchange): Improve error messages.
13460         (calc-store-binary, calc-store-map): Don't reset the values of
13461         special constants.
13463 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13465         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13466         manual to docstring.
13468         * files.el (hack-local-variables-confirm): Add STRING argument.
13469         Make the function handle non file visiting buffers correctly.
13470         (hack-local-variables-prop-line, hack-local-variables)
13471         (hack-one-local-variable): Use STRING arg of
13472         `hack-local-variables-confirm'.
13474 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13476         Sync with Tramp 2.0.49.
13478         * net/tramp.el (tramp-handle-dired-call-process)
13479         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13480         because the contents of the Tramp buffer is changed before
13481         insertion (`expand-file' and alike).
13482         (tramp-handle-insert-directory): If `localname' has an empty
13483         nondirectory name, it must not be quoted.
13484         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13485         variable `tramp-chunksize'.  Change callees.
13486         (tramp-open-connection-setup-interactive-shell): Check remote host
13487         for buggy `send-process-string' implementation.
13488         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13489         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13490         (tramp-handle-shell-command): `insert-buffer' cannot be used
13491         because the contents of the Tramp buffer is changed before
13492         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13493         <frederic.bothamy@free.fr>.
13494         (tramp-set-auto-save): Actions should be done for Tramp file name
13495         handler only.  Ange-FTP has its own auto-save mechanism.
13496         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13497         (tramp-set-auto-save-file-modes): Set file modes of
13498         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13499         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13500         (tramp-bug): Remove obsolete variable.
13501         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13502         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13504 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13506         * ibuf-ext.el (define-ibuffer-filter filename):
13507         If `dired-directory' is a list, use its car.
13509 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13511         * ibuffer.el (define-ibuffer-column filename):
13512         If `dired-directory' is a list, use its car.
13514 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13516         * subr.el (symbol-file): Doc fix.
13518         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13519         (byte-compile-form): Call byte-compile-nogroup-warn.
13520         (byte-compile-warning-types): Doc fix.
13522         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13524         * progmodes/cc-engine.el (c-literal-faces):
13525         Add font-lock-comment-delimiter-face.
13527         * net/net-utils.el (dig): Use with-no-warnings.
13529         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13530         (sc-recite-frame-alist, sc-default-cite-frame)
13531         (sc-default-uncite-frame, sc-default-recite-frame)
13532         (sc-attrib-selection-list, sc-rewrite-header-list):
13533         Mark as risky-local-variable.
13535         * international/ogonek.el (ogonek-jak, ogonek-how):
13536         Don't use beginning-of-buffer.
13538         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13540         * calendar/solar.el (solar-data-list): Move definition up.
13542         * dnd.el (dnd-protocol-alist): Add autoload.
13544         * progmodes/sh-script.el: Many doc usage fixes.
13545         (sh-indent-after-do): Change default to match common styles.
13547 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13549         * files.el (interpreter-mode-alist)
13550         (auto-mode-interpreter-regexp): Doc fixes.
13552 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13554         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13556         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13558 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13560         * dired.el (dired-mode): make-variable-buffer-local =>
13561         make-local-variable.
13563 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13565         * term/mac-win.el (mac-select-convert-to-string): Try coding
13566         systems in mac-script-code-coding-systems if specified one cannot
13567         encode string for `com.apple.traditional-mac-plain-text'.
13569 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13571         * progmodes/make-mode.el (makefile-targets-face)
13572         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13573         (makefile-dependency-regex): Fix it to not make the colon in
13574         $(var:a=b) special.
13575         (makefile-rule-action-regex): New regexp for highlighting embedded
13576         Shell strings.
13577         (makefile-macroassign-regex): Handle != for highlighting as
13578         embedded Shell strings.
13579         (makefile-var-use-regex): New const.
13580         (makefile-statements, makefile-automake-statements)
13581         (makefile-gmake-statements, makefile-makepp-statements)
13582         (makefile-bsdmake-statements): New consts.
13583         (makefile-make-font-lock-keywords): New function.
13584         (makefile-automake-font-lock-keywords)
13585         (makefile-gmake-font-lock-keywords)
13586         (makefile-makepp-font-lock-keywords)
13587         (makefile-bsdmake-font-lock-keywords): New consts.
13588         (makefile-mode-map): Add switchers between the various submodes.
13589         (makefile-mode): Document the availability of the variants.
13590         (makefile-automake-mode, makefile-gmake-mode)
13591         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13593         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13594         new variants of makefile-mode.
13596 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13598         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13599         the inheritance.
13601 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13603         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13604         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13606         * files.el (normal-mode): Extend the scope of the
13607         `enable-local-variables' binding to include the `set-auto-mode' call.
13608         (magic-mode-alist): Doc fix.
13610 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13612         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13613         font-lock-comment-face rather than copying its setting.
13615 2005-05-12  Andreas Schwab  <schwab@suse.de>
13617         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13619 2005-05-12  Lute Kamstra  <lute@gnu.org>
13621         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13622         defcustom for the mode hook variable.  Delete the last argument.
13623         * generic-x.el: Fix callers of define-generic-mode.
13624         (generic-x-modes): Delete group.
13625         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13626         generic-x customization group.
13628 2005-05-12  Kim F. Storm  <storm@cua.dk>
13630         * font-lock.el (font-lock-negation-char-face): Default to "off".
13632         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13633         font-lock-negation-char-face to ! in !=.
13635 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13637         * add-log.el (find-change-log): Fix typos in the docstring
13638         of function.
13640 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13642         * international/latexenc.el (latexenc-find-file-coding-system):
13643         Avoid `re-search-forward' when looking for input encoding because
13644         of speed and safety.  Better regular expressions for recognizing
13645         input encoding.  Limit a search for TeX-master/tex-main-file to
13646         the local variable section.
13648 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13650         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13651         syntax of $ to "'" (quote).
13653 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13655         * dnd.el (dnd-protocol-alist): Improve custom type.
13657         * dired.el (dired-dnd-protocol-alist): New variable.
13658         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13659         `dired-mode-hook' to the end.
13661 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13663         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13664         comment-end if comment-start-skip is not set.
13665         Obey the font-lock-comment-delimiter-face variables.
13667 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13669         * files.el (executable-find): Move from executable.el.  Use
13670         locate-file.
13671         * progmodes/executable.el (executable-find): Move to files.el.
13673         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13674         when trying to ensure forward progress.
13676 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13678         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13679         (mouse-select, mouse-select-internal, mouse-extend-internal):
13680         Use it to implement mouse-1-click-follows-link functionality.
13682 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13684         * font-lock.el (font-lock-fontify-syntactically-region):
13685         Use font-lock-comment-delimiter-face for comment delimiters.
13687 2005-05-10  Jay Belanger  <belanger@truman.edu>
13689         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13690         preserving embedded modes.
13692 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13694         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13696         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13697         Move from ada-stmt.el.
13698         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13700         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13701         Move to ada-mode.el.
13702         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13704         * cus-edit.el (custom-file): Call file-chase-links.
13706         * files.el (read-directory-name): Fix previous change.
13707         (hack-local-variables-confirm): New function.
13708         (hack-local-variables-prop-line, hack-local-variables)
13709         (hack-one-local-variable): Use it.
13711 2005-05-10  Lute Kamstra  <lute@gnu.org>
13713         * font-lock.el (font-lock-keywords-alist)
13714         (font-lock-removed-keywords-alist): Clarify docstrings.
13716 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13718         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13719         (gdb-source-info): Check for preprocessor info.
13720         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13721         a macro for a function.
13722         (gdb-info-breakpoints-custom): Try to find file again if not already
13723         found (user might have used GDB dir command).
13724         (gdb-get-location): Update gdb-location-alist correctly for change
13725         to gdb-info-breakpoints-custom.
13727         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13728         (gud-tooltip-print-command): Add gdbmi case.
13729         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13730         preprocessor info.
13732 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13734         * startup.el (fancy-splash-insert): Fix typo in doc string.
13736 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13738         * obsolete/float.el (string-to-float):
13739         * obsolete/hilit19.el (hilit-add-pattern):
13740         * obsolete/rnews.el (news-parse-range, news-select-message)
13741         (news-get-pruned-list-of-files): Replace `string-to-int' by
13742         `string-to-number'.
13744         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13745         `find-file-not-found-hooks'; use `add-hook'.
13746         (uncompress-while-visiting): Set `write-file-functions', not
13747         `write-file-hooks'; use `add-hook'.
13749 2005-05-09  Kim F. Storm  <storm@cua.dk>
13751         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13752         (cua-paste): Handle clipboard action.
13753         (cua--init-keymaps): Remap clipboard-kill-region and
13754         clipboard-kill-ring-save.
13756 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13758         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13759         Improve commentary.
13761         * simple.el (next-error-overlay-arrow-position): Revert the change
13762         made on 2005-04-30.
13764 2005-05-07  Jay Belanger  <belanger@truman.edu>
13766         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13767         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13768         `calc-sel-reselect'.
13770         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13771         Calc is in embedded mode.
13773 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13775         * progmodes/compile.el (compilation-setup):
13776         Set overlay-arrow-string to an empty string on text terminals.
13778         * textmodes/ispell.el (ispell-program-name): Try looking for
13779         "aspell" along exec-path, and if found, use it as the default
13780         speller program.
13782 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13784         * international/mule.el (sgml-xml-auto-coding-function):
13785         Recognize encoding='FOO' in single quotes as well as in double quotes.
13787 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13789         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13790         as well as `interactive', so that defmacro* would recognize
13791         `declare' forms.
13793 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13795         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13796         Explain more about the LIGHTER arg's usage in the doc string.
13797         Add commentary to clarify what the code does.  Fix the regexp that
13798         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13799         since it could have characters special to regular expressions.
13801 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13803         * replace.el (occur-1): Bind inhibit-read-only so that
13804         erase-buffer doesn't barf on read-only text properties (likewise
13805         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13806         (occur-engine): Don't set buffer-read-only here.
13808 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13810         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13811         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13812         sometimes mistakenly reused as a *cvs* buffer.
13814 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13816         * tooltip.el: Move code for GUD tooltips into gud.el.
13817         (require): CL no longer needed to compile case.
13818         (tooltip-mode): Do not toggle functions for GUD tooltips.
13819         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13820         gud-tooltip-mode in gud.el.
13821         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13822         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13823         tooltip-gud prefix with gud-tooltip and obsolete.
13824         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13825         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13826         (tooltip-mouse-motion): Mouse movement functions/variable.
13827         Rename in gud.el by adding gud prefix.
13828         (tooltip-gud-original-filter, tooltip-gud-dereference)
13829         (tooltip-gud-event, tooltip-toggle-gud-tips)
13830         (tooltip-gud-process-output, tooltip-gud-print-command)
13831         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13832         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13833         (gdb-tooltip-print): Move to gdb-ui.el.
13835         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13836         (require): CL needed to compile case.
13837         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13838         tooltip-gud-tips-p.  Make it a minor-mode.
13839         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13840         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13841         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13842         (gud-tooltip-change-major-mode)
13843         (gud-tooltip-activate-mouse-motions-if-enabled)
13844         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13845         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13846         (gud-tooltip-original-filter, gud-tooltip-dereference)
13847         (gud-tooltip-event, tooltip-toggle-gud-tips)
13848         (gud-tooltip-process-output, gud-tooltip-print-command)
13849         (gud-tooltip-tips): Move from tooltip.el.
13851         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13852         (gdb-cpp-define-alist-flags): Doc fix.
13853         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13854         gud-tooltip-mode is t.
13856 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13858         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13859         evaporate if their text is deleted.
13860         (goto-address-at-point): Make it work as a mouse binding as well.
13861         (goto-address-at-mouse): Obsolete it.  Update users.
13863 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13865         * calendar/appt.el (top-level): No longer activate on load.
13867 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13869         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13870         * net/webjump.el (webjump):
13871         * progmodes/idlw-help.el (idlwave-do-context-help1)
13872         (idlwave-highlight-linked-completions):
13873         * textmodes/po.el (po-find-file-coding-system-guts):
13874         Replace `assoc-ignore-case' by `assoc-string'.
13876 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13878         * files.el (locate-file): Doc fix.
13880         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13881         Remove the redundant test for ms-dos.
13883         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13884         look for the preprocessor with exec-suffixes.  If not found in
13885         standard places, look in exec-path.  Remove most of the tests that
13886         used system-type.
13888         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13890         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13892         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13893         file-name clash with jka-compr.el on 8+3 filesystems.
13895 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13897         * term/mac-win.el: Don't define or bind scroll bar functions if
13898         x-toolkit-scroll-bars is t.
13899         (x-select-text, x-get-selection-value): Clear
13900         x-last-selected-text-clipboard if x-select-enable-clipboard is
13901         nil.
13902         (PRIMARY): Put mac-scrap-name property.
13903         (mac-select-convert-to-file-url): New function.
13904         (public.file-url): New selection target type.  Add to
13905         selection-converter-alist.
13906         (x-get-selection, x-selection-value): Handle it.
13907         (x-cut-buffer-or-selection-value): New alias.
13909 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13911         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13912         entry to avoid calling bibtex-find-entry with arg global
13913         being t.  Remove arg key.
13914         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13915         (bibtex-copy-summary-as-kill): Change accordingly.
13917 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13920         (org-agenda-date-later): Use with-current-buffer.
13922 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13924         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13925         (define-obsolete-variable-alias): Doc Fixes.
13927 2005-05-06  Kim F. Storm  <storm@cua.dk>
13929         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13930         vertical-motion when selective-display is active.
13932         * ido.el (ido-setup-hook): New hook.
13933         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13934         (ido-input-stack): New var.
13935         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13936         ido-next-work-file binding to M-O.
13937         Bind M-f to ido-wide-find-file-or-pop-dir.
13938         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13939         (ido-read-internal): Run ido-setup-hook.
13940         Catch quit in read-file-name and read-string to cancel edit.
13941         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13942         Automatically pop-all when completing a directory name (RET).
13943         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13944         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13945         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13946         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13947         New functions for M-b/M-f to move among the directory components.
13948         (ido-make-merged-file-list): Catch quit to cancel merge.
13949         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13950         (ido-completion-help): No warnings for ido-completion-buffer-full.
13952 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13954         * font-lock.el (font-lock-negation-char-face): New face and variable.
13955         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13956         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13957         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13958         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13960 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13962         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13963         Fix typo in docstring.
13965         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13966         (ebrowse-print-statistics-line)
13967         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13969         * term/w32-win.el (image-library-alist): Add additional name for
13970         Xpm library.
13972 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13974         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13975         use gcc instead of cpp.
13977         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13978         (gdb-create-define-alist): Use it.
13979         (gdb-cpp-define-alist-program): Update for MS-DOS.
13981 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13983         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13985 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13987         * help.el (describe-key): No error when UNTRANSLATED is nil.
13989         * simple.el (line-move-1): Fix previous change to signal errors
13990         appropriately.
13992 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13994         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13995         (icalendar-duration-correction): Remove.
13996         (icalendar--get-event-properties): Split result at commas.
13997         (icalendar--decode-isoduration): New optional argument
13998         DURATION-CORRECTION.
13999         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14000         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14001         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14002         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14003         (icalendar--convert-anniversary-to-ical): New functions, extracted
14004         from icalendar-export-region, with bug fixes.
14005         (icalendar-export-region): Use the above functions.
14006         (icalendar-import-buffer): Check before saving diary file.
14007         (icalendar--convert-recurring-to-diary)
14008         (icalendar--convert-non-recurring-all-day-to-diary)
14009         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14010         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14011         (icalendar--convert-ical-to-diary): Use the above functions.
14013 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14015         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14016         Remove these recent additions.
14017         (c-mode): Restore to before 2005-04-28.
14019         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14020         recent addition.
14022         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14023         (gdb-define-alist): New variables.
14024         (gdb-create-define-alist): New function.
14025         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14026         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14027         with string-to-number.
14028         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14030         * progmodes/gud.el: Replace string-to-int with string-to-number.
14031         (gud-find-file): Handle gdb-define-alist.
14033         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14035 2005-05-02  Jay Belanger  <belanger@truman.edu>
14037         * calc/calc-aent.el (math-read-token):
14038         * calc/calc-bin.el (calc-word-size):
14039         * calc/calc-ext.el (calc-read-number-fancy):
14040         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14041         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14042         * calc/calc-frac.el (calc-over-notation):
14043         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14044         (calc-graph-num-points, calc-graph-init):
14045         * calc/calc-prog.el (calc-read-parse-table-part)
14046         (calc-edit-macro-repeats):
14047         * calc/calc-yank.el (calc-do-grab-rectangle):
14048         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14049         Replace `string-to-int' by `string-to-number'.
14051 2005-05-02  Kim F. Storm  <storm@cua.dk>
14053         * kmacro.el: Use executing-kbd-macro-index variable.
14055 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14057         * net/rlogin.el (rlogin-parse-words): Delete func.
14058         (rlogin): Use split-string, not rlogin-parse-words.
14059         Also, if there are option-like elements in the parsed args,
14060         take the host to be the first arg immediately following them.
14061         Suggested by Michael Mauger.
14063 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14065         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14067 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14069         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14070         (cc-mode-cpp-program): Rename to cc-define-list-program and
14071         move to cc-vars.el.
14073         * progmodes/cc-vars.el (cc-define-list-program):
14074         Change to "gcc -E -dM -".  Make customizable.
14076 2005-05-02  Kim F. Storm  <storm@cua.dk>
14078         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14080 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14082         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14084         * international/mule-util.el (truncate-string): Remove alias and
14085         obsolete declaration.
14087         * international/mule-cmds.el (update-iso-coding-systems):
14088         Remove alias and obsolete declaration.
14090         * international/mule.el (coding-system-parent): Remove alias and
14091         obsolete declaration.
14093         * subr.el (define-function, sref): Remove aliases and obsolete
14094         declarations.
14095         (chars-in-region): Remove obsolete declaration.
14097 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14099         * info.el (Info-mode): Set widen-automatically to nil, locally.
14101         * simple.el (widen-automatically): New variable.
14102         (pop-global-mark): Obey widen-automatically.
14104 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14106         * term/xterm.el (function-key-map): Call substitute-key-definition
14107         before the keymap size is increased by a lot of define-key calls.
14109 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14111         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14112         Rename ARG to ELEMENT.  Doc fix.
14114 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14116         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14117         Remove references to allout-exposure/change to allout-new-exposure.
14119         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14120         bytecode symbols.
14122         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14123         (compiled-function-p, focus-frame, unfocus-frame):
14124         Remove aliases and obsolete declarations.
14125         Back out inadvertent changes from previous commit.
14127 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14129         * files.el (require-final-newline): Make Custom tags consistent
14130         with mode-require-final-newline.
14131         (mode-require-final-newline): Doc fix.
14133 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14135         * international/latexenc.el (latexenc-find-file-coding-system):
14136         Fix regular expressions.
14138 2005-05-01  David Kastrup <dak@gnu.org>
14140         * international/latexenc.el (latexenc-find-file-coding-system):
14141         Fix regular expressions.
14143 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14145         * subr.el (string-to-int): Make obsolete.
14147 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14149         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14151         * loadup.el: load jka-comp-hook.
14153         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14154         (jka-compr-handler): Add autoload.  `put' calls moved
14155         to jka-comp-hook.el.
14156         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14157         (jka-compr-inhibit): Autoload.
14159         * jka-comp-hook.el: New file.
14160         Enable the mode by default.
14162         * files.el (backup-buffer-copy): Use copy-file instead
14163         of write-region, and put back the 'excl.
14165 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14167         * progmodes/flymake.el (flymake-split-string)
14168         (flymake-split-string, flymake-log, flymake-pid-to-names)
14169         (flymake-reg-names, flymake-get-source-buffer-name)
14170         (flymake-unreg-names, flymake-add-line-err-info)
14171         (flymake-add-err-info): Clarify docstrings.
14172         (flymake-popup-menu, flymake-make-emacs-menu)
14173         (flymake-make-xemacs-menu): Add docstrings.
14174         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14175         Set variables directly throughout.
14177 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14179         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14180         exists.  Initialize cc-define-alist.
14181         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14182         If there is no file (Macroexpansion) don't create an alist.
14184 2005-04-29  Sam Steingold  <sds@gnu.org>
14186         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14187         (cc-create-define-alist): Use it instead of the hard-coded string.
14189 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14191         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14192         for latexenc.
14194 2005-04-29  Lute Kamstra  <lute@gnu.org>
14196         * emacs-lisp/generic.el: Improve commentary section.
14197         (define-generic-mode): Improve docstring.
14199 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14201         * textmodes/org.el (many places): Change to quiet the byte compiler.
14202         (org-prefix-format-compiled): New variable.
14203         (org-compile-prefix-format): New function.
14204         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14205         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14206         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14207         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14208         consistency with entries from `org-mode' files.
14209         (org-get-time-of-day): Fix bug with partial matches early in a line.
14210         (org-non-link-chars): New constant.
14211         (org-link-regexp): Respect `org-non-link-chars'.
14212         (org-agenda-day-view): Remove command.
14213         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14214         (org-follow-bbdb-link, org-store-link): Search also company field.
14215         (org-highlight-overlay): New variable.
14216         (org-highlight, org-unhighlight): New functions.
14217         (org-agenda-mode): Add pre-command-hook to remove highlight.
14218         (org-evaluate-time-range): Behavior depends upon whether time stamp
14219         contains a time or not.
14220         (org-show-subtree, org-show-entry): New functions.
14221         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14223 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14225         * comint.el (comint-output-filter-functions): Add autoload cookie.
14227 2005-04-28  Kim F. Storm  <storm@cua.dk>
14229         * ido.el (ido-everywhere): Fix last change.
14231 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14233         * international/latexenc.el: New file.
14234         * international/mule-conf.el (file-coding-system-alist): For .tex,
14235         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14237 2005-04-28  Lute Kamstra  <lute@gnu.org>
14239         * font-lock.el (font-lock-add-keywords)
14240         (font-lock-remove-keywords): Clarify docstring.
14241         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14242         Don't start docstrings with a `*'.
14243         (font-lock-update-removed-keyword-alist): Give it a docstring.
14245         * generic-x.el: Update commentary section.
14246         Only require font-lock when compiling.
14247         Define all modes conditionally.
14248         Place all generic modes in the generic-x-modes customization group.
14249         (generic-x-modes): New customization group.
14250         (generic-default-modes, generic-mswindows-modes)
14251         (generic-unix-modes, generic-other-modes): New constants.
14252         (generic-define-mswindows-modes, generic-define-unix-modes):
14253         Update docstrings.  Make them obsolete.
14254         (generic-extras-enable-list): New default value.  Update docstring.
14255         Improve :type.  Change :set function.
14256         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14257         Fix docstring.
14259         * emacs-lisp/generic.el (generic-mode-internal):
14260         Simplify font-lock-defaults.
14261         (define-generic-mode): Fix docstring.
14263 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14266         font-lock-face property to highlight matches.
14268 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14270         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14271         (cc-define-alist): New variable.
14272         (c-mode): Make it local and initialize it.
14274         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14275         (gdb-exited): New function.
14276         (gdb-annotation-rules): Use it.
14277         (gdb-starting): Set gdb-active-process to t.
14278         (gdb-stopping): Amend doc string.
14279         (gdb-reset): Set gdb-active-process to nil.
14281         * tooltip.el (tooltip-gud-tips): Show the associated #define
14282         directives when a C program under GDB is not executing.
14284 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14286         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14287         font-lock-fontify-syntactic-keywords.
14289         * font-lock.el (font-lock-default-fontify-region): Don't force
14290         parse-sexp-lookup-properties to nil.
14292 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14294         * man.el (man-mode-syntax-table): Set up `:' to have
14295         word-constituent syntax.
14297 2005-04-27  Lute Kamstra  <lute@gnu.org>
14299         * novice.el (disable-command): Don't add spurious newlines to the
14300         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14302 2005-04-26  Jay Belanger  <belanger@truman.edu>
14304         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14305         than one window before deleting window.
14307 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14309         * shell.el (shell-prompt-pattern): Doc fix.
14310         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14312         * comint.el (comint-prompt-regexp, comint-get-old-input)
14313         (comint-use-prompt-regexp)
14314         (comint-use-prompt-regexp-instead-of-fields)
14315         (comint-replace-by-expanded-history, comint-send-input)
14316         (comint-output-filter, comint-get-old-input-default)
14317         (comint-line-beginning-position, comint-bol, comint-show-output)
14318         (comint-backward-matching-input, comint-forward-matching-input)
14319         (comint-next-prompt, comint-previous-prompt):
14320         Rename `comint-use-prompt-regexp-instead-of-fields' to
14321         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14322         obsolete.
14323         (comint-use-prompt-regexp): Shorten first line of doc string.
14325         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14326         Set paragraph-separate buffer locally to "\\'".
14328         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14329         Adapt to above name change.
14331         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14332         (smbclient-prompt-regexp): Ditto.
14334         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14336 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14338         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14339         gdb-location-list.
14340         Break lines that are over 80 characters wide.
14342 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14344         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14345         New fun and var, to preserve compatibility.
14347         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14349 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14351         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14352         name to file-newer-than-file-p.
14354 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14356         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14358         * progmodes/python.el (python-mode):
14359         Use new name eldoc-documentation-function.
14361         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14363         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14364         (eldoc-documentation-function):
14365         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14367 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14369         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14371 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14373         * term/xterm.el (function-key-map): Fix strings for
14374         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14375         {C,S,A,C-S}-{f1-f12}.
14377 2005-04-26  Kenichi Handa  <handa@m17n.org>
14379         * international/mule-cmds.el (select-safe-coding-system):
14380         Fix previous change.
14382 2005-04-26  Lute Kamstra  <lute@gnu.org>
14384         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14386         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14387         (font-lock-comment-delimiter-face): Ditto.
14389         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14391 2005-04-25  Jay Belanger  <belanger@truman.edu>
14393         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14394         to t while inserting information; use help-mode.
14396 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14398         * term.el (ansi-term-color-vector): Use the xterm colors.
14399         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14401 2005-04-25  Lute Kamstra  <lute@gnu.org>
14403         * font-core.el (font-lock-defaults): Fix docstring.
14405         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14407 2005-04-25  Kenichi Handa  <handa@m17n.org>
14409         * international/mule-cmds.el (select-safe-coding-system):
14410         Don't check consistency with coding: spec, etc if raw-text or
14411         no-conversion was found to be safe.
14413 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14415         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14416         citation markers at start of each line.
14418         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14419         citation markers at start of each line.
14421         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14423         * files.el (mode-require-final-newline): Fix previous change.
14424         (require-final-newline): Fix type label.
14426 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14428         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14429         statement in buffer (broken by 2004-11-24 change).
14431 2005-04-24  Kim F. Storm  <storm@cua.dk>
14433         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14434         and read-file-name-function values.  Don't overwrite existing
14435         non-nil values if ido-mode is enabled without ido-everywhere.
14437 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14439         * files.el (mode-require-final-newline): Minor doc fix.
14441 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14443         * subr.el (syntax-after): Doc fix.
14444         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14445         bits, not 8 bits.
14447         * files.el (mode-require-final-newline): Doc fix.
14448         (backup-buffer-copy): Fix last change.
14450 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14452         * term/mac-win.el: Require select.  Set selection-coding-system to
14453         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14454         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14455         (x-select-enable-clipboard): New variables.
14456         (x-select-text, x-get-selection, x-selection-value)
14457         (x-get-selection-value, mac-select-convert-to-string)
14458         (mac-services-open-file, mac-services-open-selection)
14459         (mac-services-insert-text): New functions.
14460         (CLIPBOARD, FIND): Put mac-scrap-name property.
14461         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14462         (public.tiff): Put mac-ostype property.
14463         (selection-converter-alist): Add entries for them.
14464         (mac-application-menu-map): New keymap.
14465         (interprogram-cut-function, interprogram-paste-function): Set to
14466         x-select-text and x-get-selection-value, respectively.
14467         (split-window-keep-point): Set to t.
14469 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14471         * files.el (read-directory-name): Always pass non-nil
14472         DEFAULT-FILENAME arg to read-file-name.
14473         (backup-buffer-copy, basic-save-buffer-2): Take care against
14474         writing thru an unexpected existing symlink.
14475         (revert-buffer): In indirect buffer, revert the base buffer.
14476         (magic-mode-alist): Doc fix.
14477         (buffer-stale-function): Doc fix.
14478         (minibuffer-with-setup-hook): Avoid warning.
14479         (mode-require-final-newline): Doc and custom fix.
14481         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14483         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14484         use the default appearance.
14485         (font-lock-comment-delimiter-face): New face, new variable.
14487         * imenu.el (imenu--generic-function): The official position of a
14488         definition is the start of the line that BEG is in.
14490         * midnight.el (midnight-timer): Move defvar up.
14492         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14494         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14496         * startup.el (command-line): Use with-no-warnings.
14498         * window.el (window-size-fixed): New defvar.
14500         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14502         * mail/rmail.el (rmail-font-lock-keywords):
14503         Use font-lock-comment-delimiter-face.
14505         * mail/sendmail.el (mail-font-lock-keywords):
14506         Use font-lock-comment-delimiter-face.
14508         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14510 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14512         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14513         Specify t for LAXMATCH when matching directories.
14514         Save match data around compilation-compat-error-properties form.
14516 2005-04-23  David Kastrup  <dak@gnu.org>
14518         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14519         Mention that the autoloaded aliases should be kept for AUCTeX.
14521 2005-04-23  Andreas Schwab  <schwab@suse.de>
14523         * isearch.el (isearch-forward): Doc fix.
14525 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14527         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14528         (jit-lock-stealth-nice): Change default value to 0.5.
14530 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14532         * abbrev.el (write-abbrev-file): Write table entries in
14533         alphabetical order by table name.
14535 2005-04-22  Kim F. Storm  <storm@cua.dk>
14537         * ido.el (ido-read-internal): Fix `list' completion.
14539 2005-04-22  Kenichi Handa  <handa@m17n.org>
14541         * recentf.el (recentf-save-file-coding-system): New variable.
14542         (recentf-save-list): Encode the file by
14543         recentf-save-file-coding-system and add coding: tag.
14545 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14547         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14549 2005-04-21  Lute Kamstra  <lute@gnu.org>
14551         * loadhist.el (unload-feature): Don't remove a function from hooks
14552         if it is about to be restored to an autoload .  Remove functions
14553         that will become unbound from auto-mode-alist.  Simplify the code.
14555         * subr.el (assq-delete-all): New implementation that is linear,
14556         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14557         (rassq-delete-all): New function.
14559         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14560         Add size-indication-mode.
14562 2005-04-21  Kenichi Handa  <handa@m17n.org>
14564         * international/mule-cmds.el: Add autoload for widget-value in
14565         eval-when-compile.
14567 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14569         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14570         Add tooltip-mode.
14572         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14574 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14576         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14577         (inferior-lisp-filter-regexp, inferior-lisp-program)
14578         (inferior-lisp-load-command, inferior-lisp-prompt)
14579         (inferior-lisp-mode-hook, lisp-source-modes)
14580         (inferior-lisp-load-hook): defvar->defcustom.
14581         (inferior-lisp-program, inferior-lisp-prompt)
14582         (inferior-lisp-load-hook): Doc fixes.
14583         (inferior-lisp-install-letter-bindings): Small change in
14584         introductory comment.
14586 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14588         * vc.el (vc-annotate-color-map): Change some colors so that text
14589         using them as foreground is readable on both white and black
14590         backgrounds.
14592 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14594         * international/mule-conf.el (translation-table-for-input):
14595         Remove redundant declaration.
14597 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14599         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14601         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14602         (tooltip-toggle-gud-tips): New function.
14604 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14606         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14607         right angle brackets.
14609 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14611         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14613 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14615         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14616         Remove.  Update callers to use expand-file-name instead.
14618         * subr.el (syntax-class): New function.
14620         * simple.el (blink-matching-open): Use it.
14622         * paren.el (show-paren-function): Use it to recognize parens that are
14623         also used in 2-char comment markers.
14625 2005-04-19  Lute Kamstra  <lute@gnu.org>
14627         * loadhist.el (unload-feature): Update for new format of
14628         load-history.  Simplify the code.
14630 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14632         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14633         (mac-add-charset-info): New function.  Initialize variable
14634         mac-charset-info-alist using it.
14635         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14636         for translation.
14637         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14638         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14639         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14640         New CCL programs.
14642 2005-04-19  Kim F. Storm  <storm@cua.dk>
14644         * simple.el (next-buffer, prev-buffer, next-error)
14645         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14646         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14648         * bindings.el (next-buffer, prev-buffer, next-error)
14649         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14650         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14651         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14652         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14654 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14656         * isearch.el (isearch-edit-string): Make the search-ring available for
14657         minibuffer history commands.
14658         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14659         the default history commands now work just as well.
14660         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14662 2005-04-18  Kim F. Storm  <storm@cua.dk>
14664         * emulation/cua-base.el (cua--pre-command-handler): Add more
14665         elaborate check for shift modifier on non-window systems.
14667 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14669         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14671 2005-04-18  Kim F. Storm  <storm@cua.dk>
14673         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14674         and make it optional.  Don't test tooltip-gud-echo-area here.
14675         (tooltip-gud-process-output, gdb-tooltip-print):
14676         Pass tooltip-gud-echo-area to tooltip-show.
14677         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14679 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14681         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14682         `display-graphic-p' may not be bound yet.
14684 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14686         * startup.el (command-line): No longer enable Xterm Mouse mode by
14687         default in terminals compatible with xterm.
14689         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14691 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14693         * tooltip.el (tooltip-gud-echo-area): Rename from
14694         tooltip-use-echo-area.
14695         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14696         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14697         area independently of where help tooltips are displayed.
14699 2005-04-17  David Kastrup  <dak@gnu.org>
14701         * cus-theme.el (custom-theme-write-variables): Quote variables
14702         where necessary.
14704 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14706         * simple.el (yank-excluded-properties): Add follow-link to value.
14708         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14710         * startup.el (fancy-splash-max-time): Just 30 seconds.
14711         (fancy-splash-delay): Just 7.
14712         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14714         * loadhist.el (unload-feature): Update for new format of load-history.
14715         Simplify the code.
14717         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14718         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14720         * mail/sendmail.el (mail-font-lock-keywords):
14721         Don't fontify subject text.
14722         Don't fontify the text of a citation.
14724 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14726         * comint.el (comint-output-filter): Run comint-output-filter-functions
14727         with point where the user had it.
14729 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14731         * international/ucs-tables.el (ucs-set-table-for-input):
14732         Disable when using unify-on-decoding.
14734 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14736         * emulation/cua-base.el (cua-global-mark-face): Add special case
14737         for displays supporting a high number of colors.
14739 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14741         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14743 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14745         * filesets.el (filesets-add-buffer): If user supplies a name of a
14746         non-existing fileset, create a new fileset.
14748 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14750         * textmodes/org.el (org-up-heading-all): Fix bug with
14751         `outline-up-heading-all'.
14753 2005-04-16  Andreas Schwab  <schwab@suse.de>
14755         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14756         /etc/permissions.d/* and /etc/aliases.d/*.
14758 2005-04-16  Kenichi Handa  <handa@m17n.org>
14760         * international/code-pages.el (cp-make-coding-system):
14761         Set `translation-table-for-input' property value to the symbol
14762         ucs-mule-to-mule-unicode, not to that value.
14763         (pt154): Escape guillemet by `\'.
14765 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14767         * loadup.el: Load tooltip if x-show-tip is fboundp.
14769         * startup.el (command-line): Add comment.
14771         * tooltip.el (tooltip-mode): Specify correct standard value for
14772         Custom in init-value.
14774 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14776         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14777         possible.
14779 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14781         * textmodes/org.el (org-agenda-date-prompt): Rename from
14782         `org-agenda-date-today'.
14783         (org-evaluate-time-range): Insert at point instead of directly
14784         after time range.
14785         (org-first-headline-recenter, org-subtree-end-visible-p)
14786         (org-optimize-window-after-visibility-change): New functions
14787         (org-agenda-post-command-hook): Don't allow point at end of line,
14788         to make sure it always hits the text properties.
14789         (org-agenda-next-date-line, org-agenda-previous-date-line):
14790         New commands.
14791         (org-set-regexps-and-options): Category may contain white space.
14792         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14793         Improve marker positions.
14794         (org-agenda-new-marker): Argument POS made optional.
14795         (org-agenda-get-timestamps): Deadlines which are done are listed
14796         in org-done-face now.
14797         (org-agenda-get-todos, org-agenda-get-timestamps)
14798         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14799         Set `undone-face' and `done-face' properties.
14800         (org-last-todo-state-is-todo): New variable.
14801         (org-todo): Set `org-last-todo-state-is-todo'.
14802         (org-agenda-todo): Change face according to
14803         `org-last-todo-state-is-todo'.  And change other lines referring to
14804         the same entry.
14805         (org-calendar-goto-agenda): New command.
14806         (org-calendar-to-agenda-key): New option.
14807         (org-startup-folded): New allowed value `content'.
14808         (org-set-regexps-and-options): Accept new value `content' for
14809         `org-startup-folded'.
14810         (org-get-current-options): Handle new value `content' for
14811         `org-startup-folded'.
14812         (org-insert-todo-heading): New command.
14813         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14814         interactively in empty file and option
14815         `org-insert-mode-line-in-empty-file' has been set.
14816         (org-agenda-todo,org-agenda-priority): Modify to use
14817         `org-agenda-change-all-lines'.
14818         (org-warning-face): Change color on dark background
14820 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14822         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14823         use preferences AppleLocale and AppleLanguages, and variable
14824         mac-system-locale for default locale.  On Mac OS Classic, use
14825         mac-system-coding-system for default coding systems.
14827         * term/mac-win.el: Don't set file-name-coding-system.
14828         Decode variables system-name, emacs-build-system, user-login-name, and
14829         user-full-name by mac-system-coding-system on Mac OS Classic.
14830         (mac-system-coding-system): New variable.
14832 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14834         * startup.el (command-line): Handle `xterm-mouse-mode' before
14835         reading init file.
14837         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14839 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14841         * progmodes/sh-script.el (sh-here-document-word): Make it a
14842         defcustom.  Doc fix.
14843         (sh-add): Bash uses $(( )) for arithmetic.
14844         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14845         (sh-maybe-here-document): Remove quotes and leading whitespace
14846         from heredoc word when closing.  Indent heredoc with tabs if word
14847         starts with "-".
14849 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14851         * simple.el (undo): Fix previous change.
14853         * custom.el (defface): Doc fix.
14855 2005-04-13  Lute Kamstra  <lute@gnu.org>
14857         * Makefile.in (DONTCOMPILE): Remove list.
14858         (compile, compile-always): Don't use DONTCOMPILE.
14859         (update-authors): Load the library in which batch-update-authors
14860         is defined.
14861         * makefile.w32-in (DONTCOMPILE): Remove list.
14862         (compile, compile-always): Fix comments.
14863         (update-authors): Load the library in which batch-update-authors
14864         is defined.
14866         * generic-x.el (generic-mode-ini-file-find-file-hook):
14867         Rename to ini-generic-mode-find-file-hook.
14868         Keep generic-mode-ini-file-find-file-hook as an alias.
14869         (ini-generic-mode-find-file-hook): Rename from
14870         generic-mode-ini-file-find-file-hook.  Fix docstring.
14871         (ini-generic-mode): Docstring change.
14872         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14874         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14875         called from lisp.
14877         * generic.el: Move to the emacs-lisp subdir.
14879 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14881         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14882         and C-S- function and cursor motion keys.
14884 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14886         * startup.el (command-line): Enable Xterm Mouse mode by default.
14887         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14888         for Custom.  No longer show "Mouse" in mode line when enabled.
14889         Doc fix.
14891 2005-04-12  Kim F. Storm  <storm@cua.dk>
14893         * emulation/cua-base.el (cua-rectangle-face)
14894         (cua-rectangle-noselect-face): Define face attributes here.
14896         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14898 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14900         * startup.el (command-line): Turn off blinking cursor if
14901         cursorBlink in resources is off or false.
14903 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14905         * term/mac-win.el (dnd): Require dnd.
14906         (mac-drag-n-drop): Call dnd-handle-one-url.
14907         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14908         (kTextEncodingISOLatin2): Remove constants.
14909         (mac-script-code-coding-systems): New constant.
14910         (mac-handle-language-change): New function.
14911         (special-event-map): Bind it to `language-change' event.
14912         (mac-centraleurroman, mac-cyrillic): New coding systems.
14913         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14914         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14915         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14916         encode-mac-cyrillic, respectively.
14918 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14920         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14921         Don't set overlay-arrow-string to "=>" as this is done
14922         globally in C now.
14924 2005-04-12  Lute Kamstra  <lute@gnu.org>
14926         * generic-x.el (rc-generic-mode, rul-generic-mode):
14927         Fix auto-mode-alist entries.
14928         (etc-fstab-generic-mode): Tweak fontification.
14930         * generic.el (generic-make-keywords-list): Fix docstring.
14931         (generic-mode-internal): Simplify generic-font-lock-keywords.
14933 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14935         * whitespace.el (whitespace-buffer-leading)
14936         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14937         However, fix the highlight area for the leading and
14938         trailing whitespaces to show space.
14940 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14942         * whitespace.el (whitespace-version): Bump to 3.5
14944         (whitespace-buffer-leading, whitespace-buffer-trailing):
14945         Invert sense of the test to highlight the whitespace.
14947 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14949         * progmodes/gud.el (gud-display-line): GUD uses its own
14950         overlay arrow now so don't set overlay-arrow-string.
14951         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14953 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14955         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14956         (term-ansi-current-reverse, term-ansi-current-invisible)
14957         (term-ansi-face-already-done): Change to boolean.
14958         (term-reset-terminal, term-handle-colors-array): Handle the above
14959         vars accordingly.
14960         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14961         (term-emulate-terminal): Use the new name.
14963         * faces.el (secondary-selection): Use yellow1, not yellow.
14964         (trailing-whitespace): Use red1, not red.
14966 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14968         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14969         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14970         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14972         * cus-edit.el (dnd): New group.
14974         * term/w32-win.el (dnd): Require dnd
14975         (w32-drag-n-drop): Call dnd-handle-one-url.
14977         * x-dnd.el: Require dnd.
14978         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14979         Call dnd-handle-one-url.
14980         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14981         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14982         to dnd-insert-text.
14983         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14984         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14985         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14986         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14988         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14990 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14992         * wdired.el: Doc fixes.
14993         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14994         (wdired-use-dired-vertical-movement): Rename from
14995         wdired-always-move-to-filename-beginning.
14996         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14997         (wdired-change-to-wdired-mode): Change mode name.
14998         (wdired-newline): Delete.
15000 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15002         * whitespace.el (whitespace-highlight-the-space):
15003         Don't call whitespace-unhighlight-the-space here.
15005         * simple.el (undo): Record t in undo-equiv-table
15006         for the redo record made by an undo-in-region.
15008 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15010         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15011         (gdb-frame-inferior-io-buffer): New Functions to control
15012         display of separate IO buffer.
15013         (menu): Add them to menu-bar.
15014         (gdb-display-buffer): Check for buffer another frame.
15015         Protect GUD buffer.
15016         (gdb-setup-windows): Create IO buffer if not already there.
15017         (gdb-memory-mode): Remove purecopy noops.
15019 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15021         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15022         and pass to self-insert-command.
15024 2005-04-11  Lute Kamstra  <lute@gnu.org>
15026         * generic.el: Commentary section cleanup.
15027         (generic): Delete.
15028         (generic-use-find-file-hook, generic-lines-to-scan)
15029         (generic-find-file-regexp, generic-ignore-files-regexp)
15030         (default-generic-mode, generic-mode-find-file-hook)
15031         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15032         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15033         (generic-use-find-file-hook, generic-lines-to-scan)
15034         (generic-find-file-regexp, generic-ignore-files-regexp)
15035         (default-generic-mode, generic-mode-find-file-hook)
15036         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15038 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15040         * bookmark.el (bookmark-write-file): Catch errors writing file.
15041         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15043 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15045         * startup.el (fancy-splash-tail): Update copyright year.
15046         (command-line): Split part of -Q into -D.
15047         (emacs-basic-display): New defvar.
15048         (fancy-splash-text): Correct name of menu item.
15050         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15052         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15053         lines in one node.
15055         * comint.el (comint-send-input): New arg ARTIFICIAL.
15056         Callers in this file changed.
15058         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15060         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15062 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15064         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15065         `ldap-search-internal'.
15067 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15069         * files.el (set-auto-mode-1): Use line-end-position.
15071         * international/latin-1.el:
15072         * international/latin-2.el:
15073         * international/latin-3.el:
15074         * international/latin-4.el:
15075         * international/latin-5.el:
15076         * international/latin-8.el:
15077         * international/latin-9.el: Give punctuation syntax to NBSP.
15079         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15080         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15081         Use char-classes to accept non-ascii letters, accepted in some recent
15082         bibtex implementations.
15084 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15086         * custom.el (custom-set-minor-mode): Any non-nil value for the
15087         variable should enable the mode when set through Custom.
15089 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15091         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15092         TAB binding so tab-always-indent is obeyed.
15093         (vhdl-minibuffer-local-map): Move initialization into declaration.
15094         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15095         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15096         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15097         (vhdl-current-line): Use line-beginning-position.
15098         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15099         with-output-to-temp-buffer, so the current position can be recorded.
15101 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15103         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15104         Add regexp for gcov.
15106 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15108         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15109         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15110         syntax which Emacs 20 doesn't support.
15112 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15114         * help.el (describe-key-briefly, describe-key):
15115         Replace strings as event types with "(any string)".
15117 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15119         * arc-mode.el (archive-mode-map): Move initialization into
15120         the declaration.  Override *all* bindings of `undo'.
15121         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15123 2005-04-09  Jay Belanger  <belanger@truman.edu>
15125         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15127 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15129         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15130         (xterm-register-default-colors): Update color values computation
15131         to match xterm-200.
15133 2005-04-09  Kenichi Handa  <handa@m17n.org>
15135         * international/code-pages.el (iso-latin-7): Fix the map.
15137 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15139         * emacs-lisp/lisp.el (defun-prompt-regexp)
15140         (parens-require-spaces, buffer-end, end-of-defun)
15141         (insert-parentheses): Doc fixes.
15143 2005-04-08  Kim F. Storm  <storm@cua.dk>
15145         * comint.el (comint-highlight-prompt): Fix face spec.
15146         * hi-lock.el (hi-green): Likewise.
15148 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15150         * cus-edit.el (custom-modified-face):
15151         * comint.el (comint-highlight-input): Fix previous changes.
15152         * term.el (term-handle-ansi-escape): Add a comment.
15154 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15156         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15157         in the buffer and in whitespace-highlighted-space.
15158         (whitespace-unhighlight-the-space): Simplify.
15159         (whitespace-buffer): Simplify.
15161 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15163         * textmodes/table.el (table-cell-face): Add special case for
15164         displays supporting a high number of colors.
15165         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15166         (vhdl-font-lock-reserved-words-face)
15167         (vhdl-speedbar-architecture-face)
15168         (vhdl-speedbar-instantiation-face)
15169         (vhdl-speedbar-architecture-selected-face)
15170         (vhdl-speedbar-instantiation-selected-face): Likewise.
15171         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15172         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15173         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15174         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15175         (ebrowse-progress-face): Likewise.
15176         * progmodes/compile.el (compilation-info-face): Likewise.
15177         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15178         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15179         * calendar/calendar.el (diary-face): Likewise.
15180         * woman.el (woman-italic-face, woman-bold-face)
15181         (woman-unknown-face): Likewise.
15182         * wid-edit.el (widget-button-pressed-face): Likewise.
15183         * whitespace.el (whitespace-highlight-face): Likewise.
15184         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15185         * pcvs-info.el (cvs-marked-face): Likewise.
15186         * info.el (info-xref): Likewise.
15187         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15188         * hilit-chg.el (highlight-changes-face)
15189         (highlight-changes-delete-face): Likewise.
15190         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15191         (hi-red-b): Likewise.
15192         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15193         * font-lock.el (font-lock-keyword-face)
15194         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15195         * cus-edit.el (custom-invalid-face, custom-modified-face)
15196         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15197         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15198         * comint.el (comint-highlight-prompt): Likewise.
15200 2005-04-08  Lute Kamstra  <lute@gnu.org>
15202         * font-lock.el (font-lock-keywords): Docstring fixes.
15204 2005-04-08  Kenichi Handa  <handa@m17n.org>
15206         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15207         chars are more than a limit, print " and more..." at the tail.
15209 2005-04-08  Kim F. Storm  <storm@cua.dk>
15211         * emacs-lisp/authors.el (authors-aliases): Update list.
15212         (authors-ignored-files): New list.
15213         (authors-fixed-entries): Fix typo.
15214         (authors-renamed-files-alist): Update list.
15215         (authors-add): Check authors-ignored-files.
15217 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15219         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15220         optional, to ensure backward compatibility.
15222 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15224         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15226 2005-04-08  Kim F. Storm  <storm@cua.dk>
15228         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15230         * mouse.el (mouse-on-link-p): Doc fix.
15232 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15234         * ielm.el (ielm-prompt-read-only): Doc fix.
15236         * comint.el (comint-prompt-read-only): Doc fix.
15238 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15240         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15241         ensure dired always handles wildcards passed to ffap.
15242         (find-file-at-point): Use it.
15243         (ffap-dired-wildcards): Doc fix.
15245 2005-04-07  Juri Linkov  <juri@jurta.org>
15247         * simple.el (next-error-overlay-arrow-position): New defvar.
15248         Put "=>" on its property `overlay-arrow-string'.  Add it to
15249         `overlay-arrow-variable-list'.
15251         * progmodes/compile.el (compilation-setup):
15252         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15253         nil in the local hook `kill-buffer-hook'.  Make local variable
15254         `overlay-arrow-string' and set it to "=>".
15255         (compilation-goto-locus): Set BOL position to
15256         `next-error-overlay-arrow-position' instead of
15257         `overlay-arrow-position'.
15259         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15260         locally instead of adding it to the global hook.
15261         (Info-kill-buffer): Move up.
15263 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15265         * term/xterm.el (xterm-standard-colors): Update color values from
15266         xterm-200.
15268 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15270         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15272         * fast-lock.el:
15273         * lazy-lock.el: Move them to the obsolete subdir.
15275 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15277         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15278         (wdired-add-replace-advice): Remove.
15279         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15281 2005-04-06  Kim F. Storm  <storm@cua.dk>
15283         * startup.el (command-line): Add --bare-bones alias for -Q.
15285 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15287         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15288         create the startup fontset if a font specification ends with
15289         `mac-roman'.
15291 2005-04-06  Lute Kamstra  <lute@gnu.org>
15293         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15294         change.
15296         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15297         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15299 2005-04-05  Lute Kamstra  <lute@gnu.org>
15301         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15302         (define-generic-mode): Ditto.  Fix debug declaration.
15304         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15305         Put them in the generic-x group.
15307         * calendar/timeclock.el (timeclock): Doc fix.
15309         * generic.el (define-generic-mode): Don't use custom-current-group.
15310         Document default :group value.
15311         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15312         (define-global-minor-mode): Don't use custom-current-group.
15314 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15316         * startup.el (command-line-1): Display startup-echo-area-message
15317         when fancy splash screen is in use.
15319         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15320         (sh-escaped-newline): New face.
15321         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15322         newline, and use sh-escaped-newline face.
15324         * progmodes/tcl.el (tcl-escaped-newline): New face.
15325         (tcl-builtin-list): New variable.
15326         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15327         newlines.  Fix keywords subexpression number.
15329 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15331         * textmodes/org.el (org-diary-default-entry): Fix call to
15332         `add-to-diary-entry'.
15334 2005-04-05  Kim F. Storm  <storm@cua.dk>
15336         * ediff-init.el: Use (featurep 'xemacs).
15338 2005-04-05  David Ponce  <david@dponce.com>
15340         * cus-edit.el (face): Derive from symbol widget.  Display sample
15341         of the current face on the fly.
15342         (widget-face-sample-face-get, widget-face-notify): New functions.
15343         (widget-face-value-create): Remove.
15345         * wid-edit.el (widget-field-end): Temporarily remove field
15346         narrowing before to call `get-char-property'.
15348 2005-04-04  Jay Belanger  <belanger@truman.edu>
15350         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15351         (math-read-subscripts): New variable.
15352         (math-read-preprocess-string): Process subscripts.
15354 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15356         * comint.el (comint-prompt-read-only): Doc fix.
15358         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15359         `-1'.  Doc fix.
15361 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15363         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15364         Change default value to nil.
15366 2005-04-04  Lute Kamstra  <lute@gnu.org>
15368         * autorevert.el (auto-revert-mode): Specify :group.
15369         * battery.el (display-battery-mode): Specify :group.
15370         * diff-mode.el (diff-minor-mode): Specify :group.
15371         * font-core.el (font-lock-mode): Specify :group.
15372         * hl-line.el (hl-line-mode): Specify :group.
15373         * iimage.el (iimage): New customization group.
15374         (iimage-mode): Specify :group.
15375         * longlines.el (longlines-mode): Specify :group.
15376         * master.el: Don't require easy-mmode.
15377         (master): New customization group.
15378         (master-mode): Specify :group.
15379         * msb.el (msb-mode): Specify :group.
15380         * reveal.el (reveal-mode): Specify :group.
15381         * simple.el (next-error-follow-minor-mode): Specify :group.
15382         * smerge-mode.el (smerge-mode): Specify :group.
15383         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15384         * emulation/cua-base.el (cua-mode): Specify :group.
15385         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15386         * language/thai-util.el (thai-auto-composition-mode)
15387         (thai-word-mode): Specify :group.
15388         * mail/supercite.el (sc-minor-mode): Specify :group.
15389         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15390         * progmodes/flymake.el (flymake-mode): Specify :group.
15391         * progmodes/glasses.el (glasses-mode): Specify :group.
15392         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15393         * textmodes/enriched.el (enriched-mode): Specify :group.
15394         * textmodes/refill.el (refill-mode): Specify :group.
15396         * add-log.el (change-log-font-lock-keywords): Names in
15397         parenthesized lists can contain spaces.
15399 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15401         * startup.el (fancy-splash-text): Shorten default text of
15402         "Emacs Tutorial" line.  Also, if the current language env
15403         indicates an available tutorial file other than TUTORIAL,
15404         extract its title and append it to the line in parentheses.
15405         (fancy-splash-insert): If arg is a thunk, funcall it.
15407 2005-04-04  Jay Belanger  <belanger@truman.edu>
15409         * calc.el (calc-language-alist): Add tags to customization type.
15411 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15413         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15414         Doc fix.
15416 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15418         * add-log.el (change-log-font-lock-keywords): The manual
15419         describing a Change Log entry, says: (...) "Aside from these
15420         header lines, every line in the change log starts with a space or
15421         a tab.".  The font-lock was not highlighting lines started with
15422         spaces, added support for it.
15424 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15426         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15427         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15428         complex example in the docstring.
15429         (bibtex-font-lock-url): Use pop.
15431 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15433         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15435         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15437 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15439         * filesets.el (filesets-set-default): Doc fix.
15441 2005-04-03  Lute Kamstra  <lute@gnu.org>
15443         * generic.el (define-generic-mode): Add argument to specify
15444         keywords for defcustom.
15445         (default-generic-mode): Specify :group.
15447         * generic-x.el: Specify :group for all generic modes.
15449         * desktop.el (desktop-no-desktop-file-hook)
15450         (desktop-after-read-hook): Doc fix.
15452 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15454         * simple.el (visible-mode): Use explicit :group keyword.
15455         This changes the group of `visible-mode-hook' from paren-blinking
15456         to editing-basics.
15458 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15460         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15461         mailbox specifications as well as URLs.
15462         (rmail-insert-inbox-text): Remove unused conditional branches.
15464 2005-04-01  Jay Belanger  <belanger@truman.edu>
15466         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15467         (calc-gnuplot-print-command): Move definitions to calc.el.
15469         * calc/calc-embed.el (calc-embedded-announce-formula)
15470         (calc-embedded-open-formula, calc-embedded-close-formula)
15471         (calc-embedded-open-word, calc-embedded-close-word)
15472         (calc-embedded-open-plain, calc-embedded-close-plain)
15473         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15474         (calc-embedded-open-mode, calc-embedded-close-mode):
15475         Move definitions to calc.el.
15477         * calc/calc.el (calc-settings-file, calc-language-alist):
15478         Make customizable.
15479         (calc-embedded-announce-formula, calc-embedded-open-formula)
15480         (calc-embedded-close-formula, calc-embedded-open-word)
15481         (calc-embedded-close-word, calc-embedded-open-plain)
15482         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15483         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15484         (calc-embedded-close-mode, calc-gnuplot-name)
15485         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15486         from other files and make customizable.
15488 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15490         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15491         Use buffer-live-p.
15492         (cvs-mode-run): Don't call cvs-update-header here.
15493         (cvs-run-process): Call cvs-update-header.
15494         Use process properties for cvs-postprocess and cvs-buffer so that
15495         the sentinel can behave better if the temp buffer is killed.
15496         Use a pipe rather than a tty, to better handle unexpected prompts.
15497         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15499 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15501         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15502         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15504 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15506         * generic.el (define-generic-mode): Add indentation rule.
15508 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15510         * files.el (mode-require-final-newline): Make Custom correctly
15511         report a nil value and allow to set it to nil via Custom.
15512         Doc fix.
15514 2005-04-01  Kenichi Handa  <handa@m17n.org>
15516         * international/characters.el: Enable the correct case setting for
15517         dotless-i and dotted-I.
15519 2005-04-01  Kim F. Storm  <storm@cua.dk>
15521         * ido.el (ido-file-internal): Fall back to non-ido command if
15522         initial directory is on slow ftp (or tramp) host.
15524 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15526         * emacs-lisp/autoload.el (make-autoload):
15527         Handle define-global-minor-mode.
15529         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15530         Rename from easy-mmode-define-global-mode.
15531         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15533         * progmodes/scheme.el (scheme-mode-syntax-table):
15534         Update syntax of | and # for two-character comment syntax.
15536 2005-03-31  Lute Kamstra  <lute@gnu.org>
15538         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15539         (define-minor-mode): Call custom-current-group at load-time.
15541         * generic.el (define-generic-mode): Add debug declaration.
15542         Add defcustom for the mode hook.
15543         (generic-mode-internal): Use run-mode-hooks.
15545 2005-03-31  Kim F. Storm  <storm@cua.dk>
15547         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15548         (mouse-fixup-help-message): New defun called by show_help_echo
15549         to fixup mouse-2 prefix in help messages when applicable.
15551         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15553 2005-03-31  Kenichi Handa  <handa@m17n.org>
15555         * language/thai-word.el (thai-find-word-ends): Pay attention to
15556         the case that we reach the end of buffer.
15558         * textmodes/fill.el (fill-text-properties-at): New function.
15559         (fill-newline): Use fill-text-properties-at instead of
15560         text-properties-at.
15562 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15564         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15565         not comint-quote-filename.
15567 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15569         * help-fns.el (help-with-tutorial): Revert last change.
15571 2005-03-31  Kim F. Storm  <storm@cua.dk>
15573         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15575 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15577         * calendar/cal-china.el: Update reference to "Calendrical
15578         Calculations" book; there's a new edition.
15579         * calendar/cal-coptic.el: Likewise.
15580         * calendar/cal-french.el: Likewise.
15581         * calendar/cal-hebrew.el: Likewise.
15582         * calendar/cal-islam.el: Likewise.
15583         * calendar/cal-iso.el: Likewise.
15584         * calendar/cal-julian.el: Likewise.
15585         * calendar/cal-mayan.el: Likewise.
15586         * calendar/cal-persia.el: Likewise.
15587         * calendar/calendar.el: Likewise.
15588         * calendar/holidays.el: Likewise.
15589         * calendar/lunar.el: Likewise.
15590         * calendar/solar.el: Likewise.
15592         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15593         white space from doc string.
15595 2005-03-30  Jay Belanger  <belanger@truman.edu>
15597         * calc/calc-help.el (calc-full-help): Remove email address.
15599 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15601         * help-fns.el (help-with-tutorial): Delete title line.
15603 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15605         * calendar/cal-x.el (calendar-one-frame-setup)
15606         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15607         rather than `symbol' for set-window-dedicated-p.
15609         * calendar/appt.el (appt-buffer-name): Make it a constant.
15610         (appt-add): Doc fix.
15612         * filesets.el (filesets-menu-path, filesets-menu-before)
15613         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15614         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15615         (filesets-add-submenu): Delete and use add-submenu instead.
15617 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15619         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15620         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15621         (org-diary-default-entry): New function.
15622         (org-get-entries-from-diary): Better parsing of diary entries.
15623         (org-agenda-check-no-diary): New function.
15624         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15625         linking to diary entries.
15626         (org-agenda-execute-calendar-command): New function.
15627         (org-agenda): Improve visible section in window.
15628         Use `org-fit-agenda-window'.
15629         (org-fit-agenda-window): New option.
15630         (org-move-subtree-down): Better handling of empty lines
15631         at end of subtree.
15632         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15633         levels up.
15634         (org-fontify-done-headline): New option.
15635         (org-headline-done-face): New face.
15636         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15637         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15638         When current field is non-empty, it is copied to next row.
15639         (org-table-copy-from-above): Fix bug which made it
15640         impossible to copy fields containing only a single non-white character.
15642 2005-03-30  Kim F. Storm  <storm@cua.dk>
15644         * kmacro.el (kmacro-end-macro): Isearch may store this command
15645         into the macro -- so ignore it when executing keyboard macro.
15647 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15649         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15651 2005-03-29  Kenichi Handa  <handa@m17n.org>
15653         * language/thai.el ("Thai"): Set setup-function and exit-function
15654         for Thai language environment.
15656         * language/thai-util.el: Require thai-word.
15657         (thai-word-mode-map): New variable.
15658         (thai-word-mode): New minor mode.
15659         (setup-thai-language-environment-internal): New function.
15660         (exit-thai-language-environment-internal): New function.
15662         * language/thai-word.el (thai-word-table): Declare it by defvar,
15663         use dolist to initialize it.
15664         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15665         (thai-fill-find-break-point): New functions.
15667 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15669         * simple.el (idle-update-delay): Move definition up.
15670         (set-mark): Doc fix.
15672 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15674         * longlines.el: New file.
15676         * simple.el (buffer-substring-filters): New variable.
15677         (filter-buffer-substring): New function.
15678         (kill-region, copy-region-as-kill): Use it.
15680         * register.el (copy-to-register, append-to-register)
15681         (prepend-to-register): Use filter-buffer-substring.
15683 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15685         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15686         (gud-filter-pending-text): Move in front of gdb.
15687         (gud-overlay-arrow-position): New variable.
15688         (gud-sentinel, gud-display-line): Use it in place of
15689         overlay-arrow-position.
15691 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15693         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15694         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15695         (fortran-font-lock-keywords-4): New variable.
15696         (fortran-blocks-re, fortran-end-block-re)
15697         (fortran-start-block-re): New constants, for hideshow.
15698         (hs-special-modes-alist): Add a Fortran entry.
15699         (fortran-mode-map): Bind fortran-end-of-block,
15700         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15701         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15702         (fortran-looking-at-if-then, fortran-end-of-block)
15703         (fortran-beginning-of-block): New functions, for hideshow.
15705         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15706         Doc fix.  Tweak regexp.
15707         (f90-beginning-of-block): Push mark first.
15709 2005-03-29  Jay Belanger  <belanger@truman.edu>
15711         * calc/calc.el: Update copyright date.
15712         (calc-version): Increase to 2.1.
15713         (calc-version-date): Remove.
15715         * calc/calc-help.el: Update copyright date.
15716         (calc-full-help): Remove reference to calc-version-date.
15717         Update copyright date.
15719 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15721         * vc.el (vc-do-command): Use a pipe for async processes, so password
15722         prompts don't show up at places where the user can't reply.
15724 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15726         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15727         on the file name we pass to the inferior shell.
15729 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15731         * progmodes/which-func.el (which-function): Be robust in the face of an
15732         imenu--make-index-alist failure.
15734 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15736         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15738         * progmodes/python.el (python-preoutput-filter): Fix last change.
15740 2005-03-29  Lute Kamstra  <lute@gnu.org>
15742         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15743         functions and compiled macros.
15744         (debug-convert-byte-code): Handle macros too.
15745         (debug-on-entry-1): Don't signal an error when trying to clear a
15746         function that is not set to debug on entry.
15748 2005-03-29  Jay Belanger  <belanger@truman.edu>
15750         * calc/calc-lang.el: Add functions to math-function-table
15751         properties of tex and math.
15753 2005-03-29  Kenichi Handa  <handa@m17n.org>
15755         * ps-mule.el (ps-mule-plot-string): Translate characters by
15756         ps-print-translation-table.
15757         (ps-mule-begin-job): Call find-charset-region/string with
15758         ps-print-translation-table.
15759         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15761         * ps-print.el (ps-print-translation-table): New variable.
15762         (ps-plot-region): Translate characters by ps-print-translation-table.
15764 2005-03-29  Juri Linkov  <juri@jurta.org>
15766         * simple.el (next-error-highlight-timer): New variable.
15768         * progmodes/compile.el (compilation-goto-locus):
15769         Use `next-error-highlight-timer' instead of `sit-for'.
15771 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * mail/supercite.el (sc-mail-field): Use assoc-string.
15774         (sc-get-address): Simplify regexps.
15776         * files.el (minibuffer-with-setup-hook): New macro.
15777         (find-file-read-args): Use it to avoid let-binding
15778         minibuffer-with-setup-hook (which breaks turning on/off
15779         file-name-shadow-mode while in the prompt).
15781         * complete.el (PC-read-include-file-name-internal):
15782         Use test-completion.
15784 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15786         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15788 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15790         * window.el (window-buffer-height): Use count-screen-lines.
15792         * progmodes/python.el (python-preoutput-leftover): New var.
15793         (python-preoutput-filter): Use it.
15794         (python-send-receive): Loop until all the result has been received.
15796 2005-03-28  Juri Linkov  <juri@jurta.org>
15798         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15800         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15801         "Recover Crashed Session".
15802         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15803         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15804         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15805         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15806         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15807         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15808         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15809         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15811         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15812         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15813         Ediff Sessions", "Toggle use of separate control buffer frame",
15814         "Use separate frame for Ediff control buffer".
15816         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15817         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15818         "Rename Bookmark", "Delete Bookmark".
15820         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15821         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15822         Add `:active Info-index-alternatives' to "Next Matching Item".
15824         * wdired.el (wdired-change-to-wdired-mode):
15825         Mention `wdired-abort-changes' key in the initial message.
15827         * international/mule.el (auto-coding-alist): Associate non-ascii
15828         image filename extensions with `no-conversion'.
15830 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15832         * international/iso-acc.el:
15833         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15835 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15837         * textmodes/sgml-mode.el (html-mode): Doc update.
15839         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15841 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15843         * term.el (term-move-columns): Fix face after extending a line.
15844         (term-insert-spaces): Likewise.
15845         (term-reset-terminal): Fix off by one error.
15847 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15849         * international/mule.el (auto-coding-alist): Add .xpi files.
15851         * files.el (auto-mode-alist): Add .xpi files.
15853 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15855         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15857 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15859         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15861 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15863         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15864         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15866         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15867         cursor to Jan 1 when needed.
15868         (calendar-end-of-year): Fix -/+ typo.
15869         Reported by Chong Yidong <cyd@stupidchicken.com>.
15871 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15873         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15875         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15876         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15878 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15880         * filesets.el (filesets-init): Add autoload.
15882         * mail/mailalias.el (mail-directory): Doc fix.
15884 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15886         * mail/mailalias.el (mail-directory-process): Do nothing if
15887         mail-directory-process is an atom.
15888         (mail-get-names): Ignore mail-directory-names if it is an atom.
15889         (mail-directory-process defvar): Doc fix.
15890         (mail-names): Doc fix.
15892 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15894         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15896 2005-03-26  Kenichi Handa  <handa@m17n.org>
15898         * international/mule-util.el (detect-coding-with-priority):
15899         Call update-coding-systems-internal before detect-coding-region.
15901 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15903         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15904         (gdb-frames-mode-map): Add follow-link property.
15906 2005-03-25  Jay Belanger  <belanger@truman.edu>
15908         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15909         for variables.
15911 2005-03-25  Juri Linkov  <juri@jurta.org>
15913         * image-mode.el: Optimize image filename extension regexps in
15914         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15915         in `auto-mode-alist'.
15916         (image-mode): Add `image-toggle-display-text' to local hook
15917         `change-major-mode-hook'.  Display the image as an image by
15918         default.  Set `cursor-type' and `truncate-lines' if the image
15919         is already displayed.  Take into account the current mode (image
15920         or text) in message.
15921         (image-minor-mode): New minor mode.
15922         (image-mode-maybe, image-toggle-display-text): New functions.
15923         (image-toggle-display): Use called-interactively-p.
15924         Let-bind `inhibit-read-only' to t.
15926         * image-mode.el (image-minor-mode): Set `cursor-type' and
15927         `truncate-lines' if the image is already displayed.  Add turning
15928         image-minor-mode off to `change-major-mode-hook'.  Add message.
15929         Call `image-toggle-display-text' after turning image-minor-mode off.
15931 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15933         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15934         Terminal.app, use utf-8.
15935         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15936         (set-locale-environment): Use it.
15938         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15940         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15942         * progmodes/python.el (python-close-block-statement-p)
15943         (python-outdent-p, python-current-defun): Use symbol-end.
15945 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15947         * files.el (save-some-buffers): Doc fix.
15949 2005-03-25  Werner Lemberg  <wl@gnu.org>
15951         * complete.el, thumbs.el: Replace `legal' with `valid'.
15952         * calendar/calendar.el: Replace `legal' with `valid'.
15953         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15954         * mail/supercite.el: Replace `legal' with `valid'.
15955         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15956         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15957         Replace `legal' with `valid'.
15958         * textmodes/reftex-vars.el, textmodes/reftex.el:
15959         Replace `legal' with `valid'.
15961 2005-03-25  Werner Lemberg  <wl@gnu.org>
15963         * calc/calc-forms.el, calc/calc-sel.el:
15964         * midnight.el, vc-cvs.el:
15965         * emacs-lisp/cl-macs.el:
15966         * emulation/vip.el:
15967         * eshell/esh-io.el, eshell/esh-var.el:
15968         * mail/supercite.el:
15969         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15970         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15971         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15972         * progmodes/sh-script.el, progmodes/xscheme.el:
15973         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15974         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15975         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15976         * textmodes/reftex.el, textmodes/org.el:
15977         Replace `illegal' with `invalid'.
15979 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15981         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15982         (flymake-find-buildfile, flymake-find-possible-master-files)
15983         (flymake-check-include, flymake-parse-line): Replace loops over the
15984         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15986         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15987         Substitute file-name-as-directory in the rest of the file.
15988         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15989         (flymake-replace-region): Remove unused arg `buffer'.
15990         (flymake-check-patch-master-file-buffer): Update calls to it.
15991         (flymake-add-err-info): Remove unused var `count'.
15992         (flymake-mode): Use define-minor-mode.
15994         * progmodes/flymake.el: Use with-current-buffer.
15995         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15996         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15997         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15998         Avoid testing for `xemacs'.
15999         (flymake-nop): Move.
16000         (flymake-region-has-flymake-overlays): Return the computed value.
16001         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16002         Remove unused var `endline'.
16003         (flymake-get-line-count): Remove unused function.
16004         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16006         * emulation/vi.el:
16007         * generic.el:
16008         * hilit-chg.el (global-highlight-changes):
16009         * hi-lock.el (hi-lock-mode):
16010         * follow.el: find-file-hooks -> find-file-hook.
16012         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16014 2005-03-24  Juri Linkov  <juri@jurta.org>
16016         * dired.el (dired-mode-map): Add menu item "Compare directories"
16017         for dired-compare-directories.
16019         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16020         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16022 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16024         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16026 2005-03-24  Jay Belanger  <belanger@truman.edu>
16028         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16029         relevant mode settings in calc-embedded-original-modes when modes
16030         are permanently changed.
16032 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16034         * autoinsert.el: find-file-hooks -> find-file-hook.
16036 2005-03-24  Lute Kamstra  <lute@gnu.org>
16038         * generic.el (generic-font-lock-defaults): Make it obsolete.
16039         (generic-font-lock-keywords): New variable to replace
16040         generic-font-lock-defaults.
16041         (generic-mode-set-font-lock): Delete it.
16042         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16043         (generic-bracket-support): Add docstring.
16045         * generic-x.el: Rename generic-font-lock-defaults to
16046         generic-font-lock-keywords throughout.
16047         (mailagent-rules-setup-function): Delete it.
16048         (mailagent-rules-generic-mode): Use anonymous function instead.
16049         (show-tabs-generic-mode-font-lock-defaults-1)
16050         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16051         Quote faces.
16052         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16053         not foreground.
16055         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16056         Recognize define-generic-mode.
16058 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16060         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16061         if there's no completion table.
16063 2005-03-23  Miles Bader  <miles@gnu.org>
16065         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16066         Remove tty-specific variants, as they're no longer needed.
16068 2005-03-23  Lute Kamstra  <lute@gnu.org>
16070         * generic-x.el: Code cleanup: make args constant whenever possible.
16071         (installshield-statement-keyword-list)
16072         (installshield-system-functions-list)
16073         (installshield-system-variables-list, installshield-types-list)
16074         (installshield-funarg-constants-list): Make them constants.
16076         * generic.el (generic-make-keywords-list): Add autoload cookie.
16078         * calendar/time-date.el: Add comment on time value formats.
16079         Don't require parse-time.
16080         (with-decoded-time-value): New macro.
16081         (encode-time-value): New function.
16082         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16083         (days-to-time): Return a valid time value when arg is huge.
16084         (time-since): Use time-subtract.
16085         (time-to-number-of-days): Use time-to-seconds.
16087 2005-03-23  David Ponce  <david@dponce.com>
16089         * recentf.el: (recentf-keep): New option.
16090         (recentf-menu-action): Default to `find-file'.
16091         (recentf-keep-non-readable-files-flag)
16092         (recentf-keep-non-readable-files-p)
16093         (recentf-file-readable-p, recentf-find-file)
16094         (recentf-cleanup-remote): Remove.
16095         (recentf-include-p): More robust.
16096         (recentf-keep-p): New function.
16097         (recentf-remove-if-non-kept): Rename from
16098         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16099         All callers updated.
16100         (recentf-menu-items-for-commands): Fix help string.
16101         (recentf-track-closed-file): Update.  Doc fix.
16102         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16104 2005-03-23  Kim F. Storm  <storm@cua.dk>
16106         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16107         Don't inherit from fringe face (now happens automatically).
16109 2005-03-22  Kim F. Storm  <storm@cua.dk>
16111         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16112         position values.
16114 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16116         * menu-bar.el (showhide-date-time): Remove.
16117         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16118         (menu-bar-make-mm-toggle): Simplify.
16120 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16122         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16123         Accept qualified variable and function names.
16125 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16127         * bindings.el (completion-ignored-extensions):
16128         Remove ".lis" for `vax-vms'.
16130 2005-03-22  Andreas Schwab  <schwab@suse.de>
16132         * generic-x.el: Revert last change.
16133         * ldefs-boot.el: Update.
16135 2005-03-22  Jay Belanger  <belanger@truman.edu>
16137         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16138         (calc-embedded-save-original-modes)
16139         (calc-embedded-restore-original-modes): New functions.
16140         (calc-do-embedded): Save original modes when entering embedded mode
16141         and restore when leaving embedded mode.
16142         (calc-embedded-modes-change): Change the value of
16143         calc-embedded-original-modes to reflect permanent changes.
16145 2005-03-22  Lute Kamstra  <lute@gnu.org>
16147         * generic-x.el: Require generic again.
16149 2005-03-22  Miles Bader  <miles@gnu.org>
16151         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16152         Tweak details to look good on both ttys and bitmap displays, light
16153         or dark background, etc.
16155 2005-03-21  Kim F. Storm  <storm@cua.dk>
16157         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16158         mouse position.
16160 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16162         * icomplete.el: Don't forcibly turn on the mode upon load.
16163         (icomplete-mode): Use define-minor-mode.
16164         (icomplete-eoinput): Default to nil.
16165         (icomplete-minibuffer-setup): Remove autoload.
16166         (icomplete-tidy): Simplify.
16167         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16168         in the initial state or if the user has modified the field.
16169         Fix handling of icomplete-max-delay-chars.
16170         Remove code that handles the oddball case where
16171         minibuffer-completion-table is an integer.
16172         Wrap icomplete-completions in while-no-input in case building
16173         completions takes more time than expected.
16174         (icomplete-completions): Simplify.
16176 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16178         * jka-compr.el (jka-compr-really-do-compress):
16179         Make variable buffer-local.
16181         * image-mode.el: Handle .xpm files too.
16182         (image-toggle-display): Preserve modification flag.
16184         * help.el (where-is): Don't mention aliases with no key bindings.
16186 2005-03-21  Lute Kamstra  <lute@gnu.org>
16188         * generic.el: Fix commentary section.  Don't require cl for
16189         compilation.
16190         (generic-mode-list): Add autoload cookie.
16191         (generic-use-find-file-hook, generic-lines-to-scan)
16192         (generic-find-file-regexp, generic-ignore-files-regexp)
16193         (generic-mode, generic-mode-find-file-hook)
16194         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16195         (define-generic-mode): Make it a defmacro.  Fix docstring.
16196         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16197         (generic-mode-set-comments): Code cleanup.
16198         * generic-x.el: Don't prevent compilation.  Don't require generic.
16199         Follow coding conventions.  Minor code cleanup.
16200         (etc-fstab-generic-mode): Add some keywords.
16201         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16202         define-generic-mode like a function declaration.
16204 2005-03-21  Jay Belanger  <belanger@truman.edu>
16206         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16207         changing modes.
16209 2005-03-21  Sam Steingold  <sds@gnu.org>
16211         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16213 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16215         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16216         Add underscore to "f$ lexicals" regexp.
16218 2005-03-20  Juri Linkov  <juri@jurta.org>
16220         * subr.el (progress-reporter-do-update): When `min-value' is equal
16221         to `max-value', set `percentage' to 0 and prevent division by zero.
16223 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16225         Sync with Tramp 2.0.48.
16227         * net/tramp.el (all): Change all addresses to .gnu.org.
16228         (tramp-append-tramp-buffers): New defun.
16229         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16230         Catch `dont-send' signal.
16231         (tramp-set-auto-save-file-modes): Set always permissions, because
16232         there might be an old auto-saved file belonging to another
16233         original file.  This could be a security threat.  Reported by
16234         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16235         Check for Emacs 21.3.50 removed.
16237         * net/tramp-smb.el (all): Remove debug construct for
16238         `with-parsed-tramp-file-name'.
16239         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16240         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16241         No error message if DIRECTORY or FILENAME doesn't exist.
16242         (tramp-smb-open-connection): Check existence of
16243         `tramp-smb-program'.
16245 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16247         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16248         Properly handle the case where the `m' or `s' command's argument is not
16249         yet terminated.
16250         (perl-indent-new-calculate): New function.
16251         (perl-indent-line): Use it.
16253 2005-03-20  Miles Bader  <miles@gnu.org>
16255         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16256         in text-mode too.  Change to new face names.
16257         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16258         Add `:weight bold' attribute.
16259         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16261 2005-03-19  Juri Linkov  <juri@jurta.org>
16263         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16265         * international/mule.el (auto-coding-alist): Sync with
16266         `auto-mode-alist' by adding upper case archive file extensions
16267         and adding ear/war to jar extension.
16269 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16271         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16272         running, restart it.
16274 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16276         * finder.el (finder-current-item): Throw an error on an empty line.
16278         * man.el (Man-follow-manual-reference): If current-word returns
16279         nil, use "".
16281 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16283         * simple.el (goto-line): Doc fix.
16285 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16287         * files.el (save-buffer): Doc fix.
16289 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16291         * recentf.el (recentf-cleanup-remote): New variable.
16292         (recentf-cleanup): Use it to conditionally check availability of
16293         remote files.
16295 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16297         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16298         function names.
16300 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16302         * language/thai-word.el: New file.
16304 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16306         * files.el (backup-buffer): If the file's directory is not
16307         writable, use copy instead of move to backup the file.
16309 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16311         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16313 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16315         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16316         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16317         <darkman_spam@yahoo.fr>.
16318         (ps-print-version): New version 6.6.6.
16320 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16322         * textmodes/table.el (table--line-column-position): New idiom.
16323         (table--row-column-insertion-point-p): New function to test
16324         validity of row and column insertion operation at a location.
16325         (table-global-menu, table-cell-menu): Use above functions for
16326         deterministic test operation.
16327         (table--editable-cell-p): Behave in deterministic fashion.
16329 2005-03-18  Juri Linkov  <juri@jurta.org>
16331         * isearch.el (isearch-lazy-highlight-new-loop):
16332         Make arguments beg and end optional.
16333         (isearch-update): Remove optional arguments nil from
16334         isearch-lazy-highlight-new-loop.
16335         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16336         isearch-lazy-highlight-case-fold-search instead of
16337         isearch-case-fold-search, and let-bind isearch-regexp to
16338         isearch-lazy-highlight-regexp.
16339         Use isearch-lazy-highlight-last-string instead of isearch-string.
16341         * replace.el (perform-replace): Remove bindings of global
16342         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16343         Add three new arguments to `replace-highlight'.
16344         (replace-highlight): Add arguments string, regexp, case-fold.
16345         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16346         to allow isearch-lazy-highlight-new-loop to use these values
16347         to set corresponding isearch-lazy-highlight-* internal
16348         variables whose values lazy highlighting will use regardless of
16349         changes to global variables isearch-string, isearch-regexp,
16350         isearch-case-fold-search during lazy highlighting loop.
16351         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16352         to `lazy-highlight-cleanup'.
16354         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16355         (ispell-highlight-face): Set default face to `isearch' when
16356         lazy highlighting is enabled.
16357         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16358         priority to 1.  Add lazy highlighting.
16359         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16360         from `isearch-dehighlight'.
16362 2005-03-18  David Ponce  <david@dponce.com>
16364         * files.el (hack-local-variables): Do a case-insensitive search
16365         for End.
16367 2005-03-18  Juri Linkov  <juri@jurta.org>
16369         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16370         `isearch-lazy-highlight-cleanup', add alias to old name and
16371         declare obsolete.  Add release numbers to other obsolete vars.
16372         (isearch-done, isearch-lazy-highlight-new-loop):
16373         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16374         (lazy-highlight-cleanup) <variable>: Doc fix.
16375         (isearch-lazy-highlight-update): Rename obsolete
16376         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16378 2005-03-18  Kenichi Handa  <handa@m17n.org>
16380         * language/thai-util.el: Fix categorization of Thai characters in
16381         thai-category-table.
16382         (thai-composition-pattern): Adjust it for the above change.
16383         (thai-self-insert-command, thai-compose-syllable): New functions.
16384         (thai-compose-region): Use thai-compose-syllable.
16385         (thai-compose-string): Likewise.
16386         (thai-composition-function): Likewise.
16387         (thai-auto-composition): New function.
16388         (thai-auto-composition-mode): New minor mode.
16390         * language/thai.el: Fix patterns to be registered in
16391         composition-function-table.
16393         * international/quail.el (quail-input-method): Locally bind
16394         inhibit-modification-hooks to t.
16396 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16398         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16399         (perl-mode): Use run-mode-hooks.
16401         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16402         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16403         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16405         * mail/sendmail.el (sendmail-send-it): Reenable the code
16406         to compute resend-to-address and use it.
16408         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16410         * image-mode.el: New file.
16412         * image.el (insert-sliced-image): Add autoload cookie.
16414         * font-lock.el (font-lock-lines-before): New user option.
16415         (font-lock-after-change-function): Obey it.
16417         * bindings.el (esc-map): Make M-g a prefix.
16418         Bind M-g g and M-g M-g to goto-line.
16420         * faces.el (face-id): Doc fix.
16422 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16424         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16425         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16426         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16428         * mail/sendmail.el (mail-yank-ignored-headers)
16429         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16430         Add Mail-Followup-To and Mail-Reply-To headers.
16431         (mail-citation-hook): Add autoload cookie.
16432         (mail-mode): Doc fix.
16433         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16434         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16435         (mail-mode-fill-paragraph): Handle those headers.
16436         (mail-mailing-lists): New variable.
16437         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16439 2005-03-17  Juri Linkov  <juri@jurta.org>
16441         * isearch.el (isearch-fallback): Check for `(car previous)'
16442         before calling `isearch-other-end-state'.
16444 2005-03-17  Kim F. Storm  <storm@cua.dk>
16446         * simple.el (move-beginning-of-line): Move to beginning of buffer
16447         line, as well as beginning of screen line.
16449 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16451         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16452         argument REDRAW rather than calendar-redrawing variable.
16453         * calendar/calendar.el (calendar-redrawing): Delete.
16454         (redraw-calendar): Do not bind calendar-redrawing.
16456 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16458         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16459         diary-file buffer.
16461 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16463         * help.el (describe-mode): Allow a :minor-mode-function property to
16464         specify a different minor mode toggle function than the variable.
16465         * simple.el (auto-fill-function):
16466         * subr.el (add-minor-mode): Use it.
16468 2005-03-16  Kenichi Handa  <handa@m17n.org>
16470         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16471         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16472         (ethio-fidel-to-sera-buffer): Likewise.
16474 2005-03-16  Juri Linkov  <juri@jurta.org>
16476         * emacs-lisp/find-func.el (find-function-regexp):
16477         Add defun-emitting macro `menu-bar-make-toggle'.
16479         * isearch.el: Put `isearch-scroll' property to
16480         `split-window-horizontally'.
16482         * info.el: Update error messages for `debug-ignored-errors'.
16483         (Info-isearch-search): Doc fix.
16484         (Info-find-node): Move up code to go into info buffer before
16485         recording the node to the history.
16486         (Info-fontify-node): Fontify titles only if the next line
16487         has two or more `*', `=', `-', `.'.
16488         Display "go to this node" for empty (match-string 3).
16490 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16492         * term/mac-win.el: Add mouse pointer shape constants.
16494 2005-03-15  Kim F. Storm  <storm@cua.dk>
16496         * simple.el (move-beginning-of-line): Use vertical-motion.
16498 2005-03-15  Juri Linkov  <juri@jurta.org>
16500         * isearch.el (isearch-error): New variable.
16501         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16502         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16503         (isearch-within-brackets-state): Remove.
16504         (isearch-case-fold-search-state, isearch-pop-fun-state):
16505         Decrease frame index.
16506         (isearch-mode, isearch-top-state, isearch-push-state)
16507         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16508         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16509         (isearch-search, isearch-lazy-highlight-new-loop):
16510         Replace `isearch-invalid-regexp' with `isearch-error'.
16511         Remove `isearch-within-brackets'.
16512         (isearch-search): Add `search-failed' handler to `condition-case'.
16513         (isearch-lazy-highlight-search): Add `condition-case' to catch
16514         errors and allow `isearch-lazy-highlight-update' to try
16515         highlighting from the beginning of the window.
16516         (isearch-repeat): Move up code to set isearch-wrapped to t
16517         before calling isearch-wrap-function.
16519         * info.el (Info-isearch-initial-node): New internal variable.
16520         (Info-search): Signal an error in isearch mode when search leaves
16521         the initial node.  Signal an error when `bound' is non-nil and
16522         nothing was found in the current subfile.
16523         (Info-isearch-search): Remove `condition-case'.
16524         (Info-isearch-wrap): Don't wrap when search failed during leaving
16525         the initial node.  If `Info-isearch-search' is nil, wrap around
16526         the current node.
16527         (Info-isearch-start): New fun.
16528         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16529         `isearch-mode-hook'.
16531 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16533         * simple.el (normal-erase-is-backspace): Set default to t if
16534         running on Mac.
16536         * term/mac-win.el (function-key-map): Sync with x-win.el.
16538 2005-03-15  Kenichi Handa  <handa@m17n.org>
16540         * international/mule-cmds.el (locale-language-names): Modify the
16541         format of elements and add more entries.
16542         (locale-preferred-coding-systems): Add more entries.
16543         (set-locale-environment): Adjust for the change of
16544         locale-language-names.
16546 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16548         * pcvs.el (smerge-ediff): Remove bogus autoload.
16550 2005-03-14  Lute Kamstra  <lute@gnu.org>
16552         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16553         Ignore a `*' at the beginning of a line.
16555         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16556         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16557         subr.el.
16558         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16559         to specify indentation.
16561         * generic.el (define-generic-mode): Let generic-mode-list be a
16562         list of strings; test membership with equal.
16564 2005-03-14  Kim F. Storm  <storm@cua.dk>
16566         * simple.el (next-line, previous-line): Add optional try-vscroll
16567         arg to recognize interactive use.  Pass it on to line-move.
16568         (line-move): Don't perform auto-window-vscroll when defining or
16569         executing keyboard macro to ensure consistent behavior.
16571 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16573         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16575 2005-03-13  Lute Kamstra  <lute@gnu.org>
16577         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16578         debugger-setup-buffer so that backtrace marks the frames set to
16579         debug-on-exit and we don't have to do it manually.  Set an extra
16580         debug-on-exit for macro's.
16581         (debugger-setup-buffer): Don't mark the top frame manually.
16583 2005-03-12  Lute Kamstra  <lute@gnu.org>
16585         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16586         lisp-indent-function throughout.
16587         (with-no-warnings): Set lisp-indent-function property.
16589 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16591         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16592         Add entry for backslash.
16594 2005-03-12  Juri Linkov  <juri@jurta.org>
16596         * info.el (Info-search): Four fixes for backward search.
16598 2005-03-11  Jay Belanger  <belanger@truman.edu>
16600         * calc/calc.el (calc-language-alist): New variable.
16601         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16602         (calc-embedded-find-modes): Use calc-language-alist instead of
16603         calc-embedded-language-alist.
16605 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16607         * calendar/calendar.el (calendar-redrawing): New internal
16608         variable.
16609         (redraw-calendar): Remove bogus save-excursion from previous
16610         change.  Bind calendar-redrawing to t for mark-diary-entries.
16611         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16612         calendar if that is why we were called.
16614 2005-03-11  Kenichi Handa  <handa@m17n.org>
16616         * international/mule.el (make-coding-system): Set property
16617         coding-system-define-form to nil.
16618         (define-coding-system-alias): Likewise.
16620 2005-03-11  Kenichi Handa  <handa@m17n.org>
16622         These changes are suggested by Dave Love <fx@gnu.org>.
16624         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16625         coding: tag.
16626         (adaptive-fill-regexp): Add more bullets.
16627         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16628         regexps.
16630 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * help.el (describe-mode): Properly handle non-trivial lighters.
16633         Don't ignore minor modes that are not listed in minor-mode-list.
16635         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16636         feature ON when the user requests to turn it OFF.
16638 2005-03-10  Lute Kamstra  <lute@gnu.org>
16640         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16641         (implement-debug-on-entry): New function to replace debug-entry-code.
16642         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16643         second argument as the 2005-03-07 change makes it obsolete.
16644         (debug-on-entry, cancel-debug-on-entry): Update call to
16645         debug-on-entry-1.
16646         (debug, debugger-setup-buffer): Comment update.
16647         (debugger-frame-number): Update to work with implement-debug-on-entry.
16649 2005-03-10  Jay Belanger  <belanger@truman.edu>
16651         * calc/calc-embed.el (math-ms-args): Declare it.
16652         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16653         math-ms-args.
16654         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16655         variables.
16657 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16659         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16660         Use message-box.
16662         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16663         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16664         (tooltip-gud-tips): Simplify.
16665         (tooltip-gud-tips-p): Remove superfluous :set.
16666         (tooltip-gud-modes): Add fortran-mode.
16667         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16669         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16671 2005-03-09  Kim F. Storm  <storm@cua.dk>
16673         * play/animate.el (animate-place-char): Use forward-line instead
16674         of next-line to improve performance.
16676 2005-03-09  Simon Josefsson  <jas@extundo.com>
16678         * net/browse-url.el (browse-url-default-browser): Doc fix.
16680 2005-03-09  Miles Bader  <miles@gnu.org>
16682         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16683         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16685 2005-03-09  Kenichi Handa  <handa@m17n.org>
16687         * international/latin-1.el: Set case and syntax for 255 only if
16688         set-case-syntax-set-multibyte is nil.
16690         * textmodes/ispell.el (ispell-insert-word): New function.
16691         (ispell-word): Use ispell-insert-word to insert a new word.
16692         (ispell-process-line): Likewise.
16693         (ispell-complete-word): Likewise.
16695 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16697         * calendar/calendar.el (redraw-calendar): Preserve point.
16698         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16699         (calendar-week-start-day): Move after definition of
16700         redraw-calendar.  Delete buffer test, since redraw-calendar has
16701         that now.
16703         * calendar/diary-lib.el (mark-diary-entries): Only call
16704         redraw-calendar in the first of any recursive calls.
16705         Reported by Alan Shutko <ats@acm.org>.
16707 2005-03-08  Juri Linkov  <juri@jurta.org>
16709         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16710         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16711         (html-radio-buttons): Add a space before the trailing `/>' where
16712         sgml-xml-mode is non-nil.
16713         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16714         the subsequent tag of the empty XML tag.
16715         (html-href-anchor): Don't set initial input to "http:".
16716         (html-image): Ask for the image URL and set point inside alt="".
16717         (html-name-anchor): Duplicate the name in the `id' attribute when
16718         sgml-xml-mode is non-nil.
16719         (html-paragraph): Remove \n before <p>.
16720         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16721         instead of `checked' when sgml-xml-mode is non-nil.
16723         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16724         Remove 1 space before #RRGGBB to not truncate it on terminal
16725         windows w/o fringes.  Remove 1 space between bg and fg examples
16726         to get more space.
16727         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16728         avoid byte-compile warnings.
16730         * image-file.el (image-file-handler): Put `safe-magic' property to
16731         `image-file-handler'.
16733         * info.el (Info-isearch-search): Emulate word search in
16734         isearching through multiple Info nodes with Info-search.
16735         (Info-isearch-wrap): Allow isearch-word.
16737 2005-03-08  Lute Kamstra  <lute@gnu.org>
16739         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16740         stepping into the debugger's code is not possible.
16741         (debugger-jumping-flag): Docstring update.
16743 2005-03-08  Jay Belanger  <belanger@truman.edu>
16745         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16746         embedded mode begins.
16747         (calc-embedded-language-alist): New variable.
16748         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16749         set default language mode.
16751 2005-03-08  Kenichi Handa  <handa@m17n.org>
16753         * international/ccl.el (define-ccl-program): Fix docstring about
16754         extra 256 bytes assured for the output buffer.
16756         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16757         Fix BUFFER_MAGNIFICATION to 2.
16758         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16760 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16762         * align.el (align-rules-list): Added an alignment rule for CSS
16763         declarations (applies to css-mode and html-mode buffers).
16765 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16767         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16769 2005-03-07  Kim F. Storm  <storm@cua.dk>
16771         * simple.el (move-beginning-of-line): New command.
16773         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16775         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16777         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16778         and move-beginning-of-line.
16780         * apropos.el (apropos-print): Omit command from M-x ... RET.
16782 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16784         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16785         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16787 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16789         * bindings.el (esc-map): Bind M-g to goto-line.
16791         * facemenu.el (global-map): Bind M-o, not M-g.
16793 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16795         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16796         "Open Directory" as for "Open File".
16798 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16800         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16801         (push-mark-command): Run activate-mark-hook.
16803 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16805         * help-mode.el (help-mode-finish): Don't alter the element
16806         in view-return-to-alist if there already is one.
16808         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16809         make sure the current buffer is the expected one.
16811         * novice.el (disabled-command-function): Output in *Disabled Command*.
16812         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16814         * textmodes/flyspell.el (flyspell-large-region):
16815         Pass args differently for aspell.
16817         * files.el (mode-require-final-newline): Doc fix.
16819 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16821         * progmodes/which-func.el (which-function):
16822         Specify NOERROR when calling imenu--make-index-alist.
16824 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16826         * simple.el (normal-erase-is-backspace): Define default value.
16828         * custom.el (custom-theme-set-variables): Remove unused var
16829         `immediate'.
16830         (custom-reevaluate-setting): Simple function to handle variables
16831         that are defined before their default value can really be
16832         computed.
16834         * startup.el (command-line): Use it for temporary-file-directory,
16835         small-emporary-file-directory, auto-save-file-name-transforms,
16836         blink-cursor-mode, and normal-erase-is-backspace.
16838         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16839         progress, even with buggy anchored keywords.
16841 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16843         * simple.el (goto-line): Remove unbalanced final parenthesis.
16845 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16847         * simple.el (goto-line): Use a number at point as the default.
16848         With C-u as arg, switch buffers.
16850 2005-03-05  Juri Linkov  <juri@jurta.org>
16852         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16853         with `no-blinking-cursor'.
16855         * startup.el (no-blinking-cursor): New defvar.
16856         (command-line): Add `--no-blinking-cursor' to longopts.
16857         Set `no-blinking-cursor' to t for command line arguments
16858         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16859         with `no-blinking-cursor' in the condition for calling
16860         `blink-cursor-mode'.
16862 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16864         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16865         (menu-bar-options-save): Add blink-cursor-mode.
16866         (menu-bar-options-menu): Add blink-cursor-mode.
16868 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16870         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16871         (icalendar-export-file, icalendar-export-region)
16872         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16873         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16875 2005-03-04  Lute Kamstra  <lute@gnu.org>
16877         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16878         (debug-function-list): Ditto.
16880 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16882         * textmodes/texinfmt.el (texinfo-append-refill):
16883         Redefine the types of line to which @refill
16884         is not appended by replacing a search for `@refill\\|@bye' with
16885         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16886         itemize@refill' bug and the unfilled long lines bug.
16887         (texinfmt-version): Update number and date.
16889 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16891         * international/code-pages.el (windows-1250, windows-125[2-8])
16892         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16894 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16896         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16897         bound yet.
16899 2005-03-02  Romain Francoise  <romain@orebokech.com>
16901         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16902         buffer after removing limits.
16903         (ibuffer-pop-filter): Ditto.
16904         Update copyright.
16906 2005-03-02  Miles Bader  <miles@gnu.org>
16908         * button.el (make-text-button): If the user doesn't specify a
16909         type, use the default.  Rewrite to use `add-text-properties' and
16910         plist functions.
16912 2005-03-01  Lute Kamstra  <lute@gnu.org>
16914         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16915         (debugger-jumping-flag): New var.
16916         (debug-entry-code): Use it.
16917         (debugger-jump): Use debugger-jumping-flag and add
16918         debugger-reenable to post-command-hook.
16919         (debugger-reenable): Use debugger-jumping-flag and remove itself
16920         from post-command-hook.
16921         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16922         debugger-reenable.
16924 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16926         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16927         inclusion of "itemize\\|", which may be unnecessary, is certainly
16928         inelegant, and stops refilling in itemize lists when formatting
16929         Japanese Texinfo files to Info.
16930         Update copyright to 2005.
16932 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16934         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16935         of an error if GDB can't find the source file.
16937 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16939         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16940         not just the calendar.
16942         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16943         first.
16944         (diary-redraw-calendar): New function.
16945         (make-diary-entry): Add diary-redraw-calendar to local
16946         write-contents-functions.  Turn off selective display before
16947         inserting in diary.
16949 2005-03-01  Kim F. Storm  <storm@cua.dk>
16951         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16953 2005-03-01  Lute Kamstra  <lute@gnu.org>
16955         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16956         that debug-entry-code can be safely removed from a function while
16957         this code is being evaluated.  Revert the 2005-02-27 change as the
16958         new implementation no longer requires it.  Make sure that a
16959         function body containing just a string is not mistaken for a docstring.
16960         (debug): Skip one more frame in case of debug on entry.
16961         (debugger-setup-buffer): Delete one more frame line in case of
16962         debug on entry.
16963         (debugger-frame-number): Update to use the new text introduced by
16964         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16966 2005-02-28  Kim F. Storm  <storm@cua.dk>
16968         * double.el (double-translate-key): Call force-window-update after
16969         read-event to avoid crash in redisplay.
16971 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16974         (debug): Use it.  Move the inhibit-trace earlier.
16975         (debug-entry-code): New const.
16976         (debug-on-entry-1): Use it.
16978 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16980         * international/utf-16.el (ccl-encode-mule-utf-16le):
16981         Fix BUFFER_MAGNIFICATION to 2.
16982         (ccl-encode-mule-utf-16be): Likewise.
16984 2005-02-28  Kenichi Handa  <handa@m17n.org>
16986         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16987         Fix BUFFER_MAGNIFICATION to 4.
16988         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16990 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16992         * speedbar.el (speedbar-update-flag): Doc fix.
16993         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16994         argument.
16996 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16998         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16999         have a non-nil `invisible' property but are actually visible.
17001         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17002         for perldoc sections.
17003         (perl-outline-regexp, perl-outline-level): New var and function.
17004         (perl-mode): Use them.
17006 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17008         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17009         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17011 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17013         * cus-edit.el: Comment change.
17014         (custom-buffer-create-internal): Slightly reword text at top of
17015         Custom buffers.  Mention there that saving an option edits the
17016         init file.  Add link to Emacs manual node on `custom-file'.
17017         (custom-magic-alist): Rewrite individual State messages to use
17018         capitalized keywords.  Doc fix.
17020 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17022         * calendar/calendar.el (calendar-buffer): Move above
17023         calendar-week-start-day.
17024         (calendar-week-start-day): Doc fix.  Add :set function.
17025         (calendar-minimum-window-height): New variable.
17026         (generate-calendar-window): Only resize window if selected-window
17027         is displaying the calendar buffer.  Use new variable
17028         calendar-minimum-window-height.
17029         (generate-calendar): Reword error message.
17030         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17032 2005-02-27  Andreas Schwab  <schwab@suse.de>
17034         * vc.el (vc-do-command): Don't run command asynchronously when
17035         operating in a remote directory.
17037         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17038         change from sync with Tramp 2.0.47.
17040 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17042         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17044         * textmodes/flyspell.el (flyspell-mode-on):
17045         Call ispell-change-dictionary only if necessary.
17047         * emacs-lisp/re-builder.el (regexp-builder): New function.
17049         * register.el (describe-register-1): Explicitly handle
17050         yank-excluded-properties = t.
17052         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17053         (custom-magic-alist): Change the status descriptions again.
17054         (face widget-type): Total rewrite based on `restricted-sexp'
17055         to eliminate the confusing double hiding levels.
17057         * emacs-lisp/debug.el (debug-on-entry-1):
17058         If function body is empty, add nil as body form.
17060 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17062         * emacs-lisp/trace.el (inhibit-trace): New var.
17063         (trace-make-advice): Use it.
17065         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17067 2005-02-26  Kim F. Storm  <storm@cua.dk>
17069         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17070         (mouse-on-link-p, mouse-drag-region-1): Use it.
17072 2005-02-25  Lute Kamstra  <lute@gnu.org>
17074         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17076 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17078         * frame.el (blink-cursor-mode): Add :group keyword.
17080 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17082         * calendar/icalendar.el (icalendar--decode-isodatetime):
17083         New optional argument DAY-SHIFT.
17084         (icalendar-export-region): Fix coding-system-for-write.
17085         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17086         events by one.
17088 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17090         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17092 2005-02-24  Kim F. Storm  <storm@cua.dk>
17094         * international/iso-acc.el (iso-accents-compose): Fix crash
17095         during redisplay.  Call force-window-update after read-event
17096         and delete-region to signal that window is not accurate.
17098 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17100         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17101         Remove unused and inexistent var `inhibit-trace'.
17102         (debugger-mode): Use run-mode-hooks.
17103         (debugger-list-functions): Add buttons; setup xref stack.
17105 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17107         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17108         appointment says it was explicitly made.
17109         (appt-add): Set the 3rd element.
17110         (appt-make-list): Preserve explicit appointments.
17112         * subr.el (find-tag-default): Catch errors in forward-sexp.
17114 2005-02-23  Juri Linkov  <juri@jurta.org>
17116         * info.el (Info-isearch-search): New defcustom.
17117         (Info-isearch-search): Call the default isearch function
17118         when Info-isearch-search is nil.
17119         (Info-isearch-wrap): Use variable Info-isearch-search.
17121 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17123         * cus-edit.el: Comment change.
17125 2005-02-22  Kim F. Storm  <storm@cua.dk>
17127         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17128         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17130 2005-02-22  Simon Josefsson  <jas@extundo.com>
17132         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17133         New variable.
17134         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17135         Oskarsson" <myrkraverk@users.sourceforget.net>.
17137 2005-02-22  Kim F. Storm  <storm@cua.dk>
17139         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17140         check that window of that event is the selected window.
17141         (mouse-drag-region-1): Compare mouse event window to selected
17142         window before setting point.
17144         * tooltip.el (tooltip-show-help-function): Pass event to
17145         mouse-on-link-p so it can check selected window.
17147 2005-02-22  Kenichi Handa  <handa@m17n.org>
17149         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17150         (ps-mule-show-warning): New function.
17151         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17152         characters are found.
17154         * ps-print.el (ps-header-footer-string): Return a list of header
17155         and footer strings.
17157 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17159         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17161 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17163         * frame.el (blink-cursor-mode): Use define-minor-mode.
17165         * term/mac-win.el (function-key-map): Use char-names more consistently.
17166         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17167         already handled in mule-cmds.el (where it also works when mac-win.el
17168         is not used).
17170 2005-02-21  Kenichi Handa  <handa@m17n.org>
17172         * international/mule.el (ctext-pre-write-conversion): Always use
17173         " *code-converting-work*" buffer for work.
17175         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17177 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17179         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17181 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17183         * ses.el (undo-more): Restore defadvice, but only the part that
17184         allows changes outside the restricted area of the buffer.
17186 2005-02-20  Kim F. Storm  <storm@cua.dk>
17188         * simple.el (line-move): Add fourth optional arg try-vscroll which
17189         must be set to perform auto-window-vscroll.
17190         When moving backwards and doing auto-window-vscroll, automatically
17191         vscroll to the last part of lines which are taller than the window.
17192         (next-line, previous-line): Set try-vscroll arg on line-move.
17194 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17196         * replace.el (query-replace, query-replace-regexp)
17197         (replace-string, replace-regexp): When operating on region, make
17198         the minibuffer prompt say so.
17200         * isearch.el (isearch-forward): Document isearch-query-replace and
17201         isearch-query-replace-regexp keybindings.
17203 2005-02-19  Jay Belanger  <belanger@truman.edu>
17205         * calc/calc-aent.el (math-read-token): Add local variable.
17207         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17208         (calc-edit-top): Move declaration to earlier in file.
17209         (calc-edit-macro-repeats): Add local variables.
17211         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17212         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17213         calcFunc-tanh.
17214         Adjust integration rule for calcFunc-tan.
17216 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17218         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17219         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17220         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17221         (viper-skip-separators): Bug fix.
17222         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17223         particular major mode.
17224         (viper-del-backward-char-in-replace): Don't put deleted char on the
17225         kill ring.
17227         * viper-ex.el (viper-color-display-p): New function.
17228         (viper-has-face-support-p): Use viper-color-display-p.
17230         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17232         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17234         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17235         (viper-file-remote-p): Make equivalent to file-remote-p.
17237         * viper.el (viper-major-mode-modifier-list):
17238         Use viper-gnus-modifier-map.
17240 2005-02-19  David Kastrup  <dak@gnu.org>
17242         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17243         quoting.
17245 2005-02-19  Jay Belanger  <belanger@truman.edu>
17247         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17248         Remove extra definitions.
17249         (calc-coth): New function.
17250         (calcFunc-cot): Fix `let'.
17252 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17254         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17255         the reasons we use "type pc" in these faces.
17257         * button.el (button): Ditto.
17259 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17261         * replace.el (query-replace-read-from): Set the value of
17262         query-replace-from-history-variable to handle the case of an empty
17263         string entered to accept the suggested default.
17265         * net/tramp.el (tramp-file-name-for-operation):
17266         Use dired-call-process instead of dired-call-process-command.
17268 2005-02-19  Jay Belanger  <belanger@truman.edu>
17270         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17271         (math-div-non-trig): New variables.
17272         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17273         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17274         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17275         trig expressions.
17277 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17279         * progmodes/gdb-ui.el (gdb-var-update-handler)
17280         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17281         for watch expressions,
17282         (gdb-var-create-handler): Don't set speedbar-update-flag.
17283         (gdb-post-prompt): Simplify test for speedbar.
17285 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17287         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17288         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17289         we use the syntax table of the correct buffer.
17290         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17291         Felix Gatzemeier.
17293         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17294         (ediff-file-remote-p): Make synonymous with file-remote-p.
17295         In all deffaces ediff-*-face-*, use min-colors.
17297         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17298         ediff-recurse-to-subdirectories.
17299         (ediff-mark-if-equal): Check that the arguments are strings, use
17300         ediff-same-contents (after to Felix Gatzemeier).
17302         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17303         nil.
17305 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17307         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17309 2005-02-18  David Kastrup  <dak@gnu.org>
17311         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17312         use `mark-active' when defined.
17314 2005-02-18  Kenichi Handa  <handa@m17n.org>
17316         * ps-print.el (ps-font-info-database): New entry
17317         ZapfChancery-MediumItalic with correct font name.  Fix font name
17318         of the entry Zapf-Chancery-MediumItalic.
17320 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17322         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17324 2005-02-16  Kim F. Storm  <storm@cua.dk>
17326         * ido.el (ido-fallback-command): Pass user input to fallback command.
17328 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17330         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17331         (gdb-find-file-hook): Add server prefix.
17333 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17335         * replace.el (perform-replace): Pass new args to replace-highlight.
17336         (replace-highlight): Take region args,
17337         and pass them to isearch-lazy-highlight-new-loop.
17339         * novice.el (disabled-command-hook): Autoload the defalias
17340         and the make-obsolete-variable call.
17342         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17344         * isearch.el (isearch-lazy-highlight-start-limit)
17345         (isearch-lazy-highlight-end-limit): New variables limit
17346         the region for highlighting.
17347         (isearch-lazy-highlight-new-loop): New args BEG and END.
17348         (isearch-lazy-highlight-search): Use the new vars.
17349         (isearch-lazy-highlight-update): Likewise.
17351         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17353         * cus-start.el (all): Use default-boundp.
17355 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17357         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17359 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17361         * autorevert.el (auto-revert-stop-on-user-input)
17362         (auto-revert-verbose): Doc fixes.
17364 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17366         * international/mule-cmds.el (set-locale-environment): Remove call
17367         to set-selection-coding-system on Windows.
17369 2005-02-15  Jay Belanger  <belanger@truman.edu>
17371         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17372         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17373         calcFunc-coth.
17374         (math-simplify-sqrt): Add simplifications.
17376         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17377         to list.
17379         * calc/calc-ext.el: Add functions to autoloads.
17381         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17382         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17383         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17384         (math-csc-raw, math-cot-raw): New functions.
17386         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17388         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17389         the variable name in a message.
17391         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17392         calcFunc-csc, calcFunc-cot.
17394         * calc/calcalg2.el: Add derivative and integration rules for
17395         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17396         calcFunc-csch, calcFunc-coth.
17397         (math-do-integral-methods): Add to checks for when to use
17398         substitutions.
17400         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17402 2005-02-15  Lute Kamstra  <lute@gnu.org>
17404         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17405         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17406         <monnier@iro.umontreal.ca>
17407         (lisp-outline-level): Improve efficiency.  Suggested by David
17408         Kastrup <dak@gnu.org>.
17410 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17412         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17413         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17414         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17415         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17416         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17418 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17420         * cus-start.el (all): Comment change.
17422 2005-02-14  Lute Kamstra  <lute@gnu.org>
17424         * cus-start.el (all): Check if symbol is void.
17426 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17428         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17429         optional argument to \cite.
17431 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17433         * cus-edit.el (custom-buffer-create-internal): Update help message.
17434         (custom-magic-alist): Update help messages.
17436         * cus-start.el (all): Allow a var to specify a standard value.
17438 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17440         * custom.el (custom-theme-set-variables): Handle variable aliases.
17442         * frame.el (blink-cursor-timer): Doc fix.
17443         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17444         declare obsolete.
17445         (blink-cursor-mode): Define with defcustom and use correct
17446         standard expression in that defcustom.
17447         * startup.el (command-line): Adapt to above changes in frame.el.
17449 2005-02-11  Lute Kamstra  <lute@gnu.org>
17451         * apropos.el (apropos-score-doc): Prevent division by zero.
17453 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17455         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17456         (icalendar--get-event-property-attributes)
17457         (icalendar--get-event-properties)
17458         (icalendar--datetime-to-diary-date): New functions.
17459         (icalendar--split-value): Doc fix.
17460         (icalendar--datetime-to-noneuropean-date)
17461         (icalendar--datetime-to-european-date): New optional argument
17462         SEPARATOR.  Return result as a string instead of a list.
17463         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17464         (icalendar--convert-string-for-export): Rename arg S to STRING.
17465         (icalendar-export-region): Doc fix.  Change name of error buffer.
17466         Save output buffer.
17467         (icalendar-import-file): Add blank at end of prompt.
17468         (icalendar-import-buffer): Doc fix.  Do not switch to error
17469         buffer.  Indicate status in return value.
17470         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17471         buffer.  Save output buffer.  Handle exception from recurrence
17472         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17473         events.  Fix problems with weekly all-day events.
17475 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17477         * simple.el (eval-expression-print-format):
17478         Avoid warning about edebug-active.
17480         * help.el (help-for-help-internal): Rename from help-for-help.
17481         (help-for-help): Define with defalias.
17483         * font-core.el (font-lock-default-function): Use with-no-warnings.
17485         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17487         * custom.el (defface): Doc fix.
17489 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17491         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17492         width 0" to prevent word wrapping problems.
17494 2005-02-09  Kim F. Storm  <storm@cua.dk>
17496         * ido.el (ido-file-extensions-order): New defcustom.
17497         (ido-file-extension-lessp, ido-file-extension-aux)
17498         (ido-file-extension-order): New advanced file ordering.
17499         (ido-file-lessp): New simple file ordering.
17500         (ido-sort-list): Remove.
17501         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17502         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17504 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17506         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17507         that some versions of grep produce.
17508         (grep-mode-font-lock-keywords): Likewise.
17510 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17512         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17513         (gdb-cdir): Delete.
17514         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17515         (gdb-source-info): Treat case when source file is in another
17516         directory properly.
17517         (gdb-get-location): New function.
17519 2005-02-07  Jay Belanger  <belanger@truman.edu>
17521         * calc/calc-prog.el (calc-write-parse-table-part)
17522         (calc-fix-token-name): Fix a check for language type.
17524         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17526 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17528         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17529         as directory not writable.
17531 2005-02-07  Kim F. Storm  <storm@cua.dk>
17533         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17534         (cua--standard-movement-commands): Remove list.
17535         Instead, set CUA property value to move for movement commands.
17536         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17537         (cua--pre-command-handler): Check CUA property.
17538         (cua--init-keymaps): Don't remap undo commands.
17539         (cua-mode): Don't call cua--rectangle-on-off.
17541         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17542         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17543         (cua--rect-undo-set-point): New var.
17544         (cua--rectangle-undo-boundary): Setup undo apply entry.
17545         (cua--rect-undo-handler): New function for rectangle undo.
17546         (cua--rect-start-position, cua--rect-end-position): Add.
17547         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17548         for restored rectangle.  Set point if cua--rect-undo-set-point.
17550 2005-02-06  Jay Belanger  <belanger@truman.edu>
17552         * calc/calc-lang.el (calc-tex-language): Display more information
17553         in messages.
17555         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17556         in TeX mode.
17558 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17560         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17562 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17564         * net/ldap.el (ldap-search-internal): Support attributes with
17565         optional descriptions separated by a semi-colon, as in
17566         "userCertificate;binary".
17568 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17570         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17571         isn't a cons (i.e. the version is 0).
17573 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17575         * help.el (help-for-help): Doc fix.
17577 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17579         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17580         GDB-Windows on the menu-bar as this works better.
17582 2005-02-04  Jay Belanger  <belanger@truman.edu>
17584         * calc/calc-embed.el (calc-embedded-update): Don't put in
17585         unnecessary newlines.  Adjust the end of formula marker.
17587         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17588         (math-latex-parse-two-args): New function.
17590 2005-02-03  Lute Kamstra  <lute@gnu.org>
17592         * help-fns.el (help-with-tutorial): Make sure that users cannot
17593         remove the entire text of the tutorial by means of `undo'.
17595 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17597         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17598         in recent changes, where the ispell process was repeatedly
17599         killed & restarted.
17601         * international/mule-cmds.el (set-locale-environment): Set file-name
17602         coding system to utf-8 on Darwin systems.
17603         (set-default-coding-systems): Don't set default-file-name-coding-system
17604         on Darwin systems.
17606 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17608         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17610 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17612         * faces.el (list-faces-display): Add optional argument.
17614 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17616         * font-core.el (font-lock-default-function): Handle the rare case where
17617         only font-lock-keywords is set.
17619 2005-02-02  Kenichi Handa  <handa@m17n.org>
17621         * international/characters.el: Cancel previous change for
17622         I-WITH-DOT-ABOVE and DOTLESS-i.
17624         * international/latin-5.el: Cancel previous change.
17626 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17628         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17630 2005-02-02  Kenichi Handa  <handa@m17n.org>
17632         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17633         DOTLESS-i.
17635         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17636         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17638         * case-table.el (get-upcase-table): New function.
17639         (copy-case-table): Copy upcaes table too if non-nil.
17640         (set-case-syntax-delims): Maintain upcase table too.
17641         (set-case-syntax-pair): Likewise.
17642         (set-upcase-syntax, set-downcase-syntax): New functions.
17643         (set-case-syntax): Maintain upcase table too.
17645 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17647         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17649         * progmodes/gud.el (gud-goto-info): New function.
17650         (gud-tool-bar-map): Use correct icon.
17652 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17654         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17655         When delegating, order args in the funcall correctly.
17657 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17659         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17661 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17663         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17664         buffer not visiting a file.
17666 2005-01-31  Jay Belanger  <belanger@truman.edu>
17668         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17669         bound on the line with the formula.
17671 2005-01-31  Kim F. Storm  <storm@cua.dk>
17673         * ses.el (ses-create-cell-variable-range)
17674         (ses-destroy-cell-variable-range, ses-reset-header-string)
17675         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17676         (ses-insert-row): Fix format of apply undo entries.
17678 2005-01-31  Jay Belanger  <belanger@truman.edu>
17680         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17681         parts.
17683         * calc/calc-embed.el (calc-embedded-open-formula)
17684         (calc-embedded-close-formula): Ignore matrix environments.
17686         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17687         TeX mode.
17689         * calc/calc-lang.el (math-function-table, math-oper-table)
17690         (math-variable-table): Adjust the LaTeX portions.
17692         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17693         (math-latex-ignore-words): New constant.
17695 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17697         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17698         (ispell-local-dictionary): Doc fix.
17699         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17700         Don't reinitialize at run time.  Don't defcustom.
17701         All uses changed to append ispell-local-dictionary-alist,
17702         or check it first.
17703         (ispell-current-dictionary): New variable for dictionary in use.
17704         (ispell-dictionary): Now used only for global default.
17705         (ispell-start-process): Set ispell-current-dictionary,
17706         not ispell-dictionary.
17707         (ispell-change-dictionary): Use this only for setting
17708         user preferences.
17709         (ispell-internal-change-dictionary): New function
17710         to change the current dictionary in use.
17711         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17712         Use ispell-current-dictionary.
17713         Handle ispell-local-dictionary-overridden.
17714         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17716 2005-01-31  Jay Belanger  <belanger@truman.edu>
17718         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17720         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17721         (calc-mode-map): Add calc-latex-language.
17723         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17724         (math-latex-print-frac): New functions.
17725         (math-oper-table, math-function-table, math-variable-table)
17726         (math-complex-format, math-input-filter): Add latex properties.
17727         (calc-set-language): Set math-expr-special-function-mapping.
17729         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17730         (calc-write-parse-table-part): Add LaTeX support.
17732         * calc/calc.el (calc-language): Adjust docstring.
17733         (calc-set-mode-line): Add LaTeX support.
17734         (math-expr-special-function-mapping): New variable.
17735         (math-tex-ignore-words): Add to list.
17737         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17738         Add LaTeX support.
17739         (math-compose-expr): Add support for special functions.
17741         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17743 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17745         * progmodes/gdb-ui.el (gdb-memory-address)
17746         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17747         (gdb-memory-mode-map, gdb-memory-format-keymap)
17748         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17749         (gdb-memory-unit-menu): New variables for a buffer
17750         that lets the user examine program memory.
17751         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17752         (gdb-memory-format-binary, gdb-memory-format-octal)
17753         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17754         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17755         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17756         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17757         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17758         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17759         (gdb-memory-mode, gdb-memory-buffer-name)
17760         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17761         New functions for above buffer.
17763 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17765         * cus-edit.el (custom-bury-buffer): Function deleted.
17766         (custom-buffer-done-function): Option deleted.
17767         (custom-buffer-done-kill): New replacement option.
17768         (Custom-buffer-done): Call quit-window.
17769         (custom-buffer-create-internal): Update for above changes.
17771 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17773         * simple.el (undo-ask-before-discard): New var.
17774         (undo-outer-limit-truncate): Implement it.
17775         (undo-extra-outer-limit): Doc update.
17777 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17779         * ses.el (undo-more): Delete defadvice.
17780         (ses-begin-change): Doc fix.
17782         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17783         instead of rebinding C-x u and C-_.
17785         * files.el (normal-backup-enable-predicate): Return nil for files
17786         in /tmp, regardless of temporary-file-directory.
17788         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17790         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17791         (open-rectangle, delete-whitespace-rectangle-line)
17792         (clear-rectangle-line): If FILL, pass t instead of FILL
17793         for move-to-column's 2nd arg.
17795         * simple.el (undo): Fix the test for continuing a series of undos.
17796         (undo-more): Set pending-undo-list to t when we reach end.
17797         (pending-undo-list): Move up defvar.
17799         * wid-edit.el (widget-button-click):
17800         Shorten the range of the track-mouse binding.
17802         * comint.el (comint-insert-input): Undo previous changes;
17803         use last-input-event in interactive spec.
17805 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17807         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17808         to nil before invoking call-process.  Reset buffer's modified flag
17809         after fontifying it in the no-async branch.
17811         * wid-edit.el (widget-specify-button): If mouse pointer shape
17812         cannot be changed, use mouse face instead.
17814 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17816         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17817         (gdb-goto-breakpoint): Make breakpoint handling work on template
17818         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17819         (gdb-assembler-custom): Update to recognize breakpoint information
17820         added on 2005-01-19.
17822 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17824         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17825         (dsssl-mode): Use define-derived-mode.
17826         (scheme-mode-initialize): Remove.
17827         (scheme-mode): Use run-mode-hooks.
17829         * cus-edit.el (customize-group-other-window)
17830         (custom-buffer-create-other-window): Don't override special-display-*.
17831         (custom-mode-map): Make it dense.
17833         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17834         sets the default value.
17836 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17838         * descr-text.el: Add more keywords.
17840 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17842         * speedbar.el: Avoid unnecessary use of locate-library.
17844         * international/mule-cmds.el (standard-display-european-internal):
17845         Don't fiddle with latin-1 non-break space any more since it's now
17846         special cased in the C code.
17847         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17849 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17851         * cus-start.el (all): Add `undo-outer-limit'.
17853 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17855         * textmodes/bibtex.el (bibtex-format-entry):
17856         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17857         field lines.
17858         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17859         not on part of a buffer.
17861 2005-01-25  Lute Kamstra  <lute@gnu.org>
17863         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17864         nonempty field text strings like "{letters\\macro{}more letters}".
17865         Clarify docstring.
17866         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17867         (bibtex-entry-offset, bibtex-parse-association)
17868         (bibtex-parse-field-name): Fix typos in docstrings.
17869         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17871 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17873         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17874         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17875         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17876         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17878         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17879         isearch minor mode.
17881 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17883         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17885 2005-01-24  Lute Kamstra  <lute@gnu.org>
17887         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17888         CASECHARS and NOT-CASECHARS regular expressions of the
17889         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17890         striding over charsets" error.
17892 2005-01-24  Jay Belanger  <belanger@truman.edu>
17894         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17895         display variable name.
17897 2005-01-24  Kenichi Handa  <handa@m17n.org>
17899         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17900         Fix setting of the element of encoded-kbd-iso2022-invocations.
17902 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17904         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17905         (gdb-threads-select): Change to also accept mouse events.
17906         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17907         (gdb-threads-mouse-select): Delete.
17909 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17911         * files.el (insert-directory): Take care of empty directory,
17912         listed without -a switch.
17914 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17916         * textmodes/refill.el (refill-post-command-function):
17917         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17918         to the list of functions that we should be careful not to undo.
17919         (refill-late-fill-paragraph-function): Remove.
17920         (refill-saved-state): New var.
17921         (refill-mode): Use it to save fill-paragraph-function.
17922         Save also the value of auto-fill-function.
17924         * term/w32-win.el: Simplify code.
17926 2005-01-23  Kim F. Storm  <storm@cua.dk>
17928         * simple.el (line-move): Adapt to new return value from
17929         pos-visible-in-window-p.
17931         * simple.el (line-move): Fix last change.  Check partial
17932         visibility at point rather than at window-start.
17934 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17936         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17938 2005-01-22  David Kastrup  <dak@gnu.org>
17940         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17942 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17944         * type-break.el (type-break-mode): Add a test for
17945         type-break-file-name being non-nil.
17947 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17949         * net/eudc.el (top level): Call (message "") via progn, so that
17950         eudc-options-file is loaded.
17952 2005-01-22  Kim F. Storm  <storm@cua.dk>
17954         * simple.el (line-move-1): Rename from line-move.
17955         (line-move): New function that adjusts vscroll for partially
17956         visible rows, and calls line-move-1 otherwise.
17958 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17960         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17961         since it's not a complete read-event implementation
17963 2005-01-20  Jay Belanger  <belanger@truman.edu>
17965         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17966         for called function.
17968 2005-01-20  Steven Tamm  <steventamm@mac.com>
17970         * term/mac-win.el (process-connection-type): Remove.
17971         Controlled now by s/darwin.h:PTY_ITERATION.
17973 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17975         * window.el (handle-select-window): Don't switch window when we're
17976         in the minibuffer.
17978 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17980         * subr.el (dotimes-with-progress-reporter): New macro.
17982         * ses.el (ses-dotimes-msg): Remove macro.
17983         Use `dotimes-with-progress-reporter' instead.
17985 2005-01-19  Steven Tamm  <steventamm@mac.com>
17987         * term/mac-win.el (process-connection-type): Use new
17988         operating-system-release variable to use ptys on Darwin 7 (OS X
17989         10.3) when using carbon build.
17991 2005-01-19  Jay Belanger  <belanger@truman.edu>
17993         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17994         flags if the last command was a tab or M-tab.
17996         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17997         in formula editing buffer.
17999 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18001         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18002         breakpoint image symbol in margin.
18004 2005-01-19  Jay Belanger  <belanger@truman.edu>
18006         * calc/calc-prog.el (calc-execute-kbd-macro):
18007         Ignore calc-keep-arg-flag.
18009 2005-01-19  Kenichi Handa  <handa@m17n.org>
18011         * textmodes/ispell.el (ispell-looking-at): New function.
18012         (ispell-process-line): Use ispell-looking-at to compare the ispell
18013         output and the buffer contents.
18015 2005-01-18  Jay Belanger  <belanger@truman.edu>
18017         * calc/calc.el (calc-display-raw): Fix docstring.
18019 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18021         * simple.el (blink-matching-open): Strip extra info from syntax.
18023         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18024         funny chars in the end-of-here-doc marker.
18026 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18028         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18029         that enable/disabled state of breakpoints is shown correctly in
18030         fringe and on ttys.
18031         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18032         Add breakpoint information as text properties.
18033         (gdb-mouse-toggle-breakpoint):
18034         Rename to gdb-mouse-set-clear-breakpoint.
18035         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18036         breakpoints in the margin.
18037         (gdb-remove-strings): Simplify.
18039 2005-01-17  Jay Belanger  <belanger@truman.edu>
18041         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18042         erasing buffer.
18044 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18046         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18047         for calling grep-compute-defaults.
18049         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18050         if buffer is empty.
18052         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18054 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18056         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18058         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18059         non-preloaded variables.
18061 2005-01-17  Steven Tamm  <steventamm@mac.com>
18063         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18064         tex-shell cause to force interactivity when using pipes.
18066 2005-01-17  Kim F. Storm  <storm@cua.dk>
18068         * simple.el (just-one-space): Make arg optional.
18070 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18072         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18073         posn-at-x-y to t to access left-margin.
18075 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18077         Sync with Tramp 2.0.47.
18079         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18080         catching keep-date problems in cp/scp operations.
18081         (tramp-handle-copy-file): Don't call `set-file-modes'
18082         unconditionally.  Specialized functions should know better what is
18083         necessary.  This improves performance a little bit, and the
18084         functions could catch errors with `cp -p' and `scp -p'.
18085         (tramp-do-copy-or-rename-file-via-buffer)
18086         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18087         when appropriate.
18088         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18089         Call `set-file-modes' when appropriate.
18090         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18091         Johnsson <isak@hypergene.com>
18092         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18093         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18094         <joakim@verona.se>
18095         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18096         Emacs only.
18098         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18099         `find-file-hooks' and `dired-mode-hook'.
18100         (tramp-minor-mode-map): Respective map.  Add remapping for
18101         `compile' and `recompile'.
18102         (tramp-remap-command, tramp-recompile): New defuns.
18103         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18104         in buffer "*Compilation*".  Call the commands asynchronously.
18106         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18107         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18108         `shell-command', because it isn't magic in XEmacs.  Reported by
18109         Adrian Aichner <adrian@xemacs.org>.
18111         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18112         `substitute-in-file-name.
18113         (tramp-smb-handle-substitute-in-file-name): New defun.
18114         (tramp-smb-advice-PC-do-completion): Delete advice.
18116 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18118         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18119         Fix error in deleting region.
18121 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18123         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18124         In non-temp buffer, switch syntax table temporarily.
18126         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18128         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18130         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18132         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18133         (imenu--generic-function): Use START, not BEG, as pos of definition.
18135         * simple.el (just-one-space): Argument specifies number of spaces.
18137         * simple.el (eval-expression-print-format): Avoid warning
18138         about edebug-active.
18140 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18142         * progmodes/sh-script.el: Code copied from make-mode.el
18143         with small changes,
18144         (sh-mode-map): Bind C-c C-\.
18145         (sh-backslash-column, sh-backslash-align): New variables.
18146         (sh-backslash-region, sh-append-backslash): New functions.
18148 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18150         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18151         (rmail-pop-password, rmail-pop-password-required): Move to
18152         rmail-obsolete group.
18153         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18154         All callers updated.
18155         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18156         Take an argument specifying whether it is POP or IMAP mailbox we
18157         are using.  All callers updated.
18158         (rmail-pop-password-error): Rename to
18159         rmail-remote-password-error.  Added mailutils-specific error message.
18160         (rmail-movemail-search-path)
18161         (rmail-movemail-variant-in-use): New variables.
18162         (rmail-remote-password, rmail-remote-password-required):
18163         New customization variables.
18164         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18165         (rmail-parse-url): New function.
18166         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18167         with GNU mailutils movemail.
18169 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18171         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18172         suffix to space, $ or '$, to correctly position point when going
18173         to @table style constants like DBL_MAX.
18175 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18177         * type-break.el (type-break-mode, type-break-file-time)
18178         (type-break-file-keystroke-count, type-break-choose-file):
18179         Don't store data in or load data from the file if type-break-file-name
18180         is nil.
18181         (type-break-file-name): Doc update as per the above.
18183 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18185         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18186         lookup-key might return nil; handle that.
18188 2005-01-15  Alan Mackenzie  <acm@muc.de>
18190         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18191         rather than the element found, thus enabling the tree to be setcar'd.
18193 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18195         * textmodes/org.el (org-show-following-heading): New option.
18196         (org-show-hierarchy-above): Use `org-show-following-heading'.
18197         (org-cycle): Documentation fix.
18199         * textmodes/org.el (orgtbl-optimized): New option
18200         (orgtbl-mode): New command, a minor mode.
18201         (orgtbl-mode-map): New variable.
18202         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18203         (orgtbl-error, orgtbl-self-insert-command)
18204         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18206         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18207         a local variable in each org-mode buffer.
18209         * textmodes/org.el (org-set-regexps-and-options): Rename from
18210         `org-set-regexps'.  Added checking for STARTUP keyword.
18211         (org-get-current-options): Add STARTUP options.
18212         (org-table-insert-row): Make mode intelligent about when
18213         realignment is needed.
18214         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18215         New commands.
18216         (org-enable-table-editor): New default value `optimized'.
18217         (org-table-blank-field): Support blanking regions if active.
18219 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18221         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18222         if the year is not given.
18224         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18225         Add new escapes %m and %M, fixed bug with %F by adding
18226         save-match-data.
18227         (reftex-reference): Remove ?. from list of spaces.
18228         (reftex-label-info): Add automatic label prefix recognition.
18230         * textmodes/reftex-index.el (reftex-index-next-phrase):
18231         Add slave parameter to call of `reftex-index-this-phrase'.
18232         (reftex-index-this-phrase): New optional argument.
18233         (reftex-index-region-phrases): Add slave parameter to call of
18234         `reftex-index-this-phrase'.
18235         (reftex-display-index): New argument redo.
18236         (reftex-index-rescan): Add `redo' to arguments of
18237         `reftex-display-index'.
18238         (reftex-index-Rescan, reftex-index-revert)
18239         (reftex-index-switch-index-tag): Add `redo' to arguments of
18240         `reftex-display-index'.
18241         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18242         indexing.  Fix bug with matching is there is a quote before or
18243         after the word.
18245         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18246         Fix bug when collecting citation keys in lines with comments.
18247         (reftex-citation): Prefix argument no longer rescans the document,
18248         but forces prompting for optional arguments of cite macros.
18249         (reftex-do-citation): Prompting for optional arguments implemented.
18251         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18252         Add optional arguments to most cite commands.
18253         (reftex-cite-cleanup-optional-args): New option
18254         (reftex-cite-prompt-optional-args): New option.
18255         (reftex-trust-label-prefix): New option.
18257         * textmodes/reftex-toc.el (reftex-toc-find-section):
18258         Add push-mark before changing the position in the buffer.
18260         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18261         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18263 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18265         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18266         more carefully.
18268 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18270         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18271         (sgml-mode): Use it.
18272         (sgml-get-context): Better keep track of implicitly closed tags.
18274 2005-01-13  Kenichi Handa  <handa@m17n.org>
18276         * textmodes/ispell.el: These changes are to fix misalignment error
18277         caused by equivalent characters of different Emacs charsets.
18278         (ispell-unified-chars-table): New variable.
18279         (ispell-get-decoded-string): New function.
18280         (ispell-get-casechars, ispell-get-not-casechars)
18281         (ispell-get-otherchars): Call ispell-get-decoded-string.
18283 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18285         * custom.el (custom-declare-variable): Just put symbol instead
18286         of (defvar . symbol) in `current-load-list'.
18288 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18290         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18292 2005-01-12  Jay Belanger  <belanger@truman.edu>
18294         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18295         to create a Calc summary.
18297 2005-01-12  Kim F. Storm  <storm@cua.dk>
18299         * mouse.el (mouse-on-link-p): Change functionality and doc
18300         string to comply with latest description in lisp ref.
18302 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18304         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18305         Enable mouse clicks on mode-line, header-line and margin.
18306         (event-type): Give mouse event symbols an `event-kind' property
18307         with value `mouse-click'.
18309 2005-01-12  Juri Linkov  <juri@jurta.org>
18311         * facemenu.el (list-colors-display): Add new arg buffer-name.
18312         Use it.  Fix docstring.  Replace code for identifying duplicate
18313         colors by the name with call to `list-colors-duplicates' which
18314         identifies duplicate colors by the value unless the color
18315         is one of special Windows colors.  Set truncate-lines to t.
18316         Print sorted duplicate color names on each line.  Indent to 22
18317         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18318         (list-colors-duplicates): New function.
18319         (facemenu-color-name-equal): Delete function.
18321         * facemenu.el (list-colors-print): New function created from code
18322         in list-colors-display.  Print #RRGGBB at the window right edge.
18323         (list-colors-display): When temp-buffer-show-function is not
18324         defined, call list-colors-print from temp-buffer-show-hook
18325         to get the right value of window-width in list-colors-print
18326         after the buffer is displayed.
18328         * simple.el (pop-mark): Move deactivate-mark out of conditional
18329         part to deactivate the active mark regardless of the state of the
18330         mark ring.
18332         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18333         variables line in desktop files.
18335 2005-01-12  Juri Linkov  <juri@jurta.org>
18337         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18338         Bring together isearch highlight related options.
18339         (lazy-highlight): Replace group `replace' by `matching'.
18340         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18341         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18342         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18343         and declare them obsolete.
18344         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18345         (isearch-faces): Remove defgroup.
18346         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18347         Move isearch highlighting code closer to lazy highlighting code.
18349         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18350         (query-replace-highlight, query-replace-lazy-highlight)
18351         (query-replace): Move definitions to the beginning of the file.
18353 2005-01-11  Juri Linkov  <juri@jurta.org>
18355         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18356         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18357         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18359         * info.el (Info-history-forward): New variable.
18360         (Info-select-node): Reset Info-history-forward to nil.
18361         (Info-last): Turn into defalias.
18362         (Info-history-back): Rename from Info-last.
18363         Add current node to Info-history-forward.
18364         (Info-history-forward): New fun.
18365         (Info-mode-map): Replace Info-last by Info-history-back.
18366         Bind Info-history-forward to "r".
18367         (Info-mode-menu): Replace Info-last by Info-history-back.
18368         Fix menu item text.  Add menu item for Info-history-forward.
18369         (info-tool-bar-map): Replace Info-last by Info-history-back.
18370         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18371         for Info-history-forward.
18372         (Info-mode): Replace Info-last by Info-history-back in docstring.
18373         Add local variable Info-history-forward.
18374         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18376 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18378         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18379         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18380         Ignore select-window events rather than fiddle with
18381         mouse-autoselect-window.
18383 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18385         * type-break.el (type-break-mode): Fix previous change.
18387 2005-01-10  Jay Belanger  <belanger@truman.edu>
18389         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18390         calculator; only reset when point is inside a calculator.
18391         Don't adjust the window height if the window takes up the whole height
18392         of the frame.
18394 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18396         * ebuff-menu.el (Electric-buffer-menu-mode):
18397         Preserve value of buffer-local var header-line-format.
18399 2005-01-09  Jay Belanger  <belanger@truman.edu>
18401         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18402         Make sure settings file exists before accessing it.
18404         * calc/calc-embed.el (calc-embedded-subst):
18405         Replace math-multi-subst-rec, which is only supposed to be called
18406         by math-multi-subst, by math-multi-subst.
18408 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18410         * vc.el (vc-allow-async-revert): New user option.
18411         (vc-disable-async-diff): New internal variable.
18412         (vc-revert-buffer): Use them to disable asynchronous diff.
18414         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18415         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18416         asynchronously if vc-disable-async-diff is t.
18418 2005-01-09  Jay Belanger  <belanger@truman.edu>
18420         * calc/calc.el (defcalcmodevar): New macro.
18421         (calc-mode-var-list-restore-default-values)
18422         (calc-mode-var-list-restore-saved-values): New functions.
18423         (calc-mode-var-list): Use defcalcmodevar to define it.
18424         (calc-always-load-extensions, calc-line-numbering)
18425         (calc-line-breaking, calc-display-just, calc-display-origin)
18426         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18427         (calc-group-char, calc-point-char, calc-frac-format)
18428         (calc-prefer-frac, calc-hms-format, calc-date-format)
18429         (calc-float-format, calc-full-float-format, calc-complex-format)
18430         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18431         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18432         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18433         (calc-matrix-brackets, calc-language, calc-language-option)
18434         (calc-left-label, calc-right-label, calc-word-size)
18435         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18436         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18437         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18438         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18439         (calc-window-height, calc-display-trail, calc-show-selections)
18440         (calc-use-selections, calc-assoc-selections)
18441         (calc-display-working-message, calc-auto-why, calc-timing)
18442         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18443         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18444         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18445         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18446         (calc-gnuplot-geometry, calc-graph-default-resolution)
18447         (calc-graph-default-resolution-3d, calc-invocation-macro)
18448         (calc-show-banner): Use defcalcmodevar to declare them and set
18449         their default values.
18451         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18452         instead of default values (but restore default values if there is
18453         an argument of 0).
18455 2005-01-09  David Kastrup  <dak@gnu.org>
18457         * desktop.el (desktop-restore-eager): Fix typo in type.
18459 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18461         * cus-edit.el (customize): Delete :link.
18463 2005-01-08  Jay Belanger  <belanger@truman.edu>
18465         * calc/calc.el (calc-mode): Remove the extension from the
18466         `calc-settings-file' file name when loading it.
18468 2005-01-08  Kim F. Storm  <storm@cua.dk>
18470         * info.el (Info-mode-map, Info-next-link-keymap)
18471         (Info-prev-link-keymap, Info-up-link-keymap):
18472         Map follow-link to mouse-face.
18473         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18475 2005-01-08  Jay Belanger  <belanger@truman.edu>
18477         * calc/calc.el (calc-settings-file): Change default value.
18478         Suggested by cgw in a comment in calc-mode.el.
18480         * calc/calc-mode.el (calc-settings-file-name):
18481         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18482         Replace ~/.emacs in a prompt by calc-settings-file.
18484 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18486         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18487         (desktop-lazy-idle-delay): New customizable variables.
18488         (desktop-buffer-args-list): New variable.
18489         (desktop-append-buffer-args): New function.
18490         (desktop-save): Call desktop-append-buffer-args for some buffers.
18491         (desktop-lazy-create-buffer): New function.
18492         (desktop-idle-create-buffers): New function.
18493         (desktop-read): Add message about buffers to restore lazily.
18494         (desktop-lazy-abort): New command.
18495         (desktop-clear): Call desktop-lazy-abort.
18496         (desktop-lazy-complete): New command.
18498 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18500         * emacs-lisp/find-func.el (find-face-definition):
18501         Rename from find-face.
18503 2005-01-06  Kim F. Storm  <storm@cua.dk>
18505         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18507         * man.el (Man-xref-man-page, Man-xref-header-file)
18508         (Man-xref-normal-file): Add follow-link property.
18510 2005-01-06  Jay Belanger  <belanger@truman.edu>
18512         * calc/calc-units.el: Make sure the proper macro definitions are
18513         available when compiling.
18515 2005-01-06  Juri Linkov  <juri@jurta.org>
18517         * isearch.el (isearch-lazy-highlight-update):
18518         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18520 2005-01-06  Miles Bader  <miles@gnu.org>
18522         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18523         (isearch-lazy-highlight-face): Use new name.
18525 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18527         * uniquify.el (uniquify-rationalize-file-buffer-names):
18528         Re-add an interactive spec.
18529         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18530         to the same name.
18532         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18533         (isearch-update, isearch-done): Adjust calls accordingly.
18535 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18537         * custom.el (custom-set-variables, custom-theme-set-variables):
18538         Clarify documentation.
18540         * emacs-lisp/find-func.el (find-variable)
18541         (find-variable-other-window, find-variable-other-frame):
18542         Fix the TYPE args to find-function-read and find-function-do-it.
18543         (find-function): Doc fix.
18544         (find-function-at-point): Replace function-at-point alias.
18546 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18548         * cus-face.el (custom-declare-face):
18549         Record defface in current-load-list.
18551         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18553         * emacs-lisp/find-func.el: Doc fixes.
18554         (find-face-regexp): New variable.
18555         (find-function-regexp-alist): New variable.
18556         (find-function-C-source): Third arg is now TYPE.
18557         (find-function-search-for-symbol): Handle general TYPE.
18558         (find-function-read, find-function-do-it): Handle general TYPE.
18559         (find-definition-noselect, find-face): New functions.
18560         (function-at-point): Alias deleted.
18562 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18564         * battery.el (display-battery-mode): Rename from display-battery.
18565         Handle the case where it gets turned off.
18567 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18569         * cus-edit.el (customize): Make :link point to user doc.
18571         * man.el (Man-fontify-manpage): Turn off undo generation.
18573         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18575 2005-01-04  Andreas Schwab  <schwab@suse.de>
18577         * files.el (insert-directory): Only look for error lines in
18578         inserted text.  Don't move too far after processing --dired markers.
18580 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18582         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18583         Don't expand if the character is @, period, dash, etc.
18584         (define-mail-abbrev): Quote names that contain problem characters.
18586 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18588         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18590 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18592         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18593         (query-replace-highlight, query-replace-lazy-highlight)
18594         (query-replace): Definitions moved up.  Doc fix.
18596 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18598         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18599         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18600         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18601         (lazy-highlight-face): Rename from isearch-lazy-...
18602         Change all references to them.
18604 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18606         * cus-edit.el (custom-file): Doc fix for defcustom.
18607         (custom-file): The function no longer sets the variable
18608         `custom-file' to its return value.
18610         * startup.el (command-line): No longer load `custom-file'.
18612 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18614         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18616         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18617         Don't confuse module-prefixed identifiers for labels.
18618         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18620 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18622         * files.el (basic-save-buffer-1): Fix previous change.
18624         * loadhist.el (file-loadhist-lookup): New function.
18625         (file-provides, file-requires): Use it.
18627         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18628         instead of calculating the right size.
18630 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18632         * vc-svn.el (vc-svn-diff): Stay local if possible.
18634 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18636         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18638         * files.el (hack-local-variables): Fix last change.
18640 2005-01-02  Jay Belanger  <belanger@truman.edu>
18642         * calc/calc-yank.el (calc-edit-top): New variable.
18643         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18644         object.  Change header properties.
18645         (calc-edit-finish, calc-edit-finish-stack-object)
18646         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18647         edited object.
18648         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18649         for the beginning of the edited object.
18650         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18651         for the beginning of the edited object.
18652         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18653         (calc-finish-formula-edit, calc-macro-repeats)
18654         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18655         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18656         beginning of the edited object.
18657         (calc-user-define-edit): Change the header for editing macros.
18658         Remove unnecessary variable.
18660 2005-01-01  Jay Belanger  <belanger@truman.edu>
18662         * calc/calc-yank.el (calc-edit-mode): Change default header.
18663         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18664         * calc/calc-store.el (calc-edit-variable): Change title to match new
18665         header.
18666         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18667         mode to match new header.
18668         (calc-user-define-edit): Change titles to include names of commands.
18669         (calc-finish-formula-edit): Adjust to handle new header.
18670         (calc-finish-macro-edit): Remove.
18671         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18672         (calc-edit-macro-command, calc-edit-macro-command-type)
18673         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18674         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18675         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18676         (calc-edit-macro-finish-edit): New functions.
18677         (calc-user-define-edit): Use new functions to edit named calc macros.
18679 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18681         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18683         * ses.el (copy-region-as-kill): Deactivate mark.
18685 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18687         * replace.el (occur-1): If the output buffer is also an input,
18688         don't kill it, rename it.
18690         * faces.el (set-face-background, set-face-foreground): Doc fix.
18692         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18693         for :foreground and :background.
18695         * dired.el (dired-view-command-alist): Variable deleted.
18696         (dired-view-file, dired-mouse-find-file-other-window):
18697         Delete the code to use it.
18699 2005-01-01  Kim F. Storm  <storm@cua.dk>
18701         * image.el (insert-sliced-image): Use t for line-height property.
18703 See ChangeLog.11 for earlier changes.
18705 ;; Local Variables:
18706 ;; coding: iso-2022-7bit
18707 ;; End:
18709     Copyright (C) 2005 Free Software Foundation, Inc.
18710   Copying and distribution of this file, with or without modification,
18711   are permitted provided the copyright notice and this notice are preserved.
18713 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1